Revert the latest change: floating point samples are allowed to have any value, not...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * gst/volume/gstvolume.c: (volume_choose_func):
4         * tests/check/elements/volume.c: (GST_START_TEST):
5         Revert the latest change: floating point samples are allowed to
6         have any value, not only values in the range [-1,1]. Thanks to Andy
7         Wingo for noticing.
8         Also fix processing of int32 samples with volumes > 4 by making the
9         unity value smaller which prevents overflows.
10
11 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
12
13         * gst-libs/gst/rtp/gstrtpbuffer.c:
14         * tests/check/libs/rtp.c:
15           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
16
17 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
18
19         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
20
21         * gst-libs/gst/rtp/gstrtpbuffer.c:
22           Fix up GstRTPHeader helper struct so that compilers will not under
23           any circumstances add padding in between our fields, as currently
24           happens with MSVC on win32, because that would lead to us sending
25           out RTP payloads with broken RTP headers (#471194).
26           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
27           
28         * tests/check/Makefile.am:
29         * tests/check/libs/.cvsignore:
30         * tests/check/libs/rtp.c:
31           Add some simple unit tests for GstRTPBuffer. Some are disabled
32           because the code tested still needs fixing (set_csrc() does not work).
33
34 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
35
36         * win32/MANIFEST:
37         * win32/common/gstrtsp-enumtypes.c:
38         * win32/common/gstrtsp-enumtypes.h:
39         * win32/common/interfaces-enumtypes.c:
40         * win32/common/interfaces-enumtypes.h:
41         * win32/common/multichannel-enumtypes.c:
42           Add rtsp enumtypes (#474384) and update others.
43
44 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
45
46         * configure.ac:
47           Fix configure check for HAVE_LIBXML_HTML.
48
49 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
50
51         * tests/check/libs/.cvsignore:
52           Ignore more, in case the build bots work again one day.
53
54 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
55
56         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
57
58         * configure.ac:
59         * gst-libs/gst/Makefile.am:
60         * gst-libs/gst/fft/Makefile.am:
61         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
62         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
63         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
64         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
65         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
66         * gst-libs/gst/fft/gstfft.h:
67         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
68         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
69         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
70         * gst-libs/gst/fft/gstfftf32.h:
71         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
72         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
73         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
74         * gst-libs/gst/fft/gstfftf64.h:
75         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
76         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
77         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
78         * gst-libs/gst/fft/gstffts16.h:
79         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
80         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
81         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
82         * gst-libs/gst/fft/gstffts32.h:
83         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
84         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
85         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
86         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
87         * gst-libs/gst/fft/kiss_fft_f32.h:
88         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
89         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
90         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
91         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
92         * gst-libs/gst/fft/kiss_fft_f64.h:
93         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
94         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
95         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
96         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
97         * gst-libs/gst/fft/kiss_fft_s16.h:
98         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
99         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
100         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
101         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
102         * gst-libs/gst/fft/kiss_fft_s32.h:
103         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
104         (kiss_fftr_f32), (kiss_fftri_f32):
105         * gst-libs/gst/fft/kiss_fftr_f32.h:
106         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
107         (kiss_fftr_f64), (kiss_fftri_f64):
108         * gst-libs/gst/fft/kiss_fftr_f64.h:
109         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
110         (kiss_fftr_s16), (kiss_fftri_s16):
111         * gst-libs/gst/fft/kiss_fftr_s16.h:
112         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
113         (kiss_fftr_s32), (kiss_fftri_s32):
114         * gst-libs/gst/fft/kiss_fftr_s32.h:
115         * gst-libs/gst/fft/kiss_version:
116         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
117         * pkgconfig/gstreamer-plugins-base.pc.in:
118         Add libgstfft, a FFT library based on Kiss FFT which is
119         BSD licensed. Supported sample formats are int16, int32,
120         float and double. For those formats a real FFT and IFFT
121         can be done, different windowing functions can be applied
122         and functions for extracting the magnitude and phase exist.
123         Fixes #468619.
124
125         * docs/libs/Makefile.am:
126         * docs/libs/gst-plugins-base-libs-docs.sgml:
127         * docs/libs/gst-plugins-base-libs-sections.txt:
128         Integrate libgstfft into the docs.
129
130         * tests/check/Makefile.am:
131         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
132         Add unit tests for libgstfft, currently only testing the FFT.
133         Unit tests for IFFT will follow soon.
134
135 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
136
137         Patch by: Peter Kjellerstedt  <pkj at axis com>
138
139         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
140         (gst_sdp_message_init), (gst_sdp_message_uninit),
141         (is_multicast_address), (gst_sdp_message_as_text),
142         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
143         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
144         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
145         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
146         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
147         (gst_sdp_media_init), (gst_sdp_media_uninit),
148         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
149         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
150         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
151         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
152         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
153         * gst-libs/gst/sdp/gstsdpmessage.h:
154         Separate INIT_ARRAY() and related macros into two versions, one for
155         structures and one for pointers (e.g., INIT_ARRAY() and
156         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
157         lists of emails and phone numbers.
158         Add missing const as appropriate.
159         Change all gint to guint since they all actually represent unsigned
160         values.
161         Do not use time as a variable name as it shadows the global time().
162         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
163         Actually implement gst_sdp_message_add_time().
164         Make gst_sdp_message_add_time() take repeat times as an argument.
165         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
166         Corrected the definition of gst_sdp_media_get_bandwidth() (was
167         misspelled as badwidth).
168         gst-indented and a little clean up. Fixes #471067.
169
170 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
171
172         * gst/volume/gstvolume.c: (volume_choose_func),
173         (volume_process_double), (volume_process_double_clamp),
174         (volume_process_float_clamp):
175         Correctly clamp float/double samples in the [-1.0,1.0] range to
176         prevent weird effects.
177         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
178         Add unit tests for all samples types that had none before.
179
180 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst-libs/gst/rtp/gstrtpbuffer.c:
183           Need to include stdlib.h for abs() here too.
184
185 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * gst/playback/gststreaminfo.c:
188           Fix build.
189
190 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
191
192         * gst/playback/gststreaminfo.c:
193           Clean up some half-disabled code and comment.
194
195 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
196
197         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
198
199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
200         (gst_base_rtp_payload_audio_handle_event):
201         Return FALSE from the event handler to let the parent class handle the
202         event. Fixes #446766.
203
204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
205         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
206         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
207
208         * gst-libs/gst/rtp/gstbasertppayload.c:
209         Bump the MTU to 1400.
210
211 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
212
213         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
214         Add an audio/x-nsf typefind function for the nsfdec element.
215
216 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
217         * gst/playback/gstplaybasebin.c:
218         Included "myth://" on stream_uris list for enable buffering to mythtv files
219
220 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
221
222         * docs/libs/gst-plugins-base-libs-sections.txt:
223         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
224         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
225         (gst_rtcp_unix_to_ntp):
226         * gst-libs/gst/rtp/gstrtcpbuffer.h:
227         Fix parsing of RB blocks.
228         Fix docs.
229         Added helper functions to convert to/from UNIX and NTP time.
230         API: gst_rtcp_ntp_to_unix()
231         API: gst_rtcp_unix_to_ntp()
232
233         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
234         (gst_rtp_buffer_get_header_len),
235         (gst_rtp_buffer_get_extension_data),
236         (gst_rtp_buffer_get_payload_subbuffer),
237         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
238         (gst_rtp_buffer_ext_timestamp):
239         * gst-libs/gst/rtp/gstrtpbuffer.h:
240         Fix some more docs.
241         Implement handling of packets with extensions.
242         Fix padding check in _validate().
243         Added function to get extension data.
244         API: gst_rtp_buffer_get_header_len()
245         API: gst_rtp_buffer_get_extension_data()
246
247 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
248
249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
250         (gst_base_rtp_depayload_class_init),
251         (gst_base_rtp_depayload_set_gst_timestamp):
252         Add some more docs for the queue-delay property and fix a typo in a
253         comment.
254
255         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
256         Fix typo.
257
258 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
259
260         * gst-libs/gst/audio/gstbaseaudiosink.c:
261         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
262         (gst_base_audio_sink_change_state):
263         When skew slaving, try to hover around the middle of a segment so that
264         we at most drift by half a segment.
265         If we are aligning in the oposite direction of the clock skew, we don't
266         have to resync.
267
268 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
269
270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
271         (gst_base_rtp_depayload_setcaps),
272         (gst_base_rtp_depayload_set_gst_timestamp):
273         Be less silly with the segment start, just apply the clock-base to the
274         timestamp.
275
276 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
277
278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
279         (gst_base_rtp_depayload_class_init),
280         (gst_base_rtp_depayload_finalize),
281         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
282         (gst_base_rtp_depayload_handle_sink_event),
283         (gst_base_rtp_depayload_set_gst_timestamp),
284         (gst_base_rtp_depayload_change_state):
285         * gst-libs/gst/rtp/gstbasertpdepayload.h:
286         Deprecate the queue handling thread thing and remove the code.
287         Use new method to calculate the extended timestamp.
288
289 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
290
291         * gst-libs/gst/rtp/gstrtcpbuffer.c:
292         (gst_rtcp_packet_sdes_copy_entry):
293         Use g_strndup which does exactly what we want.
294
295         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
296         (gst_rtp_buffer_ext_timestamp):
297         * gst-libs/gst/rtp/gstrtpbuffer.h:
298         Add helper function to compare seqnums.
299         Add helper function to calculate extended timestamps.
300         API: gst_rtp_buffer_compare_seqnum()
301         API: gst_rtp_buffer_ext_timestamp()
302
303 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
304
305         * gst-libs/gst/rtp/gstrtcpbuffer.c:
306         (gst_rtcp_packet_sdes_get_entry),
307         (gst_rtcp_packet_sdes_copy_entry):
308         * gst-libs/gst/rtp/gstrtcpbuffer.h:
309         Fix and document SDES item data function.
310         Add new function that makes a proper copy of SDES item data.
311         API: gst_rtcp_packet_sdes_copy_entry()
312
313 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
314
315         * configure.ac:
316         * gst/Makefile.am:
317           The tcp and subparse plugins are under gst, but not totaly free of
318           dependencies. Handle selection inconfigure.ac, so that they show up
319           on the final list of what is build and what is not. Maybe they should
320           better be moved to ext.
321
322 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
323
324         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
325
326         * configure.ac:
327         * gst/Makefile.am:
328           Check if libxml provides HTML parser which subparse needs.
329           Fixes #451970.
330
331 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
332
333         * ext/alsa/gstalsa.c:
334           Fix typo and compilation on big endian systems.
335
336 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
337
338         * gst/subparse/gstssaparse.c:
339           Convert SSA newline codes into actual newline characters (#470766).
340
341 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
342
343         * docs/libs/gst-plugins-base-libs-sections.txt:
344         * gst-libs/gst/pbutils/install-plugins.c:
345         * gst-libs/gst/pbutils/install-plugins.h:
346         * tests/check/libs/pbutils.c:
347           API: also add gst_install_plugins_supported() while we're at it
348           (see #470456).
349
350 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * docs/libs/gst-plugins-base-libs-sections.txt:
353         * gst-libs/gst/pbutils/missing-plugins.c:
354         * gst-libs/gst/pbutils/missing-plugins.h:
355         * tests/check/libs/pbutils.c:
356           API: add gst_missing_*_installer_detail_new() convenience API so
357           that applications that know exactly what they're missing can request
358           installer detail strings for those items directly instead of having
359           to first create a dummy missing-plugin message and then get the
360           installer detail string from that.  Fixes #470456.
361
362 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
363
364         * gst/playback/gstdecodebin.c: (close_pad_link):
365         We need to set up delayed-linking whenever the caps are non-fixed,
366         not just when there are multiple types - use gst_pad_is_fixed()
367         to test.
368
369 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
370
371         * gst-libs/gst/pbutils/missing-plugins.c:
372           (gst_missing_plugin_message_get_installer_detail):
373           Add missing separator in PID fallback case.
374
375 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
376
377         * ext/alsa/Makefile.am:
378         There is no GST_PLUGINS_BASE_LIBS defined.
379         
380         * ext/alsa/gstalsa.c:
381         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
382         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
383         Add support for ALSA 24-bit formats.
384         snd_pcm_delay can return an error code, especially
385         during XRUNS. In that case, the best we can do is assume
386         delay = 0.
387
388         * gst/audioconvert/Makefile.am:
389         Add flags from -base before any more-remote dependencies.
390
391 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
392
393         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
394
395         * gst/volume/gstvolume.c: (volume_choose_func),
396         (volume_update_real_volume), (gst_volume_set_volume),
397         (gst_volume_init), (volume_process_int32),
398         (volume_process_int32_clamp), (volume_process_int24),
399         (volume_process_int24_clamp), (volume_process_int16),
400         (volume_process_int16_clamp), (volume_process_int8),
401         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
402         * gst/volume/gstvolume.h:
403         Add support for int32, int24 and int8 to the volume element.
404         Fixes #445529.
405
406 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
407
408         * tests/examples/Makefile.am:
409           Fix even more.
410
411 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
412
413         * configure.ac:
414         * docs/libs/Makefile.am:
415         * docs/libs/gst-plugins-base-libs-docs.sgml:
416         * docs/libs/gst-plugins-base-libs-sections.txt:
417         * ext/gnomevfs/gstgnomevfssrc.c:
418         * ext/gnomevfs/gstgnomevfssrc.h:
419         * gst-libs/gst/Makefile.am:
420         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
421         * pkgconfig/gstreamer-plugins-base.pc.in:
422         * sys/v4l/v4lsrc_calls.c:
423         * tests/examples/Makefile.am:
424         * win32/common/config.h:
425           Revert unwanted commit. many thanks to moap. I want a fix for 
426           https://thomas.apestaart.org/moap/trac/ticket/239
427
428 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
429
430         * gst/volume/gstvolume.c:
431           Move passthrough below gst_object_sync_values(). Fixes #442654.
432
433 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
434
435         * gst-libs/gst/audio/audio.c:
436         Clarify the docs a little.
437
438 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst/volume/gstvolume.c:
441           Enable liboil for float and add more details about problems with
442           int16.
443
444 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
445
446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
447         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
448
449 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
450
451         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
452         When calculating the first timestamp of the buffers, don't go below 0
453         and clip the samples because the offset was on the eos page.
454         Fixes #466717.
455
456 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
457
458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
459         (gst_ogg_demux_collect_chain_info):
460         Also submit the eos page when trying to find the first timestamp.
461         See #466717.
462
463 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
464
465         * gst-libs/gst/audio/audio.h:
466         Use gst_util_uint64_scale() instead of doing the math
467         with double for GST_FRAMES_TO_CLOCK_TIME() and
468         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
469         prevents rounding errors. Fixes #467667.
470
471 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
472
473         * gst-libs/gst/rtsp/gstrtspconnection.c:
474         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
475         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
476         * gst-libs/gst/rtsp/gstrtspconnection.h:
477         Small cleanups.
478         On shutdown, don't read the control socket yet.
479         Set timeout value correctly in all cases.
480         Add function to check if the server accepts reads or writes.
481         API: gst_rtsp_connection_poll()
482
483         * gst-libs/gst/rtsp/gstrtspdefs.h:
484         Fix compilation with -pedantic.
485         Add enum for _poll.
486
487 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
488
489         Patch by: Olivier Crete  <tester at tester ca>
490
491         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
492         (gst_basertppayload_getcaps):
493         * gst-libs/gst/rtp/gstbasertppayload.h:
494         Add getcaps vfunc to basertppayload. See #465146.
495
496 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
497
498         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
499         Only post buffering messages when we are a stream.
500
501 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
502
503         * gst-libs/gst/pbutils/install-plugins.c:
504         * gst-libs/gst/pbutils/missing-plugins.c:
505           Small docs fix and addition.
506
507 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
508
509         * tests/icles/.cvsignore:
510         * tests/icles/Makefile.am:
511         * tests/icles/test-textoverlay.c:
512           Add a dumb little test for textoverlay alignments.
513
514 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
515
516         Patch by: Dan Williams  <dcbw redhat com>
517
518         * ext/pango/gsttextoverlay.c:
519         * ext/pango/gsttextoverlay.h:
520           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
521           "silent" property so there's a Since tag in the API reference.
522
523 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
524
525         * gst-libs/gst/rtp/gstbasertppayload.c:
526         (gst_basertppayload_set_outcaps):
527         * gst-libs/gst/rtp/gstbasertppayload.h:
528         Improve caps negotiation so that downstream elements can confiure
529         certain RTP properties by fixing them on the caps. See #465146.
530         Add docs.
531
532 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * docs/libs/gst-plugins-base-libs-sections.txt:
535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
536         * gst-libs/gst/rtp/gstbasertpdepayload.h:
537           Mark as deprecated some macros which were presumably meant to be
538           private API and accidentally exposed in the public header file.
539           Also actually _init() lock (only works at the moment because the
540           struct is zeroed out when created and the initial values in the
541           mutex struct are zeroes too). (#459585)
542
543 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
544
545         * docs/libs/Makefile.am:
546           Remove cruft and do some cleanups.
547
548         * docs/libs/gst-plugins-base-libs-docs.sgml:
549           Prepare for comming gtkdoc features (rebase against online docs).
550
551 2007-08-10  Michael Smith <msmith@fluendo.com>
552
553         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
554           Debug output fixes.
555         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
556         (GST_START_TEST):
557           Change the number of buffers used; 500 is too many and leads to
558           timeouts.
559
560 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
561
562         * gst/playback/gstqueue2.c:
563         * gst/videorate/gstvideorate.c:
564           Printf format fixes (#465028).
565
566 2007-08-09  Michael Smith <msmith@fluendo.com>
567
568         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
569           If we have a large (> 1 second) discontinuity, push a series of
570           smaller buffers rather than a single very large buffer. Avoids
571           unreasonably large single buffer allocations when encountering a
572           large gap.
573         * tests/check/elements/audiorate.c: (GST_START_TEST),
574         (audiorate_suite):
575           Add a test for this.
576
577 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
578
579         * gst/playback/gstplaybasebin.c: (group_commit),
580         (queue_remove_probe), (queue_threshold_reached):
581
582         Patch by: Josep Torra Valles <josep@fluendo.com>
583         Fixes: #465015
584         Make sure we remove the check_queues buffer probe from the 
585         correct queue to avoid racily going back to "buffering 99%" when
586         buffering is actually complete.
587
588         Also, fix the spelling of Josep's surname in the ChangeLog.
589
590 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
591
592         * ext/ogg/gstoggmux.c:
593           Do not leak oggmux instance.
594         
595         * ext/vorbis/vorbisenc.c:
596           Also log values.
597
598 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
599
600         * po/hu.po:
601         * po/it.po:
602         * po/nl.po:
603         * po/uk.po:
604         * po/vi.po:
605           Updated translations.
606
607 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
608
609         patch by: Yang Hong <hongyang@redflag-linux.com>
610
611         * ext/pango/gsttextoverlay.c:
612         * ext/pango/gsttextoverlay.h:
613           Add 'silent' property to GstTimeOverlay. Fixes #462979
614
615 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
616
617         Patch by: Josep Torra Valles <josep@fluendo.com>
618
619         * docs/plugins/gst-plugins-base-plugins.args:
620         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
621         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
622         (gst_uri_decode_bin_get_property), (gen_source_element):
623         Add connection-speed property. Fixes #464690.
624
625 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
626
627         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
628
629         * configure.ac:
630         * gst-libs/gst/rtsp/Makefile.am:
631         * gst-libs/gst/rtsp/gstrtspconnection.c:
632         (gst_rtsp_connection_connect):
633         Fix compilation on windows. Fixes #464320.
634
635 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
636
637         Patch by: Josep Torra Valles <josep@fluendo.com>
638
639         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
640         (gst_play_base_bin_init), (queue_threshold_reached),
641         (gen_source_element), (setup_substreams),
642         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
643         (gst_play_base_bin_get_streaminfo_value_array):
644         * gst/playback/gstplaybasebin.h:
645         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
646         (gst_play_bin_set_property), (gst_play_bin_get_property),
647         (gst_play_bin_handle_redirect_message):
648         Move connection-speed property from playbin to playbasebin so that we
649         can also configure it in source elements that have the connection-speed
650         property. Fixes #464028.
651         Add some debug info here and there.
652
653 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
654
655         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
656         Properly respond to conversion queries. Fixes #464079.
657
658 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
659
660         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
661         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
662         (gst_audio_test_src_init_sine_table),
663         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
664         * gst/audiotestsrc/gstaudiotestsrc.h:
665         Add float/double and int32 support to audiotestsrc. Fixes #460422.
666         Also set the default volume to the default value specified in the
667         GParamSpec.
668
669 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
670
671         Patch by: Jens Granseuer <jensgr at gmx dot net>
672
673         * gst/audioconvert/gstaudioquantize.c:
674         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
675
676 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
677
678         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
679         Add rdt manager for rdt transport.
680         Fix parsing of RDT transport.
681
682 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
683
684         * configure.ac:
685         Back to CVS
686
687 === release 0.10.14 ===
688
689 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
690
691         * configure.ac:
692           releasing 0.10.14, "Light Years Ahead"
693
694 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
695
696         * tests/check/libs/audio.c: (GST_START_TEST):
697         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
698
699 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
700
701         * gst-libs/gst/audio/audio.c:
702         When clipping a buffer with no timestamp, assume it is
703         within the segment without warnings.
704
705         Fixes: #460978
706
707 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
708
709         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
710         Fire the signal on the object, not the interface.
711
712 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
713
714         * gst-libs/gst/rtsp/.cvsignore:
715         Ber. Don't include the full path, idiot.
716
717 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
718
719         * gst-libs/gst/rtsp/.cvsignore:
720         Ignore generated files.
721
722 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
723
724         * gst-libs/gst/interfaces/Makefile.am:
725         * gst-libs/gst/interfaces/interfaces-marshal.list:
726         * gst-libs/gst/interfaces/rtspextension.c:
727         * gst-libs/gst/interfaces/rtspextension.h:
728         * gst-libs/gst/rtsp/Makefile.am:
729         * gst-libs/gst/rtsp/gstrtsp.h:
730         * gst-libs/gst/rtsp/gstrtspextension.c:
731         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
732         (gst_rtsp_extension_detect_server),
733         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
734         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
735         (gst_rtsp_extension_configure_stream),
736         (gst_rtsp_extension_get_transports),
737         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
738         * gst-libs/gst/rtsp/gstrtspextension.h:
739         * gst-libs/gst/rtsp/rtsp-marshal.list:
740         Move the rtspextension.h interface into gstrtspextension.h
741         as part of libgstrtsp instead of libgstinterfaces, because it's
742         only for use within plugins, not applications. 
743         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
744         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
745         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
746         is abstract.
747
748 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
749
750         * gst-libs/gst/interfaces/Makefile.am:
751         * gst-libs/gst/interfaces/interfaces-marshal.list:
752         * gst-libs/gst/interfaces/rtspextension.c:
753         (gst_rtsp_extension_iface_init),
754         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
755         * gst-libs/gst/interfaces/rtspextension.h:
756         Fix marshaller for the send signal.
757         Add URL to stream selection interface method.
758
759 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
760
761         * gst-libs/gst/riff/Makefile.am:
762         Pull in our dependencies from -base before those from outside.
763
764 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
765
766         * docs/libs/gst-plugins-base-libs-sections.txt:
767         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
768         * gst-libs/gst/rtsp/gstrtspbase64.h:
769         API: gst_rtsp_base64_decode_ip()
770         Added function to decode Base64 in-place.
771
772 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
773
774         * tests/check/libs/.cvsignore:
775         Ignore the mixer test binary.
776
777 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
778
779         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
780         Gratuitous comment change to trigger a rebuild on the buildbots.
781
782 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
783
784         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
785         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
786         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
787         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
788         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
789         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
790         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
791         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
792         (gst_sdp_media_get_attribute_val):
793         * gst-libs/gst/sdp/gstsdpmessage.h:
794         Constify args where we can.
795
796 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
797
798         * gst-libs/gst/interfaces/Makefile.am:
799         * gst-libs/gst/interfaces/rtspextension.c:
800         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
801         (gst_rtsp_extension_detect_server),
802         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
803         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
804         (gst_rtsp_extension_configure_stream),
805         (gst_rtsp_extension_get_transports),
806         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
807         * gst-libs/gst/interfaces/rtspextension.h:
808         Move interface for RTSP extensions from -good to here.
809         Added helper methods to invoke interface methods.
810
811 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
812
813         * docs/libs/gst-plugins-base-libs-sections.txt:
814         * gst-libs/gst/rtsp/gstrtspdefs.h:
815         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
816         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
817         (gst_rtsp_message_init_response),
818         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
819         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
820         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
821         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
822         (gst_rtsp_message_get_body), (dump_key_value):
823         * gst-libs/gst/rtsp/gstrtspmessage.h:
824         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
825         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
826         (gst_rtsp_range_parse):
827         * gst-libs/gst/rtsp/gstrtsprange.h:
828         * gst-libs/gst/rtsp/gstrtsptransport.c:
829         * gst-libs/gst/rtsp/gstrtspurl.c:
830         Fix some more RTSP docs.
831         Add some missing methods for dealing with messages.
832
833 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
834
835         * docs/libs/gst-plugins-base-libs-docs.sgml:
836         * docs/libs/gst-plugins-base-libs-sections.txt:
837         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
838         * gst-libs/gst/rtsp/gstrtspbase64.h:
839         * gst-libs/gst/rtsp/gstrtspconnection.c:
840         (gst_rtsp_connection_connect), (add_auth_header),
841         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
842         (read_body), (gst_rtsp_connection_receive),
843         (gst_rtsp_connection_next_timeout),
844         (gst_rtsp_connection_reset_timeout),
845         (gst_rtsp_connection_set_auth):
846         * gst-libs/gst/rtsp/gstrtspconnection.h:
847         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
848         * gst-libs/gst/rtsp/gstrtspdefs.h:
849         * gst-libs/gst/rtsp/gstrtspmessage.h:
850         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
851         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
852         (gst_rtsp_range_parse):
853         * gst-libs/gst/rtsp/gstrtspurl.h:
854         Added beginnings of RTSP documentation.
855
856 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
857
858         * docs/libs/Makefile.am:
859         * docs/libs/gst-plugins-base-libs-docs.sgml:
860         * docs/libs/gst-plugins-base-libs-sections.txt:
861         * gst-libs/gst/sdp/gstsdp.h:
862         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
863         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
864         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
865         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
866         (gst_sdp_message_get_attribute_val),
867         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
868         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
869         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
870         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
871         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
872         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
873         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
874         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
875         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
876         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
877         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
878         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
879         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
880         (gst_sdp_media_get_attribute_val_n),
881         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
882         (print_media), (gst_sdp_message_dump):
883         * gst-libs/gst/sdp/gstsdpmessage.h:
884         Document the SDP library.
885         Add some of the missing SDPMedia methods.
886
887 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
888
889         * configure.ac:
890         * gst-libs/gst/Makefile.am:
891         * gst-libs/gst/rtsp/Makefile.am:
892         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
893         * gst-libs/gst/rtsp/gstrtspbase64.h:
894         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
895         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
896         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
897         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
898         (parse_response_status), (parse_request_line), (parse_line),
899         (gst_rtsp_connection_read), (read_body),
900         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
901         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
902         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
903         (gst_rtsp_connection_set_auth):
904         * gst-libs/gst/rtsp/gstrtspconnection.h:
905         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
906         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
907         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
908         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
909         (gst_rtsp_find_method):
910         * gst-libs/gst/rtsp/gstrtspdefs.h:
911         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
912         (gst_rtsp_message_new), (gst_rtsp_message_init),
913         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
914         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
915         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
916         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
917         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
918         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
919         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
920         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
921         (gst_rtsp_message_dump):
922         * gst-libs/gst/rtsp/gstrtspmessage.h:
923         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
924         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
925         (gst_rtsp_range_parse), (gst_rtsp_range_free):
926         * gst-libs/gst/rtsp/gstrtsprange.h:
927         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
928         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
929         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
930         (range_as_text), (rtsp_transport_mode_as_text),
931         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
932         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
933         (gst_rtsp_transport_free):
934         * gst-libs/gst/rtsp/gstrtsptransport.h:
935         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
936         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
937         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
938         * gst-libs/gst/rtsp/gstrtspurl.h:
939         * gst-libs/gst/sdp/Makefile.am:
940         * gst-libs/gst/sdp/gstsdp.h:
941         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
942         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
943         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
944         (gst_sdp_attribute_init), (gst_sdp_message_new),
945         (gst_sdp_message_init), (gst_sdp_message_uninit),
946         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
947         (gst_sdp_media_uninit), (gst_sdp_media_free),
948         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
949         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
950         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
951         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
952         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
953         (gst_sdp_message_get_attribute_val),
954         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
955         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
956         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
957         (gst_sdp_media_get_attribute_val_n),
958         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
959         (read_string), (read_string_del), (gst_sdp_parse_line),
960         (gst_sdp_message_parse_buffer), (print_media),
961         (gst_sdp_message_dump):
962         * gst-libs/gst/sdp/gstsdpmessage.h:
963         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
964         Move SDP and RTSP from helper objects in -good to a reusable library.
965         Use a proper gst_ namespace.
966
967 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
968
969         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
970         (vorbis_dec_flush_decode):
971         Use the new buffer clipping function from gstaudio here.
972
973 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
974
975         * docs/libs/gst-plugins-base-libs-sections.txt:
976         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
977         * gst-libs/gst/audio/audio.h:
978         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
979         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
980         Also add deprecation guards for gst_audio_structure_set_int() to the
981         header.
982
983 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
984
985         * docs/libs/gst-plugins-base-libs-sections.txt:
986           Cleanup the docs.
987
988 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
989
990         Patch by: Dan Williams <dcbw at redhat dot com>
991
992         * gst/playback/gstplaybasebin.c:
993         (gst_play_base_bin_get_streaminfo_value_array):
994         Don't return NULL when querying the stream info value array but instead
995         return an empty array. Fixes #459204.
996
997 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst/playback/gsturidecodebin.c:
1000           Init debug category before using it.
1001
1002 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1003
1004         * gst-libs/gst/interfaces/mixer.h:
1005         Add padding vars in place of the signal pointers
1006         when building with DISABLE_DEPRECATED so that the
1007         interface structure doesn't change size.
1008
1009 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1010
1011         * docs/libs/gst-plugins-base-libs-sections.txt:
1012         * ext/alsa/gstalsamixer.c:
1013         * ext/alsa/gstalsamixer.h:
1014         * ext/alsa/gstalsamixerelement.c:
1015         * ext/alsa/gstalsamixertrack.c:
1016         * gst-libs/gst/interfaces/mixer.c:
1017         * gst-libs/gst/interfaces/mixer.h:
1018         * gst-libs/gst/interfaces/mixeroptions.c:
1019         * gst-libs/gst/interfaces/mixeroptions.h:
1020         * gst-libs/gst/interfaces/mixertrack.c:
1021         * gst-libs/gst/interfaces/mixertrack.h:
1022         * tests/check/Makefile.am:
1023         * tests/check/libs/mixer.c:
1024
1025         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1026         Fixes: #152864 
1027
1028         Add support for notifying mixer changes on the message bus, and
1029         implement it in alsamixer.
1030
1031         API: gst_mixer_get_mixer_flags
1032         API: gst_mixer_message_parse_mute_toggled
1033         API: gst_mixer_message_parse_record_toggled
1034         API: gst_mixer_message_parse_volume_changed
1035         API: gst_mixer_message_parse_option_changed
1036         API: GstMixerMessageType
1037         API: GstMixerFlags
1038
1039 2007-07-20  Michael Smith <msmith@fluendo.com>
1040
1041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1042         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1043           xcontext->im_format is only for testing XShm support (as the header
1044           file comments document). Use xvimage->im_format for everything else.
1045           Avoids spurious warnings on buffer allocation before setcaps.
1046
1047 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * tests/examples/volume/Makefile.am:
1050         * tests/icles/Makefile.am:
1051           We should use $(LIBM).
1052
1053 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1054
1055         * tests/icles/Makefile.am:
1056           This needs -lm.
1057
1058 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1059
1060         * gst-libs/gst/rtp/gstbasertppayload.c:
1061         (gst_basertppayload_class_init), (gst_basertppayload_init),
1062         (gst_basertppayload_set_property),
1063         (gst_basertppayload_get_property):
1064         Don't break ABI, restore previous ranges. Keep the default random
1065         selection of timestamp and seqnum offset but as soon as the app sets a
1066         specific value, use that one.
1067
1068 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1069
1070         Patch by: Bastien Nocera <hadess at hadess dot net>
1071
1072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1073         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1074         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1075         * sys/xvimage/xvimagesink.h:
1076         Add option to turn off double-buffering for debugging purposes.
1077         Fixes #437169.
1078
1079 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1080
1081         Patch by: Jorn Baayen <jorn at openedhand dot com>
1082
1083         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1084         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1085         (gst_ximagesink_init), (gst_ximagesink_class_init):
1086         * sys/ximage/ximagesink.h:
1087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1088         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1089         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1090         * sys/xvimage/xvimagesink.h:
1091         add 'handle-expose' property. Useful for video widgets which may want to
1092         be in control of Expose behaviour. Fixes #380625
1093
1094 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1095
1096         * gst-libs/gst/rtp/gstbasertppayload.c:
1097         (gst_basertppayload_class_init), (gst_basertppayload_init),
1098         (gst_basertppayload_event), (gst_basertppayload_push),
1099         (gst_basertppayload_set_property),
1100         (gst_basertppayload_get_property),
1101         (gst_basertppayload_change_state):
1102         * gst-libs/gst/rtp/gstbasertppayload.h:
1103         Fix ranges of rtp payloader properties so that the full range can be
1104         used in addition to -1 (random).
1105         Fix wrong seqnum reporting in caps.
1106         Fixes #420326.
1107
1108 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1109
1110         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1111         (gst_video_rate_query):
1112         Use boilerplate.
1113         Add latency query, might not be perfect yet but already works a lot
1114         better. Fixes #442557.
1115
1116 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1117
1118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1119         (gst_xvimagesink_setcaps):
1120         * sys/xvimage/xvimagesink.h:
1121         After a caps change, redraw our borders to avoid garbage left there
1122         when the image format changes to a smaller size, like 16:9 -> 4:3
1123         Also, hold the flow_lock a bit longer in the set_caps while we're
1124         fiddling with the xcontext.
1125
1126 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1127
1128         * Makefile.am:
1129         * configure.ac:
1130         * tests/Makefile.am:
1131         Remove bogus check for libcheck, since we check for
1132         gstreamer-check and it pulls in the required info from there, and we
1133         weren't actually _using_ the information for libcheck ourselves
1134         anyway.
1135
1136 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1137
1138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1139         (gst_ffmpeg_caps_to_pixfmt):
1140         Fix the r_mask test for RGBA32 on little-endian.
1141         Fix a stupid typo that would have obviously broken 
1142         compilation on big-endian, if anyone was testing.
1143
1144 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1145
1146         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1147         (paint_hline_str4):
1148         * gst/videotestsrc/videotestsrc.h:
1149         Add alpha to the color struct.
1150         Use a default alpha value of 255 instead of 128.
1151
1152 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1153
1154         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1155         (setup_source):
1156         Clear the dynamic pads counter when starting a new uri. This makes
1157         reusing playbin work again.
1158         Fixes #454264.
1159
1160 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1161
1162         * configure.ac:
1163           Use pkg-config to locate check.
1164
1165 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1166
1167         * configure.ac:
1168         * tests/check/elements/volume.c: (GST_START_TEST):
1169           Fix 'make check' build against core CVS.
1170
1171 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1172
1173         * gst-libs/gst/interfaces/propertyprobe.c:
1174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1175         * gst-libs/gst/tag/gstvorbistag.c:
1176           Make gtk-doc happy.
1177
1178 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst-libs/gst/audio/gstbaseaudiosink.c:
1181         (gst_base_audio_sink_callback):
1182           Quick hack to make audiosinks stop at EOS when operating in
1183           pull-mode; needs to be fixed properly some day.
1184
1185 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * docs/libs/gst-plugins-base-libs-sections.txt:
1188           Fix location of includes in the docs.
1189
1190 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1191
1192         * gst/ffmpegcolorspace/avcodec.h:
1193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1194         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1195         (gst_ffmpegcsp_avpicture_fill):
1196         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1197         (img_get_alpha_info):
1198         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1199         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1200         end of the word. Partially fixes #451908
1201
1202 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1203
1204         * docs/libs/Makefile.am:
1205         * docs/plugins/Makefile.am:
1206           Simplify --extra-dir as gtkdoc scans recursively.
1207
1208 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1209
1210         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1211         (gst_adder_request_new_pad):
1212         Make getcaps more robust by not using the proxycaps function. This makes
1213         sure that we don't end up recursively calling getcaps upstream.
1214         See #316248.
1215
1216 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1217
1218         * gst/audioconvert/audioconvert.c:
1219         Include math.h to fix compilation.
1220
1221 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1222
1223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1224         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1225         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1226         format, as produced by some dc1394 cameras like the iSight.
1227         See http://www.fourcc.org/yuv.php#IYU1
1228
1229 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1230
1231         * gst/audioconvert/Makefile.am:
1232         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1233         (check_default), (audio_convert_prepare_context),
1234         (audio_convert_clean_context), (audio_convert_convert):
1235         * gst/audioconvert/audioconvert.h:
1236         * gst/audioconvert/gstaudioconvert.c:
1237         (gst_audio_convert_dithering_get_type),
1238         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1239         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1240         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1241         * gst/audioconvert/gstaudioconvert.h:
1242         * gst/audioconvert/gstaudioquantize.c:
1243         (gst_audio_quantize_setup_noise_shaping),
1244         (gst_audio_quantize_free_noise_shaping),
1245         (gst_audio_quantize_setup_dither),
1246         (gst_audio_quantize_free_dither),
1247         (gst_audio_quantize_setup_quantize_func),
1248         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1249         * gst/audioconvert/gstaudioquantize.h:
1250         Implement dithering and noise shaping in audioconvert. By default now
1251         TPDF dithering (and no noise shaping) will be used when converting
1252         from a higher bit depth to 20 bit depth or smaller, otherwise
1253         everything will be as it is now.
1254         For the last audioconvert in a pipeline it would make sense to
1255         use some kind of noise shaping, enabling it by default for all
1256         conversions would give undesired results though. Fixes #360246.
1257         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1258         (GST_START_TEST):
1259         Adjust unit test for the new audioconvert.
1260
1261 2007-06-28  Wim Taymans  <wim@fluendo.com>
1262
1263         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1264         Use other metrics as well when estimating the buffer level.
1265
1266 2007-06-28  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1269         Small debug improvement.
1270
1271         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1272         (plugin_init):
1273         Tweak the rate estimation period.
1274         When calculating the buffer filledness in rate estimation mode, don't
1275         mix it with other metrics.
1276
1277 2007-06-28  Wim Taymans  <wim@fluendo.com>
1278
1279         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1280         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1281         When creating the groups, allow for a 5 second, unlimited buffers
1282         preroll phase after which we expose the group.
1283         When the group is exposed, use a small number of buffers up to a 2
1284         second limit. Also disconnect the overrun signal from multiqueue when we
1285         exposed the group because it is not needed anymore.
1286
1287 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1288
1289         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1290           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1291           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1292           (#451707); also, output some debugging info when dealing with
1293           freeform strings.
1294
1295         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1296           Add unit test for the above.
1297
1298 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1299
1300         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1301           Add description for Windows Media RTP caps.
1302
1303         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1304           Remove RTP fields that don't define the format from caps.
1305
1306 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1309           Skip empty buffers, but not empty header buffers. That way the original
1310           vorbisdec unit test still passes (#451145); also, take into account
1311           that those empty packets might carry a granulepos.
1312
1313         * tests/check/Makefile.am:
1314         * tests/check/elements/vorbisdec.c:
1315         (_create_codebook_header_buffer), (_create_audio_buffer),
1316         (GST_START_TEST), (vorbisdec_suite):
1317           Add unit test that sends an empty packet.
1318
1319 2007-06-27  Wim Taymans  <wim@fluendo.com>
1320
1321         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1322         Don't error out on 0-sized packets, just emit a warning because this is
1323         not a fatal error. Fixes #451145.
1324
1325 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1326
1327         * docs/plugins/gst-plugins-base-plugins.args:
1328         * docs/plugins/gst-plugins-base-plugins.signals:
1329         * docs/plugins/inspect/plugin-adder.xml:
1330         * docs/plugins/inspect/plugin-alsa.xml:
1331         * docs/plugins/inspect/plugin-audioconvert.xml:
1332         * docs/plugins/inspect/plugin-audiorate.xml:
1333         * docs/plugins/inspect/plugin-audioresample.xml:
1334         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1335         * docs/plugins/inspect/plugin-cdparanoia.xml:
1336         * docs/plugins/inspect/plugin-decodebin.xml:
1337         * docs/plugins/inspect/plugin-decodebin2.xml:
1338         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1339         * docs/plugins/inspect/plugin-gdp.xml:
1340         * docs/plugins/inspect/plugin-gnomevfs.xml:
1341         * docs/plugins/inspect/plugin-libvisual.xml:
1342         * docs/plugins/inspect/plugin-ogg.xml:
1343         * docs/plugins/inspect/plugin-pango.xml:
1344         * docs/plugins/inspect/plugin-playbin.xml:
1345         * docs/plugins/inspect/plugin-subparse.xml:
1346         * docs/plugins/inspect/plugin-tcp.xml:
1347         * docs/plugins/inspect/plugin-theora.xml:
1348         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1349         * docs/plugins/inspect/plugin-video4linux.xml:
1350         * docs/plugins/inspect/plugin-videorate.xml:
1351         * docs/plugins/inspect/plugin-videoscale.xml:
1352         * docs/plugins/inspect/plugin-videotestsrc.xml:
1353         * docs/plugins/inspect/plugin-volume.xml:
1354         * docs/plugins/inspect/plugin-vorbis.xml:
1355         * docs/plugins/inspect/plugin-ximagesink.xml:
1356         * docs/plugins/inspect/plugin-xvimagesink.xml:
1357           Update docs with caps info.
1358
1359 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * po/POTFILES.in:
1362           Add more files with translatable strings (#450875).
1363
1364 2007-06-23  Edward Hervey  <edward@fluendo.com>
1365
1366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1367         The chain should be freed if we error out here, else it will leak.
1368         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1369         (cleanup_decodebin):
1370         Don't forget to *properly* remove the signals, else it will leak.
1371
1372 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1373
1374         * MAINTAINERS:
1375         Updating all the maintainers files
1376
1377 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1378
1379         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1380         (main):
1381           Destroy and recreate parse-launch based pipeline after stop to be able
1382           to play again. Reorder some code and add more comments.
1383
1384 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1385
1386         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1387         When handling a delayed-caps notification case, mark
1388         the group as dynamic so that the nbdynamic count is
1389         incremented and decremented correctly. Fixes: #449156
1390         Patch by: Wim Taymans <wim@fluendo.com>
1391
1392 2007-06-19  Andy Wingo  <wingo@pobox.com>
1393
1394         * gst-libs/gst/audio/gstbaseaudiosink.c
1395         (gst_base_audio_sink_init): Enable pull-mode operation.
1396
1397 2007-06-19  Michael Smith <msmith@fluendo.com>
1398
1399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1400           Change minimum rate back to 1000 to allow low-sample-rate wav files
1401           to play back.
1402
1403 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1404
1405         * po/vi.po:
1406           Update translations.
1407
1408 2007-06-15  David Schleef  <ds@schleef.org>
1409
1410         * gst/playback/gstqueue2.c:
1411           Fix compile error from ignored return value.
1412
1413 2007-06-15  Michael Smith <msmith@fluendo.com>
1414
1415         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1416           Update tmpbuf for all neccesary rows, not just one, as is required
1417           when downscaling.
1418           Fixes #402076.
1419
1420 2007-06-15  Michael Smith <msmith@fluendo.com>
1421
1422         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1423         (eos_buffer_probe):
1424           Add a test that ensures we set DELTA_UNIT on all non-header,
1425           non-video buffers, if we have a video stream.
1426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1427         (gst_ogg_mux_process_best_pad):
1428           Move setting delta_pad to earlier, where we inspect all pads, so
1429           that leading audio pages don't get DELTA_UNIT unset if they come
1430           before the first DELTA_UNIT from video pages. Fixes the newly-added
1431           test. Fixes #385527.
1432
1433 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1436           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1437           fails on the p5-ppc64 build bot and the failure looks like it is due
1438           to the same issue as #348114, ie. a compiler bug.
1439
1440 2007-06-13  Edward Hervey  <edward@fluendo.com>
1441
1442         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1443         Fix build on MacOSX.
1444
1445 2007-06-13  Wim Taymans  <wim@fluendo.com>
1446
1447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1448         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1449         Fix compilation on mingw. Fixes #446972.
1450
1451 2007-06-12  Wim Taymans  <wim@fluendo.com>
1452
1453         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1454
1455         * gst/playback/gstqueue2.c: (update_buffering),
1456         (gst_queue_locked_enqueue):
1457         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1458         also update the buffering status when receiving events. Fixes #446551.
1459
1460 2007-06-11  Wim Taymans  <wim@fluendo.com>
1461
1462         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1463
1464         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1465         (gst_queue_handle_src_query):
1466         Wait for preroll before attempting to forward a duration query upstream.
1467         Fixes #445505.
1468
1469 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1470
1471         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1472         (gst_base_rtp_depayload_set_gst_timestamp):
1473         Use G_GINT64_CONSTANT macro for int64 constant.
1474         * win32/common/libgstinterfaces.def:
1475         * win32/common/libgsttag.def:
1476         Add new exported functions.
1477
1478 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1481           The BOS page of the first Dirac video stream needs to come before
1482           the BOS page of any Vorbis streams or other audio streams, just like
1483           it is with Theora.
1484
1485 2007-06-07  Wim Taymans  <wim@fluendo.com>
1486
1487         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1488         Fix compilation.
1489
1490 2007-06-06  Wim Taymans  <wim@fluendo.com>
1491
1492         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1493
1494         * gst/playback/gstqueue2.c: (gst_queue_init),
1495         (gst_queue_handle_sink_event), (gst_queue_chain),
1496         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1497         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1498         (gst_queue_src_activate_pull):
1499         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1500         Does not yet completely work because duration queries upstream won't
1501         block yet.
1502
1503 2007-06-06  Wim Taymans  <wim@fluendo.com>
1504
1505         * configure.ac:
1506         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1507         Some more fseeko checks.
1508
1509 2007-06-06  Wim Taymans  <wim@fluendo.com>
1510
1511         * configure.ac:
1512         check for large file support.
1513
1514 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1515
1516         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1517
1518         * gst/subparse/gstsubparse.c: (parse_subrip),
1519         (subviewer_unescape_newlines), (parse_subviewer),
1520         (gst_sub_parse_data_format_autodetect),
1521         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1522         * gst/subparse/gstsubparse.h:
1523         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1524         * tests/check/elements/subparse.c: (GST_START_TEST),
1525         (subparse_suite):
1526         Add a unit test for both SubViewer formats.
1527
1528 2007-06-01  Michael Smith <msmith@fluendo.com>
1529
1530         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1531           Don't overflow intermediate values when seeking to large time values
1532           in audiotestsrc.
1533
1534 2007-06-05  Wim Taymans  <wim@fluendo.com>
1535
1536         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1537         (gst_queue_create_read), (gst_queue_read_item_from_file),
1538         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1539         Include stdio to define fseeko.
1540
1541 2007-06-05  Wim Taymans  <wim@fluendo.com>
1542
1543         Patch by: Edward Hervey  <edward@fluendo.com>
1544
1545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1546         (gst_v4lsrc_query):
1547         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1548
1549 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1550
1551         * gst-libs/gst/riff/Makefile.am:
1552         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1553           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1554           our own implementation.
1555
1556 2007-06-05  Wim Taymans  <wim@fluendo.com>
1557
1558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1559         (gst_base_rtp_depayload_setcaps),
1560         (gst_base_rtp_depayload_set_gst_timestamp),
1561         (gst_base_rtp_depayload_change_state):
1562         Handle timestamp wraparound.
1563
1564 2007-06-05  Wim Taymans  <wim@fluendo.com>
1565
1566         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1567         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1568         (gst_uri_decode_bin_change_state):
1569         Make sure we name srcpads uniquely even when using different internal
1570         decodebins.
1571         Signal no-more-pads when no more dynamic elements exist.
1572         Remove pads on cleanup.
1573
1574 2007-06-05  Wim Taymans  <wim@fluendo.com>
1575
1576         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1577
1578         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1579         (gst_queue_init), (gst_queue_finalize),
1580         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1581         (gst_queue_create_read), (gst_queue_read_item_from_file),
1582         (gst_queue_open_temp_location_file),
1583         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1584         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1585         (gst_queue_is_empty), (gst_queue_is_filled),
1586         (gst_queue_change_state), (gst_queue_set_temp_location),
1587         (gst_queue_set_property):
1588         Add support for filebased buffering. Fixes #441264.
1589
1590 2007-06-05  Wim Taymans  <wim@fluendo.com>
1591
1592         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1593         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1594         (caps_notify_group_cb), (gst_decode_group_new),
1595         (gst_decode_group_free):
1596         Add support for delayed caps fixation when autoplugging.
1597         Optimize cases where a multiqueue is not needed/wanted, like right after
1598         anything that is not a demuxer.
1599
1600 2007-06-05  Wim Taymans  <wim@fluendo.com>
1601
1602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1603         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1604         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1605         consideratly speedup ogg chain detection by not trying to find a base
1606         timestamp for skeleton streams. 
1607
1608 2007-06-05  Wim Taymans  <wim@fluendo.com>
1609
1610         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1611         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1612         (gst_multi_fd_sink_remove_flush),
1613         (gst_multi_fd_sink_remove_client_link),
1614         (gst_multi_fd_sink_handle_client_write),
1615         (gst_multi_fd_sink_handle_clients):
1616         * gst/tcp/gstmultifdsink.h:
1617         Add support for remove_flush.
1618
1619 2007-06-05  Wim Taymans  <wim@fluendo.com>
1620
1621         * docs/design/draft-keyframe-force.txt:
1622         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1623         (theora_enc_chain):
1624         Add draft design for forcing keyframes in encoders and implement in
1625         theoraenc.
1626
1627 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1628
1629         * configure.ac:
1630           Back to CVS
1631
1632 === release 0.10.13 ===
1633
1634 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1635
1636         * configure.ac:
1637           releasing 0.10.13, "What's Going on?"
1638
1639 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1640
1641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1642         In riff, the depth is stored in the size field but it just means that
1643         the least significant bits are cleared. We can therefore just play
1644         the sample as if it had a depth == width. Fixes: #440997
1645
1646         Patch by: Wim Taymans <wim@fluendo.com> 
1647         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1648
1649 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1650
1651         * gst-libs/gst/floatcast/floatcast.h:
1652         Define inline when needed on win32 builds. Fixes: #441295
1653         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1654
1655 2007-05-29  Wim Taymans  <wim@fluendo.com>
1656
1657         * gst/playback/gstplaybasebin.c: (queue_overrun),
1658         (no_more_pads_full):
1659         Stop buffering when the group is commited because the queues filled up.
1660         Fixes #442024.
1661
1662 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1663
1664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1665         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1666         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1667         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1668         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1669         * ext/alsa/gstalsamixer.h:
1670         * ext/alsa/gstalsamixerelement.c:
1671         (gst_alsa_mixer_element_interface_supported),
1672         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1673         (gst_alsa_mixer_element_set_property),
1674         (gst_alsa_mixer_element_get_property),
1675         (gst_alsa_mixer_element_change_state):
1676         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1677         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1678         (gst_mixer_option_changed):
1679         * gst-libs/gst/interfaces/mixer.h:
1680         Revert commits towards #152864 made so far. We'll pick it up again
1681         after the 0.10.13 release.
1682
1683 2007-05-24  Wim Taymans  <wim@fluendo.com>
1684
1685         * gst-libs/gst/audio/gstbaseaudiosink.c:
1686         (gst_base_audio_sink_render):
1687         After an interrupt (PAUSED/flush) assume that the next sample should not
1688         be aligned to the previous sample. Fixes #417992.
1689
1690 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1693           Don't add channels and rate fields to the template caps for
1694           audio/x-dts, as wavparse might not always be able to set them,
1695           which would then lead to 'caps are not a real subset of the
1696           template caps' warnings.
1697
1698 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1699
1700         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1701         Handle unknown or invalid pads without crashing, as might occur if
1702         a media file like an mp3 is specified as a subtitle file.
1703         Fixes: #410039
1704
1705 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1706
1707         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1708         (setup_sinks):
1709         Block the subtitle bin output queue before ghosting it and linking,
1710         then unblock after. This avoids spurious not-linked errors caused 
1711         by the queue starting up (because it gets linked when it is ghosted). 
1712         Fixes: #350299
1713
1714 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1715
1716         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1717         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1718         file. Avoids flukes where the input gets typefound to some valid but
1719         useless type.
1720
1721 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * tests/check/Makefile.am:
1724         * tests/check/elements/.cvsignore:
1725         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1726         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1727           Add unit test for gnomevfssink seeking and position reporting for
1728           file:// URIs.
1729
1730 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1731
1732         Patch by: Mark Nauwelaerts <manauw at skynet be>
1733
1734         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1735         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1736         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1737         * ext/gnomevfs/gstgnomevfssink.h:
1738           Fix position reporting, especially after a seek (from upstream),
1739           see #412648.
1740
1741 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1742
1743         * ext/cdparanoia/gstcdparanoiasrc.c:
1744           Repair umlaut.
1745
1746 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1747
1748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1749         Specify the full valid range for MP3 samplerates. Fixes a regression
1750         caused by extra header checks since the last release.
1751
1752 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1753
1754         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1756         Fix a locking-order bug I introduced with my changes the other day.
1757         Patch by Mike Smith.
1758
1759 2007-05-21  Michael Smith <msmith@fluendo.com>
1760
1761         * ext/theora/theoradec.c: (theora_handle_data_packet):
1762           Don't look inside 0-length packets (which indicate duplicated
1763           frames)
1764
1765 2007-05-21  Wim Taymans  <wim@fluendo.com>
1766
1767         * ext/cdparanoia/gstcdparanoiasrc.c:
1768         (gst_cd_paranoia_src_read_sector):
1769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1770         (gst_base_audio_src_create):
1771         Small cleanups.
1772
1773         * ext/theora/theoradec.c: (theora_dec_sink_event):
1774         Fix typo.
1775
1776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1777         (gst_base_rtp_depayload_set_gst_timestamp):
1778         Add some FIXME
1779
1780         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1781         And some debug info when a FIXME path is hit.
1782
1783 2007-05-21  Wim Taymans  <wim@fluendo.com>
1784
1785         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1786         (gst_base_rtp_audio_payload_class_init),
1787         (gst_base_rtp_audio_payload_init),
1788         (gst_base_rtp_audio_payload_finalize),
1789         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1790         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1791         (gst_base_rtp_payload_audio_handle_event):
1792         Some cleanups, remove minptime property as it is now in the parent
1793         class.
1794         Override parent class event function.
1795
1796         * gst-libs/gst/rtp/gstbasertppayload.c:
1797         (gst_basertppayload_class_init), (gst_basertppayload_init),
1798         (gst_basertppayload_event), (gst_basertppayload_set_property),
1799         (gst_basertppayload_get_property):
1800         * gst-libs/gst/rtp/gstbasertppayload.h:
1801         Add min-ptime property.
1802         Add handle-event vmethod. Fixes #415001.
1803
1804 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1805
1806         * gst-libs/gst/audio/gstbaseaudiosink.c
1807           (gst_base_audio_sink_change_state):
1808           Fix typo in comment.
1809
1810         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1811           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1812           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1813           close_link):
1814         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1815           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1816           Remove trailing whitespaces in comments.
1817
1818         * gst/volume/Makefile.am:
1819           Fix tabs.
1820
1821 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1822
1823         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1824
1825         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1826           set_option, get_option, _gst_reserved):
1827           Revert reordering functions (keep ABI).
1828
1829 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1830
1831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1832         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1833         (gst_ximagesink_show_frame):
1834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1835         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1836         (gst_xvimagesink_show_frame):
1837         When we create our own window, indicate that we handle the 
1838         WM_DELETE client message from the window manager, so that it won't 
1839         kill our window (and our app) along with it. Handle ClientMessage,
1840         post an error on the bus, and close the window. Further buffers
1841         arriving will result in a FlowError because the window has been
1842         destroyed.
1843
1844         Fixes: #393975
1845
1846         Clean up the X event handling loop and make them the same for
1847         both xvimagesink and ximagesink while I'm at it.
1848
1849 2007-05-17  Wim Taymans  <wim@fluendo.com>
1850
1851         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1852         Make decodebin2 autoplug depayloaders too.
1853
1854         * gst/playback/gsturidecodebin.c: (source_new_pad):
1855         Set the newly created decoder in a usable state when autoplugging a
1856         dynamic source such as RTSP.
1857
1858 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * gst/playback/gststreaminfo.c: (cb_probe):
1861           Ignore video-codec tag for audio streams and ignore audio-codec tags
1862           for video streams. Should make codec name collection a bit more
1863           robust against sloppy demuxers that send tag events containing both
1864           tags down each pad.
1865
1866 2007-05-17  Wim Taymans  <wim@fluendo.com>
1867
1868         * gst/playback/gstqueue2.c: (update_rates):
1869         Tweak the buffering thresholds a little.
1870         Update the buffer size with the previously calculate rate instead of
1871         only when we calculate a new rate so that we get smoother buffering
1872         updates.
1873
1874         * gst/playback/Makefile.am:
1875         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1876         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1877         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1878         (gst_uri_decode_bin_get_property), (unknown_type),
1879         (add_element_stream), (no_more_pads_full), (no_more_pads),
1880         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1881         (gen_source_element), (has_all_raw_caps), (analyse_source),
1882         (remove_decoders), (make_decoder), (remove_source),
1883         (source_new_pad), (setup_source), (decoder_query_init),
1884         (decoder_query_duration_fold), (decoder_query_duration_done),
1885         (decoder_query_position_fold), (decoder_query_position_done),
1886         (decoder_query_latency_fold), (decoder_query_latency_done),
1887         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1888         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1889         (gst_uri_decode_bin_change_state), (plugin_init):
1890         New element that intergrates a source, optional buffering element and
1891         decodebin.
1892
1893 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * configure.ac:
1896           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1897           (also has a .pc file, so we don't need the fallback check any
1898           longer). Fixes #438840.
1899
1900 2007-05-17  Wim Taymans  <wim@fluendo.com>
1901
1902         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1903         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1904         (apply_segment), (apply_buffer), (update_buffering),
1905         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1906         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1907         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1908         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1909         (plugin_init):
1910         fix build.
1911
1912 2007-05-17  Wim Taymans  <wim@fluendo.com>
1913
1914         * gst/playback/Makefile.am:
1915         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1916         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1917         (gst_queue_getcaps), (gst_queue_bufferalloc),
1918         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1919         (apply_buffer), (update_buffering), (reset_rate_timer),
1920         (update_rates), (gst_queue_locked_flush),
1921         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1922         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1923         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1924         (gst_queue_loop), (gst_queue_handle_src_event),
1925         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1926         (gst_queue_src_activate_push), (gst_queue_change_state),
1927         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1928         On our way to playbin2 this is the new network queue that does buffering
1929         all by itself using high and low watermarks. It can also measure up and
1930         downstream bandwidth to optimally size the queue.
1931
1932 2007-05-17  Michael Smith <msmith@fluendo.com>
1933
1934         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1935         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1936           Use the segment->last_stop value to calculate the next timestamp to
1937           generate after a seek; not the segment->start value.
1938
1939 2007-05-15  David Schleef  <ds@schleef.org>
1940
1941         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1942           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1943
1944 2007-05-15  Wim Taymans  <wim@fluendo.com>
1945
1946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1947         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1948         Some more chained streaming ogg timestamp fixes.
1949
1950 2007-05-15  Wim Taymans  <wim@fluendo.com>
1951
1952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1953         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1954         (gst_ogg_demux_handle_page):
1955         Add some FIXMEs.
1956         Fix chain start/stop segment handling based on patch by
1957         <ahalda at cs dot mcgill dot ca> see #320984.
1958
1959 2007-05-15  Michael Smith <msmith@fluendo.com>
1960
1961         * configure.ac:
1962           We don't require a C++ compiler. So don't require one.
1963
1964 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1967           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1968           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1969           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1970           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1971           gst_alsa_mixer_update_track):
1972           Apply some of the cleanup Tim suggested in #152864 afterwards.
1973
1974 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1975
1976         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1977
1978         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1979           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1980           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1981           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1982           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1983           gst_alsa_mixer_handle_source_callback,
1984           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1985           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1986           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1987           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1988           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1989           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1990         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1991         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1992           gst_alsa_mixer_element_interface_supported,
1993           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1994           gst_alsa_mixer_element_set_property,
1995           gst_alsa_mixer_element_get_property,
1996           gst_alsa_mixer_element_change_state):
1997         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1998         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1999           gst_mixer_option_changed):
2000         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2001           volume_changed, option_changed, _gst_reserved):
2002           Implement notification for alsamixer. Fixes #152864
2003
2004 2007-05-14  David Schleef  <ds@schleef.org>
2005
2006         * gst/videotestsrc/videotestsrc.c:
2007         * gst/videotestsrc/videotestsrc.h:
2008           Add support for video/x-raw-bayer.
2009
2010 2007-05-12  David Schleef  <ds@schleef.org>
2011
2012         * sys/xvimage/xvimagesink.c:
2013           Add some sanity checking for the XVImage size returned by X.
2014           Related to #377400.
2015
2016 2007-05-12  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2019         (gst_base_rtp_depayload_setcaps),
2020         (gst_base_rtp_depayload_set_gst_timestamp):
2021         Parse and use additional caps fields as described in updated
2022         application/x-rtp caps spec.
2023
2024 2007-05-12  Wim Taymans  <wim@fluendo.com>
2025
2026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2027         (gst_ogg_demux_collect_chain_info):
2028         If there is a stream in a chain without any data packets, ignore the
2029         stream in the total length calculations. Might be related to #436820.
2030
2031 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2032
2033         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2034         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2035         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2036         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2037         (plugin_init):
2038
2039         Consolidate and re-work our mpeg system stream detection to probe
2040         more packets and produce a higher confidence result. Fixes a
2041         regression caused by lowering the typefind probability last year
2042         - related to bug #397810. Remove the redundant MPEG-1 specific 
2043         typefind function, as the new one detects both MPEG-1 & MPEG-2
2044         happily.
2045
2046         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2047         little. 
2048
2049         Tested against my media test directory, with some improvements and
2050         no regressions.
2051
2052 2007-05-10  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2055         (queue_out_of_data):
2056         Connect to the new queue "pushing" signal instead of the broken
2057         "running" one.
2058
2059 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2060
2061         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2062         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2063         Move variable declaration before the first instruction.
2064         * gst/videotestsrc/videotestsrc.c:
2065         Define M_PI if it's not defined yet.
2066         * win32/common/libgstrtp.def:
2067         Add new exported functions.
2068
2069 2007-05-09  Michael Smith <msmith@fluendo.com>
2070
2071         * ext/theora/theoradec.c: (theora_handle_type_packet):
2072           gst_pad_push_event() does not return a GstFlowReturn!
2073
2074 2007-05-09  Wim Taymans  <wim@fluendo.com>
2075
2076         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2077         * tests/examples/seek/seek.c: (do_seek):
2078         Some small cosmetic changes.
2079
2080 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2081
2082         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2083           gst_adder_change_state):
2084         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2085           segment_pending, segment_position, segment_rate):
2086           Handle playback-rate on adder.
2087
2088 2007-05-07  Michael Smith <msmith@fluendo.com>
2089
2090         * ext/theora/gsttheoradec.h:
2091         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2092         (theora_dec_sink_event), (theora_handle_comment_packet),
2093         (theora_handle_type_packet), (theora_dec_change_state):
2094           Don't push events (newsegment, tags) before initialising the
2095           decoder.
2096           This is neccesary for seeking to work correctly in gnonlin.
2097
2098 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2099
2100         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2101         * gst/adder/gstadder.c:
2102         * gst/audiotestsrc/gstaudiotestsrc.c
2103           (gst_audio_test_src_create_white_noise):
2104         * gst/videotestsrc/gstvideotestsrc.c:
2105         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2106           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2107           volume_sink_template, volume_src_template, gst_volume_init,
2108           volume_process_double, volume_process_int16,
2109           volume_process_int16_clamp):
2110           Doc fixes and formatting.
2111
2112 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * tests/check/Makefile.am:
2115         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2116           Minimal check for volume's GstController usability; also another
2117           test for #422295.
2118
2119 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2120
2121         * gst-libs/gst/cdda/gstcddabasesrc.c:
2122         (gst_cdda_base_src_add_track):
2123           Fix it so that it (a) makes sense and (b) doesn't break
2124           everything cdda-related including the unit test.
2125
2126 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2127
2128         * gst-libs/gst/cdda/gstcddabasesrc.c:
2129         (gst_cdda_base_src_add_track):
2130           Fix build when disabling asserts.
2131
2132 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2135           When XShm is not available, we might get row strides that are not
2136           rounded up to multiples of four; this is bad, because virtually
2137           every RGB-processing element in GStreamer assumes rowstrides are
2138           rounded up to multiples of four, so let's allocate at least enough
2139           memory to avoid crashes in this case. The image will still be
2140           displayed distorted though if this happens, so that still needs
2141           fixing (maybe by allocating a bigger image with an 'even' width
2142           and then clipping it appropriately when rendering - something for
2143           Xlib aficionados in any case).
2144
2145 2007-05-03  Michael Smith <msmith@fluendo.com>
2146
2147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2148           If a buffer doesn't have a timestamp, assume it's contiguous with
2149           the previous buffer, and synthesise timestamps appropriately.
2150
2151 2007-05-03  Edward Hervey  <edward@fluendo.com>
2152
2153         * tests/check/elements/videorate.c: (GST_START_TEST):
2154         Set buffer timestamp to a valid value in order to test the buffer
2155         really does stay in videorate.
2156
2157 2007-05-03  Edward Hervey  <edward@fluendo.com>
2158
2159         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2160         There is no sensible way to handle incoming buffers which don't have a
2161         valid timestamp. We therefore discard them and wait for the next one.
2162
2163 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2166         * gst/playback/gstdecodebin2.c: (plugin_init):
2167           Better error message for text files.
2168
2169 2007-04-29  Wim Taymans  <wim@fluendo.com>
2170
2171         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2172         Fix offset bug in generation RR packets.
2173
2174 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2175
2176         * ext/theora/theoradec.c: (_theora_granule_time),
2177         (theora_dec_push_forward), (theora_handle_data_packet),
2178         (theora_dec_decode_buffer): Calculate buffer duration correctly
2179         to generate a perfect stream (#433888).
2180         * gst/audioresample/gstaudioresample.c:
2181         (audioresample_check_discont): Glib provides ABS.
2182
2183 2007-04-27  Wim Taymans  <wim@fluendo.com>
2184
2185         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2186         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2187         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2188         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2189         (gst_rtcp_packet_bye_set_reason):
2190         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2191         Fix RB block parsing and writing.
2192         Add support for constructing BYE packets.
2193
2194 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2197         (gst_base_audio_src_create):
2198         * po/POTFILES.in:
2199           When posting a warning message because samples were dropped, post
2200           something more intelligible than he default error message for clock
2201           errors which is just confusing in this context (#432984).
2202
2203 2007-04-25  Wim Taymans  <wim@fluendo.com>
2204
2205         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2206         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2207         (read_packet_header), (gst_rtcp_packet_move_to_next),
2208         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2209         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2210         (gst_rtcp_packet_sdes_get_item_count),
2211         (gst_rtcp_packet_sdes_first_item),
2212         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2213         (gst_rtcp_packet_sdes_first_entry),
2214         (gst_rtcp_packet_sdes_next_entry),
2215         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2216         (gst_rtcp_packet_sdes_add_entry):
2217         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2218         Implement code to write SR, RR and SDES packets.
2219
2220 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2223
2224         * sys/ximage/ximagesink.c:
2225           Fix build if XShm is not available (#432362).
2226
2227 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2228
2229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2230         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2231         pointers to random memory which are passed to g_free() when
2232         audio_convert_prepare_context() is called the first time.
2233
2234 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2235
2236         Patch by: Dan Williams <dcbw redhat com>
2237
2238         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2239           Don't leak incoming buffer if gst_pad_push() returns a
2240           non-OK flow. Fixes #432755.
2241          
2242         * tests/check/elements/videorate.c: (GST_START_TEST),
2243         (videorate_suite):
2244           Unit test for the above by Yours Truly.
2245
2246 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2247
2248         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2249         (gst_adder_sink_event), (gst_adder_collected):
2250           Fix non-flushing segmented seeks, Fixes #340060 for me
2251
2252 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2253
2254         Patch by: Olivier Crete  <tester at tester ca>
2255
2256         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2257         (gst_base_rtp_audio_payload_class_init),
2258         (gst_base_rtp_audio_payload_init),
2259         (gst_base_rtp_audio_payload_dispose):
2260           Chain up to parent class in dispose function; get rid of
2261           unnecessary 'diposed' flag in private structure (#415001).
2262
2263 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * docs/libs/gst-plugins-base-libs.types:
2266         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2267         (gst_base_rtp_audio_payload_class_init):
2268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2269         * gst-libs/gst/rtp/gstbasertppayload.c:
2270           Some minor docs fixes and additions; also add missing 'Since' bits.
2271
2272 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2273
2274         Patch by: Zeeshan Ali  <zeenix gmail com>
2275
2276         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2277         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2278         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2279         (gst_base_rtp_audio_payload_push):
2280         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2281           The recently-added gst_base_rtp_audio_payload_push() should take an
2282           object of type GstBaseRTPAudioPayload as first argument (#431672).
2283
2284 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2285
2286         * gst/audioresample/gstaudioresample.c:
2287           Make more functions static, just because we can.
2288
2289 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * tests/check/elements/audioresample.c:
2292           Add unit test for audioresample shutdown crasher (#420106).
2293
2294 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2295
2296         * gst/subparse/gstsubparse.c:
2297         * gst/subparse/samiparse.c:
2298           Use GST_DISABLE_XML here
2299
2300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2301         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2302         (gst_xvimagesink_buffer_alloc),
2303         (gst_xvimagesink_navigation_send_event):
2304         * sys/xvimage/xvimagesink.h:
2305           Include stdlib.h when using atoi.
2306           
2307         * tests/check/elements/playbin.c: (playbin_suite):
2308           Use GST_DISABLE_REGISTRY here
2309
2310 2007-04-19  Michael Smith  <msmith@fluendo.com>
2311
2312         * ext/theora/gsttheoraenc.h:
2313         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2314         (theora_enc_sink_event), (theora_enc_change_state):
2315           Track initialisation state; don't try to use encoder state if we're
2316           not initialised (it'll segfault).
2317
2318 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * tests/check/pipelines/.cvsignore:
2321         Fix build.
2322
2323 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2326         Allow random depths between 1 and 32 instead of only multiplies of 8.
2327
2328 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2329
2330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2331         Set the maximum number of channels for PCM and float in the correct
2332         place to have it also used when creating the template caps.
2333
2334 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2335
2336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2337         Correctly support 4, 6 and 8 channels with normal PCM and float
2338         wav files.
2339
2340         Fix the depth and signedness calculation in extensible wav files and
2341         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2342         mask is found.
2343
2344         Add support for float, alaw and mulaw in extensible wav files.
2345
2346         This allows correct playback of all but 5 files from
2347         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2348         
2349         (gst_riff_create_audio_template_caps):
2350         Add voxware and float formats to the template caps.     
2351
2352 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2355
2356         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2357         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2358
2359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2360         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2361         Use the correct format strings for integer formats.
2362
2363 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2364
2365         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2366           Don't use pad_alloc_buffer_and_set_caps to create a small header
2367           packet, or, worse, to create a big temporary video buffer using the
2368           src pad.
2369
2370 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2371
2372         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2373         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2374           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2375           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2376
2377 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2378
2379         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2380           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2381           streamheader_suite):
2382           Add another test set up for failure
2383
2384 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2385
2386         * tests/check/Makefile.am:
2387         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2388           GST_START_TEST, streamheader_suite, main):
2389           Add a test for the streamheader bug Wim fixed.
2390
2391 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2392
2393         * ext/theora/theoradec.c: (theora_dec_sink_event):
2394         Fix misleading comment.
2395
2396 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2397
2398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2399           More sanity checks for the header fields.
2400
2401 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2402
2403         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2404           Try encodings from all environment variables, not just those in the
2405           first environment variable that is set.
2406
2407 2007-04-12  Wim Taymans  <wim@fluendo.com>
2408
2409         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2410         (gst_video_rate_chain):
2411         Add some debug.
2412
2413         * tests/check/elements/videorate.c: (GST_START_TEST),
2414         (videorate_suite):
2415         Added check for videorate changing caps handling. Closes #421834.
2416
2417 2007-04-12  Michael Smith  <msmith@fluendo.com>
2418
2419         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2420           Use scale functions to avoid overflow when calculating duration of 
2421           vorbis buffers.
2422
2423 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * docs/libs/gst-plugins-base-libs-sections.txt:
2426         * gst-libs/gst/tag/tag.h:
2427         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2428           API: add gst_tag_freeform_string_to_utf8() (#405072).
2429
2430         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2431           Use gst_tag_freeform_string_to_utf8() here.
2432
2433 2007-04-12  Wim Taymans  <wim@fluendo.com>
2434
2435         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2436         (gst_gdp_pay_sink_event):
2437         Make sure we set the IN_CAPS flag correctly.
2438
2439         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2440         Get the IN_CAPS flag before we call functions that mess with the flags.
2441
2442 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2443
2444         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2445           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2446           Only stamp buffers with offset/offset_end right before they get
2447           pushed.  This ensures offset continuity, which was not the case
2448           before as shown by
2449           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2450
2451 2007-04-06  Wim Taymans  <wim@fluendo.com>
2452
2453         * gst/playback/gstplaybin.c: (add_sink),
2454         (gst_play_bin_change_state):
2455         Activate sync in playbin, we are ready to handle it for live streams.
2456
2457 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         * tests/check/elements/playbin.c:
2460         (test_sink_usage_video_only_stream), (playbin_suite):
2461           Add small test for stream-info-value-array code paths.
2462
2463 2007-04-05  Wim Taymans  <wim@fluendo.com>
2464
2465         * gst-libs/gst/audio/gstbaseaudiosink.c:
2466         (gst_base_audio_sink_skew_slaving):
2467         Don't try to create invalid calibration parameters by making the
2468         internal time go backwards, instead make external time go forward.
2469
2470 2007-04-05  Wim Taymans  <wim@fluendo.com>
2471
2472         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2473
2474         * gst/playback/gstplaybasebin.c: (add_stream):
2475         Fix leak in add_stream(), when g_value_set_object() increases the
2476         refcount of streaminfo object. Fixes #426250.
2477
2478 2007-04-03  David Schleef  <ds@schleef.org>
2479
2480         * gst/videotestsrc/gstvideotestsrc.c:
2481         * gst/videotestsrc/gstvideotestsrc.h:
2482         * gst/videotestsrc/videotestsrc.c:
2483         * gst/videotestsrc/videotestsrc.h:
2484           Add a test pattern called "circular", which has concentric
2485           rings with varying radial frequency.  The main purpose of this
2486           pattern is to test fidelity loss in a filter or scaler element.
2487           Notably, this pattern is scale invariant, and is optimally viewed
2488           with a width (and height) of 400.
2489
2490 2007-04-03  Wim Taymans  <wim@fluendo.com>
2491
2492         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2493
2494         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2495         (deactivate_free_recursive):
2496         Decodebin2 doesn't unref pads it obtains in some occasions:
2497         - multiqueue src pads, when either connecting further or exposing
2498         - sink pads of new autoplugged elements
2499         - peer pads when recursively freeing elements
2500         Fixes #425455.
2501
2502 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2505         Add audio/x-raw-float support, now that audioconvert support
2506         non-native endianness floats.
2507
2508 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * docs/libs/gst-plugins-base-libs-docs.sgml:
2511           gstreamer-plugins-base.pc doesn't exist, it's
2512           gstreamer-plugins-base-0.10.pc.
2513
2514 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2515
2516         Patch by: René Stadler <mail at renestadler dot de>
2517         with some minor changes
2518
2519         * gst-libs/gst/floatcast/floatcast.h:
2520         Use more efficient float endianness conversion functions that don't
2521         involve 2 function calls per value.
2522         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2523         (check_default), (audio_convert_prepare_context):
2524         * gst/audioconvert/gstaudioconvert.c:
2525         (gst_audio_convert_parse_caps), (make_lossless_changes):
2526         Support non-native endianness floats as input and output.
2527         Fixes #339838.
2528         * tests/check/elements/audioconvert.c: (verify_convert),
2529         (GST_START_TEST):
2530         Add unit tests for the non-native endianness float conversions.
2531
2532 2007-03-29  Wim Taymans  <wim@fluendo.com>
2533
2534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2535         (gst_base_rtp_depayload_base_init),
2536         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2537         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2538         (gst_base_rtp_depayload_set_gst_timestamp),
2539         (gst_base_rtp_depayload_change_state),
2540         (gst_base_rtp_depayload_set_property),
2541         (gst_base_rtp_depayload_get_property):
2542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2543         Add Private structure.
2544         Bring element code to 2007.
2545         Parse clock-base caps param and use it when generating the
2546         newsegment.
2547         Reset variables before going to PAUSED.
2548         Fix some docs.
2549
2550 2007-03-29  Wim Taymans  <wim@fluendo.com>
2551
2552         * docs/libs/gst-plugins-base-libs-docs.sgml:
2553         * docs/libs/gst-plugins-base-libs-sections.txt:
2554         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2555         (gst_base_rtp_audio_payload_get_adapter):
2556         Add RTCP docs.
2557         Fix some more docs.
2558
2559         * gst-libs/gst/rtp/Makefile.am:
2560         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2561         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2562         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2563         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2564         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2565         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2566         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2567         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2568         (gst_rtcp_packet_sr_get_sender_info),
2569         (gst_rtcp_packet_sr_set_sender_info),
2570         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2571         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2572         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2573         (gst_rtcp_packet_sdes_get_chunk_count),
2574         (gst_rtcp_packet_sdes_first_chunk),
2575         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2576         (gst_rtcp_packet_sdes_first_item),
2577         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2578         (gst_rtcp_packet_bye_get_ssrc_count),
2579         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2580         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2581         (gst_rtcp_packet_bye_get_reason_len),
2582         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2583         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2584         Add new helper object for parsing and creating RTCP messages.
2585
2586 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2587
2588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2589         PCM samples with width=8 must be always unsigned, no matter what
2590         depth they have.
2591
2592 2007-03-29  Andy Wingo  <wingo@pobox.com>
2593
2594         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2595         perfect offsets also, not just timestamps.
2596
2597         * tests/check/elements/videorate.c (test_more): Test that given
2598         any incoming offsets, that videorate produces perfect offsets.
2599
2600 2007-03-29  Wim Taymans  <wim@fluendo.com>
2601
2602         * gst-libs/gst/riff/riff-ids.h:
2603         Add some more RIFF formats.
2604
2605 2007-03-29  Wim Taymans  <wim@fluendo.com>
2606
2607         * gst-libs/gst/rtp/gstrtpbuffer.c:
2608         (gst_rtp_buffer_default_clock_rate):
2609         * gst-libs/gst/rtp/gstrtpbuffer.h:
2610         Fix fixed payload names and docs.
2611         Added method to get the default clock rates of fixed payload types.
2612         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2613
2614 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2615
2616         * tests/check/pipelines/.cvsignore:
2617         Add new vorbisdec test to cvsignore.
2618
2619 2007-03-28  Wim Taymans  <wim@fluendo.com>
2620
2621         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2622         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2623         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2624         (gst_base_audio_sink_set_property),
2625         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2626         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2627         (gst_base_audio_sink_skew_slaving),
2628         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2629         (gst_base_audio_sink_async_play):
2630         * gst-libs/gst/audio/gstbaseaudiosink.h:
2631         Store private stuff in GstBaseAudioSinkPrivate.
2632         Add configurable clock slaving modes property.
2633         API:: GstBaseAudioSink::slave-method property
2634         Some more latency reporting tweaks.
2635         Added skew based clock slaving correction and make it the default until
2636         the resampling method is more robust.
2637
2638 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2639
2640         * gst/audioconvert/audioconvert.c:
2641         Add docs to the integer pack functions and implement proper
2642         rounding. Before we had rounding towards negative infinity, i.e.
2643         always the smaller number was taken. Now we use natural rounding,
2644         i.e. rounding to the nearest integer and to the one with the largest
2645         absolute value for X.5. The old rounding introduced some minor
2646         distortions. Fixes #420079
2647         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2648         Fix one unit test that assumed the old rounding and added unit tests
2649         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2650         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2651         rounding from signed int32 to signed/unsigned int16.
2652
2653 2007-03-27  Michael Smith  <msmith@fluendo.com>
2654
2655         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2656         (gst_audio_convert_transform_caps):
2657           Fix typo in debug line introduced recently, as pointed out on irc.
2658
2659 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2660
2661         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2662         * tests/check/libs/tag.c: (GST_START_TEST):
2663           Make sure we parse floating-point numbers in vorbis comments
2664           correctly with either '.' or ',' as separator, no matter what
2665           the current locale is. Add unit test for this too.
2666
2667 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         Patch by: René Stadler  <mail at renestadler de>
2670
2671         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2672           When writing out floating-point numbers to vorbis comment tags, always
2673           use the same character as separator no matter what the current locale is
2674           (fixes #423051).
2675
2676         * tests/check/libs/tag.c: (GST_START_TEST):
2677           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2678
2679 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2682           vorbis_handle_data_packet):
2683           Correctly set DURATION to generate a timestamp-continuous stream.
2684           One bug left at the end; see
2685           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2686         * tests/check/Makefile.am:
2687         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2688           Add a test to check this.  Without the above patch this test fails.
2689
2690 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2691
2692         * gst-libs/gst/rtp/Makefile.am:
2693         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2694
2695 2007-03-23  Michael Smith  <msmith@fluendo.com>
2696
2697         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2698         (gst_video_rate_reset), (gst_video_rate_chain):
2699           If videorate changes caps, we can no longer use the old buffer
2700           (which may have a different size, incompatible with our caps).
2701           So don't do that; just duplicate the new frame more times.
2702
2703 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2704
2705         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2706         Remove playbin's override of the set_clock vmethod. It's irrelevant
2707         after Wim's commit on the 19th.
2708
2709 2007-03-22  Wim Taymans  <wim@fluendo.com>
2710
2711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2712         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2713         * ext/gnomevfs/gstgnomevfssrc.h:
2714         Don't cache file sizes. Fixes #341078.
2715
2716 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2717
2718         * gst/playback/gstplaybin.c: (add_sink):
2719           Use GST_PTR_FORMAT to log caps. 
2720
2721 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2722
2723         Patch by: Young-Ho Cha <ganadist at chollian net>
2724
2725         * gst/subparse/samiparse.c: (handle_start_font):
2726           Special-case some more colour names that pango doesn't handle by
2727           default. Fixes #420578.
2728
2729 2007-03-20  Michael Smith  <msmith@fluendo.com>
2730
2731         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2732           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2733           that marks EOS internally. After that, libvorbis will buffer all
2734           input data, and encode none of it, eventually leading to memory
2735           exhaustion.
2736
2737 2007-03-19  Wim Taymans  <wim@fluendo.com>
2738
2739         * gst/playback/gstdecodebin.c: (remove_fakesink):
2740         Don't post STATE_DIRTY anymore.
2741
2742         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2743         (gst_play_bin_change_state):
2744         Remove stream_time reset in seek handling, core does that now.
2745         Disable clocking for live pipelines by forcing a NULL clock to the
2746         complete pipeline, core is too smart now for our previous hack.
2747         We can always autoplug in PAUSED now.
2748
2749 2007-03-17  David Schleef  <ds@schleef.org>
2750
2751         * REQUIREMENTS:  Update this file, change the formatting to make
2752         it more consistent, plus more machine readable.
2753
2754 2007-03-16  Michael Smith  <msmith@fluendo.com>
2755
2756         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2757         (strip_width_64), (append_with_other_format):
2758           Previous fix was too simplistic, and broke the tests. Use a better
2759           approach; only strip 64 from widths for integer audio.
2760
2761 2007-03-16  Michael Smith  <msmith@fluendo.com>
2762
2763         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2764         (gst_audio_convert_transform_caps):
2765           We don't support 64 bit integer audio, so don't try to claim we can.
2766           Stops us producing caps don't match our template caps.
2767           Update comments.
2768
2769 2007-03-15  Michael Smith  <msmith@fluendo.com>
2770
2771         * gst/audioresample/gstaudioresample.c:
2772         (audioresample_check_discont), (audioresample_transform):
2773           Don't trigger discontinuities for very small imperfections; a filter
2774           flush will sound bad, and many plugins have rounding errors leading
2775           to these.
2776
2777 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2778
2779         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2780
2781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2783         API: add "min-ptime" property to RTP base audio payloader.
2784         API: add gst_base_rtp_audio_payload_push().
2785         API: add gst_base_rtp_audio_payload_get_adapter().
2786         Fixes #415001
2787         Indentation/whitespace/documentation fixes.
2788
2789 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2790
2791         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2792         (audioresample_transform_size), (audioresample_do_output),
2793         (audioresample_transform), (audioresample_pushthrough): Handle
2794         discontinuous streams.
2795         * gst/audioresample/gstaudioresample.h:
2796         * tests/check/elements/audioresample.c:
2797         (test_discont_stream_instance), (GST_START_TEST),
2798         (audioresample_suite): Add a test for discontinuous streams.
2799         * win32/common/config.h: Updated.
2800
2801 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2802
2803         * po/af.po:
2804         * po/az.po:
2805         * po/cs.po:
2806         * po/en_GB.po:
2807         * po/it.po:
2808         * po/nb.po:
2809         * po/nl.po:
2810         * po/or.po:
2811         * po/sq.po:
2812         * po/sr.po:
2813         * po/sv.po:
2814         * po/uk.po:
2815         * po/vi.po:
2816           Update translations from translation project.
2817
2818 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2819
2820         * gst/audioresample/debug.h:
2821         * gst/audioresample/resample.c: (resample_init):
2822           Since I really am not interested in a debug line for each sample
2823           being processed, move the library's debugging to its own category,
2824           libaudioresample
2825
2826 2007-03-13  Michael Smith  <msmith@fluendo.com>
2827
2828         * ext/theora/theoradec.c: (theora_handle_type_packet):
2829           Since the plugin doesn't support anything other than 4:2:0 right
2830           now, post an error and fail if we get something else. Won't matter
2831           until libtheora supports the other pixel formats, but hopefully
2832           that'll be soon...
2833
2834 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2835
2836         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2837         Use gst_guint64_to_gdouble for conversion.
2838         * win32/MANIFEST:
2839         Add new files to the win32 MANIFEST.
2840         * win32/common/libgstaudio.def:
2841         * win32/common/libgstpbutils.def:
2842         Add new exported functions.
2843         * win32/vs6/gst_plugins_base.dsw:
2844         * win32/vs6/libgstdecodebin.dsp:
2845         * win32/vs6/libgstplaybin.dsp:
2846         Change the link to libgstpbutils.lib.
2847         * win32/vs6/libgstdecodebin2.dsp:
2848         Add a new project for decodebin2.
2849         * win32/vs6/libgstpbutils.dsp:
2850         Add a new project for pbutils.
2851
2852 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2855           Also accept partial dates with only year and month,
2856           like 1999-12-00 (fixes #410396 even more).
2857
2858         * tests/check/libs/tag.c: (GST_START_TEST):
2859           Add unit test for the above.
2860
2861 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2862
2863         * tests/check/elements/subparse.c: (GST_START_TEST),
2864         (subparse_suite):
2865           Add unit test for MPL2 subtitle format (#413799).
2866
2867 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2868
2869         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2870
2871         * gst/subparse/Makefile.am:
2872         * gst/subparse/gstsubparse.c:
2873         (gst_sub_parse_data_format_autodetect),
2874         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2875         (gst_subparse_type_find):
2876         * gst/subparse/gstsubparse.h:
2877         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2878         * gst/subparse/mpl2parse.h:
2879           Add support for MPL2 subtitle format (#413799).
2880
2881 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2882
2883         * configure.ac:
2884           We require core CVS for the new buffer metadata copy functions.
2885
2886 2007-03-09  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst-libs/gst/tag/gstid3tag.c:
2889         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2890         Fixes #414496.
2891
2892         Patch by: Alex Lancaster <alexl at users sourceforge net>
2893
2894 2007-03-09  Wim Taymans  <wim@fluendo.com>
2895
2896         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2897         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2898         Improve adapter usage and comments.
2899
2900 2007-03-09  Wim Taymans  <wim@fluendo.com>
2901
2902         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2903         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2904         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2905         Use new metadata copy function.
2906
2907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2908         (gst_ffmpegcsp_transform):
2909         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2910         Basetransform copied the metadata for us.
2911
2912 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2913
2914         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2915         (gst_text_overlay_video_event):
2916           Some more logging. Only accept newsegment events in TIME format and
2917           send a WARNING message if they are not in TIME format.
2918
2919         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2920         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2921         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2922         * gst/subparse/gstsubparse.h:
2923           No need to allocate GstSegment structure dynamically, just put it
2924           into the instance structure; ignore newsegment events in BYTE
2925           format and in particular don't let it overwrite our saved TIME
2926           segment from the last seek.
2927
2928 2007-03-09  Michael Smith  <msmith@fluendo.com>
2929
2930         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2931           Replace AC3 typefinder with one that isn't terrible, and actually
2932           works usefully.
2933
2934 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2935
2936         * gst/audioconvert/gstaudioconvert.c:
2937         (gst_audio_convert_transform):
2938           fix error category and translatable string
2939           
2940
2941 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2942
2943         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2944         * pkgconfig/gstreamer-plugins-base.pc.in:
2945           Fix up utils => pbutils here too.
2946
2947 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2948
2949         * gst/subparse/gstsubparse.c: (handle_buffer):
2950           Break out of loop in chain function as soon as possible if we get
2951           a non-OK flow return.
2952
2953 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2954
2955         * tests/check/elements/alsa.c: (GST_START_TEST):
2956         Unref the mixer if the state change fails too (if the
2957         alsa devices are inaccessible, for example)
2958
2959 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2960
2961         * tests/check/Makefile.am:
2962         Don't test libvisual elements in the states check, because libvisual
2963         seems to leak internally.
2964
2965         Re-enable the alsa and states tests now that there's new suppressions
2966         in gst.supp.
2967
2968         * tests/check/elements/alsa.c: (GST_START_TEST):
2969         Don't leak the alsamixer we instantiated.
2970
2971 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2972
2973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2974         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2975         (gst_ximagesink_finalize):
2976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2977         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2978         Move some cleanup stuff from the state change handler into a _reset()
2979         function that can be called from _finalize(). This ensures that things
2980         get freed even if (for some reason) the NULL->READY state transition
2981         fails in the parent class.
2982         Even if a parent state change fails, process our downward state change
2983         logic instead of bailing out early.
2984         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2985
2986 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2987
2988         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2989         Extra log line.
2990
2991         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2992         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2993         Use pango_font_description_set_family_static instead of 
2994         pango_font_description_set_family to save a string copy (it was
2995         leaking due to the strdup anyway)
2996
2997         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2999         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3000         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3001         Chain up in finalize.
3002
3003 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         * gst-libs/gst/interfaces/mixertrack.c:
3006         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3007         (gst_mixer_track_set_property):
3008           API: add "untranslated-label" property which should be set by
3009           implementations at construct time (#414645).
3010
3011         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3012         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3013           Set "untranslated-label" when constructing mixer track objects.
3014
3015         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3016           Unit test to check the above.
3017
3018 2007-03-07  Wim Taymans  <wim@fluendo.com>
3019
3020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3021         Fix confusing debug message.
3022
3023 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3024
3025         * gst-plugins-base.doap:
3026         update doap file with new version
3027
3028 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3029
3030         * configure.ac:
3031         Back to CVS
3032
3033 === release 0.10.12 ===
3034
3035 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3036
3037         * configure.ac:
3038           releasing 0.10.12, "Zombie Horde"
3039
3040 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3041
3042         * configure.ac:
3043         Bump version to 0.10.11.4 pre-release
3044
3045 2007-03-06  Wim Taymans  <wim@fluendo.com>
3046
3047         * gst-libs/gst/audio/gstbaseaudiosink.c:
3048         (gst_base_audio_sink_async_play):
3049         Fix regression that made GStreamer skip the first samples of audio.
3050         Fixes #414684.
3051
3052 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3053
3054         * configure.ac:
3055         Bump version to 0.10.11.3 pre-release
3056
3057 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3058
3059         * po/POTFILES.in:
3060           Update paths for the rename from utils to pbutils to fix the build.
3061
3062 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * gst-libs/gst/pbutils/Makefile.am:
3065           Change directory to install headers in from gst/utils to gst/pbutils
3066           as well.
3067
3068 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3069
3070         * configure.ac:
3071         * docs/libs/gst-plugins-base-libs-docs.sgml:
3072         * docs/libs/gst-plugins-base-libs-sections.txt:
3073         * gst-libs/gst/Makefile.am:
3074         * gst-libs/gst/interfaces/mixer.c:
3075         * gst-libs/gst/pbutils/Makefile.am:
3076         * gst-libs/gst/pbutils/descriptions.c:
3077         (gst_pb_utils_get_source_description),
3078         (gst_pb_utils_get_sink_description),
3079         (gst_pb_utils_get_decoder_description),
3080         (gst_pb_utils_get_encoder_description),
3081         (gst_pb_utils_get_element_description),
3082         (gst_pb_utils_add_codec_description_to_tag_list),
3083         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3084         * gst-libs/gst/pbutils/descriptions.h:
3085         * gst-libs/gst/pbutils/install-plugins.c:
3086         * gst-libs/gst/pbutils/install-plugins.h:
3087         * gst-libs/gst/pbutils/missing-plugins.c:
3088         (gst_missing_uri_source_message_new),
3089         (gst_missing_uri_sink_message_new),
3090         (gst_missing_element_message_new),
3091         (gst_missing_decoder_message_new),
3092         (gst_missing_encoder_message_new),
3093         (gst_missing_plugin_message_get_description):
3094         * gst-libs/gst/pbutils/missing-plugins.h:
3095         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3096         * gst-libs/gst/pbutils/pbutils.h:
3097         * gst-libs/gst/utils/Makefile.am:
3098         * gst-libs/gst/utils/base-utils.c:
3099         * gst-libs/gst/utils/base-utils.h:
3100         * gst-libs/gst/utils/descriptions.c:
3101         * gst-libs/gst/utils/descriptions.h:
3102         * gst-libs/gst/utils/install-plugins.c:
3103         * gst-libs/gst/utils/install-plugins.h:
3104         * gst-libs/gst/utils/missing-plugins.c:
3105         * gst-libs/gst/utils/missing-plugins.h:
3106         * gst-plugins-base.spec.in:
3107         * gst/playback/Makefile.am:
3108         * gst/playback/gstdecodebin.c:
3109         * gst/playback/gstdecodebin2.c:
3110         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3111         (gen_source_element):
3112         * gst/playback/gstplaybin.c: (plugin_init):
3113         * tests/check/Makefile.am:
3114         * tests/check/libs/pbutils.c: (GST_START_TEST),
3115         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3116         * tests/check/libs/utils.c:
3117           rename utils to pbutils
3118
3119 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3120
3121         * docs/plugins/Makefile.am:
3122         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3124         * docs/plugins/inspect/plugin-decodebin2.xml:
3125         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3126         Add documentation for decodebin2 that indicates that the API
3127         is still unstable.
3128
3129 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3130
3131         * configure.ac:
3132         Update to 0.10.11.2 (0.10.12 pre-release)
3133
3134 2007-03-01  Wim Taymans  <wim@fluendo.com>
3135
3136         * gst-libs/gst/audio/gstbaseaudiosink.c:
3137         (gst_base_audio_sink_async_play):
3138         base time is irrelevant here.
3139
3140 2007-03-01  Wim Taymans  <wim@fluendo.com>
3141
3142         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3143         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3144         Improve debugging.
3145
3146         * gst-libs/gst/audio/gstbaseaudiosink.c:
3147         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3148         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3149         Improve latency and clock slaving calculations.
3150         Improve slave clock calibration.
3151
3152         * gst-libs/gst/audio/gstringbuffer.c:
3153         (gst_ring_buffer_commit_full):
3154         When we are asked to render N sample to 0 bytes, return N.
3155
3156 2007-03-01  Wim Taymans  <wim@fluendo.com>
3157
3158         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3159         (gst_alsasink_write), (gst_alsasink_reset):
3160         * ext/alsa/gstalsasink.h:
3161         Remove unused dispose function.
3162         Rename lock to not interfere with alsasrc lock.
3163
3164         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3165         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3166         (gst_alsasrc_read), (gst_alsasrc_reset):
3167         * ext/alsa/gstalsasrc.h:
3168         Implement finalize function.
3169         Use lock to protect alsa access.
3170         Implement _reset.
3171         Fine tune sw params.
3172
3173 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3174
3175         * configure.ac:
3176           Convert to new AG_GST style.
3177
3178 2007-02-28  Wim Taymans  <wim@fluendo.com>
3179
3180         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3181
3182         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3183         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3184         Fix race condition when rapidly switching visualisations in playbin.
3185         Fixes #401029.
3186
3187 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3188
3189         * tests/check/Makefile.am:
3190         Include local stuff before system installed things in LDFLAGS and
3191         CFLAGS.
3192
3193 2007-02-28  Wim Taymans  <wim@fluendo.com>
3194
3195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3196         Improve debugging.
3197
3198 2007-02-28  Wim Taymans  <wim@fluendo.com>
3199
3200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3201         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3202         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3203         Fix duration and timestamping, taking latency into account.
3204         Implement latency query.
3205
3206 2007-02-28  Wim Taymans  <wim@fluendo.com>
3207
3208         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3209         (gst_audio_clock_new):
3210         Fix clock name.
3211
3212         * gst-libs/gst/audio/gstbaseaudiosink.c:
3213         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3214         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3215         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3216         (gst_base_audio_src_create):
3217         Improve latency query code.
3218         Use proper clock names.
3219
3220 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3221
3222         * tests/check/generic/states.c: (GST_START_TEST):
3223           Copy the states.c test from core again
3224         * tests/check/Makefile.am:
3225           ignore cdio and cdparanoiasrc
3226
3227 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3230         (double_hq), (audio_convert_get_func_index), (check_default),
3231         (audio_convert_prepare_context), (audio_convert_convert):
3232           Also make valgrind happy and avoid copying data in some cases.
3233
3234 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3237         (double_hq), (audio_convert_get_func_index),
3238         (audio_convert_prepare_context), (audio_convert_convert):
3239         * gst/audioconvert/gstaudioconvert.c:
3240         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3241         (gst_audio_convert_transform_caps):
3242         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3243         (audioconvert_suite):
3244           Don't run inplace if that overwrites source data as we go. Add more
3245           tests. Fixes #339837 even more.
3246
3247 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3248
3249         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3250         (msg_segment_done): Fix various seeking bugs (Slider was not
3251         updating when doing a non flushing seek, Reverse playback 
3252         on segment seek was wrong).
3253
3254 2007-02-26  Wim Taymans  <wim@fluendo.com>
3255
3256         * tests/examples/seek/seek.c: (stop_seek):
3257         When we stop scrubbing, don't leave the pipeline PLAYING when we
3258         requested a PAUSED state.
3259
3260 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         Patch by: René Stadler <mail at renestadler de>
3263
3264         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3265           Parse date strings in vorbis comments that have an invalid (zero)
3266           month or day (#410396).
3267
3268         * tests/check/libs/tag.c: (GST_START_TEST):
3269           Test case for the above.
3270
3271 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3272
3273         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3274
3275         * configure.ac:
3276         * ext/alsa/Makefile.am:
3277         * gst/audiotestsrc/Makefile.am:
3278           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3279
3280 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * gst/playback/gstplaybin.c:
3283           Improve docs: point out that the application needs to assist playbin
3284           with buffering.
3285
3286 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * gst-libs/gst/utils/install-plugins.c:
3289         * gst-libs/gst/utils/missing-plugins.c:
3290         * tests/check/libs/utils.c: (missing_msg_check_getters):
3291           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3292           to just 'gstreamer'. Document the caps string component of the
3293           decoder/encoder detail a bit better, since not everyone will be
3294           familiar with the GStreamer media type/caps system (but they better
3295           enjoy nested itemized lists).
3296
3297 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3298
3299         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3300         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3301           Fix copying of GstNetBuffer (would crash before, or at least lead to
3302           invalid memory access, #410772), for now by copying the GstBuffer copy
3303           code from the core over here so we can copy the GstBuffer fields on a
3304           provided buffer instance (of type GstNetBuffer in this case). Would be
3305           better to fix this with some support by the core though (and in the long
3306           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3307
3308         * tests/check/Makefile.am:
3309           Enable unit test for GstNetBuffer.
3310
3311 2007-02-22  Andy Wingo  <wingo@pobox.com>
3312
3313         * gst-libs/gst/audio/gstbaseaudiosink.c
3314         (gst_base_audio_sink_init): Disable pull-mode activation until we
3315         figure out how to make audio sinks go to PLAYING.
3316
3317 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3318
3319         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3320         (double_hq), (audio_convert_get_func_index),
3321         (audio_convert_prepare_context), (audio_convert_convert):
3322         * gst/audioconvert/audioconvert.h:
3323         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3324         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3325         * gst/audioconvert/gstchannelmix.h:
3326         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3327           Add float as an intermediate format, as well as float mixing. Enable
3328           test that was failing before. Fixes #339837
3329
3330 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3331
3332         * tests/examples/seek/seek.c: (do_seek):
3333         Undo the previous commit: -1 as a stop time implies that the stop
3334         time is the end of file, clearing any previously configured segment.
3335
3336 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3337
3338         * tests/examples/seek/seek.c: (do_seek):
3339         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3340
3341 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3342
3343         * gst/volume/gstvolume.c: (volume_process_int16),
3344         (volume_process_int16_clamp), (volume_set_caps):
3345           Unbreak volume, value remains gint.
3346
3347 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3348
3349         * gst/volume/gstvolume.c: (volume_choose_func),
3350         (volume_update_real_volume), (gst_volume_set_volume),
3351         (gst_volume_init), (volume_process_double), (volume_process_float),
3352         (volume_process_int16), (volume_process_int16_clamp),
3353         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3354         * gst/volume/gstvolume.h:
3355           Extend float audio support (double) and some int->uint cleanups.
3356
3357 2007-02-20  Edward Hervey  <edward@fluendo.com>
3358
3359         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3360         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3361         (sort_end_pads), (gst_decode_group_expose),
3362         (gst_decode_group_hide):
3363         Don't free groups from the streaming threads. Just put them aside and
3364         free them in dispose.
3365
3366 2007-02-20  Edward Hervey  <edward@fluendo.com>
3367
3368         * gst/playback/gstdecodebin2.c: (connect_element),
3369         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3370         (sort_end_pads), (gst_decode_group_expose):
3371         Handle dynamic pads within groups.
3372         Sort pads before exposing them in order to make playbin happy.
3373         There still is a race with the multiqueue filling up. This should be
3374         solved separately.
3375         Fixes #398721
3376
3377 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * gst-libs/gst/utils/base-utils.c:
3380         * gst-libs/gst/utils/descriptions.c:
3381         * gst-libs/gst/utils/install-plugins.c:
3382         * gst-libs/gst/utils/missing-plugins.c:
3383           Some more docs (and descriptions for two subtitle formats).
3384
3385 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         * gst-libs/gst/audio/audio.c:
3388           Fix documentation.
3389
3390 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3391
3392         Patch by: Yves Lefebvre  <ivanohe abacom com>
3393
3394         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3395           Don't leak caps. Fixes #408278.
3396
3397 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * ext/cdparanoia/gstcdparanoiasrc.h:
3400         * ext/ogg/gstoggdemux.h:
3401         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3402         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3403         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3404         * gst-libs/gst/audio/audio.h:
3405         * gst-libs/gst/audio/gstaudiofilter.h:
3406         * gst-libs/gst/interfaces/videoorientation.h:
3407         * gst/adder/gstadder.h:
3408           More docs coverage and some ChangeLog surgery (add missing names)
3409
3410 2007-02-15  Wim Taymans  <wim@fluendo.com>
3411
3412         * sys/ximage/ximagesink.c:
3413         (gst_ximagesink_calculate_pixel_aspect_ratio):
3414         * sys/xvimage/xvimagesink.c:
3415         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3416         Small constifications.
3417
3418 2007-02-15  Wim Taymans  <wim@fluendo.com>
3419
3420         * gst-libs/gst/audio/gstbaseaudiosink.c:
3421         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3422         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3423         (gst_base_audio_sink_async_play),
3424         (gst_base_audio_sink_change_state):
3425         Answer latency query.
3426         Use configured latency when syncing.
3427         Fix clock slaving.
3428
3429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3430         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3431         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3432         Fix possible memleak.
3433         Implement latency query.
3434         Small cleanups.
3435
3436 2007-02-15  Wim Taymans  <wim@fluendo.com>
3437
3438         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3439         Ignore errors in reset, these are not fatal. They also grab the element
3440         lock which is already taking when this function is called. Fixes
3441         #405451.
3442
3443 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3444
3445         * configure.ac:
3446           Remove 'tests/examples/xerror/Makefile' from output files again.
3447
3448 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3449
3450         * configure.ac:
3451         * docs/plugins/Makefile.am:
3452           Also crossref against gst-plugins-base-libs.
3453
3454 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3455
3456         * configure.ac:
3457         * docs/libs/Makefile.am:
3458         * docs/plugins/Makefile.am:
3459           Add crossreferences to glib/gobject/gstream docs.
3460
3461         * gst-libs/gst/audio/audio.h:
3462           Source formatting.
3463
3464         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3465           Add own debug category.
3466
3467 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3468
3469         Patch by: René Stadler <mail at renestadler de>
3470
3471         * gst-libs/gst/tag/gstvorbistag.c:
3472           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3473           (#403597).
3474
3475 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3476
3477         * gst/playback/gstplaybasebin.c: (setup_source):
3478           When we have external subtitles and wait for the subtitle decodebin
3479           to get up and running, we set up a (sync) bus handler for the
3480           subtitle decodebin, so we can stop waiting when it posts an error
3481           message. However, we should do that before we set the subtitle
3482           decodebin's state to playing, otherwise things are racy and we might
3483           miss error messages posted before we had a chance to set up the bus.
3484           This should finally fix totem hanging on .txt pseudo-subtitle files.
3485           
3486 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3487
3488         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3489           Use gst_gdouble_to_guint64 for conversions.
3490         * win32/common/config.h.in:
3491           Add a define for GST_INSTALL_PLUGINS_HELPER
3492         * win32/common/libgstaudio.def:
3493         * win32/common/libgstcdda.def:
3494         * win32/common/libgstnetbuffer.def:
3495         * win32/common/libgstrtp.def:
3496         * win32/common/libgutils.def:
3497           Add new exported functions.
3498         * win32/vs6/gst_plugins_base.dsw:
3499         * win32/vs6/libgstdecodebin.dsp:
3500         * win32/vs6/libgstnetbuffer.dsp:
3501         * win32/vs6/libgstplaybin.dsp:
3502         * win32/vs6/libgstrtp.dsp:
3503         * win32/vs6/libgstvorbis.dsp:
3504         * win32/vs6/libgstcdda.dsp:
3505         * win32/vs6/libgstgdp.dsp:
3506         * win32/vs6/libgstutils.dsp:
3507           Update and add new project files.
3508
3509 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3512         (subrip_remove_unhandled_tags), (parse_subrip):
3513           For SubRip (.srt) subtitles, ignore all markup tags we don't
3514           handle (like font tags, for example).
3515
3516         * tests/check/elements/subparse.c:
3517           Add test for this.
3518
3519 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * gst/playback/gstdecodebin.c: (add_fakesink),
3522         (gst_decode_bin_change_state):
3523         * gst/playback/gstdecodebin2.c: (add_fakesink),
3524         (gst_decode_bin_change_state):
3525           Don't error out if there is no fakesink in the NULL to READY state
3526           change, since when decodebin is re-used, we're only adding the
3527           fakesink element in READY to PAUSED.
3528
3529         * tests/check/elements/decodebin.c:
3530         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3531         (decodebin_suite):
3532           Minimal unit test to make sure we can use the same decodebin
3533           instance twice (at least with audiotestsrc input).
3534
3535 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3536
3537         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3538           Try to get devic-name from device string first, and from handle only
3539           as fallback (seems to yield better results and is more robust
3540           against buggy probing code on the application side).
3541
3542 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3545
3546         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3547         (gst_alsa_find_device_name):
3548         * ext/alsa/gstalsa.h:
3549         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3550         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3551           Improve device-name detection a bit, especially in the case where
3552           the device is not actually open (#405020, #405024). Move common code
3553           into gstalsa.c instead of duplicating it.
3554
3555 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         * gst/audioconvert/gstaudioconvert.c:
3558           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3559
3560 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3561
3562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3563         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3564         (gst_xvimagesink_interface_supported),
3565         (gst_xvimagesink_probe_get_properties),
3566         (gst_xvimagesink_probe_probe_property),
3567         (gst_xvimagesink_probe_needs_probe),
3568         (gst_xvimagesink_probe_get_values),
3569         (gst_xvimagesink_property_probe_interface_init),
3570         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3571         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3572         (gst_xvimagesink_get_type):
3573         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3574         for XVAdaptors so that one can choose the adaptor to use with 
3575         gstreamer-properties.
3576
3577 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3578
3579         * gst/audioconvert/gstaudioconvert.c:
3580           Also mention that a conversion from double to float is suboptimal still.
3581
3582 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3583
3584         * gst-libs/gst/audio/gstaudiofilter.c:
3585         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3586           Clear our formats structure and free the caps contained in it when
3587           shutting down.
3588
3589 2007-02-05  Andy Wingo  <wingo@pobox.com>
3590
3591         * gst-libs/gst/audio/gstbaseaudiosink.c
3592         (gst_base_audio_sink_callback): Update basesink->offset so that we
3593         pull monotonically increasing offsets instead of, um, seeking back
3594         to 0 each time. Fixes alsasrc ! alsasink!
3595
3596 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * gst/videoscale/gstvideoscale.c:
3599           A width and height of 1 makes us crash, so increase minimum size to
3600           2x2 pixels until someone feels like fixing this (#404512).
3601
3602 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3603
3604         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3605           Add small test to make sure request pads are cleaned up properly
3606           even if oggmux never changes state out of NULL.
3607
3608 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * tests/check/libs/utils.c: (GST_START_TEST):
3611           Fix unit test. Turns out things work much better when you
3612           NULL-terminate string arrays. Should make p5 build bot happy again.
3613
3614 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * gst-libs/gst/audio/Makefile.am:
3617         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3618         (gst_audio_filter_template_base_init),
3619         (gst_audio_filter_template_class_init),
3620         (gst_audio_filter_template_init),
3621         (gst_audio_filter_template_set_property),
3622         (gst_audio_filter_template_get_property),
3623         (gst_audio_filter_template_setup),
3624         (gst_audio_filter_template_filter),
3625         (gst_audio_filter_template_filter_inplace), (plugin_init):
3626           Oops, forgot to commit fixed-up example.
3627
3628 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3629
3630         * docs/libs/gst-plugins-base-libs-sections.txt:
3631         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3632         (gst_audio_filter_class_init), (gst_audio_filter_init),
3633         (gst_audio_filter_set_caps),
3634         (gst_audio_filter_class_add_pad_templates):
3635         * gst-libs/gst/audio/gstaudiofilter.h:
3636           Port GstAudioFilter to 0.10. This change technically breaks
3637           API and ABI (and thus also every library developer's heart),
3638           but seems justifiable on the grounds that the base class was
3639           completely unusable before (ie. would crash immediately when
3640           actually used). Fixes #403963 (and eventually also #403572).
3641           Also document all of this a bit.
3642
3643 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * gst-libs/gst/utils/install-plugins.c:
3646         (gst_install_plugins_spawn_child):
3647         * tests/check/libs/utils.c:
3648         (test_base_utils_install_plugins_do_callout):
3649           Lowering log level to see why things fail on the p5 build bot;
3650           fix some typos in unit test messages.
3651
3652 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * tests/check/libs/utils.c:
3655         (test_base_utils_install_plugins_do_callout):
3656           Don't hard-code temp directory for test helper; use GLib functions
3657           to write out file and do error checking etc.
3658
3659 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3660
3661         * gst-libs/gst/utils/Makefile.am:
3662         * gst-libs/gst/utils/base-utils.h:
3663         * gst-libs/gst/utils/install-plugins.c:
3664         (gst_install_plugins_context_set_xid),
3665         (gst_install_plugins_context_new),
3666         (gst_install_plugins_context_free),
3667         (gst_install_plugins_get_helper),
3668         (gst_install_plugins_spawn_child),
3669         (gst_install_plugins_return_from_status),
3670         (gst_install_plugins_installer_exited),
3671         (gst_install_plugins_async), (gst_install_plugins_sync),
3672         (gst_install_plugins_return_get_name),
3673         (gst_install_plugins_installation_in_progress):
3674         * gst-libs/gst/utils/install-plugins.h:
3675           API: add API for applications to initiate installation of missing
3676           plugins, ie. gst_install_plugins_async() primarily.
3677           Based on libgimme-codec by Ryan Lortie.
3678
3679         * configure.ac:
3680           Add --with-install-plugins-helper configure option so distros can specify
3681           the path of the helper script or program to call when plugin installation
3682           is requested (distros: please do any argument munging in this helper
3683           script instead of patching GStreamer to pass arguments differently
3684           to another program directly).
3685
3686         * docs/libs/gst-plugins-base-libs-docs.sgml:
3687         * docs/libs/gst-plugins-base-libs-sections.txt:
3688           Build and document new API.
3689
3690         * tests/check/libs/utils.c: (result_cb),
3691         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3692         (libgstbaseutils_suite):
3693           Some simple checks for the new API.
3694
3695 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         * tests/check/elements/audioconvert.c: (test_float_conversion):
3698           Add small test for 32bit float <=> 64bit float conversion (works
3699           only one way so far, 32=>64 produces structured noise).
3700
3701 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         * gst/audioconvert/gstaudioconvert.c:
3704         (set_structure_widths_32_and_64), (make_lossless_changes):
3705           We don't support floats with a width of 40, 48 or 56 bits.
3706
3707 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3708
3709         * gst/audioconvert/audioconvert.c: (float), (double),
3710         (audio_convert_get_func_index):
3711         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3712         (make_lossless_changes):
3713           Support for 64-bit float audio in audioconvert (#339837)
3714
3715 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         Patch by: Holger Wansing  <linux wansing-online de>
3718
3719         * po/LINGUAS:
3720         * po/de.po:
3721           Add German translation (#352069).
3722
3723 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3724
3725         reviewed by: Wim Taymans <wim@fluendo.com>
3726
3727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3728         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3729         Use newly added GstCollectPads API to free the allocated resources in
3730         the GstOggPad structures (#402393).
3731
3732 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3733
3734         * gst/playback/gstplaybin.c: (gen_vis_element):
3735           Add audioresample+audioconvert in front of the visualisation
3736           element, so that elements like libvisual 0.4 that don't support all
3737           samplerates can work.
3738
3739           Fixes: #402505
3740
3741 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3744         (gst_play_base_bin_get_streaminfo_value_array):
3745           Take some locks and make a copy of the streaminfo value array we
3746           maintain while holding the lock, so that the application can
3747           retrieve the stream-info as a value array in a thread-safe way.
3748
3749 2007-01-30  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst/audioconvert/gstaudioconvert.c:
3752         Don't fail on 0 sized buffers. Fixes #396835.
3753
3754 2007-01-29  David Schleef  <ds@schleef.org>
3755
3756         * gst/typefind/gsttypefindfunctions.c:
3757           Detect BBCD as video/x-dirac, so we can play raw dirac
3758           streams.
3759
3760 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * ext/theora/theoraenc.c: (theora_enc_chain):
3763           Check return value of theora_encode_header(), or we might try to
3764           allocate a random number of bytes. theora_encode_header() can fail
3765           if libtheora has been compiled with encoding support disabled.
3766           Fixes #398110.
3767
3768 2007-01-29  Wim Taymans  <wim@fluendo.com>
3769
3770         * tests/check/gst/.cvsignore:
3771         Do as buildbot says.
3772
3773 2007-01-29  Wim Taymans  <wim@fluendo.com>
3774
3775         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3776         Fix strides in libvisual. Gst uses X strides.
3777         Inspired by: <ed at catmur dot co dot uk> and 
3778         <tim at centricular dot net>
3779         Fixes #401118.
3780
3781 2007-01-27  Wim Taymans  <wim@fluendo.com>
3782
3783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3784         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3785         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3786         (gst_ogg_demux_perform_seek),
3787         (gst_ogg_demux_bisect_forward_serialno),
3788         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3789         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3790         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3791         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3792         * ext/ogg/gstoggdemux.h:
3793         Properly propagate streaming errors when we are scanning the file for
3794         chains so that we don't crash when shut down. Might fix some crashers
3795         when quickly switching oggs in RB such as #332503 and #378436.
3796
3797 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3800           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3801           error code as well.
3802
3803 2007-01-25  Wim Taymans  <wim@fluendo.com>
3804
3805         * gst/playback/gstplaybasebin.c: (remove_source):
3806         Don't try to disconnect a signal from a finalized object.
3807
3808 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3811           Cast lock macro parameters to make sure we're actually accessing the
3812           lock member at the right class level. Free list itself in _dispose()
3813           as well and NULL it in case dispose gets called multiple times.
3814
3815 2007-01-25  Edward Hervey  <edward@fluendo.com>
3816
3817         * gst/playback/gstdecodebin2.c:
3818         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3819         Free GstDecodeGroups no longer used.
3820         (gst_decode_group_expose):
3821         Don't unlock too many times !
3822         (deactivate_free_recursive):
3823         Free iterator once we're done with it.
3824         Fix for recursively deactivating elements (stop at ghostpads).
3825
3826 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3827
3828         * gst/playback/gstplaybin.c: (handoff):
3829           Fix up caps on the frame buffer before we save it and potentially
3830           make it accessible to other threads via g_object_get; also use
3831           gst_buffer_replace() instead of gst_mini_object_replace().
3832
3833 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3836           Make getting the current frame thread-safe.
3837
3838 2007-01-25  Edward Hervey  <edward@fluendo.com>
3839
3840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3841         (gst_decode_group_new), (gst_decode_group_free):
3842         Set queues to bigger sizes to cope with HD contents.
3843         Fix some mutex freeing and add comment about MT safe methods.
3844
3845 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3848         (gst_text_overlay_text_event):
3849           Don't unnecessarily ref (and then leak) upstream events if the text
3850           pad is not linked. Fixes #399948.
3851
3852         * tests/check/gst-plugins-base.supp:
3853           Add suppression for pango on edgy/x86 for textoverlay test.
3854
3855 2007-01-24  Wim Taymans  <wim@fluendo.com>
3856
3857         * gst-libs/gst/rtp/gstrtpbuffer.h:
3858         Add some more fixed payloads.
3859
3860 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3863           Error out properly if we get an error from libogg while reading the
3864           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3865
3866 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3867
3868         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3869           Don't leak mutex.
3870
3871         * tests/check/elements/playbin.c:
3872         (test_sink_usage_video_only_stream),
3873         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3874         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3875         (test_missing_suburisource_handler),
3876         (test_missing_primary_decoder), (playbin_suite):
3877           Run all tests once with decodebin and once with decodebin2.
3878           One test does not pass yet with decodebin2.
3879
3880 2007-01-23  Edward Hervey  <edward@fluendo.com>
3881
3882         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3883         Fix the cases where oggmux doesn't properly figure out that all
3884         sinkpads have gone EOS, and therefore doesn't push out the remaining
3885         buffers and the final EOS event.
3886         Fixes #363379
3887
3888 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3889
3890         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3892         Don't lock on navigation event push, just on keysym to string.
3893         Fixes #397673 again.
3894
3895 2007-01-22  Edward Hervey  <edward@fluendo.com>
3896
3897         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3898         (get_current_group), (group_demuxer_event_probe),
3899         (gst_decode_group_expose), (deactivate_free_recursive),
3900         (gst_decode_group_free):
3901         Cleanups.
3902         Don't forget to emit 'no-more-pads' once a group is exposed.
3903         Cleanup elements from a DecodeGroup once we remove it.
3904         Protect call to gst_decode_group_expose() with the decodebin lock.
3905
3906 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3907
3908         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3910         Looking at Xorg code i can't figure out if that XKeysymToString
3911         function is thread sensible or not. Lock it just in case as
3912         recommended by Radek Doulik <rodo at ximian dot com>.
3913
3914 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3915
3916         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3918         Lock that X Call as well. Fixes #397673.
3919
3920 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3923           Don't go into an endless loop if the file starts with 00 00 01 2X,
3924           like quicktime redirect files might. Fixes #396042.
3925
3926         * tests/check/Makefile.am:
3927         * tests/check/gst/.cvsignore:
3928         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3929         (typefindfunctions_suite):
3930           Add unit test for the above.
3931
3932 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3935           On second thought, use "depth" field rather than "bpp" field.
3936
3937 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3940           Camtasia caps apparently need a bpp field (#398875).
3941
3942 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3945         (gen_source_element), (gst_play_base_bin_change_state):
3946           Attempt at a better error message in case we don't have the required
3947           URI handler installed; post missing-plugin message also when we're
3948           missing an URI handler for the subtitle URI; clean up properly also
3949           when an error occurs and we never made it to PAUSED state.
3950
3951         * tests/check/elements/playbin.c: (GST_START_TEST),
3952         (playbin_suite):
3953           Check that we're also getting a missing-plugin messsage for a
3954           missing subtitle URI handler (and clean up properly).
3955
3956 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3959           Plug a few reference leaks.
3960
3961 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3962
3963         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3964           Lower probability a bit if the marker isn't right at the start,
3965           to decrease the chance of false positives.
3966
3967 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3970           Small mpeg2 system stream typefinding improvement: make typefinder
3971           probe a bit into the stream instead of just looking for a marker
3972           at the beginning. Fixes #397810.
3973
3974 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst/audioconvert/gstchannelmix.c:
3977           Remove compatibility cruft for prehistoric GLib versions.
3978
3979 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * gst/playback/Makefile.am:
3982         * gst/playback/gstdecodebin.c: (close_pad_link):
3983         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3985         (gst_play_base_bin_handle_message_func), (unknown_type):
3986           Let decodebin be the element to post missing-plugin messages for
3987           missing decoders (rather than playbin); make playbin implement
3988           GstBin::handle_message so we can suppress missing-plugin messages
3989           for types we're not handling on purpose (don't want to bring up an
3990           installer in those cases).
3991
3992 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3995         * gst-libs/gst/tag/gstvorbistag.c:
3996         (gst_tag_list_to_vorbiscomment_buffer):
3997         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3998           Fix potentially unaligned access (#397207).
3999
4000 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4001
4002         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4003         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4004         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4005         (main):
4006           Allow to toggle looping while it plays. Fix callback prototype. Clean
4007           up code a bit more. Add copyright header.
4008
4009 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4010
4011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4012           Red and blue mask was swapped (spotted by Dan Williams).
4013
4014 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4015
4016         * gst-libs/gst/tag/gstid3tag.c:
4017         * gst-libs/gst/tag/gstvorbistag.c:
4018           Use new beats-per-minute tag from core.
4019
4020 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * po/POTFILES.in:
4023           Add new files with translatable strings, so they actually make it
4024           into the template file one day.
4025
4026 2007-01-12  Andy Wingo  <wingo@pobox.com>
4027
4028         * gst-libs/gst/audio/gstbaseaudiosink.c
4029         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4030         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4031         stuff, as the base class handles this now. Actually tell the ring
4032         buffer to start.
4033         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4034         How did this work before? Maybe I'm not as awesome a programmer as
4035         I think.
4036
4037         * gst-libs/gst/audio/gstbaseaudiosrc.c
4038         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4039         of a pad function.
4040
4041 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4044           Remove more fields so that the application can better blacklist
4045           formats that have been tried before.
4046
4047 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * gst-libs/gst/audio/mixerutils.h:
4050           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4051           used when compiling with c++ compilers as well.
4052
4053 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * gst/typefind/gsttypefindfunctions.c:
4056           Fix comment.
4057
4058 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * gst/playback/gstplaybin.c: (post_missing_element_message),
4061         (gen_video_element), (gen_text_element), (gen_audio_element),
4062         (gen_vis_element):
4063           Post missing-plugin messages also when we error out because
4064           converters, textoverlay or auto*sinks are missing (#161922).
4065
4066 2007-01-10  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4069         (is_demuxer_element), (new_caps):
4070         * gst/playback/gstplaybasebin.c: (source_new_pad):
4071         Fix the case where we try to ref a NULL element when we delay a link
4072         because of unfixed caps.
4073         Set the state of autoplugged decodebins to PAUSED.
4074         RTSP now works in playbin, we can remove it from the blacklist.
4075
4076 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst/playback/Makefile.am:
4079         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4080         (unknown_type), (setup_subtitle), (gen_source_element):
4081         * gst/playback/gstplaybin.c: (plugin_init):
4082           Post missing-plugin messages on the bus for missing sources and
4083           missing decoders/demuxers/depayloaders; fix error code used when
4084           we're missing an URI handler source; for media types that we are not
4085           handling on purpose at the moment, don't print "don't know how to
4086           handle xyz" messages to the terminal or post missing-plugin
4087           messages on the bus.
4088
4089         * tests/check/elements/playbin.c: (create_playbin),
4090         (GST_START_TEST), (gst_codec_src_uri_get_type),
4091         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4092         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4093         (gst_codec_src_init_type), (gst_codec_src_base_init),
4094         (gst_codec_src_create), (gst_codec_src_class_init),
4095         (gst_codec_src_init), (plugin_init), (playbin_suite):
4096           Add some tests for the missing-plugin stuff.
4097
4098 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * configure.ac:
4101         * gst-libs/gst/Makefile.am:
4102         * gst-libs/gst/utils/Makefile.am:
4103         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4104         * gst-libs/gst/utils/base-utils.h:
4105         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4106         (find_format_info), (caps_are_rtp_caps),
4107         (gst_base_utils_get_source_description),
4108         (gst_base_utils_get_sink_description),
4109         (gst_base_utils_get_decoder_description),
4110         (gst_base_utils_get_encoder_description),
4111         (gst_base_utils_get_element_description),
4112         (gst_base_utils_add_codec_description_to_tag_list),
4113         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4114         * gst-libs/gst/utils/descriptions.h:
4115         * gst-libs/gst/utils/missing-plugins.c:
4116         (missing_structure_get_type), (copy_and_clean_caps),
4117         (gst_missing_uri_source_message_new),
4118         (gst_missing_uri_sink_message_new),
4119         (gst_missing_element_message_new),
4120         (gst_missing_decoder_message_new),
4121         (gst_missing_encoder_message_new),
4122         (missing_structure_get_string_detail),
4123         (missing_structure_get_caps_detail),
4124         (gst_missing_plugin_message_get_installer_detail),
4125         (gst_missing_plugin_message_get_description),
4126         (gst_is_missing_plugin_message):
4127         * gst-libs/gst/utils/missing-plugins.h:
4128           API: add new libgstbaseutils library with functions
4129           - to create and parse missing-plugins messages
4130           - that provide (translated) descriptions for caps/decoders/sources/etc.
4131           Closes #392393.
4132
4133         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4134         * pkgconfig/gstreamer-plugins-base.pc.in:
4135           Add new lib.
4136
4137         * docs/libs/gst-plugins-base-libs-docs.sgml:
4138         * docs/libs/gst-plugins-base-libs-sections.txt:
4139           Generate docs for new lib and API.
4140
4141         * tests/check/Makefile.am:
4142         * tests/check/libs/.cvsignore:
4143         * tests/check/libs/utils.c: (missing_msg_check_getters),
4144         (GST_START_TEST), (libgstbaseutils_suite):
4145           Add some basic unit tests.
4146
4147 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * ext/ogg/Makefile.am:
4150           Dist gstoggdemux.h to fix 'make distcheck'.
4151
4152         * sys/v4l/Makefile.am:
4153           Fix 'make distcheck' even more.
4154
4155 2007-01-09  Wim Taymans  <wim@fluendo.com>
4156
4157         * docs/plugins/Makefile.am:
4158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4160         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4161         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4162         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4163         (gst_ogg_demux_perform_seek):
4164         * ext/ogg/gstoggdemux.h:
4165         Added docs.
4166         Add some more comments.
4167         Small cleanups.
4168
4169 2007-01-09  Wim Taymans  <wim@fluendo.com>
4170
4171         * ext/theora/theoradec.c:
4172         * ext/vorbis/vorbisdec.c:
4173         * gst-libs/gst/audio/gstringbuffer.c:
4174         (gst_ring_buffer_commit_full):
4175         * gst-libs/gst/audio/gstringbuffer.h:
4176         * gst-libs/gst/rtp/gstrtpbuffer.c:
4177         * gst-libs/gst/tag/gstvorbistag.c:
4178         Small documentation updates/fixes
4179
4180 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * configure.ac:
4183           Require core CVS HEAD for Andy's basesrc/sink API additions.
4184
4185 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4188
4189         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4190         (plugin_init):
4191           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4192           on flac.sf.net (there appear to be other versions of the first
4193           ogg page in the wild) (#391365).
4194
4195 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * configure.ac:
4198           Check if localtime_r() is available.
4199
4200         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4201           If localtime_r() is not available, fall back to localtime(). Should
4202           fix build on MingW (#393310).
4203
4204 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4207         * gst/subparse/gstsubparse.h:
4208           Remove spurious 1000 subtrahend when calculating the timestamp from
4209           the frame number and the frame rate . Also, use the frames/second
4210           value specified in the first line of the file, if one is specified
4211           there. Should fix #357503.
4212
4213         * tests/check/elements/subparse.c: (do_test),
4214         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4215         (subparse_suite):
4216           Add some basic unit tests for the microdvd subtitle format.
4217
4218 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4219
4220         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4221
4222         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4223         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4224         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4225         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4226         (gst_xvimagesink_set_xwindow_id),
4227         (gst_xvimagesink_set_event_handling),
4228         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4229         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4230         Fixes: #390076.
4231         Add an adaptor property to select a specific XV adaptor.
4232         * sys/xvimage/xvimagesink.h:
4233
4234 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4235
4236         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4237         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4238         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4239         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4240         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4241         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4242         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4243         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4244         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4245         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4246         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4247         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4248         Use flow_lock much more to protect every access to xwindow.
4249         Try to catch erros while creating images in case some drivers are
4250         just generating an XError when the requested image is too big.
4251         Should fix : #354698, #384008, #384060.
4252         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4253         Implement some stress testing of setting window xid.
4254
4255 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4256
4257         * win32/common/libgsaudio.def:
4258           Add new exported function.
4259         * win32/common/libgstogg.dsp:
4260           Add gstoggaviparse.c to the build.
4261         * win32/common/libgstvideoscale.dsp:
4262           Add vs_4tap.c to the build.
4263         * win32/common/libgstvorbis.dsp:
4264           Add vorbistag.c to the build.
4265         
4266 2007-01-06  Andy Wingo  <wingo@pobox.com>
4267
4268         * gst-libs/gst/audio/gstbaseaudiosink.c
4269         (gst_base_audio_sink_class_init)
4270         (gst_base_audio_sink_init): 
4271         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4272         to baseaudiosink, and tell basesink that we can work in pull mode.
4273         This way the ring buffer thread drives the pipeline directly, if
4274         pull mode is possible. There is some lingering nastiness regarding
4275         capsnego, however.
4276         (gst_base_audio_sink_callback): Implement the callback to pull
4277         data. This interface is a bit light, though -- it should get a
4278         GstFlowReturn return value at least.
4279
4280 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4283         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4284         * gst/playback/gstdecodebin2.c:
4285         (gst_decode_group_check_if_blocked):
4286           Printf format and missing argument fixes.
4287
4288 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4289
4290         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4291         (gst_ogm_parse_change_state):
4292         Activate pads before adding them to the element.
4293
4294 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * tests/examples/seek/scrubby.c: (main):
4297         * tests/examples/seek/seek.c: (main):
4298           Call g_thread_init() first thing in main() (see #391278).
4299
4300 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         * tests/check/Makefile.am:
4303         * tests/check/libs/.cvsignore:
4304         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4305         (netbuffer_suite):
4306           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4307           for the time being, since it's broken, see #393099.
4308
4309 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4310
4311         * tests/check/Makefile.am:
4312           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4313
4314 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4315
4316         * configure.ac:
4317           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4318           so that GST_BASE_CFLAGS can go inbetween them, making sure
4319           we use uninstalled gst-libs headers
4320         * docs/libs/Makefile.am:
4321         * ext/alsa/Makefile.am:
4322         * ext/cdparanoia/Makefile.am:
4323         * ext/gnomevfs/Makefile.am:
4324         * ext/libvisual/Makefile.am:
4325         * ext/ogg/Makefile.am:
4326         * ext/theora/Makefile.am:
4327         * ext/vorbis/Makefile.am:
4328         * gst-libs/gst/audio/Makefile.am:
4329         * gst-libs/gst/cdda/Makefile.am:
4330         * gst-libs/gst/interfaces/Makefile.am:
4331         * gst-libs/gst/riff/Makefile.am:
4332         * gst-libs/gst/rtp/Makefile.am:
4333         * gst-libs/gst/tag/Makefile.am:
4334         * gst/adder/Makefile.am:
4335         * gst/audioconvert/Makefile.am:
4336         * gst/audiorate/Makefile.am:
4337         * gst/audioresample/Makefile.am:
4338         * gst/playback/Makefile.am:
4339         * gst/tcp/Makefile.am:
4340         * gst/videoscale/Makefile.am:
4341         * gst/volume/Makefile.am:
4342         * sys/ximage/Makefile.am:
4343         * sys/xvimage/Makefile.am:
4344         * tests/icles/Makefile.am:
4345           adapt
4346
4347 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4348
4349         * gst-libs/gst/interfaces/xoverlay.c:
4350         (gst_x_overlay_handle_events):
4351         * gst-libs/gst/interfaces/xoverlay.h:
4352         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4353         (gst_ximagesink_set_xwindow_id),
4354         (gst_ximagesink_set_event_handling),
4355         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4356         (gst_ximagesink_get_property), (gst_ximagesink_init),
4357         (gst_ximagesink_class_init):
4358         * sys/ximage/ximagesink.h:
4359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4360         (gst_xvimagesink_set_xwindow_id),
4361         (gst_xvimagesink_set_event_handling),
4362         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4363         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4364         (gst_xvimagesink_class_init):
4365         * sys/xvimage/xvimagesink.h:
4366         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4367         Add a method to the XOverlay interface to allow disabling of 
4368         event handling in x[v]imagesink elements. This will let X events
4369         propagate to parent windows which can be usefull in some cases.
4370         Be carefull that the application is then responsible of pushing
4371         navigation events and expose events to the video sink.
4372         Fixes: #387138.
4373
4374 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         * gst-libs/gst/tag/gstvorbistag.c:
4377         * tests/check/libs/tag.c: (GST_START_TEST):
4378           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4379           (fixes #392070).
4380
4381 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * configure.ac:
4384         * docs/Makefile.am:
4385         * docs/design/Makefile.am:
4386           Dist design docs.
4387
4388 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4389
4390         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4391         typo. Fixes: #390063.
4392
4393 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4394
4395         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4397         caps leak.
4398         * win32/common/config.h: Updated.
4399
4400 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4401
4402         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4403         (setup_gdpdepay_streamheader):
4404         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4405         (setup_gdppay_streamheader):
4406           Fix the dp tests, but activating the pads for the streamheader tests
4407           too and cleaning up conditionaly
4408
4409 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4410
4411         * gst/ffmpegcolorspace/avcodec.h:
4412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4413         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4414         (gst_ffmpegcsp_avpicture_fill):
4415         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4416         (img_get_alpha_info):
4417         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4418         other end of the word. Fixes: #387073.
4419
4420         Add some inconsequential branch hints in a couple of places.
4421
4422 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4425         (gst_ffmpeg_caps_to_smpfmt):
4426           The "signed" field in raw audio caps is of boolean type, trying to
4427           extract the value with _get_int() will fail (fix to keep in sync with
4428           the copy in gst-ffmpeg)
4429
4430 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4431
4432         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4433         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4434         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4435         (cleanup_gdpdepay):
4436         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4437         * tests/check/elements/subparse.c: (teardown_subparse):
4438         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4439         * tests/check/elements/videorate.c: (cleanup_videorate):
4440         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4441         * tests/check/elements/volume.c: (cleanup_volume):
4442         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4443         (cleanup_vorbisdec):
4444         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4445         (cleanup_vorbistag):
4446           consistent pad (de)activation
4447
4448 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4451           Forgot to register the extensions.
4452
4453 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4454
4455         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4456         (plugin_init):
4457           Add typefinder for VIVO files (my christmas present to the 90s).
4458
4459 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/playback/gstdecodebin.c: (type_found):
4462           Special-case the text/plain media type: we only want to recognise it
4463           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4464           parser, but not if the entire stream is of text/plain type. If the
4465           entire stream is text/plain, we should just error out.
4466
4467           This fixes playback of audio files with lyrics in totem. Totem can't
4468           distinguish between text files and subtitle files and passes any
4469           .txt file with the same basename as the main file to playbin as
4470           suburi, and playbin will then throw a 'subtitle found, but no video
4471           stream' error, which isn't entirely helpful. See #380342.
4472
4473           Also, with this change we'll show a slightly more correct error
4474           message in case totem passes a playlist file to us (although a
4475           custom error message wording instead of the default text would
4476           probably not be a bad idea either).
4477
4478           Same problem also needs to be fixed for playbin+decodebin2.
4479
4480         * tests/check/Makefile.am:
4481         * tests/check/elements/decodebin.c: (src_handoff_cb),
4482         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4483         (decodebin_suite):
4484           Add simple unit test for decodebin for the above.
4485
4486 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4489         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4490           Refuse to change state to READY when we failed to create any of the
4491           required elements in our instance init function.
4492
4493 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * docs/libs/gst-plugins-base-libs-sections.txt:
4496           Small docs fixes/updates.
4497
4498         * gst-libs/gst/video/gstvideosink.h:
4499           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4500           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4501           removed from the base sink API between 0.9.6 and 0.9.7).
4502           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4503           accessor macros, so we don't do a runtime GObject type check every
4504           time we use them.
4505
4506 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4507
4508         * Makefile.am:
4509         * gst-plugins-base.doap:
4510         * gst-plugins-base.spec.in:
4511           add doap file
4512
4513 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         Patch by: Jens Granseuer <jensgr at gmx net>
4516
4517         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4518         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4519         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4520         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4522           Declare variables at the beginning of a block. Fixes #383195.
4523
4524 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4525
4526         * configure.ac:
4527         Bump version nano - back to CVS.
4528
4529
4530 === release 0.10.11 ===
4531
4532 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4533
4534         * configure.ac:
4535           releasing 0.10.11, "Dumb things"
4536
4537 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4538
4539         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4540         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4541         Handle the case where an element has multiple pads with 
4542         unfixed caps as well as still possibly producing more dynamic 
4543         pads by storing each case as a distinct entry in the dynamic list.
4544         Fixes #38223 again.
4545
4546 2006-12-04  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/playback/gstdecodebin.c: (close_pad_link):
4549         Fix #382223, add more dynamic caps handling.
4550
4551 2006-12-04  Wim Taymans  <wim@fluendo.com>
4552
4553         reviewed by: <delete if not using a buddy>
4554
4555         * gst-libs/gst/audio/gstringbuffer.h:
4556         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4557         (gst_netaddress_set_ip4_interface),
4558         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4559         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4560         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4561         (gst_netaddress_get_ttl):
4562         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4563         * gst/playback/gstdecodebin.c: (close_pad_link):
4564         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4565         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4566         * win32/common/config.h:
4567
4568 2006-12-01  Michael Smith  <msmith@fluendo.com>
4569
4570         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4571           Delete bad debug code.
4572           Fixes #381219
4573
4574 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4575
4576         * gst/videoscale/vs_4tap.c:
4577         * win32/MANIFEST:
4578         * win32/common/config.h:
4579         * win32/vs8/libgstvideoscale.vcproj:
4580         Fix compilation on win32 under VS8
4581         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4582         Partially fixes #381175
4583
4584 2006-11-30  Michael Smith  <msmith@fluendo.com>
4585
4586         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4587         (GST_START_TEST):
4588           It would be very bad if, after a discont buffer, we thought every
4589           single following buffer was also discont. So, add to the test to
4590           ensure that this isn't the case.
4591           
4592         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4593           ... it was the case. So fix it.
4594
4595 2006-11-28  Wim Taymans  <wim@fluendo.com>
4596
4597         * gst/playback/gstplaybasebin.c: (check_queue_event):
4598         Improve debug.
4599
4600         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4601         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4602         padtemplate caps. Refixes #357577.
4603
4604 2006-11-28  Wim Taymans  <wim@fluendo.com>
4605
4606         * gst/playback/gstplaybasebin.c: (check_queue_event),
4607         (queue_threshold_reached), (queue_out_of_data),
4608         (gen_preroll_element):
4609         Add event probe to see when EOS is in a queue and we can disable the
4610         underrun signals. Fixes #357577.
4611
4612 2006-11-28  Edward Hervey  <edward@fluendo.com>
4613
4614         * gst/playback/Makefile.am:
4615         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4616         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4617         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4618         (gst_decode_bin_init), (gst_decode_bin_dispose),
4619         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4620         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4621         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4622         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4623         (connect_element), (expose_pad), (type_found),
4624         (pad_added_group_cb), (pad_removed_group_cb),
4625         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4626         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4627         (are_raw_caps), (multi_queue_overrun_cb),
4628         (multi_queue_underrun_cb), (gst_decode_group_new),
4629         (get_current_group), (group_demuxer_event_probe),
4630         (gst_decode_group_control_demuxer_pad),
4631         (gst_decode_group_control_source_pad),
4632         (gst_decode_group_check_if_blocked),
4633         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4634         (gst_decode_group_hide), (gst_decode_group_free),
4635         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4636         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4637         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4638         (plugin_init):
4639         New decodebin2 element.
4640         Closes #370092
4641         * gst/playback/gstplay-marshal.list:
4642         Added marshallers for new signals in decodebin2
4643         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4644         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4645         is set.
4646
4647 2006-11-28  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/playback/gstplaybasebin.c: (setup_source),
4650         (gst_play_base_bin_change_state):
4651         Disable rtsp:// uris for the release, it's not good enough yet.
4652         Remove unused var.
4653
4654 2006-11-26  Wim Taymans  <wim@fluendo.com>
4655
4656         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4657         (theora_dec_push_forward), (theora_dec_push_reverse),
4658         (theora_handle_data_packet), (theora_dec_decode_buffer),
4659         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4660         (theora_dec_chain_forward), (theora_dec_chain):
4661         Implement reverse playback.
4662
4663         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4664         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4665         (vorbis_dec_chain_forward):
4666         Clear buffers used for reverse playback in _reset.
4667         No need to set the eos flag, we clip samples using the segment.
4668
4669 2006-11-24  Wim Taymans  <wim@fluendo.com>
4670
4671         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4672         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4673         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4674         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4675         Some cleanups.
4676         Handle continued pages in reverse mode.
4677
4678 2006-11-24  Wim Taymans  <wim@fluendo.com>
4679
4680         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4681         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4682         (vorbis_dec_flush_decode):
4683         Small cleanups.
4684         Don't try to add invalid timestamps.
4685         Clipping will unref the buffer.
4686
4687 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4688
4689         * gst/adder/gstadder.h:
4690         * gst/audiotestsrc/gstaudiotestsrc.h:
4691           remove obsolete _factory_init protos
4692
4693 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4694
4695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4696           Fix spacing in debug message.
4697
4698 2006-11-23  Wim Taymans  <wim@fluendo.com>
4699
4700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4701         (gst_ogg_demux_chain):
4702         Don't just ignore return values from _pad_push().
4703         Small debug improvements.
4704
4705 2006-11-23  Michael Smith  <msmith@fluendo.com>
4706
4707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4708           If our incoming buffer is marked as DISCONT, then increment the page
4709           number (so that the discontinuity is marked in the final ogg
4710           bitstream) and flush the previous page.
4711
4712 2006-11-22  Michael Smith  <msmith@fluendo.com>
4713
4714         * ext/theora/gsttheoraenc.h:
4715         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4716         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4717         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4718         (theora_enc_chain), (theora_enc_change_state):
4719           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4720
4721         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4722         (GST_START_TEST), (theoraenc_suite):
4723           Enable discontinuity test, fix it.
4724
4725 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4728         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4729         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4730         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4731         (gst_text_overlay_change_state):
4732         * ext/pango/gsttextoverlay.h:
4733           Some textoverlay fixes: for one, in the video chain function,
4734           actually wait for a text buffer to come in if there is none at the
4735           moment and there should be one; also, deal more gracefully with
4736           incoming buffers that do not have a timestamp or duration; discard
4737           text buffer when not needed any longer. Fixes #341681.
4738
4739         * tests/check/Makefile.am:
4740         * tests/check/elements/.cvsignore:
4741         * tests/check/elements/textoverlay.c:
4742         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4743         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4744         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4745         (test_video_waits_for_text_send_text_newsegment_thread),
4746         (test_video_waits_for_text_shutdown_element),
4747         (test_render_continuity_push_video_buffers_thread),
4748         (textoverlay_suite):
4749           Add some unit tests for textoverlay.
4750
4751 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4754           Avoid integer underflow when the found probability for mp3 is
4755           smaller than the 'penalty' we subtract if there's not a clean
4756           mp3 header sync at offset 0.
4757
4758 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4759
4760         * docs/libs/gst-plugins-base-libs-sections.txt:
4761           Add some new symbols to the docs
4762
4763 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         * tests/check/Makefile.am:
4766         * tests/check/elements/ffmpegcolorspace.c:
4767         (ffmpegcolorspace_suite):
4768           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4769           (for now not for valgrinding though, since it takes too long).
4770
4771 2006-11-20  Wim Taymans  <wim@fluendo.com>
4772
4773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4774         (gst_ffmpeg_pixfmt_to_caps):
4775         Fix RGBA32 caps. Fixes #357038.
4776
4777 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * gst-libs/gst/interfaces/mixertrack.h:
4780           Add FIXME so we can add some padding here in 0.11
4781
4782 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4785           Fix GstBaseRTPAudioPayload structure so the whole GObject
4786           inheritance business actually works (parent class instance structure
4787           must always come first in the derived class instance structure).
4788
4789 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * gst/videotestsrc/Makefile.am:
4792         * tests/check/Makefile.am:
4793           Make sure our checks and the videotestsrc plugin link against the
4794           local uninstalled gst libs and not any installed gst libs that
4795           might happen to exist as well.
4796
4797         * tests/check/elements/adder.c: (message_received),
4798         (test_event_message_received), (test_play_twice_message_received):
4799         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4800           Fix compiler warnings when compiling against core with disabled
4801           debugging system.
4802
4803 2006-11-16  Michael Smith  <msmith@fluendo.com>
4804
4805         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4806         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4807           Fix audiorate, so that it accurately sets offsets and timestamps.
4808           Doesn't change the fundamental algorithmic decisions; so should be
4809           safe.
4810
4811         * tests/check/Makefile.am:
4812           Enable audiorate test now that it passes.
4813
4814 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4815
4816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4817           clear xv when going to NULL, remove // commented non-existant proto
4818
4819         * tests/examples/seek/seek.c: (main):
4820           add missing tooltip description for scrub and play_scrub
4821
4822 2006-11-14  David Schleef  <ds@schleef.org>
4823
4824         * configure.ac:
4825           Bump liboil requirement to 0.3.8.
4826         * gst-libs/gst/riff/riff-media.c:
4827           Add Dirac fourcc.
4828         * gst/videoscale/vs_image.h:
4829         * gst/videoscale/vs_scanline.h:
4830           Use liboil's stdint.h.
4831         * gst/videotestsrc/videotestsrc.c:
4832           Remove liboil related ifdef's, since they aren't needed now, and
4833           won't work with future versions.
4834
4835 2006-11-14  David Schleef  <ds@schleef.org>
4836
4837         * gst/videoscale/Makefile.am:
4838         * gst/videoscale/gstvideoscale.c:
4839         * gst/videoscale/gstvideoscale.h:
4840         * gst/videoscale/vs_4tap.c:
4841         * gst/videoscale/vs_4tap.h:
4842         * gst/videoscale/vs_image.c:
4843         * gst/videoscale/vs_image.h:
4844         * gst/videoscale/vs_scanline.c:
4845         * gst/videoscale/vs_scanline.h:
4846           Add a 4-tap image scaler.  Theoretically looks much prettier.
4847           The tap calculation could use some improvement.
4848
4849 2006-11-14  Wim Taymans  <wim@fluendo.com>
4850
4851         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4852
4853         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4854         (gst_riff_parse_strf_iavs):
4855         * gst/subparse/gstsubparse.c: (convert_encoding):
4856         * gst/tcp/gstmultifdsink.c:
4857         (gst_multi_fd_sink_handle_client_write):
4858         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4859         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4860         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4861         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4862         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4863         (gst_ximagesink_ximage_new):
4864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4865         Various gsize and gssize printf fixes. Fixes #372507.
4866
4867 2006-11-13  Wim Taymans  <wim@fluendo.com>
4868
4869         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4870         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4871         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4872         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4873         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4874         * ext/vorbis/vorbisdec.h:
4875         First stab at vorbis reverse playback.
4876
4877 2006-11-13  Wim Taymans  <wim@fluendo.com>
4878
4879         * gst-libs/gst/audio/gstbaseaudiosink.c:
4880         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4881         * gst-libs/gst/audio/gstbaseaudiosink.h:
4882         Make the clock sync code more accurate wrt resampling and playback
4883         at different rates.
4884         
4885         * gst-libs/gst/audio/gstringbuffer.c:
4886         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4887         * gst-libs/gst/audio/gstringbuffer.h:
4888         Use better algorithm to interpolate sample rates. 
4889
4890 2006-11-13  Michael Smith  <msmith@fluendo.com>
4891
4892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4893           Improve a debug line slightly.
4894
4895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4896           Call gst_riff_init() in plugin_init, to avoid getting errors from
4897           the debug system (unrelated changes to another plugin made this turn
4898           up; not sure why).
4899
4900 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4903
4904         * win32/common/libgsttag.def:
4905           Add missing symbol (#366492).
4906
4907 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4910           Don't unref a NULL pad.
4911
4912 2006-11-09  Wim Taymans  <wim@fluendo.com>
4913
4914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4915         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4916         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4917         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4918         (gst_ogg_demux_loop):
4919         Implement first stab at reverse playback.
4920
4921 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4922
4923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4924         (gst_riff_create_video_template_caps):
4925           add h263/h264 variants to the caps, Fixes #363118
4926
4927 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4928
4929         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4930         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4931           Use g_strerror instead of strerror so we get UTF-8.
4932
4933 2006-11-03  David Schleef  <ds@schleef.org>
4934
4935         * ext/ogg/gstoggdemux.c:
4936         * ext/ogg/gstoggmux.c:
4937           Add/remove KW-DIRAC header here, since it is ogg-specific.
4938
4939 2006-11-03  Michael Smith  <msmith@fluendo.com>
4940
4941         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4942           Recognise more mpeg4 elementary video streams.
4943
4944 2006-11-02  Edward Hervey  <edward@fluendo.com>
4945
4946         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4947         Lower the probability of mp3 typefinding functions if we don't find a
4948         valid mp3 header at the start of the file.
4949         Closes #369482
4950
4951 2006-11-02  Wim Taymans  <wim@fluendo.com>
4952
4953         * ext/theora/gsttheoradec.h:
4954         * ext/theora/theoradec.c: (gst_theora_dec_init),
4955         (theora_dec_sink_event), (theora_dec_chain_forward),
4956         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4957         (theora_dec_chain):
4958         Document and partially implement an algorithm for doing reverse playback
4959         of theora video.
4960
4961 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4964
4965         * win32/common/config.h:
4966         * win32/common/interfaces-enumtypes.c:
4967         * win32/common/libgsttag.def:
4968         * win32/vs8/gst-plugins-base.sln:
4969         * win32/vs8/libgstaudioresample.vcproj:
4970         * win32/vs8/libgstinterfaces.vcproj:
4971         * win32/vs8/libgstogg.vcproj:
4972         * win32/vs8/libgstriff.vcproj:
4973         * win32/vs8/libgsttag.vcproj:
4974         * win32/vs8/libgsttheora.vcproj:
4975         * win32/vs8/libgstvideoscale.vcproj:
4976         * win32/vs8/libgstvorbis.vcproj:
4977           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4978           to libgsttag.def; add missing dependencies for some vs8 projects;
4979           re-arrange placement of .def files in vs8 projects (#366334).
4980
4981 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4982
4983         * ext/ogg/gstogg.c:
4984           Remove unused variable.
4985
4986         * ext/ogg/gstoggdemux.c:
4987           Fix Wim's surname in plugin description.
4988
4989 2006-10-31  Wim Taymans  <wim@fluendo.com>
4990
4991         * gst-plugins-base.spec.in:
4992         spec new .h file. Fixes #368310.
4993
4994 2006-10-31  Michael Smith  <msmith@fluendo.com>
4995
4996         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4997         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4998         (gst_multi_fd_sink_get_stats),
4999         (gst_multi_fd_sink_remove_client_link),
5000         (gst_multi_fd_sink_queue_buffer),
5001         (gst_multi_fd_sink_handle_clients):
5002         * gst/tcp/gstmultifdsink.h:
5003           Make using the remove or clear signals threadsafe.
5004           Make calling get-stats with an invalid fd not segfault.
5005           Fixes 368273.
5006
5007 2006-10-31  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst-libs/gst/rtp/Makefile.am:
5010         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5011         (gst_base_rtp_audio_payload_init):
5012         Fix and activate base audio payloader.
5013
5014 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5017         (plugin_init):
5018           Add typefinder for QuickTime Image Files (see #366156).
5019
5020 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5023           Another typo fix (#366212).
5024
5025 2006-10-27  Wim Taymans  <wim@fluendo.com>
5026
5027         * gst/volume/gstvolume.c: (volume_transform_ip):
5028         Use stream time to synchronize volume property instead of rather random
5029         timestamps. This is needed when gnonlin does its time shifting.
5030
5031 2006-10-27  Wim Taymans  <wim@fluendo.com>
5032
5033         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5034
5035         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5036         Remove the pad from the element in release_pad. Fixes #364812.
5037
5038 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5042           Explicitly create our custom buffer classes at a thread-safe
5043           location as well, since g_type_class_ref() doesn't seem to be
5044           entirely thread-safe either (#365501; also see #349410).
5045
5046 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5049         (gst_riff_parse_info):
5050           If strings in INFO chunk are not UTF-8, do something similar to
5051           what we do for ID3v1 tags: check a number of environment variables
5052           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5053           character sets to try, otherwise try the current locale and/or fall
5054           back on ISO-8859-1. Fixes #360552.
5055
5056 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5057
5058         * gst/videotestsrc/gstvideotestsrc.c:
5059         (gst_video_test_src_pattern_get_type),
5060         (gst_video_test_src_set_pattern):
5061         * gst/videotestsrc/gstvideotestsrc.h:
5062         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5063         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5064         (gst_video_test_src_checkers8):
5065         * gst/videotestsrc/videotestsrc.h:
5066           Add a bunch of exciting new checkers patterns.
5067
5068 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/subparse/Makefile.am:
5071         * gst/subparse/gstsubparse.c:
5072         (gst_sub_parse_data_format_autodetect),
5073         (gst_sub_parse_format_autodetect), (handle_buffer),
5074         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5075         * gst/subparse/gstsubparse.h:
5076         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5077         (parse_tmplayer):
5078         * gst/subparse/tmplayerparse.h:
5079           Add support for TMPlayer-type subtitles (#362845).
5080
5081         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5082         (GST_START_TEST), (subparse_suite):
5083           Add some basic unit tests for the above.
5084
5085 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         * tests/check/elements/audiorate.c: (test_injector_base_init),
5088         (test_injector_class_init), (test_injector_chain),
5089         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5090         (GST_START_TEST), (audiorate_suite):
5091           More tests for audiorate: inject buffers to check behaviour when
5092           buffers overlap.
5093
5094 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5095
5096         * tests/check/Makefile.am:
5097         * tests/check/elements/.cvsignore:
5098         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5099         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5100           Add some basic unit tests for audiorate. Disabled at the moment
5101           since it doesn't pass yet (see bug #363119).
5102
5103 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5106         (parse_subrip), (handle_buffer):
5107           Add missing closing tags for markup and fix broken markup,
5108           otherwise pango won't render anything (fixes #357531). Also,
5109           make sure the text we send out is always NUL-terminated
5110           (better safe than sorry etc.).
5111
5112         * tests/check/elements/subparse.c: (test_srt_do_test),
5113         (test_srt):
5114           Some more tests for .srt incl. tests for the above stuff.
5115
5116 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5117
5118         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5120         Patch by: Stefan Kost  <ensonic@users.sf.net>
5121         Try to redraw borders only when needed. Apparently this consumes
5122         resources on small devices... :-O (#363607)
5123
5124 2006-10-20  Michael Smith  <msmith@fluendo.com>
5125
5126         * gst/tcp/gstmultifdsink.c:
5127         (gst_multi_fd_sink_client_queue_buffer):
5128           If caps change, then update the client's idea of the caps so that we
5129           don't end up re-sending streamheaders for every single buffer after
5130           the caps change.
5131
5132 2006-10-20  Michael Smith  <msmith@fluendo.com>
5133
5134         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5135         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5136           Set caps on pushed buffers; fix up refcounting of caps objects.
5137
5138 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5141         (plugin_init):
5142           Typefind mmsh header data packet to application/x-mmsh (#362625).
5143
5144 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * tests/check/Makefile.am:
5147         * tests/check/elements/.cvsignore:
5148         * tests/check/elements/subparse.c: (buffer_from_static_string),
5149         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5150         (GST_START_TEST), (subparse_suite):
5151           Add very simple unit test for subparse.
5152
5153 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5156         (parse_subrip):
5157           Strip trailing newlines from subtitle text output.
5158
5159 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5162         (gst_sub_parse_change_state):
5163           Fix memleak; clear subparse->textbuf n state change function.
5164
5165 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/subparse/gstsubparse.c:
5168         (gst_sub_parse_data_format_autodetect):
5169           Don't require subrip (.srt) files to start with a chunk number of 1.
5170
5171 2006-10-18  Wim Taymans  <wim@fluendo.com>
5172
5173         * gst-libs/gst/audio/gstbaseaudiosink.c:
5174         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5175         * gst-libs/gst/audio/gstbaseaudiosink.h:
5176         Extract rate from the NEWSEGMENT event.
5177         Use commit_full to also take rate adjustment into account when writing
5178         samples to the ringbuffer.
5179         
5180         * gst-libs/gst/audio/gstringbuffer.c:
5181         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5182         (gst_ring_buffer_read):
5183         * gst-libs/gst/audio/gstringbuffer.h:
5184         Added _commit_full() to also take rate into account.
5185         Use simple interpolation algorithm to resample audio.
5186         API: gst_ring_buffer_commit_full()
5187
5188         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5189         * tests/examples/seek/seek.c: (segment_done):
5190         Don't try to seek with 0.0 rate, just pause instead.
5191         Remove bogus debug line.
5192
5193 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5196         (setup_source):
5197           Catch async errors when starting up the subtitle bin, so we can
5198           stop waiting and continue with the main film instead of hanging
5199           forever. Fixes #339366.
5200
5201         * tests/check/elements/playbin.c: (playbin_suite):
5202           Enable unit test for the above.
5203
5204 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * tests/check/Makefile.am:
5207         * tests/check/elements/.cvsignore:
5208         * tests/check/elements/playbin.c: (GST_START_TEST),
5209         (gst_red_video_src_uri_get_type),
5210         (gst_red_video_src_uri_get_protocols),
5211         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5212         (gst_red_video_src_uri_handler_init),
5213         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5214         (gst_red_video_src_create), (gst_red_video_src_class_init),
5215         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5216           Some small and basic unit tests for playbin; not very useful yet,
5217           but at least a start.
5218
5219 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * gst/playback/gstplaybin.c: (setup_sinks):
5222           The old pad activation spiel.
5223
5224 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * gst/playback/gstplaybasebin.c: (setup_source):
5227           Don't hang forever if the subbin already fails to start up in 
5228           the state change to PAUSED (#339366).
5229
5230 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5233         (gst_tuner_set_channel), (gst_tuner_get_channel),
5234         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5235         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5236         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5237         (gst_tuner_find_channel_by_name):
5238           Fix some function guards, add some more function guards.
5239
5240 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5241
5242         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5243         (remove_element_chain):
5244         Don't return a pad from get_our_ghost_pad unless it is actually the
5245         one we want.
5246         Change a cast in remove_element_chain slightly.
5247
5248 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5249
5250         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5251         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5252         Segment seeking needs to use the rate and set stop to -1.
5253
5254 2006-10-13  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst-libs/gst/audio/gstbaseaudiosink.c:
5257         (gst_base_audio_sink_setcaps):
5258         Don't crash when ringbuffer is not yet created.
5259         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5260         Fixes #361634.
5261
5262         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5263         * gst/playback/gststreamselector.c:
5264         (gst_stream_selector_request_new_pad):
5265         Activate pads befre adding them to running elements.
5266
5267 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5268
5269         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5270         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5271         updater when we start grabing the slider. Don't wait for the
5272         pipeline to be PAUSED.
5273
5274 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5277         (gst_mixer_set_volume), (gst_mixer_get_volume),
5278         (gst_mixer_set_mute), (gst_mixer_set_option),
5279         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5280         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5281         (gst_mixer_option_changed):
5282           Guard mixer interface functions against bogus arguments.
5283
5284 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5285
5286         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5287         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5288         (msg_state_changed), (main): Use state-changed messages to trigger
5289         start/stop of scale update timer. Indeed the scale slider was
5290         jumping here and there because the update timer was activated 
5291         before seek completed. This fixes instant applying of rate changes
5292         by pressing the spinbutton like a crazy man !
5293
5294 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5297
5298         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5299         (gst_basertppayload_finalize):
5300           Fix two small memory leaks (#361456).
5301
5302 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5303
5304         * tests/examples/seek/seek.c: (do_seek),
5305         (rate_spinbutton_changed_cb): When changing spinbutton we try
5306         to change the rate on the fly.
5307
5308 2006-10-10  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst-libs/gst/riff/riff-ids.h:
5311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5312         (gst_riff_create_audio_template_caps):
5313         Add WMS caps.
5314
5315 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5316
5317         Patch by: Josep Torra Valles <josep@fluendo.com>
5318
5319         * ext/gnomevfs/gstgnomevfssink.c:
5320         * ext/gnomevfs/gstgnomevfssrc.c:
5321         Fix URI interface implementation return type.
5322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5323         Fix what looks like a copy/paste issue when assigning values.
5324         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5325         (gst_audio_filter_template_get_type):
5326         Cast to prevent Forte warnings.
5327         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5328         Fix URI interface implementation return type.
5329         gst_pad_query_position requires a signed integer pointer as
5330         3rd parameter, GstClockTime is unsigned.
5331         * gst/audioconvert/audioconvert.c:
5332         Fix integer overflow when treated as signed.
5333         * gst/audioresample/resample.c: (resample_add_input_data):
5334         Cast to prevent warnings on Forte.
5335         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5336         Fix integer overflow when treated as signed.
5337         * gst/ffmpegcolorspace/imgconvert_template.h:
5338         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5339         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5340         (cleanup_decodebin):
5341         Who initialises a guint to -1!
5342         Cast function pointers to prevent warnings on Forte.
5343         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5344         (queue_threshold_reached):
5345         Cast function pointers correctly to prevent warnings on Forte.
5346         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5347         Cast function pointers correctly to prevent warnings on Forte.
5348         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5349         Obvious change to unsigned, 0xEF > max signed char.
5350         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5351         GstClockTime is unsigned, initialise correctly.
5352         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5353         Cast so pointer arithemetic doesn't cause warnings on Forte.
5354         * gst/videorate/gstvideorate.c:
5355         Use correct return value.
5356         * tests/examples/seek/scrubby.c:
5357         GstClockTime is unsigned, initialise correctly.
5358
5359 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5362
5363         * gst/typefind/gsttypefindfunctions.c:
5364           Recognise XML files and XML-like files shorter than 256 bytes as
5365           well (fixes #359237).
5366
5367 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5368
5369         Patch by: Renato Filho <renato.filho@indt.org.br>
5370         
5371         * gst/typefind/gsttypefindfunctions.c:
5372         Added typefind functions to video/x-nuv media.
5373         
5374 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5375
5376         * gst-libs/gst/interfaces/xoverlay.c:
5377         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5378           Some more guards against invalid input.
5379
5380 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5381
5382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5383         Useless goto.
5384         * tests/examples/seek/seek.c: (do_seek),
5385         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5386         seek example to experiment with rates != 1.0 (reverse playback !)
5387
5388 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5389
5390         * gst-libs/gst/interfaces/xoverlay.c:
5391           Unref message in doc-example (spotted by Robert McQueen)
5392
5393 2006-10-06  Wim Taymans  <wim@fluendo.com>
5394
5395         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5396         (mpeg1_parse_header), (mpeg1_sys_type_find):
5397         printf fix.
5398
5399 2006-10-06  Wim Taymans  <wim@fluendo.com>
5400
5401         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5402         (close_pad_link):
5403         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5404         Activate dynamic pads before adding them to the element.
5405
5406 2006-10-06  Michael Smith  <msmith@fluendo.com>
5407
5408         * gst-libs/gst/floatcast/floatcast.h:
5409           Fix obviously-bogus macros; use the correct types.
5410
5411 2006-10-06  Wim Taymans  <wim@fluendo.com>
5412
5413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5414         (gst_base_rtp_depayload_change_state):
5415         Also call parent state change function to activate pads.
5416
5417         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5418         (mpeg1_parse_header), (mpeg1_sys_type_find):
5419         Add some more debug info in mpeg typefinding.
5420
5421 2006-10-06  Michael Smith  <msmith@fluendo.com>
5422
5423         * ext/theora/theoradec.c: (theora_dec_chain):
5424           Zero byte theora packets are valid and well-defined; don't warn on
5425           them.
5426
5427 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5428
5429         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5430         (gst_multi_fd_sink_get_stats), (find_limits),
5431         (gst_multi_fd_sink_queue_buffer):
5432           API: add dropped_buffers to the get-stats GValueArray
5433
5434 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * ext/alsa/gstalsadeviceprobe.c:
5437         (gst_alsa_device_property_probe_get_values):
5438         * ext/alsa/gstalsasink.c: (set_hwparams):
5439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5440         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5442         (gst_ogg_mux_process_best_pad):
5443         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5444         (gst_ogg_parse_chain):
5445         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5446         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5447         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5448         (gst_vorbis_enc_buffer_check_discontinuous):
5449         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5450         * gst-libs/gst/audio/gstbaseaudiosink.c:
5451         (gst_base_audio_sink_render):
5452         * gst-libs/gst/cdda/gstcddabasesrc.c:
5453         (gst_cdda_base_src_handle_track_seek):
5454         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5455         (gst_base_rtp_depayload_push_full):
5456         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5457         * gst/audioresample/resample.c: (resample_input_pushthrough):
5458         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5460         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5461         (wavpack_type_find):
5462         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5463         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5464         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5465         * tests/check/elements/volume.c: (GST_START_TEST):
5466           Printf format fixes.
5467
5468 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5469
5470         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5471           Fix a simple mistake (see the docs)
5472           Fixes #359580
5473
5474 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * docs/plugins/Makefile.am:
5477         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5478         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5479         * docs/plugins/gst-plugins-base-plugins.args:
5480         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5481         * docs/plugins/inspect/plugin-adder.xml:
5482         * docs/plugins/inspect/plugin-alsa.xml:
5483         * docs/plugins/inspect/plugin-audioconvert.xml:
5484         * docs/plugins/inspect/plugin-audiorate.xml:
5485         * docs/plugins/inspect/plugin-audioresample.xml:
5486         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5487         * docs/plugins/inspect/plugin-cdparanoia.xml:
5488         * docs/plugins/inspect/plugin-decodebin.xml:
5489         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5490         * docs/plugins/inspect/plugin-gdp.xml:
5491         * docs/plugins/inspect/plugin-gnomevfs.xml:
5492         * docs/plugins/inspect/plugin-libvisual.xml:
5493         * docs/plugins/inspect/plugin-ogg.xml:
5494         * docs/plugins/inspect/plugin-pango.xml:
5495         * docs/plugins/inspect/plugin-playbin.xml:
5496         * docs/plugins/inspect/plugin-subparse.xml:
5497         * docs/plugins/inspect/plugin-tcp.xml:
5498         * docs/plugins/inspect/plugin-theora.xml:
5499         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5500         * docs/plugins/inspect/plugin-video4linux.xml:
5501         * docs/plugins/inspect/plugin-videorate.xml:
5502         * docs/plugins/inspect/plugin-videoscale.xml:
5503         * docs/plugins/inspect/plugin-videotestsrc.xml:
5504         * docs/plugins/inspect/plugin-volume.xml:
5505         * docs/plugins/inspect/plugin-vorbis.xml:
5506         * docs/plugins/inspect/plugin-ximagesink.xml:
5507         * docs/plugins/inspect/plugin-xvimagesink.xml:
5508           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5509
5510 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5513
5514         * ext/vorbis/Makefile.am:
5515         * ext/vorbis/vorbis.c: (plugin_init):
5516         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5517         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5518         * ext/vorbis/vorbisparse.h:
5519         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5520         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5521         (gst_vorbis_tag_parse_packet):
5522         * ext/vorbis/vorbistag.h:
5523           Add new vorbistag element which derives from vorbisparse
5524           and is essentially the same as well, only that it implements
5525           the GstTagSetter interface and can modify the stream's
5526           vorbiscomment on the fly (#335635).
5527
5528         * tests/check/Makefile.am:
5529         * tests/check/elements/.cvsignore:
5530         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5531         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5532         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5533         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5534           Add unit test for new vorbistag element.
5535
5536 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5539         (vorbis_parse_push_headers), (vorbis_parse_chain):
5540           Set BOS flag in packet structure to fix 'jump depends
5541           on unitialized value' errors in valgrind; various minor
5542           clean-ups.
5543
5544 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5545
5546         * gst/playback/gstdecodebin.c: (close_pad_link):
5547         Fix typo in a debug statement.
5548
5549         * gst/playback/gstplaybasebin.c: (probe_triggered),
5550         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5551         (gen_source_element), (source_new_pad), (analyse_source),
5552         (setup_source):
5553         When handling no_more_pads in new_decoded_pad, make sure to treat
5554         subtitle pads correctly. Fixes playback with subtitle files.
5555
5556         Move a recurring message to LOG level.
5557
5558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5559         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5560         which ends up as -1 when cast to an int. Make the logic handle the
5561         max value as an unsigned mask and only change the colorkey when it's
5562         a value we recognise.
5563
5564 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5565
5566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5567         Removed empty * between paragraphs
5568
5569 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5570
5571         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5572         * gst-libs/gst/rtp/README:
5573         Moved some documentation into .c file
5574
5575 2006-09-29  Wim Taymans  <wim@fluendo.com>
5576
5577         * gst/playback/gstdecodebin.c: (no_more_pads):
5578         Fix compilation.
5579
5580 2006-09-29  Wim Taymans  <wim@fluendo.com>
5581
5582         * gst/playback/gstdecodebin.c: (new_caps):
5583         Remove g_print
5584
5585         * gst/playback/gstplaybin.c:
5586         Add some docs.
5587
5588 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * tests/check/Makefile.am:
5591           Re-enable cddabasesrc test to see if it works again
5592           now.
5593
5594 2006-09-29  Wim Taymans  <wim@fluendo.com>
5595
5596         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5597         (gen_source_element):
5598         Handle invalid URIs a bit more gracefully.
5599
5600 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * tests/check/pipelines/oggmux.c:
5603           Remove obsolete comment.
5604
5605 2006-09-29  Michael Smith  <msmith@fluendo.com>
5606
5607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5608         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5609         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5610         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5611         (gst_ogg_mux_collected):
5612           Commit patch from James "Doc" Livingston, adds proper EOS handling
5613           in oggmux. GStreamer can, for the first time ever, create a valid
5614           Ogg file! Yay!
5615
5616         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5617         (oggmux_suite):
5618           Reenable tests now that they pass.
5619
5620 2006-09-29  Wim Taymans  <wim@fluendo.com>
5621
5622         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5623         Stop reading commands when EOF (we read 0) as well.
5624
5625 2006-09-28  Wim Taymans  <wim@fluendo.com>
5626
5627         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5628         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5629         (find_dynamic), (unlinked), (close_link):
5630         Implement delayed caps linking needed for element with a lot of
5631         different caps on the src pads that get fixed at runtime.
5632         Improve management of dynamic elements.
5633
5634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5635         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5636         (gen_preroll_element), (remove_groups), (unknown_type),
5637         (add_element_stream), (no_more_pads_full), (no_more_pads),
5638         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5639         (new_decoded_pad), (setup_subtitle), (array_has_value),
5640         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5641         (analyse_source), (remove_decoders), (make_decoder),
5642         (remove_source), (setup_source), (finish_source), (prepare_output),
5643         (gst_play_base_bin_change_state):
5644         * gst/playback/gstplaybasebin.h:
5645         Use more _CAST instead of full type checking casts.
5646         Small cleanups, plug some leaks.
5647         Handle dynamic sources.
5648         Add some helper functions to create lists of strings used for
5649         blacklisting and other stuff.
5650         Refactor some code dealing with analysing the source.
5651         Re-enable sources without pads (like cd:// or other selfcontained
5652         elements).
5653
5654 2006-09-28  Wim Taymans  <wim@fluendo.com>
5655
5656         * gst-libs/gst/audio/gstbaseaudiosink.c:
5657         (gst_base_audio_sink_render):
5658         When we have a timestamp, we can still perform clipping.
5659         When we have no clock, we must play the sample ASAP.
5660
5661 2006-09-28  Wim Taymans  <wim@fluendo.com>
5662
5663         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5664         Set caps on outgoing buffers.
5665
5666         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5667         (gst_video_rate_event), (gst_video_rate_chain):
5668         * gst/videorate/gstvideorate.h:
5669         Fix videorate some more. Fixes #357977
5670
5671 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * tests/check/elements/adder.c: (adder_suite):
5674           Don't set timeout to 6 seconds when we're running
5675           in valgrind ... (and how is 6 seconds longer than
5676           the default anyway?)
5677
5678 2006-09-28  Wim Taymans  <wim@fluendo.com>
5679
5680         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5681         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5682         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5683         Keep sink and src segment to keep track of time and support more
5684         input formats.
5685         Fix bogus next_offset and run_time calculation, don't understand how
5686         this could have worked before. Fixes #357976.
5687         Remove some unneeded vars.
5688
5689 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * gst/playback/gstplaybin.c: (remove_sinks):
5692           Only remove visualisation from visbin if there is a visbin (or:
5693           don't throw warnings when closing totem without playing a file).
5694
5695 2006-09-27  Wim Taymans  <wim@fluendo.com>
5696
5697         * gst-libs/gst/audio/gstbaseaudiosink.c:
5698         (gst_base_audio_sink_render):
5699         Add some more info in a WARNING.
5700
5701         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5702         (gst_base_audio_src_create):
5703         Handle PAUSE in create function, use new -core addition to
5704         wait for playing. Fixes pausing and resuming capture from an
5705         audiosrc.
5706
5707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5708         (gst_ring_buffer_read):
5709         Constify some more.
5710         Caller supports interrupted reads now.
5711
5712 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * tests/check/Makefile.am:
5715           Another attempt to make the gen64 buildbot happy.
5716
5717 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5718
5719         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5720
5721         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5722         (gst_visual_chain), (gst_visual_change_state):
5723           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5724           correctly. Fixes #357800
5725
5726 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5729           Add timeout to _get_state() so we see which pipeline it is
5730           that causes trouble on the gen64 build bot.
5731
5732 2006-09-27  Wim Taymans  <wim@fluendo.com>
5733
5734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5735         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5736         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5737         (gst_base_rtp_depayload_set_gst_timestamp):
5738         the source pad always uses fixed caps.
5739
5740 2006-09-27  Wim Taymans  <wim@fluendo.com>
5741
5742         * docs/libs/gst-plugins-base-libs-docs.sgml:
5743         * docs/libs/gst-plugins-base-libs-sections.txt:
5744         * gst-libs/gst/audio/gstaudioclock.c:
5745         * gst-libs/gst/audio/gstaudioclock.h:
5746         * gst-libs/gst/audio/gstaudiosink.c:
5747         * gst-libs/gst/audio/gstaudiosink.h:
5748         * gst-libs/gst/audio/gstaudiosrc.c:
5749         * gst-libs/gst/audio/gstbaseaudiosink.c:
5750         (gst_base_audio_sink_render):
5751         * gst-libs/gst/audio/gstbaseaudiosink.h:
5752         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5753         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5754         * gst-libs/gst/audio/gstringbuffer.h:
5755         Added docs for the audio libs.
5756
5757 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         * tests/check/Makefile.am:
5760           Temporarily disable test that fails on the bots for unknown reasons.
5761
5762 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5763
5764         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5765         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5766         Moved AudioCodecType into priv
5767         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5768
5769 2006-09-25  Wim Taymans  <wim@fluendo.com>
5770
5771         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5772         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5773         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5774         (new_pad):
5775         Cleanups and small leak fixes.
5776         Added Depayloaders to valid list of autopluggable elements.
5777
5778 2006-09-25  Wim Taymans  <wim@fluendo.com>
5779
5780         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5781         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5782         (gen_video_element), (gen_text_element), (gen_audio_element),
5783         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5784         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5785         Detect NO_PREROLL state change returns and disable clock distribution to
5786         the sinks so that sync is disabled.
5787         Avoid some type checking and do simple casts instead.
5788         Small cleanups, fix some FIXMEs.
5789         Be more robust when linking user specified elements, catch an report
5790         errors. Fixes #357404.
5791         Fix some leaks in the error paths.
5792
5793 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5794
5795         * ChangeLog:
5796           ChangeLog surgery for missing bug-number
5797
5798 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         Patch by: Peter Kjellerstedt  <pkj at axis com>
5801
5802         * gst/playback/test.c:
5803           Fix compilation with uClibc and -Werror (#357591).
5804
5805 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5808           Parse dates that are followed by a time as well (#357532).
5809
5810         * tests/check/libs/tag.c: (test_vorbis_tags):
5811           Add unit test for this.
5812
5813 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5816         (gst_audio_convert_transform_caps):
5817         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5818         * gst/videotestsrc/videotestsrc.h:
5819           A few array const-ifications.
5820
5821 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * tests/check/Makefile.am:
5824           See if this makes the build bots happy.
5825
5826         * tests/check/libs/cddabasesrc.c:
5827           UTF8-ise my name.
5828
5829 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5832
5833         * gst/subparse/samiparse.c: (handle_start_font),
5834         (fix_invalid_entities):
5835           More case-insensitivity for certain tags; recognise entities with
5836           decimal codes as special entities as well (#357330).
5837
5838 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         * gst-libs/gst/Makefile.am:
5841           Need to build tag directory before cdda.
5842
5843 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * docs/libs/gst-plugins-base-libs-sections.txt:
5846         * gst-libs/gst/cdda/Makefile.am:
5847         * gst-libs/gst/cdda/gstcddabasesrc.c:
5848         (gst_cdda_base_src_base_init):
5849         * gst-libs/gst/cdda/gstcddabasesrc.h:
5850         * gst-libs/gst/tag/tag.h:
5851         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5852         (gst_tag_register_musicbrainz_tags):
5853           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5854           depend on libgsttag. This is required so we can extract/read tags like
5855           DISCID without depending on libgstcddabasesrc (which used to register
5856           them).
5857
5858         * gst-libs/gst/tag/gstvorbistag.c:
5859           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5860           tags (also see #347848).
5861
5862         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5863           Log vorbis comments we are actually writing. Const-ify array.
5864
5865 2006-09-23  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5868         Improve buffering a bit by avoiding a deadlock because we cannot assume
5869         the underrun is always called.
5870
5871 2006-09-23  Wim Taymans  <wim@fluendo.com>
5872
5873         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5874
5875         * gst-libs/gst/riff/riff-ids.h:
5876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5877         (gst_riff_create_audio_template_caps):
5878         Added MPEG-4 AAC and id and caps. Fixes #357289
5879         Added WMA9 Lossless id.
5880
5881 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5882
5883         * ext/gnomevfs/gstgnomevfssrc.c:
5884           Fix misleading docs addition.
5885
5886         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5887           Get rid of compiler warning the right way.
5888
5889 2006-09-22  Wim Taymans  <wim@fluendo.com>
5890
5891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5892         (gst_base_rtp_depayload_finalize),
5893         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5894         (gst_base_rtp_depayload_push_full),
5895         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5896         (gst_base_rtp_depayload_process),
5897         (gst_base_rtp_depayload_set_gst_timestamp),
5898         (gst_base_rtp_depayload_queue_release):
5899         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5900         Small cleanups.
5901         Fix some leaks.
5902         Refactored the process method and added methods to push from the process
5903         vmethod.
5904         Use _scale functions.
5905         API: gst_base_rtp_depayload_push_ts
5906         API: gst_base_rtp_depayload_push
5907
5908         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5909         timestamps are uint.
5910
5911 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5912
5913         * gst-libs/gst/interfaces/xoverlay.c:
5914           Remove unused statement from doc example.
5915
5916 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5917
5918         * gst-libs/gst/interfaces/videoorientation.c:
5919         (gst_video_orientation_iface_init),
5920         (gst_video_orientation_get_hflip),
5921         (gst_video_orientation_get_vflip),
5922         (gst_video_orientation_get_hcenter),
5923         (gst_video_orientation_get_vcenter),
5924         (gst_video_orientation_set_hflip),
5925         (gst_video_orientation_set_vflip),
5926         (gst_video_orientation_set_hcenter),
5927         (gst_video_orientation_set_vcenter):
5928           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5929           in ChangeLog)
5930
5931 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * tests/check/Makefile.am:
5934         * tests/check/elements/.cvsignore:
5935         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5936         (create_rgb_conversions), (rgb_conversion_free),
5937         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5938         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5939           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5940           but disable for now since it doesn't pass (something wrong with
5941           RGBA somewhere).
5942
5943 2006-09-21  Wim Taymans  <wim@fluendo.com>
5944
5945         * gst/playback/gstplaybasebin.c: (group_commit),
5946         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5947         (queue_out_of_data), (gen_preroll_element),
5948         (preroll_remove_overrun), (probe_triggered):
5949         Refactor handling of overrun detection.
5950         Separate handling of group completion and deadlock detection when doing
5951         network buffering. This should fix some deadlocks that were not detected
5952         because the group was completed.
5953         Add more comments, improve debugging.
5954
5955 2006-09-21  Wim Taymans  <wim@fluendo.com>
5956
5957         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5958         * tests/check/libs/audio.c:
5959         Some more compilation fixes.
5960
5961 2006-09-21  Wim Taymans  <wim@fluendo.com>
5962
5963         * gst-libs/gst/audio/gstringbuffer.c:
5964         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5965         (gst_ring_buffer_read):
5966         Early morning compilation fix.
5967
5968 2006-09-20  Wim Taymans  <wim@fluendo.com>
5969
5970         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5971         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5972         * tests/check/elements/videorate.c: (GST_START_TEST):
5973         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5974         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5975         Fix some warnings.
5976
5977 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5980         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5981         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5982           Handcrafted merge to help CVS understanding what I changed and what
5983           not.
5984
5985 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5988         (gst_xvimagesink_get_times):
5989           change colorkey behaviour back according to #354773 comment 6/7
5990
5991 2006-09-19  Michael Smith  <msmith@fluendo.com>
5992
5993         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5994         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5995         (gst_multi_fd_sink_recover_client),
5996         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5997         (gst_multi_fd_sink_get_property):
5998         * gst/tcp/gstmultifdsink.h:
5999           Implement stubbed out properties unit-type, units-soft-max,
6000           units-max, to allow specifying maximum sizes in units other than
6001           buffers.
6002           Fixes #355935
6003
6004 2006-09-19  Wim Taymans  <wim@fluendo.com>
6005
6006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6007         (gst_riff_create_audio_template_caps):
6008         Reorder the audio formats a bit for clarity.
6009         Detect and create caps for MSGSM and MSN (WAV49).
6010         Fixes #356596.
6011
6012         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6013         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6014         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6015         Small cleanups, move error handling out of normal flow for clarity.
6016
6017 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * docs/libs/gst-plugins-base-libs-docs.sgml:
6020         * docs/libs/gst-plugins-base-libs.types:
6021         * gst-libs/gst/interfaces/Makefile.am:
6022         * gst-libs/gst/interfaces/videoorientation.c:
6023         (gst_video_orientation_get_type),
6024         (gst_video_orientation_iface_init),
6025         (gst_video_orientation_get_hflip),
6026         (gst_video_orientation_get_vflip),
6027         (gst_video_orientation_get_hcenter),
6028         (gst_video_orientation_get_vcenter),
6029         (gst_video_orientation_set_hflip),
6030         (gst_video_orientation_set_vflip),
6031         (gst_video_orientation_set_hcenter),
6032         (gst_video_orientation_set_vcenter):
6033         * gst-libs/gst/interfaces/videoorientation.h:
6034           API: Add new interface to control video orientation (fixes #354908)
6035
6036 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6037
6038         * gst/videotestsrc/gstvideotestsrc.c:
6039           Use G_UNLIKELY in _create and log one more detail.
6040           
6041         (gst_video_test_src_get_times), (gst_video_test_src_create):
6042         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6043           Use gst_util_uint64_scale_int in _get_times().
6044
6045 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6046
6047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6048           Give better warning message (add object and detail).
6049
6050 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6051
6052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6053         (gst_xvimagesink_get_times):
6054           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6055           #354773), use gst_util_uint64_scale_int in _get_times()
6056
6057 2006-09-18  Michael Smith  <msmith@fluendo.com>
6058
6059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6060           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6061           always true, leading to dropping all timestamps.
6062
6063 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6066         (gst_visual_chain), (gst_visual_change_state):
6067           update to work also with libvisual 0.4 API, fix double unref (#355914)
6068           
6069         * tools/gst-launch-ext.1.in:
6070         * tools/gst-visualise.1.in:
6071           remove references to old man-pages
6072
6073         * tests/examples/seek/seek.c: (main):
6074           add real meadi-buttons, add tool-tips for the seek-options, arrange
6075           seek options in a table
6076
6077 2006-09-18  Michael Smith  <msmith@fluendo.com>
6078
6079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6080         (gst_ogg_mux_push_buffer):
6081           Don't generate out-of-order timestamps from oggmux, instead clamp
6082           output timestamps to be >= the previously output ts.
6083           Fixes #355595
6084
6085 2006-09-18  Michael Smith  <msmith@fluendo.com>
6086
6087         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6088         (gst_multi_fd_sink_class_init):
6089           Updates, fixes, and typo corrections for multifdsink. No functional
6090           changes.
6091
6092 2006-09-17  Michael Smith  <msmith@fluendo.com>
6093
6094         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6095           Don't crash on truncated files - check that we got an 8 byte buffer
6096           before trying to memcmp it.
6097
6098 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         * gst/playback/gstplaybasebin.c: (get_active_source):
6101           Make stream-switching appear instant to the application
6102           (ie. make sure that a g_object_get on 'current-foo' returns
6103           the stream previously set with g_object_set(). Totem needs
6104           this to update stream-related meta-info (like audio-codec)
6105           correctly when switching streams.
6106
6107 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6110         (gst_alsa_mixer_ensure_track_list):
6111           Try harder to guess which mixer track is the master mixer
6112           track (instead of just taking the first one that has a pvolume).
6113           Fixes #342228.
6114
6115 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6116
6117         reviewed by: <delete if not using a buddy>
6118
6119         * gst-libs/gst/audio/audio.h:
6120         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6121
6122 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6123
6124         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6125         (gst_audio_convert_transform_caps):
6126           Get structure-name just once.
6127
6128 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6129
6130         * tests/check/elements/audioresample.c: (GST_START_TEST):
6131         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6132         * tests/check/elements/volume.c: (GST_START_TEST):
6133         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6134         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6135         (test_pipeline), (GST_START_TEST):
6136         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6137         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6138           Fix big batch of compiler warnings.
6139
6140 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6141
6142         * ext/gnomevfs/gstgnomevfssrc.c:
6143           Add docs about icydemux usage in connection with gnomevfssrc
6144
6145         * ext/libvisual/visual.c:
6146         * ext/ogg/gstoggaviparse.c:
6147         * ext/ogg/gstoggdemux.c:
6148         * ext/ogg/gstoggmux.c:
6149         * ext/ogg/gstoggparse.c:
6150         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6151         * gst-libs/gst/audio/gstaudiosink.c:
6152         * gst-libs/gst/audio/gstaudiosrc.c:
6153         * gst/audiorate/gstaudiorate.c:
6154           More G_OBJECT macro fixing.
6155
6156         * gst/audiotestsrc/gstaudiotestsrc.h:
6157           Fix wrong info in header due to copy & paste
6158
6159 2006-09-15  Wim Taymans  <wim@fluendo.com>
6160
6161         * gst-libs/gst/audio/gstbaseaudiosink.c:
6162         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6164         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6165         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6166         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6167         Do the delay calculation in the source/sink base classes as this is
6168         specific for the capture/playback mode.
6169         Try to fixate a bit better, like round depth up to a multiple of 8
6170         bigger than width.
6171         Handle underruns correctly by marking DISCONT on buffers and adjusting
6172         timestamps to handle the gap.
6173         Set offset/offset_end correctly on buffers.
6174
6175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6176         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6177         (gst_ring_buffer_read):
6178         Remove resync and underrun recovery from the ringbuffer.
6179         Fix ringbuffer read code on under/overrun.
6180
6181 2006-09-15  Wim Taymans  <wim@fluendo.com>
6182
6183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6184         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6185         (queue_threshold_reached), (gst_play_base_bin_set_property),
6186         (gst_play_base_bin_get_property):
6187         * gst/playback/gstplaybasebin.h:
6188         Don't use a 0 low watermark when buffering, it is catching starvation
6189         way too late. Instead, use a 3 second queue with 30 and 95
6190         percent low/high watermarks. 
6191         Added queue-min-threshold property to configure low watermark.
6192         Use new _buffering message API.
6193         Make queue_threshold variable big enough to store a uint64 time value.
6194         API: playbin::queue-min-threshold property.
6195
6196 2006-09-15  Wim Taymans  <wim@fluendo.com>
6197
6198         * configure.ac:
6199         We require 0.10.10.1 now because of _wait_preroll().
6200
6201         * gst-libs/gst/audio/gstbaseaudiosink.c:
6202         (gst_base_audio_sink_render):
6203         Use gst_base_sink_wait_preroll().
6204
6205 2006-09-15  Wim Taymans  <wim@fluendo.com>
6206
6207         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6208         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6209         Use DEBUG_OBJECT more.
6210
6211 === release 0.10.10 ===
6212
6213 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6214
6215         patch by: Michael Smith <msmith at fluendo dot com>
6216
6217         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6218         (gst_multi_fd_sink_client_queue_buffer),
6219         (gst_multi_fd_sink_new_client):
6220         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6221         (multifdsink_suite):
6222           Fix implementation of sync-method 'next-keyframe'
6223           Closes #354594
6224
6225 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6226
6227         patch by: Wim Taymans <wim at fluendo dot com>
6228
6229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6230         This patch removes the RANDOM flag that was incorrectly introduced with
6231         revision 1.91.  Fixes #354590
6232
6233 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * tests/check/Makefile.am:
6236           Random variation in Makefile line to see if it makes the
6237           gen64-base-full bot any happier.
6238
6239 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6242           Disable test that fails at the moment (killed after timeout).
6243
6244 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         Patch by: James Livingston  <doclivingston at gmail.com>
6247
6248         * tests/check/Makefile.am:
6249         * tests/check/pipelines/.cvsignore:
6250         * tests/check/pipelines/oggmux.c: (get_page_codec),
6251         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6252         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6253         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6254         (test_theora_vorbis), (oggmux_suite):
6255           Add simple unit test for oggmux from #337026 with checking for the
6256           EOS flags disabled for the time being.
6257
6258 2006-09-04  Wim Taymans  <wim@fluendo.com>
6259
6260         patch by: Alessandro Dessina <alessandro nnva org>
6261
6262         * ext/ogg/gstoggmux.c:
6263         Add cmml caps to oggmux. Fixes #353912
6264
6265 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6268           Returning a return value often helps. In this case, we
6269           don't need the return value anyway, so just get rid of it.
6270           Should make build bots much happier.
6271
6272 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6275         (paint_get_structure), (gst_video_test_src_get_size),
6276         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6277         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6278         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6279         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6280         * gst/videotestsrc/videotestsrc.h:
6281           Add support for AYUV and the various RGBA formats. Initialise
6282           fields of paintinfo structs allocated on the stack.
6283
6284         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6285         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6286         (check_rgb_buf), (videotestsrc_suite):
6287           Add unit tests for videotestsrc's RGB output.
6288
6289 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6290
6291         * gst/videotestsrc/gstvideotestsrc.c:
6292         (gst_video_test_src_pattern_get_type),
6293         (gst_video_test_src_set_pattern):
6294         * gst/videotestsrc/gstvideotestsrc.h:
6295         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6296         (gst_video_test_src_black), (gst_video_test_src_white),
6297         (gst_video_test_src_red), (gst_video_test_src_green),
6298         (gst_video_test_src_blue):
6299         * gst/videotestsrc/videotestsrc.h:
6300           Add more uni-colour patterns ("white", "red", "green", and "blue").
6301
6302 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6305           Fix stride for YVYU, should be word-aligned (#353658).
6306
6307 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         * gst/adder/gstadder.c: (gst_adder_src_event):
6310           Fix build.
6311
6312 2006-08-31  Edward Hervey  <edward@fluendo.com>
6313
6314         * gst/adder/gstadder.c: (forward_event_func),
6315         (gst_adder_src_event), (gst_adder_collected),
6316         (gst_adder_change_state):
6317         * gst/adder/gstadder.h:
6318         Remember the start position asked in the incoming seeks, so we can
6319         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6320         of assuming it will always be 0).
6321
6322 2006-08-31  Edward Hervey  <edward@fluendo.com>
6323
6324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6325         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6326         (gst_ogg_demux_loop):
6327         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6328
6329 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6332         (gst_ffmpegcsp_get_unit_size):
6333           Return FALSE instead of returning a random false unit
6334           size when the format isn't known/supported (even if
6335           this shouldn't happen under normal circumstances).
6336
6337 2006-08-29  Wim Taymans  <wim@fluendo.com>
6338
6339         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6342         (gst_gnome_vfs_src_start):
6343         Try harder to get the size from a uri by using _info_uri() when
6344         _info_from_handle() does not give us enough info. 
6345         Also follow symlinks when getting the size.
6346         Partially Fixes #332864.
6347
6348 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6351
6352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6353         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6354         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6355         (gst_alsa_mixer_set_record):
6356         * ext/alsa/gstalsamixertrack.c:
6357         (gst_alsa_mixer_track_update_alsa_capabilities),
6358         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6359         (gst_alsa_mixer_track_update):
6360         * ext/alsa/gstalsamixertrack.h:
6361           Improve and fix mixer track handling, in particular better handling
6362           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6363           separate track objects for tracks that have both capture and playback
6364           volume (and label them differently as well so they're not mistakenly
6365           assumed to be duplicates); classify mixer tracks that only affect
6366           the audible volume of something (rather than the capture volume)
6367           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6368           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6369           (following the meaning documented in the mixer interface header
6370           file); add support for alsa's exclusive cswitch groups; update/sync
6371           state/flags better if mixer settings are changed by another
6372           application. Fixes #336075.
6373
6374 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6375
6376         * gst/playback/gstplaybin.c:
6377           Improve docs: add section about BUFFERING messages sent by playbin.
6378
6379 2006-08-29  Michael Smith  <msmith@fluendo.com>
6380
6381         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6382         (gst_vorbis_enc_buffer_check_discontinuous),
6383         (gst_vorbis_enc_chain):
6384           Ignore explicit DISCONT marked on buffers (which is often spurious,
6385           particularly when using multiple segments), in favour of solely
6386           using the timestamps/durations.
6387
6388 2006-08-29  Edward Hervey  <edward@fluendo.com>
6389
6390         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6391         Don't rely on incoming buffers offset anymore, since it is completely
6392         broken when using multiple segments.
6393         Instead convert the incoming buffers timestamp to running time, and
6394         then convert that value to the offsets.
6395         Also inform GstSegment of the last outputted stop position, which is
6396         needed if we received several segments with an unknown stop value.
6397
6398 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6399
6400         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6401           fix buffer unreffing on a header push failure
6402
6403 2006-08-28  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6406         (gst_audio_rate_chain):
6407         Make the metadata of the buffer writable before changing its
6408         flags.
6409
6410 2006-08-28  Wim Taymans  <wim@fluendo.com>
6411
6412         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6413         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6414         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6415         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6416         Fix audiorate some more.
6417         Reset and resync counters on flush and READY.
6418         Handle the DISCONT flag correctly.
6419         Use GstSegment to track position.
6420         Fail when not negotiated.
6421         Fixes #353234.
6422
6423 2006-08-25  Michael Smith  <msmith@fluendo.com>
6424
6425         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6426           Fix spelling.
6427           Remove accidently included debug line.
6428
6429 2006-08-25  Wim Taymans  <wim@fluendo.com>
6430
6431         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6432         Small cleanups.
6433         If a buffer is received with no caps, make the buffer metadata
6434         writable and set the caps, making sure that we don't screw up the
6435         refcounts.
6436
6437 2006-08-25  Michael Smith  <msmith@fluendo.com>
6438
6439         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6440         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6441           Fix memory leaks and misleading debug messages, add a couple of
6442           comments.
6443
6444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6445         (gst_multi_fd_sink_render):
6446           Do not use gst_buffer_make_writable() in a basesink render method,
6447           as it may incorrectly unref the buffer. Instead, use convoluted
6448           dance to avoid copying the buffer except when we need to.
6449
6450 2006-08-25  Michael Smith  <msmith@fluendo.com>
6451
6452         * ext/vorbis/vorbisenc.c:
6453         (gst_vorbis_enc_buffer_check_discontinuous):
6454           Allow very small discontinuities in the timestamps. These we can't
6455           do anything useful with anyway (because vorbis's timestamps have
6456           only sample granularity), and are commonly produced by elements with
6457           minor bugs. Allow up to 1/2 a sample out.
6458           Fixes #351742.
6459
6460 2006-08-24  Wim Taymans  <wim@fluendo.com>
6461
6462         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6463         (play_scrub_toggle_cb), (main):
6464         Add a checkbox to enable play scrubbing. Makes it possible to disable
6465         normal scrubbing.
6466
6467 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6468
6469         * tests/check/elements/.cvsignore:
6470           make buildbot happy
6471
6472 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6475         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6476         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6477         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6478         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6479         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6480         (gst_ogm_text_parse_strip_trailing_zeroes),
6481         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6482         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6483           Refactor ogm parse, do better input checking, misc. clean-ups.
6484           Cache incoming events and push them once the source pad has
6485           been created. Don't pass unterminated strings to sscanf().
6486           Strip trailing zeroes from subtitle text output, since they
6487           are not valid UTF-8. Don't push vorbiscomment packets on
6488           the subtitle text pad. Output perfect streams if possible.
6489
6490 2006-08-23  Wim Taymans  <wim@fluendo.com>
6491
6492         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6493         Waits for tasks to settle down so that we clean up correctly for 
6494         valgrind.
6495
6496 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6499           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6500           actually return return value in taglists_are_equal.
6501
6502 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6505           Fix crash due to broken bitstream parsing on x86-64: can't make
6506           any assumptions about sizeof(struct) due to alignment/packing
6507           differences on different architectures. Fixes #351790.
6508
6509 2006-08-22  Wim Taymans  <wim@fluendo.com>
6510
6511         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6512         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6513         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6514         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6515         (gst_riff_parse_info):
6516         Protect public functions against bad input.
6517         Do some cleanups.
6518         Fix documentation.
6519
6520 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * gst-libs/gst/riff/riff-ids.h:
6523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6524           Add voxware audio IDs (even if we can't play it) (#351795).
6525
6526 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst-libs/gst/riff/riff-media.c:
6529         (gst_riff_create_video_template_caps),
6530         (gst_riff_create_audio_template_caps),
6531         (gst_riff_create_iavs_template_caps):
6532           Const-ify some arrays and use G_N_ELEMENTS instead
6533           of wasting oodles of RAM on terminator bits.
6534
6535 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * gst-libs/gst/tag/gstvorbistag.c:
6538         (gst_tag_list_to_vorbiscomment_buffer):
6539         * tests/check/libs/tag.c: (GST_START_TEST):
6540           And the same for _to_vorbiscomment_buffer(): allow
6541           id_data_len == 0 for speex.
6542
6543 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6544
6545         * configure.ac:
6546         * docs/plugins/Makefile.am:
6547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6549         * docs/plugins/inspect/plugin-gdp.xml:
6550         * gst/gdp/Makefile.am:
6551         * tests/check/Makefile.am:
6552           Move GDP plugin to -base from -bad.  Closes #347783.
6553
6554 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * gst-libs/gst/tag/gstvorbistag.c:
6557         (gst_tag_list_from_vorbiscomment_buffer):
6558           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6559           Also add some checks to make sure we don't memcmp() beyond the end of
6560           vorbiscomment buffer if the ID to check for is larger than the buffer.
6561
6562         * tests/check/libs/tag.c: (GST_START_TEST):
6563           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6564
6565 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6568         (gst_vorbis_enc_set_metadata):
6569           Use vorbis comment utility functions from libgsttag
6570           instead of re-inventing the wheel (partially fixes #347091).
6571
6572 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6573
6574         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6575         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6576         as some that won't.
6577
6578 2006-08-21  Wim Taymans  <wim@fluendo.com>
6579
6580         * docs/libs/Makefile.am:
6581         * docs/libs/gst-plugins-base-libs-sections.txt:
6582         * docs/libs/gst-plugins-base-libs.types:
6583         Don't try to GObject scan the netbuffer as it's not a GObject.
6584         Fixes #351308.
6585
6586         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6587         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6588         Document GstNetBuffer.
6589
6590 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6591
6592         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6593         (audioconvert_suite):
6594           Add testcase for caps-size-explosion
6595
6596 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6597
6598         * gst/audioconvert/gstaudioconvert.c:
6599         (gst_audio_convert_get_unit_size), (set_structure_widths):
6600           Lower debug, use g_assert in _get_unit_size
6601
6602         * gst/audioresample/gstaudioresample.c:
6603         (audioresample_get_unit_size):
6604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6605         (gst_ffmpegcsp_get_unit_size):
6606         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6607           use g_assert in _get_unit_size
6608
6609 2006-08-18  Wim Taymans  <wim@fluendo.com>
6610
6611         * docs/libs/gst-plugins-base-libs-sections.txt:
6612         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6613         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6614         (gst_rtp_buffer_get_payload_buffer):
6615         * gst-libs/gst/rtp/gstrtpbuffer.h:
6616         Document GstRTPBuffer.
6617         Added function to efficiently strip payload headers.
6618         API: gst_rtp_buffer_get_payload_subbuffer()
6619
6620 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6623         (gst_tag_to_vorbis_comments):
6624           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6625           tags and deserialise them properly as well (#347091).
6626           Add some more gtk-doc blurbs and also some g_return_if_fail().
6627
6628         * tests/check/libs/tag.c: (GST_START_TEST),
6629         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6630           More tests.
6631
6632 2006-08-17  Wim Taymans  <wim@fluendo.com>
6633
6634         * ext/ogg/Makefile.am:
6635         * ext/ogg/gstogg.c: (plugin_init):
6636         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6637         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6638         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6639         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6640         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6641         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6642         Added ogg-in-avi parser element. Fixes #140139.
6643
6644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6645         Fixed a bug in oggdemux debug code.
6646
6647         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6648         (gst_riff_create_audio_template_caps):
6649         Recognise Ogg in the AVI extensible wave format.
6650
6651 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6654           Make buffer durations add up (duration should be next_ts-ts for
6655           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6656           from CVS.
6657
6658         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6659         (test_buffer_timestamps), (cddabasesrc_suite):
6660           Add unit test for the above.
6661
6662         * tests/check/Makefile.am:
6663           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6664           to see what happens.
6665
6666 2006-08-16  Wim Taymans  <wim@fluendo.com>
6667
6668         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6669         (gst_alsasink_open):
6670         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6671         (gst_alsasrc_open):
6672         Avoid setting and using a NULL device name.
6673         Print more info when we fail to open a device.
6674
6675 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6676
6677         * docs/libs/gst-plugins-base-libs-sections.txt:
6678         * gst-libs/gst/tag/tag.h:
6679         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6680           API: add gst_tag_parse_extended_comment() (#351426).
6681
6682         * tests/check/Makefile.am:
6683         * tests/check/libs/.cvsignore:
6684         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6685           Add unit test for gst_tag_parse_extended_comment().
6686
6687 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6691           Fix leak (#351502).
6692
6693 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6697         * docs/plugins/gst-plugins-base-plugins.args:
6698         * gst/playback/gstplaybin.c:
6699           Document playbin.
6700           
6701         * docs/plugins/inspect/plugin-adder.xml:
6702         * docs/plugins/inspect/plugin-alsa.xml:
6703         * docs/plugins/inspect/plugin-audioconvert.xml:
6704         * docs/plugins/inspect/plugin-audiorate.xml:
6705         * docs/plugins/inspect/plugin-audioresample.xml:
6706         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6707         * docs/plugins/inspect/plugin-cdparanoia.xml:
6708         * docs/plugins/inspect/plugin-decodebin.xml:
6709         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6710         * docs/plugins/inspect/plugin-gnomevfs.xml:
6711         * docs/plugins/inspect/plugin-ogg.xml:
6712         * docs/plugins/inspect/plugin-pango.xml:
6713         * docs/plugins/inspect/plugin-playbin.xml:
6714         * docs/plugins/inspect/plugin-subparse.xml:
6715         * docs/plugins/inspect/plugin-tcp.xml:
6716         * docs/plugins/inspect/plugin-theora.xml:
6717         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6718         * docs/plugins/inspect/plugin-video4linux.xml:
6719         * docs/plugins/inspect/plugin-videorate.xml:
6720         * docs/plugins/inspect/plugin-videoscale.xml:
6721         * docs/plugins/inspect/plugin-videotestsrc.xml:
6722         * docs/plugins/inspect/plugin-volume.xml:
6723         * docs/plugins/inspect/plugin-vorbis.xml:
6724         * docs/plugins/inspect/plugin-ximagesink.xml:
6725         * docs/plugins/inspect/plugin-xvimagesink.xml:
6726           Update to CVS version.
6727
6728 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6731         (gst_play_bin_set_property), (gst_play_bin_get_property),
6732         (value_list_append_structure_list),
6733         (gst_play_bin_handle_redirect_message),
6734         (gst_play_bin_handle_message):
6735           API: GstPlayBin::connection-speed
6736           Add "connection-speed" property; re-order redirect messages with
6737           multiple redirect locations depending on the minimum bitrate if
6738           that information is available and a connection speed is set
6739           (#350399).
6740
6741 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/playback/gstplaybin.c:
6744           Update max volume to the same value that the volume element uses.
6745
6746 2006-08-14  Wim Taymans  <wim@fluendo.com>
6747
6748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6749         Less uglyness..
6750
6751 2006-08-14  Wim Taymans  <wim@fluendo.com>
6752
6753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6754         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6755         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6756         Add some more debug info.
6757         Don't crash when a seek failed.
6758         Actually return the result of the seek instead of TRUE.
6759         Ignore multiple BOS pages with the same serial so that we don't create
6760         the same stream multiple times.
6761         Post an error when we fail to do the initial seek.
6762
6763 2006-08-13  Wim Taymans  <wim@fluendo.com>
6764
6765         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6766         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6767         Small code cleanup.
6768
6769         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6770         (gst_alsa_mixer_new):
6771         Remove hack that always set the device to hw:0*.
6772         Properly find the card name for whatever device was configured.
6773         Do some better debugging.
6774         Fixes #350784.
6775
6776         * ext/alsa/gstalsamixerelement.c:
6777         (gst_alsa_mixer_element_set_property),
6778         (gst_alsa_mixer_element_change_state):
6779         Cleanups.
6780         Handle setting of a NULL device name better.
6781
6782 2006-08-11  Wim Taymans  <wim@fluendo.com>
6783
6784         * gst/adder/gstadder.c:
6785         Don't clip float values. Fixes #350900.
6786
6787 2006-08-11  Andy Wingo  <wingo@pobox.com>
6788
6789         * gst/tcp/gsttcp.c: Really fix the build?
6790
6791         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6792         fixes the build.
6793
6794 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6797           Float caps shouldn't have a "signed" field.
6798
6799 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6802           Implement SEEKING query in its most basic form, so that we can
6803           at least check if we're seekable or not (#350655).
6804
6805 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6808           The checks here are not even close to anything that would
6809           justify MAXIMUM probability, lowering to POSSIBLE until someone
6810           fixes the checks (case at hand: quicktime redirection files
6811           might start with 00 00 01 XX and pass the checks here just
6812           fine, see #350399).
6813
6814 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         Patch by: Sjoerd Simons  <sjoerd at luon net>
6817
6818         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6819           Better detection for multipart/x-mixed-replace: accept leading
6820           whitespaces before the boundary marker as well (as our very own
6821           multipartmux used to produce) (#349068).
6822
6823 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         Patch by: Young-Ho Cha  <ganadist at chollian net>
6826
6827         * gst-libs/gst/riff/riff-ids.h:
6828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6829         (gst_riff_create_audio_template_caps):
6830           Detect DTS audio streams (#350157).
6831
6832 2006-08-05  Andy Wingo  <wingo@pobox.com>
6833
6834         * ext/theora/gsttheoraparse.h:
6835         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6836         (theora_parse_dispose, theora_parse_set_property)
6837         (theora_parse_get_property, theora_parse_munge_granulepos)
6838         (theora_parse_push_buffer, theora_parse_change_state):
6839         API: GstTheoraParse::synchronization-points
6840         Add a property 'synchronization-points' to fix badly synchronized oggs.
6841
6842 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * tests/check/Makefile.am:
6845         * tests/check/libs/.cvsignore:
6846         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6847         (fixed_caps_have_channel_positions), (GST_START_TEST),
6848         (audio_suite), (main):
6849           Add a few tests for the channel position stuff in libgstaudio.
6850
6851 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6852
6853         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6854         (gst_alsa_detect_channels):
6855         * ext/alsa/gstalsasink.c:
6856           Add support for cards that (only) do more than 8 channels,
6857           like the Delta 44 (#345188).
6858
6859         * gst-libs/gst/audio/multichannel.c:
6860         (gst_audio_check_channel_positions):
6861         * gst-libs/gst/audio/multichannel.h:
6862           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6863           unspecified channel position and cannot be combined with any
6864           of the other audio channel positions; adjust position layout
6865           checks accordingly (#345188).
6866
6867 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6870           Recognise ancient RealAudio files (see #349779).
6871
6872 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         Patch by: Jens Granseuer  <jensgr at gmx net>
6875
6876         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6877           Add typefinder for Interplay's MVE format (#348973).
6878
6879 2006-08-02  Wim Taymans  <wim@fluendo.com>
6880
6881         Patch by: Marcel Moreaux <marcelm at luon dot net>
6882
6883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6884         (gst_base_rtp_depayload_add_to_queue):
6885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6886         Handle RTP sequence number rollover.
6887         Disable jitterbuffer by default.
6888
6889 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6890
6891         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6892         (audioresample_set_caps):
6893         Don't leak references to the incoming caps. Clean them up when
6894         stopping.
6895
6896         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6897         (gst_video_scale_finalize):
6898         Don't leak our temporary pixel buffer.
6899
6900         * tests/check/Makefile.am:
6901         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6902         (GST_START_TEST), (simple_launch_lines_suite):
6903
6904         Fix leaks and re-enable the test for valgrind checking.
6905
6906 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         Patch by: Sjoerd Simons  <sjoerd at luon net>
6909
6910         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6911         (plugin_init):
6912           Add typefind function for multipart/x-mixed-replace (#348916).
6913
6914 2006-07-28  Wim Taymans  <wim@fluendo.com>
6915
6916         * gst/adder/gstadder.c: (gst_adder_setcaps),
6917         (gst_adder_query_duration):
6918         Fix leak in duration query.
6919         Reflow some docs and notes.
6920
6921 2006-07-28  Michael Smith  <msmith@fluendo.com>
6922
6923         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6924         (vorbisenc_suite):
6925           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6926           aspect of it.
6927
6928 2006-07-28  Michael Smith  <msmith@fluendo.com>
6929
6930         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6931         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6932         (gst_vorbis_enc_push_buffer),
6933         (gst_vorbis_enc_buffer_check_discontinuous),
6934         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6935         * ext/vorbis/vorbisenc.h:
6936           Handle discontinuities in the input vorbis stream correctly,
6937           so that the output is properly timestamped (and has good granulepos
6938           values). Needs some oggmux fixes too.
6939
6940 2006-07-27  Wim Taymans  <wim@fluendo.com>
6941
6942         patch by: Kai Vehmanen <kv2004 eca cx>
6943
6944         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6945         (gst_base_rtp_depayload_chain),
6946         (gst_base_rtp_depayload_handle_sink_event),
6947         (gst_base_rtp_depayload_change_state):
6948         Don't send multiple newsegments with different formats.
6949         Fixes #348677.
6950
6951 2006-07-26  Wim Taymans  <wim@fluendo.com>
6952
6953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6954         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6955         Make seeking in ogg more accurate again by doing the more correct
6956         granuletime to stream time conversion.
6957
6958 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6961         (gst_multi_fd_sink_new_client):
6962           debug a little more understandably
6963           do not use goto as a substitute for break, especially if
6964           break is also being used
6965
6966 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6969         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6970           Remove GLib-2.6 compatibility cruft.
6971
6972 2006-07-24  Wim Taymans  <wim@fluendo.com>
6973
6974         * gst-libs/gst/audio/gstbaseaudiosink.c:
6975         (gst_base_audio_sink_render):
6976         Don't try to align a sample to an unknown value.
6977
6978 2006-07-24  Wim Taymans  <wim@fluendo.com>
6979
6980         * gst-libs/gst/audio/gstbaseaudiosink.c:
6981         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6982         When the audio clock is slaved to another clock, never try to align
6983         samples but trust the rate interpolation algorithm.
6984
6985 2006-07-24  Wim Taymans  <wim@fluendo.com>
6986
6987         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6988         Don't try to calculate silence samples, base class does this much
6989         better now.
6990
6991         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6992         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6993         (gst_ring_buffer_acquire):
6994         Calculate silence samples correctly.
6995
6996         * gst-libs/gst/audio/gstringbuffer.h:
6997         Add _CAST macro.
6998
6999 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7002           Limit search for the first markup tag to the first few kB of
7003           the file. If we don't find one there, it's highly unlikely that
7004           this is an XML(-ish) file.
7005
7006 2006-07-21  Andy Wingo  <wingo@pobox.com>
7007
7008         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7009         test to the one in vorbisenc. Also commented out.
7010
7011         * tests/check/pipelines/vorbisenc.c: 
7012         (test_discontinuity): New test, commented out until Mike lands
7013         some elite vorbisenc patches.
7014
7015         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7016         Bufferstraw was actually factored out of these tests. Now we share
7017         code yay.
7018
7019         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7020         for bufferstraw addition to gstcheck.
7021
7022 2006-07-21  Wim Taymans  <wim@fluendo.com>
7023
7024         * ext/theora/theoradec.c: (clip_buffer):
7025         Better clipping.
7026
7027 2006-07-21  Wim Taymans  <wim@fluendo.com>
7028
7029         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7030         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7031         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7032         Fix leak.
7033         Avoid type casting when we can.
7034
7035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7036         Fix mem leak.
7037
7038 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * ext/alsa/gstalsamixerelement.c:
7041         (gst_alsa_mixer_element_change_state):
7042           Make state change fail if the specified device can't be opened
7043           for some reason.
7044
7045 2006-07-20  Wim Taymans  <wim@fluendo.com>
7046
7047         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7048         (cb_newpad), (main):
7049         Example of a small audio/video player using decodebin.
7050
7051 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7052
7053         * gst-libs/gst/riff/riff-ids.h:
7054           Add 'fact' chunk id
7055
7056 2006-07-19  Wim Taymans  <wim@fluendo.com>
7057
7058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7059         (gst_base_rtp_depayload_chain),
7060         (gst_base_rtp_depayload_change_state):
7061         Don't assert when not negotiated but post a meaningfull 
7062         error message. Fixes #347918.
7063
7064         * gst-libs/gst/rtp/gstbasertppayload.c:
7065         Add comment about better default MTU size.
7066
7067         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7068         Small cleanups, start docs.
7069
7070 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         Patch by: Martin Szulecki
7073
7074         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7075           If "device-name" is requested and the device is not
7076           open, try to temporarily open it to obtain this
7077           information (#342494).
7078
7079 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         * gst-libs/gst/tag/gstid3tag.c:
7082           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7083
7084         * gst-libs/gst/tag/gsttageditingprivate.h:
7085         * gst-libs/gst/tag/gstvorbistag.c:
7086           Some more random const-ifications.
7087
7088 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7089
7090         * gst-libs/gst/riff/riff-ids.h:
7091         * gst-libs/gst/riff/riff-media.c:
7092         (gst_riff_create_video_template_caps):
7093           Add more FOURCCs (sort list to make stuff easier to find),
7094           add comment what those 16 bytes in struct _gst_riff_strh according to
7095           one avi-dumper are
7096
7097 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7098
7099         * gst-libs/gst/audio/multichannel.c:
7100         (gst_audio_check_channel_positions),
7101         (gst_audio_fixate_channel_positions):
7102           Const-ify two arrays.
7103
7104 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7107           Fix typo, so that alsasink also advertises 8 channels
7108           if that's supported (tags: can, worms, open, alsa, ph34r).
7109
7110 2006-07-17  Wim Taymans  <wim@fluendo.com>
7111
7112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7113         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7114         *sigh*, when is the compiler going to warn when the comments
7115         are out-of-sync with the code.. Refix case of busted theora
7116         headers with 0 granule pos.
7117
7118 2006-07-14  Wim Taymans  <wim@fluendo.com>
7119
7120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7121         (gst_base_rtp_depayload_wait),
7122         (gst_base_rtp_depayload_change_state),
7123         (gst_base_rtp_depayload_set_property),
7124         (gst_base_rtp_depayload_get_property):
7125         Fix 99% cpu load by waiting for absolute times on the
7126         clock. Fixes #347300.
7127
7128 2006-07-14  Andy Wingo  <wingo@pobox.com>
7129
7130         * ext/theora/gsttheoraparse.h: 
7131         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7132         (theora_parse_push_headers, theora_parse_clear_queue)
7133         (theora_parse_drain_queue_prematurely, )
7134         (theora_parse_sink_event, theora_parse_change_state): Queue events
7135         until we initialized our state, like in vorbisparse.
7136
7137         * ext/vorbis/vorbisparse.h: 
7138         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7139         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7140         (vorbis_parse_drain_queue_prematurely, )
7141         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7142         until we have initialized our state. Fixes seeking after an
7143         initial pad block.
7144
7145 2006-07-14  Andy Wingo  <wingo@pobox.com>
7146
7147         Patch by: Iain Holmes <iaingnome@gmail.com>
7148         
7149         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7150
7151 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7152
7153         * configure.ac:
7154         Bump nano back to CVS
7155
7156 === release 0.10.9 ===
7157
7158 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7159
7160         * configure.ac:
7161           releasing 0.10.9, "I walk the line"
7162
7163 2006-07-14  Michael Smith  <msmith@fluendo.com>
7164
7165         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7166           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7167           (commonly happens when running this test under valgrind) when trying
7168           to remove the buffer probe.
7169
7170 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7171
7172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7173         Fix missing g_unlock from the previous commit
7174
7175 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7176
7177         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7178         (gst_ximagesink_change_state):
7179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7180         (gst_xvimagesink_change_state):
7181         Implement a locking order to ensure we always take the object lock
7182         before the x_lock and never vice-versa.
7183
7184 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7185
7186         * gst/playback/gstdecodebin.c: (find_compatibles):
7187         Fix a caps leak when linking (#347304)
7188
7189         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7190         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7191         (gst_ximagesink_change_state):
7192         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7193         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7194         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7195         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7196         Don't leak shared memory resources. Use the object lock to protect
7197         against the xcontext disappearing while returning a buffer from the
7198         pipeline. (#347304)
7199
7200 2006-07-12  Edward Hervey  <edward@fluendo.com>
7201
7202         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7203         (vorbis_handle_comment_packet):
7204         gst_tag_list_merge() returns a new object. Take that into account when
7205         using it. This avoids memleak.
7206         Revert previous commit which is not needed.
7207
7208 2006-07-12  Edward Hervey  <edward@fluendo.com>
7209
7210         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7211         Reset the decoder in finalize so that all fields get cleared.
7212
7213 2006-07-12  Wim Taymans  <wim@fluendo.com>
7214
7215         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7216         (gst_base_audio_src_set_clock),
7217         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7218         Don't try to post an error message when setting the clock fails
7219         as this can happen when adding an element to a bin which will then
7220         deadlock. Fixes #347296.
7221
7222 2006-07-12  Edward Hervey  <edward@fluendo.com>
7223
7224         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7225         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7226         (vorbis_handle_type_packet):
7227         Post tag messages on the bus even if we're not initialized.
7228         If we're not initialized, we still postpone the event pushing of tags.
7229
7230 2006-07-12  Wim Taymans  <wim@fluendo.com>
7231
7232         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7233         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7234         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7235         Revert last two changes that broke the freeze.
7236
7237 2006-07-12  Wim Taymans  <wim@fluendo.com>
7238
7239         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7240         basesink calculates silence sample correctly for us.
7241
7242 2006-07-12  Wim Taymans  <wim@fluendo.com>
7243
7244         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7245         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7246         Calculate correct silence samples so we don't fill our ringbuffer
7247         with noise.
7248
7249 2006-07-12  Edward Hervey  <edward@fluendo.com>
7250
7251         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7252         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7253         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7254         * ext/vorbis/vorbisdec.h:
7255         Delay sending events (newsegment, tags) until the decoder is properly
7256         initialized.
7257         Fixes #347295
7258
7259 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7260
7261         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7262         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7263           Patch from #347221 adding a test for audioconvert
7264           channel remappings.
7265
7266 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7269         (gst_ssa_parse_parse_line):
7270           Don't include the terminating NUL in the buffer size,
7271           it's only there for extra paranoia (would add random
7272           '*' characters at the end of each subtitle since the
7273           terminator itself is not valid UTF-8 technically).
7274           Also fix indenting after boilerplate macro.
7275
7276 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * gst/playback/gstdecodebin.c: (close_pad_link):
7279           Also emit 'unknown-type' signal (which should really be
7280           called unhandled-type) if we found potential decoders/demuxers
7281           in the registry but none of them worked in the end (as in the
7282           case where the plugins don't exist any longer but are still
7283           listed in the registry). Fixes #329798.
7284
7285 2006-07-08  Andy Wingo  <wingo@pobox.com>
7286
7287         * theoraparse.c (theora_parse_push_buffer)
7288         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7289         Add some more debugging. Fix granulepos reconstruction in the face
7290         of discontinuities.
7291
7292 2006-07-06  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst-libs/gst/audio/gstbaseaudiosink.c:
7295         (gst_base_audio_sink_class_init),
7296         (gst_base_audio_sink_provide_clock):
7297         Use gobject_class instead of G_OBJECT_CLASS (klass)
7298
7299         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7300         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7301         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7302         (gst_base_audio_src_get_time),
7303         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7304         (gst_base_audio_src_create_ringbuffer):
7305         Fix latency and buffer-time constants and properties ala basesink.
7306         Implement pull based scheduling. Fixes #346527.
7307         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7308         one segment.
7309         Refuse slaving to another clock instead of silently not working.
7310         Only provide a clock when we are actually able to do so.
7311         Various small cleanups and compiler hints.
7312
7313 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         Patch by: Lutz Mueller <lutz at topfrose de>
7316
7317         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7318         (plugin_init):
7319           Add typefinding for text/html (#346581).
7320
7321 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7324         (xml_check_first_element), (xml_type_find), (smil_type_find):
7325           Fix SMIL typefinding, make xml_check_first_element() more
7326           useful.
7327
7328 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7331         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7332         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7333         * gst/playback/gstplaybasebin.h:
7334           Protect list of elements with a subtitle-encoding property and
7335           the subtitle encoding member itself with a lock of their own
7336           instead of using the object lock. This prevents a dead-lock in
7337           the element-remove callback in some circumstances when shutting
7338           down playbin.
7339
7340 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7341
7342         * win32/common/libgsttag.def:
7343         Export some new functions.
7344         * win32/vs6/libgstogg.dsp:
7345         Add a link to libgsttag-0.10.lib.
7346
7347 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7350           Some const-ification.
7351
7352 2006-07-04  Wim Taymans  <wim@fluendo.com>
7353
7354         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7355         Improve checking if we are dealing with a stream. Added some
7356         more uris that need buffering.
7357
7358 2006-07-03  Edward Hervey  <edward@fluendo.com>
7359
7360         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7361         Remove unused variable.
7362
7363 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7364
7365         * Makefile.am:
7366           include lcov.mak
7367         * configure.ac:
7368           add GCOV_LIBS to GST_LIBS
7369
7370 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7373
7374         * ext/alsa/gstalsasrc.c:
7375           Add 32 bps to template caps and increase channels range
7376           from [1,2] to [1,MAX]. See #346326.
7377
7378 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7381           Recognise 'WMVA' video codec fourcc (#345879).
7382           
7383 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7384          
7385         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7386           Fixed nasty memory leak
7387
7388 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7389
7390         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7391         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7392           fix logging
7393
7394 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7395
7396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7397         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7398         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7399         Protect remove_fakesink using a mutex, so that we don't try and
7400         remove the fakesink simultaneously from multiple threads.
7401
7402         When going from READY to PAUSED, restore the fakesink, so that
7403         it is there when decodebin gets reused.
7404
7405 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7409         * gst-libs/gst/rtp/gstbasertppayload.c:
7410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7411         * gst/tcp/gstmultifdsink.c:
7412         * gst/tcp/gsttcpclientsink.c:
7413         * gst/tcp/gsttcpclientsrc.c:
7414         * gst/tcp/gsttcpserversink.c:
7415         * gst/tcp/gsttcpserversrc.c:
7416         * gst/videorate/gstvideorate.c:
7417         * gst/videotestsrc/gstvideotestsrc.c:
7418         * sys/v4l/gstv4ljpegsrc.c:
7419         * sys/v4l/gstv4lmjpegsink.c:
7420         * sys/v4l/gstv4lsrc.c:
7421         * tests/examples/seek/scrubby.c:
7422         * tests/examples/seek/seek.c:
7423           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7424
7425 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7428           Second field in GEnumValue shouldn't be a description,
7429           but a stringified version of the enum value.
7430
7431 2006-06-22  Wim Taymans  <wim@fluendo.com>
7432
7433         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7434         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7435         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7436         Avoid type checking in buffer casts.
7437         Avoid caps copy in buffer_alloc when we can.
7438         Use pad_peer_accept.
7439
7440 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         * gst-libs/gst/tag/tag.h:
7443           Oops, make that 'Since: 0.10.9'.
7444
7445 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * docs/libs/gst-plugins-base-libs-sections.txt:
7448         * gst-libs/gst/tag/tag.h:
7449         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7450         (gst_tag_image_type_get_type):
7451           API: add GstTagImageType enum to describe images contained
7452           in image tags (#345641).
7453
7454 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7457           Fix warnings with gst-inspect: "buffers-min" property
7458           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7459           typo in property description.
7460
7461 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         Patch by: Cody Russell <bratsche at gnome org>
7464
7465         * gst/audioresample/gstaudioresample.c:
7466         (gst_audioresample_class_init):
7467         * gst/playback/gststreamselector.c:
7468         (gst_stream_selector_class_init):
7469         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7471         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7472         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7473         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7474         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7475         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7476         * gst/videotestsrc/gstvideotestsrc.c:
7477         (gst_video_test_src_class_init):
7478         * gst/volume/gstvolume.c: (gst_volume_class_init):
7479           Avoid unnecessary class cast check in class_init
7480           functions (#337747).
7481
7482 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7485         (gst_text_overlay_video_chain):
7486           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7487           and doesn't validate its input either (and neither did
7488           textoverlay it seems). Let's do that then and fix #345206.
7489
7490 2006-06-19  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7493         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7494         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7495         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7496         (find_syncframe), (find_limits), (assign_value),
7497         (count_burst_unit), (gst_multi_fd_sink_new_client),
7498         (gst_multi_fd_sink_handle_client_write),
7499         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7500         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7501         (gst_multi_fd_sink_change_state):
7502         * gst/tcp/gstmultifdsink.h:
7503         Added shiny new burst-on-connect methods.
7504         Add properties to control the minimal amount of data queued.
7505         Small cleanups.
7506         API: bytes-min property
7507         API: time-min property
7508         API: buffers-min property
7509         API: burst-unit property
7510         API: burst-value property
7511         API: add-full signal
7512
7513         * gst/tcp/gsttcp-marshal.list:
7514         Added new marshaller code for the new signal.
7515
7516         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7517         (multifdsink_suite):
7518         Added testcases for new burst methods.
7519
7520 2006-06-19  Edward Hervey  <edward@fluendo.com>
7521
7522         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7523         Implement clipping for accurate seeking.
7524         Closes #345225
7525
7526 2006-06-19  Wim Taymans  <wim@fluendo.com>
7527
7528         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7529
7530         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7531         (gst_video_scale_transform):
7532         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7533
7534 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7535
7536         * configure.ac:
7537           Fix --disable-external (can't set conditionals conditionally,
7538           #343602).
7539
7540 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * tests/check/elements/audioresample.c: (test_reuse),
7543         (audioresample_suite):
7544           Add test case for bug #342789 fixed below.
7545
7546 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7547
7548         * gst/audioresample/gstaudioresample.c:
7549         (gst_audioresample_class_init), (gst_audioresample_init),
7550         (audioresample_start), (audioresample_stop),
7551         (gst_audioresample_set_property), (gst_audioresample_get_property):
7552           Implement GstBaseTransform::start and ::stop so that audioresample
7553           can clear its internal state properly and be reused instead of
7554           causing non-negotiated errors with playbin under some circumstances
7555           (#342789).
7556
7557         * tests/check/elements/audioresample.c: (setup_audioresample),
7558         (cleanup_audioresample):
7559           Need to set element state here so that ::start and ::stop are
7560           called.
7561
7562 2006-06-16  Wim Taymans  <wim@fluendo.com>
7563
7564         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7565
7566         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7567         Parse extra data better, apparently it's right behind
7568         the normal strf header size. Fixes #343500.
7569
7570 2006-06-16  Wim Taymans  <wim@fluendo.com>
7571
7572         * ext/alsa/gstalsasink.c: (set_hwparams):
7573         If we fail to set the buffer_time and period_time alsa
7574         parameters, post a warning and leave alsa select a 
7575         default instead of failing. Fixes #342085
7576
7577 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7578
7579         * docs/libs/gst-plugins-base-libs-sections.txt:
7580         * gst-libs/gst/cdda/gstcddabasesrc.h:
7581           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7582           out in the header file and shouldn't be listed in the docs.
7583
7584         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7585           Must dereference pointer to fourcc in the debug statement.
7586
7587 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7588
7589         * docs/libs/Makefile.am:
7590         * docs/libs/gst-plugins-base-libs-docs.sgml:
7591         * docs/libs/gst-plugins-base-libs-sections.txt:
7592         * docs/libs/gst-plugins-base-libs.types:
7593         add remaining symbols into correct setions
7594         
7595         * gst-libs/gst/audio/gstringbuffer.c:
7596         fix incomplete docs
7597         
7598         * gst-libs/gst/audio/gstringbuffer.h:
7599         comment out not yet implemented function
7600         
7601         
7602         * gst-libs/gst/floatcast/floatcast.h:
7603         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7604         add short descriptions
7605         
7606         
7607         * gst-libs/gst/interfaces/propertyprobe.c:
7608         fix return value docs   
7609         
7610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7611         simplify debug logging
7612         
7613         * gst-libs/gst/riff/riff-read.h:
7614         sync function prototype and docs
7615         
7616         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7617         remove left over symbol
7618
7619 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * autogen.sh:
7622         * configure.ac:
7623         * docs/Makefile.am:
7624           Use GST_PLUGIN_DOCS macro in configure.ac, add
7625           --enable-plugin-docs default to autogen.sh and use
7626           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7627
7628 2006-06-15  Wim Taymans  <wim@fluendo.com>
7629
7630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7631         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7632         (gst_ogg_demux_loop):
7633         Combine GstFlowReturn from the source pads to give a
7634         meaningfull result to the upstream peer or to stop the
7635         processing task in case of errors.
7636
7637 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * gst/playback/gststreaminfo.c: (cb_probe):
7640           Try GST_TAG_CODEC as fallback when extracting the
7641           codec name; more debug info.
7642
7643 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7644
7645         * ext/ogg/Makefile.am:
7646         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7647           Extract language tags from ogm subtitle streams, so that
7648           the subtitle menu choices are labelled correctly in
7649           Totem (fixes #344708).
7650
7651 2006-06-14  Wim Taymans  <wim@fluendo.com>
7652
7653         Patch by: Alessandro Decina <alessandro at nnva dot org>
7654
7655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7656         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7657         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7658         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7659         Fix various leaks. Fixes #343699.
7660         Add x-smoke mime type.
7661
7662 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         * gst-libs/gst/riff/riff-ids.h:
7665           Add IDs for 'bext' chunks (see #343837).
7666
7667 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         Patch by: Young-Ho Cha  <ganadist at chollian net>
7670
7671         * gst/subparse/samiparse.c: (sami_context_pop_state),
7672         (handle_start_font), (end_sami_element):
7673           Honour font face tags in SAMI subtitles (#344503).
7674
7675 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7676
7677         * po/POTFILES.in:
7678           add missing files containing translatable strings
7679
7680 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7681
7682         * docs/libs/tmpl/.cvsignore:
7683           we don't want those *.sgml files in CVS either
7684
7685 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7686
7687         * docs/libs/.cvsignore:
7688         * tests/check/elements/.cvsignore:
7689         * tests/check/libs/.cvsignore:
7690           ignore more
7691
7692 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * docs/libs/Makefile.am:
7695           also commiting the changed Makefile.am (added more libs to the
7696           doc-build)
7697
7698 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7699
7700         * docs/libs/gst-plugins-base-libs-docs.sgml:
7701         * docs/libs/gst-plugins-base-libs-sections.txt:
7702         * docs/libs/gst-plugins-base-libs.types:
7703           first batch of reordering things, add index & hierarchy
7704
7705 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7706
7707         * configure.ac:
7708           use GST_PKG_CHECK_MODULES, cleans up output
7709
7710 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7713           Add support for burn:// URIs (#343385); const-ify things a bit,
7714           use G_N_ELEMENTS instead of hard-coded array size.
7715
7716 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         Patch by: Young-Ho Cha  <ganadist at chollian net>
7719
7720         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7721           Fix up broken entities before passing them to libxml *sigh*.
7722           (#343303).
7723           
7724 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7725
7726         * configure.ac:
7727           back to TRUNK
7728
7729 === release 0.10.8 ===
7730
7731 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7732
7733         * configure.ac:
7734           releasing 0.10.8, "Moar gij ziet mij nie"
7735
7736 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7737
7738         * configure.ac:
7739         * po/af.po:
7740         * po/az.po:
7741         * po/cs.po:
7742         * po/en_GB.po:
7743         * po/hu.po:
7744         * po/it.po:
7745         * po/nb.po:
7746         * po/nl.po:
7747         * po/or.po:
7748         * po/sq.po:
7749         * po/sr.po:
7750         * po/sv.po:
7751         * po/uk.po:
7752         * po/vi.po:
7753         * win32/common/config.h:
7754           0.10.7.2 prerelease
7755
7756 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7757
7758         * docs/libs/tmpl/gstaudio.sgml:
7759         * docs/libs/tmpl/gstcolorbalance.sgml:
7760         * docs/libs/tmpl/gstmixer.sgml:
7761         * docs/libs/tmpl/gstringbuffer.sgml:
7762         * docs/libs/tmpl/gsttuner.sgml:
7763         * docs/libs/tmpl/gstxoverlay.sgml:
7764         * gst-libs/gst/audio/audio.c:
7765         * gst-libs/gst/audio/gstringbuffer.c:
7766         * gst-libs/gst/interfaces/colorbalance.c:
7767         * gst-libs/gst/interfaces/mixer.c:
7768         * gst-libs/gst/interfaces/tuner.c:
7769         * gst-libs/gst/interfaces/xoverlay.c:
7770           move last template doc snippets to source code and delete them
7771
7772 2006-06-06  Michael Smith  <msmith@fluendo.com>
7773
7774         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7775         (theora_parse_drain_queue):
7776           Mark DELTA_UNIT on non-keyframes.
7777
7778 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7779
7780         * gst-libs/gst/audio/gstbaseaudiosink.c:
7781         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7782         * gst-libs/gst/audio/gstbaseaudiosink.h:
7783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7784         (gst_ring_buffer_samples_done):
7785         * gst-libs/gst/audio/gstringbuffer.h:
7786         Document better the fact that latency_time and buffer_time are values
7787         stored in microseconds, and not the usual GStreamer nanoseconds.
7788         Change the variables (compatibly) that store them from GstClockTime 
7789         to guint64 to make it more clear that they're not storing clock times.
7790         Also, remove the bogus property description that says the user can
7791         specify -1 to get the default value, since that's never been the case.
7792
7793         When computing the default segment size for the ring buffer, make it
7794         an integer number of samples.
7795
7796         When the sub-class indicates a delay greater than the number of
7797         samples we've written return 0 from the audio sink get_time method.
7798
7799 2006-06-02  Michael Smith  <msmith@fluendo.com>
7800
7801         * tests/check/elements/audioconvert.c: (set_channel_positions),
7802         (get_float_mc_caps), (get_int_mc_caps):
7803         * tests/check/elements/audioresample.c:
7804         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7805         * tests/check/elements/videorate.c:
7806         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7807         * tests/check/elements/volume.c:
7808         * tests/check/elements/vorbisdec.c:
7809         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7810           Don't busy-wait in tests; this was causing test timeouts very
7811           frequently when running under valgrind.
7812
7813 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7814
7815         * gst/tcp/README:
7816         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7817         (gst_multi_fd_sink_remove_client_link),
7818         (gst_multi_fd_sink_client_queue_caps),
7819         (gst_multi_fd_sink_client_queue_buffer),
7820         (gst_multi_fd_sink_handle_client_write),
7821         (gst_multi_fd_sink_render):
7822         * gst/tcp/gstmultifdsink.h:
7823           make multifdsink properly deal with streamheader:
7824           - streamheader is taken from caps
7825           - buffers marked with IN_CAPS are not sent
7826           - streamheaders are sent, on connection, from the caps of the
7827             buffer where the client gets positioned to
7828           - further streamheader changes are done every time the client
7829             will receive a buffer with different caps
7830         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7831         (gst_multifdsink_create_streamheader):
7832           add tests for this
7833
7834 2006-06-02  Michael Smith  <msmith@fluendo.com>
7835
7836         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7837           Reinstate limit on channel count. Vorbis does not define the meaning
7838           of > 6 channels, so they're just independent channels. Gstreamer
7839           currently has no mechanism to represent N independent channels.
7840
7841 2006-06-02  Michael Smith  <msmith@fluendo.com>
7842
7843         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7844           Don't arbitrarily restrict channel counts and rate in vorbis.
7845           In terms of effects likely on real-world files, this fixes 96kHz
7846           playback of vorbis.
7847
7848 2006-06-02  Michael Smith  <msmith@fluendo.com>
7849
7850         * gst/audioconvert/audioconvert.c: (float):
7851           More correct float->int conversion.
7852
7853 2006-06-02  Michael Smith  <msmith@fluendo.com>
7854
7855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7856           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7857           value. Fixes g-critical on trying to play back ogg containing
7858           unknown codec.
7859
7860 2006-06-02  Wim Taymans  <wim@fluendo.com>
7861
7862         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7863         (setup_source):
7864         * gst/playback/gstplaybasebin.h:
7865         Make the subtitle detection work from any thread so we don't
7866         deadlock. Fixes #343397.
7867
7868 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7869
7870         * gst/volume/Makefile.am:
7871           Seriously, it's not *that* hard to get compilation right.  Even
7872           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7873
7874 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7875
7876         * gst/volume/gstvolume.c: (volume_choose_func),
7877         (volume_update_real_volume), (gst_volume_class_init),
7878         (gst_volume_init), (volume_process_float), (volume_process_int16),
7879         (volume_process_int16_clamp), (volume_set_caps),
7880         (volume_transform_ip), (plugin_init):
7881         * gst/volume/gstvolume.h:
7882         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7883         another property desc., remove unused param from process function
7884         
7885         * tests/check/elements/volume.c: (volume_suite):
7886         reactivate the passthrough test
7887
7888 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7889
7890         * ext/alsa/gstalsamixerelement.h:
7891         * ext/alsa/gstalsamixeroptions.h:
7892         * ext/alsa/gstalsamixertrack.h:
7893         * ext/gnomevfs/gstgnomevfssink.h:
7894         * ext/gnomevfs/gstgnomevfssrc.h:
7895         * ext/theora/gsttheoradec.h:
7896         * ext/theora/gsttheoraenc.h:
7897         * ext/theora/gsttheoraparse.h:
7898         * ext/vorbis/vorbisparse.h:
7899         * gst-libs/gst/audio/gstaudioclock.h:
7900         * gst-libs/gst/audio/gstaudiofilter.h:
7901         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7902         * gst/audioconvert/gstaudioconvert.h:
7903         * gst/audioresample/gstaudioresample.h:
7904         * gst/audiotestsrc/gstaudiotestsrc.h:
7905         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7906         * gst/playback/gststreamselector.h:
7907         * gst/tcp/gstmultifdsink.h:
7908         * gst/tcp/gsttcpclientsink.h:
7909         * gst/tcp/gsttcpclientsrc.h:
7910         * gst/tcp/gsttcpserversink.h:
7911         * gst/tcp/gsttcpserversrc.h:
7912         * gst/videorate/gstvideorate.h:
7913         * gst/videoscale/gstvideoscale.h:
7914         * gst/videotestsrc/gstvideotestsrc.h:
7915         * gst/volume/gstvolume.h:
7916         * sys/v4l/gstv4ljpegsrc.h:
7917         * sys/v4l/gstv4lmjpegsink.h:
7918         * sys/v4l/gstv4lmjpegsrc.h:
7919         * sys/v4l/gstv4lsrc.h:
7920         * sys/ximage/ximagesink.h:
7921         * sys/xvimage/xvimagesink.h:
7922         * tests/old/testsuite/alsa/sinesrc.h:
7923         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7924
7925 2006-05-31  Wim Taymans  <wim@fluendo.com>
7926
7927         * ext/libvisual/visual.c: (gst_visual_reset),
7928         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7929         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7930         Handle DISCONT.
7931         Use running time before doing QoS.
7932         Handle mono too.
7933
7934 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7935
7936         * docs/libs/Makefile.am:
7937           set a magic variable to indicate we know the docs are incomplete
7938
7939 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7940
7941         * win32/common/libgstvideo.def:
7942           export gst_video_calculate_display_ratio
7943         * win32/vs6/libgstvideoscale.dsp:
7944           add link to libgstvideo-0.10.lib
7945
7946 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * gst/playback/gstplaybasebin.c: (gen_source_element):
7949           Throw a more comprehensible error for rtsp:// URIs (rather
7950           than erroring out with a negotiation error later on) until
7951           we fix playbin to handle rtspsrc etc.
7952
7953 2006-05-30  Wim Taymans  <wim@fluendo.com>
7954
7955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7956         (gst_text_overlay_text_event):
7957         Added some FIXMEs.
7958
7959 2006-05-30  Wim Taymans  <wim@fluendo.com>
7960
7961         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7962         (gst_adder_request_new_pad), (gst_adder_release_pad):
7963         * gst/adder/gstadder.h:
7964         Implement release_request_pad.
7965         Make padcounter atomic.
7966
7967         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7968         Added check for release_pad in adder.
7969
7970 2006-05-30  Wim Taymans  <wim@fluendo.com>
7971
7972         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7973         Fix build again.
7974
7975 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7976
7977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7978         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7979         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7980         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7981         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7982         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7983         (gst_ogg_demux_bisect_forward_serialno),
7984         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7985         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7986           add more debugging
7987           clean up printf formats for granulepos and serialno
7988
7989 2006-05-30  Michael Smith  <msmith@fluendo.com>
7990
7991         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7992         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7993         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7994         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7995         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7996         * ext/vorbis/vorbisenc.h:
7997           Multi-channel caps negotiation, so we can do proper multichannel
7998           vorbis encoding, negotiated through audioconvert.
7999
8000 2006-05-30  Wim Taymans  <wim@fluendo.com>
8001
8002         * tests/check/elements/adder.c: (test_event_message_received),
8003         (test_play_twice_message_received), (GST_START_TEST),
8004         (adder_suite):
8005         Added check to show that #339935 is fixed with ongoing
8006         adder and collectpads fixes.
8007
8008 2006-05-29  Wim Taymans  <wim@fluendo.com>
8009
8010         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8011         Don't leak pad name.
8012
8013 2006-05-29  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/adder/gstadder.c: (gst_adder_query_duration),
8016         (forward_event_func), (forward_event), (gst_adder_src_event):
8017         Fix adder seeking.
8018         Make query/seeking code threadsafe.
8019
8020         * tests/check/Makefile.am:
8021         * tests/check/elements/adder.c: (test_event_message_received),
8022         (GST_START_TEST), (test_play_twice_message_received):
8023         Fix adder test case.
8024
8025 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         Patch by: Young-Ho Cha  <ganadist at chollian net>
8028
8029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8030         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8031         (set_encoding_element), (decodebin_element_added_cb),
8032         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8033         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8034         * gst/playback/gstplaybasebin.h:
8035           Add 'subtitle-encoding' property to playbin, so applications can
8036           force a subtitle encoding for non-UTF8 subtitles (#342268).
8037
8038         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8039         (gst_sub_parse_set_property):
8040           Rename recently-added 'encoding' property to 'subtitle-encoding'
8041           (so it can be proxied by playbin/decodebin in a generic way
8042           with less danger of false positives).
8043
8044 2006-05-29  Michael Smith  <msmith@fluendo.com>
8045
8046         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8047         (append_with_other_format), (set_structure_widths),
8048         (gst_audio_convert_transform_caps):
8049           Patch from #341562: give more specific audio caps in get_caps, so
8050           that basetransform  can make better decisions on what caps to
8051           negotiate.
8052
8053 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * tests/check/elements/volume.c:
8056         make it compile again
8057
8058 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8059
8060         * tests/check/elements/volume.c: (volume_suite):
8061         disable test until #343196 gets resolved
8062
8063 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8064
8065         * gst/adder/gstadder.c: (gst_adder_get_type):
8066         Make it easier to copy&paste
8067         
8068         * gst/volume/Makefile.am:
8069         * gst/volume/gstvolume.c: (volume_update_real_volume),
8070         (gst_volume_set_volume), (gst_volume_set_mute),
8071         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8072         (volume_transform_ip), (volume_update_mute),
8073         (volume_update_volume):
8074         * gst/volume/gstvolume.h:
8075         Add own debug category, move duplicate code to helper function, fix
8076         property texts, add more comments and prepare ffor liboil-goodness
8077         
8078         * tests/check/Makefile.am:
8079         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8080         add test for mute and passtrough case, be a bit more verbose to track
8081         failure
8082         
8083         * tests/check/generic/states.c: (GST_START_TEST):
8084         catch elements that fail to instantiate
8085
8086 2006-05-28  Edward Hervey  <edward@fluendo.com>
8087
8088         * tests/check/pipelines/simple-launch-lines.c:
8089         * tests/check/pipelines/theoraenc.c:
8090         * tests/check/pipelines/vorbisenc.c:
8091         Comment out tests using parse_launch() if core was built without
8092         parsing capabilities.
8093
8094 2006-05-27  Edward Hervey  <edward@fluendo.com>
8095
8096         * tests/check/Makefile.am:
8097         Extra bonus points for whoever explains to ensonic that you are meant
8098         to test unit tests thoroughly before commiting them, especially if
8099         you know it's going to break.
8100         De-activated element/adder tests.
8101
8102 2006-05-27  Edward Hervey  <edward@fluendo.com>
8103
8104         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8105         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8106         Marking caps conversion issues as GST_WARNING is way too verbose,
8107         Moving them to GST_LOG.
8108
8109 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         * README:
8112           Replace current README (containing the release notes from
8113           some 0.9.x version) with a proper README taken from the core.
8114
8115 2006-05-26  Wim Taymans  <wim@fluendo.com>
8116
8117         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8118         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8119         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8120         (vorbis_dec_change_state):
8121         Small cleanups.
8122         Add some FIXMEs
8123         Clip output samples to segment boundaries.
8124
8125 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8126
8127         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8128         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8129         Improve the errors produced on bad output, including some human
8130         readable description strings.
8131         Handle the (theoretical for ximagesink) case where the XServer 
8132         has a different idea about the size required for a particular 
8133         frame and gives us too small a memory allocation.
8134
8135 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8138         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8139         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8140         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8141         Improve the errors produced on bad output, including some human 
8142         readable description strings.
8143         Handle RGB Xv formats properly by transforming them into our 
8144         big-endian caps description.
8145         Use gst_caps_truncate to ensure that we never try and choose a
8146         non-fixed caps in buffer_alloc.
8147         Handle the case where the XServer has a different idea about the size
8148         required for a particular frame and gives us too small a memory
8149         allocation.
8150         Use -1 to indicate 'no image format', because 0 is a valid XServer
8151         image format number.
8152         Put RGB Xv formats at the end of the caps, so that we always prefer
8153         YUV format frames.
8154         Iterate the available Xv Encodings to determine the maximum width and
8155         height, and then return that in our caps.
8156         (Closes #315312, #337544)
8157
8158 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8159
8160         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8161         When there is only one unfinished pad and it receives an event that
8162         doesn't match our requirements, we need to set alldone=FALSE so that
8163         the fakesink is not removed yet.
8164
8165 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8168           Use gst_type_find_helper_for_buffer() to find the type
8169           of stream from the first packet.
8170
8171         * configure.ac:
8172           Bump requirements to core CVS (needed for vorbis
8173           typefinding to work).
8174
8175 2006-05-24  Edward Hervey  <edward@fluendo.com>
8176
8177         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8178         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8179         contain.  Else they play perfectly fine with qtdemux.
8180
8181 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8182
8183         * ext/theora/theoradec.c:
8184         * ext/theora/theoraenc.c:
8185         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8186         * gst/audiorate/gstaudiorate.c:
8187           make more debug catagories static
8188         
8189         * tests/check/Makefile.am:
8190         * tests/check/elements/adder.c: (message_received),
8191         (test_event_message_received), (GST_START_TEST),
8192         (test_play_twice_message_received), (adder_suite):
8193           added test case for using element twice, extra bonus points for anyone
8194           who can make these test run reliably
8195
8196 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8197
8198         * ext/theora/theoradec.c: (theora_dec_chain):
8199           Make work with time-stamped input buffers that do not
8200           have a granulepos in BUFFER_OFFSET_END (like theora
8201           buffers coming from matroskademux). Fixes #342448.
8202
8203 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         Patch by: Peter Kjellerstedt  <pkj at axis com>
8206
8207         * gst/tcp/Makefile.am:
8208           fdstresstest doesn't need Gtk+, fix compilation if 
8209           gtk is not available (#342566).
8210
8211 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8212          
8213         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8214           80 line columns
8215           Removed redundant floor()
8216
8217 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8218
8219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8220           On second thought, just skip JUNK chunks automatically, so
8221           the caller doesn't have to handle this. Fixes #342345.
8222           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8223           not GST_FLOW_ERROR.
8224
8225 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8226
8227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8228           Don't bail out on JUNK chunks with a size of 0 (would try to
8229           pull_range 0 bytes before, which sources don't like too much).
8230           See #342345.
8231
8232 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8236         Use the gstutil scaling function to preserve 64 bits while calculating
8237         output width and height from the display-aspect-ratio. (A continuation
8238         of #341542)
8239
8240 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8241
8242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8243         (gst_xvimagesink_buffer_alloc):
8244         * sys/xvimage/xvimagesink.h:
8245         When performing buffer allocations, remember the caps and image format
8246         we return so that if the same caps are asked for next time we can
8247         return them immediately without doing any caps intersections.
8248
8249 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8250          
8251         * gst-libs/gst/rtp/README:
8252           Some new documentation
8253         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8254           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8255         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8256         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8257           New RTP audio base payloader class. Supports frame or sample based
8258           codecs.  Not enabled in Makefile.am until approved.
8259
8260 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * tests/check/elements/alsa.c: (test_device_property_probe):
8263           Fix test case: don't try to free NULL GValueArray when there
8264           are no devices.
8265
8266 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * tests/check/Makefile.am:
8269         * tests/check/elements/alsa.c: (test_device_property_probe),
8270         (alsa_suite), (main):
8271           Add simple test that runs a device property probe on alsasrc,
8272           alsasink and alsamixer. Disable valgrind check for now (too
8273           many leaks in libasound, and valgrind ignored my suppressions
8274           additions).
8275
8276 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8277
8278         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8279         (gst_alsa_device_property_probe_probe_property),
8280         (gst_alsa_device_property_probe_needs_probe),
8281         (gst_alsa_device_property_probe_get_values),
8282         (gst_alsa_type_add_device_property_probe_interface):
8283         * ext/alsa/gstalsadeviceprobe.h:
8284         * ext/alsa/gstalsamixerelement.c:
8285         (gst_alsa_mixer_element_init_interfaces):
8286         * ext/alsa/gstalsamixerelement.h:
8287           Clean up and simplify alsa device probing. Make it actually work
8288           for multiple classes. Don't cache results any longer.
8289
8290         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8291         (gst_alsasink_init):
8292         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8293         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8294         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8295           Make alsasink and alsasrc implement the GstPropertyProbe interface
8296           for device probing (#342181).
8297           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8298
8299 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * gst/subparse/samiparse.c: (handle_start_font):
8302           Don't ignore return value of strtol (++compiler_happiness).
8303
8304 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         Patch by: Young-Ho Cha  <ganadist chollian net>
8307
8308         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8309         (gst_sub_parse_class_init), (gst_sub_parse_init),
8310         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8311         (convert_encoding):
8312         * gst/subparse/gstsubparse.h:
8313           Add 'encoding' property (#341681).
8314
8315         * gst/subparse/samiparse.c: (characters_sami):
8316           Output is pango markup, so we need to escape text
8317           between tags (#342143).
8318
8319 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * gst-libs/gst/audio/multichannel.c:
8322         (gst_audio_check_channel_positions):
8323           It's okay to have caps with channels=1 and a channel position
8324           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8325           (deinterleavers might want to keep the position in the caps,
8326           so that they can be re-interleaved again properly later).
8327           Leave check for unexpected 2-channel layouts intact for now.
8328
8329 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8330
8331         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8332         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8333         basesrc can do its job correctly.
8334
8335 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * ext/alsa/Makefile.am:
8338         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8339         (gst_alsa_detect_formats), (get_channel_free_structure),
8340         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8341         (gst_alsa_probe_supported_formats):
8342         * ext/alsa/gstalsa.h:
8343         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8344           Refactor and improve caps probing code: probe signedness
8345           when we probe the supported formats/widths; set endianness
8346           to the one we actually probed for (ie. cpu endianness).
8347           
8348         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8349         (gst_alsasrc_close):
8350         * ext/alsa/gstalsasrc.h:
8351           Implement caps probing for alsasrc.
8352
8353 2006-05-15  Wim Taymans  <wim@fluendo.com>
8354
8355         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8356         (theora_dec_src_query), (theora_dec_src_event),
8357         (theora_dec_sink_event), (theora_handle_comment_packet),
8358         (theora_handle_data_packet), (theora_dec_change_state):
8359         Cleanups, add some G_LIKELY.
8360         Use segment helpers instead of our own wrong code.
8361         Clear queued buffers on seek and READY.
8362
8363         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8364         (vorbis_dec_convert), (vorbis_dec_src_query),
8365         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8366         (vorbis_handle_comment_packet), (vorbis_dec_push),
8367         (vorbis_handle_data_packet), (vorbis_dec_chain),
8368         (vorbis_dec_change_state):
8369         * ext/vorbis/vorbisdec.h:
8370         Remove old useless packetno variable.
8371         Do position query properly.
8372         Add some G_LIKELY.
8373         Do cleanup of queued buffers in new helper function
8374         and use it.
8375
8376 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8377
8378         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8379           Query supported sample rates. Fixes #341732.
8380
8381 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8382
8383         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8384         (gst_decode_bin_change_state): Make decodebin reusable
8385         when going from PAUSE_TO_READY and then back to PAUSED.
8386         Fixes #331678.
8387
8388 2006-05-15  Wim Taymans  <wim@fluendo.com>
8389
8390         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8391         (vorbis_dec_convert), (vorbis_dec_src_query),
8392         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8393         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8394         (vorbis_dec_clean_queued), (vorbis_dec_push),
8395         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8396         Cleanups. Use refcounting and DEBUG_OBJECT.
8397         Reset segment on flush, use code methods instead of our
8398         own wrong version.
8399         Fix potential memleak.
8400
8401 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8404         (gst_alsasink_init):
8405         * ext/alsa/gstalsasink.h:
8406           Don't leak allocated snd_output_t structure if there's
8407           more than one alsasink instance at a time (#341873).
8408           Also fix GObject macros in header file.
8409           
8410 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * gst/subparse/gstsubparse.c:
8413         (gst_sub_parse_data_format_autodetect):
8414           Don't use libxml functions in the typefinding code.
8415
8416 2006-05-15  Wim Taymans  <wim@fluendo.com>
8417
8418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8419         Fix seeking performance in the case where a non-header 
8420         packet has a 0 granulepos (busted theora case). 
8421         Fixes #341719
8422         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8423          the first place, you limelight stealer you)
8424
8425 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8426
8427         * gst/subparse/gstsubparse.c:
8428         (gst_sub_parse_data_format_autodetect):
8429           Improve SAMI typefinding: handle case where there are
8430           whitespaces or newlines in front of the first <SAMI>
8431           tag (#169936).
8432
8433 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * configure.ac:
8436           Build video4linux plugin even if there's no XVIDEO, just
8437           without implementing the GstXOverlay interface (#334002).
8438          
8439 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8440
8441         * configure.ac:
8442         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8443         (plugin_init):
8444           Add tentative support for libvisual-0.4 (#336881).
8445
8446 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         Patch by: Young-Ho Cha <ganadist at chollian net>
8449
8450         * gst/subparse/samiparse.c: (handle_start_font):
8451           Need to map "silver" colour explicitly (#169936).
8452
8453 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8454
8455         Patch by: Young-Ho Cha  <ganadist at chollian net>
8456
8457         * gst/subparse/Makefile.am:
8458         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8459         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8460         (gst_sub_parse_format_autodetect), (feed_textbuf),
8461         (gst_subparse_type_find), (plugin_init):
8462         * gst/subparse/gstsubparse.h:
8463         * gst/subparse/samiparse.c:
8464         * gst/subparse/samiparse.h:
8465           Add support for SAMI subtitles (#169936).
8466
8467 2006-05-14  Michael Smith  <msmith@fluendo.com>
8468
8469         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8470           Fix #341696: crash when mixing L+R+C to mono or stereo.
8471         * tests/check/Makefile.am:
8472         * tests/check/elements/audioconvert.c: (set_channel_positions),
8473         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8474         (audioconvert_suite):
8475           Add test for the above, including some generic framework bits for
8476           testing multichannel things.
8477
8478 === release 0.10.7 ===
8479
8480 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8481
8482         * configure.ac:
8483           releasing 0.10.7, "Leave the gun"
8484
8485 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8486
8487         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8489         Fix the build.
8490
8491 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8492
8493         * docs/libs/gst-plugins-base-libs-docs.sgml:
8494         * docs/libs/gst-plugins-base-libs-sections.txt:
8495         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8496         * gst-libs/gst/video/video.h:
8497         * gst/videoscale/Makefile.am:
8498         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8500         * tests/check/Makefile.am:
8501         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8502         (main):
8503           Fix integer overflow problem with pixel-aspect-ratio calculations
8504           in videoscale and xvimagesink (#341542)
8505
8506 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8507
8508         * gst-libs/gst/tag/gstid3tag.c:
8509           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8510
8511 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8512
8513         * win32/MANIFEST:
8514           update win32 files listing
8515
8516 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8517
8518         patch by: Sjoerd Simons (sjoerd@luon.net)
8519
8520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8521         (group_create), (group_destroy), (add_stream),
8522         (gst_play_base_bin_get_property),
8523         (gst_play_base_bin_get_streaminfo_value_array):
8524         * gst/playback/gstplaybasebin.h:
8525           API: GstPlayBaseBin::stream-info-value-array property
8526           use a more bindings-friendly way of exposing streaminfo
8527           using a GValueArray.  Tested in ipython.
8528           Closes #341114
8529
8530 2006-05-11  Wim Taymans  <wim@fluendo.com>
8531
8532         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8533         (queue_underrun_cb), (queue_filled_cb):
8534         Also catch queue underruns but don't do anything yet.
8535         Refactor and comment queue enlarging code a bit.
8536
8537         * gst/playback/gstplaybasebin.c: (queue_overrun),
8538         (queue_threshold_reached), (queue_out_of_data),
8539         (gen_preroll_element):
8540         If a queue over/underruns check that we don't create nasty
8541         deadlocks when the min-threshold is not reached but the
8542         max-bytes is. In those cases disable max-bytes when we
8543         know that the queue is fed timed data.
8544         Add more comments.
8545
8546 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * gst/playback/gstplaybin.c: (gen_audio_element):
8549           Make playbin automatically plug an 'audioresample'
8550           element before the audio sink as well. This solves
8551           problems with sinks that only accept a very specific
8552           sample rate, like esdsink (e.g. #340379).
8553
8554 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         * gst/playback/gstplaybasebin.c: (gen_source_element):
8557           Make http sources send special headers so that we receive
8558           icecast metadata if the http stream is an icecast stream
8559           (otherwise the server will just ignore them). This also
8560           means that from now on users will need the 'icydemux'
8561           element from gst-plugins-good installed if they want to
8562           listen to icecast radio streams. (#341432, #333657).
8563
8564 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8565
8566         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8567         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8568           remove stupid example from docs - it should come with a simple
8569           C program instead.
8570           Clean up/fix docs
8571         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8572         (fail_if_can_read), (GST_START_TEST),
8573         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8574           add a test for changing streamheader which exposes a bug in
8575           multifdsink
8576
8577 2006-05-11  Michael Smith  <msmith@fluendo.com>
8578
8579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8580         (gst_gnome_vfs_src_received_headers_callback):
8581         * ext/gnomevfs/gstgnomevfssrc.h:
8582           Don't set icy-caps unless we have a sane interval value. Move
8583           interval to a local variable; we never use it outside this function.
8584
8585 2006-05-11  Wim Taymans  <wim@fluendo.com>
8586
8587         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8589         Register special buffer types along with the objects so
8590         that they are not registered at runtime from N different
8591         streaming threads since they are not threadsafe.
8592
8593 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8594
8595         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8596         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8597           add two more tests, one doing streamheader
8598
8599 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8600
8601         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8602           clean up the bufqueue when shutting down
8603         * tests/check/Makefile.am:
8604         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8605         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8606         (main):
8607           add a test for the leak that was just fixed
8608
8609 2006-05-10  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/adder/gstadder.c: (gst_adder_setcaps),
8612         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8613         (gst_adder_src_event), (gst_adder_sink_event),
8614         (gst_adder_class_init), (gst_adder_finalize),
8615         (gst_adder_request_new_pad), (gst_adder_collected):
8616         * gst/adder/gstadder.h:
8617         Updated some docs. Added comments and FIXMEs all over the place.
8618         Improve debugging info.
8619         Fix leak on finalize by not calling the parent.
8620         Implement duration query.
8621         Make event forwarding threadsafe.
8622         Correctly send NEWSEGMENT at start and after flush.
8623         Handle EOS correctly.
8624         Post error when not negotiated.
8625
8626         * tests/check/elements/adder.c: (GST_START_TEST):
8627         Added FIXME in the test.
8628
8629 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8630
8631         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8632         (gst_text_overlay_halign_get_type),
8633         (gst_text_overlay_wrap_mode_get_type):
8634         * ext/theora/theoradec.c: (theora_handle_type_packet),
8635         (theora_handle_data_packet):
8636         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8637         (theora_enc_sink_setcaps), (theora_enc_chain):
8638         * gst-libs/gst/cdda/gstcddabasesrc.c:
8639         (gst_cdda_base_src_mode_get_type):
8640         * gst/audiotestsrc/gstaudiotestsrc.c:
8641         (gst_audiostestsrc_wave_get_type):
8642         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8643         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8644         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8645         (gst_sync_method_get_type), (gst_unit_type_get_type),
8646         (gst_client_status_get_type):
8647         * gst/videoscale/gstvideoscale.c:
8648         (gst_video_scale_method_get_type):
8649         * gst/videotestsrc/gstvideotestsrc.c:
8650         (gst_video_test_src_pattern_get_type):
8651         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8652         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8653         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8654         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8655         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8656         (paint_setup_RGB565), (paint_setup_xRGB1555):
8657           Const-ify GEnumValue and GFlagsValue arrays. Use
8658           GST_ROUND_UP_* macros instead of home-made ones.
8659
8660 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * configure.ac:
8663           Require core CVS for the new newsegment stuff.
8664
8665 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         Patch by: Sjoerd Simons  <sjoerd at luon net>
8668
8669         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8670           Register nick for enum value (#341160).
8671
8672 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8673
8674         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8675         (plugin_init):
8676          backout typefind patch #340375
8677          
8678         * tests/check/elements/adder.c: (message_received),
8679         (GST_START_TEST), (adder_suite):
8680           redo, signal-handling of test
8681
8682 2006-05-09  Wim Taymans  <wim@fluendo.com>
8683
8684         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8685         (gst_adder_collected):
8686         * gst/adder/gstadder.h:
8687         Remove bogus segment merging and forwarding, we don't
8688         care about timestamps anyway and we just produce a
8689         continuous stream. 
8690         Also create a nice NEWSEGMENT event when we start.
8691         Use _scale_int some more.
8692
8693 2006-05-09  Edward Hervey  <edward@fluendo.com>
8694
8695         * tests/icles/stress-xoverlay.c:
8696         Fix if core was built without parsing support.
8697
8698 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8701           Add SEDG (Samsung MPEG-4) fourcc.
8702
8703 2006-05-09  Edward Hervey  <edward@fluendo.com>
8704
8705         * tests/icles/stress-xoverlay.c:
8706         * tests/examples/volume/volume.c:
8707         Fix if core was built without parsing support.
8708
8709         * tests/examples/seek/seek.c:
8710         Disable the parse_launch example if core was built without parsing
8711         support.
8712
8713 2006-05-08  Edward Hervey  <edward@fluendo.com>
8714
8715         * autogen.sh: (CONFIGURE_DEF_OPT): 
8716         libtoolize on Darwin/MacOSX is called glibtoolize
8717
8718 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8719
8720         * tests/check/Makefile.am:
8721         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8722           Disable the adder test, until the build-slaves posses the kindness to 
8723           either like it or to give valid reason for not doing so 
8724
8725 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8726
8727         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8728         (adder_suite):
8729           Shuffle NULL state change around and raise timeout more
8730
8731 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8732
8733         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8734         (mp4_type_find), (plugin_init):
8735           Add typefind to distinguish between "audio/x-m4a" and new type
8736           "video/mp4". Fixes #340375
8737
8738         * tests/check/elements/adder.c: (adder_suite):
8739           Raise timeout to make buildbot happy
8740
8741 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8742
8743         * gst/adder/gstadder.c: (gst_adder_sink_event),
8744         (gst_adder_request_new_pad), (gst_adder_change_state):
8745         * gst/adder/gstadder.h:
8746         * tests/check/Makefile.am:
8747         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8748         (adder_suite), (main):
8749           Add sink-event handling to adder. It tries to merge incomming
8750           newsegment-events. Added test to check if segment_done is comming
8751           through. Fixes #340060
8752
8753 2006-05-05  Andy Wingo  <wingo@pobox.com>
8754
8755         * ext/theora/theoraparse.c (gst_theora_parse_init)
8756         (theora_parse_src_convert, theora_parse_src_query):
8757         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8758         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8759         query functions on the source pads of the theora and vorbis parse
8760         elements. Fixes position querying when doing a remux.
8761
8762 2006-05-05  Michael Smith  <msmith@fluendo.com>
8763
8764         * ext/theora/theoraparse.c: (parse_granulepos),
8765         (theora_parse_drain_queue_prematurely),
8766         (theora_parse_queue_buffer), (theora_parse_sink_event):
8767           Fix flushing.
8768           Fix invalid granulepos outputs when starting with a non-keyframe.
8769
8770 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8771
8772         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8773         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8774         Rearrange MPEG system stream detection, fixing some memleaks in the
8775         process.
8776         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8777         they clean up their data correctly.
8778         Remove unused ogganx caps and move the 'is_annodex' check to inside
8779         the 'is_ogg' if statement.
8780
8781 2006-05-05  Wim Taymans  <wim@fluendo.com>
8782
8783         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8784         Properly remove ghostpads. Fixes #340392
8785
8786 2006-05-04  David Schleef  <ds@schleef.org>
8787
8788         * gst/typefind/gsttypefindfunctions.c:
8789
8790 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8791
8792         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8793         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8794
8795         When typefinding an MP3 in push-based mode, don't penalise the
8796         probability down to 74% when we found 5 valid frames just because we
8797         can't peek the end of the file.
8798
8799         Make the probability for detecting MPEG Transport Streams based on the
8800         number of sequential headers we successfully detected.
8801
8802 2006-05-03  Wim Taymans  <wim@fluendo.com>
8803
8804         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8805         (vorbis_dec_push), (vorbis_dec_chain):
8806         Still produce an error when we receive an empty packet.
8807
8808 2006-05-03  Wim Taymans  <wim@fluendo.com>
8809
8810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8811         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8812         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8813         Mark buffers with DISCONT after seek and after activating new
8814         chains.
8815
8816         * ext/theora/gsttheoradec.h:
8817         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8818         (theora_get_query_types), (theora_dec_sink_event),
8819         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8820         (theora_dec_change_state):
8821         Fix frame counter.
8822         Detect and mark DISCONT buffers.
8823
8824         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8825         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8826         (vorbis_dec_change_state):
8827         * ext/vorbis/vorbisdec.h:
8828         Use GstSegment.
8829         Detect and mark DISCONT buffers.
8830         Don't crash on 0 sized buffers.
8831
8832 2006-05-03  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8835         (volume_transform_ip):
8836         Increase "volume" property to 10.0. Fixes #340369.
8837         Set the process function to NULL when capsnego fails so that
8838         we properly error out.
8839
8840 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8841
8842         * gst/playback/gstplaybin.c: (add_sink):
8843         * gst/playback/test.c: (main):
8844         * gst/playback/test5.c: (dump_element_stats):
8845         * gst/playback/test6.c: (main):
8846           free caps using gst_caps_unref, don't leak caps-strings
8847
8848 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8851         (plugin_init):
8852           Refine musepack typefinding a bit. Return MAXIMUM
8853           probability when we detect stream version 7 to make
8854           sure the mpeg audio typefinder doesn't trump us.
8855
8856 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8859           Protect against unexpected NULL strf_data buffer.
8860
8861 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8862
8863         * tests/check/elements/audioconvert.c: (verify_convert),
8864         (GST_START_TEST):
8865           interpret the out[] buffer in the order the bytes are actually
8866           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8867           Other tests should use BYTE_ORDER since the array is filled in
8868           with actual values
8869
8870 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8871
8872         * tests/check/elements/audioconvert.c: (verify_convert),
8873         (GST_START_TEST):
8874           when a test fails, give an indication of which it is
8875
8876 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8877
8878         * gst-libs/gst/cdda/gstcddabasesrc.c:
8879           compile fix; strtol() needs <stdlib.h>
8880
8881 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8882
8883         * ext/alsa/gstalsamixerelement.c:
8884         * ext/alsa/gstalsasrc.c:
8885         * ext/cdparanoia/gstcdparanoiasrc.c:
8886         * ext/gnomevfs/gstgnomevfssink.c:
8887         * ext/gnomevfs/gstgnomevfssrc.c:
8888         * ext/ogg/gstoggdemux.c:
8889         * ext/ogg/gstoggmux.c:
8890         * ext/ogg/gstoggparse.c:
8891         * ext/ogg/gstogmparse.c:
8892         * ext/pango/gstclockoverlay.c:
8893         * ext/pango/gsttextoverlay.c:
8894         * ext/pango/gsttextrender.c:
8895         * ext/pango/gsttimeoverlay.c:
8896         * ext/theora/theoradec.c:
8897         * ext/theora/theoraenc.c:
8898         * ext/vorbis/vorbisdec.c:
8899         * ext/vorbis/vorbisenc.c:
8900         * gst-libs/gst/audio/gstaudiofilter.c:
8901         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8902         * gst/audioconvert/gstaudioconvert.c:
8903         * gst/audiorate/gstaudiorate.c:
8904         * gst/audioresample/gstaudioresample.c:
8905         * gst/audiotestsrc/gstaudiotestsrc.c:
8906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8907         * gst/playback/gstdecodebin.c:
8908         * gst/playback/gstplaybin.c:
8909         * gst/playback/gststreamselector.c:
8910         * gst/subparse/gstsubparse.c:
8911         * gst/tcp/gstmultifdsink.c:
8912         * gst/tcp/gsttcpclientsink.c:
8913         * gst/tcp/gsttcpclientsrc.c:
8914         * gst/tcp/gsttcpserversink.c:
8915         * gst/tcp/gsttcpserversrc.c:
8916         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8917         * gst/videorate/gstvideorate.c:
8918         * gst/videoscale/gstvideoscale.c:
8919         * gst/videotestsrc/gstvideotestsrc.c:
8920         * gst/volume/gstvolume.c:
8921         * sys/v4l/gstv4ljpegsrc.c:
8922         * sys/v4l/gstv4lmjpegsink.c:
8923         * sys/v4l/gstv4lmjpegsrc.c:
8924         * sys/v4l/gstv4lsrc.c:
8925         * sys/ximage/ximagesink.c:
8926         * sys/xvimage/xvimagesink.c:
8927         * tests/check/libs/cddabasesrc.c:
8928           make GstElementDetails const
8929
8930 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8931
8932         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8933         (gst_adder_init):
8934           send events from src-pad to all sink-pads fixes #338657
8935
8936 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8939         (alsasink_parse_spec):
8940           query width capabilities from alsa, fixes #338919
8941
8942 2006-04-28  Wim Taymans  <wim@fluendo.com>
8943
8944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8945         (gst_multi_fd_sink_remove_client_link):
8946         * gst/tcp/gstmultifdsink.h:
8947         Fix race condition in multifdsink that can lead to spurious 
8948         duplicate clients. this patch adds a new signal that is fired when
8949         multifdsink has removed all references to the fd.
8950         Fixes #339574.
8951         Updated documentation.
8952         API: client-fd-removed signal added
8953
8954 2006-04-28  Michael Smith  <msmith@fluendo.com>
8955
8956         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8957           When asking g_value_array_new to prealloc elements, we may as well
8958           ask for the right number of elements.
8959
8960 2006-04-28  Wim Taymans  <wim@fluendo.com>
8961
8962         * gst-libs/gst/audio/gstbaseaudiosink.c:
8963         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8964         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8965         patch to make timestamp checking more tollerant to rounding 
8966         errors given that real discontinuities are to be marked on
8967         buffers. Fixes some asf files and #338778.
8968         Also avoid some crashers when we receive an event in the 
8969         NULL state.
8970
8971 2006-04-28  Michael Smith  <msmith@fluendo.com>
8972
8973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8974         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8975         (gst_gnome_vfs_src_get_property),
8976         (gst_gnome_vfs_src_send_additional_headers_callback),
8977         (gst_gnome_vfs_src_received_headers_callback),
8978         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8979         (gst_gnome_vfs_src_stop):
8980         * ext/gnomevfs/gstgnomevfssrc.h:
8981           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8982           proper shared support within icydemux.
8983
8984 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8985
8986         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8987         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8988           fix up docs
8989           fix a leak when no caps negotiated
8990           fix counting of input frames
8991         * tests/check/elements/.cvsignore:
8992         * tests/check/elements/videorate.c: (assert_videorate_stats),
8993         (GST_START_TEST), (videorate_suite):
8994           add tests for these
8995
8996 2006-04-28  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst-libs/gst/audio/gstringbuffer.c:
8999         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9000         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9001         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9002         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9003         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9004         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9005         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9006         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9007         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9008         Check arguments passed to public functions instead of
9009         crashing.
9010
9011 2006-04-28  Wim Taymans  <wim@fluendo.com>
9012
9013         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9014         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9015         GstBaseAudioSrc must be live or it does not work.
9016
9017         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9018         Don't set live to TRUE as this is the default in the parentclass.
9019
9020 2006-04-28  Wim Taymans  <wim@fluendo.com>
9021
9022         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9023         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9024         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9025         fixation cases better. Fixes #338991
9026
9027 2006-04-28  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9030         Handle 0/1 framerate correctly Fixes #331901.
9031
9032 2006-04-28  Wim Taymans  <wim@fluendo.com>
9033
9034         * tests/check/elements/audioconvert.c: (get_float_caps),
9035         (GST_START_TEST), (audioconvert_suite):
9036         Added check for correct clipping when doing float samples
9037         in audioconvert.
9038
9039 2006-04-28  Wim Taymans  <wim@fluendo.com>
9040
9041         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9042         (gst_video_rate_chain):
9043         Print more debugging info.
9044
9045 2006-04-28  Wim Taymans  <wim@fluendo.com>
9046
9047         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9048         (resample_set_state_from_caps):
9049         Add support for other formats audioresample can handle such as
9050         32 bits in and float and 64 bits float. Fixes #301759
9051
9052 2006-04-28  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/audioconvert/audioconvert.c: (float):
9055         correctly clip float samples > 1.0. Fixes #338718
9056
9057 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         Patch by: Young-Ho Cha  <ganadist at chollian net>
9060
9061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9062         (gst_text_overlay_render_text):
9063           Don't strip newlines from the text. Also, center lines
9064           within multi-line paragraphs (#339405).
9065
9066 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9069           Fix wavpack typefinding to work in more cases (don't peek
9070           for chunks of multiple hundred kBs at once, but process
9071           things step-by-step in smaller units). Fixes #339786.
9072
9073 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9074
9075         * configure.ac:
9076           back to HEAD
9077
9078 === release 0.10.6 ===
9079
9080 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9081
9082         * configure.ac:
9083           releasing 0.10.6, "Chao"
9084
9085 2006-04-26  David Schleef  <ds@schleef.org>
9086
9087         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9088           Fixes #338897.
9089
9090 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9091
9092         * configure.ac:
9093         * win32/common/config.h:
9094           new prerelease
9095
9096 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9097
9098         patch by: Wim Taymans
9099
9100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9101         (gst_ogg_demux_perform_seek):
9102           make sure correct newsegments are sent, so that the decoder
9103           and the demuxer agree on timestamps.  Fixes playback of a lot
9104           of Ogg files that do not start from 0.  Fixes #339833.
9105
9106 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         Patch by: Edward Hervey  <edward@fluendo.com>
9109
9110         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9111         * tests/check/Makefile.am:
9112         * tests/check/elements/videorate.c: (assert_videorate_stats),
9113         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9114         (videorate_suite), (main):
9115           Fix an infinite loop if frames are passed in with wrongly ordered
9116           timestamps.  Fixes #339013.
9117
9118 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9119
9120         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9123           fix typefinding on some ISO files.  Fixes #339212.
9124
9125 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9126
9127         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9128
9129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9130           add another H264 fourcc.  Fixes #339047.
9131
9132 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         Patch by: Jan Schmidt
9135
9136         * gst/playback/gststreamselector.c:
9137         (gst_stream_selector_bufferalloc):
9138           Restore old StreamSelector behaviour.
9139           Fixes #338419.
9140
9141 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9142
9143         * configure.ac:
9144         * win32/common/config.h:
9145           prerelease
9146
9147 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9150
9151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9152         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9153           Fix some memory leaks: on finalize, free buffers left in the queue
9154           before destroying the queue; in _push(), unref rtp_buf even if
9155           the process vfunc returned a NULL buffer as output buffer (#337548);
9156           demote some recuring debug messages to LOG level.
9157
9158 2006-04-11  Wim Taymans  <wim@fluendo.com>
9159
9160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9161         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9162         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9163         (gst_ogg_demux_loop):
9164         More cleanups.
9165         Respect segment stop when emiting EOS or SEGMENT_DONE.
9166         Fixes (#337945).
9167
9168 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst/playback/gststreamselector.c:
9171         (gst_stream_selector_get_property):
9172           Don't leak pad name.
9173
9174 2006-04-10  Michael Smith  <msmith@fluendo.com>
9175
9176         * tests/check/Makefile.am:
9177         * tests/check/gst-plugins-base.supp:
9178           Suppress an old libtheora bug (fixed in more recent versions), so 
9179           that FC4 buildslaves can pass.
9180
9181 2006-04-10  Wim Taymans  <wim@fluendo.com>
9182
9183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9184         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9185         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9186         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9187         (gst_ogg_demux_loop):
9188         Don't leak events.
9189         Remember what error we got when finding chains, if we
9190         were shutdown, that would not be an error.
9191
9192 2006-04-10  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst-libs/gst/audio/gstbaseaudiosink.c:
9195         (gst_base_audio_sink_event):
9196         Starting the ringbuffer when we did not acquire it can cause
9197         a deadlock, is pointless and causes nasty things for
9198         subclasses. 
9199         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9200
9201 2006-04-10  Wim Taymans  <wim@fluendo.com>
9202
9203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9204         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9205         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9206         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9207         (gst_ogg_demux_deactivate_current_chain),
9208         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9209         (gst_ogg_demux_bisect_forward_serialno),
9210         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9211         Add some more debugging.
9212
9213 2006-04-10  Wim Taymans  <wim@fluendo.com>
9214
9215         * ext/theora/theoradec.c: (theora_dec_src_event),
9216         (theora_handle_data_packet):
9217         Some more debug info.
9218
9219         * tests/examples/seek/seek.c: (start_seek), (main):
9220         Print element messages too.
9221
9222 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9223
9224         * gst/audioresample/debug.h:
9225           replace debug macros with variable number of parameters
9226           by a simple alias to gstreamer standard debug macros 
9227          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9228           supported by MSVC 6.0 and 7.1)
9229         * gst/audioresample/resample.h:
9230           define M_PI and rint for WIN32
9231         * win32/common/libgstaudio.def:
9232         * win32/common/libgstriff.def:
9233         * win32/common/libgsttag.def:
9234         * win32/common/libgstvideo.def:
9235           add new exported functions
9236         * win32/vs6:
9237           update project files
9238
9239 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9240
9241         * ext/alsa/gstalsamixeroptions.c:
9242         (gst_alsa_mixer_options_class_init):
9243         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9246         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9247         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9248         * gst-libs/gst/audio/gstaudiofilter.c:
9249         (gst_audio_filter_class_init):
9250         * gst-libs/gst/audio/gstaudiosink.c:
9251         (gst_audioringbuffer_class_init):
9252         * gst-libs/gst/audio/gstaudiosrc.c:
9253         (gst_audioringbuffer_class_init):
9254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9255         * gst-libs/gst/interfaces/colorbalancechannel.c:
9256         (gst_color_balance_channel_class_init):
9257         * gst-libs/gst/interfaces/mixeroptions.c:
9258         (gst_mixer_options_class_init):
9259         * gst-libs/gst/interfaces/mixertrack.c:
9260         (gst_mixer_track_class_init):
9261         * gst-libs/gst/interfaces/tunerchannel.c:
9262         (gst_tuner_channel_class_init):
9263         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9264         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9265         (gst_netbuffer_class_init):
9266         * gst-libs/gst/rtp/gstbasertppayload.c:
9267         (gst_basertppayload_class_init):
9268         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9270         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9271         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9272         * gst/playback/gststreamselector.c:
9273         (gst_stream_selector_class_init):
9274         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9275         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9276         * sys/v4l/gstv4lcolorbalance.c:
9277         (gst_v4l_color_balance_channel_class_init):
9278         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9279         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9280         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9281         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9282         (gst_v4l_tuner_norm_class_init):
9283         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9285         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9286         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9287
9288 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9289
9290         * ext/pango/gsttextrender.h:
9291         * gst-libs/gst/audio/gstaudiosink.h:
9292         * gst-libs/gst/audio/gstaudiosrc.h:
9293         * gst-libs/gst/audio/gstbaseaudiosink.h:
9294         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9295         * gst-libs/gst/audio/gstringbuffer.h:
9296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9297         * gst-libs/gst/rtp/gstbasertppayload.h:
9298         * gst-libs/gst/video/gstvideofilter.h:
9299         * gst-libs/gst/video/gstvideosink.h:
9300         * gst/playback/gstplaybasebin.h:
9301         * gst/tcp/gstmultifdsink.h:
9302         * sys/v4l/gstv4lelement.h:
9303         Fix broken GObject macros
9304
9305 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9306
9307         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9308         More debug to trace why my USB headset is not working with gst
9309
9310 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9311
9312         * gst/playback/gstplaybasebin.c: (group_destroy):
9313         Clean up our group elements properly in the case where it never 
9314         got committed - it still got added unconditionally to the bin.
9315
9316 2006-04-07  Wim Taymans  <wim@fluendo.com>
9317
9318         * ext/theora/theoradec.c: (theora_dec_sink_event),
9319         (theora_handle_data_packet), (theora_dec_chain):
9320         Unref unhandled events.
9321         Protect against empty buffers.
9322         Perform QoS on running time.
9323
9324 2006-04-07  Michael Smith  <msmith@fluendo.com>
9325
9326         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9327         (gst_vorbis_enc_chain):
9328           Remove leaks from vorbisenc.
9329           Mostly minor changes, the only significant one is that now the
9330           buffers we set as 'streamheader' on the caps are copies of the
9331           original buffers, to avoid circular refcounting problems.
9332
9333 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9334
9335         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9336           Don't remove our mute-probe if someone else already did so.
9337           Don't set a 2nd one if there is already one pending on the pad.
9338
9339         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9340         (do_playbin_seek):
9341           When a seek fails, ensure that playbin is still set back to playing.
9342           
9343         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9344         (mpeg_ts_type_find), (plugin_init):
9345           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9346
9347 2006-04-06  Andy Wingo  <wingo@pobox.com>
9348
9349         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9350         (gst_video_rate_init): Caps-related parameters should not be reset
9351         by a flush -- move their inits to the instance init function.
9352         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9353         is not OK, just return the result.
9354
9355         * gst/audiotestsrc/gstaudiotestsrc.c
9356         (gst_audio_test_src_class_init)
9357         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9358         broken by Stefan's commit on 24 March.
9359
9360         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9361         buffers being pushed out. Fixes oggmux ! multifdsink.
9362
9363 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9366         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9367         * ext/vorbis/vorbisdec.h:
9368         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9369         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9370         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9371         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9372         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9373         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9374         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9375         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9376         (gst_vorbis_enc_buffer_from_packet),
9377         (gst_vorbis_enc_buffer_from_header_packet),
9378         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9379         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9380         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9381         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9382         (gst_vorbis_enc_change_state):
9383         * ext/vorbis/vorbisenc.h:
9384           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9385           vorbisenc adhere to the official nomenclature; use boilerplate
9386           macro.
9387
9388 2006-04-04  Andy Wingo  <wingo@pobox.com>
9389
9390         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9391         Whoops, fix bug introduced. Bad hacker!
9392         
9393         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9394         Properly handle the case where you get EOS before any buffers are
9395         received. Use gst_buffer_make_metadata_writable where appropriate.
9396
9397         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9398         is often negative -- make it signed so as not to wrap around.
9399         Fixes segfaults introduced on 9 March.
9400
9401 2006-04-03  Wim Taymans  <wim@fluendo.com>
9402
9403         * ext/theora/gsttheoradec.h:
9404         * ext/theora/theoradec.c: (theora_dec_src_event):
9405         Don't try to store a gdouble in a gboolean.
9406         Small cleanups.
9407
9408 2006-04-03  Michael Smith  <msmith@fluendo.com>
9409
9410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9411           Oggmux sucks.
9412           Make it suck slightly less by writing out the final page.
9413           Still can't encode a vorbis-in-ogg file correctly, though.
9414
9415 2006-04-03  Andy Wingo  <wingo@pobox.com>
9416
9417         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9418         a g_print.
9419
9420         * ext/theora/theora.c (plugin_init): Register theoraparse.
9421
9422         * ext/theora/gsttheoraparse.h: 
9423         * ext/theora/theoraparse.c: New files implementing a theora
9424         parser. Now we can properly remux ogg/theora+vorbis, yay.
9425
9426         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9427
9428 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9429
9430         * gst/audiotestsrc/gstaudiotestsrc.c:
9431           Fixed the sample pipeline (see #323798)
9432
9433 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9434
9435         * configure.ac:
9436         * win32/common/config.h:
9437         * win32/common/config.h.in:
9438           use AS_VERSION and AS_NANO
9439           more cleanups
9440
9441 2006-03-31  Andy Wingo  <wingo@pobox.com>
9442
9443         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9444         uninitialized variable return that would happen.
9445         
9446         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9447         uninitialized variable return that would never happen.
9448
9449         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9450         (vorbis_parse_sink_event): Add an event function to flush our
9451         state on a seek, and to drain buffers on a premature EOS.
9452         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9453         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9454         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9455         (vorbis_parse_drain_queue): Queue up buffers until we can set
9456         their timestamps and granulepos values.
9457
9458         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9459         and keep track of data needed for deriving granulepos and
9460         timestamps for buffers.
9461
9462 2006-03-29  Wim Taymans  <wim@fluendo.com>
9463
9464         Patch by: j^ <j at bootlab dot org>
9465
9466         * ext/alsa/gstalsamixerelement.c:
9467         (gst_alsa_mixer_element_class_init):
9468         * ext/alsa/gstalsasink.c:
9469         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9470         * ext/ogg/gstoggdemux.c:
9471         * ext/ogg/gstoggmux.c:
9472         * ext/ogg/gstoggparse.c:
9473         * ext/pango/gstclockoverlay.c:
9474         * ext/pango/gsttextoverlay.c:
9475         * ext/pango/gsttextrender.c:
9476         * ext/pango/gsttimeoverlay.c:
9477         * ext/theora/theoradec.c:
9478         * ext/theora/theoraenc.c:
9479         * ext/vorbis/vorbisdec.c:
9480         * ext/vorbis/vorbisenc.c:
9481         * gst/audioconvert/gstaudioconvert.c:
9482         * gst/subparse/gstsubparse.c:
9483         * gst/tcp/gstmultifdsink.c:
9484         * gst/tcp/gsttcpclientsink.c:
9485         * gst/tcp/gsttcpclientsrc.c:
9486         * gst/tcp/gsttcpserversink.c:
9487         * gst/tcp/gsttcpserversrc.c:
9488           better/unified long descriptions
9489           Fixes #336477
9490
9491 2006-03-29  Wim Taymans  <wim@fluendo.com>
9492
9493         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9494         (stop_seek):
9495         Don't let double and triple clicks mess up our state.
9496
9497 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * gst/playback/gstplaybin.c: (gen_video_element),
9500         (gen_text_element), (gen_audio_element), (gen_vis_element):
9501           Error out gracefully when we can't create any of the usual
9502           conversion elements for some reason. Also, don't try to
9503           create an audioscale (sic) element that's not used anyway.
9504
9505 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * gst/playback/gstplaybasebin.c: (setup_source):
9508           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9509           element for a particular protocol, that's confusing for users.
9510           Instead, post a RESOURCE_FAILED error, so that our own error
9511           message is actually shown in totem etc. (#336303).
9512
9513 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9514
9515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9516
9517         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9518         (gst_gnome_vfs_src_get_icy_metadata):
9519           Fix some minor memory leaks (#336194).
9520
9521 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * ext/gnomevfs/gstgnomevfs.c:
9524         (gst_gnome_vfs_location_to_uri_string):
9525         * ext/gnomevfs/gstgnomevfs.h:
9526         * ext/gnomevfs/gstgnomevfssink.c:
9527         (gst_gnome_vfs_sink_set_property):
9528         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9529           Make gnomevfssink accept filenames as well as URIs for the
9530           "location" property, just like gnomevfssrc does (and
9531           filesrc/filesink do) (#336190).
9532
9533 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9534
9535         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9536           set to NULL before unreffing, fixes a valgrind leak.
9537           Why was this not triggering the error that an object needs to
9538           be NULL before unreffing ?
9539         * win32/common/config.h:
9540           update
9541
9542 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * gst/subparse/gstsubparse.c: (convert_encoding),
9545         (gst_sub_parse_change_state):
9546         * gst/subparse/gstsubparse.h:
9547           Text subtitle files may or may not be UTF-8. If it's not, we
9548           don't really want to see '?' characters in place of non-ASCII
9549           characters like accented characters. So let's assume the input
9550           is UTF-8 until we come across text that is clearly not. If it's
9551           not UTF-8, we don't really know what it is, so try the following:
9552           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9553           is set; if not, check (b) if the current locale encoding is
9554           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9555           the current locale encoding is UTF-8 and the environment variable
9556           was not set to any particular encoding. Not perfect, but better
9557           than nothing (and better than before, I think) (fixes #172848).
9558
9559 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9560
9561         * configure.ac:
9562           update core requirement to 0.10.4.1 because of async_playback
9563           vmethod on GstBaseSink
9564
9565 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9566
9567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9568         * gst/adder/gstadder.c: (gst_adder_init):
9569         use DEBUG_FUNCPTR for collectpads
9570
9571 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9572
9573         * docs/plugins/Makefile.am:
9574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9575         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9576         * ext/cdparanoia/gstcdparanoiasrc.c:
9577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9578         (gst_gnome_vfs_sink_class_init):
9579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9581         * ext/ogg/gstoggmux.c:
9582         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9583         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9584         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9585         * ext/pango/gsttextoverlay.c:
9586         * ext/pango/gsttextrender.c:
9587         * ext/theora/theoradec.c:
9588         * ext/theora/theoraenc.c:
9589         * ext/vorbis/vorbisdec.c:
9590         * ext/vorbis/vorbisenc.c:
9591         * gst-libs/gst/audio/gstaudiofilter.c:
9592         (gst_audio_filter_base_init):
9593         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9594         (gst_audio_filter_template_base_init):
9595         * gst/adder/gstadder.c: (gst_adder_get_type):
9596         * gst/adder/gstadder.h:
9597         * gst/audioconvert/gstaudioconvert.c:
9598         * gst/audiotestsrc/gstaudiotestsrc.c:
9599         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9600         (gst_audio_test_src_create):
9601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9602         * gst/playback/gstdecodebin.c:
9603         * gst/playback/gstplaybin.c:
9604         * gst/playback/gststreamselector.c:
9605         (gst_stream_selector_base_init):
9606         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9607         * gst/volume/gstvolume.c:
9608         * sys/v4l/gstv4lmjpegsink.c:
9609         * sys/v4l/gstv4lmjpegsrc.c:
9610         * tests/check/libs/cddabasesrc.c:
9611         * tests/old/examples/gob/gst-identity2.gob:
9612           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9613           define GstElementDetails at the top
9614
9615 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9616
9617         * win32/common/libgstinterfaces.def:
9618         Add a lot of export functions for gst-python
9619         * win32/vs6/libgstinterfaces.dsp:
9620         Add a missing include folder in the project configuration
9621         
9622 2006-03-23  Wim Taymans  <wim@fluendo.com>
9623
9624         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9625         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9626         (gst_base_audio_src_change_state):
9627         Fix audio sources, forgot to make the ringbuffer
9628         startable...
9629
9630 2006-03-23  Wim Taymans  <wim@fluendo.com>
9631
9632         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9633         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9634         (gst_base_audio_src_change_state):
9635         unparent instead of unref the ringbuffer.
9636
9637 2006-03-23  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst-libs/gst/audio/gstbaseaudiosink.c:
9640         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9641         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9642         Implement new async_play vmethod to start slaving and allow
9643         playback start in case of async PLAY state changes. 
9644
9645         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9646         Enable QoS with new method in base class.
9647
9648 2006-03-23  Wim Taymans  <wim@fluendo.com>
9649
9650         Patch by: Julien MOUTTE <julien at moutte dot net>
9651
9652         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9653         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9654         Partially handle 0 framerate, only EOS after the first frame
9655         is missing.
9656
9657 2006-03-23  Wim Taymans  <wim@fluendo.com>
9658
9659         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9660
9661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9662         (gst_riff_create_video_template_caps):
9663         * gst/ffmpegcolorspace/avcodec.h:
9664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9665         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9666         (gst_ffmpegcsp_avpicture_fill):
9667         * gst/ffmpegcolorspace/imgconvert.c:
9668         Patch for support of YVU9 AVI files (#334822)
9669
9670 2006-03-22  Edward Hervey  <edward@fluendo.com>
9671
9672         * docs/design/design-decodebin.txt:
9673         Added design document for new decodebin
9674         (Target Caps): text/x-pango-markup is also a default target caps.
9675
9676 2006-03-22  Wim Taymans  <wim@fluendo.com>
9677
9678         * gst-libs/gst/audio/gstbaseaudiosink.c:
9679         (gst_base_audio_sink_dispose):
9680         Since we _parent the ringbuffer, we also need to
9681         _unparent instead of a plain _unref.
9682
9683 2006-03-22  Wim Taymans  <wim@fluendo.com>
9684
9685         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9686         (stop_seek), (scrub_toggle_cb), (main):
9687         Add scrub checkbox.
9688
9689 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9690
9691         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9692         (gst_ogg_parse_chain):
9693           Fix very inefficient usage of linked lists (#335365).
9694
9695 2006-03-21  Edward Hervey  <edward@fluendo.com>
9696
9697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9698         * gst/playback/gstplaybin.c: (handoff):
9699         * gst/playback/gststreamselector.c:
9700         (gst_stream_selector_set_property):
9701         gcc 4.1 unreferenced pointer fixes.
9702         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9704         gst_buffer_ref() now takes a GstBuffer*.
9705
9706 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9707
9708         * sys/xvimage/xvimagesink.c:
9709         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9710         by Jan Schmidt.
9711
9712 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9715         (id3v1_type_find), (apetag_type_find), (plugin_init):
9716           Can't do tag preferences via probability, as tags would then
9717           lose against types that are recognised with MAXIMUM probability
9718           (like .wav); so let all tag typefinders return MAXIMUM themselves
9719           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9720           that we can prefer APE to ID3v1 (fixes #335028).
9721           
9722 2006-03-17  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst-libs/gst/audio/gstbaseaudiosink.c:
9725         (gst_base_audio_sink_change_state):
9726         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9727         (gst_ring_buffer_may_start):
9728         * gst-libs/gst/audio/gstringbuffer.h:
9729         Only start playback if we are playing.
9730         should fix #330748.
9731
9732 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9733
9734         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9735         * win32/common/config.h:
9736           Revert accidental commits to these files.
9737
9738 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9741
9742         * tests/Makefile.am:
9743           Don't try to build tests in tests/icles if we
9744           don't have X (#323852)
9745
9746 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * gst-libs/gst/tag/gstid3tag.c:
9749           Add TXXX frame identifiers for replaygain stuff as used
9750           by some taggers (see #323721).
9751
9752 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9753
9754         * gst/playback/gststreamselector.c:
9755         (gst_stream_selector_set_property),
9756         (gst_stream_selector_bufferalloc):
9757           Preserve the existing buggy streamselector behaviour by performing
9758           a fallback buffer allocation when downstream isn't linked yet.
9759           This should really be fixed in playbin by blocking pads until it's
9760           linked them.
9761           Also, use gst_pad_alloc_buffer instead of
9762           gst_pad_alloc_buffer_and_set.
9763
9764 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         * gst-libs/gst/tag/gstid3tag.c:
9767           Don't crash on unknown ID3v2 TXXX frames.
9768           
9769 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9770
9771         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9772           Chain up to the parent finalize method.
9773           Add 32-bit sample size to the template caps.
9774
9775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9776         (gst_riff_create_video_template_caps):
9777           Add the fourcc that the VMWare codec uses.
9778           
9779         * gst/playback/gststreamselector.c:
9780         (gst_stream_selector_set_property),
9781         (gst_stream_selector_bufferalloc),
9782         (gst_stream_selector_request_new_pad):
9783           For the active pad, forward buffer-alloc requests, otherwise
9784           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9785           having to memcpy every frame when used by playbin.
9786
9787         * gst/tcp/gstmultifdsink.c:
9788         (gst_multi_fd_sink_handle_client_write):
9789           Get negotiated caps from the sink pad, rather than the sink
9790           pad's peer.
9791
9792 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9795         
9796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9797           Don't forget to set src->callbacks_pushed to FALSE again when
9798           popping them, otherwise re-activation in a different mode won't
9799           work (#334620).
9800
9801 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9802
9803         Patch by: Sebastien Moutte  <sebastien moutte net>
9804
9805         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9806         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9807         (gst_ffmpeg_smpfmt_to_caps):
9808           Replace __VA_ARGS__ caps creation macros with varargs functions.
9809           Makes things compile on MSVC (#320765), looks nicer, and we can
9810           tell the compiler to check for the NULL terminator.
9811
9812 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9815
9816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9817           Make sure the buffer we copy into is really always big
9818           enough, this time for real (#333488).
9819           
9820 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9823           Add support for 24bpp DIB (#305279).
9824
9825 2006-03-14  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9828         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9830         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9831         (gst_video_scale_init), (gst_video_scale_src_event):
9832         Re-enable QoS after the release.
9833         Rework videoscale to use the base class src_event handler.
9834
9835 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9836
9837         * configure.ac:
9838           back to CVS.
9839
9840 === release 0.10.5 ===
9841
9842 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9843
9844         * configure.ac:
9845           releasing 0.10.5, "Net"
9846
9847 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         * docs/plugins/Makefile.am:
9850           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9851           
9852 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9856         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9857           Add cdparanoiasrc to docs.
9858
9859         * gst-libs/gst/cdda/gstcddabasesrc.c:
9860           More GstCddaBaseSrc docs.
9861
9862 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9863
9864         * docs/libs/gst-plugins-base-libs-sections.txt:
9865         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9866         * gst-libs/gst/tag/tag.h:
9867           API: libgsttag: new method gst_tag_from_id3_user_tag().
9868
9869 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9872           NULL-terminate array of mpeg4 video file extensions.
9873           Fixes crash on PPC (#334226).
9874
9875 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         * ext/gnomevfs/gstgnomevfssrc.c:
9878         (gst_gnome_vfs_src_check_get_range):
9879           gnome_vfs_uri_is_local() alone is not a good indicator
9880           whether we can operate in pull-mode with a specific URI,
9881           as it returns FALSE for file:// URIs that point to an
9882           NFS-mounted path. Be more conservative here: whitelist
9883           local files, blacklist http URIs and use the old
9884           mechanism for anything else (fixes #334216).
9885
9886 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9887
9888         * configure.ac:
9889           back to trunk
9890
9891 === release 0.10.4 ===
9892
9893 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9894
9895         * configure.ac:
9896           releasing 0.10.4, "Power"
9897
9898 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9899
9900         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9901         Disable max-lateness by setting it to -1 for now, so that 
9902         we can bed QoS stuff in thoroughly between now and the next
9903         release.
9904
9905 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9906
9907         Patch by: Fabrizio Gennari
9908
9909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9910           Make sure we don't read beyond the palette buffer in case of
9911           broken or manipulated files (#333488)
9912
9913 2006-03-10  Edward Hervey  <edward@fluendo.com>
9914
9915         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9916         Fix for variable not initialized.
9917
9918 2006-03-09  Wim Taymans  <wim@fluendo.com>
9919
9920         * ext/libvisual/visual.c: (gst_visual_get_type),
9921         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9922         (gst_visual_chain):
9923         Small cleanups.
9924
9925         * ext/theora/gsttheoradec.h:
9926         * ext/theora/theoradec.c: (gst_theora_dec_init),
9927         (gst_theora_dec_reset), (_theora_granule_time),
9928         (theora_dec_src_convert), (theora_dec_sink_convert),
9929         (theora_dec_src_query), (theora_dec_src_event),
9930         (theora_dec_sink_event), (theora_handle_comment_packet),
9931         (theora_handle_header_packet), (theora_dec_push),
9932         (theora_handle_data_packet), (theora_dec_chain),
9933         (theora_dec_change_state):
9934         Add simple QoS.
9935
9936 2006-03-09  Wim Taymans  <wim@fluendo.com>
9937
9938         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9939         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9940         Some cleanups.
9941
9942 2006-03-09  Wim Taymans  <wim@fluendo.com>
9943
9944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9945         Don't try to activate NULL chains.
9946
9947 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9950           Fix invalid memory access to region before peek'd data (#332964).
9951
9952 2006-03-09  Wim Taymans  <wim@fluendo.com>
9953
9954         Patch by: Christophe Fergeau
9955
9956         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9957         * ext/pango/gsttextrender.c: (gst_text_render_init):
9958         * gst/adder/gstadder.c: (gst_adder_init):
9959         Don't leak padtemplates, closes #333510.
9960
9961 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9962
9963         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9964           Fix invalid memory access: make sure string passed to
9965           regexec() is NUL-termianted.
9966
9967 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9970         (mp3_type_find):
9971           Refactor mpeg/audio typefinding to make it more maintainable
9972           and easier to fine-tune. Make probing into middle of the file
9973           work properly (fixes #333900, also see #152688).
9974
9975 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * gst/typefind/gsttypefindfunctions.c:
9978         (utf8_type_find_have_valid_utf8_at_offset):
9979           Remove part from previous commit that was bogus:
9980           g_utf8_validate() does in fact not accept embedded
9981           zeroes, so we don't need to check for those (thanks
9982           to Mike for the hint).
9983
9984 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9985
9986         * gst/typefind/gsttypefindfunctions.c:
9987         (utf8_type_find_count_embedded_zeroes),
9988         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9989           Make plain/text typefinder more conservative: firstly, check
9990           for embedded zeroes, which are perfectly valid UTF-8 characters,
9991           but also a fairly good sign that something is not a plain text
9992           file; secondly, probe into the middle of the file if possible.
9993           If we can't probe into the middle, limit the probability value
9994           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9995
9996 2006-03-08  Michael Smith  <msmith@fluendo.com>
9997
9998         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9999           Make typefind function name for mpeg4 video unique.
10000
10001 2006-03-08  Wim Taymans  <wim@fluendo.com>
10002
10003         * ext/libvisual/visual.c: (gst_visual_init),
10004         (gst_visual_clear_actors), (gst_visual_dispose),
10005         (gst_visual_reset), (gst_visual_src_setcaps),
10006         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10007         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10008         (gst_visual_chain), (gst_visual_change_state):
10009         Cleanups, post nice errors.
10010         Handle sink and src events.
10011         Implement simple QoS.
10012
10013         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10014         Use new basesink methods to configure max-lateness.
10015         Small doc update.
10016
10017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10018         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10019         Debug statement cleanups.
10020
10021         * gst/volume/gstvolume.c: (gst_volume_class_init):
10022         Simple cleanup.
10023
10024 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10027         (gst_text_overlay_init), (gst_text_overlay_set_property),
10028         (gst_text_overlay_get_property):
10029           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10030           as string type properties, but mark them deprecated. Add
10031           'halignment' and 'valignment' properties that use enums
10032           instead of strings.
10033
10034 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10035
10036         Patch by: Fabrizio Gennari
10037
10038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10039           Allow palettes with less than 256 colours in AVI files
10040           (#333488)
10041
10042 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10043
10044         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10045         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10046         pad. We were releasing the queued text buffer when we should keep
10047         it until video pad gets EOS or discard the text buffer because it's
10048         too old. That was eating the last subtitle buffer. Add some more
10049         debug.
10050
10051 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10054         (gst_text_overlay_video_chain):
10055           Fix invalid memory access (we can't access a buffer after it's been
10056           pushed downstream without taking a reference); fix memory leak (if
10057           there's no text to render, bail out before allocating stuff).
10058
10059 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10062         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10063         * ext/pango/gsttextoverlay.h:
10064           If input is plain text, escape it before passing it to
10065           pango_layout_set_markup().
10066
10067 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10070           Don't ignore flow return from gst_pad_push().
10071
10072 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         Patch by: Fabrizio Gennari
10075
10076         * ext/libvisual/visual.c: (gst_visual_getcaps),
10077         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10080         (gst_vorbisenc_convert_sink):
10081         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10082         (gst_audio_duration_from_pad_buffer):
10083         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10084         (gst_audio_filter_chain):
10085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10086         (gst_base_rtp_depayload_setcaps):
10087         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10088         (gst_video_get_size):
10089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10090           Don't leak references returned by gst_pad_get_parent()
10091           (#333663)
10092
10093 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10094
10095         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10096           change location param details
10097         * gst/volume/gstvolume.c: (plugin_init):
10098           correct plugin description
10099
10100 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10103         (gst_gnome_vfs_src_check_get_range):
10104           Override GstBaseSrc::check_get_range() in order to avoid opening
10105           the resource just to check whether we can operate in pull-mode or
10106           not - we can predict that pretty well from the URI alone. Should
10107           fix problems with last.fm (#331690). (Requires latest core CVS).
10108
10109 2006-03-06  Wim Taymans  <wim@fluendo.com>
10110
10111         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10112         (gst_video_sink_class_init):
10113         Throw away frames that are later than 20 ms.
10114
10115 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         Patch by: Fabrizio Gennari
10118
10119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10120           Set depth on WMA caps (#333545)
10121
10122 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10123
10124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10125         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10126           put Theora BOS pages before others.  This hardcodes
10127           the Ogg/Theora I profile, but hey.
10128
10129 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10130
10131         * ext/ogg/README:
10132           updated with some examples
10133         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10134         (granulepos_add), (theora_buffer_from_packet):
10135         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10136         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10137         (gst_vorbisenc_chain):
10138           implement strategy from ext/ogg/README
10139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10140         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10141         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10142         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10143           Fix muxer so that oggz-validate is happy with all streams;
10144           except for no eos mark, and the BOS page ordering
10145         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10146         (check_buffer_granulepos):
10147         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10148           update tests to check for OFFSET being set as requested
10149           fixed type of granulepos, it's not a ClockTime
10150
10151 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10152
10153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10154         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10155         Check that the xvimage we are creating has a correct size
10156         before returning it. (#314897)
10157
10158 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10161           Give id3 and ape tag typefinders a rank slightly higher
10162           than PRIMARY to ensure they're always run before any of
10163           the other typefinders (in particular wav and mp3) (#324186).
10164
10165 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10168           Add support for '3IVD' fourcc (#333403).
10169
10170 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * configure.ac:
10173           Bump requirements to GStreamer CVS for the new error enum.
10174
10175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10176           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10177           space left on the device (fixes #333352).
10178
10179 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10180
10181         * win32/vs6:
10182           add a project file for libgstvolume
10183           update the workspace
10184
10185 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10186
10187         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10188         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10189         (GST_START_TEST):
10190           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10191           Set IN_CAPS on header buffers
10192
10193 2006-03-02  Wim Taymans  <wim@fluendo.com>
10194
10195         * docs/plugins/Makefile.am:
10196         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10197         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10198         Add audioresample to docs.
10199
10200         * gst/audioconvert/gstaudioconvert.c:
10201         Add revision date.
10202
10203         * gst/audioresample/gstaudioresample.c:
10204         (gst_audioresample_base_init), (gst_audioresample_class_init),
10205         (gst_audioresample_init), (gst_audioresample_dispose),
10206         (audioresample_get_unit_size), (audioresample_transform_caps),
10207         (resample_set_state_from_caps), (audioresample_transform_size),
10208         (audioresample_set_caps), (audioresample_event),
10209         (audioresample_do_output), (audioresample_transform),
10210         (audioresample_pushthrough), (gst_audioresample_set_property),
10211         (gst_audioresample_get_property), (plugin_init):
10212         * gst/audioresample/gstaudioresample.h:
10213         Added docs.
10214         Small code cleanups.
10215
10216 2006-03-02  Wim Taymans  <wim@fluendo.com>
10217
10218         * docs/plugins/Makefile.am:
10219         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10220         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10221         Added videoscale to docs.
10222
10223         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10224         (gst_video_rate_swap_prev), (gst_video_rate_event),
10225         (gst_video_rate_chain):
10226         Fix typo in docs.
10227
10228         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10229         (gst_video_scale_init), (gst_video_scale_prepare_size),
10230         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10231         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10232         * gst/videoscale/gstvideoscale.h:
10233         Added docs, examples.
10234         Some code cleanups.
10235         Post errors instead of g_warning.
10236
10237 2006-03-02  Wim Taymans  <wim@fluendo.com>
10238
10239         * docs/libs/gst-plugins-base-libs-docs.sgml:
10240         * docs/libs/gst-plugins-base-libs-sections.txt:
10241         * docs/libs/gst-plugins-base-libs.types:
10242         * docs/plugins/Makefile.am:
10243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10245         Added some more docs to libs and plugins.
10246
10247         * gst-libs/gst/audio/gstringbuffer.c:
10248         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10249         * gst-libs/gst/audio/gstringbuffer.h:
10250         Document ringbuffer some more.
10251
10252         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10253         (gst_video_rate_setcaps), (gst_video_rate_reset),
10254         (gst_video_rate_init), (gst_video_rate_flush_prev),
10255         (gst_video_rate_swap_prev), (gst_video_rate_event),
10256         (gst_video_rate_chain), (gst_video_rate_change_state):
10257         * gst/videorate/gstvideorate.h:
10258         Fix videorate to use segments.
10259         Make it work with 0/1 framerates (closes #331903)
10260         Handle EOS correctly.
10261         Added docs.
10262
10263 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10266         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10267         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10268           In state change function, first chain up to parent class,
10269           then handle downwards state change stuff. Remove some
10270           commented out cruft from 0.8 code.
10271
10272 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10275         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10276         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10277         (gst_ogm_parse_chain):
10278           Don't remove/re-add source pad if the new caps are the same as
10279           the old caps anyway (#333042). When removing source pad, don't
10280           unref it afterwards - we didn't ref it when adding. Sprinkle some
10281           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10282           after using gst_pad_get_parent(). Return downstream flow return
10283           value in chain function.
10284
10285 2006-03-02  Wim Taymans  <wim@fluendo.com>
10286
10287         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10288         * docs/plugins/gst-plugins-base-plugins.args:
10289         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10290         * docs/plugins/gst-plugins-base-plugins.interfaces:
10291         * docs/plugins/gst-plugins-base-plugins.signals:
10292         Fix hierarchy, added some more elements to the docs.
10293
10294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10295         (gst_ffmpegcsp_get_type):
10296         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10297         Fix docs for ffmpegcolorspace.
10298
10299 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10302         (apetag_type_find), (ape_type_find), (plugin_init):
10303           Some typefinding fine-tuning:
10304           - rank ID3/APE tags in order of preference via probabilities, so that
10305             ID3v2 > APEv2 > APEv1 > ID3v1.
10306           - three or four bytes don't really justify MAXIMUM probability,
10307             change those to 'very likely' (musepack and monkeysaudio).
10308
10309 2006-03-01  Wim Taymans  <wim@fluendo.com>
10310
10311         * docs/plugins/Makefile.am:
10312         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10313         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10314         * ext/alsa/gstalsamixer.c:
10315         * ext/alsa/gstalsamixer.h:
10316         * ext/alsa/gstalsamixerelement.c:
10317         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10318         * ext/alsa/gstalsamixerelement.h:
10319         * ext/alsa/gstalsasink.c:
10320         * ext/alsa/gstalsasink.h:
10321         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10322         (gst_alsasrc_init):
10323         * ext/alsa/gstalsasrc.h:
10324         Added alsa docs.
10325         Small code cleanups.
10326
10327 2006-03-01  Wim Taymans  <wim@fluendo.com>
10328
10329         * ext/theora/Makefile.am:
10330         Dist new header too,
10331
10332 2006-03-01  Wim Taymans  <wim@fluendo.com>
10333
10334         * docs/plugins/Makefile.am:
10335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10337         * ext/gnomevfs/gstgnomevfssink.h:
10338         * ext/gnomevfs/gstgnomevfssrc.h:
10339         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10340         * ext/vorbis/vorbisdec.h:
10341         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10342         * ext/vorbis/vorbisenc.h:
10343         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10344         (vorbis_parse_chain), (vorbis_parse_change_state):
10345         * ext/vorbis/vorbisparse.h:
10346         * gst/audioconvert/gstaudioconvert.h:
10347         * gst/tcp/gsttcpserversink.h:
10348         * gst/videotestsrc/gstvideotestsrc.c:
10349         * gst/videotestsrc/gstvideotestsrc.h:
10350         * gst/volume/gstvolume.c:
10351         * gst/volume/gstvolume.h:
10352         Fix some more docs.
10353         Added docs for vorbisdec and vorbisparse.
10354         Fix vorbisparse.
10355
10356 2006-03-01  Wim Taymans  <wim@fluendo.com>
10357
10358         * docs/plugins/Makefile.am:
10359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10361         * ext/pango/gstclockoverlay.h:
10362         * ext/pango/gsttextoverlay.h:
10363         * ext/pango/gsttextrender.h:
10364         * ext/pango/gsttimeoverlay.h:
10365         * ext/theora/gsttheoradec.h:
10366         * ext/theora/gsttheoraenc.h:
10367         * ext/theora/theoradec.c:
10368         * ext/theora/theoraenc.c:
10369         * gst/audioconvert/gstaudioconvert.h:
10370         * gst/audiotestsrc/gstaudiotestsrc.h:
10371         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10373         * gst/tcp/gstmultifdsink.h:
10374         Updated/added documentation.
10375
10376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10377         (gst_text_overlay_halign_get_type),
10378         (gst_text_overlay_wrap_mode_get_type),
10379         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10380         (gst_text_overlay_init), (gst_text_overlay_set_property),
10381         (gst_text_overlay_get_property):
10382         Fix up properties to be enums instead of string to make bindings,
10383         introspection and automatic GUI creation possible.
10384         Add getters for the properties.
10385
10386 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10387
10388         * gst/audiotestsrc/gstaudiotestsrc.c:
10389           added defines of M_PI and M_PI_2
10390         * gst/ffmpegcolorspace/avcodec.h:
10391           removed #include "stdint.h" for win32 as _stdint.h is 
10392           autogenerated to win32/common
10393         * win32/common/libgstaudio.def:
10394         * win32/common/libgsttag.def:
10395           added some exports
10396         * win32/vs6:
10397           some project files bugs corrected
10398         * win32/vs7:
10399           project files are reset to the default vs7 configuration 
10400           (they link to msvcr71.dll using default optimizations)
10401           
10402 2006-02-28  Wim Taymans  <wim@fluendo.com>
10403
10404         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10405         Fix some docs.
10406
10407 2006-02-28  Edward Hervey  <edward@fluendo.com>
10408
10409         * ext/alsa/gstalsasrc.c:
10410         Set proper class on the ElementDetails:
10411         Source/Audio instead of Src/Audio/
10412
10413 2006-02-28  Edward Hervey  <edward@fluendo.com>
10414
10415         * gst/videoscale/vs_scanline.c:
10416         (vs_scanline_resample_nearest_RGBA):
10417         Revert optimization in videoscale. It should go in liboil and have
10418         an appropriate liboil function.
10419
10420 2006-02-28  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst-libs/gst/audio/gstbaseaudiosink.c:
10423         (gst_base_audio_sink_provide_clock):
10424         Don't try to provide a clock in the NULL state.
10425
10426 2006-02-28  Wim Taymans  <wim@fluendo.com>
10427
10428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10429         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10430         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10431         (gst_ogg_demux_deactivate_current_chain),
10432         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10433         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10434         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10435         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10436         Use GstSegment infrastructure to remove duplicated code
10437         and handle more seek cases correctly.
10438
10439 2006-02-28  Wim Taymans  <wim@fluendo.com>
10440
10441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10442         (gst_ffmpegcsp_transform):
10443         Don't ignore return code from ffmpeg convert function.
10444
10445         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10446         Split out some long statements to ease debugging.
10447
10448 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10449
10450         * ext/libvisual/visual.c: (gst_visual_init),
10451         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10452         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10453         being able to renegotiate the size. Instead, use the negotiation
10454         algorithm from the goom plugin to pick an initial output caps. 
10455
10456         Also, allow theoretical libvisual plugins that might support non-GL 
10457         output even if they also do GL.
10458
10459 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10460
10461         * ext/libvisual/visual.c: (gst_visual_init),
10462         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10463         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10464         possible negotiation issues.
10465
10466 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10467
10468         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10469
10470 2006-02-24  Michael Smith  <msmith@fluendo.com>
10471
10472         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10473         (cmml_type_find), (plugin_init):
10474           Fix CMML type find function to not require a specific minor version
10475           of the CMML header.
10476
10477           Add an MPEG4 video elementary stream typefind function.
10478
10479 2006-02-04  Michael Smith  <msmith@fluendo.com>
10480
10481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10482         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10483         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10484         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10485         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10486         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10487           Annodex support in ogg demuxer. Doesn't do very much without the
10488           other annodex patches (to come).
10489
10490 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10493
10494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10495           Pick up palette for MS video v1 (#327028)
10496
10497 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10500         (gst_ffmpegcsp_caps_remove_format_info),
10501         (gst_ffmpegcsp_get_unit_size):
10502           The 'palette_data' field from incoming RGB caps shouldn't be
10503           proxied on outgoing YUV caps; also, restrict unit size
10504           adjustment in case of paletted data only to the unit that
10505           actually has a palette. Fixes #330711.
10506
10507 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10510         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10511         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10512         (gst_ffmpegcsp_get_unit_size):
10513           Plug some memory leaks.
10514
10515 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * sys/ximage/Makefile.am:
10518         * sys/xvimage/Makefile.am:
10519           Add some _CFLAGS and _LIBS that seem to be missing
10520           and/or required for Cygwin (see #317048).
10521
10522 2006-02-22  Wim Taymans  <wim@fluendo.com>
10523
10524         * ext/alsa/gstalsasrc.c:
10525         Fix description as pointed out by caugier.
10526
10527 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10528
10529         Reviewed by : Edward Hervey  <edward@fluendo.com>
10530
10531         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10532         (qt_type_find):
10533         Better 3gp typefinding (#331526).
10534
10535 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10538           Don't send EOS event here, the base class will send one for us.
10539
10540         * gst/playback/gstplaybasebin.c: (prepare_output):
10541           Subpictures without video stream aren't allowed either.
10542         
10543         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10544           Fix debug statement copy'n'paste-o.
10545
10546 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10549           Fix issues with mixer keeping state when muting/unmuting
10550           and when changing the volume whilst muted (see #331763
10551           and #331765).
10552
10553 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10556         (parse_subrip), (gst_sub_parse_format_autodetect):
10557           Set right caps given that we send escaped text. Also,
10558           honour <i></i>, <b></b> and <u></u> markers that can be found
10559           in .srt files (fixes #310202).
10560
10561 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst-libs/gst/audio/mixerutils.c:
10564         (element_factory_rank_compare_func):
10565           Make order in which elements are tried more determinable.
10566
10567 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10568
10569         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10570         (remove_element_chain), (cleanup_decodebin),
10571         (gst_decode_bin_change_state): Make decodebin reusable by
10572         fixing remove_element_chain first and then introduce a
10573         cleaner in state change to ->NULL. (Closes #331678)
10574
10575 2006-02-19  Wim Taymans  <wim@fluendo.com>
10576
10577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10578         use 0666 mask when creating files so umask gets applied
10579         correctly. Fixes #331295.
10580
10581 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * gst/subparse/Makefile.am:
10584         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10585         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10586         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10587         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10588         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10589         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10590         * gst/subparse/gstssaparse.h:
10591         * gst/subparse/gstsubparse.c: (plugin_init):
10592           Add very basic parser for SSA subtitle streams (as often
10593           found in matroska files).
10594
10595 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10598           That should be text/x-pango-markup, not text/x-pango-layout.
10599
10600 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10601
10602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10603         Polishing.
10604
10605 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10606
10607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10608         (gst_text_overlay_finalize), (gst_text_overlay_init),
10609         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10610         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10611         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10612         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10613         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10614         Fix state change deadlock.
10615
10616 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10617
10618         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10619         (gst_text_overlay_finalize), (gst_text_overlay_init),
10620         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10621         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10622         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10623         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10624         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10625         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10626         and subtitles files.
10627
10628 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10629
10630         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10631         should be considered as raw.
10632
10633 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10634
10635         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10636         (cb_probe):
10637         * gst/playback/gststreaminfo.h: Introduce language informations.
10638
10639 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10640
10641         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10642         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10643         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10644         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10645         Set shared memory segments to be deleted as soon as we have attached,
10646         that way they get cleaned up automatically if we crash.
10647
10648 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10649
10650         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10651         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10652         functions are called with lock held.
10653
10654 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10655
10656         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10657         (gst_text_overlay_finalize), (gst_text_overlay_init),
10658         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10659         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10660         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10661         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10662         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10663         (gst_text_overlay_change_state): Refactoring of textoverlay
10664         without collectpads. This now supports sparse subtitles coming
10665         from a demuxer instead of a sub file. Seeking is still broken 
10666         though. Need to discuss with wtay some more on how to handle
10667         seeking correctly.
10668         * ext/pango/gsttextoverlay.h:
10669         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10670         subtitles coming from the demuxer.
10671
10672 2006-02-17  Wim Taymans  <wim@fluendo.com>
10673
10674         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10675         (gst_vorbisenc_convert_sink):
10676         Use some more scaling functions.
10677
10678 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * ext/cdparanoia/gstcdparanoiasrc.c:
10681         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10682         (gst_cd_paranoia_paranoia_callback),
10683         (gst_cd_paranoia_src_signal_is_being_watched),
10684         (gst_cd_paranoia_src_read_sector):
10685         * ext/cdparanoia/gstcdparanoiasrc.h:
10686           Add back 'transport-error' and 'uncorrected-error' signals and
10687           make them actually be fired when bad stuff happens (#319340).
10688
10689 2006-02-17  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10692         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10693         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10694         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10695         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10696         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10697         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10698         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10699         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10700         (gst_ring_buffer_clear):
10701         Small cleanups.
10702         Added some G_LIKELY.
10703
10704 2006-02-17  Wim Taymans  <wim@fluendo.com>
10705
10706         * gst-libs/gst/audio/TODO:
10707         Update TODO
10708
10709         * gst-libs/gst/audio/gstbaseaudiosink.c:
10710         (gst_base_audio_sink_get_offset):
10711         When trying to play samples ASAP and we don't have a
10712         previous sample, try to play at position 0 instead of
10713         an invalid position.
10714
10715 2006-02-17  Wim Taymans  <wim@fluendo.com>
10716
10717         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10718         (gst_alsasink_reset):
10719         Also release lock when we get an error in _reset();
10720         fix an error message.
10721
10722 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10725         (gst_alsasink_init), (get_channel_free_structure),
10726         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10727         (gst_alsasink_close):
10728         * ext/alsa/gstalsasink.h:
10729           Add support for more than 2 channels (#326720).
10730
10731 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10734           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10735           with 4 or 6 channels, assume a default channel layout to make things
10736           work (not sure there's anything else we can do in those cases).
10737
10738 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10739
10740         * gst-libs/gst/audio/multichannel.c:
10741           Minor docs fix.
10742
10743         * gst-libs/gst/riff/Makefile.am:
10744         * gst-libs/gst/riff/riff-ids.h:
10745         * gst-libs/gst/riff/riff-media.c:
10746         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10747           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10748           channels and a channel layout map.
10749           
10750 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10751
10752         Reviewed by Edward Hervey  <edward@fluendo.com>
10753
10754         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10755         C-level optimization of the RGBA nearest neighbour function.
10756         Eventually this might end up in liboil with vectorized versions.
10757
10758 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * gst-libs/gst/audio/multichannel.c:
10761         (gst_audio_get_channel_positions):
10762           When we have more than 2 channels, but no channel layout is
10763           specified in the caps, return some default channel layout
10764           to the caller and warn about about a possibly buggy element
10765           (could be buggy filtercaps as well of course) (#317038).
10766
10767 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10770           Add gst-libs/gst/cdda to list of lib search paths.
10771
10772 2006-02-15  Andy Wingo  <wingo@pobox.com>
10773
10774         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10775         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10776         to the Lord Jesus that I do not have to touch the ogg muxer ever
10777         again.
10778
10779 2006-02-15  Edward Hervey  <edward@fluendo.com>
10780
10781         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10782         quicktime movie files can also contain 'uuid' atoms.
10783
10784 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * gst/audioconvert/plugin.c: (plugin_init):
10787           Register the GstAudioChannelPosition enum type with the type
10788           system in the plugin_init function, so that it is known before
10789           any element actually makes use of multi-channel stuff. This is
10790           required for example if one wants to be able to deserialise/use
10791           a caps string with channel positions before any pipeline has
10792           been setup and started, like with gst-launch.
10793
10794 2006-02-14  Wim Taymans  <wim@fluendo.com>
10795
10796         * gst-libs/gst/audio/gstringbuffer.c:
10797         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10798         (gst_ring_buffer_samples_done), (wait_segment),
10799         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10800         Add some compiler G_(UN_)LIKELY help.
10801         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10802         make sure they can exit their functions. Should fix #330748
10803
10804 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         * Makefile.am:
10807         * configure.ac:
10808         * win32/MANIFEST:
10809         * win32/common/_stdint.h:
10810           Windows does not have long long; copy the generated _stdint.h
10811         * win32/common/interfaces-enumtypes.c:
10812         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10813         (gst_mixer_track_flags_get_type),
10814         (gst_tuner_channel_flags_get_type):
10815         * win32/common/multichannel-enumtypes.c:
10816         (gst_audio_channel_position_get_type):
10817           update
10818
10819 2006-02-13  Wim Taymans  <wim@fluendo.com>
10820
10821         * gst-libs/gst/audio/gstbaseaudiosink.c:
10822         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10823         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10824         Always sync on first sample we receive when starting.
10825
10826 2006-02-13  Wim Taymans  <wim@fluendo.com>
10827
10828         * gst/playback/gstplaybin.c: (gen_vis_element):
10829         Update vis bin docs.
10830         Move queue after tee so we don't queue video buffers but
10831         audio samples instead. Fixes problems where the video queue
10832         is filled and the audio queue empty.
10833
10834 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10837           No need to push an EOS event here, GstBaseSrc will do that for us
10838           when we return FLOW_UNEXPECTED.
10839           
10840 2006-02-12  Wim Taymans  <wim@fluendo.com>
10841
10842         * gst-libs/gst/audio/gstbaseaudiosink.c:
10843         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10844         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10846         Use scale functions when possible.
10847         Fix error messages.
10848         Free clockid when after waiting for EOS.
10849         Use G_(UN_)LIKLY when it makes sense.
10850         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10851
10852 2006-02-12  Edward Hervey  <edward@fluendo.com>
10853
10854         * gst/playback/gstplaybasebin.c: (prepare_output): 
10855         Remove stray semi-colon (fixes #330888).
10856
10857 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10858
10859         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10861         Fix up the XShm call testing so that we catch errors, and don't
10862         cause new ones by attempting to detach from a segment we failed
10863         to attach to. Fixes #312439.
10864
10865 2006-02-10  Edward Hervey  <edward@fluendo.com>
10866
10867         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10868         Added flv file typefind (video/x-flv).
10869
10870 2006-02-10  Edward Hervey  <edward@fluendo.com>
10871
10872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10873         (gst_riff_create_video_template_caps):
10874         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10875         Also added the caps to the default set of riff video caps.
10876
10877 2006-02-09  Andy Wingo  <wingo@pobox.com>
10878
10879         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10880         time and the end time of the last packet in the page.
10881         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10882         on the pages in our queue, set the duration as well. Reflow a
10883         debug statement.
10884         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10885         Fixes bad muxing order.
10886
10887 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10888
10889         * gst-libs/gst/rtp/gstbasertppayload.c:
10890         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10891           update seqnum before setting it on the packet; this makes sure
10892           that the timestamp and seqnum properties match after pushing
10893           a buffer
10894
10895 2006-02-09  Andy Wingo  <wingo@pobox.com>
10896
10897         * gst-libs/gst/audio/gstringbuffer.c
10898         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10899         overflow after 13.5 hours of recording. Kapow!
10900
10901         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10902         the buffer size -- we don't care about underrun/overrun reporting
10903         right now, just need to return a useful value.
10904
10905 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10906
10907         * configure.ac:
10908           Back to CVS
10909
10910 === release 0.10.3 ===
10911
10912 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10913
10914         * configure.ac:
10915           releasing 0.10.3, "Under Pressure"
10916
10917 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10918
10919         * configure.ac:
10920         Drat. Bump libtool version number for new API.
10921         Prelease 0.10.2.3 (of 0.10.3)
10922
10923 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10924
10925         * configure.ac:
10926         * win32/common/config.h:
10927         0.10.2.2 prerelease (of 0.10.3).
10928
10929 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10930
10931         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10932           Revert Andy's newsegment change pending a more correct
10933           fix.
10934
10935 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10936
10937         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10938         (qt_type_find), (plugin_init):
10939           detect more files as 3gp
10940           group and reorder the iso file formats
10941
10942 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * ext/vorbis/vorbis.c: (plugin_init):
10945           Register musicbrainz tags, so apps don't have to.
10946
10947 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10950         (gst_tag_to_vorbis_tag):
10951           Make sure we called gst_tag_register_musicbrainz_tags()
10952           before possibly mapping a vorbiscomment string from/to a
10953           musicbrainz tag.
10954
10955 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10958           In case we can't find the required number of consecutive
10959           mpeg audio frames to positively identify an MPEG audio
10960           stream, check if there's at least a valid mpeg audio
10961           frame right at offset 0 and if so suggest mpeg/audio
10962           caps with a very low probability (#153004).
10963
10964 2006-02-07  Andy Wingo  <wingo@pobox.com>
10965
10966         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10967         a TIME segment if we get timestamped buffers. Requires recent
10968         fixes in core to work properly.
10969
10970 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * gst/playback/gstplaybasebin.c: (prepare_output):
10973           Don't print the URI as part of the error message, it
10974           makes error dialogs look rather ugly, especially if
10975           the URI is very long or has characters in it that
10976           need escaping.
10977
10978 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * gst/playback/gstplaybasebin.c: (prepare_output):
10981           Error out if we have only text or subtitles, but nothing
10982           else. Also error out if we have subtitles but no video
10983           stream.
10984
10985 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10988           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10989           Post an error message on the bus when we encounter an
10990           error, which will hopefully be more meaningful than the
10991           'Internal Flow Error' message users get to see if we
10992           just return GST_FLOW_ERROR.
10993
10994 2006-02-07  Andy Wingo  <wingo@pobox.com>
10995
10996         * configure.ac (GST_MAJORMINOR): Update core version req to
10997         0.10.2.2, for the collectpads API addition (#330244).
10998
10999 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11002           Return FALSE from plugin_init() when GnomeVFS can't
11003           be initialised for some reason (#328423).
11004
11005 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11006
11007         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11008         Stick to seeking theory until i find the bug.
11009         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11010
11011 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11014         (theora_enc_finalize), (theora_enc_sink_setcaps),
11015         (theora_set_header_on_caps), (theora_enc_chain),
11016         (theora_enc_change_state):
11017         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11018           Make theoraenc and the tests leak free. Like, really.
11019
11020 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11021
11022         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11023         (theora_enc_finalize), (theora_enc_sink_setcaps):
11024           Add a finalize method to ensure we clean up state even if
11025           someone omitted the state change back to NULL.
11026
11027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11028         (gst_vorbisenc_chain):
11029           Free some more leaked bits.
11030
11031         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11032         (stop_pipeline):
11033           Wait for state changes to happen if they're ASYNC.
11034
11035           This ought to teach those fancy pants buildbots a lesson.
11036
11037 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11038
11039         * gst-libs/gst/tag/gstid3tag.c:
11040           Add mapping for ID3 International Standard Recording Code
11041           tag "TSRC"
11042
11043 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11044
11045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11046           Don't leak tag names.
11047
11048 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * docs/libs/gst-plugins-base-libs-docs.sgml:
11051         * docs/libs/gst-plugins-base-libs-sections.txt:
11052         * gst-libs/gst/tag/gstid3tag.c:
11053         * gst-libs/gst/tag/gstvorbistag.c:
11054         * gst-libs/gst/tag/tags.c:
11055           Split libgsttag docs into multiple sections.
11056
11057 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11058
11059         * docs/libs/Makefile.am:
11060         * docs/libs/gst-plugins-base-libs-docs.sgml:
11061         * docs/libs/gst-plugins-base-libs-sections.txt:
11062         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11063         * gst-libs/gst/tag/gstvorbistag.c:
11064         * gst-libs/gst/tag/tag.h:
11065         * gst-libs/gst/tag/tags.c:
11066           Add libgsttag to the docs.
11067
11068 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11069
11070         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11071         (gst_text_overlay_init), (gst_text_overlay_src_event),
11072         (gst_text_overlay_collected): Fix clockoverlay.
11073
11074 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * docs/libs/compiling.sgml:
11077           Fix typo: it's pkg-config, not pkg-gconfig
11078
11079         * docs/libs/gst-plugins-base-libs-docs.sgml:
11080         * docs/libs/gst-plugins-base-libs-sections.txt:
11081         * docs/libs/tmpl/gstgconf.sgml:
11082           There is no libgstgconf in 0.10, remove it
11083           from the docs.
11084
11085 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11086
11087         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11088         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11089         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11090         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11091         (gst_sub_parse_class_init), (gst_sub_parse_init),
11092         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11093         (parse_mpsub), (parser_state_init), (handle_buffer),
11094         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11095         * gst/subparse/gstsubparse.h: Introduce seeking code.
11096
11097 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11100           Add comment about LANGUAGE tag inconsistency (we want
11101           ISO-639-1, but extract three-letter identifiers?)
11102
11103         * po/POTFILES.in:
11104           Add two translatable files.
11105
11106 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * gst-libs/gst/tag/Makefile.am:
11109         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11110         * gst-libs/gst/tag/tag.h:
11111         * gst-libs/gst/tag/tags.c:
11112         (gst_tag_register_musicbrainz_tags_internal),
11113         (gst_tag_register_musicbrainz_tags):
11114           Forward-port some tags stuff from the 0.8 branch. This is
11115           mostly the addition of musicbrainz tags and their mapping
11116           to vorbistags, and a vorbistag mapping of the language tag.
11117
11118 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11119
11120         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11121         refactoring.
11122
11123 2006-02-04  David Schleef  <ds@schleef.org>
11124
11125         * ext/ogg/gstoggmux.c:
11126         * gst/typefind/gsttypefindfunctions.c:
11127           Add Dirac typefinding and add dirac format to oggmux.
11128
11129 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/playback/gstdecodebin.c: (try_to_link_1):
11132           Don't put essential function call into
11133           g_return_*() macro, otherwise it'll all be
11134           replaced by NOOPs when compiling with
11135           G_DISABLE_CHECKS defined.
11136
11137 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11138
11139         * ext/ogg/gstoggdemux.c:
11140         * ext/ogg/gstoggparse.c:
11141         * gst/tcp/gsttcpserversink.c:
11142         * sys/v4l/v4lsrc_calls.c:
11143         * sys/v4l/v4lsrc_calls.h:
11144         Just make it compile with --disable-gst-debug.
11145
11146 2006-02-03  Wim Taymans  <wim@fluendo.com>
11147
11148         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11149         (gst_alsasink_class_init), (gst_alsasink_init),
11150         (gst_alsasink_write), (gst_alsasink_reset):
11151         * ext/alsa/gstalsasink.h:
11152         Add lock to protect alsa calls.
11153         Implement reset to flush samples ASAP, does not work
11154         with dmix though.
11155
11156 2006-02-02  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst-libs/gst/audio/gstbaseaudiosink.c:
11159         (gst_base_audio_sink_provide_clock):
11160         Ugh.. getting late I guess...
11161
11162 2006-02-02  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst-libs/gst/audio/gstbaseaudiosink.c:
11165         (gst_base_audio_sink_provide_clock),
11166         (gst_base_audio_sink_set_property),
11167         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11168         Don't try to provide a clock when we are not negotiated since
11169         we might not be able to make it run.
11170
11171 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11172
11173         * gst/playback/gstdecodebin.c: (try_to_link_1):
11174           Unlinking two source pads is ... hard.
11175
11176 2006-02-02  Wim Taymans  <wim@fluendo.com>
11177
11178         * gst-libs/gst/audio/TODO:
11179         Updated.
11180
11181         * gst-libs/gst/audio/gstbaseaudiosink.c:
11182         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11183         On EOS, wait till the last sample is played before posting EOS.
11184
11185 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11186
11187         Patch by: Kai Vehmanen
11188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11189           Adds ability to enable newsegment bypass by setting queue_delay to
11190           zero. Also avoid thread being started if queue_delay is zero.
11191
11192 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11195           Make test work again by connecting fakesinks to each decoded pad,
11196           which makes the pipeline wait until each fakesink has a buffer
11197           queued before going to PAUSED state. At that point we know the
11198           decodebin pads are negotiated.
11199
11200 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11203         (gst_cdda_base_src_handle_event):
11204         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11205           Pass unhandled queries to the parent class's query function.
11206
11207 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11208
11209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11210         (gst_ogg_pad_src_query):
11211         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11212         * ext/theora/theoradec.c: (theora_dec_src_query),
11213         (theora_dec_sink_query):
11214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11215         (vorbis_dec_sink_query):
11216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11217         (gst_vorbisenc_sink_query):
11218         * gst/adder/gstadder.c: (gst_adder_query):
11219           Pass unhandled queries upstream instead of just
11220           dropping them (#326447). Also, fix supported
11221           query types list for some elements.
11222
11223 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11224
11225         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11226         (paris_type_find), (ilbc_type_find), (plugin_init):
11227           Fix typefinding for audio/x-au, audio/x-paris and
11228           audio/iLBC-sh. We cannot use the START_WITH macros
11229           here, because there can only be one typefind factory
11230           with the same name (caps), so the second one would
11231           replace the first one and the first one would never
11232           be called when doing typefinding (see #161712).
11233           
11234
11235 2006-01-31  Wim Taymans  <wim@fluendo.com>
11236
11237         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11238         (vorbis_handle_header_packet), (vorbis_dec_push),
11239         (vorbis_handle_data_packet):
11240         Use scale_int when we can, add some more scaling.
11241         Check packettype before parsing it.
11242
11243 2006-01-31  Wim Taymans  <wim@fluendo.com>
11244
11245         * ext/theora/theoradec.c: (_theora_granule_time),
11246         (theora_dec_src_convert), (theora_dec_sink_convert):
11247         Call right _scale functions.
11248         Use parameter instead of some other random value.
11249
11250 2006-01-31  Wim Taymans  <wim@fluendo.com>
11251
11252         * ext/theora/theoradec.c: (_theora_granule_frame),
11253         (_theora_granule_time), (_inc_granulepos),
11254         (theora_dec_src_convert), (theora_dec_sink_convert),
11255         (theora_handle_type_packet), (theora_handle_data_packet),
11256         (theora_dec_chain):
11257         Use higher precision timestamps calculation.
11258         Convert some other conversions to _scale.
11259
11260 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11261
11262         * gst/audiotestsrc/gstaudiotestsrc.c:
11263         (gst_audio_test_src_create_sine_table), (plugin_init):
11264         * gst/volume/gstvolume.c: (plugin_init):
11265           initialize gst_controller before using
11266
11267 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11268
11269         * tests/check/pipelines/theoraenc.c:
11270         * tests/check/pipelines/vorbisenc.c:
11271         Define constant using G_GINT64_CONSTANT to avoid errors when
11272         passing it around - otherwise it gets truncated to 32 bits.
11273
11274         Fixes failing tests.
11275
11276 2006-01-31  Andy Wingo  <wingo@pobox.com>
11277
11278         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11279         caps being set doesn't have a framerate value. Basically a stopgap
11280         measure.
11281
11282         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11283         technically correct enough to put into core though.
11284         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11285         DURATION. Fixes theoraenc ! oggmux.
11286
11287         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11288         fraction, not double.
11289
11290 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11291
11292         * win32/vs7:
11293         add vs7 project files created by Sergey Scobich
11294
11295 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11296
11297         * win32/vs8:
11298         add vs8 project files created by Sergey Scobich
11299         
11300 2006-01-30  Andy Wingo  <wingo@pobox.com>
11301
11302         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11303         timestamp + duration, not just timestamp -- ogg pages should be
11304         ordered by stop time. Necessary fix given the change in vorbis
11305         timestamps.
11306
11307         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11308         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11309         (granulepos_add): New function, handles the messiness of adjusting
11310         granulepos values.
11311         (theora_buffer_from_packet):
11312         (theora_enc_chain):
11313         (theora_enc_sink_event): Use granulepos_add, not +.
11314
11315         * tests/check/pipelines/theoraenc.c
11316         (check_buffer_granulepos_from_starttime): Just check the frame
11317         count, not the actual granulepos -- we can't dictate to the
11318         encoder when it should be placing keyframes.
11319
11320 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11321
11322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11323           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11324           play an http:// stream from a server that's not serving
11325
11326 2006-01-30  Andy Wingo  <wingo@pobox.com>
11327
11328         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11329         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11330         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11331         available.
11332
11333         * ext/theora/gsttheoraenc.h:
11334         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11335         although theoraenc was timestamping correctly. Added handling of
11336         streams that start with nonzero timestamps.
11337
11338         * tests/check/Makefile.am:
11339         * tests/check/pipelines/theoraenc.c: New file, basically does same
11340         tests as vorbisenc.
11341
11342         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11343
11344 2006-01-30  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst-libs/gst/audio/gstaudiosink.c:
11347         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11348         (gst_audioringbuffer_pause):
11349         Implement pause that does not wait for completion.
11350
11351         * gst-libs/gst/audio/gstbaseaudiosink.c:
11352         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11353         Don't drop buffers when going to PAUSED but perform preroll on
11354         remaining samples now that core base class supports this.
11355
11356         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11357         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11358         (gst_ring_buffer_commit):
11359         Pause should not signal waiters.
11360         Implement return value of _commit correctly.
11361
11362 2006-01-30  Andy Wingo  <wingo@pobox.com>
11363
11364         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11365
11366         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11367         updated to timestamp from the first sample, not the last.
11368         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11369         special care of granulepos and timestamp for header packets.
11370         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11371         when the first buffer has a nonzero timestamp.
11372
11373         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11374         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11375         case when the first audio buffer we get has a nonzero timestamp.
11376         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11377         properly timestamp vorbis buffers with the time of the first
11378         sample, not the last.
11379         
11380         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11381         vorbis_granule_time_copy -- now it takes the granule/subgranule
11382         offset into account.
11383
11384         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11385         timestamps, durations, and granulepos on buffers produced by
11386         vorbisenc.
11387
11388 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11389
11390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11391         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11392           Patch from Eric Jonas to support conversions to/from UYVY 
11393           (Fixes: #324626)
11394
11395 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11396
11397         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11398         (setup_subtitle), (setup_source), (set_active_source):
11399         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11400         (gen_text_element), (gen_audio_element), (gen_vis_element),
11401         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11402
11403 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11404
11405         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11406         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11407                 use gst_guint64_to_gdouble to be compliant with vs6
11408         * gst/playback/gstdecodebin.c: (try_to_link_1)
11409         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11410                 use G_GINT64_CONSTANT for int64 constants
11411         * win32/common/libgstinterfaces.def:
11412                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11413         * win32/vs6:
11414                 update and add new project files
11415                 
11416 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * Makefile.am:
11419         * win32/MANIFEST:
11420         * win32/common/interfaces-enumtypes.c:
11421         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11422         (gst_mixer_track_flags_get_type),
11423         (gst_tuner_channel_flags_get_type):
11424         * win32/common/interfaces-enumtypes.h:
11425         * win32/common/multichannel-enumtypes.c:
11426         (gst_audio_channel_position_get_type):
11427         * win32/common/multichannel-enumtypes.h:
11428           add a win32-update rule like in core, and copy over enumtypes files
11429
11430 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11431
11432         * win32/MANIFEST:
11433         * win32/common/config.h:
11434         * win32/common/config.h.in:
11435           add config files just like in core
11436
11437 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11440           Make gcc-4.1 happy (part of #327357).
11441
11442 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11443
11444         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11445         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11446         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11447         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11448         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11449         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11450           Update all error messages.  All of them should either use
11451           the default translated message, or actually provide a
11452           translatable string.
11453           Make the string for channel count problems meaningful.
11454
11455 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11456
11457         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11458           check for and throw RESOURCE_BUSY
11459
11460 2006-01-27  David Schleef  <ds@schleef.org>
11461
11462         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11463           checked in this change -- it requires liboil features not
11464           in 0.3.6.  Revert parts.
11465
11466 2006-01-27  David Schleef  <ds@schleef.org>
11467
11468         * REQUIREMENTS:
11469         * configure.ac: update liboil requirement to 0.3.6
11470         * gst/videoscale/Makefile.am:
11471         * gst/videoscale/vs_scanline.c: liboilify
11472
11473 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11474
11475         * ext/libvisual/visual.c: (get_buffer):
11476           When pad_alloc returns a GstFlowReturn other
11477           than GST_FLOW_OK, make sure it is passed upstream.
11478
11479 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11480
11481         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11482         (gst_alsasink_class_init):
11483           Free the device name string.
11484
11485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11486         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11487         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11488           Don't remove a pad from the collectpads structure until it
11489           is released - it's a request pad, and may receive data again
11490           if the element gets moved back to PLAYING state.
11491
11492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11493           Ensure we turn on double buffering on the Xv port, and
11494           set the colour key to something dark and mysterious that
11495           isn't black.
11496
11497 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11498
11499         * ext/alsa/gstalsaplugin.c: (plugin_init):
11500         * ext/cdparanoia/gstcdparanoiasrc.c:
11501         (gst_cd_paranoia_src_base_init), (plugin_init):
11502         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11504           - a library should not call setlocale. see "Libraries" node in
11505             gettext manual
11506           - make sure all plugins that use translation do bindtextdomain
11507             to point to the localedir
11508         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11509         (setup_sinks), (plugin_init):
11510           all this, and check for NULL when creating sinks
11511
11512 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11513
11514         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11515         (plugin_init): Make typefinding of subtitles work again.
11516
11517 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11518
11519         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11520         (mp3_type_frame_length_from_header), (mp3_type_find),
11521         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11522         (plugin_init):
11523           Backport a bunch of typefinding fixes from the 0.8 branch.
11524           Also, improve wavpack typefinding: if we can't peek the
11525           entire wavpack block, try to parse the bits we can get and
11526           see if we find what we're looking for in those.
11527
11528 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11529
11530         * sys/ximage/ximagesink.c:
11531         (gst_ximagesink_calculate_pixel_aspect_ratio):
11532         * sys/xvimage/xvimagesink.c:
11533         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11534         more cases of pixel aspect ratio.
11535
11536 2006-01-26  Edward Hervey  <edward@fluendo.com>
11537
11538         * gst/playback/gstdecodebin.c: (pad_probe):
11539         Also consider the flush-start and tag events as unblockers
11540         for the pad probes.
11541
11542 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11543
11544         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11545         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11546         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11547         On the fly visualisation switch, works disabling, enabling as
11548         well but it won't be able to enable vis in a playbin that was
11549         created with no visualisation.
11550
11551 2006-01-25  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst-libs/gst/audio/gstbaseaudiosink.c:
11554         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11555         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11556         resume after pause.
11557
11558 2006-01-25  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst-libs/gst/audio/gstbaseaudiosink.c:
11561         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11562         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11563         Improve debugging.
11564         Post error when caps cannot be parsed.
11565         Resync on discontinuity in the stream.
11566         Clip samples to segment boundaries.
11567         return WRONG_STATE sooner when we are flushing.
11568
11569         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11570         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11571         Make audiosrc operate in TIME.
11572         Set TIMESTAMP and DURATION on buffers.
11573
11574 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * tests/examples/seek/seek.c: (main):
11577           Output tag messages as well.
11578
11579 2006-01-23  Edward Hervey  <edward@fluendo.com>
11580
11581         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11582         (free_pad_probes), (remove_fakesink), (pad_probe),
11583         (close_pad_link), (gst_decode_bin_change_state):
11584         Replace GstPadBlockCallback with pad probes that detect
11585         first buffer AND eos before removing fakesink.
11586         Fixes hang with demuxers doing EOS while pre-rolling.
11587         Solves #328279
11588
11589 2006-01-23  Andy Wingo  <wingo@pobox.com>
11590
11591         * ext/alsa/gstalsasink.c:
11592         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11593         (gst_base_rtp_depayload_setcaps),
11594         (gst_base_rtp_depayload_add_to_queue),
11595         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11596         
11597         Patch by: Jens Granseuer <jensgr at gmx dot net>
11598
11599 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11600
11601         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11602         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11603         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11604         frames. We might get a frame destroyed after changing state to
11605         NULL, adding a safety check on xcontext.
11606
11607 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * gst-libs/gst/interfaces/xoverlay.c:
11610           Fix prepare-xwindow-id code example in the docs - we need to
11611           ignore all messages that aren't element messages as well.
11612           
11613 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11614
11615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11616           I think one day i'll completely undestand how caps negotiation
11617           is supposed to work. This refactoring handles buffer_alloc
11618           called with caps we can't handle. We definitely don't want a
11619           set_caps with those caps, so we define and allocate a buffer
11620           we would like to receive.
11621
11622 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst/playback/gstplaybasebin.c: (setup_source):
11625           Free iterator when done.
11626
11627 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11628
11629         * gst-libs/gst/audio/gstbaseaudiosink.c:
11630         (gst_base_audio_sink_render):
11631           Fix playback of non-synchronised streams by assuming a rate
11632           of 1.0 instead of a random one.
11633
11634           Makes this work again:
11635
11636           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11637           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11638           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11639           audioresample ! alsasink
11640
11641 === release 0.10.2 ===
11642
11643 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11644
11645         * configure.ac:
11646           releasing 0.10.2, "Then the devil is six"
11647
11648 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11649
11650         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11651         * gst/playback/gststreamselector.c:
11652         (gst_stream_selector_set_property):
11653           Comment out broken code that connects to the state-changed signal.
11654           At this point, changing current stream selection is broken, but 
11655           stuff like gst-launch playbin current-audio=1 works and filters
11656           to the chosen stream.
11657
11658 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11659
11660         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11661           Fix #327216 (null dereference in vorbisdec)
11662
11663 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11666           Post taglist actually on bus instead of just freeing it
11667           (fixes #327114 and totem bug #327080).
11668
11669         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11670           Use gst_element_found_tags_for_pad(), so that the tags
11671           are sent downstream as an event as well.
11672
11673 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11674
11675         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11676         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11677         (gst_ximagesink_buffer_alloc):
11678         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11679         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11680         (gst_xvimagesink_buffer_alloc):
11681           move all regularly occurring messages to GST_LOG level
11682           add some more object logs
11683
11684 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11687           fix a silly segfault
11688
11689 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11690
11691         * docs/libs/gst-plugins-base-libs-docs.sgml:
11692         * docs/libs/gst-plugins-base-libs-sections.txt:
11693         * gst-libs/gst/audio/mixerutils.c:
11694         * gst-libs/gst/audio/mixerutils.h:
11695           Add docs for mixerutils stuff.
11696
11697 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * gst/playback/gstplaybasebin.c: (setup_source):
11700           Fix playback for sources that emit raw audio or
11701           raw video streams (e.g.: cd audio sources) (#325984).
11702
11703 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11704
11705         * gst-libs/gst/audio/mixerutils.c:
11706         (gst_audio_mixer_filter_do_filter):
11707           actually save the element we create
11708
11709 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * gst-libs/gst/cdda/gstcddabasesrc.c:
11712         (gst_cdda_base_src_handle_track_seek):
11713           No need to post a tag message on the bus when seeking
11714           within the same track, only post it when the current
11715           track changes.
11716
11717 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * gst/playback/gstplaybasebin.c: (group_destroy),
11720         (probe_triggered), (new_decoded_pad), (mute_group_type),
11721         (set_active_source):
11722         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11723         * gst/playback/gststreamselector.c:
11724         (gst_stream_selector_base_init),
11725         (gst_stream_selector_set_property),
11726         (gst_stream_selector_request_new_pad):
11727           Reenable stream selection. These mechanisms need a complete overhaul
11728           in the face of 0.8->0.10 changes though.
11729
11730 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11731
11732         * ext/ogg/gstoggdemux.c:
11733           Change the pad template to src_%d to match the pads that 
11734           are created from it. decodebin needs this information in order
11735           to decide that oggdemux is capable of producing multiple pads
11736           (and hence needs queues inserted).
11737
11738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11739         (gst_ogg_mux_collected):
11740           Make debug output more useful by using GST_PTR_FORMAT.
11741
11742 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11743
11744         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11745
11746         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11747           Set depth and width for alaw/mulaw (fixes #326601).
11748
11749 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11750
11751         * tests/icles/Makefile.am:
11752           don't build the tests if we don't have the libs
11753
11754 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11757         (gst_cd_paranoia_paranoia_callback):
11758           Don't try to free NULL pointers.
11759
11760 2006-01-10  Edward Hervey  <edward@fluendo.com>
11761
11762         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11763         (gst_audio_rate_change_state), (plugin_init):
11764         Add debugging category.
11765         Fix type issues.
11766         Add case for incoming buffers without valid offset/offset_end.
11767
11768 2006-01-10  Michael Smith  <msmith@fluendo.com>
11769
11770         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11771           Don't leak GCond in audio sources.
11772
11773 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11774
11775         * gst/playback/gstplaybin.c: (gen_audio_element):
11776           Don't leak an autoaudiosink/alsasink when we generate
11777           a new audio element. (old code, I guess)
11778
11779 2006-01-10  Michael Smith  <msmith@fluendo.com>
11780
11781         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11782           Support float audio in audiorate.
11783           Use width rather than depth for selecting sample width.
11784
11785 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/videotestsrc/videotestsrc.h:
11788           Use GLib types here (that way we don't have to include the
11789           generated _stdint.h header, which makes life easier for win32
11790           folks that don't use autotools for the build) (#325990, patch
11791           by: Sergey Scobich).
11792
11793 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11796         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11797         (gst_ring_buffer_pause), (wait_segment):
11798         * gst-libs/gst/audio/gstringbuffer.h:
11799           Name (private) union, makes Forte compiler happy (this time
11800           for real) (#324900).
11801
11802 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst-libs/gst/audio/Makefile.am:
11805           Link against libgstinterfaces, needed for mixer
11806           and property probe stuff.
11807
11808 2006-01-09  Edward Hervey  <edward@fluendo.com>
11809
11810         * gst-libs/gst/Makefile.am:
11811
11812 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst-libs/gst/audio/Makefile.am:
11815         * gst-libs/gst/audio/mixerutils.c:
11816         (gst_audio_mixer_filter_do_filter),
11817         (gst_audio_mixer_filter_check_element),
11818         (gst_audio_mixer_filter_probe_feature),
11819         (element_factory_rank_compare_func),
11820         (gst_audio_default_registry_mixer_filter):
11821         * gst-libs/gst/audio/mixerutils.h:
11822           Add gst_audio_default_registry_mixer_filter() utility
11823           function.
11824
11825 2006-01-03  Michael Smith  <msmith@fluendo.com>
11826
11827         * gst/audioresample/resample.h:
11828           As before, but for o_buf
11829
11830 2006-01-03  Michael Smith  <msmith@fluendo.com>
11831
11832         * gst/audioresample/resample.h:
11833           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11834           since we do arithmetic on it.
11835
11836 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11839         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11840         (gst_ring_buffer_pause), (wait_segment):
11841         * gst-libs/gst/audio/gstringbuffer.h:
11842           Sun's Forte compiler doesn't seem to like anonymous structs,
11843           so use same setup as in GstBaseSrc (fixes #324900).
11844
11845 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11846
11847         * configure.ac:
11848         * gst/volume/Makefile.am:
11849         * gst/volume/demo.c:
11850           move old example to tests/examples/volume/volune.c
11851         * tests/examples/Makefile.am:
11852         * tests/examples/seek/seek.c: (main):
11853           change window-close event from "delete-event" to "destroy"
11854         * tests/examples/volume/Makefile.am:
11855         * tests/examples/volume/volume.c: (value_changed_callback),
11856         (setup_gui), (message_received), (eos_message_received), (main):
11857           fix event handling and bus usage
11858
11859 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11860
11861         * gst/audiotestsrc/gstaudiotestsrc.c:
11862         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11863         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11864         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11865         (gst_audio_test_src_create_square),
11866         (gst_audio_test_src_create_saw),
11867         (gst_audio_test_src_create_triangle),
11868         (gst_audio_test_src_create_silence),
11869         (gst_audio_test_src_create_white_noise),
11870         (gst_audio_test_src_create_pink_noise),
11871         (gst_audio_test_src_init_sine_table),
11872         (gst_audio_test_src_create_sine_table),
11873         (gst_audio_test_src_change_wave),
11874         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11875         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11876         * gst/audiotestsrc/gstaudiotestsrc.h:
11877           update to basesrc changes, implement segmented seeking and eos
11878           handling, add a 'sine-tab' waveform for performance critical playback
11879
11880 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11881
11882         * po/POTFILES.in:
11883           ... and this time the other modified file that I missed last time.
11884
11885 2005-12-29  Michael Smith  <msmith@fluendo.com>
11886
11887         * gst/playback/gstdecodebin.c: (new_pad):
11888           Fix non-C89 variable declaration not at the start of a block. Should
11889           help some compilers.
11890
11891 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * tests/check/Makefile.am:
11894           And now fix 'make distcheck' (builddir != srcdir)
11895
11896 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * configure.ac:
11899         * ext/cdparanoia/Makefile.am:
11900         * ext/cdparanoia/gstcdparanoia.c:
11901         * ext/cdparanoia/gstcdparanoia.h:
11902         * ext/cdparanoia/gstcdparanoiasrc.c:
11903         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11904         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11905         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11906         (gst_cd_paranoia_paranoia_callback),
11907         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11908         (gst_cd_paranoia_src_set_property),
11909         (gst_cd_paranoia_src_get_property), (plugin_init):
11910         * ext/cdparanoia/gstcdparanoiasrc.h:
11911           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11912           plugin again (there are still fixes required to playbin to make
11913           cdda:// uris work there).
11914
11915 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11916
11917         * tests/check/Makefile.am:
11918           Fix test case compilation.
11919
11920 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * gst-libs/gst/cdda/gstcddabasesrc.c:
11923         (gst_cdda_base_src_update_duration),
11924         (gst_cdda_base_src_calculate_cddb_id):
11925           An integer is not a string. Fix access to uninitialised variable.
11926
11927         * tests/check/Makefile.am:
11928           Add cddabasesrc unit test; also actually enable the vorbis test.
11929
11930         * tests/check/generic/states.c:
11931           Blacklist new cd audio elements as well.
11932
11933         * tests/check/libs/cddabasesrc.c:
11934           Unit test for GstCddaBaseSrc (discid calculation mostly).
11935
11936 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * docs/libs/Makefile.am:
11939         * docs/libs/gst-plugins-base-libs-docs.sgml:
11940         * docs/libs/gst-plugins-base-libs-sections.txt:
11941         * docs/libs/gst-plugins-base-libs.types:
11942           Add docs for libgstcdda/GstCddaBaseSrc.
11943
11944         * gst-libs/gst/interfaces/mixertrack.h:
11945           Do one struct member per line with a semicolon at the end, that way
11946           even gtk-doc might parse it without complaining.
11947
11948 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * configure.ac:
11951         * gst-libs/gst/Makefile.am:
11952         * gst-libs/gst/cdda/Makefile.am:
11953         * gst-libs/gst/cdda/base64.c:
11954         * gst-libs/gst/cdda/base64.h:
11955         * gst-libs/gst/cdda/gstcddabasesrc.c:
11956         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11957         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11958         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11959         (gst_cdda_base_src_get_property),
11960         (gst_cdda_base_src_get_track_from_sector),
11961         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11962         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11963         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11964         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11965         (gst_cdda_base_src_uri_get_protocols),
11966         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11967         (gst_cdda_base_src_uri_handler_init),
11968         (gst_cdda_base_src_setup_interfaces),
11969         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11970         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11971         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11972         (gst_cdda_base_src_add_tags),
11973         (gst_cdda_base_src_add_index_associations),
11974         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11975         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11976         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11977         (gst_cdda_base_src_create):
11978         * gst-libs/gst/cdda/gstcddabasesrc.h:
11979         * gst-libs/gst/cdda/sha1.c:
11980         * gst-libs/gst/cdda/sha1.h:
11981           Add new libgstcdda with GstCddaBaseSrc class.
11982
11983 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * ext/gnomevfs/gstgnomevfssink.h:
11986           Use GstBaseSinkClass as parent_class member for class struct, not
11987           GstBaseSink.
11988
11989 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         Patch by: Michael Benes
11992
11993         * gst/videotestsrc/gstvideotestsrc.c:
11994         (gst_video_test_src_class_init), (gst_video_test_src_start):
11995           Add start method to reset running time and number of frames sent
11996           when starting up (fixes #324696)
11997
11998 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * docs/plugins/Makefile.am:
12001         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12002         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12003         * docs/plugins/gst-plugins-base-plugins.args:
12004         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12005         * docs/plugins/gst-plugins-base-plugins.signals:
12006           Add docs stuff for gnomevfssrc and gnomevfssink.
12007
12008         * ext/gnomevfs/gstgnomevfssrc.c:
12009           Fix example pipeline in gtk-doc blurb.
12010
12011 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * ext/gnomevfs/Makefile.am:
12014         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12015         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12016         (gst_gnome_vfs_handle_get_type), (plugin_init):
12017         * ext/gnomevfs/gstgnomevfs.h:
12018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12019         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12020         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12021         (gst_gnome_vfs_sink_set_property),
12022         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12023         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12024         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12025         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12026         (gst_gnome_vfs_sink_uri_get_type),
12027         (gst_gnome_vfs_sink_uri_get_protocols),
12028         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12029         (gst_gnome_vfs_sink_uri_handler_init):
12030         * ext/gnomevfs/gstgnomevfssink.h:
12031           Port gnomevfssink; add gtk-doc blurb.
12032
12033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12034         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12035         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12036         (gst_gnome_vfs_src_uri_get_type),
12037         (gst_gnome_vfs_src_uri_get_protocols),
12038         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12039         (gst_gnome_vfs_src_uri_handler_init),
12040         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12041         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12042         (gst_gnome_vfs_src_send_additional_headers_callback),
12043         (gst_gnome_vfs_src_received_headers_callback),
12044         (gst_gnome_vfs_src_push_callbacks),
12045         (gst_gnome_vfs_src_pop_callbacks),
12046         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12047         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12048         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12049         * ext/gnomevfs/gstgnomevfssrc.h:
12050           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12051           file; add gtk-doc blurb with example pipelines.
12052
12053 === release 0.10.1 ===
12054
12055 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12056
12057         * configure.ac:
12058           releasing 0.10.1, "Dobro Dedek"
12059
12060 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12061
12062         * gst/typefind/gsttypefindfunctions.c:
12063         iLBC30 and iLBC20 added to typefind.
12064
12065 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12066
12067         * gst-libs/gst/audio/gstbaseaudiosink.c:
12068         (gst_base_audio_sink_class_init):
12069         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12070         (gst_base_audio_src_class_init):
12071           update strings, values are in microseconds
12072           change the default sink buffer time to something that is smaller
12073           (to help software volume mixing have a slightly lower delay) but
12074           still be acceptable on Wim's laptop
12075
12076 2005-12-20  Edward Hervey  <edward@fluendo.com>
12077
12078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12079         Made a quack, forgot to add DUCK to the riff video template.
12080
12081 2005-12-19  Edward Hervey  <edward@fluendo.com>
12082
12083         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12084         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12085         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12086         (gst_ogm_parse_chain):
12087         Make sure pads are initialized correctly.
12088         * gst-libs/gst/riff/riff-ids.h:
12089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12090         (gst_riff_create_video_template_caps):
12091         Add a whole bunch of FOURCC <=> MimeType.
12092         Extend the riff video pad template to support the newly added fourcc.
12093
12094 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12095
12096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12097         (gst_ogg_demux_activate_chain):
12098           Extra debug output when activating/deactivating chains.
12099
12100         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12101         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12102         (unlinked):
12103           Remove a queue from our list when it becomes unlinked.
12104           Don't add queues to elements in class 'Demux' if they
12105           can only produce one pad 
12106
12107 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12108
12109         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12110         (gst_video_sink_get_type): Add a debug category.
12111
12112 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12113
12114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12115         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12116           Handle downstream newsegment by sending our own newsegment before the
12117           next buffer to be released. (#323900)
12118
12119 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12120
12121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12122         (gst_base_rtp_depayload_set_gst_timestamp):
12123           add queue delay to new segment as well (as opposed to just the first
12124           buffer). (bug #322347)
12125
12126 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12127
12128         * ext/libvisual/visual.c: (make_valid_name):
12129           change some char* into char[]
12130         * gst/audiotestsrc/gstaudiotestsrc.c:
12131         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12132         (gst_audio_test_src_create):
12133         * gst/audiotestsrc/gstaudiotestsrc.h:
12134           prepare to handle EOS and SEGMENT_DONE
12135
12136 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * tests/check/generic/states.c: (GST_START_TEST):
12139           Blacklist cdparanoia element in state test.
12140
12141 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12142
12143           Patch by: Benjamin Pineau
12144
12145         * gst/tcp/gsttcp.c:
12146         * gst/tcp/gsttcpclientsink.c:
12147         * gst/tcp/gsttcpserversink.c:
12148         * gst/tcp/gsttcpserversrc.c:
12149           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12150
12151 2005-12-15  Michael Smith  <msmith@fluendo.com>
12152
12153         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12154         (gst_video_rate_chain):
12155           Fix timestamping for videorate when the first buffer it sees has a
12156           non-zero timestamp. Fix some misleading debug output.
12157
12158 2005-12-15  Michael Smith  <msmith@fluendo.com>
12159
12160         * gst/audioresample/gstaudioresample.c:
12161           Don't leak all input buffers to audioresample.
12162
12163 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12166           Don't operate on empty text buffers. Strip newlines and
12167           tabs only from the end of the text, but leave them intact
12168           in the middle. Fix typo in gtk-doc description.
12169
12170 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * gst/playback/gstplaybasebin.c:
12173         * gst/playback/gstplaybin.c: (handoff):
12174           Make sure the video frame buffer we return to apps via the
12175           "frame" property always has caps set on it. Modify
12176           _gst_gvalue_set_object() macro to handle NULL objects
12177           gracefully too.
12178
12179 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12180
12181         * gst/audiotestsrc/gstaudiotestsrc.c:
12182         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12183         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12184         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12185         (gst_audio_test_src_create):
12186         * gst/audiotestsrc/gstaudiotestsrc.h:
12187         Adjust to some recent api changes and add wtays new cool seeking
12188         capabillities
12189
12190 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * ext/alsa/Makefile.am:
12193         * ext/alsa/gstalsadeviceprobe.c:
12194         * ext/alsa/gstalsadeviceprobe.h:
12195           Helper functions to add device probing via the GstPropertyProbe
12196           interface to a class.
12197
12198         * ext/alsa/gstalsamixer.h:
12199           Comment out GST_ALSA_MIXER, it returns a struct that's not
12200           used.
12201
12202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12203           Add some debug info. 
12204
12205         * ext/alsa/gstalsamixerelement.c:
12206         (gst_alsa_mixer_element_interface_supported),
12207         (gst_implements_interface_init),
12208         (gst_alsa_mixer_element_init_interfaces),
12209         (gst_alsa_mixer_element_class_init),
12210         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12211         (gst_alsa_mixer_element_set_property),
12212         (gst_alsa_mixer_element_get_property),
12213         (gst_alsa_mixer_element_change_state):
12214         * ext/alsa/gstalsamixerelement.h:
12215           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12216           for device handling (gnome-volume-control will need that).
12217
12218 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12219
12220         * ext/Makefile.am: fix cdparanoia entry
12221         * gst-plugins-base.spec.in: add cdparanoia
12222
12223 2005-12-12  Michael Smith  <msmith@fluendo.com>
12224
12225         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12226           Use the correct function to free list of typefind factories.
12227
12228 2005-12-12  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst/videotestsrc/gstvideotestsrc.c:
12231         (gst_video_test_src_class_init), (gst_video_test_src_init),
12232         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12233         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12234         (gst_video_test_src_create):
12235         * gst/videotestsrc/gstvideotestsrc.h:
12236         Implement seeking in videotestsrc.
12237         Small cleanups.
12238
12239 2005-12-12  Wim Taymans  <wim@fluendo.com>
12240
12241         * ext/cdparanoia/Makefile.am:
12242         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12243         (gst_paranoia_endian_get_type), (_do_init),
12244         (cdparanoia_class_init), (cdparanoia_init),
12245         (cdparanoia_set_property), (cdparanoia_get_property),
12246         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12247         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12248         (cdparanoia_convert), (cdparanoia_get_query_types),
12249         (cdparanoia_query), (cdparanoia_set_index),
12250         (cdparanoia_uri_set_uri):
12251         * ext/cdparanoia/gstcdparanoia.h:
12252         Partially ported cdparanoia now that basesrc can support a
12253         plugin like this..
12254
12255 2005-12-12  Wim Taymans  <wim@fluendo.com>
12256
12257         * tests/examples/seek/scrubby.c: (main):
12258         Set higher priority for bus events so they don't get reordered with
12259         gtk gui events.
12260
12261         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12262         (flush_toggle_cb), (main):
12263         Added checkbox to disable flushing seeks. 
12264         Disable scrubbing when doing non flushing seeks.
12265
12266 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12269         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12270         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12271         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12272           Implement some sort of event handling that doesn't rely on
12273           g_return_if_fail; make sure we always push the last chunk of an 
12274           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12275           state change function; remove some old cruft. Seeking is still
12276           rather unlikely to work though.
12277
12278         * tools/.cvsignore:
12279           Ignore more.
12280
12281 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12282
12283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12284         Fixed a leak of the current image reference when cleaning up.
12285         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12286
12287 2005-12-09  Michael Smith  <msmith@fluendo.com>
12288
12289         * tools/Makefile.am:
12290         * tools/gst-launch-ext-m.m:
12291           Remove gst-launch-ext. It doesn't work, and is no longer
12292           particularly useful.
12293
12294 2005-12-08  Luca Ognibene  <luogni@tin.it>
12295
12296         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12297           don't pass random values to ogmparse convert function.
12298           Make seeking possible in the exile1.ogm file.
12299
12300 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12303         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12304           Work around refcount problem with g_value_set_object() that occur
12305           if the core has been compiled against GLib-2.6 (g_value_set_object()
12306           will only g_object_ref() the element, but the caller will
12307           gst_object_unref() it and bad things will happen due to the way
12308           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12309           totem for people on FC4 using Thomas's 0.10 RPMs.
12310           
12311 2005-12-07  Edward Hervey  <edward@fluendo.com>
12312
12313         Time to welcome ogm to 0.10 :)
12314         
12315         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12316         (gst_ogg_pad_typefind):
12317         Oggdemux can now properly typefind elements with dynamic pads.
12318         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12319         Properly set caps on src pad, and set caps on outgoing buffers.
12320
12321 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12322
12323         * ext/alsa/gstalsamixer.h:
12324         * ext/alsa/gstalsamixerelement.h:
12325         * ext/alsa/gstalsamixeroptions.h:
12326         * ext/alsa/gstalsamixertrack.h:
12327         * ext/alsa/gstalsasink.c:
12328         * ext/alsa/gstalsasink.h:
12329         * ext/alsa/gstalsasrc.c:
12330         * ext/alsa/gstalsasrc.h:
12331         * ext/cdparanoia/gstcdparanoia.h:
12332         * ext/gnomevfs/gstgnomevfsuri.h:
12333         * ext/ogg/gstoggdemux.c:
12334         * ext/ogg/gstoggmux.c:
12335         * ext/pango/gsttextoverlay.h:
12336         * ext/theora/theoradec.c:
12337         * ext/theora/theoraenc.c:
12338         * ext/vorbis/vorbisdec.h:
12339         * ext/vorbis/vorbisenc.c:
12340         * ext/vorbis/vorbisenc.h:
12341         * ext/vorbis/vorbisparse.h:
12342         * gst-libs/gst/audio/gstaudioclock.h:
12343         * gst-libs/gst/audio/gstaudiosink.c:
12344         * gst-libs/gst/audio/gstaudiosink.h:
12345         * gst-libs/gst/audio/gstaudiosrc.c:
12346         * gst-libs/gst/audio/gstaudiosrc.h:
12347         * gst-libs/gst/audio/gstbaseaudiosink.c:
12348         * gst-libs/gst/audio/gstbaseaudiosink.h:
12349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12350         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12351         * gst-libs/gst/audio/gstringbuffer.h:
12352         * gst-libs/gst/audio/multichannel.h:
12353         * gst-libs/gst/floatcast/floatcast.h:
12354         * gst-libs/gst/interfaces/colorbalance.c:
12355         * gst-libs/gst/interfaces/colorbalance.h:
12356         * gst-libs/gst/interfaces/colorbalancechannel.h:
12357         * gst-libs/gst/interfaces/mixer.h:
12358         * gst-libs/gst/interfaces/mixeroptions.h:
12359         * gst-libs/gst/interfaces/mixertrack.h:
12360         * gst-libs/gst/interfaces/navigation.h:
12361         * gst-libs/gst/interfaces/propertyprobe.h:
12362         * gst-libs/gst/interfaces/tuner.h:
12363         * gst-libs/gst/interfaces/tunerchannel.h:
12364         * gst-libs/gst/interfaces/tunernorm.h:
12365         * gst-libs/gst/interfaces/xoverlay.h:
12366         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12367         * gst-libs/gst/riff/riff-ids.h:
12368         * gst-libs/gst/riff/riff-media.h:
12369         * gst-libs/gst/riff/riff-read.h:
12370         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12371         * gst-libs/gst/rtp/gstbasertppayload.c:
12372         * gst-libs/gst/rtp/gstbasertppayload.h:
12373         * gst-libs/gst/rtp/gstrtpbuffer.c:
12374         * gst-libs/gst/rtp/gstrtpbuffer.h:
12375         * gst-libs/gst/tag/gsttageditingprivate.h:
12376         * gst-libs/gst/tag/gstvorbistag.c:
12377         (gst_tag_list_from_vorbiscomment_buffer):
12378         * gst-libs/gst/tag/tag.h:
12379         * gst-libs/gst/video/video.h:
12380         * gst/adder/gstadder.c:
12381         * gst/adder/gstadder.h:
12382         * gst/audioconvert/audioconvert.c:
12383         * gst/audioconvert/audioconvert.h:
12384         * gst/audioconvert/gstaudioconvert.c:
12385         * gst/audioconvert/gstchannelmix.c:
12386         * gst/audioconvert/gstchannelmix.h:
12387         * gst/audiorate/gstaudiorate.c:
12388         * gst/audioresample/buffer.h:
12389         * gst/audioresample/functable.h:
12390         * gst/audioresample/gstaudioresample.c:
12391         * gst/audioresample/resample.h:
12392         * gst/ffmpegcolorspace/avcodec.h:
12393         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12394         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12395         * gst/ffmpegcolorspace/imgconvert.c:
12396         * gst/ffmpegcolorspace/imgconvert_template.h:
12397         * gst/playback/gstdecodebin.c:
12398         * gst/playback/gstplaybasebin.h:
12399         * gst/playback/gstplaybin.c:
12400         * gst/playback/gststreaminfo.h:
12401         * gst/tcp/gstfdset.c:
12402         * gst/tcp/gstfdset.h:
12403         * gst/tcp/gstmultifdsink.c:
12404         * gst/tcp/gstmultifdsink.h:
12405         * gst/tcp/gsttcp.h:
12406         * gst/tcp/gsttcpclientsrc.c:
12407         * gst/tcp/gsttcpclientsrc.h:
12408         * gst/tcp/gsttcpplugin.h:
12409         * gst/tcp/gsttcpserversink.c:
12410         * gst/tcp/gsttcpserversrc.c:
12411         * gst/typefind/gsttypefindfunctions.c:
12412         * gst/videorate/gstvideorate.c:
12413         * gst/videotestsrc/gstvideotestsrc.h:
12414         * gst/videotestsrc/videotestsrc.h:
12415         * sys/v4l/gstv4lcolorbalance.h:
12416         * sys/v4l/gstv4ltuner.h:
12417         * sys/v4l/gstv4lxoverlay.h:
12418         * sys/v4l/v4l_calls.h:
12419         * sys/v4l/videodev_mjpeg.h:
12420         * tests/check/elements/audioconvert.c:
12421         * tests/check/elements/audioresample.c:
12422         * tests/check/elements/audiotestsrc.c:
12423         * tests/check/elements/videotestsrc.c:
12424         * tests/check/elements/volume.c:
12425         * tests/examples/seek/scrubby.c:
12426         * tests/examples/seek/seek.c:
12427           expand tabs
12428
12429 === release 0.10.0 ===
12430
12431 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12432
12433         * configure.ac:
12434           releasing 0.10.0, "Mont-d'or"
12435
12436 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12437
12438         * tests/examples/seek/Makefile.am:
12439         Build fix for when gtk is not available.
12440
12441 2005-12-05  Andy Wingo  <wingo@pobox.com>
12442
12443         * ext/libvisual/visual.c: (get_buffer):
12444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12445         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12446         * ext/theora/theoradec.c: (theora_handle_data_packet):
12447         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12448         (theora_enc_chain):
12449         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12450         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12451         Update for alloc_buffer changes.
12452
12453 2005-12-05  Andy Wingo  <wingo@pobox.com>
12454
12455         patch by: Kai Vehmanen <kv2004 eca cx>
12456         
12457         * gst-libs/gst/rtp/gstbasertpdepayload.c
12458         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12459
12460 2005-12-04  Andy Wingo  <wingo@pobox.com>
12461
12462         patch by: Sebastien Cote <sebas642 yahoo ca>
12463         
12464         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12465         Fixes #319172.
12466
12467 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12468
12469         * docs/plugins/Makefile.am:
12470         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12471         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12472         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12473         * ext/pango/gstclockoverlay.c:
12474         * ext/pango/gsttextoverlay.c: 
12475         * ext/pango/gsttextrender.c:
12476         * ext/pango/gsttimeoverlay.c:
12477           Add gtk-doc blurbs to pango elements.
12478
12479 2005-12-02  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12482         * gst/audioresample/buffer.h:
12483         * gst/audioresample/gstaudioresample.c:
12484         * gst/audioresample/gstaudioresample.h:
12485         * gst/audioresample/resample.c: (resample_input_flush),
12486         (resample_input_pushthrough), (resample_input_eos),
12487         (resample_get_output_size_for_input),
12488         (resample_get_input_size_for_output), (resample_get_output_size),
12489         (resample_get_output_data):
12490         * gst/audioresample/resample.h:
12491         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12492         Fix audioresample, seek torture, new segments, reverse negotiation
12493         etc.. work fine.
12494
12495 2005-12-02  Wim Taymans  <wim@fluendo.com>
12496
12497         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12498         Small cleanups.
12499
12500 2005-12-02  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/audioconvert/gstaudioconvert.c:
12503         (gst_audio_convert_transform):
12504         Post errors.
12505
12506 === release 0.9.7 ===
12507
12508 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12509
12510         * configure.ac:
12511           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12512
12513 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * Makefile.am:
12516         * po/hu.po:
12517         * win32/MANIFEST:
12518         * win32/gst.sln:
12519           add win32 MANIFEST file
12520           do something to the hungarian translation
12521
12522 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * ext/Makefile.am:
12525           Add $(PANGO_DIR) to SUBDIRS
12526
12527         * ext/pango/gstclockoverlay.c:
12528         * ext/pango/gsttimeoverlay.c:
12529           Fix and improve element descriptions.
12530
12531 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12532
12533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12534         * docs/plugins/inspect/plugin-libvisual.xml:
12535         * docs/plugins/inspect/plugin-pango.xml:
12536           add pango plugin to docs
12537
12538 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12539
12540         * configure.ac:
12541         * ext/Makefile.am:
12542           moved pango to base
12543
12544 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12545
12546         * configure.ac:
12547         * tests/Makefile.am:
12548         * tests/icles/.cvsignore:
12549         * tests/icles/Makefile.am:
12550         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12551         (close_display), (resize_window), (move_window), (create_window),
12552         (terminate_playback), (pause_playback), (start_playback), (main):
12553           add stress test for xoverlay from Julien
12554
12555 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12556
12557         * docs/libs/tmpl/gstcolorbalance.sgml:
12558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12559         * gst-libs/gst/rtp/gstbasertppayload.c:
12560         * gst-libs/gst/rtp/gstrtpbuffer.c:
12561         * gst-libs/gst/rtp/gstrtpbuffer.h:
12562           Do burger's rename for rtp payloaders and depayloaders
12563
12564 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * win32/:
12567           add Visual Studio 6 build files
12568
12569 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * docs/libs/gst-plugins-base-libs-docs.sgml:
12572         * docs/libs/gst-plugins-base-libs-sections.txt:
12573         * docs/libs/tmpl/gstaudio.sgml:
12574         * docs/libs/tmpl/gstringbuffer.sgml:
12575         * gst-libs/gst/interfaces/xoverlay.c:
12576         * gst-libs/gst/video/gstvideofilter.c:
12577         * gst-libs/gst/video/gstvideosink.c:
12578           update documentation
12579
12580 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12581
12582         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12583         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12584         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12585         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12586         (gst_multi_fd_sink_get_stats),
12587         (gst_multi_fd_sink_remove_client_link),
12588         (gst_multi_fd_sink_handle_client_read),
12589         (gst_multi_fd_sink_client_queue_data),
12590         (gst_multi_fd_sink_client_queue_caps),
12591         (gst_multi_fd_sink_client_queue_buffer),
12592         (gst_multi_fd_sink_new_client),
12593         (gst_multi_fd_sink_handle_client_write),
12594         (gst_multi_fd_sink_recover_client),
12595         (gst_multi_fd_sink_queue_buffer),
12596         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12597         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12598         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12599         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12600         * gst/tcp/gstmultifdsink.h:
12601         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12602         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12603         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12604         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12605         (gst_tcp_client_sink_set_property),
12606         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12607         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12608         * gst/tcp/gsttcpclientsink.h:
12609         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12610         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12611         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12612         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12613         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12614         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12615         * gst/tcp/gsttcpclientsrc.h:
12616         * gst/tcp/gsttcpplugin.c: (plugin_init):
12617         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12618         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12619         (gst_tcp_server_sink_finalize),
12620         (gst_tcp_server_sink_handle_server_read),
12621         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12622         (gst_tcp_server_sink_set_property),
12623         (gst_tcp_server_sink_get_property),
12624         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12625         * gst/tcp/gsttcpserversink.h:
12626         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12627         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12628         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12629         (gst_tcp_server_src_set_property),
12630         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12631         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12632         * gst/tcp/gsttcpserversrc.h:
12633           more borgifying
12634
12635 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12636
12637         * docs/plugins/Makefile.am:
12638         * docs/plugins/gst-plugins-base-plugins.args:
12639         * docs/plugins/inspect/plugin-libvisual.xml:
12640         * gst/audioconvert/plugin.h:
12641         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12642         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12643         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12644         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12645         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12646         (plugin_init):
12647         * gst/audiotestsrc/gstaudiotestsrc.c:
12648         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12649         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12650         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12651         (gst_audio_test_src_get_query_types),
12652         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12653         (gst_audio_test_src_create_square),
12654         (gst_audio_test_src_create_saw),
12655         (gst_audio_test_src_create_triangle),
12656         (gst_audio_test_src_create_silence),
12657         (gst_audio_test_src_create_white_noise),
12658         (gst_audio_test_src_init_pink_noise),
12659         (gst_audio_test_src_generate_pink_noise_value),
12660         (gst_audio_test_src_create_pink_noise),
12661         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12662         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12663         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12664         (plugin_init):
12665         * gst/audiotestsrc/gstaudiotestsrc.h:
12666         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12667         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12668         (gst_sub_parse_init), (gst_sub_parse_formats),
12669         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12670         (convert_encoding), (get_next_line),
12671         (gst_sub_parse_data_format_autodetect),
12672         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12673         (gst_sub_parse_loop), (gst_sub_parse_chain),
12674         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12675         (plugin_init):
12676         * gst/subparse/gstsubparse.h:
12677         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12678         (gst_video_rate_base_init), (gst_video_rate_class_init),
12679         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12680         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12681         (gst_video_rate_init), (gst_video_rate_event),
12682         (gst_video_rate_chain), (gst_video_rate_set_property),
12683         (gst_video_rate_get_property), (gst_video_rate_change_state),
12684         (plugin_init):
12685         * gst/videoscale/gstvideoscale.c:
12686         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12687         (gst_video_scale_src_template_factory),
12688         (gst_video_scale_sink_template_factory),
12689         (gst_video_scale_get_type), (gst_video_scale_base_init),
12690         (gst_video_scale_class_init), (gst_video_scale_init),
12691         (gst_video_scale_set_property), (gst_video_scale_get_property),
12692         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12693         (gst_video_scale_prepare_size), (parse_caps),
12694         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12695         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12696         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12697         (plugin_init):
12698         * gst/videoscale/gstvideoscale.h:
12699         * gst/videotestsrc/gstvideotestsrc.c:
12700         (gst_video_test_src_pattern_get_type),
12701         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12702         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12703         (gst_video_test_src_set_pattern),
12704         (gst_video_test_src_set_property),
12705         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12706         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12707         (gst_video_test_src_event), (gst_video_test_src_get_times),
12708         (gst_video_test_src_create), (plugin_init):
12709         * gst/videotestsrc/gstvideotestsrc.h:
12710         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12711         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12712         (gst_video_test_src_black):
12713         * gst/videotestsrc/videotestsrc.h:
12714           borgify further
12715           clean up docs a little
12716
12717 2005-11-30  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12720         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12721         (gst_basertppayload_event), (gst_basertppayload_push),
12722         (gst_basertppayload_change_state):
12723         * gst-libs/gst/rtp/gstbasertppayload.h:
12724         closed #320644.
12725
12726 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12727
12728         * docs/libs/gst-plugins-base-libs-docs.sgml:
12729         * docs/libs/gst-plugins-base-libs-sections.txt:
12730         * gst-libs/gst/video/gstvideofilter.c:
12731         * gst-libs/gst/video/gstvideosink.c:
12732         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12733
12734 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12735
12736         * LICENSE:
12737           move
12738         * po/af.po:
12739         * po/az.po:
12740         * po/cs.po:
12741         * po/en_GB.po:
12742         * po/hu.po:
12743         * po/it.po:
12744         * po/nb.po:
12745         * po/nl.po:
12746         * po/or.po:
12747         * po/sq.po:
12748         * po/sr.po:
12749         * po/sv.po:
12750         * po/uk.po:
12751         * po/vi.po:
12752         * Makefile.am:
12753           update
12754         * scripts/autoplugins.sh:
12755           remove
12756
12757 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12758
12759         * Makefile.am:
12760         * configure.ac:
12761         * examples/Makefile.am:
12762         * examples/capsfilter/Makefile.am:
12763         * examples/capsfilter/capsfilter1.c:
12764         * examples/gob/Makefile.am:
12765         * examples/gob/gst-identity2.gob:
12766         * examples/indexing/.cvsignore:
12767         * examples/indexing/Makefile.am:
12768         * examples/indexing/indexmpeg.c:
12769         * examples/seeking/.cvsignore:
12770         * examples/seeking/Makefile.am:
12771         * examples/seeking/cdparanoia.c:
12772         * examples/seeking/cdplayer.c:
12773         * examples/seeking/chained.c:
12774         * examples/seeking/scrubby.c:
12775         * examples/seeking/seek.c:
12776         * examples/stats/Makefile.am:
12777         * examples/stats/mp2ogg.c:
12778         * examples/switch/.cvsignore:
12779         * examples/switch/Makefile.am:
12780         * examples/switch/switcher.c:
12781         * tests/Makefile.am:
12782         * tests/check/generic/.cvsignore:
12783         * tests/check/pipelines/.cvsignore:
12784         * tests/examples/Makefile.am:
12785         * tests/examples/seek/Makefile.am:
12786           reorganize stuff under tests/
12787
12788 2005-11-30  Edward Hervey  <edward@fluendo.com>
12789
12790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12791         Go away you stupid GstStaticPadTemplate memleak.
12792
12793 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12794
12795         * gst-libs/gst/net/Makefile.am:
12796         * gst-libs/gst/net/README:
12797         * gst-libs/gst/net/gstnetbuffer.c:
12798         * gst-libs/gst/net/gstnetbuffer.h:
12799           this was moved to "netbuffer"
12800
12801 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12802
12803         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12804         (gst_video_filter_class_init), (gst_video_filter_init):
12805         * gst-libs/gst/video/gstvideofilter.h:
12806           borgify name to bring in line with other classes
12807
12808 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * gst/audioscale/.cvsignore:
12811         * gst/audioscale/Makefile.am:
12812         * gst/audioscale/README:
12813         * gst/audioscale/audioscale.vcproj:
12814         * gst/audioscale/dtof.c:
12815         * gst/audioscale/dtos.c:
12816         * gst/audioscale/functable.c:
12817         * gst/audioscale/gstaudioscale.c:
12818         * gst/audioscale/gstaudioscale.h:
12819         * gst/audioscale/private.h:
12820         * gst/audioscale/resample.c:
12821         * gst/audioscale/resample.h:
12822         * gst/audioscale/test.c:
12823           remove
12824
12825 2005-11-30  Edward Hervey  <edward@fluendo.com>
12826
12827         * gst-libs/gst/netbuffer/Makefile.am:
12828         really, really tired
12829
12830 2005-11-30  Edward Hervey  <edward@fluendo.com>
12831
12832         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12833         Update for new GstTypeFindFactory _register()
12834
12835 2005-11-30  Edward Hervey  <edward@fluendo.com>
12836
12837         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12838         Let's not override libgstnet from core for no reason...
12839         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12840         Ok, maybe not so quick next time.
12841
12842 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * configure.ac:
12845         * gst-libs/gst/Makefile.am:
12846           moved gst-libs/gst/net to netbuffer through CVS surgery
12847           remove old directory
12848           updating build to accomodate
12849           (#322257)
12850
12851 2005-11-29  Andy Wingo  <wingo@pobox.com>
12852
12853         * pkgconfig/gstreamer-plugins-base.pc.in:
12854         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12855         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12856         (#322257).
12857
12858 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12859
12860         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12861         3rd time's the charm. Correct ref-counting for discarded buffers.
12862
12863 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12864
12865         * gst/playback/gststreamselector.c:
12866         (gst_stream_selector_class_init),
12867         (gst_stream_selector_set_property),
12868         (gst_stream_selector_get_property),
12869         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12870         Fix ref-counting
12871
12872 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         * gst/subparse/gstsubparse.c: (feed_textbuf):
12875           Don't access already unref'ed buffer.
12876
12877 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12878
12879         * gst/playback/gststreamselector.c:
12880         (gst_stream_selector_class_init), (gst_stream_selector_init),
12881         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12882         (gst_stream_selector_get_property),
12883         (gst_stream_selector_get_linked_pad),
12884         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12885         * gst/playback/gststreamselector.h:
12886         Add the active-pad property for playbin to use shortly. Ignore buffers
12887         from any other pad, returning GST_FLOW_NOT_LINKED
12888
12889 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12890
12891         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12892         patch from bug #322704 (Alessandro Decina).
12893
12894 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12895
12896         * gst-libs/gst/audio/Makefile.am:
12897           folded audiofilter into the audio library
12898
12899 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12900
12901         * gst/videoscale/gstvideoscale.h:
12902         * gst/videoscale/gstvideoscale.c:
12903           remove unimplemented scale methods
12904
12905 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12908           Don't leak caps.
12909
12910 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12911
12912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12913         (gst_ximagesink_setcaps):
12914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12915         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12916         happens (only visible on ximagesink but bug is in xv too) set_caps was
12917         destroying the internal x[v]image used to memcpy non locally alloced
12918         buffers so that it got renewed on next _chain. The issue is that 
12919         _expose will try to put that image as it reffed it in _put.
12920         Using gst_buffer_unref instead of destroy fixes it !
12921
12922 2005-11-28  Edward Hervey  <edward@fluendo.com>
12923
12924         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12925         (try_to_link_1), (queue_filled_cb):
12926         Better use of the queues. Start with a small size queue and only increase
12927         the size of the queues when the other queues are empty.
12928
12929 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931         * gst-libs/gst/video/Makefile.am:
12932           compile in copied-over videofilter into the video library
12933         * gst-libs/gst/video/videosink.h:
12934           rename the header to gstvideosink.h since it's a base GstObject class
12935         * sys/ximage/ximagesink.h:
12936         * sys/xvimage/xvimagesink.h:
12937           use the new header
12938
12939 2005-11-28  Wim Taymans  <wim@fluendo.com>
12940
12941         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12942         * gst/playback/gstplaybasebin.h:
12943         Prepare to handle errors betters.
12944
12945         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12946         Set sinks to PAUSED first before adding and linking them so that
12947         we don't interrupt dataflow.
12948
12949 2005-11-28  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst-libs/gst/audio/TODO:
12952         Updated TODO
12953
12954         * gst-libs/gst/audio/gstaudiosink.c:
12955         (gst_audioringbuffer_open_device),
12956         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12957         (gst_audioringbuffer_release):
12958         Small cleanups.
12959
12960         * gst-libs/gst/audio/gstbaseaudiosink.c:
12961         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12962         (gst_base_audio_sink_change_state):
12963         Slave to the master clock when going to PLAYING and unslave when
12964         going to PAUSED.
12965
12966         * gst-libs/gst/audio/gstringbuffer.c:
12967         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12968         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12969         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12970         (gst_ring_buffer_clear_all), (wait_segment),
12971         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12972         (gst_ring_buffer_advance):
12973         * gst-libs/gst/audio/gstringbuffer.h:
12974         Add some docs and cleanups.
12975
12976 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12977
12978         * sys/xvimage/xvimagesink.c:
12979         (gst_xvimagesink_navigation_send_event): Fix navigation events
12980         coordinates translation with pixel aspect ratios.
12981
12982 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12983
12984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12985         Use calculated video geometry from _setcaps instead of buffer
12986         caps to respect pixel aspect ratio. (fixes #322388)
12987
12988 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12989
12990         * docs/libs/tmpl/gstcolorbalance.sgml:
12991         * docs/libs/tmpl/gstmixer.sgml:
12992         * docs/libs/tmpl/gstxoverlay.sgml:
12993         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12994         interface.
12995
12996 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12997
12998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12999         Refuse to create an XvImage if we can't find the format.
13000
13001 2005-11-28  Edward Hervey  <edward@fluendo.com>
13002
13003         * gst-libs/gst/riff/riff-media.c:
13004         (gst_riff_create_audio_template_caps):
13005         Add ATRAC3 to the list of riff-possible audio caps.
13006         I know we still don't have a plugin for atrac3, but it's saner to output
13007         that than a cryptic mimetype.
13008
13009 2005-11-27  Edward Hervey  <edward@fluendo.com>
13010
13011         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13012         Don't try to create a zero-sized subbuffer.
13013
13014 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13015
13016         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13017         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13018         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13019         (gst_ximagesink_expose): Fixed a tricky race.
13020         * sys/ximage/ximagesink.h:
13021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13022         (gst_xvimagesink_expose): Fixed a tricky race.
13023         * sys/xvimage/xvimagesink.h:
13024
13025 2005-11-27  Edward Hervey  <edward@fluendo.com>
13026
13027         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13028         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13029         Remove unused properties, and add queues between demuxers and decoders
13030         so that a lot more files can preroll properly.
13031
13032 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13033
13034         * gst-libs/gst/net/Makefile.am:
13035         * gst-libs/gst/rtp/Makefile.am:
13036         * gst-libs/gst/tag/Makefile.am:
13037           remove silly include
13038         * gst/tags/Makefile.am:
13039         * gst/tags/gsttagediting.c:
13040         * gst/tags/gsttageditingprivate.h:
13041         * gst/tags/tagedit.vcproj:
13042           remove directory, is as good as empty
13043
13044 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13045
13046         * configure.ac:
13047           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13048         * gst-libs/Makefile.am:
13049         * gst-libs/gst/audio/Makefile.am:
13050         * gst-libs/gst/interfaces/Makefile.am:
13051         * gst-libs/gst/net/Makefile.am:
13052         * gst-libs/gst/riff/Makefile.am:
13053         * gst-libs/gst/rtp/Makefile.am:
13054         * gst-libs/gst/tag/Makefile.am:
13055         * gst-libs/gst/video/Makefile.am:
13056           and use them
13057
13058 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13059
13060         * docs/libs/tmpl/gstcolorbalance.sgml:
13061         * docs/libs/tmpl/gstmixer.sgml:
13062         * docs/libs/tmpl/gstxoverlay.sgml:
13063         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13064         * sys/ximage/ximagesink.h:
13065         * sys/xvimage/xvimagesink.h: More and more documentation.
13066
13067 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13068
13069         * docs/libs/gst-plugins-base-libs-docs.sgml:
13070         * docs/libs/gst-plugins-base-libs-sections.txt:
13071         * docs/libs/tmpl/gstcolorbalance.sgml:
13072         * docs/libs/tmpl/gstmixer.sgml:
13073         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13074         to documentation.
13075
13076 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13077
13078         * docs/plugins/Makefile.am:
13079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13081         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13082
13083 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13084
13085         * docs/plugins/Makefile.am:
13086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13088         * docs/plugins/inspect/plugin-adder.xml:
13089         * docs/plugins/inspect/plugin-alsa.xml:
13090         * docs/plugins/inspect/plugin-audioconvert.xml:
13091         * docs/plugins/inspect/plugin-audiorate.xml:
13092         * docs/plugins/inspect/plugin-audioresample.xml:
13093         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13094         * docs/plugins/inspect/plugin-decodebin.xml:
13095         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13096         * docs/plugins/inspect/plugin-gnomevfs.xml:
13097         * docs/plugins/inspect/plugin-ogg.xml:
13098         * docs/plugins/inspect/plugin-playbin.xml:
13099         * docs/plugins/inspect/plugin-subparse.xml:
13100         * docs/plugins/inspect/plugin-tcp.xml:
13101         * docs/plugins/inspect/plugin-theora.xml:
13102         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13103         * docs/plugins/inspect/plugin-video4linux.xml:
13104         * docs/plugins/inspect/plugin-videorate.xml:
13105         * docs/plugins/inspect/plugin-videoscale.xml:
13106         * docs/plugins/inspect/plugin-videotestsrc.xml:
13107         * docs/plugins/inspect/plugin-volume.xml:
13108         * docs/plugins/inspect/plugin-vorbis.xml:
13109         * docs/plugins/inspect/plugin-ximagesink.xml:
13110         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13111         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13112
13113 2005-11-26  Edward Hervey  <edward@fluendo.com>
13114
13115         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13116         Properly return GstFlowReturn from gst_pad_push in chain functions.
13117
13118 2005-11-25  Michael Smith  <msmith@fluendo.com>
13119
13120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13121         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13122         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13123         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13124           Handle various conditions better when we don't understand a stream.
13125           Removes a heap of CRITICALs on ogg streams containing unknown data.
13126
13127 2005-11-24  Andy Wingo  <wingo@pobox.com>
13128
13129         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13130         Be threadsafe.
13131
13132 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13133
13134         * configure.ac: back to HEAD
13135
13136 === release 0.9.6 ===
13137
13138 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13139
13140         * configure.ac:
13141           releasing 0.9.6, "White Eight"
13142
13143 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13144
13145         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13146         * docs/plugins/inspect/plugin-sine.xml:
13147           remove sinesrc some more
13148
13149 2005-11-23  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13152         If we are reading too slowly, jump forward in the ringbuffer
13153         instead of blocking.
13154
13155 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13156
13157         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13158         (gst_visual_chain):
13159         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13160         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13161         (gst_videorate_chain):
13162         * gst/videotestsrc/gstvideotestsrc.c:
13163         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13164         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13165         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13166         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13167         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13168         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13169           Updates for API changes
13170
13171 2005-11-23  Wim Taymans  <wim@fluendo.com>
13172
13173         * gst-libs/gst/audio/gstbaseaudiosink.c:
13174         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13175         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13176         Fix for calibration API change.
13177
13178 2005-11-23  Michael Smith <msmith@fluendo.com>
13179
13180         * gst-libs/gst/audio/multichannel.c:
13181         (gst_audio_get_channel_positions),
13182         (gst_audio_set_channel_positions),
13183         (gst_audio_set_structure_channel_positions_list),
13184         (gst_audio_fixate_channel_positions):
13185           Use gst_value_array_*() functions on value arrays, not
13186           gst_value_list_*().
13187
13188 2005-11-23  Edward Hervey  <edward@fluendo.com>
13189
13190         * autogen.sh:
13191         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13192         Fixes autogen
13193
13194 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13195
13196         * check/Makefile.am:
13197         * check/elements/videotestsrc.c: (setup_videotestsrc),
13198         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13199         (main):
13200           add a test for videotestsrc
13201
13202 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13203
13204         * gst/sine/.cvsignore:
13205         * gst/sine/Makefile.am:
13206         * gst/sine/gstsinesrc.c:
13207         * gst/sine/gstsinesrc.h:
13208         * gst/sine/sinesrc.vcproj:
13209           and remove sinesrc from the repository.  Closes #321446
13210
13211 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13212
13213         * configure.ac:
13214         * gst-plugins-base.spec.in:
13215           remove sinesrc from the build
13216
13217 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13218
13219         * check/Makefile.am:
13220         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13221         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13222         (main):
13223           add a test for audiotestsrc, testing all waves.  Even seems
13224           leak-free at first glance, nice job Stefan
13225
13226 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13227
13228         * po/af.po:
13229         * po/az.po:
13230         * po/cs.po:
13231         * po/en_GB.po:
13232         * po/hu.po:
13233         * po/it.po:
13234         * po/nb.po:
13235         * po/nl.po:
13236         * po/or.po:
13237         * po/sq.po:
13238         * po/sr.po:
13239         * po/sv.po:
13240         * po/uk.po:
13241         * po/vi.po:
13242           Translation string updates
13243
13244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13245         (gst_v4lsrc_set_caps):
13246         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13247         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13248         * sys/v4l/v4lsrc_calls.h:
13249           Improve v4lsrc, by making it work again.
13250
13251 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13252
13253         * ext/libvisual/visual.c: (gst_visual_chain):
13254           Fix the fps calculations.
13255
13256         * gst/ffmpegcolorspace/avcodec.h:
13257           Move structure element for clarity
13258
13259         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13260         * gst-libs/gst/interfaces/tunernorm.h:
13261         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13264         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13265         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13266         (gst_v4lmjpegsrc_getcaps):
13267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13268         (gst_v4lsrc_set_caps):
13269         * sys/v4l/gstv4lsrc.h:
13270         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13271         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13272         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13273         * sys/v4l/v4lsrc_calls.h:
13274           Fractional framerates...
13275
13276 2005-11-22  Wim Taymans  <wim@fluendo.com>
13277
13278         * gst-libs/gst/audio/gstbaseaudiosink.c:
13279         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13280         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13281         And we provide a clock by default, of course...
13282
13283 2005-11-22  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13286         This clock can be slaved to a master clock now.
13287
13288         * gst-libs/gst/audio/gstbaseaudiosink.c:
13289         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13290         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13291         (gst_base_audio_sink_set_clock),
13292         (gst_base_audio_sink_set_property),
13293         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13294         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13295         * gst-libs/gst/audio/gstbaseaudiosink.h:
13296         Handle slaving the internal clock to the clock selected in the
13297         pipeline.
13298         Add property to make the basesink not provide a clock.
13299
13300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13301         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13302         (gst_base_rtp_depayload_wait):
13303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13304         We can use the clock in GstElement, no need to store it ourselves.
13305
13306 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13307
13308         * docs/libs/tmpl/gstaudio.sgml:
13309           update
13310         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13311         (gst_paranoia_endian_get_type):
13312         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13313         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13314         * gst/audiotestsrc/gstaudiotestsrc.c:
13315         (gst_audiostestsrc_wave_get_type):
13316         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13317         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13318         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13319         (gst_sync_method_get_type), (gst_unit_type_get_type),
13320         (gst_client_status_get_type), (gst_multifdsink_class_init),
13321         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13322         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13323         (gst_multifdsink_get_property):
13324         * gst/tcp/gstmultifdsink.h:
13325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13326         * gst/videotestsrc/gstvideotestsrc.c:
13327         (gst_videotestsrc_pattern_get_type):
13328           remove deprecated properties
13329           fix up enums to correctly have short lowercase dashed nicks
13330
13331 2005-11-22  Michael Smith <msmith@fluendo.com>
13332
13333         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13335           Add underscore.
13336
13337 2005-11-22  Michael Smith <msmith@fluendo.com>
13338
13339         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13341           Use utility method for scaling clocktime for fractional framerates.
13342
13343 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13344
13345         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13346         (gst_visual_chain):
13347         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13348         * ext/theora/theoradec.c: (theora_handle_type_packet):
13349         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13350         (theora_enc_chain):
13351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13352         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13353         * gst-libs/gst/video/video.h:
13354         * gst/ffmpegcolorspace/avcodec.h:
13355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13356         (gst_ffmpeg_caps_to_pixfmt):
13357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13358         (gst_ffmpegcsp_set_caps):
13359         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13360         (gst_videorate_setcaps), (gst_videorate_blank_data),
13361         (gst_videorate_chain):
13362         * gst/videotestsrc/gstvideotestsrc.c:
13363         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13364         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13365         (gst_videotestsrc_event), (gst_videotestsrc_create):
13366         * gst/videotestsrc/gstvideotestsrc.h:
13367         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13368         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13369         (gst_ximagesink_get_times), (gst_ximagesink_init):
13370         * sys/ximage/ximagesink.h:
13371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13372         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13373         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13374         * sys/xvimage/xvimagesink.h:
13375           Convert elements to use fractions for their framerate.
13376           V4L elements to come later tonight.
13377
13378 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13379
13380         * gst-libs/gst/audio/audio.c:
13381         * gst-libs/gst/audio/audio.h:
13382           remove some deprecated functions
13383
13384 2005-11-22  Andy Wingo  <wingo@pobox.com>
13385
13386         * Update for gst_tag_setter API changes.
13387
13388 2005-11-22  Andy Wingo  <wingo@pobox.com>
13389
13390         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13391         (gst_ogg_demux_perform_seek):
13392         * ext/theora/theoradec.c (theora_dec_sink_event):
13393         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13394         update-funcnames.
13395
13396 2005-11-22  Wim Taymans  <wim@fluendo.com>
13397
13398         * examples/seeking/seek.c: (main):
13399         Give higher priority to bus signals than the gtk events
13400         to fix a race condition in the segment looping.
13401
13402 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * ext/theora/Makefile.am:
13405         * ext/vorbis/Makefile.am:
13406         * gst-libs/gst/tag/Makefile.am:
13407         * gst-plugins-base.spec.in:
13408           Rename libgsttagedit to libgsttag (#322117).
13409
13410 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13414           Call gst_x_overlay_prepare_xwindow_id() to give applications
13415           a final chance to set their own xwindow id before the video
13416           sink creates its own window.
13417
13418 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13419
13420         * sys/xvimage/xvimagesink.c:
13421         (gst_xvimagesink_navigation_send_event): Handle navigation
13422         events correcly with borders if applicable.
13423
13424 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13425
13426         Patch by: Luca Ognibene
13427
13428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13429         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13431         (gst_ffmpegcsp_caps_remove_format_info):
13432         * gst/ffmpegcolorspace/imgconvert.c:
13433         * gst/ffmpegcolorspace/imgconvert_template.h:
13434           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13435           #318353); use gst_structure_has_name().
13436
13437 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13438
13439         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13440         (gst_ximagesink_class_init): Add debug macros on functions.
13441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13442         (gst_xvimagesink_xwindow_draw_borders),
13443         (gst_xvimagesink_xvimage_put),
13444         (gst_xvimagesink_xwindow_update_geometry),
13445         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13446         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13447         (gst_xvimagesink_xcontext_clear),
13448         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13449         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13450         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13451         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13452         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13453         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13454         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13455         expose while being PAUSED, out of data flow navigation events, etc..
13456
13457 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13460         * gst-libs/gst/audio/audio.h:
13461           fix prototype - wondering why the test worked regardless
13462
13463 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13464
13465         * check/Makefile.am:
13466         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13467         * gst-libs/gst/audio/audio.h:
13468           add a method that returns a proper GstClockTime
13469
13470 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13473         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13474         * gst-libs/gst/interfaces/xoverlay.h:
13475           Remove everything having to do with the desired size; add 
13476           gst_x_overlay_prepare_xwindow_id() function; remove the
13477           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13478           post a message on the bus instead (#321816).
13479
13480         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13482         (gst_xvimagesink_xoverlay_init):
13483           Remove desired size stuff (#321816).
13484
13485 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13486
13487         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13488         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13489         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13490           Terminate vararg functions with NULL instead of 0 to 
13491           make gcc4 happy.
13492
13493 2005-11-21  Andy Wingo  <wingo@pobox.com>
13494
13495         patch by: Sebastien Cote <sebas642@yahoo.ca>
13496         
13497         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13498         * gst-libs/gst/rtp/gstrtpbuffer.c
13499         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13500
13501 2005-11-21  Andy Wingo  <wingo@pobox.com>
13502
13503         * gst/playback/gstplaybin.c (gen_audio_element) 
13504         (gen_video_element): Use the new MISSING_PLUGIN core error
13505         category. Closes #320060.
13506
13507         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13508         * gst/videorate/gstvideorate.c (gst_videorate_event):
13509         * ext/theora/theoradec.c (theora_dec_sink_event): 
13510         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13511         stream lock.
13512
13513         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13514         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13515         stream lock changes.
13516
13517 2005-11-21  Wim Taymans  <wim@fluendo.com>
13518
13519         * gst-libs/gst/audio/gstbaseaudiosink.c:
13520         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13521         (gst_base_audio_sink_provide_clock),
13522         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13523         (gst_base_audio_sink_change_state):
13524         * gst/audioresample/gstaudioresample.c:
13525         Segment update fix.
13526
13527 2005-11-21  Andy Wingo  <wingo@pobox.com>
13528
13529         * *.h:
13530         * *.c: Ran scripts/update-macros. Oh yes.
13531
13532 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13533
13534         * sys/ximage/Makefile.am:
13535         * sys/ximage/ximage.c:
13536           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13537           remove your old libgstximage.* manually if necessary).
13538
13539 2005-11-21  Michael Smith <msmith@fluendo.com>
13540
13541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13542           Minimal fix for bug #320200: set the min/max bitrate in the correct
13543           units. A better fix would be to upgrade to the RATEMANAGE2
13544           interface, rather than using the deprecated interface used here, but
13545           that would require an update in our libvorbis dependency (to 1.1),
13546           which is probably undesirable.
13547
13548 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13549
13550         * ext/libvisual/visual.c: (get_buffer):
13551         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13552         (gst_base_audio_src_fixate):
13553         * gst/audioconvert/gstaudioconvert.c:
13554         (gst_audio_convert_fixate_caps):
13555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13556         * gst/audiotestsrc/gstaudiotestsrc.c:
13557         (gst_audiotestsrc_src_fixate):
13558         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13559         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13561         * gst/videotestsrc/gstvideotestsrc.c:
13562         (gst_videotestsrc_src_fixate):
13563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13565           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13566           (#322027)
13567
13568
13569 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13572         (gst_riff_create_iavs_caps):
13573         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13574         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13575         (gst_riff_parse_info):
13576         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13579           Fixes for GST_FOURCC_FORMAT API change.
13580
13581 2005-11-21  Andy Wingo  <wingo@pobox.com>
13582
13583         patch by: Alessandro Dessina <alessandro nnva org>
13584
13585         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13586         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13587         (gst_ogg_parse_chain):
13588         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13589         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13590         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13591         gst_value_list calls on arrays. Fixes #321962.
13592
13593 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13594
13595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13596         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13597         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13598         * gst/adder/gstadder.c: (gst_adder_init),
13599         (gst_adder_request_new_pad), (gst_adder_collected),
13600         (gst_adder_change_state):
13601           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13602           API change.
13603
13604 2005-11-21  Michael Smith <msmith@fluendo.com>
13605
13606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13607         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13608           Properly handle pad_push return values.
13609
13610 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13611
13612         * gst-libs/gst/tag/Makefile.am:
13613         * gst-libs/gst/tag/gstvorbistag.c:
13614         (gst_tag_list_to_vorbiscomment_buffer):
13615           Remove obsolete vorbistag element and debug category.
13616
13617         * gst/playback/gstplaybasebin.c: (check_queue):
13618           Don't divide by 0 when queue-threshold is 0.
13619
13620         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13621           Don't modify an existing pixel-aspect-ratio if we fail to read
13622           a new one.
13623
13624 2005-11-20  Wim Taymans  <wim@fluendo.com>
13625
13626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13627         (gst_vorbisenc_push_packet):
13628         GST_PAD_IS_USABLE is gone, use the return value of
13629         the push or pad_alloc_buffer instead.
13630
13631 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13632
13633         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13634         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13635         (gst_ximagesink_ximage_destroy),
13636         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13637         (gst_ximagesink_xwindow_new),
13638         (gst_ximagesink_xwindow_update_geometry),
13639         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13640         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13641         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13642         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13643         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13644         (gst_ximagesink_navigation_send_event),
13645         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13646         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13647         (gst_ximagesink_finalize), (gst_ximagesink_init),
13648         (gst_ximagesink_class_init):
13649         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13650         This new version brings correct software scaling, non flickering
13651         window while resizing, pixel aspect ratio handling, usage of
13652         hardware buffer pools, out of data flow event thread for 
13653         navigation and handling of expose events even when being PAUSED,
13654         a new property to keep video aspect ratio when resizing, etc...
13655
13656 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13657
13658         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13659         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13660         handling of PAR.
13661
13662 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13663
13664         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13665         Unsetting IS_SINK flag from the fakesink, so decodebin
13666         never behaves as a sink.
13667
13668 2005-11-17  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13671         (gst_base_audio_src_change_state):
13672         Fix the audiosrc base class again, we did not unflush.
13673
13674 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13675
13676         * examples/seeking/seek.c: (make_dv_pipeline),
13677         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13678         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13679         to ogg/vorbis/theora pipeline.
13680
13681 2005-11-17  Wim Taymans  <wim@fluendo.com>
13682
13683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13684         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13685         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13686         Fix EOS on multiple streams.
13687         More debugging.
13688
13689 2005-11-16  Wim Taymans  <wim@fluendo.com>
13690
13691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13692         (gst_ogg_demux_perform_seek):
13693         Segment done must include stream time.
13694
13695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13696         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13697         (gst_ogg_mux_change_state):
13698         Fix ogg muxer again.
13699
13700 2005-11-16  Wim Taymans  <wim@fluendo.com>
13701
13702         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13703         Fix compile again.
13704
13705 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13706
13707         * ext/libvisual/visual.c: (gst_visual_init):
13708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13709         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13710         (gst_ogg_parse_chain):
13711         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13712         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13713         * ext/theora/theoradec.c: (gst_theora_dec_init):
13714         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13715         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13716         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13717         * gst/adder/gstadder.c: (gst_adder_class_init),
13718         (gst_adder_dispose):
13719         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13720         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13721         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13722           Fix a whole set of pad template leaks
13723
13724 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13725
13726         * check/generic/states.c: (GST_START_TEST):
13727           fix the test so that it only checks for elements that are part of
13728           this source module
13729
13730 2005-11-16  Michael Smith <msmith@fluendo.com>
13731
13732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13733         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13734         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13735         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13736         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13737         (gst_ogg_mux_change_state):
13738           Fix leaking collectpads.
13739
13740 2005-11-16  Edward Hervey  <edward@fluendo.com>
13741
13742         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13743         (gst_videorate_event), (gst_videorate_chain):
13744         Handle segment seeks
13745
13746 2005-11-16  Wim Taymans  <wim@fluendo.com>
13747
13748         * gst-libs/gst/audio/gstbaseaudiosink.c:
13749         (gst_base_audio_sink_provide_clock),
13750         (gst_base_audio_sink_change_state):
13751         Set ringbuffer to non-flushing when going to PAUSED, set to
13752         flushing again when going to READY.
13753
13754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13755         (gst_ring_buffer_stop):
13756         Start in flushing mode by default.
13757         Don't set flushing in the _stop method, let the app call
13758         this explicitly.
13759
13760 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13761
13762         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13763         * gst-libs/gst/video/videosink.h: Add helper function needed
13764         for video sinks.
13765
13766 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * gst/videoscale/gstvideoscale.c:
13769         (gst_videoscale_handle_src_event):
13770           Don't leak reference to pad parent.
13771
13772 2005-11-16  Wim Taymans  <wim@fluendo.com>
13773
13774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13775         Set ringbuffer to flushing when stopping so that we don't
13776         block on wait_segment anymore and livelock.
13777
13778 2005-11-16  Wim Taymans  <wim@fluendo.com>
13779
13780         * examples/seeking/seek.c: (send_event), (do_seek),
13781         (loop_toggle_cb), (segment_done), (main):
13782         Added looping checkbox.
13783
13784 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13785
13786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13787         (gst_ogg_demux_init):
13788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13789         (gst_vorbis_dec_init):
13790           revert unrefs, they don't pass make check
13791
13792 2005-11-15  Johan Dahlin  <johan@gnome.org>
13793
13794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13795         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13796         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13797         (gst_vorbis_dec_init):
13798         Fix pad template leaks. 
13799
13800 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13801
13802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13803           Make state change function thread safe.
13804
13805 2005-11-15  Edward Hervey  <edward@fluendo.com>
13806
13807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13808         (gst_ogg_demux_class_init):
13809         Implement GstElement::send_event, so we can send seek events
13810         in GST_STATE_READY
13811
13812 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13813
13814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13815         Discovered how to take away flickering while resizing the
13816         window. Please don't put that in ximagesink, refactoring in
13817         progress.
13818
13819 2005-11-14  Michael Smith <msmith@fluendo.com>
13820
13821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13822         (gst_multifdsink_render):
13823           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13824
13825 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * gst/playback/gstplaybin.c: (gen_audio_element):
13828           Use autoaudiosink, it tends to be more widely available than
13829           autoaudiiosink.
13830           
13831 2005-11-14  Andy Wingo  <wingo@pobox.com>
13832
13833         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13834         as well if it is available. Fixes #316442.
13835
13836 2005-11-14  Michael Smith <msmith@fluendo.com>
13837
13838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13839         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13840         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13841         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13842         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13843         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13845         (gst_vorbisenc_change_state):
13846           Fix a small memory leak in vorbisenc.
13847           Fix large memory leaks in oggmux, also fix lots of state change
13848           bugs in oggmux.
13849
13850 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13851
13852         * gst/videotestsrc/gstvideotestsrc.c:
13853         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13854         (gst_videotestsrc_src_fixate):
13855           move fixation to a fixate function
13856           remove negotiate function, basesrc's is good enough
13857           fixes a bug for check when using the element alone
13858
13859 2005-11-13  Edward Hervey  <edward@fluendo.com>
13860
13861         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13862         (key_toggle_cb), (main):
13863         Added checkboxes for adding/removing the accurate and key_unit seek
13864         flags.
13865
13866 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13867
13868         * configure.ac: back to HEAD
13869
13870 === release 0.9.5 ===
13871
13872 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13873
13874         * configure.ac:
13875           releasing 0.9.5, "No No Kia"
13876
13877 2005-11-11  Edward Hervey  <edward@fluendo.com>
13878
13879         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13880         Added parse-launch syntax seeking mode for the seeking example.
13881         This should help stress-test even more cases.
13882         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13883
13884 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * sys/xvimage/xvimagesink.c:
13887         (gst_xvimagesink_navigation_send_event):
13888           Check whether peer pad exists before sending navigation events
13889           to it.
13890
13891 2005-11-11  Michael Smith <msmith@fluendo.com>
13892
13893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13894         (gst_vorbisenc_buffer_from_packet):
13895         * ext/vorbis/vorbisenc.h:
13896           Set duration on encoded buffers. This allows oggmux's
13897           max_page_delay parameter to actually work.
13898
13899 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13902         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13903         (gst_ffmpegcsp_avpicture_fill):
13904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13905         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13906           Make palettes work again (see #132341). Use our own macros
13907           for rounding up.
13908
13909 2005-11-10  Andy Wingo  <wingo@pobox.com>
13910
13911         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13912         string doober.
13913
13914 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13917         (gst_ffmpegcsp_transform_caps):
13918           Prefer passthrough in transform_caps
13919
13920 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13921
13922         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13923           check for ALSA errors properly, instead of relying on ALSA's
13924           error strings to serve to the user.
13925
13926 2005-11-10  Wim Taymans  <wim@fluendo.com>
13927
13928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13929         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13930         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13931         Modernise the seek code.
13932
13933 2005-11-10  Michael Smith <msmith@fluendo.com>
13934         
13935         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13936         (setup_substreams), (set_active_source):
13937           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13938           trying to go to NULL if we failed to read a file.
13939
13940 2005-11-10  Wim Taymans  <wim@fluendo.com>
13941
13942         * gst/audiotestsrc/gstaudiotestsrc.c:
13943         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13944         (gst_audiotestsrc_create):
13945         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13946         (gst_sinesrc_get_times), (gst_sinesrc_create):
13947         * gst/videotestsrc/gstvideotestsrc.c:
13948         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13949         (gst_videotestsrc_create):
13950         The base class can now sync for us.
13951
13952 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13953
13954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13955           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13956           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13957           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13958           format=(fourcc)I420" ! xvimagesink
13959
13960 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13963         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13964         (gst_sinesrc_newsegment):
13965           Send newsegment event in TIME format, set duration if
13966           num-buffers is set, fix duration querying.
13967
13968 2005-11-10  Michael Smith <msmith@fluendo.com>
13969
13970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13971         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13972         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13973         (gst_ogg_mux_collected):
13974          Fix EOS handling, partially. Now forwarding an EOS event once we have
13975          EOS on all pads works correctly. However, we still don't properly set
13976          EOS on the actual ogg stream pages.
13977
13978 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13979
13980         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13981           Set elements to NULL state before disposing of them.
13982
13983 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13984
13985         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13986
13987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13988         (gst_base_rtp_depayload_init),
13989         (gst_base_rtp_depayload_set_gst_timestamp):
13990         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13991           We need to send a newsegment event for each instance, not
13992           just for the first instance of this class (get rid of
13993           static variable in function). (#321011).
13994           
13995 2005-11-08  Michael Smith <msmith@fluendo.com>
13996
13997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13998         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13999         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14000         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14001           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14002           This makes us mux things correctly according to the ogg muxing
14003           rules. Still not handling EOS correctly right now, though.
14004
14005 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         * gst/audioconvert/gstaudioconvert.c:
14008           Fix typo in docs. 
14009
14010 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14013         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14014           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14015           creating a new chain; should fix live streaming. Also
14016           add more debug output and fix a typo.
14017
14018 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14019
14020         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * gst/volume/gstvolume.c: (volume_set_caps):
14023           Fix compilation on Solaris with Forte. (#320923)
14024
14025 2005-11-08  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst-libs/gst/audio/gstbaseaudiosink.c:
14028         (gst_base_audio_sink_render):
14029         No need to do a typecheck.
14030
14031 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * ext/alsa/gstalsa.h:
14034           We register a debug category, so let's use it.
14035
14036 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14037
14038         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14039         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14040         Fixed a small problem.
14041
14042 2005-11-04  Wim Taymans  <wim@fluendo.com>
14043
14044         * examples/seeking/Makefile.am:
14045         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14046         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14047         (make_playerbin_pipeline), (format_value), (update_scale),
14048         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14049         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14050         (print_usage), (main):
14051         Added app for playback speed testing.
14052
14053         * examples/seeking/seek.c: (dynamic_link),
14054         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14055         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14056         (message_received), (main):
14057         Updated seek example.
14058
14059 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14060
14061         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14062         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14063         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14064         (gst_base_rtp_depayload_set_clock):
14065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14066         Don't sleep on the bench (system clock) when you have a nice 
14067         comfortable bed (Gstreamer clock) to sleep on.
14068
14069 2005-11-03  Wim Taymans  <wim@fluendo.com>
14070
14071         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14072         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14073         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14074         Handle the case where a pad_block failed.
14075
14076 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14077
14078         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14079
14080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14081         (gst_base_rtp_depayload_add_to_queue),
14082         (gst_base_rtp_depayload_push),
14083         (gst_base_rtp_depayload_set_gst_timestamp),
14084         (gst_base_rtp_depayload_queue_release):
14085           Fixes some bugs in the depayloader's queuing/de-queueing code.
14086
14087 2005-10-31  Michael Smith <msmith@fluendo.com>
14088
14089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14090         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14091         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14092           Patch from Alessandro Decina <alessandro@nnva.org>.
14093           Make oggdemux only find the final time in a chain, not per-pad,
14094           since the per-pad information can be very expensive to locate, and
14095           it isn't used anywhere. This makes reading a file containing
14096           OggSkeleton reasonably fast.
14097           Also, make chain finding work when there are logical bitstreams that
14098           can't be decoded. Fixes #319110.
14099
14100 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14101
14102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14103         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14104         (gst_base_rtp_depayload_chain),
14105         (gst_base_rtp_depayload_add_to_queue),
14106         (gst_base_rtp_depayload_push),
14107         (gst_base_rtp_depayload_set_gst_timestamp),
14108         (gst_base_rtp_depayload_queue_release),
14109         (gst_base_rtp_depayload_start_thread),
14110         (gst_base_rtp_depayload_set_property),
14111         (gst_base_rtp_depayload_get_property):
14112         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14113         Some random fixes, to fullfill the desires of thomas.
14114
14115 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14116
14117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14118         (gst_base_rtp_depayload_add_to_queue),
14119         (gst_base_rtp_depayload_push):
14120         Fixed the queueing algorithm.
14121
14122 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14123
14124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14125         (gst_base_rtp_depayload_push):
14126         A small fix
14127
14128 2005-10-31  Wim Taymans  <wim@fluendo.com>
14129
14130         * gst-libs/gst/audio/gstringbuffer.h:
14131         Don't break ABI.
14132
14133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14134         (gst_ffmpeg_caps_to_pixfmt):
14135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14136         (gst_ffmpegcsp_set_caps):
14137         Some more comments.
14138         Handle missing required caps fields better.
14139
14140 2005-10-31  Wim Taymans  <wim@fluendo.com>
14141
14142         * gst-libs/gst/audio/gstbaseaudiosink.c:
14143         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14144         (gst_base_audio_sink_render):
14145         * gst-libs/gst/audio/gstringbuffer.c:
14146         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14147         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14148         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14149         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14150         (gst_ring_buffer_read):
14151         * gst-libs/gst/audio/gstringbuffer.h:
14152         Add flushing mode to the ringbuffer so that it in all cases does
14153         not try to handle more audio. This makes sure it does not try to
14154         block anymore when flushing and fixes a livelock.
14155
14156 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14159         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14160         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14161           Explicitly check for -1 values before doing a conversion
14162           and always map them to -1. (#315545)
14163
14164 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14165
14166         * gst/playback/gstplaybin.c: (gen_video_element):
14167           first try autovideosink, then xvimagesink, then error out
14168         * po/POTFILES.in:
14169           add translatable file
14170         * po/af.po:
14171         * po/az.po:
14172         * po/cs.po:
14173         * po/en_GB.po:
14174         * po/hu.po:
14175         * po/it.po:
14176         * po/nb.po:
14177         * po/nl.po:
14178         * po/or.po:
14179         * po/sq.po:
14180         * po/sr.po:
14181         * po/sv.po:
14182         * po/uk.po:
14183         * po/vi.po:
14184           update translations
14185
14186 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14187
14188         * gst-libs/gst/rtp/gstbasedepayload.c:
14189         * gst-libs/gst/rtp/gstbasedepayload.h:
14190           Minor cleanups
14191
14192 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         * gst/playback/.cvsignore:
14195         * gst/playback/decodetest.c:
14196         * gst/playback/test3.c:
14197           Port these two tests as well.
14198
14199 2005-10-27  Wim Taymans  <wim@fluendo.com>
14200
14201         * ext/theora/theoradec.c: (theora_dec_src_query),
14202         (theora_dec_sink_event):
14203         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14204         (theora_enc_change_state):
14205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14206         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14207         Take proper locks when handling events.
14208
14209 2005-10-27  Wim Taymans  <wim@fluendo.com>
14210
14211         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14212         (gst_adder_change_state):
14213         Fix timestamps and fix deadlock when stopping the collectpads.
14214
14215 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14216
14217         * gst-libs/gst/rtp/gstrtpbuffer.h:
14218         Declaring the payload types as strings too so that they can be used
14219         in the padtemplate inialization.
14220
14221 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14222
14223         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14224
14225         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14226         (gst_base_rtp_depayload_class_init):
14227         Fixes a small but nasty bug. The derived elements no longer segfaults
14228         on finalization.
14229
14230 2005-10-26  Michael Smith <msmith@fluendo.com>
14231
14232         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14233           When clearing an audioconvert context, set tmpbufsize to zero, so
14234           we'll allocate it again later if required.
14235           This fixes audioconvert re-negotiating formats, which previously
14236           segfaulted with a NULL destination buffer.
14237
14238 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14239
14240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14241         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14242         (gst_base_rtp_depayload_set_gst_timestamp),
14243         (gst_base_rtp_depayload_queue_release):
14244         Fixed a smalll memleak.
14245
14246 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14248         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14249         (gst_base_rtp_depayload_finalize),
14250         (gst_base_rtp_depayload_setcaps),
14251         (gst_base_rtp_depayload_add_to_queue),
14252         (gst_base_rtp_depayload_push),
14253         (gst_base_rtp_depayload_set_gst_timestamp),
14254         (gst_base_rtp_depayload_queue_release),
14255         (gst_base_rtp_depayload_thread),
14256         (gst_base_rtp_depayload_change_state):
14257         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14258         Changed the C++ comments to C comments
14259
14260 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14263         * gst/tcp/gsttcpclientsrc.h:
14264         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14265         * gst/tcp/gsttcpserversrc.h:
14266           Remove unused 'curoffset' structure member.
14267
14268 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14269
14270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14271         (gst_base_rtp_depayload_base_init),
14272         (gst_base_rtp_depayload_finalize):
14273         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14274         * gst-libs/gst/rtp/gstbasertppayload.h:
14275           The pad-template on the sinkpad should be set by the derived classes.
14276           Also added some useful macros.
14277
14278 2005-10-24  Wim Taymans  <wim@fluendo.com>
14279
14280         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14281         Correctly flush decoder samples even if we could not
14282         copy them to an output buffer. Fixes #319618.
14283
14284 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14285
14286         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14288         the caps against our xcontext caps.
14289
14290 2005-10-24  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst-libs/gst/audio/gstbaseaudiosink.c:
14293         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14294         Remove g_print
14295         Use sync property from baseclass to disable sync.
14296
14297 2005-10-24  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst-libs/gst/audio/gstbaseaudiosink.c:
14300         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14301         Buffers with no timestamps get aligned with previous buffers or
14302         on underrun, played ASAP.
14303
14304 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14305
14306         * gst-libs/gst/video/video.h:
14307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14310         here comes my change on caps for framerate and geometry range.
14311         We are now accepting 1 to MAXINT for width and height, and from
14312         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14313         to be blended correctly in videomixer.
14314
14315 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * configure.ac:
14318           back to HEAD
14319
14320 === release 0.9.4 ===
14321
14322 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14323
14324         * NEWS:
14325         * RELEASE:
14326         * configure.ac:
14327           releasing 0.9.4, "Velociraptor"
14328
14329 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14330
14331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14332         * po/POTFILES.in:
14333           STOPPED -> FAILED
14334
14335 2005-10-21  Wim Taymans  <wim@fluendo.com>
14336
14337         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14338         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14339         (pad_blocked), (close_pad_link), (new_pad):
14340         Don't try to remove elements twice.
14341
14342 2005-10-21  Wim Taymans  <wim@fluendo.com>
14343
14344         * ext/theora/theoradec.c: (theora_dec_src_query),
14345         (theora_dec_sink_event):
14346         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14347         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14348         (vorbis_handle_data_packet):
14349         * ext/vorbis/vorbisdec.h:
14350         Fix old naming.
14351
14352         * gst-libs/gst/audio/gstbaseaudiosink.c:
14353         (gst_base_audio_sink_render):
14354         Don't try to sync on buffers without a timestamp.
14355
14356 2005-10-21  Wim Taymans  <wim@fluendo.com>
14357
14358         * ext/theora/theoradec.c: (theora_dec_src_query),
14359         (theora_dec_sink_event):
14360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14361         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14362         (vorbis_handle_data_packet):
14363         * ext/vorbis/vorbisdec.h:
14364         Fix old naming.
14365
14366 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14367
14368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14369         (gst_vorbisenc_src_query):
14370           Implement position and duration queries.
14371
14372         * gst/playback/test3.c: (update_scale), (main):
14373           Fix for async state changes and print nicer output.
14374
14375 2005-10-20  Wim Taymans  <wim@fluendo.com>
14376
14377         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14378         (dump_element_stats), (main):
14379         * gst/playback/test6.c: (main):
14380         Fix tests again
14381
14382 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14385         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14386           Don't use functions for position queries when handling
14387           duration queries.
14388
14389 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14392         (vorbis_handle_data_packet), (vorbis_dec_chain),
14393         (vorbis_dec_change_state):
14394         * ext/vorbis/vorbisdec.h:
14395           Vorbis streams can be embedded in other container formats
14396           than ogg, container formats where the demuxer might set 
14397           timestamps on encoded vorbis buffers instead of those silly 
14398           granulepos thingies. In short: make vorbisdec handle 
14399           timestamps on incoming buffers as well.
14400
14401 2005-10-20  Wim Taymans  <wim@fluendo.com>
14402
14403         * gst/playback/gstplaybasebin.c: (group_destroy),
14404         (gst_play_base_bin_change_state):
14405         Fix leak.
14406         Handle case where playbasebin is now ASYNC because
14407         decodebin is.
14408
14409 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14410
14411         * gst/audioconvert/Makefile.am:
14412         * gst/audioconvert/bufferframesconvert.c:
14413         * gst/audioconvert/plugin.c: (plugin_init):
14414         * gst/audioconvert/plugin.h:
14415           And bye bye buffer-frames-convert
14416
14417 2005-10-19  Wim Taymans  <wim@fluendo.com>
14418
14419         * check/elements/audioconvert.c:
14420         * docs/libs/tmpl/gstaudio.sgml:
14421         * docs/libs/tmpl/gstcolorbalance.sgml:
14422         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14423         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14424         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14425         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14426         * gst-libs/gst/audio/audio.h:
14427         * gst/audioconvert/audioconvert.h:
14428         * gst/audioconvert/gstaudioconvert.c:
14429         (gst_audio_convert_parse_caps):
14430         * gst/volume/gstvolume.c:
14431         Bye bye buffer-frames.
14432
14433 2005-10-19  Wim Taymans  <wim@fluendo.com>
14434
14435         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14436         (query_positions_elems), (query_positions_pads), (update_scale),
14437         (do_seek), (set_update_scale), (message_received), (main):
14438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14439         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14440         (gst_ogg_demux_loop):
14441         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14442         * ext/theora/theoradec.c: (theora_dec_src_query),
14443         (theora_dec_sink_event):
14444         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14445         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14446         * gst/adder/gstadder.c: (gst_adder_query):
14447         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14448         * gst/playback/test3.c: (update_scale):
14449         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14450         (dump_element_stats), (main):
14451         * gst/playback/test6.c: (main):
14452         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14453         Query API update.
14454
14455 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14458         (xml_check_first_element), (xml_type_find), (smil_type_find),
14459         (plugin_init):
14460           Add typefinding for SMIL and for generic XML. Based on patch by
14461           Akos Maroy (#308663).
14462
14463 2005-10-18  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/playback/Makefile.am:
14466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14467         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14468         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14469         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14470         (gst_decode_bin_change_state):
14471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14472         (gst_play_bin_send_event_to_sink):
14473         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14474         (dump_element_stats), (main):
14475         * gst/playback/test6.c: (main):
14476         Make playbin async, it'll commit state to paused when all streams
14477         are detected.
14478         Remove ugly hack.
14479         Added test6.c to show async behaviour.
14480
14481 2005-10-18  Wim Taymans  <wim@fluendo.com>
14482
14483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14484         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14485         Fix for segment-start/stop API change.
14486
14487 2005-10-18  Wim Taymans  <wim@fluendo.com>
14488
14489         * check/Makefile.am:
14490         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14491         (main):
14492         Add future test for clock selection.
14493
14494 2005-10-18  Wim Taymans  <wim@fluendo.com>
14495
14496         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14497         (gst_alsasink_close):
14498         Set handle to NULL.
14499
14500         * gst-libs/gst/audio/gstringbuffer.c:
14501         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14502         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14503         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14504         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14505         (gst_ring_buffer_read):
14506         More debug info.
14507
14508 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14509
14510         * gst/audiotestsrc/Makefile.am:
14511         * gst/sine/Makefile.am:
14512         * gst/volume/Makefile.am:
14513           fix broken build of controllerized plugins
14514
14515 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14516
14517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14518
14519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14520         (gst_riff_create_video_template_caps):
14521           Add support for Indeo-3 (IV32).
14522
14523 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * configure.ac:
14526           rewrite
14527
14528 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * gst-libs/gst/video/video.c: (gst_video_get_size):
14531         * gst/audiotestsrc/gstaudiotestsrc.c:
14532           doc updates
14533
14534 2005-10-17  Andy Wingo  <wingo@pobox.com>
14535
14536         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14537         with the collectpads change.
14538         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14539
14540         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14541
14542         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14543
14544         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14545         alloc_buffer flow return to callers.
14546         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14547         change. Fix some memleaks in theoraenc.
14548
14549         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14550         in strange circumstance.
14551
14552 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14553
14554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14555         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14556         from caps, let's use the caps...
14557
14558 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14559
14560         * configure.ac:
14561           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14562
14563 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * gst-libs/gst/interfaces/Makefile.am:
14566           fix silly typo
14567
14568 2005-10-16  Andy Wingo  <wingo@pobox.com>
14569
14570         * gst/playback/gstdecodebin.c
14571         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14572         function!
14573         (try_to_link_1): Increase kraziness level.
14574
14575 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14576
14577         * configure.ac:
14578           restructure like the core one
14579         * gst-libs/gst/audio/Makefile.am:
14580         * gst-libs/gst/interfaces/Makefile.am:
14581         * gst-libs/gst/net/Makefile.am:
14582         * gst-libs/gst/riff/Makefile.am:
14583         * gst-libs/gst/rtp/Makefile.am:
14584         * gst-libs/gst/tag/Makefile.am:
14585         * gst-libs/gst/video/Makefile.am:
14586           use correct linker flags, now the libs are properly versioned
14587         * check/elements/audioconvert.c: (verify_convert):
14588         * ext/alsa/gstalsaplugin.c:
14589         * ext/cdparanoia/gstcdparanoia.c:
14590         * ext/gnomevfs/gstgnomevfs.c:
14591         * ext/libvisual/visual.c:
14592         * ext/ogg/gstogg.c:
14593         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14594         * ext/theora/theora.c:
14595         * ext/vorbis/vorbis.c:
14596         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14597         * gst-libs/gst/tag/gsttagediting.c:
14598         * gst-libs/gst/video/video.c:
14599         * gst/adder/gstadder.c:
14600         * gst/audioconvert/plugin.c:
14601         * gst/audiorate/gstaudiorate.c:
14602         * gst/audioresample/gstaudioresample.c:
14603         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14604         * gst/audioscale/gstaudioscale.c:
14605         * gst/audioscale/resample.c:
14606         * gst/audiotestsrc/gstaudiotestsrc.c:
14607         * gst/ffmpegcolorspace/gstffmpeg.c:
14608         * gst/playback/gstdecodebin.c: (close_pad_link):
14609         * gst/playback/gstplaybin.c: (gen_video_element),
14610         (gen_audio_element):
14611         * gst/sine/gstsinesrc.c:
14612         * gst/subparse/gstsubparse.c:
14613         * gst/tags/gsttagediting.c:
14614         * gst/tcp/gsttcpplugin.c:
14615         * gst/typefind/gsttypefindfunctions.c:
14616         * gst/videorate/gstvideorate.c:
14617         * gst/videoscale/gstvideoscale.c:
14618         * gst/videotestsrc/gstvideotestsrc.c:
14619         * gst/volume/gstvolume.c:
14620         * sys/v4l/gstv4l.c:
14621         * sys/ximage/ximage.c:
14622         * sys/xvimage/xvimagesink.c:
14623           fix up defines
14624
14625 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14626
14627         * ext/vorbis/vorbisenc.c:
14628         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14629         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14630         (gst_tag_to_vorbis_comments):
14631           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14632
14633 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14634
14635         * examples/stats/mp2ogg.c:
14636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14637           typo fixes
14638
14639 2005-10-13  Michael Smith <msmith@fluendo.com>
14640
14641         * ext/ogg/gstoggmux.c:
14642           Use magic glib macros to define constants as 64 bit, to ensure
14643           appropriate vararg passing.
14644
14645 2005-10-13  Michael Smith <msmith@fluendo.com>
14646
14647         * ext/ogg/gstoggmux.c:
14648         * gst/audioconvert/audioconvert.c: (float):
14649           Don't use LL suffix, as it's not portable, and neither of these
14650           uses required it anyway.
14651
14652 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14653
14654         * examples/indexing/indexmpeg.c: (main):
14655         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14656         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14657         (cdparanoia_convert), (cdparanoia_query):
14658         * ext/cdparanoia/gstcdparanoia.h:
14659         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14660         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14661         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14663         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14664         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14665         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14666         (gst_multifdsink_render), (gst_multifdsink_start),
14667         (gst_multifdsink_stop):
14668         * gst/tcp/gstmultifdsink.h:
14669         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14670         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14671         (gst_tcpclientsink_stop):
14672         * gst/tcp/gsttcpclientsink.h:
14673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14674         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14675         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14676         * gst/tcp/gsttcpclientsrc.h:
14677         * gst/tcp/gsttcpserversink.h:
14678         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14679         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14680         (gst_tcpserversrc_stop):
14681         * gst/tcp/gsttcpserversrc.h:
14682         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14684         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14685           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14686           moved bitshift from macro to enum definition
14687
14688 2005-10-12  Wim Taymans  <wim@fluendo.com>
14689
14690         * examples/seeking/Makefile.am:
14691         Oops.
14692
14693 2005-10-12  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14696         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14697         Don't assert on normal stuff.
14698
14699         * gst/playback/gstplaybin.c: (do_playbin_seek):
14700         API fix.
14701
14702 2005-10-12  Wim Taymans  <wim@fluendo.com>
14703
14704         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14705         * examples/seeking/Makefile.am:
14706         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14707         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14708         (do_seek), (set_update_scale), (message_received), (main):
14709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14710         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14711         Update for _get_state() API change.
14712
14713 2005-10-11  Wim Taymans  <wim@fluendo.com>
14714
14715         * gst-libs/gst/audio/gstbaseaudiosink.c:
14716         (gst_base_audio_sink_render):
14717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14718         (gst_base_audio_src_create):
14719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14720         (gst_ring_buffer_read):
14721         Cleanups.
14722         Commit and read from ringbuffer in samples rather than bytes.
14723
14724 2005-10-11  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst-libs/gst/audio/gstbaseaudiosink.c:
14727         (gst_base_audio_sink_render):
14728         Respect segment rate and accum when scheduling samples.
14729
14730 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14731
14732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14733         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14734         EOS correctly, that needs more work.
14735
14736 2005-10-11  Wim Taymans  <wim@fluendo.com>
14737
14738         * check/generic/states.c: (GST_START_TEST):
14739         remove old property.
14740
14741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14742         (gst_ogg_demux_perform_seek):
14743         * ext/theora/theoradec.c: (theora_dec_sink_event):
14744         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14745         (vorbis_handle_data_packet):
14746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14747         (gst_base_rtp_depayload_set_gst_timestamp):
14748         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14749         Update for newsegment API change.
14750
14751 2005-10-11  Michael Smith <msmith@fluendo.com>
14752
14753         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14754         (do_playbin_seek), (gst_play_bin_send_event):
14755           Override send_event differently, so that we can takes bits of
14756           functionality from GstPipeline (special handling for seeks,
14757           including pausing/resuming, and resetting stream time) and still get
14758           the appropriate behaviour of only forwarding event to a single sink,
14759           rather than all of them.
14760           Unfortunately requires a lot of code duplication, but the
14761           alternatives are equally ugly in the end.
14762
14763 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14764
14765         * check/elements/audioconvert.c: (setup_audioconvert),
14766         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14767         (GST_START_TEST), (audioconvert_suite):
14768           clean up tests a little, fix some leaks.
14769
14770 2005-10-10  Wim Taymans  <wim@fluendo.com>
14771
14772         * ext/alsa/gstalsasink.c:
14773         Also allow unsigned int.
14774
14775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14776         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14777         Small cleanup
14778
14779 2005-10-10  Wim Taymans  <wim@fluendo.com>
14780
14781         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14782         Small update, use API as stated in design docs.
14783
14784         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14785         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14786         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14787         (message_received), (main):
14788         Updated seek example for GOption. Some usability improvements.
14789
14790 2005-10-10  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst/audioconvert/audioconvert.h:
14793         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14794         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14795         Alloc temp storage somewhere else where we can do it more
14796         portable.
14797
14798 2005-10-10  Wim Taymans  <wim@fluendo.com>
14799
14800         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14801         (gst_tcpserversrc_start):
14802         Don't block in accept while doing the state change, move
14803         to poll and make cancellable.
14804
14805 2005-10-09  Philippe Khalaf <burger@speedy.org>
14806
14807         * gst-libs/gst/rtp/rtpbasedepayload.c:
14808         Set timestamp and add queue delay to timestamp
14809         * gst-libs/gst/rtp/rtpbuffer.h:
14810         Set correct payload type for h263
14811
14812 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14813
14814         * gst/audiotestsrc/gstaudiotestsrc.c:
14815         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14816         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14817         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14818         (gst_audiotestsrc_create_triangle),
14819         (gst_audiotestsrc_create_silence),
14820         (gst_audiotestsrc_create_white_noise),
14821         (gst_audiotestsrc_init_pink_noise),
14822         (gst_audiotestsrc_generate_pink_noise_value),
14823         (gst_audiotestsrc_create_pink_noise),
14824         (gst_audiotestsrc_change_wave):
14825         * gst/audiotestsrc/gstaudiotestsrc.h:
14826           fixed typo, added pink noise
14827
14828 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14831         (plugin_init):
14832           Add wavpack and spc typefind functions from 0.8 branch.
14833
14834 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14837         (ar_type_find), (msdos_type_find), (plugin_init):
14838           Add typefind functions for tar archives, ar archives,
14839           RAR archives, and msdos-executables (dlls, exe, etc.).
14840           Some of those would be wrongly identified as mpeg
14841           streams of some sort before (#315550).
14842
14843 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14844
14845         * configure.ac:
14846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14848         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14849         * gst/audiotestsrc/Makefile.am:
14850         * gst/audiotestsrc/gstaudiotestsrc.c:
14851         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14852         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14853         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14854         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14855         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14856         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14857         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14858         (gst_audiotestsrc_create_silence),
14859         (gst_audiotestsrc_create_white_noise),
14860         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14861         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14862         (gst_audiotestsrc_start), (plugin_init):
14863         * gst/audiotestsrc/gstaudiotestsrc.h:
14864           add new plugin and element
14865         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14866           use gobject_class
14867
14868 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14869
14870         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14871         (gst_adder_init), (gst_adder_request_new_pad),
14872         (gst_adder_change_state):
14873           Add query function to source pad, so adder reports the correct
14874           time/sample position when queried (#315457); fix state change
14875           function; use GST_DEBUG_FUNCPTR() for pad functions.
14876
14877 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14880           Fix leaks in typefind registration
14881           Clean up the gratuitous commenting and whitespacing a little
14882
14883 2005-10-08  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14886         Only actually wait for the thread to be stopped if it's 
14887         running.
14888
14889 2005-10-08  Wim Taymans  <wim@fluendo.com>
14890
14891         * gst-libs/gst/audio/gstbaseaudiosink.c:
14892         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14893         If we receive EOS we can start playback of what we had.
14894
14895 2005-10-08  Wim Taymans  <wim@fluendo.com>
14896
14897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14898         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14899         (gst_multifdsink_stop):
14900         Fix crasher when going to NULL multiple times.
14901
14902 2005-10-06  Wim Taymans  <wim@fluendo.com>
14903
14904         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14905         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14906         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14908         patch from Edgard Lima <edgard.lima@indt.org.br>
14909         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14910
14911 2005-10-06  Wim Taymans  <wim@fluendo.com>
14912
14913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14914         Report the FLOW_RETURN as string in the error message.
14915
14916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14917         Don't assert when clearing an unnegotiated buffer.
14918
14919 2005-10-04  Michael Smith <msmith@fluendo.com>
14920
14921         * gst/playback/gstplaybasebin.c: (group_destroy),
14922         (gen_preroll_element), (remove_groups), (setup_source):
14923         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14924         (setup_sinks), (gst_play_bin_send_event),
14925         (gst_play_bin_change_state):
14926           Set state to NULL before removing from bin. Fix refcounting.
14927
14928 2005-10-04  Michael Smith <msmith@fluendo.com>
14929
14930         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14931           Correct refcounting in send_event() function. Previously was wrong
14932           if the first sink was unable to handle the event.
14933
14934 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14935
14936         * configure.ac:
14937           back to development
14938
14939 === release 0.9.3 ===
14940
14941 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14942
14943         * configure.ac:
14944           Releasing 0.9.3, "De Facto"
14945
14946 2005-10-03  Andy Wingo  <wingo@pobox.com>
14947
14948         * gst/playback/gstdecodebin.c (try_to_link_1)
14949         (remove_element_chain): set element to NULL before removing it.
14950
14951 2005-10-02  Johan Dahlin  <johan@gnome.org>
14952
14953         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14954         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14955         MT safe.
14956
14957 2005-10-02  Andy Wingo  <wingo@pobox.com>
14958
14959         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14960         (gst_ring_buffer_prepare_read): 
14961         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14962         Demote to LOG.
14963
14964 2005-09-29  Wim Taymans  <wim@fluendo.com>
14965
14966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14967         * ext/theora/theoradec.c: (theora_handle_data_packet):
14968         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14969         Propagate error codes from alloc_buffer too.
14970
14971 2005-09-29  Wim Taymans  <wim@fluendo.com>
14972
14973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14974         We use fixed caps.
14975
14976         * gst/playback/Makefile.am:
14977         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14978         (dump_element_stats), (main):
14979         Added example stream introspection code.
14980
14981 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14982
14983         * gst/adder/gstadder.c: (gst_adder_collected):
14984           fix adder for float elements
14985
14986 2005-09-28  Wim Taymans  <wim@fluendo.com>
14987
14988         * gst-libs/gst/audio/gstbaseaudiosink.c:
14989         (gst_base_audio_sink_class_init),
14990         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14991         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14992         (gst_base_audio_src_class_init),
14993         (gst_base_audio_src_provide_clock):
14994         get_clock -> provide_clock
14995
14996 2005-09-28  Andy Wingo  <wingo@pobox.com>
14997
14998         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14999         and unlocking.
15000
15001         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15002         unlocking.
15003
15004         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15005         Actually add the pad template.
15006         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15007
15008         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15009         I'm at it...
15010
15011         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15012         from fdsrc. Get caps in create() instead of start() so it can be
15013         interrupted. Interruption somewhat untested.
15014
15015         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15016         Proper EOS handling.
15017
15018 2005-09-27  Andy Wingo  <wingo@pobox.com>
15019
15020         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15021
15022         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15023
15024         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15025
15026         * gst/tcp/gsttcp.h: 
15027         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15028         out of tcpclientsrc.c. Cancellable.
15029         (gst_tcp_socket_read): Made private, cancellable, with better
15030         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15031         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15032         whole buffer, and better diagnostics.
15033         (gst_tcp_gdp_read_caps): Same.
15034
15035         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15036
15037 2005-09-26  Andy Wingo  <wingo@pobox.com>
15038
15039         * gst/sine/gstsinesrc.h:
15040         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15041         change the 'sync' property to 'is-live' and implement it halfway,
15042         update for controller api change.
15043
15044         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15045         controller api change.
15046
15047 2005-09-24  Wim Taymans  <wim@fluendo.com>
15048
15049         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15050         * gst-libs/gst/audio/gstaudiosink.c:
15051         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15052         (gst_audioringbuffer_stop):
15053         * gst-libs/gst/audio/gstbaseaudiosink.c:
15054         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15055         (gst_base_audio_sink_change_state):
15056         * gst-libs/gst/audio/gstbaseaudiosink.h:
15057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15058         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15059         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15060         * gst-libs/gst/audio/gstringbuffer.h:
15061         Fix sync again. Moved sample alignment to basesink.
15062
15063 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * docs/plugins/Makefile.am:
15066         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15067         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15068         * gst/volume/gstvolume.c:
15069           add/fix docs
15070         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15071         * gst-libs/gst/audio/audio.h:
15072           add conversion macros for frames <-> clocktime
15073
15074 2005-09-23  David Schleef  <ds@schleef.org>
15075
15076         * gst/audioresample/Makefile.am:
15077         * gst/audioresample/debug.h:
15078         * gst/audioresample/gstaudioresample.c:
15079         * gst/audioresample/resample.c: Convert to using gst debugging
15080
15081 2005-09-22  Wim Taymans  <wim@fluendo.com>
15082
15083         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15084         (gst_play_bin_send_event):
15085         Only seek on one sink, the first one that succeeds.
15086
15087 2005-09-22  Michael Smith <msmith@fluendo.com>
15088
15089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15090         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15091         Don't flush encoder state unless we have an initialised encoder.
15092         Clear out encoder state on PAUSED_TO_READY.
15093
15094 2005-09-22  Wim Taymans  <wim@fluendo.com>
15095
15096         * gst-libs/gst/rtp/gstbasertppayload.c:
15097         (gst_basertppayload_class_init), (gst_basertppayload_init),
15098         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15099         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15100         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15101         (gst_basertppayload_set_property),
15102         (gst_basertppayload_get_property),
15103         (gst_basertppayload_change_state):
15104         * gst-libs/gst/rtp/gstbasertppayload.h:
15105         Added max-ptime to control amount of data in the rtp packets.
15106
15107 2005-09-21  Andy Wingo  <wingo@pobox.com>
15108
15109         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15110         thingies.
15111
15112         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15113         can be called multiple times, dogs.
15114
15115 2005-09-21  Wim Taymans  <wim@fluendo.com>
15116
15117         * gst-libs/gst/rtp/gstbasertppayload.c:
15118         (gst_basertppayload_class_init), (gst_basertppayload_init),
15119         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15120         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15121         (gst_basertppayload_push), (gst_basertppayload_get_property),
15122         (gst_basertppayload_change_state):
15123         Allow 0 ssrc too.
15124
15125 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15126
15127         * docs/libs/compiling.sgml:
15128           fixing typos
15129
15130 2005-09-20  Wim Taymans  <wim@fluendo.com>
15131
15132         * gst-libs/gst/rtp/gstbasertppayload.c:
15133         (gst_basertppayload_class_init), (gst_basertppayload_init),
15134         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15135         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15136         (gst_basertppayload_push), (gst_basertppayload_set_property),
15137         (gst_basertppayload_get_property),
15138         (gst_basertppayload_change_state):
15139         * gst-libs/gst/rtp/gstbasertppayload.h:
15140         Added property to configure sequence number offsets.
15141
15142 2005-09-20  Wim Taymans  <wim@fluendo.com>
15143
15144         * gst-libs/gst/rtp/gstbasertppayload.c:
15145         (gst_basertppayload_class_init), (gst_basertppayload_init),
15146         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15147         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15148         (gst_basertppayload_push), (gst_basertppayload_set_property),
15149         (gst_basertppayload_get_property),
15150         (gst_basertppayload_change_state):
15151         * gst-libs/gst/rtp/gstbasertppayload.h:
15152         Make timestamp offset configurable.
15153
15154 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15155
15156         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15157           fix wrong pop/unref
15158
15159 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15160
15161         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * gst-libs/gst/interfaces/propertyprobe.c:
15164         (gst_property_probe_probe_property_name),
15165         (gst_property_probe_needs_probe_name),
15166         (gst_property_probe_get_values_name),
15167         (gst_property_probe_probe_and_get_values_name):
15168           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15169           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15170
15171 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * check/Makefile.am:
15174           have some tests be disabled for valgrinding
15175         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15176         (GST_START_TEST):
15177         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15178           Fix A Leak.  Chain To Parent Finalize.
15179
15180 2005-09-19  Wim Taymans  <wim@fluendo.com>
15181
15182         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15183         Fixed wav pipeline.
15184
15185 2005-09-19  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst-libs/gst/rtp/gstbasertppayload.c:
15188         (gst_basertppayload_class_init), (gst_basertppayload_init),
15189         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15190         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15191         (gst_basertppayload_push), (gst_basertppayload_get_property),
15192         (gst_basertppayload_change_state):
15193         Posting ERROR and WARNING messages is good.
15194
15195 2005-09-19  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15198         (gst_base_rtp_depayload_add_to_queue),
15199         (gst_base_rtp_depayload_push),
15200         (gst_base_rtp_depayload_set_gst_timestamp),
15201         (gst_base_rtp_depayload_queue_release):
15202         This one was not supposed to go in.
15203
15204 2005-09-19  Wim Taymans  <wim@fluendo.com>
15205
15206         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15207         Fix for bus API.
15208
15209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15210         (gst_base_rtp_depayload_chain),
15211         (gst_base_rtp_depayload_add_to_queue),
15212         (gst_base_rtp_depayload_push),
15213         (gst_base_rtp_depayload_set_gst_timestamp),
15214         (gst_base_rtp_depayload_queue_release):
15215         Some cleanups.
15216
15217         * gst-libs/gst/rtp/gstbasertppayload.c:
15218         (gst_basertppayload_class_init), (gst_basertppayload_init),
15219         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15220         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15221         (gst_basertppayload_get_property),
15222         (gst_basertppayload_change_state):
15223         Added debugging category.
15224
15225 2005-09-18  David Schleef  <ds@schleef.org>
15226
15227         * gst/playback/gstdecodebin.c: free plugin list correctly
15228         * gst/playback/gstplaybin.c: emit warning if autovideosink
15229           and autoaudiosink can't be found (instead of segfaulting)
15230
15231 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15232
15233         * check/elements/audioconvert.c: (GST_START_TEST):
15234           try out 24 bit conversion
15235
15236 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15239         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15240         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15241         * ext/vorbis/vorbisenc.h:
15242           Fix EOS handling.  Still needs a fix in the ogg muxer to
15243           mark the last page as eos.
15244
15245 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         * common/gtk-doc-plugins.mak:
15248         * docs/plugins/Makefile.am:
15249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15250         * gst/ffmpegcolorspace/Makefile.am:
15251         * gst/ffmpegcolorspace/avcodec.h:
15252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15253         * gst/tcp/gstmultifdsink.c:
15254           fix up ffmpegcolorspace docs; extract header
15255
15256 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15257
15258         * common/gtk-doc-plugins.mak:
15259         * docs/plugins/Makefile.am:
15260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15261         * ext/theora/Makefile.am:
15262         * ext/theora/gsttheoraenc.h:
15263         * ext/theora/theoraenc.c:
15264         * ext/vorbis/vorbisenc.c:
15265           pick up signals and args for vorbis; add some docs for vorbis
15266
15267 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         * common/gstdoc-scangobj:
15270         * common/gtk-doc-plugins.mak:
15271         * docs/libs/Makefile.am:
15272         * docs/plugins/gst-plugins-base-plugins.args:
15273         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15274         * docs/plugins/gst-plugins-base-plugins.interfaces:
15275         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15276         * docs/plugins/gst-plugins-base-plugins.signals:
15277           only scanobj stuff from our source module.  Not sure yet
15278           if that's correct, given the hierarchy stuff :)
15279
15280 2005-09-15  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/audioconvert/gstaudioconvert.c:
15283         And enable 24 bits mode as well..
15284
15285 2005-09-15  Wim Taymans  <wim@fluendo.com>
15286
15287         * gst-libs/gst/rtp/Makefile.am:
15288         * gst-libs/gst/rtp/gstbasertppayload.c:
15289         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15290         (gst_basertppayload_class_init), (gst_basertppayload_init),
15291         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15292         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15293         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15294         (gst_basertppayload_set_property),
15295         (gst_basertppayload_get_property),
15296         (gst_basertppayload_change_state):
15297         * gst-libs/gst/rtp/gstbasertppayload.h:
15298         Added rtp payloader base class.
15299
15300 2005-09-15  Andy Wingo  <wingo@pobox.com>
15301
15302         * configure.ac (plugindir): Remove the EOL matcher from the
15303         regexp, as it causes me problems. Libtool? Make? Who knows?
15304
15305 2005-09-14  David Schleef  <ds@schleef.org>
15306
15307         * check/generic/states.c: 
15308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15309         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15310           Fixes for changes in registry API.
15311
15312         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15313           to GST_PLUGIN_LDFLAGS.
15314         * ext/libvisual/visual.c: Make the library shut up.
15315         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15316         * gst-libs/gst/audio/gstaudiofilter.c: same
15317
15318 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15319
15320         * docs/plugins/Makefile.am:
15321         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15322         * docs/plugins/inspect/plugin-libvisual.xml:
15323         * docs/plugins/tmpl/element-tcpserversink.sgml:
15324         * ext/theora/theoraenc.c:
15325           add libvisual plugin and theoraenc element to docs
15326
15327 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15328
15329         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15330         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15331         * ext/theora/theoraenc.c:
15332           add theoraenc
15333
15334 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15335
15336         * gst/audioconvert/Makefile.am:
15337           Audioconvert derives from GstBaseTransform and should
15338           link to the library with our base elements to avoid
15339           unresolved symbols. Makes things work with MinGW (#316160)
15340
15341         * gst/playback/test4.c: (main):
15342           Fix MinGW build problem and use g_usleep() instead of 
15343           sleep() (#316162)
15344
15345 2005-09-12  Wim Taymans  <wim@fluendo.com>
15346
15347         * gst/audioconvert/audioconvert.c: (float),
15348         (audio_convert_prepare_context), (audio_convert_convert):
15349         * gst/audioconvert/audioconvert.h:
15350         Cleanups, speedups, simplifications, added back support
15351         for 24 bits.
15352
15353 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15354
15355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15357         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15358         * docs/plugins/tmpl/element-tcpserversink.sgml:
15359         * gst/ffmpegcolorspace/gstffmpeg.c:
15360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15361         * gst/videotestsrc/gstvideotestsrc.c:
15362         * gst/volume/gstvolume.c:
15363           add more elements to the docs
15364
15365 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15366
15367         * check/Makefile.am:
15368         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15369         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15370           Add extra tests for basetransform based components. 
15371           Comment out the test_element_negotiation test until we decide
15372           if it's testing correct behaviour.
15373         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15374         (gst_visual_chain), (gst_visual_change_state):
15375           Slightly more correct but still bogus timestamping.
15376           Fix state change function.
15377         * gst/audioconvert/gstaudioconvert.c:
15378         (gst_audio_convert_class_init):
15379         * gst/audioresample/gstaudioresample.c:
15380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15381         (gst_ffmpegcsp_class_init):
15382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15383         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15384         (gst_videoscale_prepare_image):
15385         * gst/volume/gstvolume.c: (gst_volume_class_init),
15386         (volume_transform_ip):
15387           Basetransform updates. Enable passthrough modes.
15388         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15389         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15390         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15391           Negotiation fix that allows the window to return to the original
15392           size and renegotiate passthrough upstream. Extra debug output.
15393
15394 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15395
15396         * gst/sine/gstsinesrc.c:
15397         * gst/volume/gstvolume.c:
15398           fix up header include
15399
15400 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15401
15402         * gst-libs/gst/audio/gstbaseaudiosink.c:
15403         (gst_base_audio_sink_render):
15404         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15405         * gst/volume/gstvolume.c: (gst_volume_class_init),
15406         (volume_transform):
15407           fixing lost sync, some more debugging
15408
15409 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15410
15411         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15412         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15413         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15414         (gst_xvimagesink_check_xshm_calls):
15415           Fix compilation when XShm is not available.
15416
15417 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15418
15419         * ext/libvisual/visual.c: (gst_visual_dispose),
15420         (gst_visual_getcaps), (gst_visual_src_setcaps),
15421         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15422         (gst_visual_change_state):
15423           Finish fixing up libvisual plugin so that it runs. 
15424
15425 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15426
15427         * ext/vorbis/vorbisenc.c:
15428         * gst-libs/gst/tag/gstvorbistag.c:
15429           gsttaginterface.h -> gsttagsetter.h
15430
15431 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15432
15433         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15434           added another test that failes for me (test is not active by default)
15435
15436 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15437
15438         * configure.ac:
15439           v4l2 is no longer in gst-plugins-base
15440
15441 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15442
15443         * configure.ac:
15444           In the output at the end, don't show the first plugin on the same
15445           line as "Core plug-ins, always built:".
15446           Indent the output as for other plugin categories
15447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15448           #define that can be used to not use peer buffer_alloc functions for
15449           test purposes.
15450         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15451         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15452         (gst_ximagesink_show_frame):
15453         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15454         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15455         (gst_xvimagesink_show_frame):
15456           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15457           fails gracefully instead of XError aborting or deadlocking.
15458
15459 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15460
15461         * ext/libvisual/Makefile.am:
15462           link against gst-base-libs
15463
15464 2005-09-06  David Schleef  <ds@schleef.org>
15465
15466         * configure.ac: Enable libvisual plugin.
15467         * ext/libvisual/Makefile.am:
15468         * ext/libvisual/visual.c: Fixes to make it compile.
15469
15470 === release 0.9.2 ===
15471
15472 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15473
15474         * NEWS:
15475         * RELEASE:
15476         * configure.ac:
15477         * docs/random/ChangeLog-0.8:
15478           releasing 0.9.2, "Spoon"
15479
15480 2005-09-05  Michael Smith <msmith@fluendo.com>
15481
15482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15483           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15484           that in the vorbisenc element.
15485
15486 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15487
15488         * common/gtk-doc-plugins.mak:
15489         * docs/plugins/Makefile.am:
15490           fix distcheck
15491         * gst/audioresample/resample.c:
15492           fix wrong docstring
15493
15494 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * common/gst-xmlinspect.py:
15497         * common/gtk-doc-plugins.mak:
15498           only inspect plugins for this given package
15499           require gst-python 0.9
15500
15501 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15502
15503         * Makefile.am:
15504         * autogen.sh:
15505         * common/gst-xmlinspect.py:
15506         * configure.ac:
15507         * docs/Makefile.am:
15508         * docs/plugins/inspect/plugin-alsa.xml:
15509         * docs/plugins/inspect/plugin-audioresample.xml:
15510         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15511         * docs/plugins/inspect/plugin-ogg.xml:
15512         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15513         * docs/plugins/tmpl/element-multifdsink.sgml:
15514         * docs/plugins/tmpl/element-tcpserversink.sgml:
15515         * docs/plugins/tmpl/element-vorbisenc.sgml:
15516         * gst-plugins-base.spec.in:
15517           various doc-related updates
15518
15519 2005-08-31  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst-libs/gst/audio/gstbaseaudiosink.c:
15522         (gst_base_audio_sink_render):
15523         Resync if the buffer timestamps drift more than a 10th 
15524         of a second.
15525
15526 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15529         (gst_v4lsrc_get_property):
15530           The 'timestamp-offset' property is registered as an int64, so
15531           let's use g_value_{set|get}_int64() in our setter and getter
15532           functions (makes it work and fixes warnings with gst-inspect).
15533
15534 2005-08-30  Wim Taymans  <wim@fluendo.com>
15535
15536         * check/elements/audioconvert.c: (setup_audioconvert):
15537         * check/elements/audioresample.c: (setup_audioresample):
15538         * check/elements/volume.c: (setup_volume):
15539         Fix checks.
15540
15541 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         * common/gtk-doc-plugins.mak:
15544         * common/plugins.xsl:
15545         * docs/plugins/Makefile.am:
15546           make module a param
15547
15548 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15549
15550         * examples/seeking/seek.c: (make_mp3_pipeline),
15551         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15552         (play_cb), (pause_cb), (stop_cb):
15553           update the example
15554
15555 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15556
15557         * gst/volume/gstvolume.c: (gst_volume_class_init),
15558         (volume_transform):
15559           do not update controlled params, if buffer has no timestamp
15560
15561 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15562
15563         * configure.ac:
15564         * gst/sine/Makefile.am:
15565         * gst/volume/Makefile.am:
15566           controllerized elements also need to link against controller-libs ;)
15567
15568 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15569
15570         * docs/libs/tmpl/gstcolorbalance.sgml:
15571         * docs/libs/tmpl/gstgconf.sgml:
15572         * docs/libs/tmpl/gstmixer.sgml:
15573         * docs/libs/tmpl/gstringbuffer.sgml:
15574         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15575         (gst_sinesrc_create):
15576         * gst/volume/gstvolume.c: (gst_volume_class_init),
15577         (volume_transform):
15578           controllerized two audio plugins
15579
15580 2005-08-29  Andy Wingo  <wingo@pobox.com>
15581
15582         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15583         (vorbis_handle_data_packet): Fix some int overflow errors.
15584
15585         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15586         -1.
15587         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15588         valid.
15589         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15590         if it's valid. Fixed streaming-mode playback.
15591
15592         * check/elements/volume.c (cleanup_volume): Fix for running
15593         CK_FORK=no.
15594
15595         * check/elements/audioconvert.c: Convert from native endian, not
15596         little endian.
15597
15598 2005-08-29  Michael Smith <msmith@fluendo.com>
15599
15600         * ext/ogg/Makefile.am:
15601         * ext/ogg/gstogg.c: (plugin_init):
15602         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15603         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15604         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15605         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15606         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15607         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15608         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15609         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15610         Add an ogg parser element.
15611
15612 2005-08-28  Andy Wingo  <wingo@pobox.com>
15613
15614         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15615
15616 2005-08-26  Wim Taymans  <wim@fluendo.com>
15617
15618         * gst/audioconvert/audioconvert.c: (if), (float),
15619         (audio_convert_get_func_index), (check_default),
15620         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15621         (audio_convert_clean_context), (audio_convert_get_sizes),
15622         (audio_convert_convert):
15623         Cleanups.
15624
15625 2005-08-26  Wim Taymans  <wim@fluendo.com>
15626
15627         * gst/audioconvert/audioconvert.c: (if), (float),
15628         (audio_convert_get_func_index), (check_default),
15629         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15630         (audio_convert_clean_context), (audio_convert_get_sizes),
15631         (audio_convert_convert):
15632         More elegant and working temp buffer selection algo.
15633
15634 2005-08-26  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/audioconvert/audioconvert.c: (if), (float),
15637         (audio_convert_get_func_index), (check_default),
15638         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15639         (audio_convert_clean_context), (audio_convert_get_sizes),
15640         (get_temp_buffer), (audio_convert_convert):
15641         Use realloc else we lose our original data.
15642
15643 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15644
15645         * gst/audioresample/gstaudioresample.c:
15646           use base class' newsegment to properly timestamp
15647
15648 2005-08-26  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/audioconvert/audioconvert.c: (if), (float),
15651         (audio_convert_get_func_index), (check_default),
15652         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15653         (audio_convert_clean_context), (audio_convert_get_sizes),
15654         (get_temp_buffer), (audio_convert_convert):
15655         * gst/audioconvert/gstaudioconvert.c:
15656         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15657         (gst_audio_convert_transform_caps),
15658         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15659         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15660         Oops, allocate enough space to perform the channel mix.
15661
15662 2005-08-26  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/audioconvert/Makefile.am:
15665         * gst/audioconvert/audioconvert.c: (if), (float),
15666         (audio_convert_get_func_index), (check_default),
15667         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15668         (audio_convert_clean_context), (audio_convert_get_sizes),
15669         (get_temp_buffer), (audio_convert_convert):
15670         * gst/audioconvert/audioconvert.h:
15671         * gst/audioconvert/gstaudioconvert.c:
15672         (gst_audio_convert_class_init), (gst_audio_convert_init),
15673         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15674         (gst_audio_convert_get_unit_size),
15675         (gst_audio_convert_transform_caps),
15676         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15677         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15678         * gst/audioconvert/gstaudioconvert.h:
15679         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15680         (gst_channel_mix_fill_identical),
15681         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15682         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15683         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15684         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15685         (gst_channel_mix_mix):
15686         * gst/audioconvert/gstchannelmix.h:
15687         Cleanups, librarify a bit, optimize, better negotiation and more.
15688
15689 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15690
15691         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15692         Another from MikeS:
15693         During typefinding, don't support negative offsets
15694         (offsets from the end of the stream) in our typefind->peek() function
15695         - nothing embedded in ogg ever needs them. However, we need to recognise
15696         those requests and reject them, otherwise we return invalid pointers.
15697
15698 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15699
15700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15701         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15702         (vorbisdec_finalize), (vorbis_handle_type_packet):
15703           Big shout-out to MikeS for fixing this giant memory leak.
15704           Huzzah!
15705
15706 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15707
15708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15709         (audio_convert_get_unit_size):
15710           plug some leaks
15711
15712 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * check/Makefile.am:
15715         * check/elements/audioconvert.c: (setup_audioconvert),
15716         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15717         (GST_START_TEST), (audioconvert_suite), (main):
15718           add a test for audioconvert
15719         * gst/audioresample/gstaudioresample.c:
15720         * gst/audioresample/gstaudioresample.h:
15721           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15722           note that for buffers of 1/3 sec this means DURATION(c) is 
15723           one nanosecond more than for a and b
15724
15725 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * check/Makefile.am:
15728         * check/elements/audioresample.c: (setup_audioresample),
15729         (cleanup_audioresample), (fail_unless_perfect_stream),
15730         (test_perfect_stream_instance), (GST_START_TEST),
15731           add a check for audioresample
15732         (audioresample_suite), (main):
15733         * check/elements/volume.c: (GST_START_TEST):
15734           remove unused method
15735         * gst/audioresample/gstaudioresample.c:
15736           set correct buffer parameters since we're changing them
15737         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15738           add some debug
15739
15740 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * gst/audioresample/debug.c:
15743         * gst/audioresample/gstaudioresample.c:
15744           add room for extra overlap samples when asked to transform size
15745           protect against possible mem corruption and check for discrepancies
15746           between written size and outbuffer's size so we can warn for
15747           potential problems
15748         * gst/audioresample/resample.c: (resample_init),
15749         (resample_get_output_size_for_input), (resample_get_output_size),
15750         (resample_set_n_channels), (resample_set_format):
15751           set debug level based on RESAMPLE_DEBUG env var
15752           make sure that get_output_size* returns a whole number of
15753           sample_size
15754           set sample_size each time either channel or format is set
15755         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15756         * gst/audioresample/resample_functable.c:
15757         (resample_scale_functable):
15758         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15759           remove r->sample_size, it's done in resample.c now
15760           add some debugging to the ref implementation
15761           make sure we only give back bytes that are wholes of the sample
15762           size
15763
15764 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15765         * gst/playback/gstplaybasebin.c: (fill_buffer):
15766         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15767
15768 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15769
15770         * gst/volume/gstvolume.c:
15771           made set_caps function static
15772
15773 2005-08-24  Wim Taymans  <wim@fluendo.com>
15774
15775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15776         (gst_vorbisenc_change_state):
15777         Stop leaking taglists.
15778
15779 2005-08-24  Wim Taymans  <wim@fluendo.com>
15780
15781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15782         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15783         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15784         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15785         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15786         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15787         Parse seeking events better.
15788         Unref static caps.
15789         Generate correct newsegment events, fixes seeking in live oggs.
15790
15791         * ext/theora/theoradec.c: (theora_dec_src_query),
15792         (theora_dec_src_event), (theora_dec_src_getcaps),
15793         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15794         Use newsegment values to report correct play time.
15795
15796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15797         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15798         * ext/vorbis/vorbisdec.h:
15799         Parse and use newsegment values to report correct play time.
15800
15801         * gst-libs/gst/audio/gstbaseaudiosink.c:
15802         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15803         Clear ringbuffer on flush.
15804         Use newsegment values to calculate playback time.
15805
15806         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15808         Basesink does newsegment calculations for us now.
15809
15810 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15811
15812         * check/Makefile.am:
15813         * configure.ac:
15814           add core's plugins to the mix so that playbin works
15815         * check/generic/states.c: (GST_START_TEST):
15816           set a 0 timeout on pipelines, so they don't force the next
15817           state change
15818         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15819         (gst_play_base_bin_change_state):
15820           remove the crappy error handling and do GST error handling
15821
15822 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15823
15824         * check/Makefile.am:
15825         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15826           add same test as to core, it bitches out on playbin atm.
15827
15828 2005-08-24  Wim Taymans  <wim@fluendo.com>
15829
15830         * configure.ac:
15831         Remove audioscale.
15832
15833 2005-08-24  Wim Taymans  <wim@fluendo.com>
15834
15835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15836         (gst_videoscale_prepare_size), (parse_caps),
15837         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15838         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15839         (gst_videoscale_transform):
15840         * gst/videoscale/gstvideoscale.h:
15841         Refactor, make use of BaseTranform really well.
15842
15843 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * configure.ac:
15846           compile audioresample
15847         * gst/audioresample/Makefile.am:
15848         * gst/audioresample/buffer.c:
15849         * gst/audioresample/functable.c:
15850         * gst/audioresample/gstaudioresample.c:
15851         * gst/audioresample/gstaudioresample.h:
15852         * gst/audioresample/resample.c:
15853         (resample_get_output_size_for_input):
15854         * gst/audioresample/resample.h:
15855         * gst/audioresample/resample_chunk.c:
15856         * gst/audioresample/resample_functable.c:
15857         * gst/audioresample/resample_ref.c:
15858           port to use basetransform; doesn't work in all cases yet
15859
15860 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         * gst/audioconvert/gstaudioconvert.c:
15863         (gst_audio_convert_class_init), (gst_audio_convert_init),
15864         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15865         (audio_convert_fixate_caps), (audio_convert_set_caps),
15866         (audio_convert_transform),
15867         (gst_audio_convert_buffer_to_default_format),
15868         (gst_audio_convert_buffer_from_default_format),
15869         (gst_audio_convert_channels):
15870         * gst/audioconvert/gstchannelmix.c:
15871         * gst/audioconvert/gstchannelmix.h:
15872           port to basetransform
15873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15874         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15875         (gst_ffmpegcsp_get_unit_size):
15876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15877         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15878           fix for basetransform changes
15879
15880 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15881
15882         * check/Makefile.am:
15883           Add CHECK_CFLAGS and LDFLAGS
15884
15885         * gst/playback/gstplaybasebin.c: (fill_buffer):
15886           GST_MESSAGE_SRC became a GObject
15887
15888 2005-08-24  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15891         (gst_ring_buffer_clear_all):
15892         * gst-libs/gst/audio/gstringbuffer.h:
15893         Added function to clear the ringbuffer.
15894
15895 2005-08-24  Andy Wingo  <wingo@pobox.com>
15896
15897         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15898         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15899         of _open and _close.
15900
15901         * sys/v4l/gstv4lxoverlay.h:
15902         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15903         an Xv connection here, instead of all the time. Make Xv only be
15904         loaded if you axe for it. Kindof a workaround for buggy behaviour
15905         of Xv when using remote xservers (XvQueryExtension would block).
15906         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15907         replace the _open and _close public API. Only start the xv
15908         connection if necessary.
15909         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15910
15911 2005-08-23  David Schleef  <ds@schleef.org>
15912
15913         * gst/audioresample/Makefile.am: Leet audioresampling code
15914         * gst/audioresample/buffer.c:
15915         * gst/audioresample/buffer.h:
15916         * gst/audioresample/debug.c:
15917         * gst/audioresample/debug.h:
15918         * gst/audioresample/functable.c:
15919         * gst/audioresample/functable.h:
15920         * gst/audioresample/gstaudioresample.c:
15921         * gst/audioresample/gstaudioresample.h:
15922         * gst/audioresample/resample.c:
15923         * gst/audioresample/resample.h:
15924         * gst/audioresample/resample_chunk.c:
15925         * gst/audioresample/resample_functable.c:
15926         * gst/audioresample/resample_ref.c:
15927
15928 2005-08-23  Wim Taymans  <wim@fluendo.com>
15929
15930         * examples/seeking/seek.c: (make_vorbis_pipeline),
15931         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15932         Small seek updates.
15933
15934 2005-08-23  Andy Wingo  <wingo@pobox.com>
15935
15936         * gst-libs/gst/audio/gstbaseaudiosrc.c
15937         (gst_base_audio_src_fixate): Only fixate endianness if it is
15938         present in the caps.
15939
15940 2005-08-22  Andy Wingo  <wingo@pobox.com>
15941
15942         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15943         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15944         device-name property.
15945
15946         * gst-libs/gst/audio/gstaudiosrc.h:
15947         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15948         close_device in the ring buffer, like gstaudiosink.
15949
15950         * ext/alsa/gstalsamixer.h:
15951         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15952         macro to implement the interface without much code. Cleanups. 
15953
15954         * ext/alsa/gstalsasrc.h:
15955         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15956         READY.
15957
15958         * ext/alsa/Makefile.am: Add new files.
15959         * ext/alsa/gstalsamixerelement.c: 
15960         * ext/alsa/gstalsamixerelement.c: Split element code out from
15961         mixer code so that alsasrc can be a mixer too.
15962
15963 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15966         (GST_START_TEST):
15967         * check/elements/vorbisdec.c: (setup_vorbisdec),
15968         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15969         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15970         (vorbis_handle_identification_packet),
15971         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15972         (vorbis_handle_header_packet), (vorbis_dec_push),
15973         (vorbis_dec_chain):
15974           use the setup/teardown methods to save code.  save code is good.
15975
15976 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15977
15978         * check/Makefile.am:
15979           add ext dir for plugins
15980           add vorbisdec test conditionally
15981         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15982         (GST_START_TEST), (volume_suite):
15983           add a test with wrong caps
15984         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15985         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15986           add a vorbisdec test
15987         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15988         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15989           clean up debug output
15990         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15991           yay, fix a segfault/security issue in vorbisdec
15992           gst-launch fakesrc ! vorbisdec wasn't happy
15993         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15994         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15995         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15996         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15997         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15998         (gst_vorbisenc_set_metadata), (get_constraints_string),
15999         (update_start_message), (gst_vorbisenc_setup),
16000         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16001         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16002         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16003         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16004         * ext/vorbis/vorbisenc.h:
16005           march in line
16006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16007         (gst_ffmpegcsp_transform):
16008           have the kow come home
16009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16010           debug my func ptr
16011         * gst/volume/gstvolume.c: (volume_set_caps):
16012           add a debug
16013
16014 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * Makefile.am:
16017         * check/.cvsignore:
16018         * check/Makefile.am:
16019         * check/elements/.cvsignore:
16020         * check/elements/volume.c: (chain_func), (event_func),
16021         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16022         (main):
16023         * configure.ac:
16024           add unit test structure for gst-plugins-base
16025           add a test for volume
16026         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16027         (gst_volume_set_volume), (gst_volume_get_volume),
16028         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16029         (volume_funcfind), (volume_process_float), (volume_process_int16),
16030         (volume_set_caps), (volume_transform), (volume_update_mute),
16031         (volume_update_volume), (volume_set_property),
16032         (volume_get_property):
16033           document a little; use basetransform vmethod _set_caps
16034
16035 2005-08-19  Andy Wingo  <wingo@pobox.com>
16036
16037         * ext/alsa/gstalsamixertrack.h:
16038         * ext/alsa/gstalsamixertrack.c:
16039         * ext/alsa/gstalsamixeroptions.h:
16040         * ext/alsa/gstalsamixeroptions.c:
16041         * ext/alsa/gstalsamixer.h:
16042         * ext/alsa/gstalsamixer.c: Port to 0.9.
16043
16044         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16045         Remove gstalsa.c and alsaclock. No more cruft here.
16046         
16047 2005-08-18  Wim Taymans  <wim@fluendo.com>
16048
16049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16050         (gst_base_rtp_depayload_chain),
16051         (gst_base_rtp_depayload_add_to_queue),
16052         (gst_base_rtp_depayload_push),
16053         (gst_base_rtp_depayload_queue_release):
16054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16055         Fix for RTPBuffer changes.
16056
16057         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16058         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16059         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16060         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16061         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16062         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16063         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16064         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16065         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16066         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16067         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16068         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16069         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16070         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16071         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16072         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16073         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16074         (gst_rtpbuffer_get_payload):
16075         * gst-libs/gst/rtp/gstrtpbuffer.h:
16076         Don't subclass GstBuffer but add methods and helper functions
16077         to construct and manipulate RTP packets in regular GstBuffers.
16078
16079 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16080
16081         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16082           moved statement below switch
16083         * gst/volume/gstvolume.c: (gst_volume_class_init):
16084           added debug ptr
16085
16086 2005-08-16  Wim Taymans  <wim@fluendo.com>
16087
16088         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16089         (gst_base_audio_src_change_state):
16090         Open and close device in READY<->NULL state change.
16091
16092 2005-08-16  Andy Wingo  <wingo@pobox.com>
16093
16094         * examples/seeking/Makefile.am: Don't compile non-compiling
16095         compiled objects with the compiler.
16096
16097         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16098         elements.
16099
16100 2005-08-12  Philippe Khalaf <burger@speedy.org>
16101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16103           Made a thread to release the queue.
16104           Removed timestamp conversion for now.
16105
16106 2005-08-10  Philippe Khalaf <burger@speedy.org>
16107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16108         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16109           Added rtp timestamp -> gst timestamp conversion.
16110           Fixed several problems with queue.
16111
16112 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         * gst-libs/gst/audio/gstaudioclock.h:
16115         * gst-libs/gst/audio/gstaudiofilter.h:
16116         * gst-libs/gst/audio/gstaudiosink.h:
16117         * gst-libs/gst/audio/gstaudiosrc.h:
16118         * gst-libs/gst/audio/gstbaseaudiosink.h:
16119         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16120         * gst-libs/gst/audio/gstringbuffer.h:
16121         * gst-libs/gst/net/gstnetbuffer.h:
16122         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16123         * gst-libs/gst/rtp/gstrtpbuffer.h:
16124           Add padding (you will need to rebuild gst-plugins-base,
16125           gst-plugins and all applications afterwards!)
16126
16127 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16130         (gst_riff_parse_chunk):
16131           Fix bug in debug message and add some more debug messages.
16132
16133 2005-08-08  Edward Hervey  <edward@fluendo.com>
16134
16135         * gst-libs/gst/riff/riff-media.c:
16136         backported updates since branch
16137
16138 2005-08-08  Andy Wingo  <wingo@pobox.com>
16139
16140         * gst-libs/gst/audio/gstbaseaudiosink.c
16141         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16142         like good elements should. Close on READY->NULL too.
16143
16144         * gst-libs/gst/audio/gstaudiosink.c
16145         (gst_audioringbuffer_open_device,
16146         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16147         (gst_audioringbuffer_release): Updates for new ring buffer API,
16148         hook into the new audio sink api.
16149
16150         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16151         (GstAudioSinkClass.close): Just open and close the device -- no
16152         resource allocation or configuration.
16153         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16154         vmethods, handle device setup and resource allocation.
16155
16156         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16157         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16158         base class API.
16159
16160         * gst-libs/gst/audio/gstringbuffer.h
16161         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16162         New vmethods.
16163
16164         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16165         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16166         New API functions. The device should be opened before acquiring
16167         and closed after releasing.
16168
16169 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16170
16171         * gst-libs/gst/interfaces/mixer.h:
16172           Reset padding to GST_PADDING.
16173
16174 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16175
16176         * gst/playback/gstplaybin.c: (remove_sinks):
16177           Remove visualization from parent explicitely; works around some
16178           apparent refcount issue that I haven't tracked down yet.
16179
16180 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16181
16182         * ext/alsa/gstalsasink.c: (set_hwparams):
16183           Assign debug category, add negotiation debug msgs.
16184
16185 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16186
16187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16188           Fix error code for file-not-found to NOT_FOUND.
16189
16190 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16191
16192         * common/gtk-doc-plugins.mak:
16193         * docs/plugins/Makefile.am:
16194         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16195         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16196           renamed to actual element names, so much nicer to look at
16197         * docs/plugins/tmpl/gstmultifdsink.sgml:
16198           remove
16199         * docs/plugins/tmpl/multifdsink.sgml:
16200         * docs/plugins/tmpl/tcpserversink.sgml:
16201           add
16202         * ext/alsa/gstalsa.c:
16203         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16204         * ext/ogg/gstoggmux.c:
16205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16206         * gst/playback/gstdecodebin.c:
16207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16208         * gst/tcp/gsttcpserversink.c:
16209           various fixes and documentation additions
16210
16211 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16212
16213         * common/Makefile.am:
16214         * common/gstdoc-scangobj:
16215         * common/gtk-doc-plugins.mak:
16216         * common/gtk-doc.mak:
16217           add a custom scangobj that uses the registry
16218           add a custom gtk-doc-plugins.mak that uses it
16219           some doc build fixes
16220         * configure.ac:
16221         * docs/Makefile.am:
16222         * docs/plugins/Makefile.am:
16223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16225         * docs/plugins/gst-plugins-base-plugins.types:
16226         * docs/plugins/tmpl/gstmultifdsink.sgml:
16227           add docs for one element, multifdsink
16228         * gst/adder/gstadder.h:
16229         * gst/volume/gstvolume.h:
16230           don't privatize enum
16231         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16232         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16233         (gst_sync_method_get_type), (gst_client_status_get_type),
16234         (gst_multifdsink_class_init),
16235         (gst_multifdsink_client_queue_buffer),
16236         (gst_multifdsink_handle_client_write):
16237         * gst/tcp/gstmultifdsink.h:
16238         * gst/tcp/gsttcp.h:
16239         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16240         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16241         (gst_tcpclientsink_render):
16242         * gst/tcp/gsttcpclientsink.h:
16243         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16244         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16245         (gst_tcpclientsrc_start):
16246         * gst/tcp/gsttcpclientsrc.h:
16247         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16248         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16249         * gst/tcp/gsttcpserversrc.h:
16250         * gst/typefind/gsttypefindfunctions.c:
16251           remove superfluous Type stuff
16252
16253 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16254
16255         * gst/playback/gstplaybin.c: (gen_video_element):
16256           Enable videoscale.
16257
16258 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16259
16260         * gst-libs/gst/gconf/gconf.c:
16261         * gst-libs/gst/gconf/gconf.h:
16262           Fix some Andy Problem [tm].
16263
16264 2005-08-04  Andy Wingo  <wingo@pobox.com>
16265
16266         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16268         (gst_ffmpegcsp_get_size): Adapt to API changes.
16269
16270         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16271         Implement an in-place do-nothing transform.
16272
16273 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16274
16275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16276         (gst_ximagesink_renegotiate_size):
16277           Do not set new window sizes yet if we prepare a new buffer size
16278           for upstream renegotiation (software scaling) at some point in the
16279           future, because this new size waqs not actually accepted yet. Once
16280           accepted, renegotiation later on will set the new sizes just fine.
16281           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16282           embedding testcase.
16283
16284 2005-08-03  Andy Wingo  <wingo@pobox.com>
16285
16286         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16287         (gst_ximagesink_buffer_alloc): 
16288         Protect the height, width, and desired_caps with the pool_lock.
16289         Fixes videotestsrc ! queue ! ximagesink.
16290
16291 2005-08-02  Edward Hervey  <edward@fluendo.com>
16292
16293         * gst/volume/gstvolume.c:
16294         include left from controller cleanup
16295
16296 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16298           Stop collectpads before calling the parent state
16299           change function on PAUSED->READY.
16300
16301 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16302         * configure.ac:
16303           When testing for X libs, use the X CFlags 
16304         * gst/adder/gstadder.c: (gst_adder_change_state):
16305           Stop the collectpads before calling parent state change function
16306           on PAUSED->READY, otherwise we deadlock deactivating pads.
16307
16308 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16309
16310         * configure.ac:
16311         * docs/libs/tmpl/gstcolorbalance.sgml:
16312         * docs/libs/tmpl/gstmixer.sgml:
16313         * examples/Makefile.am:
16314         * gst/sine/Makefile.am:
16315         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16316         (gst_sinesrc_set_property), (plugin_init):
16317         * gst/sine/gstsinesrc.h:
16318         * gst/volume/Makefile.am:
16319         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16320         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16321         (volume_process_float), (volume_process_int16),
16322         (volume_set_property), (plugin_init):
16323         * gst/volume/gstvolume.h:
16324           deactivate and remove dparams (libgstcontrol)
16325
16326 2005-07-29  Wim Taymans  <wim@fluendo.com>
16327
16328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16329         Convert me to BaseTransform!! help..
16330
16331 2005-07-29  Andy Wingo  <wingo@pobox.com>
16332
16333         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16334         sinks.
16335
16336         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16337         support of both endiannesses.
16338
16339 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16342           Fix confusing debug message (s/event/query/)
16343
16344 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * gst/videotestsrc/videotestsrc.h:
16347           Use "_stdint.h" instead of <stdint.h>
16348
16349 2005-07-27  Wim Taymans  <wim@fluendo.com>
16350
16351         * ext/vorbis/Makefile.am:
16352         Revert wrong commit.
16353
16354 2005-07-27  Wim Taymans  <wim@fluendo.com>
16355
16356         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16357         More compilation fixen.
16358
16359 2005-07-27  Wim Taymans  <wim@fluendo.com>
16360
16361         * gst-libs/gst/audio/gstbaseaudiosink.c:
16362         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16363         (gst_base_audio_sink_create_ringbuffer),
16364         (gst_base_audio_sink_change_state):
16365         Fix compilation.
16366
16367 2005-07-27  Wim Taymans  <wim@fluendo.com>
16368
16369         * examples/seeking/seek.c: (setup_dynamic_link),
16370         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16371         (query_positions_elems), (query_positions_pads), (do_seek):
16372         Update seek example.
16373
16374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16375         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16376         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16377         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16378         (gst_ogg_demux_handle_event),
16379         (gst_ogg_demux_deactivate_current_chain),
16380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16381         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16382         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16383         (gst_ogg_demux_loop):
16384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16385         * ext/theora/theoradec.c: (theora_dec_src_event),
16386         (theora_dec_src_getcaps), (theora_dec_sink_event),
16387         (theora_dec_push), (theora_dec_chain):
16388         * ext/vorbis/Makefile.am:
16389         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16390         (vorbis_dec_sink_event), (vorbis_dec_push),
16391         (vorbis_handle_data_packet):
16392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16393         (gst_vorbisenc_chain):
16394         * gst/playback/gststreaminfo.c: (cb_probe):
16395         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16396         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16397         * gst/videoscale/gstvideoscale.c:
16398         (gst_videoscale_handle_src_event):
16399         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16400         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16401         (gst_ximagesink_navigation_send_event):
16402         * sys/xvimage/xvimagesink.c:
16403         (gst_xvimagesink_navigation_send_event):
16404         Various event updates and cleanups
16405
16406 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16409           Fix segfault for I420/YV12.
16410
16411 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16414           Report bitrate.
16415
16416 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * gst/playback/gstplaybin.c: (gen_video_element),
16419         (gen_audio_element):
16420           Switch to auto*sink elements as default sinks; add volume element
16421           so that volume control in totem works.
16422
16423 2005-07-21  Wim Taymans  <wim@fluendo.com>
16424
16425         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16426         * gst/playback/gstplaybin.c: (setup_sinks),
16427         (gst_play_bin_change_state):
16428         Refcount fix and more comments.
16429
16430 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16431
16432         * sys/ximage/Makefile.am:
16433         * sys/ximage/ximage.c: (plugin_init):
16434         * sys/ximage/ximagesink.c:
16435         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16436         
16437
16438 2005-07-21  Wim Taymans  <wim@fluendo.com>
16439
16440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16441         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16442         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16443         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16444         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16445         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16446         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16447         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16448         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16449         Generate correct disconts for live chained oggs.
16450
16451         * gst-libs/gst/audio/gstbaseaudiosink.c:
16452         (gst_base_audio_sink_render),
16453         (gst_base_audio_sink_create_ringbuffer),
16454         (gst_base_audio_sink_change_state):
16455         Handle discont math correctly.
16456
16457         * gst/playback/gstplaybin.c: (add_sink):
16458         Some small debug cleanup.
16459
16460 2005-07-21  Wim Taymans  <wim@fluendo.com>
16461
16462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16463         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16464         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16465         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16466         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16467         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16468         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16469         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16470         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16471         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16472         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16473         (gst_ogg_demux_change_state), (gst_ogg_print):
16474         Reorganize code to send the right disconts when in streaming
16475         mode.
16476
16477 2005-07-20  Andy Wingo  <wingo@pobox.com>
16478
16479         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16480         fix (?), fixes a seggie mcfalterson (#310894).
16481
16482 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16485         (gst_ogg_mux_set_header_on_caps):
16486         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16488         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16489         * gst-libs/gst/audio/multichannel.c:
16490         (gst_audio_set_channel_positions),
16491         (gst_audio_set_structure_channel_positions_list):
16492         * gst/playback/gstdecodebin.c: (dynamic_create):
16493         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16494         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16495           Fixes for API changes in core.
16496
16497 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * gst/playback/gstplaybasebin.c: (fill_buffer):
16500           Use _new_custom() so we can set custom message types for buffering
16501           messages.
16502
16503 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * configure.ac:
16506         * gst-libs/gst/Makefile.am:
16507         * gst-libs/gst/gconf/.cvsignore:
16508         * gst-libs/gst/gconf/Makefile.am:
16509         * gst-libs/gst/gconf/test-gconf.c:
16510         * pkgconfig/Makefile.am:
16511         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16512         * pkgconfig/gstreamer-gconf.pc.in:
16513           Remove gconf stuff, use gconf elements instead from now on.
16514
16515 2005-07-20  Wim Taymans  <wim@fluendo.com>
16516
16517         * gst-libs/gst/audio/TODO:
16518         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16519         (gst_audio_clock_get_internal_time):
16520         * gst-libs/gst/audio/gstaudioclock.h:
16521         * gst-libs/gst/audio/gstbaseaudiosink.c:
16522         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16523         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16524         (gst_base_audio_sink_render),
16525         (gst_base_audio_sink_create_ringbuffer),
16526         (gst_base_audio_sink_change_state):
16527         Make sure the audio clock always returns an increasing value.
16528
16529 2005-07-19  Andy Wingo  <wingo@pobox.com>
16530
16531         * gst/videotestsrc/: Cleanups.
16532
16533 2005-07-19  Wim Taymans  <wim@fluendo.com>
16534
16535         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16536         Better debugging.
16537
16538 2005-07-19  Wim Taymans  <wim@fluendo.com>
16539
16540         * examples/seeking/seek.c: (make_dv_pipeline),
16541         (make_vorbis_theora_pipeline), (query_rates),
16542         (query_positions_elems), (query_positions_pads), (do_seek):
16543         Make correct DV pipeline.
16544
16545 2005-07-18  Andy Wingo  <wingo@pobox.com>
16546
16547         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16548         default. Also because it's the only thing that really works. (This
16549         is used in the GConf elements).
16550         Use AS_LIBTOOL_TAGS.
16551
16552 2005-07-18  Wim Taymans  <wim@fluendo.com>
16553
16554         * gst/playback/gstdecodebin.c: (remove_element_chain):
16555         * gst/playback/gstplaybin.c: (add_sink):
16556         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16557         (gst_stream_info_set_mute):
16558         * gst/playback/gststreamselector.c:
16559         (gst_stream_selector_get_linked_pad),
16560         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16561         More leak and compile fixes.
16562
16563 2005-07-18  Wim Taymans  <wim@fluendo.com>
16564
16565         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16566         (query_rates), (query_positions_elems), (query_positions_pads),
16567         (do_seek), (seek_cb), (stop_seek):
16568         Updated seek example. 
16569
16570         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16571         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16572         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16573         * gst/playback/gstplaybin.c: (add_sink):
16574         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16575         (gst_stream_info_set_mute):
16576         Some refcount leak fixes.
16577
16578 2005-07-16  Wim Taymans  <wim@fluendo.com>
16579
16580         * gst-libs/gst/audio/gstbaseaudiosink.c:
16581         (gst_base_audio_sink_render):
16582         Align samples even if we have roundoff errors in the 
16583         timestamp conversion.
16584
16585 2005-07-16  Wim Taymans  <wim@fluendo.com>
16586
16587         * docs/libs/tmpl/gstringbuffer.sgml:
16588         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16589         (query_rates), (query_positions_elems), (query_positions_pads),
16590         (update_scale), (do_seek):
16591         Updated seek example.
16592
16593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16594         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16595         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16596         (gst_ogg_demux_loop):
16597         Push out correct discont values.
16598
16599         * ext/theora/theoradec.c: (theora_dec_src_convert),
16600         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16601         (theora_dec_sink_event), (theora_handle_type_packet),
16602         (theora_handle_header_packet), (theora_dec_push),
16603         (theora_handle_data_packet), (theora_dec_chain),
16604         (theora_dec_change_state):
16605         Better timestamping.
16606
16607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16608         (vorbis_dec_sink_event), (vorbis_dec_push),
16609         (vorbis_handle_data_packet), (vorbis_dec_chain):
16610         * ext/vorbis/vorbisdec.h:
16611         Better timestamping.
16612
16613         * gst-libs/gst/audio/gstbaseaudiosink.c:
16614         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16615         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16616         Handle syncing on timestamps instead of sample offsets. Make
16617         use of DISCONT values as described in design docs.
16618
16619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16620         (gst_base_audio_src_get_time):
16621         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16622         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16623         (gst_ring_buffer_read):
16624         * gst-libs/gst/audio/gstringbuffer.h:
16625         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16626         (gst_ximagesink_show_frame):
16627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16628         Correcly convert buffer timestamp to stream time.
16629
16630 2005-07-16  Wim Taymans  <wim@fluendo.com>
16631
16632         * gst/audioconvert/gstaudioconvert.c:
16633         (gst_audio_convert_get_buffer):
16634         Timestamp buffers correctly.
16635
16636         * gst/playback/gstplaybin.c: (gen_video_element):
16637         Make internal fakesink silent.
16638
16639 2005-07-15  Wim Taymans  <wim@fluendo.com>
16640
16641         * gst/ffmpegcolorspace/Makefile.am:
16642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16643         (gst_ffmpegcsp_caps_remove_format_info),
16644         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16645         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16646         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16647         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16648         Ported ffmpegcolorspace to basetransform.
16649
16650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16651         * gst/volume/gstvolume.c: (volume_transform):
16652         Ported to new API.
16653
16654 2005-07-14  Wim Taymans  <wim@fluendo.com>
16655
16656         * gst/videotestsrc/Makefile.am:
16657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16658         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16659         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16660         (gst_videotestsrc_init), (gst_videotestsrc_event),
16661         (gst_videotestsrc_create), (gst_videotestsrc_start),
16662         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16663         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16664         (gst_videotestsrc_get_property):
16665         * gst/videotestsrc/gstvideotestsrc.h:
16666         Make videotestsrc a pushsrc.
16667
16668 2005-07-14  Wim Taymans  <wim@fluendo.com>
16669
16670         * gst/tcp/gstfdset.c: (gst_fdset_free):
16671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16672         (gst_multifdsink_add), (gst_multifdsink_remove),
16673         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16674         (gst_multifdsink_remove_client_link),
16675         (gst_multifdsink_client_queue_data),
16676         (gst_multifdsink_client_queue_caps),
16677         (gst_multifdsink_client_queue_buffer),
16678         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16679         (gst_multifdsink_stop):
16680         * gst/tcp/gstmultifdsink.h:
16681         0.8 backporting.
16682
16683         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16684         Also draw image when not from a pool.
16685
16686 2005-07-14  Wim Taymans  <wim@fluendo.com>
16687
16688         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16689         (mute_stream), (silence_stream):
16690         Small debug additions.
16691
16692 2005-07-14  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16695         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16696         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16697         Better error recovery, ignore unconnected pads and
16698         non-fatal errors.
16699
16700 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16701
16702         * docs/libs/tmpl/gstaudio.sgml:
16703         * docs/libs/tmpl/gstcolorbalance.sgml:
16704         * docs/libs/tmpl/gstgconf.sgml:
16705         * docs/libs/tmpl/gstmixer.sgml:
16706         * docs/libs/tmpl/gstringbuffer.sgml:
16707         * docs/libs/tmpl/gsttuner.sgml:
16708         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16710         (gst_tcpclientsrc_class_init):
16711         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16712         (gst_tcpserversrc_class_init):
16713         * sys/v4l/gstv4lelement.c:
16714           more autistic cleanliness in functions/names/defines
16715
16716 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16717
16718         * configure.ac:
16719           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16720           added manually to each Makefile.am so we are sure it goes
16721           *last* and doesn't add -L flags before linking in libs of our
16722           own, like, say, internal .la libs, that then accidentally pick
16723           up the installed copy.
16724         * docs/libs/Makefile.am:
16725         * ext/alsa/Makefile.am:
16726         * ext/cdparanoia/Makefile.am:
16727         * ext/gnomevfs/Makefile.am:
16728         * ext/libvisual/Makefile.am:
16729         * ext/ogg/Makefile.am:
16730         * ext/theora/Makefile.am:
16731         * ext/vorbis/Makefile.am:
16732         * gst-libs/gst/video/Makefile.am:
16733         * gst/adder/Makefile.am:
16734         * gst/audioconvert/Makefile.am:
16735         * gst/audiorate/Makefile.am:
16736         * gst/audioscale/Makefile.am:
16737         * gst/ffmpegcolorspace/Makefile.am:
16738         * gst/playback/Makefile.am:
16739         * gst/sine/Makefile.am:
16740         * gst/subparse/Makefile.am:
16741         * gst/tags/Makefile.am:
16742         * gst/tcp/Makefile.am:
16743         * gst/typefind/Makefile.am:
16744         * gst/videorate/Makefile.am:
16745         * gst/videoscale/Makefile.am:
16746         * gst/videotestsrc/Makefile.am:
16747         * gst/volume/Makefile.am:
16748         * sys/v4l/Makefile.am:
16749         * sys/ximage/Makefile.am:
16750         * sys/xvimage/Makefile.am:
16751           adapt properly to this change. This should make sure that
16752           plugins and libs properly link to the as-yet-uninstalled
16753           copies of stuff like libgstinterfaces and libgstvideo
16754
16755 2005-07-13  Andy Wingo  <wingo@pobox.com>
16756
16757         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16758         (gst_v4lsrc_fixate): Fixate on format as well.
16759
16760         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16761         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16762         buffer points to it.
16763         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16764         rather just doing X calls ourselves. Also fixes a memleak.
16765
16766 2005-07-12  Andy Wingo  <wingo@pobox.com>
16767
16768         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16769         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16770         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16771         TRUE to avoid deadlocks if an element holds on to our buffers.
16772
16773 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16774
16775         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16776         (gst_sinesrc_init), (gst_sinesrc_create),
16777         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16778         (gst_sinesrc_start):
16779         * gst/sine/gstsinesrc.h:
16780           removing num-buffers property before moving it
16781
16782 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16783
16784         * configure.ac:
16785           use overridable ERROR_CFLAGS
16786         * docs/libs/gst-plugins-base-libs.types:
16787         * docs/libs/tmpl/gstringbuffer.sgml:
16788         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16789         (gst_alsasink_class_init):
16790         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16791         (gst_alsasrc_class_init):
16792         * gst-libs/gst/audio/audio.h:
16793         * gst-libs/gst/audio/gstaudioclock.h:
16794         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16795         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16796         (gst_audio_filter_link), (gst_audio_filter_init),
16797         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16798         (gst_audio_filter_get_property),
16799         (gst_audio_filter_class_add_pad_templates):
16800         * gst-libs/gst/audio/gstaudiofilter.h:
16801         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16802         (gst_audio_filter_template_get_type),
16803         (gst_audio_filter_template_base_init),
16804         (gst_audio_filter_template_class_init),
16805         (gst_audio_filter_template_init),
16806         (gst_audio_filter_template_set_property),
16807         (gst_audio_filter_template_get_property), (plugin_init),
16808         (gst_audio_filter_template_setup),
16809         (gst_audio_filter_template_filter),
16810         (gst_audio_filter_template_filter_inplace):
16811         * gst-libs/gst/audio/gstaudiosink.c:
16812         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16813         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16814         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16815         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16816         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16817         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16818         * gst-libs/gst/audio/gstaudiosink.h:
16819         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16820         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16821         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16822         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16823         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16824         (gst_audio_src_class_init), (gst_audio_src_init),
16825         (gst_audio_src_create_ringbuffer):
16826         * gst-libs/gst/audio/gstaudiosrc.h:
16827         * gst-libs/gst/audio/gstbaseaudiosink.c:
16828         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16829         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16830         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16831         (gst_base_audio_sink_set_property),
16832         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16833         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16834         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16835         (gst_base_audio_sink_create_ringbuffer),
16836         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16837         * gst-libs/gst/audio/gstbaseaudiosink.h:
16838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16839         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16840         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16841         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16842         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16843         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16844         (gst_base_audio_src_event), (gst_base_audio_src_create),
16845         (gst_base_audio_src_create_ringbuffer),
16846         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16847         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16848         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16849         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16850         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16851         (gst_ring_buffer_debug_spec_caps),
16852         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16853         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16854         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16855         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16856         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16857         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16858         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16859         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16860         (gst_ring_buffer_clear):
16861         * gst-libs/gst/audio/gstringbuffer.h:
16862         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16863         (gst_video_sink_class_init), (gst_video_sink_get_type):
16864         * gst-libs/gst/video/videosink.h:
16865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16866         (gst_multifdsink_class_init),
16867         (gst_multifdsink_handle_client_write),
16868         (gst_multifdsink_change_state):
16869         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16870         (gst_tcpclientsink_setcaps):
16871         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16872         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16873         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16874         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16875         (gst_ximagesink_send_pending_navigation),
16876         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16877         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16879         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16880         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16881         (gst_xvimagesink_send_pending_navigation),
16882         (gst_xvimagesink_navigation_send_event),
16883         (gst_xvimagesink_set_xwindow_id),
16884         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16885         (gst_xvimagesink_get_type):
16886         more macro splitting
16887
16888 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16889
16890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16891           plug a memleak, allows me to import 1479 albums in one go
16892           in jamboree
16893         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16894         (vorbis_handle_type_packet), (vorbis_dec_chain),
16895         (vorbis_dec_change_state):
16896           fix some format strings
16897
16898 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16899
16900         * docs/libs/tmpl/gstcolorbalance.sgml:
16901         * docs/libs/tmpl/gstmixer.sgml:
16902         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16903         (gst_alsasink_set_property), (gst_alsasink_get_property):
16904         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16905         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16906           add device property
16907
16908 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16909
16910         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16911         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16912         (audiocast_register_listener), (audiocast_thread_run),
16913         (gst_gnomevfssrc_send_additional_headers_callback),
16914         (gst_gnomevfssrc_received_headers_callback),
16915         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16916         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16917         (gst_gnomevfssrc_get_size):
16918           add/clean up debugging
16919         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16920           cleanups
16921
16922 2005-07-07  Andy Wingo  <wingo@pobox.com>
16923
16924         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16925         framerate. Need to get a handle on when exactly this function is
16926         called, tho.
16927
16928         * sys/v4l/v4lsrc_calls.h:
16929         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16930         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16931         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16932
16933         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16934         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16935         v4lelements are sources.
16936
16937         * sys/v4l/gstv4lxoverlay.h:
16938         * sys/v4l/gstv4lxoverlay.c:
16939         * sys/v4l/gstv4ltuner.h:
16940         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16941         
16942         * sys/v4l/gstv4lsrc.h:
16943         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16944         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16945         or something should handle that. Made a live source.
16946
16947         * sys/v4l/gstv4lelement.h:
16948         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16949         signals. Some cleanups.
16950
16951         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16952
16953         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16954         stuff.
16955
16956         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16957         stuff.
16958
16959         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16960
16961 2005-07-07  Wim Taymans  <wim@fluendo.com>
16962
16963         * ext/theora/theoradec.c: (theora_get_query_types),
16964         (theora_dec_src_getcaps), (theora_dec_push):
16965         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16967         Remove deprecated/unused query types.
16968
16969 2005-07-06  Wim Taymans  <wim@fluendo.com>
16970
16971         * ext/alsa/Makefile.am:
16972         * ext/alsa/gstalsaplugin.c: (plugin_init):
16973         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16975         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16976         (gst_alsasrc_class_init), (gst_alsasrc_init),
16977         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16978         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16979         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16980         (gst_alsasrc_reset):
16981         * ext/alsa/gstalsasrc.h:
16982         * gst-libs/gst/audio/Makefile.am:
16983         * gst-libs/gst/audio/gstaudiosink.c:
16984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16985         (gst_audioringbuffer_start):
16986         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16987         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16988         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16989         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16990         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16991         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16992         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16993         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16994         * gst-libs/gst/audio/gstaudiosrc.h:
16995         * gst-libs/gst/audio/gstbaseaudiosink.c:
16996         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16997         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16998         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17000         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17001         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17002         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17003         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17004         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17005         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17006         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17007         (gst_baseaudiosrc_change_state):
17008         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17009         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17010         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17011         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17012         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17013         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17014         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17015         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17016         * gst-libs/gst/audio/gstringbuffer.h:
17017         Added audiosource base classes.
17018         Ported alsasrc, still very basic.
17019
17020 2005-07-06  Wim Taymans  <wim@fluendo.com>
17021
17022         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17023         (theora_dec_push), (theora_handle_data_packet):
17024         Prepare for better timestamp fix later.
17025
17026         * gst/audioconvert/gstaudioconvert.c:
17027         List most accurate caps first
17028
17029         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17030         Use proper pad task function.
17031
17032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17033         (gst_xvimagesink_show_frame):
17034         Fix deadlock when alloc failed.
17035
17036 2005-07-05  Andy Wingo  <wingo@pobox.com>
17037
17038         * ext/gnomevfs/gstgnomevfssrc.c:
17039         * gst/sine/gstsinesrc.c:
17040         * gst/tcp/gsttcpserversrc.c:
17041         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17042
17043         * sys/v4l/: Port from 0.8.
17044
17045         * Many files: Null if we got it....
17046
17047 2005-07-05  Andy Wingo  <wingo@pobox.com>
17048
17049         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17050         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17051         Signedness fixes.
17052
17053 2005-07-05  Wim Taymans  <wim@fluendo.com>
17054
17055         * configure.ac:
17056         * gst/tcp/Makefile.am:
17057         * gst/tcp/README:
17058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17059         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17060         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17061         (is_sync_frame), (gst_multifdsink_handle_client_write),
17062         (gst_multifdsink_render), (gst_multifdsink_start),
17063         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17064         * gst/tcp/gstmultifdsink.h:
17065         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17066         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17067         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17068         * gst/tcp/gsttcp.h:
17069         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17070         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17071         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17072         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17073         * gst/tcp/gsttcpclientsink.h:
17074         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17075         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17076         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17077         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17078         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17079         * gst/tcp/gsttcpclientsrc.h:
17080         * gst/tcp/gsttcpplugin.c: (plugin_init):
17081         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17082         * gst/tcp/gsttcpserversink.h:
17083         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17084         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17085         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17086         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17087         (gst_tcpserversrc_stop):
17088         * gst/tcp/gsttcpserversrc.h:
17089         * gst/tcp/gsttcpsink.c:
17090         * gst/tcp/gsttcpsink.h:
17091         * gst/tcp/gsttcpsrc.c:
17092         * gst/tcp/gsttcpsrc.h:
17093         Ported tcp plugins to 0.9. 
17094         
17095
17096 2005-07-05  Andy Wingo  <wingo@pobox.com>
17097
17098         * gst/playback/gstplaybasebin.c (fill_buffer):
17099         message_new_application fixen.
17100
17101         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17102         Style fix.
17103
17104 2005-07-04  Wim Taymans  <wim@fluendo.com>
17105
17106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17107         Set caps on output buffer.
17108
17109 2005-07-04  Andy Wingo  <wingo@pobox.com>
17110
17111         * ext/gnomevfs/gstgnomevfssrc.c
17112         (gst_gnomevfssrc_received_headers_callback) 
17113         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17114         hopefully.
17115
17116         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17117         No refcount leakage.
17118
17119         * configure.ac: Enable -Werror.
17120         
17121         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17122         * gst/audioconvert/bufferframesconvert.c
17123         (buffer_frames_convert_fixate):
17124         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17125         (gst_audio_convert_fixate):
17126         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17127         (gst_sinesrc_create): Fixate func changes.
17128         
17129         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17130         (gst_ximagesink_buffer_alloc): Unused var.
17131
17132 2005-07-01  Andy Wingo  <wingo@pobox.com>
17133
17134         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17135         getcaps to do explicit caps. Needs to be done in all decoders,
17136         possibly via a base class.
17137
17138         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17139
17140         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17141         caps on the sink pad, just rely on the pad template. Also, setting
17142         ANY caps on a pad is not valid because the caps are not fixed.
17143
17144         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17145         caps on the buffer, and get the width from the desired_caps if
17146         they're set.
17147         (gst_ximagesink_renegotiate_size): Implement via setting the
17148         desired_caps on the ximagesink.
17149         (gst_ximagesink_setcaps): Only reset the width of the player if it
17150         wasn't already set. Not sure if this is right.
17151         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17152
17153         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17154         that the user wants. NULL unless the window has been resized.
17155
17156         * gst/volume/gstvolume.c (volume_transform): Adapt to
17157         basetransform refcount changes.
17158         
17159 2005-07-01  Andy Wingo  <wingo@pobox.com>
17160
17161         * gst/videoscale/gstvideoscale.c:
17162         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17163         from BaseTransform, implements a transform_caps. Removed dead code
17164         including some PAR stuff that was never reached -- should probably
17165         be added back somehow.
17166
17167 2005-07-01  Andy Wingo  <wingo@pobox.com>
17168
17169         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17170         come later.
17171
17172 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17173
17174         * configure.ac:
17175         * docs/libs/Makefile.am:
17176         * docs/libs/gst-plugins-libs.types:
17177         * ext/alsa/Makefile.am:
17178         * ext/alsa/gstalsamixer.h:
17179         * ext/alsa/gstalsamixeroptions.h:
17180         * ext/alsa/gstalsamixertrack.h:
17181         * gst-libs/gst/Makefile.am:
17182         * gst-libs/gst/colorbalance/.cvsignore:
17183         * gst-libs/gst/colorbalance/Makefile.am:
17184         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17185         * gst-libs/gst/colorbalance/colorbalance.c:
17186         * gst-libs/gst/colorbalance/colorbalance.h:
17187         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17188         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17189         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17190         * gst-libs/gst/interfaces/Makefile.am:
17191         * gst-libs/gst/interfaces/colorbalance.c:
17192         (gst_color_balance_class_init):
17193         * gst-libs/gst/interfaces/colorbalance.h:
17194         * gst-libs/gst/interfaces/interfaces-marshal.list:
17195         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17196         * gst-libs/gst/interfaces/mixer.h:
17197         * gst-libs/gst/interfaces/mixeroptions.h:
17198         * gst-libs/gst/interfaces/navigation.c:
17199         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17200         * gst-libs/gst/interfaces/tuner.h:
17201         * gst/volume/Makefile.am:
17202         * gst/volume/gstvolume.c:
17203         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17204         * sys/ximage/Makefile.am:
17205         * sys/ximage/ximagesink.c:
17206         * sys/xvimage/Makefile.am:
17207         * sys/xvimage/xvimagesink.c:
17208           fold in all interfaces into an interfaces dir, preserving CVS
17209           history
17210
17211 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17212
17213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17214           Fix build after riff changes.
17215
17216 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17219         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17220         (gst_riff_create_video_template_caps),
17221         (gst_riff_create_audio_template_caps),
17222         (gst_riff_create_iavs_template_caps):
17223         * gst-libs/gst/riff/riff-media.h:
17224         * gst-libs/gst/riff/riff-read.h:
17225         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17226           Add gst_riff_init() to initialize the debug category, instead
17227           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17228
17229 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17232           Oops, I shouldn't apply hacks.
17233
17234 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17237           Remove pad_loop function which doesn't work.
17238
17239 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17242           Send EOS when deactivating.
17243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17244         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17245         (gen_preroll_element), (probe_triggered), (mute_stream),
17246         (silence_stream), (new_decoded_pad), (setup_substreams),
17247         (set_active_source):
17248         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17249         (remove_sinks), (add_sink):
17250         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17251           Change for new probe API.
17252
17253 2005-06-29  Wim Taymans  <wim@fluendo.com>
17254
17255         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17256         * gst-libs/gst/audio/gstbaseaudiosink.c:
17257         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17258         (gst_baseaudiosink_change_state):
17259         * gst-libs/gst/audio/gstbaseaudiosink.h:
17260         * gst-libs/gst/audio/gstringbuffer.c:
17261         (gst_ringbuffer_set_callback):
17262         Fix compilation error.
17263         Ringbuffer starts out as not running.
17264         Free our clock in dispose.
17265         When releasing the ringbuffer we need to renegotiate so
17266         clear the pad caps.
17267
17268 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17269
17270         * autogen.sh:
17271         * configure.ac:
17272         * docs/Makefile.am:
17273         * docs/libs/Makefile.am:
17274         * docs/libs/gst-plugins-libs-docs.sgml:
17275         * docs/libs/gst-plugins-libs-sections.txt:
17276         * docs/libs/gst-plugins-libs.types:
17277         * docs/libs/tmpl/gstaudio.sgml:
17278         * docs/libs/tmpl/gstcolorbalance.sgml:
17279         * docs/libs/tmpl/gstringbuffer.sgml:
17280         * gst-libs/gst/audio/gstringbuffer.c:
17281         (gst_ringbuffer_set_callback):
17282           reinstate gtk-doc docs for plugin libs
17283
17284 2005-06-28  Wim Taymans  <wim@fluendo.com>
17285
17286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17287         (gst_ogg_demux_init):
17288         Removed pad loop function.
17289
17290 2005-06-28  Wim Taymans  <wim@fluendo.com>
17291
17292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17293         If we're building a chain we are not in an error case
17294         when we queue a buffer.
17295
17296 2005-06-28  Andy Wingo  <wingo@pobox.com>
17297
17298         * *.c: Don't cast to GstObject before reffing/unreffing.
17299
17300 2005-06-27  Andy Wingo  <wingo@pobox.com>
17301
17302         * gst/videotestsrc/gstvideotestsrc.c
17303         (gst_videotestsrc_activate_push): Activation API changes.
17304
17305         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17306         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17307         they have refs on the decodebin.
17308
17309         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17310         parent class.
17311         (gst_ogg_pad_typefind): Don't leak a pad ref.
17312         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17313         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17314         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17315
17316 2005-06-27  Edward Hervey  <edward@fluendo.com>
17317
17318         * ext/theora/theoradec.c: (theora_dec_change_state): 
17319         re-arranged call to parent's state change in order to avoid locks (or
17320         worse).
17321
17322 2005-06-26  Edward Hervey  <edward@fluendo.com>
17323
17324         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17325         2nd argument of 'unknow-type' signal is a GstCaps and not a
17326         GstMiniObject
17327
17328 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17329         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17330           Set the worker thread's running flag to TRUE before starting the
17331           thread.
17332         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17333           Catch a failure to add typefind to the bin.
17334
17335 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17338         (gst_sinesrc_init), (gst_sinesrc_create),
17339         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17340         (gst_sinesrc_start):
17341         * gst/sine/gstsinesrc.h:
17342           add num-buffers and timestamp-offset properties
17343         * gst/videotestsrc/gstvideotestsrc.c:
17344         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17345         (gst_videotestsrc_get_property):
17346           add timestamp-offset property
17347
17348 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17349
17350         * configure.ac: add videorate
17351         * gst-plugins-base.spec.in: add videorate
17352
17353 2005-06-23  Wim Taymans  <wim@fluendo.com>
17354
17355         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17356         (gst_videorate_getcaps), (gst_videorate_setcaps),
17357         (gst_videorate_event), (gst_videorate_chain):
17358         Fixed videorate, fixating an already fixated caps is not
17359         an error.
17360
17361 2005-06-23  Wim Taymans  <wim@fluendo.com>
17362
17363         * ext/ogg/README:
17364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17365         Buffer on caps is not boxed anymore.
17366
17367 2005-06-22  Wim Taymans  <wim@fluendo.com>
17368
17369         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17371         Set buffers on caps as miniobjects and not as boxed.
17372
17373 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17374
17375         * configure.ac:
17376           back to HEAD
17377
17378 === release 0.9.1 ===
17379
17380 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17381
17382         * .cvsignore:
17383         * NEWS:
17384         * README:
17385         * RELEASE:
17386         * configure.ac:
17387         * po/af.po:
17388         * po/az.po:
17389         * po/cs.po:
17390         * po/en_GB.po:
17391         * po/hu.po:
17392         * po/it.po:
17393         * po/nb.po:
17394         * po/nl.po:
17395         * po/or.po:
17396         * po/sq.po:
17397         * po/sr.po:
17398         * po/sv.po:
17399         * po/uk.po:
17400         * po/vi.po:
17401           updates for release
17402
17403 2005-06-09  Andy Wingo  <wingo@pobox.com>
17404
17405         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17406         
17407 2005-06-09  Andy Wingo  <wingo@pobox.com>
17408
17409         * configure.ac:
17410         * gst-libs/gst/Makefile.am:
17411         * gst-libs/gst/net/Makefile.am:
17412         Add gstnet to build.
17413
17414 2005-06-09  Andy Wingo  <wingo@pobox.com>
17415
17416         * gst-libs/gst/gconf/gconf.c:
17417         * gst/playback/test.c:
17418         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17419         fixes.
17420
17421         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17422
17423         * ext/theora/theoraenc.c (theora_enc_chain): 
17424         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17425
17426         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17427         RealPad.
17428
17429 2005-06-02  Wim Taymans  <wim@fluendo.com>
17430
17431         * gst-libs/gst/net/Makefile.am:
17432         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17433         * pkgconfig/gstreamer-libs.pc.in:
17434         Added net stuff, version net lib.
17435
17436 2005-06-02  Wim Taymans  <wim@fluendo.com>
17437
17438         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17439         (query_rates), (query_positions_elems), (query_positions_pads),
17440         (do_seek):
17441         Updated seek example.
17442
17443 2005-06-02  Andy Wingo  <wingo@pobox.com>
17444
17445         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17446         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17447         list.
17448
17449         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17450         remove the typefind, the bin dispose will do it for us. When it's
17451         removed and unreffed, the signal handler will be disconnected,
17452         too.
17453         (unlinked): It's too difficult to disconnect from unlinked
17454         handlers, as they are on pads not elements. Just punt if the pads
17455         aren't grandkids of the bin.
17456
17457 2005-06-02  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/ogg/README:
17460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17461         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17463         * ext/theora/theoradec.c: (theora_dec_src_query),
17464         (theora_handle_data_packet):
17465         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17466         (theora_enc_chain):
17467         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17468         (vorbis_handle_data_packet):
17469         * gst/audioconvert/bufferframesconvert.c:
17470         (buffer_frames_convert_chain):
17471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17472         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17473         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17474         (gst_ffmpegcsp_chain):
17475         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17476         (gst_videorate_getcaps), (gst_videorate_setcaps),
17477         (gst_videorate_event), (gst_videorate_chain):
17478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17479         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17480         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17481         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17483         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17484         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17485         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17486         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17487         Cleanups and buffer alloc.
17488
17489 2005-05-31  Wim Taymans  <wim@fluendo.com>
17490
17491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17492         Don't try to call the delay method when the device is not
17493         opened.
17494
17495 2005-05-31  Wim Taymans  <wim@fluendo.com>
17496
17497         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17498         Get actual segment size and buffer size after opening
17499         the device.
17500
17501 2005-05-30  Wim Taymans  <wim@fluendo.com>
17502
17503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17505         Also FLUSH upstream, makes the loop function exit faster.
17506         
17507         * ext/theora/theoradec.c: (theora_dec_src_query):
17508         Some more debug info in the query.
17509         
17510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17511         (gst_ximagesink_setcaps):
17512         Release lock on par error, better error reporting.
17513
17514 2005-05-26  Wim Taymans  <wim@fluendo.com>
17515
17516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17517         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17518         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17519         Clear chains in READY
17520         Queue packets until the chain is activated.
17521
17522 2005-05-25  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst-libs/gst/audio/gstaudiosink.c:
17525         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17526         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17527         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17528         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17529         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17530         (gst_audiosink_create_ringbuffer):
17531         * gst-libs/gst/audio/gstbaseaudiosink.c:
17532         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17533         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17534         (gst_baseaudiosink_set_property), (build_linear_format),
17535         (debug_spec_caps), (debug_spec_buffer),
17536         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17537         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17538         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17539         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17541         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17542         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17543         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17544         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17545         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17546         (wait_segment), (gst_ringbuffer_commit),
17547         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17548         (gst_ringbuffer_clear):
17549         Various small cleanups.
17550
17551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17552         (gst_audio_convert_change_state):
17553         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17554         No need to take the locks anymore.
17555
17556 2005-05-25  Wim Taymans  <wim@fluendo.com>
17557
17558         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17559         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17560         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17561         (type_found):
17562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17563         (group_destroy), (group_commit), (queue_overrun),
17564         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17565         (mute_stream), (new_decoded_pad), (setup_substreams),
17566         (setup_source), (mute_group_type), (set_active_source),
17567         (gst_play_base_bin_change_state):
17568         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17569         (gen_video_element), (gen_text_element), (gen_audio_element),
17570         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17571         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17572         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17573         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17574         Some playbin cleanups mostly refcounting sloppyness.
17575
17576 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17579           Work with streaming input.
17580
17581 2005-05-25  Wim Taymans  <wim@fluendo.com>
17582
17583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17584         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17585         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17586         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17587         No need to take the STREAM lock anymore.
17588
17589 2005-05-25  Wim Taymans  <wim@fluendo.com>
17590
17591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17592         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17593         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17594         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17595         (gst_ogg_demux_sink_activate):
17596         * ext/theora/theoradec.c: (theora_dec_src_event),
17597         (theora_handle_comment_packet), (theora_dec_chain),
17598         (theora_dec_change_state):
17599         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17600         (vorbis_handle_data_packet), (vorbis_dec_chain),
17601         (vorbis_dec_change_state):
17602         Remove STREAM locks as they are taken in core now.
17603         Never set bogus granulepos on vorbis/theora.
17604         Fix leaks in theoradec tag parsing.
17605
17606 2005-05-25  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17609         Fix memleaks, GST_BUFFER_DATA() is not freed.
17610
17611 2005-05-25  Wim Taymans  <wim@fluendo.com>
17612
17613         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17614         Open non-blocking, set to blocking mode afterwards to avoid
17615         lockups when audio device is busy.
17616
17617 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17618
17619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17620           This can't be good.
17621
17622 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17623
17624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17625         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17626         (gst_audio_convert_setcaps):
17627           Implement instant setup switching.
17628
17629 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17630
17631         * gst/playback/gstplaybasebin.c: (probe_triggered):
17632           Fix missing unlock.
17633         * gst/playback/gstplaybin.c: (add_sink):
17634           First add, then link (otherwise pad link fails).
17635
17636 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17637
17638         * examples/Makefile.am:
17639         fix buildbot (make distcheck)
17640
17641 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * gst/playback/gstplaybin.c: (gen_vis_element):
17644           Remove some wrong code. Doesn't work yet.
17645
17646 2005-05-19  Wim Taymans  <wim@fluendo.com>
17647
17648         * gst-libs/gst/net/Makefile.am:
17649         * gst-libs/gst/net/README:
17650         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17651         (gst_netbuffer_class_init), (gst_netbuffer_init),
17652         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17653         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17654         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17655         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17656         * gst-libs/gst/net/gstnetbuffer.h:
17657         Added buffer subclass to store extra to/from addresses for
17658         network sources/sinks.
17659
17660 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17661
17662         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17663           Don't lock an unassigned variable.
17664
17665 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17666
17667         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17668           Increase buffer for video, decrease buffer for other media types.
17669         * gst/playback/gstplaybin.c: (gen_video_element),
17670         (gen_audio_element):
17671           Change names for debugging purposes.
17672
17673 2005-05-18  Wim Taymans  <wim@fluendo.com>
17674
17675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17676         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17677         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17678         (gst_ffmpegcsp_chain):
17679         Enable buffer alloc passthrough if the source and dest
17680         formats are the same.
17681
17682 2005-05-17  Wim Taymans  <wim@fluendo.com>
17683
17684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17685         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17686         (gst_ogg_demux_chain_unlocked):
17687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17688         (gst_audio_convert_caps_remove_format_info),
17689         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17690         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17692         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17693         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17694         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17695         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17696         (gst_ffmpegcsp_get_property):
17697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17698         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17699         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17700         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17701         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17702         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17703         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17704         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17705         Leak fixes in oggdemux.
17706         Some cleanups in audioconvert.
17707         Make passthrough work along with buffer_alloc etc.
17708         Make buffer_alloc and buffer recycling actually work in
17709         xvimagesink.
17710
17711 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17714           make the compiler happy
17715
17716 2005-05-17  Wim Taymans  <wim@fluendo.com>
17717
17718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17719         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17720         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17721         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17722         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17723         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17724         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17725         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17726         (gst_xvimagesink_set_xwindow_id):
17727         * sys/xvimage/xvimagesink.h:
17728         Port xvimagesink to new MiniObject.
17729
17730 2005-05-17  Wim Taymans  <wim@fluendo.com>
17731
17732         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17733         (gst_audiofilter_chain):
17734         * gst-libs/gst/audio/gstaudiosink.c:
17735         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17736         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17737         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17738         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17739         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17740         (gst_audiosink_create_ringbuffer):
17741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17742         (gst_audio_convert_caps_remove_format_info),
17743         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17744         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17746         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17747         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17748         Fix passthrough in ffmpegcolorspace.
17749         Fix memset in audiosink on wrong memory.
17750
17751 2005-05-16  David Schleef  <ds@schleef.org>
17752
17753         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17754         to GstMiniObject.
17755
17756 2005-05-16  David Schleef  <ds@schleef.org>
17757
17758         Port from GstData to GstMiniObject.
17759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17761         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17762         (gst_ogg_mux_collected):
17763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17764         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17765         (theora_handle_data_packet):
17766         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17767         (theora_set_header_on_caps), (theora_enc_chain):
17768         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17769         (vorbis_handle_comment_packet):
17770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17771         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17772         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17773         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17774         * gst/audioconvert/gstaudioconvert.c:
17775         (gst_audio_convert_get_buffer):
17776         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17777         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17778         (mute_stream), (silence_stream):
17779         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17780         * gst/volume/gstvolume.c: (volume_transform):
17781         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17782         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17783         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17784         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17785         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17786         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17787         (gst_ximagesink_buffer_alloc):
17788         * sys/ximage/ximagesink.h:
17789
17790 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17791
17792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17793         (fill_buffer), (check_queue), (queue_threshold_reached),
17794         (queue_out_of_data):
17795         * gst/playback/gstplaybasebin.h:
17796           Post buffer-fullness on the bus.
17797
17798 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17799
17800         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17801         (try_to_link_1):
17802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17803         (group_commit), (probe_triggered), (setup_source),
17804         (gst_play_base_bin_change_state):
17805         * gst/playback/gstplaybasebin.h:
17806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17807         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17808         (gst_play_bin_change_state):
17809           Move setup_output_pads into a virtual function, remove
17810           group-switch (no longer needed) and redirect (handled by bus
17811           now) signals.
17812
17813 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17816         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17817         (get_active_group), (get_building_group), (group_destroy),
17818         (group_commit), (check_queue), (queue_overrun),
17819         (queue_threshold_reached), (queue_out_of_data),
17820         (gen_preroll_element), (remove_groups), (unknown_type),
17821         (add_element_stream), (no_more_pads), (probe_triggered),
17822         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17823         (setup_substreams), (setup_source), (finish_source),
17824         (prepare_output), (muted_group_change_state),
17825         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17826         (gst_play_base_bin_change_state):
17827         * gst/playback/gstplaybasebin.h:
17828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17829         (gst_play_bin_init), (gst_play_bin_set_property),
17830         (gen_video_element), (gen_text_element), (gen_audio_element),
17831         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17832         (gst_play_bin_change_state):
17833         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17834         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17835         (stream_info_change_state), (gst_stream_info_set_mute),
17836         (gst_stream_info_get_property):
17837         * gst/playback/gststreaminfo.h:
17838         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17839         (gst_stream_selector_get_linked_pad),
17840         (gst_stream_selector_getcaps),
17841         (gst_stream_selector_get_linked_pads),
17842         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17843         * gst/playback/gststreamselector.h:
17844           Rough port of playbin. Needs some more work, but is mostly done,
17845           and uses a few locks in important places, which should make stuff
17846           like chain-switches clean. Still uses GST_STATE() in a few places,
17847           which isn't all that good an idea, subtitles/elements disabled
17848           because no elements to test with and thus probably broken, query
17849           and event handling moved to GstBin, internal thread removed
17850           alltogether because the pipeline does that for us now. Can play
17851           Ogg/Vorbis files. Haven't tested anything else yet.
17852
17853 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17856           Do no-more-pads (needed for autoplugging).
17857
17858 2005-05-10  Andy Wingo  <wingo@pobox.com>
17859
17860         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17861         message to the bus with the tags. Still not sent downstream tho.
17862
17863         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17864         get_parent.
17865         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17866         avoid refcounting hassles.
17867
17868 2005-05-09  Andy Wingo  <wingo@pobox.com>
17869
17870         * gst/volume/Makefile.am:
17871         * gst/volume/demo.c
17872         * gst/volume/gstvolume.h
17873         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17874         basetransform. Probably need an audio filter base class.
17875
17876 2005-05-09  Wim Taymans  <wim@fluendo.com>
17877
17878         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17879         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17880         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17881         (gst_vorbisenc_chain):
17882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17883         (gst_audio_convert_caps_remove_format_info),
17884         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17885         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17886         Make caps writable before writing to it.
17887         Fix negotiation in audioconvert some more.
17888
17889 2005-05-09  Wim Taymans  <wim@fluendo.com>
17890
17891         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17892         (gst_videorate_getcaps), (gst_videorate_setcaps),
17893         (gst_videorate_event), (gst_videorate_chain):
17894         Better negotiation.
17895
17896 2005-05-09  Wim Taymans  <wim@fluendo.com>
17897
17898         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17899         (gst_videorate_getcaps), (gst_videorate_setcaps),
17900         (gst_videorate_blank_data), (gst_videorate_init),
17901         (gst_videorate_event), (gst_videorate_chain),
17902         (gst_videorate_change_state):
17903         Port videorate, do a better job at negotiation while we're at
17904         it.
17905
17906 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17907
17908         * configure.ac:
17909           Disable libvisual
17910
17911         * examples/Makefile.am:
17912         * gst-libs/gst/audio/Makefile.am:
17913         * gst-libs/gst/riff/Makefile.am:
17914         * gst-libs/gst/tag/Makefile.am:
17915         * gst-libs/gst/video/Makefile.am:
17916           Fixups for missing variables.
17917
17918 2005-05-09  Wim Taymans  <wim@fluendo.com>
17919
17920         * examples/seeking/seek.c: (make_theora_pipeline),
17921         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17922         (query_rates), (query_positions_elems), (query_positions_pads),
17923         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17925         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17926         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17927         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17928         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17930         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17931         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17932         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17933         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17934         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17935         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17936         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17937         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17938         (theora_dec_src_convert), (theora_dec_sink_convert),
17939         (theora_dec_src_query), (theora_dec_sink_query),
17940         (theora_dec_src_event), (theora_dec_sink_event),
17941         (theora_handle_comment_packet), (theora_handle_type_packet),
17942         (theora_handle_header_packet), (theora_handle_data_packet),
17943         (theora_dec_chain):
17944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17945         (vorbis_dec_convert), (vorbis_dec_src_query),
17946         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17947         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17948         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17949         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17951         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17952         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17953         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17954         (gst_play_bin_query):
17955         * gst/playback/test3.c: (update_scale):
17956         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17957         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17958         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17959         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17960         (gst_videotestsrc_src_query):
17961         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17962         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17963         (paint_hline_YUV9):
17964         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17965         Port to new query API.
17966         Updated seek.
17967         Cleanups in x[v]imagesink
17968
17969 2005-05-09  Andy Wingo  <wingo@pobox.com>
17970
17971         * ext/alsa/gstalsasink.h:
17972         * ext/gnomevfs/gstgnomevfssrc.c:
17973         (gst_gnomevfssrc_get_icy_metadata):
17974         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17975         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17976         * ext/theora/theoradec.c (theora_dec_src_query)
17977         (theora_dec_src_event, theora_dec_sink_event)
17978         (theora_handle_comment_packet, theora_handle_data_packet):
17979         * ext/theora/theoraenc.c (theora_enc_chain):
17980         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17981         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17982         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17983         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17984         (qt_type_find):
17985         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17986         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17987         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17988         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17989         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17990         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17991         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17992         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17993         (paint_setup_RGB565, paint_setup_xRGB1555):
17994         * gst/videotestsrc/videotestsrc.h:
17995         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17996         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17997         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17998         GCC4 fixes.
17999         
18000         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18001         gst_pad_query_position. Fixes oggdemux.
18002
18003 2005-05-08  David Schleef  <ds@schleef.org>
18004
18005         * configure.ac: Require liboil.
18006         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18007         a few more.
18008         * gst/videotestsrc/videotestsrc.c:
18009         * gst/videotestsrc/videotestsrc.h:
18010
18011 2005-05-06  Wim Taymans  <wim@fluendo.com>
18012
18013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18014         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18015         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18016         Well, unreffing a buffer right before pushing it is asking
18017         for trouble..
18018
18019 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18020
18021         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18022
18023 2005-05-06  Wim Taymans  <wim@fluendo.com>
18024
18025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18026         (gst_audio_convert_caps_remove_format_info),
18027         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18028         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18030         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18031         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18032         * gst/sine/Makefile.am:
18033         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18034         (gst_sinesrc_class_init), (gst_sinesrc_init),
18035         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18036         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18037         (gst_sinesrc_update_freq):
18038         * gst/sine/gstsinesrc.h:
18039         * gst/tcp/gstmultifdsink.c:
18040         * sys/xvimage/xvimagesink.c:
18041         Fixed negotiation wrt _peer_get_caps()
18042         Some cleanups.
18043
18044
18045 2005-05-06  Wim Taymans  <wim@fluendo.com>
18046
18047         * gst-libs/gst/audio/gstaudiosink.c:
18048         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18049         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18050         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18051         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18052         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18053         (gst_audiosink_create_ringbuffer):
18054         * gst-libs/gst/audio/gstbaseaudiosink.c:
18055         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18056         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18057         (gst_baseaudiosink_set_property), (build_linear_format),
18058         (debug_spec_caps), (debug_spec_buffer),
18059         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18060         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18061         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18062         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18063         * gst-libs/gst/audio/gstbaseaudiosink.h:
18064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18065         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18066         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18067         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18068         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18069         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18070         (wait_segment), (gst_ringbuffer_commit),
18071         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18072         (gst_ringbuffer_clear):
18073         * gst-libs/gst/audio/gstringbuffer.h:
18074         Make the base audiosink return an error when there is no
18075         audiobuffer negotiated.
18076
18077 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18078
18079         * ext/Makefile.am:
18080         Disable cdparanoia until someone ports it!
18081
18082 2005-05-06  Wim Taymans  <wim@fluendo.com>
18083
18084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18085         (gst_ogg_demux_sink_activate):
18086         And revert after wingo's revert.. sigh..
18087
18088 2005-05-05  Andy Wingo  <wingo@pobox.com>
18089
18090         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18091         GObject.
18092         * configure.ac: Return audiorate and subparse from the ghetto.
18093         Re-enable -Wall -Werror.
18094         * gst/subparse/gstsubparse.c:
18095         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18096         or chain-based. Cleaned up a bit. Not tested.
18097         
18098 2005-05-05  Christian Schaller <christian@fluendo.com> 
18099
18100         * Makefile.am: remove stuff that is not building
18101         * configure.ac: remove stuff that is not building
18102         * examples/Makefile.am: remove stuff that is not building
18103         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18104         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18105         * sys/Makefile.am: remove stuff that is not building
18106         * testsuite/Makefile.am: remove stuff that is not building
18107
18108 2005-05-05  Andy Wingo  <wingo@pobox.com>
18109
18110         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18111         * gst-libs/gst/tag/gstvorbistag.c:
18112         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18113         * gst/adder/gstadder.h:
18114         * gst/audioconvert/gstchannelmix.c:
18115         (gst_audio_convert_fill_one_other):
18116         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18117         (gst_audiorate_init), (gst_audiorate_chain):
18118         * gst/playback/gstplaybasebin.c: (setup_source):
18119         * gst/playback/test3.c: (update_scale):
18120         Some GCC4 fixes
18121         
18122         * po/af.po:
18123         * po/az.po:
18124         * po/cs.po:
18125         * po/en_GB.po:
18126         * po/hu.po:
18127         * po/it.po:
18128         * po/nb.po:
18129         * po/nl.po:
18130         * po/or.po:
18131         * po/sq.po:
18132         * po/sr.po:
18133         * po/sv.po:
18134         * po/uk.po:
18135         * po/vi.po: Foo
18136
18137 2005-05-05  Wim Taymans  <wim@fluendo.com>
18138
18139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18140         (gst_audio_convert_caps_remove_format_info),
18141         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18142         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18143         * gst/videotestsrc/gstvideotestsrc.c:
18144         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18145         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18146         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18147         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18148         Don't ignore _push() return values.
18149         Make sure no processing is done when shutting down.
18150         Videotestsrc pad activation fix.
18151
18152 2005-05-05  Wim Taymans  <wim@fluendo.com>
18153
18154         * gst/adder/Makefile.am:
18155         * gst/adder/gstadder.c: (gst_adder_setcaps),
18156         (gst_adder_class_init), (gst_adder_init),
18157         (gst_adder_request_new_pad), (gst_adder_collected),
18158         (gst_adder_change_state):
18159         * gst/adder/gstadder.h:
18160         Ported adder as an example of a mixer element using
18161         collect pads. Needs more negotiation work.
18162
18163 2005-05-05  Wim Taymans  <wim@fluendo.com>
18164
18165         * ext/theora/theoradec.c: (_inc_granulepos),
18166         (theora_dec_src_event), (theora_dec_sink_event),
18167         (theora_handle_comment_packet), (theora_handle_type_packet),
18168         (theora_handle_header_packet), (theora_handle_data_packet),
18169         (theora_dec_chain):
18170         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18171         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18172         (theora_push_buffer), (theora_push_packet),
18173         (theora_enc_sink_event), (theora_enc_chain),
18174         (theora_enc_change_state), (theora_enc_set_property),
18175         (theora_enc_get_property):
18176         Added stream lock to decoder so that we can serialize
18177         the discont event.
18178         More theoraenc porting, recover from errors, do clean
18179         shutdown.
18180
18181 2005-05-05  Wim Taymans  <wim@fluendo.com>
18182
18183         * ext/ogg/Makefile.am:
18184         * ext/ogg/README:
18185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18186         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18187         (gst_ogg_print):
18188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18189         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18190         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18191         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18192         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18193         (gst_ogg_mux_change_state):
18194         Ported ogg muxer.
18195
18196 2005-05-05  Wim Taymans  <wim@fluendo.com>
18197
18198         * docs/design-audiosinks.txt:
18199         * gst-libs/gst/audio/TODO:
18200         * gst-libs/gst/audio/gstaudiosink.c:
18201         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18202         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18204         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18205         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18206         (gst_audiosink_create_ringbuffer):
18207         * gst-libs/gst/audio/gstbaseaudiosink.c:
18208         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18209         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18210         (gst_baseaudiosink_set_property), (build_linear_format),
18211         (debug_spec_caps), (debug_spec_buffer),
18212         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18213         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18214         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18215         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18217         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18218         (gst_ringbuffer_release), (gst_ringbuffer_play),
18219         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18220         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18221         (gst_ringbuffer_set_sample), (wait_segment),
18222         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18223         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18224         More work on the audiosink, mostly debugging and a race in
18225         shutdown.
18226
18227 2005-04-28  Wim Taymans  <wim@fluendo.com>
18228
18229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18230         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18231         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18232         (vorbis_dec_src_query), (vorbis_dec_src_event),
18233         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18234         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18235         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18236         Don't crap out when seeking back to position 0.
18237
18238 2005-04-28  Wim Taymans  <wim@fluendo.com>
18239
18240         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18241         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18242         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18243         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18244         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18245         Make audio sink configurable, use alsasink as default.
18246
18247 2005-04-28  Wim Taymans  <wim@fluendo.com>
18248
18249         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18250         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18251         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18252         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18253         (vorbis_dec_change_state):
18254         * ext/vorbis/vorbisdec.h:
18255         Refactor, use STREAM_LOCK.
18256
18257 2005-04-28  Wim Taymans  <wim@fluendo.com>
18258
18259         * ext/theora/theoradec.c: (_inc_granulepos),
18260         (theora_dec_sink_event), (theora_handle_comment_packet),
18261         (theora_handle_type_packet), (theora_handle_header_packet),
18262         (theora_handle_data_packet), (theora_dec_chain),
18263         (theora_dec_change_state):
18264         Refactor a bit, use STREAM_LOCK.
18265
18266 2005-04-28  Wim Taymans  <wim@fluendo.com>
18267
18268         * ext/alsa/Makefile.am:
18269         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18270         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18271         (gst_alsa_link), (gst_alsa_close_audio):
18272         * ext/alsa/gstalsaplugin.c: (plugin_init):
18273         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18274         (gst_alsasink_dispose), (gst_alsasink_base_init),
18275         (gst_alsasink_class_init), (gst_alsasink_init),
18276         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18277         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18278         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18279         (gst_alsasink_reset):
18280         * ext/alsa/gstalsasink.h:
18281         Implement alsasink with simple open/write/close API. 
18282         Make alsa dir build by disabling compilation of code.
18283
18284 2005-04-28  Wim Taymans  <wim@fluendo.com>
18285
18286         * gst-libs/gst/audio/Makefile.am:
18287         * gst-libs/gst/audio/audio.h:
18288         * gst-libs/gst/audio/audioclock.c:
18289         * gst-libs/gst/audio/audioclock.h:
18290         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18291         (gst_audio_clock_class_init), (gst_audio_clock_init),
18292         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18293         * gst-libs/gst/audio/gstaudioclock.h:
18294         * gst-libs/gst/audio/gstaudiosink.c:
18295         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18296         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18297         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18298         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18299         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18300         (gst_audiosink_create_ringbuffer):
18301         * gst-libs/gst/audio/gstbaseaudiosink.c:
18302         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18303         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18304         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18305         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18306         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18307         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18308         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18309         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18310         * gst-libs/gst/audio/gstbaseaudiosink.h:
18311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18312         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18313         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18314         (gst_ringbuffer_release), (gst_ringbuffer_play),
18315         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18316         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18317         (gst_ringbuffer_set_sample), (wait_segment),
18318         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18319         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18320         * gst-libs/gst/audio/gstringbuffer.h:
18321         Make ringbuffer faster and more simple by removing the locks
18322         in the playback thread.
18323         Add sample accurate playback based on buffer sample offsets.
18324         Make the baseaudiosink provide a clock.
18325         Parse caps in the base class.
18326         Correctly handle seeking, flushing and state changes.
18327
18328 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * configure.ac:
18331         * gst/audioconvert/Makefile.am:
18332         * gst/audioscale/Makefile.am:
18333           Fix part of the build.  Come on guys, autogen didn't even work :)
18334
18335 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18336
18337         * configure.ac:
18338         * gst-libs/gst/Makefile.am:
18339         * gst-libs/gst/media-info/.cvsignore:
18340         * gst-libs/gst/media-info/Makefile.am:
18341         * gst-libs/gst/media-info/README:
18342         * gst-libs/gst/media-info/media-info-priv.c:
18343         * gst-libs/gst/media-info/media-info-priv.h:
18344         * gst-libs/gst/media-info/media-info-test.c:
18345         * gst-libs/gst/media-info/media-info.c:
18346         * gst-libs/gst/media-info/media-info.h:
18347         * gst-libs/gst/media-info/media-info.vcproj:
18348         * pkgconfig/Makefile.am:
18349         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18350         * pkgconfig/gstreamer-media-info.pc.in:
18351           Remove media-info, which is also successed by playbin (see Totem
18352           implementation).
18353
18354 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18355
18356         * configure.ac:
18357         * examples/Makefile.am:
18358         * examples/gstplay/.cvsignore:
18359         * examples/gstplay/Makefile.am:
18360         * examples/gstplay/player.c:
18361         * gst-libs/gst/Makefile.am:
18362         * gst-libs/gst/play/.cvsignore:
18363         * gst-libs/gst/play/Makefile.am:
18364         * gst-libs/gst/play/play.c:
18365         * gst-libs/gst/play/play.h:
18366         * gst-libs/gst/play/play.vcproj:
18367         * pkgconfig/Makefile.am:
18368         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18369         * pkgconfig/gstreamer-play.pc.in:
18370           Remove libgstplay, playbin is now the official successor.
18371
18372 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18373
18374         * configure.ac:
18375         * gst-libs/gst/Makefile.am:
18376         * gst-libs/gst/xwindowlistener/Makefile.am:
18377         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18378         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18379           Remove deprecated xwindowlistener (I've moved xwindowlistening
18380           in the v4l/v4l2 plugins over to serverside).
18381
18382 2005-04-25  David Schleef  <ds@schleef.org>
18383
18384         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18385         to examples/dynparams.  Examples do not belong interspersed with
18386         source code.
18387         * examples/dynparams/demo-dparams.c:
18388         * gst/sine/Makefile.am:
18389         * gst/sine/demo-dparams.c:
18390
18391 2005-04-25  David Schleef  <ds@schleef.org>
18392
18393         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18394         * gst-libs/gst/audio/Makefile.am:
18395         * gst-libs/gst/riff/Makefile.am:
18396         * gst-libs/gst/tag/Makefile.am:
18397         * gst-libs/gst/video/Makefile.am:
18398         * gst-libs/gst/xwindowlistener/Makefile.am:
18399
18400         Convert to 0.9 API, seems to work:
18401         * sys/ximage/Makefile.am:
18402         * sys/ximage/ximagesink.c:
18403
18404 2005-04-24  David Schleef  <ds@schleef.org>
18405
18406         Link plugins against libraries:
18407         * ext/alsa/Makefile.am:
18408         * gst/tcp/Makefile.am:
18409
18410         Remove asm code that should be in liboil
18411         * gst/videoscale/Makefile.am:
18412         * gst/videoscale/videoscale_x86_asm.s:
18413
18414         gettext wants these checked in:
18415         * po/af.po:
18416         * po/az.po:
18417         * po/cs.po:
18418         * po/en_GB.po:
18419         * po/hu.po:
18420         * po/it.po:
18421         * po/nb.po:
18422         * po/nl.po:
18423         * po/or.po:
18424         * po/sq.po:
18425         * po/sr.po:
18426         * po/sv.po:
18427         * po/uk.po:
18428         * po/vi.po:
18429
18430 2005-04-24  David Schleef  <ds@schleef.org>
18431
18432         Convert gst_main() to g_main_loop_run()
18433         * gst/playback/decodetest.c: (main):
18434         * gst/playback/test2.c: (main):
18435         * gst/playback/test3.c: (main):
18436         * gst/playback/test4.c: (main):
18437
18438         Link plugins against libraries:
18439         * ext/libvisual/Makefile.am:
18440         * sys/xvimage/Makefile.am:
18441
18442 2005-04-24  David Schleef  <ds@schleef.org>
18443
18444         * configure.ac: Remove idct and resample libs
18445         * gst-libs/gst/Makefile.am: same
18446
18447         Remove usage of gst_library_load():
18448         * ext/alsa/gstalsaplugin.c: (plugin_init):
18449         * ext/libvisual/visual.c: (plugin_init):
18450         * ext/ogg/gstogg.c: (plugin_init):
18451         * ext/theora/theora.c: (plugin_init):
18452         * ext/vorbis/vorbis.c: (plugin_init):
18453         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18454         * gst/audioscale/gstaudioscale.c:
18455         * gst/adder/gstadder.c: (plugin_init):
18456         * gst/audioconvert/plugin.c: (plugin_init):
18457         * sys/ximage/ximagesink.c: (plugin_init):
18458         * sys/xvimage/xvimagesink.c: (plugin_init):
18459         * gst/tcp/gsttcpplugin.c: (plugin_init):
18460
18461         Link plugins against libraries:
18462         * ext/ogg/Makefile.am:
18463         * ext/theora/Makefile.am:
18464         * ext/vorbis/Makefile.am:
18465         * gst/audioconvert/Makefile.am:
18466
18467         Create proper libraries:
18468         * gst-libs/gst/riff/Makefile.am:
18469         * gst-libs/gst/audio/Makefile.am:
18470         * gst-libs/gst/video/Makefile.am:
18471
18472         Move resample library to audioscale plugin directory:
18473         * gst-libs/gst/resample/Makefile.am:
18474         * gst-libs/gst/resample/README:
18475         * gst-libs/gst/resample/dtof.c:
18476         * gst-libs/gst/resample/dtos.c:
18477         * gst-libs/gst/resample/functable.c:
18478         * gst-libs/gst/resample/private.h:
18479         * gst-libs/gst/resample/resample.c:
18480         * gst-libs/gst/resample/resample.h:
18481         * gst-libs/gst/resample/resample.vcproj:
18482         * gst-libs/gst/resample/test.c:
18483         * gst/audioscale/Makefile.am:
18484         * gst/audioscale/README:
18485         * gst/audioscale/dtof.c:
18486         * gst/audioscale/dtos.c:
18487         * gst/audioscale/functable.c:
18488         * gst/audioscale/private.h:
18489         * gst/audioscale/resample.c:
18490         * gst/audioscale/resample.h:
18491         * gst/audioscale/test.c:
18492
18493         Move tagedit library to gst-libs:
18494         * gst-libs/gst/tag/Makefile.am:
18495         * gst-libs/gst/tag/gstid3tag.c:
18496         * gst-libs/gst/tag/gsttagediting.c:
18497         * gst-libs/gst/tag/gsttageditingprivate.h:
18498         * gst-libs/gst/tag/gstvorbistag.c:
18499         * gst/tags/Makefile.am:
18500         * gst/tags/gstid3tag.c:
18501         * gst/tags/gstvorbistag.c:
18502
18503         Fix for core changes:
18504         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18505         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18506         (gst_sinesrc_getrange):
18507
18508 2005-04-23  David Schleef  <ds@schleef.org>
18509
18510         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18511         in gst-plugins in a long time, and properly belongs in liboil.
18512         * gst-libs/gst/idct/Makefile.am:
18513         * gst-libs/gst/idct/README:
18514         * gst-libs/gst/idct/dct.h:
18515         * gst-libs/gst/idct/doieee:
18516         * gst-libs/gst/idct/fastintidct.c:
18517         * gst-libs/gst/idct/floatidct.c:
18518         * gst-libs/gst/idct/idct.c:
18519         * gst-libs/gst/idct/idct.h:
18520         * gst-libs/gst/idct/idtc.vcproj:
18521         * gst-libs/gst/idct/ieeetest.c:
18522         * gst-libs/gst/idct/intidct.c:
18523
18524 2005-04-20  Wim Taymans  <wim@fluendo.com>
18525
18526         * docs/design-audiosinks.txt:
18527         * gst-libs/gst/audio/Makefile.am:
18528         * gst-libs/gst/audio/TODO:
18529         * gst-libs/gst/audio/gstaudiosink.c:
18530         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18531         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18532         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18533         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18534         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18535         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18536         (gst_audiosink_class_init), (gst_audiosink_init),
18537         (gst_audiosink_create_ringbuffer):
18538         * gst-libs/gst/audio/gstaudiosink.h:
18539         * gst-libs/gst/audio/gstbaseaudiosink.c:
18540         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18541         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18542         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18543         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18544         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18545         (gst_baseaudiosink_create_ringbuffer),
18546         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18547         * gst-libs/gst/audio/gstbaseaudiosink.h:
18548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18549         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18550         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18551         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18552         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18553         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18554         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18555         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18556         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18557         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18558         * gst-libs/gst/audio/gstringbuffer.h:
18559         An attempt at a set of audio base classes together with some
18560         design docs.
18561
18562 2005-04-20  Wim Taymans  <wim@fluendo.com>
18563
18564         * gst/audioconvert/Makefile.am:
18565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18566         (gst_audio_convert_caps_remove_format_info),
18567         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18568         (gst_audio_convert_channels):
18569         Link against audio libs.
18570         Fix audio convert plugin.
18571
18572 2005-04-20  Wim Taymans  <wim@fluendo.com>
18573
18574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18575         (gst_ogg_demux_sink_activate):
18576         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18577         (theora_set_header_on_caps), (theora_enc_sink_event),
18578         (theora_enc_chain):
18579         Fix theora encoder.
18580
18581 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18582
18583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18584         * gst/playback/gstdecodebin.c: (find_compatibles):
18585           Work with staticpadtemplates in elementfactories.
18586
18587 2005-04-12  Wim Taymans  <wim@fluendo.com>
18588
18589         * gst/playback/README:
18590         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18591         (compare_ranks), (print_feature), (gst_decode_bin_init),
18592         (dynamic_create), (dynamic_free), (find_compatibles),
18593         (mimetype_is_raw), (close_pad_link), (got_redirect),
18594         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18595         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18596         (gst_decode_bin_change_state):
18597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18598         (gst_play_base_bin_init), (group_destroy), (group_commit),
18599         (check_queue), (queue_overrun), (queue_threshold_reached),
18600         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18601         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18602         (got_redirect), (setup_source), (play_base_eos),
18603         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18604         (gst_play_base_bin_remove_element):
18605         * gst/playback/gstplaybasebin.h:
18606         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18607         (gst_play_bin_init), (gst_play_bin_dispose),
18608         (gst_play_bin_set_property), (gen_video_element),
18609         (gen_text_element), (gen_audio_element), (remove_sinks),
18610         (gst_play_bin_send_event):
18611         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18612         (stream_info_change_state), (gst_stream_info_set_mute):
18613         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18614         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18615         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18616         (gst_stream_selector_chain):
18617         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18618         (main):
18619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18620         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18621         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18622         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18623         Raw and crude port of decodebin. 
18624         Make playbin compile.
18625
18626 2005-04-06  Wim Taymans  <wim@fluendo.com>
18627
18628         * ext/gnomevfs/Makefile.am:
18629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18630         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18631         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18632         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18633         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18634         (gst_gnomevfssrc_stop):
18635         * ext/ogg/Makefile.am:
18636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18637         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18638         * ext/theora/Makefile.am:
18639         * ext/theora/theoradec.c: (_inc_granulepos),
18640         (theora_dec_sink_event), (theora_dec_chain):
18641         * ext/vorbis/Makefile.am:
18642         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18643         (vorbis_dec_sink_event), (vorbis_dec_chain):
18644         * gst-libs/gst/audio/Makefile.am:
18645         * sys/xvimage/Makefile.am:
18646         Make gnomevfssrc extend the source base class.
18647         Fix linking against libs in various plugins.
18648
18649 2005-04-06  Andy Wingo  <wingo@pobox.com>
18650
18651         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18652         GST_BASE_LIBS.
18653
18654         * configure.ac: Add check and AC_SUBST for libgstbase.
18655
18656 2005-03-31  Wim Taymans  <wim@fluendo.com>
18657
18658         * examples/seeking/Makefile.am:
18659         * examples/seeking/cdparanoia.c: (main):
18660         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18661         (play_cb), (pause_cb), (stop_cb), (main):
18662         * examples/seeking/playbin.c:
18663         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18664         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18665         (make_sid_pipeline), (make_vorbis_pipeline),
18666         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18667         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18668         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18669         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18670         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18671         (stop_cb), (main):
18672         * examples/seeking/spider_seek.c:
18673         * examples/seeking/vorbisfile.c:
18674         * ext/gnomevfs/Makefile.am:
18675         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18677         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18678         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18679         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18680         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18681         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18682         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18683         * ext/ogg/README:
18684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18685         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18686         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18687         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18688         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18689         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18690         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18691         (gst_ogg_demux_factory_filter), (compare_ranks),
18692         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18693         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18694         (gst_ogg_chain_new), (gst_ogg_chain_free),
18695         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18696         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18697         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18698         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18699         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18700         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18701         (gst_ogg_demux_get_prev_page),
18702         (gst_ogg_demux_deactivate_current_chain),
18703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18704         (gst_ogg_demux_bisect_forward_serialno),
18705         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18706         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18707         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18708         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18709         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18710         (gst_ogg_demux_change_state), (gst_ogg_print):
18711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18712         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18713         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18714         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18715         (gst_ogg_mux_loop):
18716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18717         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18718         (theora_dec_src_convert), (theora_dec_sink_convert),
18719         (theora_dec_src_query), (theora_dec_src_event),
18720         (theora_dec_sink_event), (theora_dec_chain),
18721         (theora_dec_change_state):
18722         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18723         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18724         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18725         (theora_enc_change_state):
18726         * ext/vorbis/Makefile.am:
18727         * ext/vorbis/oggvorbisenc.c:
18728         * ext/vorbis/oggvorbisenc.h:
18729         * ext/vorbis/vorbis.c: (plugin_init):
18730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18731         (vorbis_dec_src_query), (vorbis_dec_src_event),
18732         (vorbis_dec_sink_event), (vorbis_dec_chain),
18733         (vorbis_dec_change_state):
18734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18735         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18736         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18737         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18738         (gst_vorbisenc_change_state):
18739         * ext/vorbis/vorbisenc.h:
18740         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18741         * gst-libs/gst/audio/audioclock.c:
18742         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18743         (gst_audiofilter_init), (gst_audiofilter_chain):
18744         * gst-libs/gst/audio/testchannels.c: (main):
18745         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18746         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18747         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18748         (gmip_find_track_streaminfo), (gmip_find_track_format):
18749         * gst-libs/gst/media-info/media-info.c:
18750         (gst_media_info_read_idler):
18751         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18752         (gst_play_get_all_by_interface):
18753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18754         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18755         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18756         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18757         (gst_riff_parse_info):
18758         * gst-libs/gst/riff/riff-read.h:
18759         * gst-libs/gst/riff/riff.c: (plugin_init):
18760         * gst-libs/gst/video/Makefile.am:
18761         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18762         (gst_videosink_class_init), (gst_videosink_get_type):
18763         * gst-libs/gst/video/videosink.h:
18764         * gst/audioconvert/bufferframesconvert.c:
18765         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18766         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18767         * gst/audioconvert/channelmixtest.c: (main):
18768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18769         (gst_audio_convert_chain),
18770         (gst_audio_convert_caps_remove_format_info),
18771         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18772         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18773         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18774         (gst_audio_convert_buffer_to_default_format),
18775         (gst_audio_convert_buffer_from_default_format),
18776         (gst_audio_convert_channels):
18777         * gst/audioconvert/gstchannelmix.h:
18778         * gst/ffmpegcolorspace/avcodec.h:
18779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18780         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18781         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18782         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18783         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18784         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18785         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18786         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18788         (dv_type_find):
18789         * gst/videotestsrc/gstvideotestsrc.c:
18790         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18791         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18792         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18793         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18794         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18795         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18796         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18798         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18799         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18800         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18801         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18802         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18803         (gst_xvimagesink_navigation_send_event),
18804         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18805         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18806         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18807         * sys/xvimage/xvimagesink.h:
18808         Plugin port to 0.9, ogg/theora playback should work in the seek
18809         example now.
18810         Removed old examples.
18811         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18812         explained in 0.9 TODO doc.
18813
18814
18815 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * autogen.sh:
18818         * configure.ac:
18819         * ext/Makefile.am:
18820         * gst/Makefile.am:
18821         * po/POTFILES.in:
18822         * po/af.po:
18823         * po/az.po:
18824         * po/cs.po:
18825         * po/en_GB.po:
18826         * po/hu.po:
18827         * po/it.po:
18828         * po/nb.po:
18829         * po/nl.po:
18830         * po/or.po:
18831         * po/sq.po:
18832         * po/sr.po:
18833         * po/sv.po:
18834         * po/uk.po:
18835         * po/vi.po:
18836         * sys/Makefile.am:
18837         * testsuite/Makefile.am:
18838           remove a whole bunch of plugins.  This module now contains a set
18839           of free reference plugins/elements as agreed.
18840
18841 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         * configure.ac:
18844           hunting season on 0.9 is now OPEN
18845
18846 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18847
18848         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18849           Kick the hell out of gcc for not warning me about a symbol conflict.
18850
18851 2005-02-22  Luca Ognibene  <luogni@tin.it>
18852
18853         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18854
18855         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18856           Don't leak caps string (fixes #168134)
18857
18858         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18859         (gst_jpegenc_init), (gst_jpegenc_finalize),
18860         (gst_jpegenc_change_state):
18861           Don't leak line buffers and context struct (fixes #168133).
18862
18863 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18864
18865         * configure.ac:
18866         * ext/dirac/gstdiracdec.cc:
18867         (gst_diracdec_chain):
18868           Since dirac 0.5.0 the framerate in dirac is expressed as a
18869           rational number. Fix build and up requirement to 0.5.0, and
18870           also pass parameters to gst_diracdec_link in the right order
18871           (fixes #167959).
18872
18873 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18874
18875         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18876         * ext/faad/gstfaad.h:
18877         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18878         certain invalid muxed streams, where some packets will contain 
18879         junk after decoder data. Partially fixes #149158.
18880
18881 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18882         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18883           Make sure we only write to writable buffers
18884
18885 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18886
18887         * gst-libs/gst/riff/riff-media.c:
18888         (gst_riff_create_audio_caps_with_data):
18889           Do actually fix invalid RIFF fmt header values for alaw
18890           and mulaw audio instead of just saying so.
18891
18892         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18893           Give gst_riff_create_audio_caps_with_data() a chance to
18894           fix up broken format header fields before extracting any
18895           parameters from the header. (fixes #167633)
18896
18897 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18898
18899         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18900
18901         * gst/audioconvert/bufferframesconvert.c:
18902         (buffer_frames_convert_link):
18903           Don't leak othercaps. (fixes #167878)
18904
18905 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18906
18907         * configure.ac:
18908         * ext/libvisual/visual.c: (gst_visual_srclink),
18909         (gst_visual_change_state):
18910           Support libvisual 0.2.0.
18911
18912 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18913
18914         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18915         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18916           Use same rowstrides for I420 as used everywhere else.
18917
18918 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18919
18920         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18921           Declare variables at beginning of block and make gcc-2.95 happy
18922           (fixes # 167482, patch by Gergely Nagy).
18923           
18924         * gst/tcp/gsttcpclientsrc.c:
18925         * gst/tcp/gsttcpclientsrc.h:
18926           Move some includes into the header, so that struct sockaddr_in is
18927           defined when it should be defined on FreeBSD as well (fixes
18928           #167483).
18929           
18930         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18931           Don't pass uninitialised values to setsockopt() here either.
18932
18933 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18934
18935         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18938           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18939
18940 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18941
18942         * gst/playback/gstplaybin.c: (add_sink):
18943           Invert bin_add/link order to workaround deadlock in opt.
18944
18945 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * gst/modplug/gstmodplug.cc:
18948           Add missing break causing position queries to fail.
18949
18950 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18953           Granpos can apparently be -1, which screws up calculations...
18954
18955 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18956
18957         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18958         (gst_ximagesink_send_pending_navigation),
18959         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18960         (gst_ximagesink_init):
18961         * sys/ximage/ximagesink.h:
18962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18963         (gst_xvimagesink_send_pending_navigation),
18964         (gst_xvimagesink_navigation_send_event),
18965         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18966         * sys/xvimage/xvimagesink.h:
18967           Use a mutex protected list to marshal navigation
18968           events into the stream thread from whichever thread
18969           sends them.
18970
18971 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18974           Display current position and track length; misc. clean-ups.
18975           
18976         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18977         (speed_init), (speed_chain):
18978           Add query function, so that the stream length and current position
18979           get adjusted when queried (note that current position queries may
18980           still be wrong if the audio sink returns values based on buffer
18981           timestamps instead of passing on the query).
18982
18983 2005-02-13  Benjamin Otte  <otte@gnome.org>
18984
18985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18986         (gst_audio_convert_channels):
18987           create channel conversion matrix when linking
18988         * gst/audioconvert/.cvsignore:
18989         * gst/audioconvert/Makefile.am:
18990         * gst/audioconvert/channelmixtest.c: (main):
18991           add (ugly) test that ensures stereo <=> mono conversion works
18992           correctly
18993
18994 2005-02-13  Benjamin Otte  <otte@gnome.org>
18995
18996         * gst/audioconvert/gstchannelmix.h:
18997           include missing header file
18998         * gst/audioconvert/gstchannelmix.c:
18999         (gst_audio_convert_fill_compatible):
19000           use same sign for both channels when converting to/from compatible
19001           channel. Previously used different signs made the signals cancel
19002           each other out and appear like silence. (fixes #167269)
19003
19004 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19005
19006         * gst/ffmpegcolorspace/avcodec.h:
19007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19008         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19009         (gst_ffmpegcsp_avpicture_fill):
19010         * gst/ffmpegcolorspace/imgconvert.c:
19011           Convert to and from YV12 (fixes #156379).
19012
19013 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19014
19015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19016         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19017         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19018         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19019         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19020         methods from chain and negotiation and vice versa (Fixes #166142).
19021         * sys/ximage/ximagesink.h: Add stream_lock.
19022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19023         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19024         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19025         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19026
19027 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19030           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19031           error message when we can't open the DVD device (when dvdnav_open()
19032           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19033           the above). Send something more useful instead (fixes #167117).
19034
19035 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19036
19037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19038         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19039         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19040         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19041         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19042         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19043         methods from chain and negotiation and vice versa (Fixes #166142).
19044         Fix a possible bug of images in the buffer pool being discarded because
19045         we are looking at the wrong geometry.
19046         * sys/xvimage/xvimagesink.h: Add stream_lock.
19047
19048 2005-02-11  David Schleef  <ds@schleef.org>
19049
19050         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19051         unsigned int. (fixes #167128)
19052
19053 2005-02-11  David Schleef  <ds@schleef.org>
19054
19055         * gst/librfb/Makefile.am: Testing stuff before committing is
19056           for wimps... and people with fast machines.  Fix stupid
19057           mistake.
19058
19059 2005-02-11  David Schleef  <ds@schleef.org>
19060
19061         * configure.ac: Pull in librfb from my CVS tree, because it is
19062           too small and annoying to be separate.  Move rfbsrc plugin
19063           to gst/.
19064         * ext/Makefile.am:
19065         * ext/librfb/Makefile.am:
19066         * ext/librfb/gstrfbsrc.c:
19067         * gst/librfb/Makefile.am:
19068         * gst/librfb/gstrfbsrc.c:
19069         * gst/librfb/rfb.c:
19070         * gst/librfb/rfb.h:
19071         * gst/librfb/rfbbuffer.c:
19072         * gst/librfb/rfbbuffer.h:
19073         * gst/librfb/rfbbytestream.c:
19074         * gst/librfb/rfbbytestream.h:
19075         * gst/librfb/rfbcontext.h:
19076         * gst/librfb/rfbdecoder.c:
19077         * gst/librfb/rfbdecoder.h:
19078         * gst/librfb/rfbutil.h:
19079
19080 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19081
19082         * gst/speed/Makefile.am:
19083         * gst/speed/demo-mp3.c: (main):
19084         * gst/speed/filter.func:
19085         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19086         (speed_class_init), (speed_init), (speed_chain_int16),
19087         (speed_chain_float32), (speed_chain), (speed_set_property),
19088         (speed_get_property), (speed_change_state):
19089         * gst/speed/gstspeed.h:
19090           Fix speed element and make it chain-based (fixes #156467),
19091           and make it handle more than one channel.
19092
19093 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19094
19095         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19096         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19097         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19098         * ext/dts/gstdtsdec.h:
19099           Don't clobber the stack constructing the channels array.
19100           Make the element chain-based. DTS tracks can now be played.
19101           
19102 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * gst-libs/gst/audio/multichannel.h:
19105         * gst-libs/gst/gconf/gconf.h:
19106         * gst-libs/gst/idct/idct.h:
19107         * gst-libs/gst/media-info/media-info-priv.h:
19108         * gst-libs/gst/play/play.h:
19109         * gst-libs/gst/resample/private.h:
19110         * gst-libs/gst/resample/resample.h:
19111         * gst-libs/gst/riff/riff-ids.h:
19112         * gst-libs/gst/video/video.h:
19113         * gst-libs/gst/video/videosink.h:
19114           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19115           missing, so that they work when included from C++ code.
19116
19117 2005-02-09  David Schleef  <ds@schleef.org>
19118
19119         * testsuite/gst-lint: Check for non-statically scoped
19120           parent_class variables.  This won't be a problem once
19121           plugins are loaded with RTLD_LOCAL.
19122
19123 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * ext/mplex/gstmplexibitstream.cc:
19126           gcc madness.
19127
19128 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * ext/ogg/gstogmparse.c:
19131         * gst/debug/gstnavigationtest.c:
19132           Die, thou faulty symbol pollutors (non-static parent_class).
19133
19134 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * ext/mplex/gstmplexibitstream.cc:
19137           Fix event handling (#165525).
19138
19139 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * ext/mikmod/gstmikmod.c:
19142         * gst/modplug/gstmodplug.cc:
19143           Add missing endianness to template (fixes #165509).
19144
19145 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19146
19147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19148           Fix wrong order of reading of optional bytes (#165290).
19149
19150 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19151
19152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19153           Implement FILLER event awareness.
19154
19155 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19158           Fix track calculations (#166208).
19159
19160 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19161
19162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19165         * ext/libpng/gstpngenc.c:
19166           Fix byte-order, use proper fixed caps. Fixes #164197.
19167
19168 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19169
19170         * configure.ac:
19171           Add dvdlpcmdec 
19172
19173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19174         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19175           Don't push buffers if the src pad isn't negotiated yet.
19176           
19177         * gst/audioconvert/gstaudioconvert.c:
19178         (gst_audio_convert_buffer_to_default_format),
19179         (gst_audio_convert_buffer_from_default_format):
19180           Add support for 24-bit width.
19181
19182         * gst/dvdlpcmdec/.cvsignore:
19183         * gst/dvdlpcmdec/Makefile.am:
19184         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19185         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19186         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19187         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19188         (plugin_init):
19189         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19190           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19191           format. Needs support for the channels maps if someone can find 
19192           a DVD LPCM track with > 2 channels.
19193
19194         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19195         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19196         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19197         * gst/mpegstream/gstdvddemux.h:
19198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19199         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19200         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19201         * gst/mpegstream/gstmpegdemux.h:
19202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19203         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19204         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19205         (gst_mpeg_parse_handle_src_query),
19206         (gst_mpeg_parse_handle_src_event):
19207           Use audio/x-dvd-lpcm for LPCM output.
19208           Add DTS output.
19209
19210 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19211
19212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19213
19214         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19215         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19216           Add BGRA handling (#165736).
19217
19218 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19219
19220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19221
19222         * gst/law/alaw-decode.c: (alawdec_link):
19223         * gst/law/alaw-encode.c: (alawenc_link):
19224         * gst/law/mulaw-decode.c: (mulawdec_link):
19225         * gst/law/mulaw-encode.c: (mulawenc_link):
19226           Fix caps memleaks (#166600).
19227
19228 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19229
19230         * ext/tarkin/mem.h:
19231         * ext/tarkin/wavelet.h:
19232         * ext/tarkin/yuv.h:
19233         * gst/ffmpegcolorspace/avcodec.h:
19234           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19235           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19236
19237 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19238
19239         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19241         (gst_xvimagesink_change_state):
19242           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19243           Xv video (and thereby regenerate Xv colourkey) in clear() so
19244           that PLAY -> READY -> PLAY works (fixes #162504).
19245
19246 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19247
19248         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19249           Switch to list instead of range, since MJPEG-devices really just
19250           support decimations, not any size.
19251
19252 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19254         (gst_mpeg2dec_reset), (free_all_buffers),
19255         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19256         * ext/mpeg2dec/gstmpeg2dec.h:
19257           The libmpeg2 user-allocated buffer management is awkward, 
19258           to say the least. Hopefully this fixes things.
19259
19260 2005-02-04  Andy Wingo  <wingo@pobox.com>
19261
19262         * gst/audioconvert/bufferframesconvert.c
19263         (buffer_frames_convert_fixate): New function, fixates to 256
19264         frames per buffer by default. (Much better than 1.)
19265         (buffer_frames_convert_init): Set the fixate function for both src
19266         and sink pad.
19267         (buffer_frames_convert_link): After success setting nonfixed caps,
19268         get the negotiated caps so we can know how many buffer-frames it
19269         will be. No idea how this worked at all before.
19270
19271 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19272
19273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19274         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19275         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19276         (handle_sequence), (handle_picture):
19277         * ext/mpeg2dec/gstmpeg2dec.h:
19278           Rearrange buffer tracking and refcounting and refactor
19279           a little for readability. 
19280
19281 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19282         * sys/v4l/gstv4l.c: (plugin_init):
19283         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19284         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19285         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19286         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19287         * sys/v4l/gstv4ljpegsrc.h:
19288         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19289         * sys/v4l/v4l_calls.h:
19290         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19291         (gst_v4lsrc_get_fps):
19292         * sys/v4l/v4lsrc_calls.h:
19293           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19294           you jpeg inside rgb frames" driver.
19295           Don't error in the v4lsrc link function, just return 
19296           REFUSED.
19297
19298 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19301         (gst_qcamsrc_open):
19302           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19303
19304 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19307           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19308
19309 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19312           Reset negotiated state on PAUSED->READY.
19313
19314 2005-02-02  David Schleef  <ds@schleef.org>
19315
19316         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19317         whereever possible.  (Fixes #165997)
19318         * examples/capsfilter/capsfilter1.c: (main):
19319         * examples/dynparams/filter.c: (create_ui):
19320         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19321         * examples/seeking/chained.c: (main):
19322         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19323         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19324         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19325         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19326         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19327         * examples/switch/switcher.c: (main):
19328         * ext/dv/demo-play.c: (main):
19329         * ext/faad/gstfaad.c: (gst_faad_change_state):
19330         * ext/mad/gstmad.c: (gst_mad_chain):
19331         * ext/smoothwave/demo-osssrc.c: (main):
19332         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19333         (gst_gconf_render_bin_from_description),
19334         (gst_gconf_get_default_audio_sink),
19335         (gst_gconf_get_default_video_sink),
19336         (gst_gconf_get_default_audio_src),
19337         (gst_gconf_get_default_video_src),
19338         (gst_gconf_get_default_visualization_element):
19339         * gst/level/demo.c: (main):
19340         * gst/level/plot.c: (main):
19341         * gst/playback/gstplaybin.c: (gen_video_element),
19342         (gen_audio_element):
19343         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19344         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19345         * gst/sine/demo-dparams.c: (main):
19346         * gst/spectrum/demo-osssrc.c: (main):
19347         * gst/speed/demo-mp3.c: (main):
19348         * gst/volume/demo.c: (main):
19349         * testsuite/embed/embed.c: (main):
19350
19351 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19352
19353         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19354         (gst_tcpclientsink_finalize):
19355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19356         (gst_tcpclientsrc_finalize):
19357         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19358         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19359         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19360         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19361           Don't leak the hostname when shutting down.
19362           In tcpserversrc, take a copy of the default hostname.
19363
19364 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19365
19366         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19367           Set caps to systemstream=TRUE.
19368
19369 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19370
19371         * testsuite/Makefile.am:
19372           Fix more OSX buildbots.
19373
19374 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19375
19376         * ext/mpeg2dec/gstmpeg2dec.c:
19377           Don't send things to NULL PAD_PEERs
19378
19379         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19380           Copy-on-write the incoming buffer.
19381
19382         * gst/mpegstream/gstdvddemux.h:
19383         * gst/mpegstream/gstmpegclock.h:
19384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19385         (normal_seek), (gst_mpeg_demux_handle_src_event):
19386         * gst/mpegstream/gstmpegdemux.h:
19387         * gst/mpegstream/gstmpegpacketize.h:
19388         * gst/mpegstream/gstmpegparse.c:
19389         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19390         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19391         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19392         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19393         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19394         * gst/mpegstream/gstmpegparse.h:
19395         * gst/mpegstream/gstrfc2250enc.h:
19396           Various changes to the way time is computed that make seeking and
19397           total time estimation much better here.
19398           Use G_BEGIN/END_DECLS instead of __cplusplus
19399
19400         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19401           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19402
19403 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * gst/subparse/gstsubparse.c:
19406           Fix OSX buildbot.
19407
19408 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19409
19410         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19411         (theora_enc_chain), (theora_enc_change_state):
19412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19413         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19414         (gst_vorbisenc_change_state):
19415         * ext/vorbis/vorbisenc.h:
19416           Set granulepos and timestamp correctly for streams not
19417           starting at 0, taking into account the initial delay.
19418
19419 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19420
19421         * gst/mpegstream/gstdvddemux.c:
19422           Add audio/x-dts to audio pad template caps
19423
19424 2005-01-30  David Schleef  <ds@schleef.org>
19425
19426         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19427         (create_context), (gst_polypsink_link): Fix silly endianness
19428         bug.  Add some debugging.  Remove float from caps; it doesn't
19429         work.  Attempt to get remote audio working.
19430
19431 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19434           Add 3IV2 fourcc.
19435
19436 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19437
19438         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19439         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19440         (gst_avi_demux_stream_data):
19441         * gst/avi/gstavidemux.h:
19442           Invert DIB images. Fixes #132341.
19443
19444 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19445
19446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19447         (gst_ffmpegcsp_chain):
19448           D'oh, reference the palette data, not the palette structure.
19449           Fixes color distortion in #132341.
19450
19451 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19454           PAR can be non-fixed when not provided as argument (#162626).
19455
19456 2005-01-29  David Moore  <dcm@acm.org>
19457
19458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19459
19460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19461         (gst_qtdemux_loop_header):
19462           Re-apply patch from #142272 that allows non-seekable sources,
19463           re-proposed by Daniel Drake <dsd@gentoo.org>.
19464
19465 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19468           Use the src template for creating the src pad (#162330).
19469
19470 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19471
19472         * configure.ac:
19473         * ext/musepack/Makefile.am:
19474         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19475         (gst_musepackdec_init), (gst_musepackdec_dispose),
19476         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19477         (gst_musepack_stream_init), (gst_musepackdec_loop),
19478         (gst_musepackdec_change_state):
19479         * ext/musepack/gstmusepackdec.cpp:
19480         * ext/musepack/gstmusepackdec.h:
19481         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19482         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19483         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19484         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19485         * ext/musepack/gstmusepackreader.cpp:
19486         * ext/musepack/gstmusepackreader.h:
19487           Update to 1.1 API (#165446).
19488
19489 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * ext/Makefile.am:
19492           Unbreak buildbot.
19493
19494 2005-01-28  Andy Wingo  <wingo@pobox.com>
19495
19496         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19497         to reflect a different dubious internet source. Add a reference
19498         and some commentary.
19499
19500 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19501
19502         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19503         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19504         * gst/playback/gststreamselector.h:
19505           Be more selective when we're redoing caps negotiation from
19506           within the chain function on a stream change.
19507
19508 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * configure.ac:
19511         * ext/Makefile.am:
19512         * ext/amrnb/Makefile.am:
19513         * ext/amrnb/amrnb.c: (plugin_init):
19514         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19515         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19516         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19517         (gst_amrnbdec_state_change):
19518         * ext/amrnb/amrnbdec.h:
19519         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19520         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19521         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19522         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19523         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19524         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19525         * ext/amrnb/amrnbparse.h:
19526           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19527         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19528           Add AMR-NB/-WB raw formats.
19529         * ext/alsa/gstalsa.c: (gst_alsa_link):
19530           Keep valid time when changing format.
19531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19532         (qtdemux_parse_trak):
19533           Add some more format-specific options (#140141, #143555, #155163).
19534
19535 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19536
19537         * gst/matroska/matroska-demux.c:
19538         (gst_matroska_demux_parse_blockgroup):
19539           Fix logic error in timing of subtitle stream synchronization.
19540         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19541           Add skip-chunk, which is found in kodak-camera streams.
19542
19543 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * po/LINGUAS:
19546         * po/vi.po:
19547           Adding Vietnamese translation (submitted by Clytie Siddall)
19548
19549 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19550
19551         * gst/playback/gstdecodebin.c: (try_to_link_1):
19552           Use realpad for signal.
19553
19554 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19557           Fix category so decodebin picks it up.
19558
19559 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * ext/mad/Makefile.am:
19562         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19563         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19564         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19565         (found_type), (gst_id3demux_bin_change_state):
19566         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19567         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19568         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19569         (gst_id3_tag_change_state), (plugin_init):
19570         * ext/mad/gstmad.h:
19571           Add id3demuxbin (which is a simple bin consisting of id3demux
19572           and typefind), take over rank from id3demux, remove typefind
19573           code from id3demux. Makes all broken mp3s that I know of work,
19574           and thereby fixes #152688.
19575
19576 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19577
19578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19579
19580         * ext/mad/gstmad.c: (gst_mad_src_event):
19581         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19582           Allow seeks on audio pad, make mad forward those (#164826).
19583         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19584           Set duration (#165335).
19585
19586 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19589         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19590         (gst_asf_demux_process_ext_content_desc),
19591         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19592         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19593         * gst/asfdemux/gstasfdemux.h:
19594           Improve metadata display, e.g. if the metadata comes before the
19595           streams are loaded (which is perfectly valid).
19596
19597 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * tools/gst-launch-ext-m.m:
19600           Fix AVI/ASF pipelines (#165340).
19601
19602 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19603         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19604         build failure on amd64
19605
19606 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19607
19608         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19609         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19610           Check environment variables GST_ID3V2_TAG_ENCODING,
19611           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19612           list of character encodings to force interpretation of non-unicode
19613           strings stored in an ID3v2 tag to a particular encoding. If none
19614           is specified, try to use current locale's encoding, then fall back
19615           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19616         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19617         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19618           Check environment variables GST_ID3V1_TAG_ENCODING,
19619           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19620           list of character encodings to use in case a string encountered
19621           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19622           specified, try to use the current locale's encoding, then fall
19623           back to ISO-8859-1 (which will always succeed).
19624
19625 2005-01-25  Benjamin Otte  <otte@gnome.org>
19626
19627         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19628           - on half framerate, compute the rate in advance so the comparisons
19629             don't compare wrong values
19630           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19631             behaviour
19632           - don't use mad_header_decode anymore, mad_frame_decode does that
19633             automatically
19634           - when getting rid of consumed bytes, reset the stream's skiplen
19635           (fixes #163867)
19636
19637 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19638
19639         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19640           Use 1/2 a second for default max_discont, as PES streams from DVB
19641           seem to have larger spacings in the SCR. 
19642           Fix a typo.
19643
19644 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19645
19646         * gst/playback/gstplaybasebin.c: (group_commit):
19647           Notify delayed stream-info availability.
19648
19649 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19650         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19651         (gst_a52dec_handle_event), (gst_a52dec_chain):
19652         Add some debug output. Check that a discont has a valid
19653         time associated.
19654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19655         (gst_alsa_sink_loop):
19656         Ignore TAG events. A little extra debug for broken timestamps.
19657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19658         (dvdnavsrc_change_state):
19659         Ensure we send a discont to engage the link before we send any
19660         other events.
19661         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19662         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19663         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19664         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19665         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19666         dvd://title works in totem because typefinding sends a seek that ends
19667         up going back to chapter 1 regardless.
19668         * ext/mpeg2dec/gstmpeg2dec.c:
19669         * ext/mpeg2dec/gstmpeg2dec.h:
19670         Output correct timestamps and handle disconts.
19671         * ext/ogg/gstoggdemux.c: (get_relative):
19672         Small guard against a null dereference.
19673         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19674         (gst_textoverlay_set_property):
19675         Free memory when done. Don't call gst_event_filler_get_duration on
19676         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19677         g_warning.
19678         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19679         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19680         (gst_sw_srclink), (gst_smoothwave_chain):
19681         Draw solid lines, prettier colours.
19682         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19683         Add a default palette that'll work for some movies.
19684         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19685         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19686         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19687         * gst/mpegstream/gstdvddemux.h:
19688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19689         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19690         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19691         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19692         * gst/mpegstream/gstmpegparse.h:
19693         Use PTM/NAV events when for timestamp adjustment when connected to 
19694         dvdnavsrc. Don't use many discont events where one suffices.
19695         * gst/playback/gstplaybasebin.c: (group_destroy),
19696         (gen_preroll_element), (gst_play_base_bin_add_element):
19697         * gst/playback/gstplaybasebin.h:
19698         Make sure we remove subtitles from the same bin we put them in.
19699         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19700         (gst_subparse_buffer_format_autodetect),
19701         (gst_subparse_change_state):
19702         Fix some memleaks and invalid accesses.
19703         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19704         (oggskel_type_find), (cmml_type_find), (plugin_init):
19705         Some typefind functions for Annodex v3.0 files
19706         * gst/wavparse/gstwavparse.h:
19707         GstRiffReadClass is the correct parent class.
19708
19709 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * gst-libs/gst/riff/riff-media.c:
19712         (gst_riff_create_video_caps_with_data):
19713           Add extradata to huffyuv (fixes #165013).
19714         * gst-libs/gst/riff/riff-read.c:
19715         (gst_riff_read_strf_vids_with_data):
19716           Fix extradata extraction if it is in the chunk size.
19717
19718 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19719
19720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19721
19722         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19723         (gst_quarktv_change_state), (gst_quarktv_dispose):
19724           Memory free'ing location fix (#164708).
19725
19726 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19727
19728         * gst/playback/gstplaybasebin.c: (group_commit),
19729         (gen_preroll_element), (probe_triggered), (gen_source_element),
19730         (setup_source), (gst_play_base_bin_change_state),
19731         (gst_play_base_bin_add_element):
19732           Don't block for streams.
19733         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19734         (gst_stream_info_set_mute):
19735           Use gst_pad_set_active_recursive.
19736
19737 2005-01-25  Andy Wingo  <wingo@pobox.com>
19738
19739         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19740         for #ifndef HAVE_XVIDEO.
19741
19742 2005-01-24  Jeffrey C. Ollie
19743
19744         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19745
19746         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19747         * ext/gsm/gstgsmdec.h:
19748         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19749         * ext/gsm/gstgsmenc.h:
19750         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19751         was given by property. Add proper buffer timestamps and offsets.
19752
19753 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * gst-libs/gst/riff/riff-media.c:
19756         (gst_riff_create_audio_caps_with_data):
19757           Audio can be <8000Hz.
19758
19759 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19762           Explicit state change to workaround refcount bugs.
19763
19764 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19767         (gst_avimux_riff_get_avi_header):
19768           Fix...
19769
19770 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19773         (gst_riff_read_element_data):
19774         * gst-libs/gst/riff/riff-read.h:
19775           Add _peek version (req'ed in CDXA).
19776         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19777         (gst_cdxaparse_loop):
19778           Fix parsing in playbin.
19779         * gst/playback/gstdecodebin.c: (close_pad_link):
19780           Ignore current_ pads, they cause major annoyance.
19781
19782 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19785           Safety guard.
19786
19787 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19788
19789         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19790           Fix padding...
19791
19792 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19795           Allow for 0-sized buffers. Fixes length query problems in
19796           starwars.mkv from the testsuite.
19797
19798 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19799
19800         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19801         (gst_video_box_i420), (gst_video_box_chain):
19802           Fix row strides for I420 (fixes #163159)
19803           
19804 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19807           MPEG2 has a useful rate property, so we can actually use that.
19808           For MPEG-1, continue using the bytes/time properties.
19809
19810 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * gst-libs/gst/riff/riff-media.c:
19813         (gst_riff_create_video_caps_with_data),
19814         (gst_riff_create_video_template_caps):
19815           Add intel-h263.
19816
19817 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19820           Fail if caps negotiation fails. Should fix #162184, and should
19821           definately be in there regardless of it fixing the actual bug.
19822         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19823         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19824         (gst_avimux_riff_get_avix_header),
19825         (gst_avimux_riff_get_video_header),
19826         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19827         (gst_avimux_start_file), (gst_avimux_handle_event),
19828         (gst_avimux_change_state):
19829         * gst/avi/gstavimux.h:
19830           Refactor structure writing to use GST_WRITE_UINT macros, add
19831           metadata writing support.
19832
19833 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19834
19835         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19836           Elements may already be destroyed when this function is called.
19837
19838 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19841         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19842           More memory leak fixes (#149162).
19843
19844 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19845
19846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19847         (gst_qtdemux_add_stream):
19848           Fix two memleaks.
19849
19850 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19853           Argh...
19854
19855 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19858           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19859           when fixating to six channels in Totem.
19860
19861 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19862
19863         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19864           Fix compile warnings on Solaris 10 buildbot
19865
19866 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19867
19868         * ext/dvdread/dvdreadsrc.c: (_read):
19869           Don't read beyond the last cell in a chapter (fixes 
19870           invalid memory access)
19871
19872 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19873
19874         * ext/dvdread/stream_labels.c:
19875         (dvdreadsrc_get_audio_stream_labels):
19876           Use NULL for an empty GList instead of g_list_alloc(); fix 
19877           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19878           of GString (easier to bulk free later)
19879
19880 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19881
19882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19883
19884         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19885         (gst_ffmpeg_pixfmt_to_caps):
19886           Fix BGRA32 caps (#164209).
19887
19888 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19889
19890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19893         (gst_ffmpeg_caps_to_pixfmt):
19894           alpha_mask can be RGBA/ABGR. Fixes #164265.
19895
19896 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19897
19898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19899
19900         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19901         (gst_mpeg2dec_alloc_buffer):
19902         * ext/mpeg2dec/gstmpeg2dec.h:
19903           Crop if decoding size is not the actual image size (#163676).
19904
19905 2005-01-17  Steve Baker  <steve@stevebaker.org>
19906
19907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19910         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19911           Add libsndfile typefind functions (#163309).
19912
19913 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19914
19915         * tools/gst-launch-ext-m.m:
19916           Add .aac, fix .m1v/.m2v (#163891).
19917
19918 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19921           Sanity check, don't wait endlessly since the clock might not
19922           actually run at this point (which is a deadlock). Fixes #164069.
19923
19924 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19925
19926         * gst/playback/gstplaybasebin.c: (probe_triggered):
19927           Of course, only pause if group is done...
19928
19929 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19930
19931         * gst/playback/gstplaybasebin.c: (probe_triggered):
19932           Thread safety.
19933
19934 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19935
19936         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19937           Don't return state change success when the parent
19938           failed.
19939
19940 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19943           Free events (fix memleak in #162905).
19944
19945 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19946
19947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19948
19949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19950         (gst_ffmpeg_caps_to_pixfmt):
19951           Fix for depth = 15. Fixes #161675.
19952
19953 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19954
19955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19956           Set FPS correctly, even for webcams and the like.
19957         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19958           Don error on setting while capturing.
19959
19960 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19961
19962         * ext/dv/gstdvdec.c:
19963         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19964         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19965           I'm a bad boy. using /1001. to force C to do float division
19966           and not integer division (as it did in my last commit)
19967           Thanks to David I. Lehn for pointing this mistake.
19968
19969 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19970
19971         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19972           Revert Johan's 1.35->1.36 since it breaks compat.
19973
19974 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19975
19976         * ext/dv/gstdvdec.c:
19977         * ext/libfame/gstlibfame.c:
19978         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19979         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19980           replace framerate aproximations by their real value
19981           (24000/1001, 30000/1001, 60000/1001)
19982           Finish fixing bug #164049
19983
19984 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * ext/ogg/gstoggmux.c:
19987           eos/bos debugging
19988         * gst/tcp/gstmultifdsink.c:
19989         * gst/tcp/gstmultifdsink.h:
19990         * gst/tcp/gsttcp.c:
19991         * gst/tcp/gsttcp.h:
19992         * gst/tcp/gsttcpclientsink.c:
19993         * gst/tcp/gsttcpclientsrc.c:
19994         * gst/tcp/gsttcpserversink.c:
19995         * gst/tcp/gsttcpserversrc.c:
19996           improve reusability of elements after state changes and errors
19997           make multifdsink throw away streamheaders when receiving new ones
19998
19999 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20002           Fix for if items are already in list...
20003
20004 2005-01-12  Benjamin Otte  <otte@gnome.org>
20005
20006         * gst/adder/gstadder.c: (gst_adder_loop):
20007           fix adder a bit so it doesn't screw up with events as much anymore
20008
20009 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20010
20011         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20012         (pixbufscale_scale), (gst_pixbufscale_chain):
20013         * ext/gdk_pixbuf/pixbufscale.h:
20014           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20015           to ensure rowstrides are calculated the same way as 
20016           ffmpegcolorspace
20017           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20018           that we pick up duration and offset also.
20019
20020 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20023         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20024           Reusability fixes.
20025
20026 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20029         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20030         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20031         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20032           Update flags when requested.
20033
20034 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20035
20036         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20037           Fix dmix.
20038
20039 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20042         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20043         (probe_triggered), (new_decoded_pad), (gen_source_element),
20044         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20045         * gst/playback/gstplaybasebin.h:
20046         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20047         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20048         (gst_play_bin_change_state):
20049           Implement group-switch signal for use in apps to clear metadata
20050           cache, clean up subtitle, add suburi property instead of # hack,
20051           some error-out fixes.
20052
20053 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20054
20055         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20056           Debug.
20057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20058           If we got a state change in the _get handler, don't return success.
20059
20060 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20061
20062         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20063         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20064           Make jpegdec quiet on MJPEG decoding
20065         * gst/asfdemux/README:
20066           Fix mimetypes for MJPEG and H263
20067
20068 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * ext/theora/theoradec.c: (theora_dec_chain):
20071           Fix broken code generation by gcc by swapping arguments.
20072         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20073           Fix \n in debug.
20074
20075 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20076
20077         * TODO:
20078           delete this file, it is by far outdated
20079         * ext/alsa/gstalsa.1: remove
20080         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20081         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20082         (gst_alsa_get_caps):
20083           Add HW probing for supported sample rates. Fixes #161704
20084
20085 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20086
20087         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20088           Don't crash, biatch! :).
20089
20090 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/musepack/gstmusepackreader.cpp:
20093         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20094           Some work on tags - still doesn't work in playbin...
20095         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20096           Handle events...
20097
20098 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20101           Also shove tags on kid pads.
20102
20103 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20106           Don't bail on unknown events.
20107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20108           Don't crash on events before negotiation.
20109         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20110           Send tags on pads, too.
20111         * gst/playback/gststreamselector.c:
20112         (gst_stream_selector_request_new_pad):
20113           Forward events on first pad if no input was selected yet.
20114
20115 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * gst/playback/gstplaybasebin.c: (setup_substreams):
20118           Don't disable streamtype if the stream doesn't exist, since
20119           then playing a video after audio will disable both and nothing
20120           will happen. Fixes the testsuite.
20121
20122 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20125         (gst_v4l_xoverlay_set_xwindow_id):
20126         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20127         (gst_v4l2_xoverlay_set_xwindow_id):
20128           Add debug categories, fix overlay disabling.
20129
20130 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20131
20132         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20133         * ext/alsa/gstalsa.h:
20134           Add HW probing for period_count/size and buffer_size MIX/MAX
20135           Adjust default/user defined value if out of bounds
20136           Should fix bug #162024
20137
20138 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20139
20140         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20141           Fix warning (#161191).
20142
20143 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20144
20145         * ext/dvdread/stream_labels.c:
20146         (dvdreadsrc_get_audio_stream_labels):
20147           Fix warning (init the good variable in switch default)
20148
20149 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20150
20151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20154           Fix gcc-2.95 compile (#163485).
20155
20156 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * configure.ac:
20159         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20160         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20161         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20162         (gst_flacenc_change_state):
20163         * ext/flac/gstflacenc.h:
20164           Update for API change in flac-1.1.1. Update requirement in
20165           configure.ac. Fixes #162974.
20166
20167 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20168
20169         * gst/playback/gstplaybasebin.c: (group_destroy):
20170           Remove hack to get rid of assert and get rid of unlinked
20171           signals properly.
20172
20173 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20174
20175         * gst/playback/gstplaybasebin.c: (setup_source):
20176           Set source to NULL so that resources are free'ed. Fixes issues
20177           with playback of CDDA and similar device-accessing things.
20178
20179 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * testsuite/embed/Makefile.am:
20182           test->noinst, fix make test in buildbot.
20183
20184 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20185
20186         * ext/dvdread/stream_labels.c: new file
20187         * ext/dvdread/stream_labels.h: new file
20188         * ext/dvdread/Makefile.am:
20189         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20190           Extract audio stream label from DVD IFO files.
20191           It only dump them on the console for now, still have to
20192           make playbin aware of them.
20193
20194 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * gst/playback/gstplaybasebin.c: (setup_source):
20197           Fix hanging subs.
20198
20199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20202         (gen_preroll_element), (remove_groups), (setup_subtitle),
20203         (gen_source_element), (setup_source):
20204         * gst/playback/gstplaybasebin.h:
20205           Multiple .sub files is just a stupid idea... Fix some threading
20206           mistakes. Interestingly, external .sub files cause playbin to
20207           hang, I don't know why... Parsing fixes contributed by Fran??ois
20208           Kooman <fkooman@tuxed.net>.
20209
20210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * testsuite/embed/Makefile.am:
20213           Fix buildbot.
20214
20215 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20216
20217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20218
20219         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20220         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20221         (gst_pngenc_set_property):
20222         * ext/libpng/gstpngenc.h:
20223           Add compression level property (#163323).
20224
20225 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20226
20227         * configure.ac:
20228         * examples/capsfilter/capsfilter1.c: (main):
20229         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20230         * ext/dvdread/Makefile.am:
20231         * ext/dvdread/demo-play:
20232         * ext/dvdread/demo-play.c:
20233         * gconf/gstreamer.schemas.in:
20234         * gst-libs/gst/gconf/gconf.c:
20235         * sys/v4l/TODO:
20236         * testsuite/Makefile.am:
20237         * testsuite/embed/Makefile.am:
20238         * testsuite/embed/embed.c: (cb_expose), (main):
20239           Remove all references to xvideosink, fix examples (#140845).
20240         * gst/playback/gstplaybasebin.c: (group_destroy):
20241           Apparently, disposal does not unlink - so do explicitely.
20242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20243           Add debug.
20244
20245 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20246
20247         * README: fix PKG_CONFIG_PATH instructions, what was there
20248         previously was breaking default search path, not nice. 
20249         Fixes #163358
20250
20251 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20254         (gst_audioscale_chain):
20255           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20256           when resampling - how the ^@$^!@^! is this possible?!?
20257
20258 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20261           Reset variables on READY.
20262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20263         (gst_matroska_mux_loop):
20264           Require data before writing header.
20265
20266 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20267
20268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20269
20270         * ext/mad/gstmad.c: (gst_mad_chain):
20271           Don't call mad_stream_sync() directly after recovering sync.
20272           Fixes #151661.
20273
20274 2005-01-09  Martin Eikermann  <meiker@upb.de>
20275
20276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20279         (snapshot_handler), (gst_snapshot_sinkconnect),
20280         (gst_snapshot_chain):
20281           Allocate resources when required, fix recursive signal emission
20282           and fix caps. Fixes #161667.
20283
20284 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20285
20286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20287
20288         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20289         (gst_pngdec_chain):
20290           Handle only 8-bppc (bits-per-pixel-component) images, better
20291           error handling and correct strides. Fixes #163177.
20292         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20293         (gst_pngenc_chain):
20294           Better error handling. Fixes #163348.
20295
20296 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20299         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20300         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20301         (dvdnavsrc_uri_handler_init):
20302           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20303         * gst/playback/gstplaybasebin.c: (gen_source_element):
20304           Add MMS to streaming URIs.
20305
20306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20307
20308         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20309         * sys/xvimage/xvimagesink.c:
20310         (gst_xvimagesink_navigation_send_event):
20311           Check for pad availability before sending event.
20312
20313 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * gst-plugins.spec.in:
20316           Add subparse.
20317
20318 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20319
20320         * configure.ac:
20321           Since we use functions from CVS, up requirement.
20322
20323 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * gst/playback/Makefile.am:
20326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20327         (group_destroy), (group_commit), (group_is_muted),
20328         (gen_preroll_element), (add_stream), (unknown_type),
20329         (probe_triggered), (preroll_unlinked), (mute_stream),
20330         (silence_stream), (new_decoded_pad), (setup_substreams),
20331         (setup_source), (get_active_source), (mute_group_type),
20332         (muted_group_change_state), (set_active_source),
20333         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20334         (play_base_eos), (gst_play_base_bin_change_state):
20335         * gst/playback/gstplaybasebin.h:
20336         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20337         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20338         (gst_stream_info_dispose), (stream_info_mute_pad),
20339         (stream_info_change_state), (gst_stream_info_set_mute):
20340         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20341         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20342         (gst_stream_selector_init), (gst_stream_selector_dispose),
20343         (gst_stream_selector_get_linked_pad),
20344         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20345         (gst_stream_selector_get_linked_pads),
20346         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20347         * gst/playback/gststreamselector.h:
20348           Adding stream selection support plus required properties for
20349           applications to use this. Fully fixes #100931.
20350
20351 2005-01-08  Benjamin Otte  <otte@gnome.org>
20352
20353         * gst/games/gstpuzzle.c: (nav_event_handler):
20354           - handle nav events differently: forward every event no matter if it
20355             was handled or not.
20356           - translate events
20357           You can now cheat by using navigationtest ! puzzle and moving the
20358           mouse close to the edge of a tile. ;)
20359
20360 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * configure.ac:
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20364         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20365         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20366         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20367         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20368         (gst_ogm_parse_plugin_init):
20369         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20370         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20371         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20372         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20373         * ext/pango/gsttextoverlay.h:
20374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20375         (gst_matroska_demux_handle_seek_event),
20376         (gst_matroska_demux_sync_streams),
20377         (gst_matroska_demux_parse_blockgroup),
20378         (gst_matroska_demux_subtitle_caps),
20379         (gst_matroska_demux_plugin_init):
20380         * gst/matroska/matroska-ids.h:
20381         * gst/playback/gstdecodebin.c: (close_pad_link):
20382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20383         (gen_preroll_element), (remove_groups), (add_stream),
20384         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20385         (setup_source):
20386         * gst/playback/gstplaybasebin.h:
20387         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20388         * gst/subparse/Makefile.am:
20389         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20390         (gst_subparse_base_init), (gst_subparse_class_init),
20391         (gst_subparse_init), (gst_subparse_formats),
20392         (gst_subparse_eventmask), (gst_subparse_event),
20393         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20394         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20395         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20396         (parse_mpsub_deinit), (parse_mpsub_init),
20397         (gst_subparse_buffer_format_autodetect),
20398         (gst_subparse_format_autodetect), (gst_subparse_loop),
20399         (gst_subparse_change_state), (gst_subparse_type_find),
20400         (plugin_init):
20401         * gst/subparse/gstsubparse.h:
20402         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20403         (plugin_init):
20404           Add subtitle support, .sub parser (supports SRT and MPsub),
20405           OGM text support, Matroska UTF-8 text support, deadlock fixes
20406           all over the place, subtitle awareness in decodebin/playbin
20407           and some fixes to textoverlay to handle subtitles in a stream
20408           correctly. Fixes #100931.
20409
20410 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20413           Check for pad availability before doing a query on it.
20414
20415 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20416
20417         * ext/dv/gstdvdec.c:
20418           really fix bpp24/32 dvdec caps (classic rgba indeed)
20419         * gst/asfdemux/gstasfdemux.c:
20420         (gst_asf_demux_process_ext_content_desc):
20421           don't send text tags if they are empty (bis repetita)
20422
20423 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20424
20425         * ext/dv/gstdvdec.c:
20426          remove unneeded comment from dvdec
20427           (related to DV 4CC codes in AVI files)
20428           moved them in gstreamer/docs/random/mimetypes
20429         * gst/asfdemux/gstasfdemux.c:
20430         (gst_asf_demux_process_ext_content_desc):
20431          don't send text tags if they are empty
20432          fix mem leak on error path
20433         * gst/ffmpegcolorspace/avcodec.h:
20434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20436         (gst_ffmpegcsp_avpicture_fill):
20437         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20438         * gst/ffmpegcolorspace/imgconvert_template.h:
20439          adds BGR32 and BGRA32 to ffmpegcolorspace
20440           (still bad colors, fixing it on next commit)
20441           helps with dvdec outputing BGR32
20442
20443 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20444
20445         * ext/dv/gstdvdec.c:
20446          Fix audio caps i just broke (missing ',')
20447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20448         (gst_matroska_mux_reset):
20449          Fix typo + add FIXME about old "x-gst-metadata" crap
20450
20451 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20452
20453         * ext/dv/demo-play.c: (main):
20454          xvideosink -> xvimagesink
20455         * ext/dv/gstdvdec.c:
20456          change rgb 32/32 caps to 24/32 (no alpha)
20457          change nb of channels to be a list (2 or 4, not 2)
20458          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20459         * gst/asfdemux/gstasfdemux.c:
20460         (gst_asf_demux_process_ext_content_desc):
20461          Add 'date/year' to extracted metadata list
20462
20463 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20464
20465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20466           The return value of fixate_to does not imply that the requested
20467           value was set, so don't assume.
20468
20469 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20470
20471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20472
20473         * ext/libpng/gstpngdec.c:
20474         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20475         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20476         * ext/libpng/gstpngenc.h:
20477           Alpha support (encoder; #163161), mime fixage.
20478
20479 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20480
20481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20484         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20485         (gst_faac_set_property), (gst_faac_get_property):
20486         * ext/faac/gstfaac.h:
20487           Allow for ADTS output (#153434).
20488
20489 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20490
20491         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20492           Fix against template (#150576).
20493
20494 2005-01-06  Benjamin Otte  <otte@gnome.org>
20495
20496         * gst/games/gstpuzzle.c: (draw_puzzle):
20497           don't draw a puzzle if either width or height of tiles would be 0.
20498
20499 2005-01-06  Benjamin Otte  <otte@gnome.org>
20500
20501         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20502         (gst_puzzle_class_init), (gst_puzzle_finalize):
20503           no memleaks, please
20504         (gst_puzzle_create), (gst_puzzle_init),
20505         (gst_puzzle_set_property), (gst_puzzle_setup):
20506           change initialization code around so we don't reshuffle on resize
20507         (draw_puzzle):
20508           fix another stupid typo
20509
20510 2005-01-06  Benjamin Otte  <otte@gnome.org>
20511
20512         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20513           fix stupid typo that borked copying on YUY2
20514
20515 2005-01-06  Benjamin Otte  <otte@gnome.org>
20516
20517         * gst/games/gstpuzzle.c: (draw_puzzle):
20518           fix edges when image sizes aren't multiples of tile sizes
20519
20520 2005-01-06  Benjamin Otte  <otte@gnome.org>
20521
20522         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20523           make RGB endianness work correctly
20524         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20525           refactor and fix race with initial shuffling
20526         (nav_event_handler):
20527           allow using the mouse to puzzle
20528         (draw_puzzle):
20529           insist on tiles having width and height as multiples of 4 to get
20530           clean YUV image handling
20531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20532         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20533           s/DEBUG/LOG/ for common messages
20534         (gst_xvimagesink_navigation_send_event):
20535           fix mouse event translation to not include screen PAR
20536         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20537           fix mouse event translation to actually work
20538
20539 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20540
20541         * gst/asfdemux/gstasfdemux.c:
20542         (gst_asf_demux_process_ext_content_desc):
20543          Extract TrackNumber metadata + clean up code
20544         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20545          Hope this is the good fix (var used unitialised)
20546
20547 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20548
20549         * ext/faad/gstfaad.c: (gst_faad_chain):
20550           Only increment timestamp if it's valid. Fixes raw AAC streams.
20551
20552 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20553
20554         * configure.ac:
20555         * gst/games/Makefile.am:
20556         * gst/games/gstpuzzle.c:
20557           add a puzzle game with...
20558         * gst/games/gstvideoimage.c:
20559         * gst/games/gstvideoimage.h:
20560           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20561           from videotestsrc and made into something that would be a nice
20562           library for a lot of other plugins.
20563
20564 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20565
20566         * configure.ac:
20567          don't compile faad plugin if a RC of 2.0 is found
20568          Fixes #155346 (and FC1 buildbot)
20569         * gst/asfdemux/gstasfdemux.c:
20570         (gst_asf_demux_process_ext_content_desc):
20571          try to make Solaris compiler happier
20572
20573 2005-01-06  Paul Jack  <pjack@sfaf.org>
20574
20575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20576
20577         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20578           Fix segfault (#161667).
20579
20580 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20581
20582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20583           Fix framerate reporting.
20584
20585 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20586
20587         * gst-libs/gst/riff/riff-ids.h:
20588         * gst/wavenc/riff.h:
20589          Add AMR (VBR and CBR) ids to riff.h audio codec list
20590         * gst/asfdemux/gstasfdemux.c:
20591         (gst_asf_demux_process_ext_content_desc),
20592         (gst_asf_demux_process_object):
20593           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20594
20595 2005-01-05  Martin Eikermann  <meiker@upb.de>
20596
20597         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20600         (gst_dvd_demux_handle_discont):
20601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20602         (gst_mpeg_demux_handle_discont):
20603           Recreate pads on new-media (#160730).
20604         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20605           Send discont even if manager changes timestamps (#161929).
20606
20607 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20608
20609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20612           Fix invalid memory access (#159211).
20613
20614 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * examples/gstplay/player.c: (main):
20617           Don't iterate.
20618         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20619           Add visualizations.
20620         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20621         (gst_a52dec_handle_frame):
20622           Set duration.
20623         * ext/dvdnav/gst-dvd:
20624           Add audioconvert. Fixes #161325.
20625         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20626           Explicitely case to gint64. Possible valgrind error.
20627         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20628         (gst_play_tick_callback), (gst_play_change_state),
20629         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20630         (gst_play_set_location), (gst_play_get_location),
20631         (gst_play_seek_to_time), (gst_play_set_data_src),
20632         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20633         (gst_play_set_visualization), (gst_play_connect_visualization),
20634         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20635         (gst_play_new):
20636           Use playbin. Fixes #139749 and #147744.
20637         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20638           Add genre tag.
20639         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20640         (audioscale_get_type), (gst_audioscale_base_init),
20641         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20642         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20643         (gst_audioscale_link), (gst_audioscale_get_buffer),
20644         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20645         (gst_audioscale_init), (gst_audioscale_dispose),
20646         (gst_audioscale_chain), (gst_audioscale_set_property),
20647         (gst_audioscale_get_property), (plugin_init):
20648           Indent properly.
20649         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20650           Fix LPCM.
20651         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20652         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20653         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20654           Add more metadata (fixes #162656).
20655
20656 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20657
20658         * configure.ac:
20659           back to cvs
20660
20661 === release 0.8.7 ===
20662
20663 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20664
20665         * NEWS:
20666         * RELEASE:
20667         * configure.ac:
20668           releasing 0.8.7, "Hyperspace"
20669
20670 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20671
20672         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20673
20674         * gst/playback/gstplaybasebin.c:
20675          Fix for #162924 - free caps after use, not before
20676
20677 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20678
20679         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20680
20681         * gst/playback/gstplaybasebin.c:
20682         * gst/wavparse/gstwavparse.c:
20683           Fix for #154773 - fixes playback of small .wav files
20684
20685 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20688
20689         * gst/audioscale/gstaudioscale.c:
20690           Fix for #162819 - make audioscale reusable
20691           Fixes playback of more than one file with playbin/totem
20692
20693 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20694
20695         * gst/ffmpegcolorspace/avcodec.h:
20696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20697         * gst/ffmpegcolorspace/imgconvert.c:
20698           clean up the mess that made me cry and avoid needless duplication
20699
20700 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20701
20702         * gst/ffmpegcolorspace/imgconvert.c:
20703           give some indication of why we're segfaulting
20704
20705 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * configure.ac:
20708           Fix indentation, fix v4l2 plugin detection.
20709         * ext/Makefile.am:
20710           Fix libmms location (Maciej, use diff -u!).
20711         * ext/alsa/gstalsa.c: (gst_alsa_init):
20712           Initialize caps cache to NULL.
20713         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20714           Only change state on audiosink if it exists.
20715
20716 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20717
20718         * gst/matroska/matroska-demux.c:
20719         * gst/matroska/matroska-ids.h:
20720         * gst/matroska/matroska-demux.h:
20721         Fix Vorbis streams failing to decode in some files, where cluster_time
20722         isn't 0, because then it doesn't send codec_priv before actual data.
20723         Remove time-based test and replace it with marker set on beginning of
20724         new stream
20725
20726 2004-12-28  David Schleef  <ds@schleef.org>
20727
20728         Merge patch from Ronald fixing problems with streaming
20729         text.
20730         * ext/cairo/gstcairo.c: (plugin_init):
20731         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20732         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20733         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20734         (gst_textoverlay_font_init), (gst_textoverlay_init),
20735         (gst_textoverlay_set_property):
20736         * ext/cairo/gsttextoverlay.h:
20737
20738 2004-12-27  David Schleef  <ds@schleef.org>
20739
20740         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20741         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20742         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20743         (gst_textoverlay_font_init), (gst_textoverlay_init),
20744         (gst_textoverlay_set_property): Improvements to actually
20745         render text as white on black outline on video, including
20746         font selection and horizontal/vertical alignment.  (Ronald's
20747         christmas present)
20748         * ext/cairo/gsttextoverlay.h:
20749
20750 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20751
20752         * ext/ogg/gstogg.c:
20753         * ext/ogg/gstogmparse.c:
20754           fix ogm[audio/video]parse plugin registration
20755           (riff won't load if bytestream is already loaded)
20756
20757 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * gst/audioconvert/gstchannelmix.c:
20760           fix for GLIB < 2.4
20761
20762 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20763
20764         * Makefile.am:
20765         * configure.ac:
20766           disable docs again until it actually passes make distcheck.
20767
20768 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20769
20770         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20771         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20772         (plugin_init):
20773           Add 3GP (variables name Q3GP because they can't start with a
20774           number). Add samr audio fourcc (used in .3gp files), decoder
20775           is work in progress. Also do a GST_WARNING instead of ERROR
20776           in case of unknown nodes, to decrease output.
20777
20778 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20779
20780         * Makefile.am:
20781           really fix dist
20782
20783 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20784
20785         * configure.ac:
20786         * ext/speex/gstspeexdec.h:
20787         * ext/speex/gstspeexenc.h:
20788           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20789           Fix detection code in configure.ac
20790
20791 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * gst/matroska/matroska-demux.c:
20794         (gst_matroska_demux_parse_blockgroup):
20795           Save position, so that queries give proper return values. Don't
20796           know how this could ever have worked before...
20797
20798 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20799
20800         * configure.ac:
20801           Put additional LAME check inside the conditional.  Fixes #152339
20802
20803 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20804
20805         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20806         (gst_avi_demux_stream_scan):
20807           Add some more debug. Fix logic error when setting movi offset
20808           while reading index.
20809
20810 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20811
20812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20813         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20814         (gst_avi_demux_process_next_entry):
20815           Add some debugging. Better detection of broken indexes and the
20816           accompanying index recovery. No infinite loops on state changes
20817           when we're still in our loopfunction.
20818
20819 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20820
20821         * configure.ac:
20822           Fix up.
20823
20824 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20825
20826         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20827
20828         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20829           Normalizing the value before setting
20830         (gst_sunaudiomixer_get_volume):
20831           Normalizing the value after getting. Fixes bug# 161980
20832
20833 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20834
20835         * Makefile.am: Make sure docs gets disted
20836         * docs/Makefile.am: Make sure all needed files get disted
20837         * gst-plugins.spec.in: latest updates
20838
20839 2004-12-22  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20842         Revert patch 1.38 as clock distribution over schedulers does
20843         not work correcly in the core yet.
20844
20845 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20846
20847         * sys/oss/README: remove this file, which predates my birth
20848           (and which content is by far outdated)
20849
20850 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20851
20852         * Makefile.am:
20853         * configure.ac:
20854         * docs/Makefile.am:
20855         * docs/libs/Makefile.am:
20856         * docs/libs/gst-plugins-libs-docs.sgml:
20857         * docs/libs/gst-plugins-libs-sections.txt:
20858         * docs/libs/tmpl/gstgconf.sgml:
20859         * docs/upload.mak:
20860         * docs/version.entities.in:
20861           Added boilerplate gtk-doc files for plugin-libs documentation.
20862
20863 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20864
20865         * gst/auparse/gstauparse.c: fix int and float audio caps
20866
20867 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20868
20869         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20870         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20871           g_assert() can be a macro, don't use #ifdef inside it.
20872
20873 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20874
20875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20878         (gst_videorate_init), (gst_videorate_chain),
20879         (gst_videorate_change_state):
20880           Event handling (fixes #159986).
20881
20882 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * gst-libs/gst/riff/riff-media.c:
20885         (gst_riff_create_video_caps_with_data):
20886           Add BLZ0 (Blizzard's version of DivX) fourcc.
20887
20888 2004-12-18  David Schleef  <ds@schleef.org>
20889
20890         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20891         portability fix.
20892
20893 2004-12-18  David Schleef  <ds@schleef.org>
20894
20895         * gst/tta/ttadec.h: Disable some header code that isn't used
20896         and clearly isn't portable.
20897
20898 2004-12-18  David Schleef  <ds@schleef.org>
20899
20900         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20901         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20902         (avcodec_get_pix_fmt), (avpicture_layout),
20903         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20904         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20905         Fix code to not use GCC extensions (and c99 extensions that
20906         Forte does not like.)
20907
20908 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20909
20910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20913         (gst_deinterlace_chain):
20914           Rowstride fixes. Fixes #161039.
20915         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20916         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20917         (gst_video_crop_getcaps), (gst_video_crop_link),
20918         (gst_video_crop_i420), (gst_video_crop_chain),
20919         (gst_video_crop_change_state):
20920           Rework of negotiation. Actually works now. Fixes #158650.
20921
20922 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20925           That was very stupid.
20926
20927 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20928
20929         * gst/matroska/matroska-demux.c:
20930         (gst_matroska_demux_parse_blockgroup):
20931           Fix possible crasher.
20932
20933 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20934
20935         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20936         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20937           Lace sizes can be zero.
20938
20939 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * ext/musepack/gstmusepackdec.cpp:
20942           Fetch error return values. Fixes #161624.
20943         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20944           Really EOS.
20945
20946 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20949           Work for truncated (unfinished download etc.) files. Fixes #160514.
20950
20951 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20952
20953         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20954           Fix for integer overflow. Makes #156001 not crash. Probably masks
20955           the real bug.
20956
20957 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20958
20959         * gst/ac3parse/gstac3parse.c: (plugin_init):
20960           Parsers never have ranks. Fixes #159651.
20961
20962 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20963
20964         * gst/playback/gstdecodebin.c: (compare_ranks):
20965           make sure the facotries are ordered the same every time even if they
20966           have the same rank by using the name
20967         * gst/playback/gstdecodebin.c: (find_compatibles):
20968           make sure we don't add factories to the list twice
20969
20970 2004-12-16  David Schleef  <ds@schleef.org>
20971
20972         * configure.ac: look for musepack headers as musepack/*.h
20973         (fixes #159847)
20974         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20975         * ext/musepack/gstmusepackreader.h: same
20976
20977 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20978
20979         * gst-libs/gst/riff/riff-read.c:
20980         (gst_riff_read_strf_auds_with_data):
20981           Read extradata correctly (fixes #155879).
20982
20983 2004-12-16  David Schleef  <ds@schleef.org>
20984
20985         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20986         audio.  does _not_ attempt or allow conversion unless channels
20987         is 1 or 2.
20988
20989 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20990
20991         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20992
20993 2004-12-16  David Schleef  <ds@schleef.org>
20994
20995         * gst/audioscale/gstaudioscale.c: the resample library only
20996         handles 1 or 2 channels.  Change caps to compensate.
20997
20998 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21001         (gst_matroska_demux_audio_caps):
21002           Some MPEG-AAC hacks, because else it doesn't work...
21003
21004 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21005
21006         * gst-libs/gst/riff/riff-media.c:
21007         (gst_riff_create_video_caps_with_data),
21008         (gst_riff_create_video_template_caps):
21009           Add h264.
21010
21011 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21012
21013         * gst-libs/gst/audio/Makefile.am:
21014           Try to fix buildbot.
21015
21016 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21017
21018         * gst/tcp/gstmultifdsink.c:
21019           Clean up and uniformize debugging.
21020
21021 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21022
21023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21026         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21028         (gst_mpeg_demux_change_state):
21029           Reset on ready. Fixes 160276.
21030
21031 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21032
21033         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21034
21035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21036         (gst_ffmpegcsp_pad_link):
21037           Fix memleak (#154815).
21038
21039 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21040
21041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21044         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21045         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21046         * ext/musicbrainz/gsttrm.h:
21047           Add support for using a proxy server when getting a trm id from
21048           the MusicBrainz database (#149613).
21049
21050 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21051
21052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21055         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21056           Fix memleaks (#157233).
21057
21058 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21059
21060         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21063         * gst-libs/gst/resample/resample.h:
21064         * gst/audioscale/gstaudioscale.c:
21065           Fix memleak (#159215).
21066
21067 2004-12-16  Toni Willberg  <toniw@iki.fi>
21068
21069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21072         * sys/oss/oss_probe.c: (main):
21073           Check for mono/stereo support (similar to samplerate probing),
21074           fixes #159433. Also add missing copyright header to oss_probe.c.
21075
21076 2004-12-15  David Schleef  <ds@schleef.org>
21077
21078         * configure.ac: add audioresample and cairo plugins.  Remove
21079         HAVE_MMX stuff, because it's not used.
21080         * ext/Makefile.am: same
21081         * ext/audioresample/Makefile.am: You are not ready for an
21082         audio resampling element based on audioresample.
21083         * ext/audioresample/gstaudioresample.c:
21084         * ext/audioresample/gstaudioresample.h:
21085         * ext/cairo/Makefile.am: You are not ready for overlay elements
21086         based on cairo.  Don't look too closely, these elements kinda
21087         suck right now.
21088         * ext/cairo/gstcairo.c: new
21089         * ext/cairo/gsttextoverlay.c: new
21090         * ext/cairo/gsttextoverlay.h: new
21091         * ext/cairo/gsttimeoverlay.c: new
21092         * ext/cairo/gsttimeoverlay.h: new
21093         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21094         problem with compilers that don't support variadic macros.
21095
21096 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21097
21098         Reviewed by:  David Schleef  <ds@schleef.org>
21099
21100         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21101         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21102         bit.  Also ran indent-gst.
21103         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21104         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21105         (gst_sunaudiosrc_setparams):
21106
21107 2004-12-14  David Schleef  <ds@schleef.org>
21108
21109         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21110         output rate to 16000.  Should fix #160235.
21111
21112 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21113
21114         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21115         Add typefinding for mpeg2 pes streams
21116
21117 2004-12-13  David Schleef  <ds@schleef.org>
21118
21119         * configure.ac:  Applied patch from bug #143659, making default
21120         sources and sinks OS-dependent (for Solaris), and added code
21121         for OS/X.
21122         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21123
21124 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21125
21126         * gst-libs/gst/riff/riff-media.c:
21127           forgot to add h2.64 to avidemux template caps
21128
21129 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21130
21131         * gst/wavenc/riff.h:
21132         * gst-libs/gst/riff/riff-media.c:
21133         * gst-libs/gst/riff/riff-ids.h:
21134         * gst/avi/gstavimux.c
21135         add 4CC code for VideoSoft h264 in AVI (VSSH)
21136           fixes bug #160655
21137         remove s323 from riff, it's quicktime specific :(
21138
21139 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21140
21141         * gst/asfdemux/README
21142         * gst/wavenc/riff.h
21143         * gst-libs/gst/riff/riff-ids.h
21144         * gst-libs/gst/riff/riff-media.c
21145         * gst/qtdemux/qtdemux.c:
21146           add new 4CC codes for h263 related codecs
21147           fixes partially bug #155163
21148
21149 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21150
21151         * configure.ac: Update polyaudio requirement to 0.7
21152         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21153
21154 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21155
21156         * gst/interleave/deinterleave.c:
21157         fix my name's spelling! :)
21158
21159 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21160
21161         * AUTHORS ChangeLog
21162         * gst/auparse/gstauparse.c
21163         * gst/interleave/deinterleave.c
21164         * gst/law/:
21165                 alaw-decode.c alaw-encode.c
21166                 mulaw-decode.c mulaw-encode.c
21167         * gst/oneton/gstoneton.c
21168         * sys/osxaudio/:
21169                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21170         * sys/osxvideo/:
21171                 cocoawindow.h cocoawindow.m
21172                 osxvideosink.h osxvideosink.m
21173
21174         put the same mail address for Zaheer Abbas Merali everywhere
21175
21176 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21177
21178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21179           Align by packetsize, and assert that we a packet available before
21180           playing. The first makes webstreams work (they often include
21181           trailing padding data in a packet), the second allows pausing a
21182           ASF stream in totem without getting demux errors afterwards.
21183
21184 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21185
21186         * ext/ogg/gstoggdemux.c: (get_relative):
21187           Check for non-NULL before accessing member (end-of-chain).
21188
21189 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21190
21191         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21192         (cdparanoia_set_property), (cdparanoia_get_property):
21193         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21194         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21195         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21196         (dvdreadsrc_init), (dvdreadsrc_set_property),
21197         (dvdreadsrc_get_property):
21198         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21199         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21200           Synchronize property names where not yet the case. Devices are
21201           now device=X, other versions are deprecated (but still exist).
21202           Also use g_free() unconditionally.
21203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21204         (setup_source), (gst_play_base_bin_get_property):
21205           Expose source.
21206
21207 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         * configure.ac: move GCONF macro outside conditional for the am
21210           conditional. Fixes #160439
21211
21212 2004-12-08  David Schleef  <ds@schleef.org>
21213
21214         * tools/gst-visualise-m.m: Switch to elements that currently
21215         exist.
21216
21217 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21220           We love wrong commas.
21221
21222 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * gst/matroska/matroska-demux.c:
21225         (gst_matroska_demux_handle_src_query):
21226           Don't set DEFAULT, unsupported - makes length display incorrectly
21227           in some cases.
21228
21229 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21230
21231         * gst/monoscope/README: remove blurb about files being GPL
21232         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21233         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21234           monoscope is now effectively LGPL licensed
21235
21236 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21237
21238         * gst/monoscope/README: Update information to be more correct
21239         * gst/monoscope/convolve.c: Relicense to LGPL
21240         * gst/monoscope/convolve.h: Relicense to LGPL
21241
21242 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21243
21244         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21245           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21247           set default_duration for mpeg1 audio
21248
21249 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21250
21251         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21252         * ext/alsa/gstalsa.h:
21253           refactor big chunks of the core caps negotiation code to make it
21254           a lot faster, because people claim it's really slow
21255           (actually, just cache the getcaps when the device is opened)
21256
21257 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21258
21259         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21260         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21261         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21262         (gst_a52dec_change_state), (plugin_init):
21263         * ext/a52dec/gsta52dec.h:
21264           Do something useful with timestamps. Make chain-based (since
21265           there's really no reason to be loopbased).
21266         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21267           Update current_byte/frame correctly.
21268
21269 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21270
21271         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21272         (gst_ape_demux_stream_init):
21273           Forward tags, too.
21274
21275 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21276
21277         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21278           Let's make sure we're done typefinding when detecting tags.
21279
21280 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21283         (gst_ebml_read_init), (gst_ebml_read_use_event),
21284         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21285         (gst_ebml_read_seek), (gst_ebml_read_skip),
21286         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21287         (gst_ebml_read_master):
21288         * gst/matroska/ebml-read.h:
21289         * gst/matroska/matroska-demux.c:
21290         (gst_matroska_demux_parse_contents),
21291         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21292           Disgustingly evil hack for working around INTERRUPT events and
21293           their extremely annoying habit of being a pain in the ass. We
21294           simply peek a cluster before reading any of it.
21295
21296 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21297
21298         * ext/musepack/gstmusepackdec.cpp:
21299           There's also floating point libmusepacks.
21300
21301 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21304         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21305           Set DURATION even if source buffer didn't. Also use increasing
21306           timestamps.
21307         * gst-libs/gst/riff/riff-media.c:
21308         (gst_riff_create_audio_caps_with_data):
21309           Block_align can have larger values than 8192.
21310
21311 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21314         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21315         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21316         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21317           Fix caps.
21318
21319 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21320
21321         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21322           Fix logic bug.
21323
21324 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21325
21326         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21327           Yay, another one.
21328
21329 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21330
21331         * ext/esd/esdsink.c: (gst_esdsink_chain):
21332           Make error actually say something useful (fixes #156798).
21333         * gst-libs/gst/riff/riff-media.c:
21334         (gst_riff_create_video_caps_with_data),
21335         (gst_riff_create_video_template_caps):
21336           Add Intel Video 5.0 fourcc (IV50).
21337
21338 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21339
21340         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21341         detection on mono and stereo mp3 files.
21342
21343 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21344
21345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21346           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21347           the contained stream).
21348
21349 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21350
21351         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21352           Oops, remove debug.
21353
21354 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21355
21356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21357
21358         * gst/law/alaw-decode.c: (alawdec_getcaps):
21359         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21360           Prevent warnings when negotiating caps (fixes #159338).
21361
21362 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21363
21364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21365         (gst_ffmpegcsp_chain):
21366           Remove old leftover that shouldn't be there...
21367
21368 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21369
21370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21373           Don't forward DISCONT events (fixes #159684).
21374
21375 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21378           Unlink manually since sometimes bin disposal (and therefore
21379           pad unlinking) is delayed, which will cause a new media file
21380           to not be able to start playing instantly.
21381
21382 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21383
21384         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21385           On mute of an unlinked stream, check for pad availability so
21386           we don't crash on unlinked pad.
21387
21388 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21391         (gst_avi_demux_massage_index):
21392           Fix quite humiliating bug in omitting 0-sized index chunks but
21393           forgetting to count them for timestamps.
21394
21395 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21396
21397         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21398           Actually leave the loop if we failed to sync. Don't crash.
21399
21400 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21401
21402         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21403         (gst_dvd_demux_process_private):
21404         * gst/mpegstream/gstdvddemux.h:
21405           Fix crash (#159759). Doesn't work, though. :-(.
21406
21407 2004-11-28  Benjamin Otte  <otte@gnome.org>
21408
21409         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21410           more overwriting protection due to modifying channels one by one
21411           instead of all at once
21412
21413 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * gst/audioconvert/gstchannelmix.c:
21416         (gst_audio_convert_fill_normalize):
21417           Normalize using absolute values.
21418
21419 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21420
21421         * configure.ac:
21422         * ext/Makefile.am:
21423         * ext/directfb/Makefile.am:
21424         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21425         (gst_directfbvideosink_get_pixel_format),
21426         (gst_directfbvideosink_get_format_from_fourcc),
21427         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21428         (gst_directfbvideosink_sink_link),
21429         (gst_directfbvideosink_change_state),
21430         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21431         (gst_directfbvideosink_buffer_alloc),
21432         (gst_directfbvideosink_interface_supported),
21433         (gst_directfbvideosink_interface_init),
21434         (gst_directfbvideosink_navigation_send_event),
21435         (gst_directfbvideosink_navigation_init),
21436         (gst_directfbvideosink_set_property),
21437         (gst_directfbvideosink_get_property),
21438         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21439         (gst_directfbvideosink_base_init),
21440         (gst_directfbvideosink_class_init),
21441         (gst_directfbvideosink_get_type), (plugin_init):
21442         * ext/directfb/directfbvideosink.h: Adding a first version of
21443         directfbvideosink.
21444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21445         more.
21446
21447 2004-11-28  Benjamin Otte  <otte@gnome.org>
21448
21449         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21450           walk the samples backwards if out_channels > in_channels so we don't
21451           overwrite data
21452
21453 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * gst/audioconvert/Makefile.am:
21456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21457         (gst_audio_convert_link), (gst_audio_convert_change_state),
21458         (gst_audio_convert_channels):
21459         * gst/audioconvert/gstchannelmix.c:
21460         (gst_audio_convert_unset_matrix),
21461         (gst_audio_convert_fill_identical),
21462         (gst_audio_convert_fill_compatible),
21463         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21464         (gst_audio_convert_fill_others),
21465         (gst_audio_convert_fill_normalize),
21466         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21467         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21468         * gst/audioconvert/gstchannelmix.h:
21469           Implement a channel mixer.
21470
21471 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21472
21473         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21474         * ext/alsa/gstalsa.h:
21475         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21476         Make alsasink actually honor gst_element_set_clock and use that
21477         clock instead of its internal one.
21478
21479 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21480
21481         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21482         (gst_play_base_bin_change_state): nullify source and decoder when
21483         going from READY to NULL so that we don't try to do weird stuff with
21484         them when going from NULL to READY
21485         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21486         instead of g_object_unref
21487         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21488         it should be correct
21489         (gst_play_bin_change_state): don't call remove_sinks if we are
21490         currently disposing the object
21491
21492 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21493
21494         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21495           Don't forget bass if it's there. Else left channel is silent...
21496
21497 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21498
21499         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21500         (gst_a52dec_change_state):
21501           Don't do sample adjusting anymore, we use float audio now.
21502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21503           Don't fixate to non-existing properties.
21504
21505 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21506
21507         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21508         (gst_a52dec_change_state):
21509           Advertise that we can do surround sound.
21510
21511 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21512
21513         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21514           Add buffer-frames=0.
21515         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21516         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21517         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21518         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21519         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21520         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21521         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21522         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21523         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21524         * ext/dvdread/dvdreadsrc.h:
21525           Add seeking, querying for bytes, sectors, title, angle and
21526           chapter. Handle multiple chapters. Relicense to LGPL because
21527           Billy agreed on that (thanks Billy!).
21528
21529 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21530
21531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21532         call parent dispose method
21533
21534 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21535
21536         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21537         (gst_audio_clock_get_internal_time):
21538         Fix active <-> inactive transitions: ensure time value always
21539         grows and avoid abrupt value changes.
21540
21541 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21542
21543         * configure.ac:
21544         * gst/tta/Makefile.am:
21545         * gst/tta/crc32.h:
21546         * gst/tta/filters.h:
21547         * gst/tta/gsttta.c:
21548         * gst/tta/gstttadec.c:
21549         * gst/tta/gstttadec.h:
21550         * gst/tta/gstttaparse.c:
21551         * gst/tta/gstttaparse.h:
21552         * gst/tta/ttadec.h:
21553           added TTA parser and decoder
21554
21555 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21556
21557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21558         (probe_triggered), (check_queue), (buffer_underrun),
21559         (buffer_running), (buffer_overrun), (gen_source_element),
21560         (setup_source):
21561         * gst/playback/gstplaybasebin.h:
21562           Implement buffering. Needs some more work.
21563
21564 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21565
21566         * ext/theora/theoradec.c: (theora_dec_chain):
21567           Fix ilog mask range overflow.
21568
21569 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21570
21571         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21572           Don't omit the last (which in case of dmix is the only :) )
21573           channel count. Don't set channels if <= 2.
21574
21575 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21576
21577         * gst/playback/gstplaybin.c: (gen_video_element),
21578         (gen_audio_element): Removed 2 obsolete comments
21579
21580 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21581
21582         * ext/vorbis/oggvorbisenc.c
21583         * ext/vorbis/vorbisenc.c :
21584           change description fields of those plugins to differentiate them
21585           (pitivi show Encoders by description, they had the same one)
21586
21587 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21588
21589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21592         (gst_play_bin_set_property), (gen_video_element),
21593         (gen_audio_element):
21594           Refcounting fixes for provided audio-/videosinks.
21595
21596 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21597
21598         * gst/playback/gstplaybin.c: (gen_video_element),
21599         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21600           Don't reference all sinks, but only the video- and audiosinks.
21601           The vis. element should be disposed when we're done with it.
21602           We don't have any reason to keep it around. This fixes warnings
21603           when reusing playbin for playing multiple audio files with
21604           vis. enabled. Also release audio device on pause - idea stolen
21605           from Rhythmbox.
21606
21607 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21610         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21611         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21612         * ext/alsa/gstalsaplugin.c: (plugin_init):
21613         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21614         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21615         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21616         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21617         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21618         (gst_faad_change_state), (plugin_init):
21619         * ext/faad/gstfaad.h:
21620         * ext/vorbis/vorbis.c: (plugin_init):
21621         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21622         * gst-libs/gst/audio/Makefile.am:
21623         * gst-libs/gst/audio/audio.c: (plugin_init):
21624         * gst-libs/gst/audio/multichannel.c:
21625         (gst_audio_check_channel_positions),
21626         (gst_audio_get_channel_positions),
21627         (gst_audio_set_channel_positions),
21628         (gst_audio_set_structure_channel_positions_list),
21629         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21630         (gst_audio_fixate_channel_positions):
21631         * gst-libs/gst/audio/multichannel.h:
21632         * gst-libs/gst/audio/testchannels.c: (main):
21633         * gst/audioconvert/gstaudioconvert.c:
21634         (gst_audio_convert_class_init), (gst_audio_convert_init),
21635         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21636         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21637         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21638         * gst/audioconvert/plugin.c: (plugin_init):
21639           Surround sound support.
21640
21641 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21642
21643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21644           Fix position for discont if we're close as well. Nitpicking, but
21645           saves a few milliseconds of extra waiting or skipping.
21646
21647 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21648
21649         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21650           We sometimes need parsers for playback, so add those too.
21651
21652 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * configure.ac:
21655         * gst/apetag/Makefile.am:
21656         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21657         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21658         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21659         (gst_ape_demux_get_src_query_types),
21660         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21661         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21662         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21663         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21664         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21665         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21666         (gst_ape_demux_change_state):
21667         * gst/apetag/apedemux.h:
21668         * gst/apetag/apetag.c: (plugin_init):
21669         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21670         (plugin_init):
21671           APE v1/2 tag reader plus typefind function.
21672
21673 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21674
21675         * configure.ac:
21676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21677         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21678           Remove hacks for older core. Require newer core version
21679           accordingly.
21680
21681 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21682
21683         * gst/cdxaparse/Makefile.am:
21684         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21685         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21686         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21687         * gst/cdxaparse/gstcdxaparse.h:
21688         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21689         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21690         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21691         (gst_cdxastrip_get_src_query_types),
21692         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21693         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21694         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21695         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21696         * gst/cdxaparse/gstcdxastrip.h:
21697           SVCD/VCD header stripping separated from CDXA image parsing.
21698         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21699         (plugin_init):
21700           Add VCD/SVCD header typefinding for VCD/SVCD.
21701         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21702         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21703         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21704         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21705         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21706         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21707         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21708         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21709         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21710         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21711         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21712         * sys/vcd/vcdsrc.h:
21713           Fix up, add seeking, querying, URI interface. Works in totem now.
21714
21715 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21716
21717         * configure.ac:
21718           back to CVS
21719
21720 === release 0.8.6 ===
21721
21722 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * NEWS:
21725         * RELEASE:
21726         * configure.ac:
21727         * po/af.po:
21728         * po/az.po:
21729         * po/cs.po:
21730         * po/en_GB.po:
21731         * po/hu.po:
21732         * po/it.po:
21733         * po/nb.po:
21734         * po/nl.po:
21735         * po/or.po:
21736         * po/sq.po:
21737         * po/sr.po:
21738         * po/sv.po:
21739         * po/uk.po:
21740           releasing 0.8.6, "IOU Love"
21741
21742 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21743
21744         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21745
21746         * gst/playback/gstplaybasebin.c:
21747           Fix unplayable files error handling.  Fixes #158365
21748
21749 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21752
21753         * gst/typefind/gsttypefindfunctions.c:
21754           Fix broken mp3 typefinding.  Fixes #158375
21755
21756 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21757
21758         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21759
21760         * ext/ogg/gstoggdemux.c:
21761           Fix sync on broken files.  Fixes #158976
21762
21763 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         patch by: Edward Hervey <bilboed@bilboed.com>
21766
21767         * ext/libpng/gstpngenc.c:
21768           Copy over buffer properties.  Fixes #158832
21769
21770 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21771
21772         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21773
21774         * ext/dvdread/dvdreadsrc.c:
21775           Fixes invalid reads (#158462)
21776
21777 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21778
21779         * sys/v4l/gstv4lsrc.c:
21780         * sys/v4l/gstv4lsrc.h:
21781         * sys/v4l/v4lsrc_calls.c:
21782           Probe less and cache it.  Fixes #159187.
21783
21784 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21785
21786         * gst/videorate/gstvideorate.c:
21787           Handle all video formats. Fixes #159186.
21788
21789 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21790         * gst/synaesthesia/gstsynaesthesia.c:
21791         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21792         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21793         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21794         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21795         (gst_synaesthesia_change_state), (plugin_init):
21796         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21797         Force 320x200 output, as that's the only thing the underlying
21798         synaesthesia implementation supports. Still needs to be made
21799         re-entrant.
21800
21801 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21802
21803         * configure.ac:
21804           Fix mpeg2enc configure check (similar to mplex check below).
21805
21806 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21807
21808         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21809
21810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21811           Fix for gcc-2.95 (fixes #158221).
21812
21813 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21814
21815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21816           Re-add clock distribution hack (until new core is released).
21817           Fixes #158125.
21818
21819 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21820         * configure.ac:
21821           fix mplex configure check segfaulting on some systems (bug #140994)
21822
21823 2004-11-13  Benjamin Otte  <otte@gnome.org>
21824
21825         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21826           add debugging
21827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21828           do a wait when we enter the loop func with no data available to
21829           write instead of getting into an 100% CPU loop by just returning and
21830           being called again by the scheduler
21831
21832 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21833
21834         * configure.ac:
21835         * ext/libvisual/visual.c: (gst_visual_get_type),
21836         (libvisual_log_handler), (gst_visual_getcaps),
21837         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21838         (plugin_init):
21839           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21840         * ext/smoothwave/Makefile.am:
21841         * ext/smoothwave/demo-osssrc.c: (main):
21842         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21843         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21844         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21845         (plugin_init):
21846         * ext/smoothwave/gstsmoothwave.h:
21847           Make gstsmoothwave a working element in the 20th century.
21848
21849         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21850           Fix incorrect link function
21851
21852 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21853
21854         * gst/volume/gstvolume.c:
21855           Allow buffer-frames=0.
21856
21857 2004-11-12 Iain <iaingnome@gmail.com>
21858
21859         * configure.ac: Check for polypaudio
21860
21861         * ext/Makefile.am: Build the polyp dir
21862
21863         * ext/polyp: The polypsink sources.
21864
21865 2004-10-30 Iain <iaingnome@gmail.com>
21866
21867         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21868         caps to reflect the new number of channels.
21869
21870 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21871
21872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21873           Fix for negotiation order problem. This would show when the
21874           ALSA loopfuction was called before any other function. ALSA
21875           wouldn't do anything because we're not negotiated yet, leading
21876           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21877
21878 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21879
21880         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21881
21882         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21883           No warnings (#157986).
21884
21885 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21886
21887         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21888           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21889
21890 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21891
21892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21893           Signal no-more-pads (so it works in playbin).
21894
21895 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21896
21897         * ext/musepack/gstmusepackreader.cpp:
21898           Workaround for older core.
21899
21900 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21901
21902         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21903           Actually test for odd width/height rather than testing whether
21904           a temporary variable that was 0 before we subtracted 1 is now
21905           not equal to zero (which it always is).
21906
21907 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21908
21909         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21910         Fix compilation if HAVE_XVIDEO is not defined
21911
21912 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21913
21914         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21915         Fix compilation if HAVE_XVIDEO is not defined
21916
21917 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21918
21919         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21920         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21921         (gst_goom_change_state), (plugin_init):
21922         Use the bytestream adapter so goom doesn't depend on the input
21923         buffer size.
21924         Add a debug category
21925
21926 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21927
21928         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21929           Only set hardware parameters *after* negotiation. Before
21930           negotiation, it will set ANY and that seems to cause crashes
21931           (see e.g. #151288, #153227).
21932
21933 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21934
21935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21936           This seems to be antique leftover. It needs to pass error
21937           checking.
21938         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21939         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21940         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21941         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21942           Fix GstXOverlay implementation (#151059).
21943
21944 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21945
21946         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21947           Don't assert (#157853).
21948
21949 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21950
21951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21952           Fix bytes/samples confustion.
21953         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21954           Fix for underrun (#144389).
21955
21956 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21957
21958         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21959           Disable halfway-seek for pending release (since it needs a new
21960           core release).
21961
21962 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * sys/v4l/gstv4lsrc.c:
21965         * sys/v4l/gstv4lsrc.h:
21966         * sys/v4l/v4lsrc_calls.c:
21967           add autoprobe-fps property so we can separate autoprobing parts
21968
21969 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21970
21971         * sys/v4l/gstv4lsrc.c:
21972         * sys/v4l/v4lsrc_calls.c:
21973         initialise fourcc to catch unset fourcc's, and debug
21974
21975 2004-11-09  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst/playback/README:
21978         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21979         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21980         (gst_play_bin_dispose), (gst_play_bin_set_property),
21981         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21982         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21983         (gst_play_bin_get_formats), (gst_play_bin_convert),
21984         (gst_play_bin_get_query_types), (gst_play_bin_query):
21985         Cleanups and some more documentation.
21986
21987 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21988
21989         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21990         (gst_cacasink_init), (gst_cacasink_chain):
21991         * ext/libcaca/gstcacasink.h:
21992         Cacasink inherits from VideoSink, so let that store the clock.
21993
21994 2004-11-09  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/playback/README:
21997         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21998         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21999         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22000         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22001         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22002         (setup_sinks):
22003         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22004         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22005         * gst/playback/gststreaminfo.h:
22006         Updated README.
22007         Only switch groups if all streams have muted (EOSed).
22008         Send Tags in sync with the stream playback instead of in
22009         the playback/preroll phase.
22010         Some cleanups, free the fakesrc elements.
22011
22012 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22013
22014         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22015           buffer-frames property was missing
22016         * ext/arts/gst_arts.c:
22017           rate missing from sinkcaps
22018         * ext/audiofile/gstafparse.c:
22019         * ext/audiofile/gstafsink.c:
22020         * ext/audiofile/gstafsrc.c:
22021         * ext/swfdec/gstswfdec.c:
22022           int audio doesn't know buffer-frames
22023         * ext/cdparanoia/gstcdparanoia.c:
22024           int audio doesn't know chunksize either
22025         * ext/nas/nassink.c:
22026           it's endianness, not endianess
22027         * gst-libs/gst/audio/audio.h:
22028           make float standard pad template caps really describe float
22029         * gst/law/mulaw.c: (linear_factory):
22030           signed only, please
22031         * gst/mpegstream/gstdvddemux.c:
22032           widths of 20 are not valid
22033
22034 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22037
22038         * po/LINGUAS:
22039         * po/it.po:
22040           Add Italian
22041
22042 2004-11-08  Wim Taymans  <wim@fluendo.com>
22043
22044         * gst/playback/README:
22045         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22046         * gst/playback/gstplaybasebin.c: (probe_triggered),
22047         (gst_play_base_bin_change_state):
22048         Updated README, added more comments for fixmes etc..
22049
22050 2004-11-08  Wim Taymans  <wim@fluendo.com>
22051
22052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22053         We can remove this hack now.
22054
22055 2004-11-08  Wim Taymans  <wim@fluendo.com>
22056
22057         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22058         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22059         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22060         Only mix AYUV for maximum quality.
22061
22062 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22063
22064         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22065         (gst_ogg_demux_push), (gst_ogg_pad_push):
22066           Let's act as if we're synchronized now! :).
22067         * ext/theora/theoradec.c: (theora_dec_chain):
22068           Add some debug.
22069
22070 2004-11-08  Wim Taymans  <wim@fluendo.com>
22071
22072         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22073         (gst_alpha_set_property), (gst_alpha_sink_link),
22074         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22075         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22076         (gst_alpha_init_params), (gst_alpha_chain):
22077         Implement alpha functions for AYUV too, this increases
22078         accuracy quite a bit.
22079
22080 2004-11-08  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst/ffmpegcolorspace/avcodec.h:
22083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22084         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22085         (gst_ffmpegcsp_avpicture_fill):
22086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22087         (gst_ffmpegcsp_caps_remove_format_info):
22088         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22089         (shrink12), (img_get_alpha_info), (deinterlace_line),
22090         (deinterlace_line_inplace):
22091         * gst/ffmpegcolorspace/imgconvert_template.h:
22092         Added AYUV colorspace and handle RGBA a bit more respectful.
22093
22094 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22095
22096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22097           Actually always send a discont (cornercase when resending the
22098           same serial-tagged chain twice).
22099
22100 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22101
22102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22103         (gst_ximagesink_finalize):
22104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22105         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22106
22107 2004-11-08  Wim Taymans  <wim@fluendo.com>
22108
22109         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22110         Don't segfault on NULL data.
22111
22112 2004-11-08  Wim Taymans  <wim@fluendo.com>
22113
22114         * gst/playback/gstdecodebin.c: (unlinked):
22115         * gst/playback/gstplay-marshal.list:
22116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22117         (gst_play_base_bin_init), (group_create), (get_active_group),
22118         (get_building_group), (group_destroy), (group_commit),
22119         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22120         (add_element_stream), (no_more_pads), (probe_triggered),
22121         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22122         (state_change), (setup_source), (gst_play_base_bin_get_property),
22123         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22124         (gst_play_base_bin_link_stream),
22125         (gst_play_base_bin_get_streaminfo):
22126         * gst/playback/gstplaybasebin.h:
22127         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22128         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22129         Add support for chained ogg files. Prepare for playlist
22130         support. This patch introduces the concept of pad groups, which
22131         together compose one playable media file.
22132
22133 2004-11-07  David Schleef  <ds@schleef.org>
22134
22135         * testsuite/gst-lint: Check for pad templates that aren't statically
22136         scoped.
22137
22138 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * configure.ac:
22141         * ext/Makefile.am:
22142         * ext/musepack/Makefile.am:
22143         * ext/musepack/gstmusepackdec.cpp:
22144         * ext/musepack/gstmusepackdec.h:
22145         * ext/musepack/gstmusepackreader.cpp:
22146         * ext/musepack/gstmusepackreader.h:
22147           Add musepack decoder.
22148         * ext/faad/gstfaad.c: (gst_faad_base_init):
22149           Make pad templates static.
22150         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22151         (plugin_init):
22152           Add musepack typefinder, make mp3 typefinding work halfway stream,
22153           which doesn't actually work yet because id3demux doesn't implement
22154           _get_length().
22155
22156 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22157
22158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22159         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22160           Fix interrupt event handling (#144436).
22161
22162 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22163
22164         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22165           Hide unused glory.
22166
22167 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22168
22169         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22170
22171         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22172           Fix weird caps (#157548).
22173
22174 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22175
22176         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22177
22178         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22179           Add missing NULL terminator (#157543).
22180
22181 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * gst/tcp/gsttcp.h:
22184         * gst/tcp/gsttcpclientsink.c:
22185         * gst/tcp/gsttcpclientsrc.c:
22186         * gst/tcp/gsttcpserversink.c:
22187         * gst/tcp/gsttcpserversrc.c:
22188           ports can go up to 65535.  Move common defines to gsttcp.h
22189
22190 2004-11-05  Wim Taymans  <wim@fluendo.com>
22191
22192         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22193         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22194         Added two more colorspaces.
22195
22196 2004-11-05  Wim Taymans  <wim@fluendo.com>
22197
22198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22199         (gst_ffmpegcsp_avpicture_fill):
22200         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22201         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22202         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22203         More stride fixes.
22204
22205 2004-11-05  Wim Taymans  <wim@fluendo.com>
22206
22207         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22208         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22209         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22210         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22211         (gst_videomixer_loop):
22212         More stride fixes.
22213
22214 2004-11-05  Benjamin Otte  <otte@gnome.org>
22215
22216         * ext/mad/gstmad.c: (gst_mad_chain):
22217           don't overflow data buffer. Flush not needed sync data when syncing
22218           failed.
22219
22220 2004-11-04  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22223         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22224         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22225         (gst_alpha_init_params), (gst_alpha_chain),
22226         (gst_alpha_change_state):
22227         Updated the chroma keying algorithm with something more
22228         sophisticated.
22229
22230 2004-11-03  Wim Taymans  <wim@fluendo.com>
22231
22232         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22233         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22234         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22235         Fix stride issues. Does not completely work for odd
22236         heights.
22237
22238 2004-11-03  Wim Taymans  <wim@fluendo.com>
22239
22240         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22241         (gst_alpha_chroma_key), (gst_alpha_chain):
22242         Fix stride issues. Does not completely work for odd
22243         heights.
22244
22245 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22246
22247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22248         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22249         leak fixes
22250
22251 2004-11-03  Wim Taymans  <wim@fluendo.com>
22252
22253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22254         (gst_ffmpegcsp_avpicture_fill):
22255         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22256         (avpicture_alloc):
22257         * gst/ffmpegcolorspace/imgconvert_template.h:
22258         Use correct _fill function to get correct strides.
22259
22260 2004-11-02  David Schleef  <ds@schleef.org>
22261
22262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22263         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22264         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22265         Change all g_print()s to debugging.  Add a bunch of consistency
22266         checks.
22267
22268 2004-11-02  Wim Taymans  <wim@fluendo.com>
22269
22270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22271         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22272         (unlinked), (no_more_pads), (close_link):
22273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22274         (unknown_type), (add_element_stream), (new_decoded_pad),
22275         (removed_decoded_pad), (setup_source):
22276         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22277         (gst_stream_info_class_init), (gst_stream_info_init),
22278         (gst_stream_info_new), (gst_stream_info_dispose),
22279         (stream_info_mute_pad), (gst_stream_info_set_property),
22280         (gst_stream_info_get_property):
22281         * gst/playback/gststreaminfo.h:
22282         Fix playback of multiple files.
22283         a slightly different approach to handling dynamic pad removals.
22284         This one only looks at pads that we have linked.
22285
22286 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22287
22288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22289         free" warning from libc.
22290
22291 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22294         (get_unconnected_element), (remove_starting_from), (pad_removed),
22295         (close_link):
22296           Implement support for dynamic pad changing. We listen to "live"
22297           pad removals (i.e. while playing) and re-setup autoplugging
22298           after that. Playbasebin/playbin need some more work for this
22299           to finally work, but decodebin supports (and replugs) chained
22300           ogg now.
22301
22302 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22303
22304         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22305         (gst_alsa_finalize):
22306         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22307         (gst_cdaudio_finalize):
22308         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22309         (cdparanoia_finalize):
22310         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22311         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22312         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22313         (dvdreadsrc_finalize):
22314         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22315         (gst_flacdec_finalize):
22316         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22317         (gst_flacenc_finalize):
22318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22319         (gst_gnomevfssink_finalize):
22320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22321         (gst_gnomevfssrc_finalize):
22322         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22323         (gst_fameenc_finalize):
22324         * ext/nas/nassink.c: (gst_nassink_class_init),
22325         (gst_nassink_finalize):
22326         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22327         (gst_sdlvideosink_class_init):
22328         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22329         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22330         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22331         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22332         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22333         (gst_x_window_listener_dispose):
22334         * gst/audioscale/gstaudioscale.c:
22335         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22336         (play_on_demand_finalize):
22337         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22339         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22340         (cdplayer_finalize):
22341         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22342         (gst_glimagesink_class_init):
22343         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22344         (gst_osselement_finalize):
22345         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22346         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22347         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22348           Fixes a bunch of problems with finalize and dispose functions,
22349           either assumptions that dispose is only called once, or not calling
22350           the parent class dispose/finalize function
22351
22352 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22353
22354         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22355           added two api precondition guards
22356           use g_strdup with getenv to fix crash when using ENVVAR
22357
22358 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22359         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22360         (gst_esdsink_finalize):
22361         Use a finalize function, not dispose, and more importantly,
22362         call the parent class finalize function too
22363
22364 2004-11-01  Johan Dahlin  <johan@gnome.org>
22365
22366         * ext/ogg/gstoggdemux.c:
22367         * gst/tags/gstvorbistag.c:
22368         Plug leaks.
22369
22370 2004-10-31  Benjamin Otte  <otte@gnome.org>
22371
22372         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22373           lotsa memleaks today. But they're all small...
22374
22375 2004-10-31  Benjamin Otte  <otte@gnome.org>
22376
22377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22378           another memleak crushed
22379
22380 2004-10-31  Benjamin Otte  <otte@gnome.org>
22381
22382         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22383           fix memleak
22384
22385 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22386
22387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22388           Hack to prevent crash when going to READY inside signal handler
22389           while this function is active.
22390
22391 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22392
22393         * gst/ffmpegcolorspace/Makefile.am:
22394         * gst/ffmpegcolorspace/avcodec.h:
22395         * gst/ffmpegcolorspace/common.h:
22396         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22397         * gst/ffmpegcolorspace/dsputil.h:
22398         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22400         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22401         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22402         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22403         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22404         (gst_ffmpegcsp_avpicture_fill):
22405         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22407         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22408         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22409         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22410         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22411         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22412         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22413         * gst/ffmpegcolorspace/imgconvert.c:
22414         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22415         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22416         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22417         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22418         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22419         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22420         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22421         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22422         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22423         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22424         (grow21), (grow22), (grow41), (grow44), (conv411),
22425         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22426         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22427         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22428         (avpicture_free), (is_yuv_planar), (img_convert),
22429         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22430         (deinterlace_line_inplace), (deinterlace_bottom_field),
22431         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22432         * gst/ffmpegcolorspace/imgconvert_template.h:
22433         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22434         * gst/ffmpegcolorspace/mmx.h:
22435         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22436         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22437         (av_freep), (avcodec_get_context_defaults),
22438         (avcodec_alloc_context), (avcodec_init):
22439           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22440           handling plus update from ffmpeg CVS. Large clean-up.
22441
22442 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22443
22444         * gst/playback/Makefile.am:
22445           We need the marshallers for decodebin, too.
22446
22447 2004-10-30  David Schleef  <ds@schleef.org>
22448
22449         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22450           quicktime typefinding work with 64-bit offsets.
22451
22452 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22453
22454         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22455           Set EOS on the element when processing an EOS event.
22456         * ext/speex/gstspeexdec.h:
22457         * ext/speex/gstspeexenc.h:
22458           Only keep a const ptr to the mode
22459         * gst-libs/gst/riff/riff-media.c:
22460         (gst_riff_create_audio_caps_with_data),
22461         (gst_riff_create_audio_template_caps):
22462           Allow WMAV3, with up to 6 channels.
22463         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22464           Don't call gst_pad_set_event_function on a sink pad.
22465         * gst/mpegstream/gstdvddemux.c:
22466         (gst_dvd_demux_get_subpicture_stream),
22467         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22468           Copy the explicit caps that were set across to the cur_* pads,
22469           instead of trying to use a possibly non-existent negotiated caps.
22470           Reset the type of subpicture pads to UNKNOWN after calling
22471           init_stream, so that the caps get set.
22472
22473 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22474
22475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22476
22477         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22478           Don't touch buffer if it is of size 0 (fixes #151064).
22479
22480 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22481
22482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22483           Synchronized discont handling.
22484
22485 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22486
22487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22488         (gst_ogg_demux_push):
22489           Make seeking sort-of exact again (fixes #156387).
22490
22491 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22492
22493         * gst/playback/gstplaybasebin.c: (unknown_type),
22494         (add_element_stream), (new_decoded_pad),
22495         (gst_play_base_bin_change_state):
22496         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22497         (gst_stream_info_init), (gst_stream_info_new),
22498         (gst_stream_info_dispose), (gst_stream_info_get_property):
22499         * gst/playback/gststreaminfo.h:
22500           Make caps explicitely available. Makes testing for unsupported
22501           types possible. Improves error reporting.
22502
22503 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22504
22505         * gst/audioconvert/gstaudioconvert.c:
22506         (gst_audio_convert_buffer_to_default_format):
22507           Really don't touch read-only buffers (#156563).
22508
22509 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22510
22511         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22512
22513         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22514           Fix memleak (#155223).
22515
22516 2004-10-29  Wim Taymans  <wim@fluendo.com>
22517
22518         * gst/tcp/.cvsignore:
22519         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22520         (gst_multifdsink_class_init), (gst_multifdsink_init),
22521         (gst_multifdsink_add), (gst_multifdsink_remove),
22522         (gst_multifdsink_remove_client_link), (is_sync_frame),
22523         (gst_multifdsink_new_client),
22524         (gst_multifdsink_handle_client_write),
22525         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22526         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22527         (gst_multifdsink_get_property):
22528         * gst/tcp/gstmultifdsink.h:
22529         Added burst on connect sync_method, deprecated sync_clients,
22530         streamlined the sync code some more.
22531
22532 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22533
22534         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22535         (gst_play_base_bin_change_state):
22536           Improve error reporting.
22537
22538 2004-10-28  Wim Taymans  <wim@fluendo.com>
22539
22540         * gst/tcp/Makefile.am:
22541         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22542         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22543         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22544         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22545         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22546         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22547         (gst_fdset_wait):
22548         Added more locks around fdset structures. Fixed/reworked
22549         the poll array resizing code.
22550         Added stress test for fdset.
22551
22552 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22553
22554         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22555         fix build
22556
22557 2004-10-28  Benjamin Otte  <otte@gnome.org>
22558
22559         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22560           fix link function to always query channels and query width for
22561           floats
22562         * configure.ac:
22563           add equalizer dir
22564         * gst/equalizer/Makefile.am:
22565         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22566         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22567         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22568         (arg_to_scale), (setup_filter),
22569         (gst_iir_equalizer_compute_frequencies),
22570         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22571         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22572         (plugin_init):
22573           add an equalizer
22574
22575 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22578
22579         * po/LINGUAS:
22580         * po/nb.po:
22581           Added Norwegian Bokmaal translation
22582
22583 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22584
22585         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22586           Don't break on options (fixes #156488).
22587
22588 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22589
22590         * configure.ac:
22591         * ext/cdaudio/Makefile.am:
22592         * sys/Makefile.am:
22593           fix build on older automake
22594
22595 2004-10-26  Wim Taymans  <wim@fluendo.com>
22596
22597         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22598         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22599         Allow a little margin when negotiating the framerate.
22600
22601 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22602
22603         * gst/level/gstlevel.c:
22604           synchonised naming of pads and pad-templates
22605
22606 2004-10-26  Wim Taymans  <wim@fluendo.com>
22607
22608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22609         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22610         (_find_streams_check), (gst_ogg_demux_push):
22611         Fix EOS again. Needs to be done in a better way. We should not
22612         remove the pad if there is no new chained stream.
22613
22614 2004-10-26 Iain <iaingnome@gmail.com>
22615
22616         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22617         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22618         of the caps.
22619         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22620         pad.
22621         (interleave_release_pad): Remove the pad.
22622         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22623         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22624         the set device.
22625         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22626         attrs
22627         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22628         (gst_xvimagesink_finalize): Free the par.
22629
22630 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22631
22632         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22633         (gst_avimux_stop_file):
22634           First calculate the rate, and only then use it. Hdr.rate is a
22635           multiple and not a derivative of hdr.scale. Scale is not the
22636           same as blockalign but is solely related to rate.
22637
22638 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22639
22640         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22641         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22642           Implement seeking.
22643
22644 2004-10-25  James Henstridge  <james@jamesh.id.au>
22645
22646         Reviewed by:  David Schleef  <ds@schleef.org>
22647
22648         * examples/gstplay/player.c: (got_stream_length), (main):
22649         * examples/seeking/cdplayer.c: (update_scale):
22650         * examples/seeking/seek.c: (format_value), (update_scale):
22651         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22652         (stop_seek):
22653         Build fixes on AMD64.
22654
22655 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22656
22657         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22658
22659         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22660         Fix for some v4l cards which hang in v4lsrc
22661
22662 2004-10-25  Wim Taymans  <wim@fluendo.com>
22663
22664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22665         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22666         Make sure to remove the pad when a new chain is
22667         encountered. Set some vars to NULL so we don't try
22668         to reference freed memory.
22669
22670 2004-10-25  Wim Taymans  <wim@fluendo.com>
22671
22672         * examples/seeking/Makefile.am:
22673         * examples/seeking/cdplayer.c: (update_scale):
22674         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22675         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22676         (format_value), (update_scale), (iterate), (start_seek),
22677         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22678         (print_usage), (main):
22679         Added some more examples, update others.
22680
22681 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22682
22683         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22684         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22685         * ext/theora/theoradec.c: (theora_dec_chain):
22686         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22687           Add codec-name metadata.
22688
22689 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22690
22691         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22694         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22695         * ext/alsa/gstalsamixertrack.h:
22696         * po/POTFILES.in:
22697           ALSA mixer track label internationalization (#154054).
22698
22699 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22700
22701         * ext/theora/theoradec.c: (theora_dec_chain):
22702           Export bitrate as metadata.
22703
22704 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22705
22706         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22707         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22708         * ext/alsa/gstalsamixertrack.h:
22709           Fix names, fix loop.
22710
22711 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22712
22713         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22714         (speex_dec_convert):
22715           sinkconvert function so oggdemux can get the file length (totem).
22716
22717 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22718
22719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22720
22721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22722           Don't push incomplete packets.
22723         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22724           Fix MPEG-4 audio typefinding.
22725
22726 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * sys/v4l/Makefile.am:
22729         * sys/v4l/gstv4l.c: (plugin_init):
22730         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22731         (gst_v4lelement_init), (gst_v4lelement_dispose),
22732         (gst_v4lelement_change_state):
22733         * sys/v4l/gstv4lelement.h:
22734         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22735         (gst_v4l_xoverlay_close), (idle_refresh),
22736         (gst_v4l_xoverlay_set_xwindow_id):
22737         * sys/v4l/gstv4lxoverlay.h:
22738         * sys/v4l/v4l-overlay_calls.c:
22739         * sys/v4l/v4l_calls.h:
22740         * sys/v4l2/Makefile.am:
22741         * sys/v4l2/gstv4l2.c: (plugin_init):
22742         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22743         (gst_v4l2element_init), (gst_v4l2element_dispose),
22744         (gst_v4l2element_change_state):
22745         * sys/v4l2/gstv4l2element.h:
22746         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22747         (gst_v4l2_xoverlay_close), (idle_refresh),
22748         (gst_v4l2_xoverlay_set_xwindow_id):
22749         * sys/v4l2/gstv4l2xoverlay.h:
22750         * sys/v4l2/v4l2-overlay_calls.c:
22751         * sys/v4l2/v4l2_calls.h:
22752           Remove client-side overlay handling, use the X-server v4l plugin
22753           for that. Nicer overlay, less code. Also make the plugin
22754           compileable without X (but then without overlay, obviously).
22755           Makes xwindowlistener obsolete, should we remove that?
22756
22757 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22760         (gst_osssrc_src_query):
22761         * sys/oss/gstosssrc.h:
22762           OK, so people want offset in DEFAULT. This time, actually fix all
22763           cases.
22764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22765           Add FPS properly.
22766
22767 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22768
22769         * gst/asfdemux/gstasfmux.c:
22770         * gst/avi/gstavimux.c:
22771           Framerate.
22772
22773 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22774
22775         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22776           Fix properties (channel, norm, frequency).
22777
22778 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22779
22780         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22781           Flag typo.
22782         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22783           No warnings.
22784
22785 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22786
22787         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22788           Fix hang.
22789
22790 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * sys/v4l2/gstv4l2element.h:
22793           Yet Another Hack (tm) for kernel header borkedness.
22794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22795         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22796         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22797         (gst_v4l2src_change_state):
22798         * sys/v4l2/gstv4l2src.h:
22799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22800         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22801           Fix caps, keep track of state, work.
22802
22803 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22804
22805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22806           Quiet.
22807
22808 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22809
22810         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22811           Don't mix bytes and samples.
22812
22813 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22814
22815         * ext/ogg/gstoggmux.c:
22816           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22817           and theora. Any is incorrect.
22818         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22819           Fix caps.
22820         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22822         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22823         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22824         * sys/v4l/gstv4lmjpegsrc.h:
22825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22826         (gst_v4lsrc_change_state):
22827         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22828         (gst_v4lmjpegsrc_capture_stop):
22829           Fix caps. Keep track of internal state. Work.
22830
22831 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22832
22833         * ext/Makefile.am:
22834           Fix the build fixes.
22835
22836 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22837
22838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22839         (gst_ogg_demux_src_event), (_find_chain_seek),
22840         (gst_ogg_pad_push):
22841           Check for pad availability before using it.
22842         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22843           Fix parsing of chained ogg. Needs more work on the decoder side.
22844
22845 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22846
22847         * gst/spectrum/Makefile.am:
22848         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22849         (idle_func):
22850           Fix demo and reenable it. Yes, I'm currently playing with audio
22851           analysis tools
22852
22853 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22854
22855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22856           We love it if files that start at zero work too...
22857
22858 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22859
22860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22861           Handle files with missing EOS headers.
22862
22863 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22864
22865         * gst/tcp/gsttcpserversink.c:
22866         (gst_tcpserversink_handle_server_read),
22867         (gst_tcpserversink_init_send):
22868         Zero some variables first (need for accept not to return EINVAL)
22869
22870 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22871
22872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22873         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22874         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22875         (theora_dec_chain):
22876         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22877         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22878           Seeking and querying finetune.
22879
22880 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22881
22882         * configure.ac:
22883         * ext/Makefile.am:
22884         * ext/raw1394/Makefile.am:
22885           fix the build
22886
22887 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22888
22889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22890           Wrong return.
22891         * gst/playback/Makefile.am:
22892         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22893         * gst/playback/gstplay-marshal.list:
22894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22895           Fix marshallers.
22896
22897 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22898
22899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22900           Silence.
22901
22902 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22903
22904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22905         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22906         (gst_ogg_pad_push):
22907           Yay for non-lineair granulepos in theora.
22908
22909 2004-10-18  Wim Taymans  <wim@fluendo.com>
22910
22911         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22912         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22913         * ext/dv/gstdvdec.h:
22914         Make sure we renegotiate aspect ratio when the camera switches.
22915
22916 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22917
22918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22919         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22920           Start at zero.
22921         * ext/theora/theoradec.c: (theora_dec_chain):
22922           Skip headers. Bad idea for chained ogg, but fixes seeking.
22923
22924 2004-10-18  Wim Taymans  <wim@fluendo.com>
22925
22926         * configure.ac:
22927         I swear, this is the last time I touch this.
22928
22929 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22930
22931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22932         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22933         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22934           Faster seeking.
22935         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22936           Time-to-default conversion.
22937         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22938           Don't error on unknown packets, just skip. We should probably
22939           read them if we want to support chained ogg.
22940
22941 2004-10-18  Wim Taymans  <wim@fluendo.com>
22942
22943         * configure.ac:
22944         Added cdaudio to wrong list.
22945
22946 2004-10-18  Wim Taymans  <wim@fluendo.com>
22947
22948         * configure.ac:
22949         Revive cdaudio.
22950
22951 2004-10-18  Wim Taymans  <wim@fluendo.com>
22952
22953         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22954         (gst_dvdec_video_link), (gst_dvdec_push):
22955         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22956         (gst_smokeenc_resync), (gst_smokeenc_chain):
22957         Fix mimetype on smoke encoder.
22958         Add aspect ratio to dvdec. Not sure if these
22959         values are correct though....
22960
22961 2004-10-18  Wim Taymans  <wim@fluendo.com>
22962
22963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22964         Fix vorbis property descriptions and ranges.
22965
22966 2004-10-18  Wim Taymans  <wim@fluendo.com>
22967
22968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22969         Really do nothing when no data is available.
22970         Go to the playing state when the stream is not seekable
22971         instead of failing.
22972
22973 2004-10-18  Wim Taymans  <wim@fluendo.com>
22974
22975         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22976         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22977         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22978         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22979         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22980         Added uri handler for cd://
22981         Port to new API.
22982
22983 2004-10-18  Wim Taymans  <wim@fluendo.com>
22984
22985         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22986         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22987         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22988         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22989         (remove_prerolls), (unknown_type), (add_element_stream),
22990         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22991         (gst_play_base_bin_remove_element),
22992         (gst_play_base_bin_link_stream):
22993         * gst/playback/gstplaybin.c: (gen_video_element),
22994         (gen_vis_element), (remove_sinks), (setup_sinks):
22995         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22996         (gst_stream_info_get_type), (gst_stream_info_class_init),
22997         (gst_stream_info_init), (gst_stream_info_new),
22998         (gst_stream_info_dispose), (stream_info_mute_pad),
22999         (gst_stream_info_set_property), (gst_stream_info_get_property):
23000         * gst/playback/gststreaminfo.h:
23001         Add sink padtemplate to decodebin.
23002         Added some more comments.
23003         Make queue size configurable in playbasebin.
23004         Added possibility to use elements as sinks (ex cdaudio).
23005
23006 2004-10-15  Wim Taymans  <wim@fluendo.com>
23007
23008         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23009         (gst_speexenc_chain):
23010         Fix speex timestamps so that it gets muxed properly.
23011
23012 2004-10-15  Wim Taymans  <wim@fluendo.com>
23013
23014         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23015         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23016         (gst_dv1394src_init), (gst_dv1394src_dispose),
23017         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23018         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23019         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23020         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23021         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23022         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23023         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23024         * ext/raw1394/gstdv1394src.h:
23025         Added conversion/query functions.
23026         Update buffer timestamps,
23027         Added signals.
23028         Added uri dv:// so it might play from the firewire in playbin.
23029         Fix a possible leak.
23030         Added debugging.
23031
23032 2004-10-15  Wim Taymans  <wim@fluendo.com>
23033
23034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23035         (gst_dv1394src_init), (gst_dv1394src_set_property),
23036         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23037         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23038         * ext/raw1394/gstdv1394src.h:
23039         Added AV/C VTR control support needed for some cameras.
23040         Added automatic port detection.
23041         Added properties for selecting the channel.
23042         The configure.ac script is not yet updated to reflect the
23043         new libavc1394 and librom1394 dependencies.
23044
23045 2004-10-15  Wim Taymans  <wim@fluendo.com>
23046
23047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23048         (qtdemux_parse), (gst_qtdemux_handle_esds):
23049         An esds box is not a container.
23050         Fix parsing of mp4v boxes.
23051         Do not try to renegotiate fps for each frame. Need to
23052         find a better method. This should fix mp4 playback.
23053
23054 2004-10-14  David Schleef  <ds@schleef.org>
23055
23056         * configure.ac: update for swfdec-0.3 and liboil-0.2
23057         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23058         * ext/swfdec/gstswfdec.h: same
23059         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23060         * gst/videotestsrc/videotestsrc.c: same
23061
23062 2004-10-14  Wim Taymans  <wim@fluendo.com>
23063
23064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23065         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23066         (is_sync_frame), (gst_multifdsink_new_client),
23067         (gst_multifdsink_handle_client_write),
23068         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23069         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23070         Turn warnings into info.
23071         Don't allow a state change in the streaming thread.
23072
23073 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23074
23075         * ext/vorbis/oggvorbisenc.c:
23076         * ext/vorbis/vorbisdec.c:
23077           fix template sample rate
23078
23079 2004-10-13  Wim Taymans  <wim@fluendo.com>
23080
23081         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23082         Decoding the header first fixes some problems in resyncing
23083         in more mp3s.
23084
23085 2004-10-12  Wim Taymans  <wim@fluendo.com>
23086
23087         * gst/playback/gstplaybin.c: (gen_video_element),
23088         (gen_vis_element), (remove_sinks), (setup_sinks):
23089         Added vis plugin support, need to configure the vis
23090         element to activate it.
23091
23092 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23093
23094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23095         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23096           Some debug.
23097         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23098         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23099         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23100         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23101         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23102         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23103         * gst/avi/gstavidemux.h:
23104           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23105           recovery (where, if part of the index is broken, we will still read
23106           the rest of the index and recover the broken part by stream
23107           scanning). More broken media support. EOS workarounds. General AVI
23108           braindamage headache recovery. Aspirin included.
23109
23110 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23111
23112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23113         (cdparanoia_event), (cdparanoia_query):
23114           Get rid of hideous lead-in.
23115
23116 2004-10-11  Wim Taymans  <wim@fluendo.com>
23117
23118         * gst/playback/gstplaybasebin.c: (setup_source):
23119         Wrong var used to get g_list_next.
23120
23121 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23124         (cdparanoia_get), (cdparanoia_open):
23125           Report discid as metadata, add duration.
23126
23127 2004-10-11  Wim Taymans  <wim@fluendo.com>
23128
23129         * gst/playback/gstplaybasebin.c: (setup_source):
23130         Cleanup the previous pipeline a little earlier for the
23131         case that a source element provides raw data.
23132
23133 2004-10-11  Benjamin Otte  <otte@gnome.org>
23134
23135         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23136           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23137           consuming the last 128 bytes, even though it was valid mp3 data.
23138
23139 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23140
23141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23142         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23143         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23144         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23145
23146 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23147
23148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23149         Fix for webcams that support only specific width or height
23150
23151 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23152
23153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23154
23155         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23156           Fix wrong discont event setup (fixes #154967).
23157
23158 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23159
23160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23161
23162         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23163           Error out on invalid data (fixes #154807).
23164
23165 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23166
23167         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23168
23169         * ext/dvdread/dvdreadsrc.c: (_read):
23170           Make titles > 0 work again (fixes #154834).
23171
23172 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23173
23174         * gst-libs/gst/riff/riff-media.c:
23175         (gst_riff_create_video_template_caps):
23176           WMV3 missing in template caps.
23177
23178 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23179
23180         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23181           OK, so the original code was too strict. It makes random AVI files
23182           hang for seconds upon opening, which is unacceptable and is far
23183           beyond the original goal of getting multiple chunks for one-chunk
23184           sounc stream files. So now do just that.
23185
23186 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23187
23188         * gst/playback/gstplaybasebin.c: (setup_source),
23189         (gst_play_base_bin_change_state):
23190           Actually clean up streaminfo if output fails. This would trigger
23191           if, for example, there was no CD in the drive. No preroll, so
23192           a streaminfo structure is created, but the subsequent state change
23193           of the thread fails.
23194         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23195           Don't change state if parent failed.
23196
23197 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23200         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23201         (gen_video_element), (remove_sinks):
23202           Add small bits of code for screenshot handling.
23203
23204 2004-10-08  Wim Taymans  <wim@fluendo.com>
23205
23206         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23207         (gen_video_element), (gen_audio_element), (setup_sinks):
23208         Don't assume the user provided sinks are named "sink"...
23209
23210 2004-10-08  Wim Taymans  <wim@fluendo.com>
23211
23212         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23213         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23214         (gst_play_base_bin_link_stream):
23215         Do not try to autoplug sources that generate raw streams like
23216         cdparanoia.
23217         disconnect the preroll overrun signal when we don't need it anymore.
23218
23219 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23220
23221         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23222         Added reworked patch from #154903 from milosz derezynski (deadchip).
23223
23224 2004-10-08  Wim Taymans  <wim@fluendo.com>
23225
23226         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23227         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23228         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23229         (cdparanoia_convert), (cdparanoia_uri_get_type),
23230         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23231         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23232         * ext/cdparanoia/gstcdparanoia.h:
23233         This adds the cdda://<tracknum> uri.
23234
23235 2004-10-08  Wim Taymans  <wim@fluendo.com>
23236
23237         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23238         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23239         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23241         (unknown_type), (gst_play_base_bin_remove_element),
23242         (gst_play_base_bin_link_stream):
23243         * gst/playback/gstplaybasebin.h:
23244         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23245         (gst_play_bin_set_property), (gen_video_element),
23246         (gen_audio_element), (setup_sinks):
23247         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23248         (gst_stream_info_get_type), (gst_stream_info_class_init),
23249         (gst_stream_info_init), (gst_stream_info_new),
23250         (gst_stream_info_dispose), (stream_info_mute_pad),
23251         (gst_stream_info_set_property), (gst_stream_info_get_property):
23252         * gst/playback/gststreaminfo.h:
23253         Reuse the audio and video bins.
23254         Some internal cleanups in the stream selection code.
23255
23256 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23257
23258         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23259         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23260         * sys/ximage/ximagesink.h:
23261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23262         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23263         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23264         not coming from those elements. Moreover these elements should not keep
23265         the xid they have been given when in NULL state.
23266
23267 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23268
23269         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23270         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23271         * sys/ximage/ximagesink.h:
23272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23273         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23274         * sys/xvimage/xvimagesink.h:
23275           Actually only create a new toplevel window if we're not gonna
23276           embed it right after.
23277
23278 2004-10-07  Wim Taymans  <wim@fluendo.com>
23279
23280         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23281         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23282         * gst/playback/gstplaybin.c: (setup_sinks):
23283         Implement muting/unmuting of streams, mute streams that are not
23284         used.
23285
23286 2004-10-07  Wim Taymans  <wim@fluendo.com>
23287
23288         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23289         (plugin_init):
23290         Added lame audio/x-ac3 typefind function.
23291
23292 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23293
23294         * configure.ac:
23295           bump nano to cvs
23296
23297 === release 0.8.5 ===
23298
23299 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23300
23301         * NEWS:
23302         * RELEASE:
23303         * configure.ac:
23304           releasing 0.8.5, "Take You On"
23305
23306 2004-10-06  Wim Taymans  <wim@fluendo.com>
23307
23308         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23309         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23310         (no_more_pads), (close_link), (type_found):
23311         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23312         * gst/playback/gstplaybin.c: (gen_video_element):
23313         Do not signal the no_more_pads after the first pad when
23314         we are plugging a non dynamic element with multiple
23315         output pads (like swfdec, dvdec, ...).
23316
23317 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23318
23319         * configure.ac:
23320           bump for prerelease
23321
23322 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23323
23324         * gst/wavparse/gstwavparse.c:
23325           add ATRAC3 to STATIC CAPS to fix a warning
23326
23327         * gst/matroska/ebml-read.c:
23328         * gst-libs/gst/riff/riff-read.c:
23329           fix typos
23330
23331 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23332
23333         * gst-libs/gst/riff/riff-media.c:
23334           generate caps for ATRAC3 audio streams
23335
23336         * gst/realmedia/rmdemux.c:
23337           generate caps for ATRAC3 audio streams
23338
23339 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23340
23341         * gst/wavparse/Makefile.am
23342         * gst/wavparse/riff.h
23343         * gst/wavparse/wavparse.vcproj
23344           riff.h removal (unused and duplication with riff-ids.h)
23345
23346 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23347
23348         * gst/wavparse/gstwavparse.h
23349           remove duplicated defines for audio codec codes
23350
23351         * gst-libs/gst/riff/riff-ids.h
23352         * gst/wavenc/riff.h:
23353           add "4CC" code for ATRAC3 audio streams
23354           add "4CC" code for ITU_G721_ADPCM (unused for now)
23355
23356 2004-10-06  Wim Taymans  <wim@fluendo.com>
23357
23358         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23359         Actually _do_ negotiation. Pass gdouble as arg instead
23360         of guint64 for the framerate.
23361
23362 2004-10-06  Wim Taymans  <wim@fluendo.com>
23363
23364         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23365         (find_compatibles), (close_pad_link), (try_to_link_1),
23366         (no_more_pads), (close_link), (type_found):
23367         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23368         * gst/playback/gstplaybin.c: (gen_video_element),
23369         (gen_audio_element):
23370         Set state on newly added element to READY so that negotiation
23371         can happen ASAP.
23372         Addes some more debug info.
23373         Do not try to plug pads with multiple caps structures or ANY
23374         because it is too dangerous since we do not do dynamic
23375         replugging.
23376
23377 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23378
23379         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23380
23381         * po/LINGUAS:
23382         * po/or.po:
23383           add Oriya translation
23384
23385 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23386
23387         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23388           Prevent overwrite of size member. Makes audio sound crappy.
23389
23390 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23391
23392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23393         Add rmvb to the list of known RealMedia extensions
23394
23395 2004-10-05  Wim Taymans  <wim@fluendo.com>
23396
23397         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23398         (mngdec_openstream), (mngdec_closestream),
23399         (mngdec_handle_sink_event), (mngdec_readdata),
23400         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23401         (mngdec_getcanvasline), (mngdec_refresh),
23402         (gst_mngdec_change_state):
23403         Set the framerate correctly.
23404
23405 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23406
23407         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23408           There was something wrong with the index massaging.
23409
23410 2004-10-04  Wim Taymans  <wim@fluendo.com>
23411
23412         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23413         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23414         (gst_smokedec_chain):
23415         * ext/jpeg/gstsmokedec.h:
23416         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23417         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23418         * ext/jpeg/gstsmokeenc.h:
23419         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23420         (smokecodec_decode_new), (smokecodec_info_free),
23421         (smokecodec_set_quality), (smokecodec_get_quality),
23422         (smokecodec_set_threshold), (smokecodec_get_threshold),
23423         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23424         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23425         (smokecodec_encode), (smokecodec_parse_id),
23426         (smokecodec_parse_header), (smokecodec_decode):
23427         * ext/jpeg/smokecodec.h:
23428         * ext/jpeg/smokeformat.h:
23429         Updated smoke, new bitstream, allows embedding in ogg.
23430
23431 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23434           Fix seeking in some files. All this code is no longer needed (and
23435           actually breaks stuff) because we now synchronize the full index
23436           right when reading the header.
23437
23438 2004-10-04  Wim Taymans  <wim@fluendo.com>
23439
23440         * configure.ac:
23441         configure update for libmng.
23442
23443 2004-10-04  Wim Taymans  <wim@fluendo.com>
23444
23445         * ext/libmng/Makefile.am:
23446         * ext/libmng/gstmng.c: (plugin_init):
23447         * ext/libmng/gstmng.h:
23448         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23449         (gst_mngdec_base_init), (gst_mngdec_class_init),
23450         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23451         (gst_mngdec_loop), (gst_mngdec_get_property),
23452         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23453         (mngdec_closestream), (mngdec_handle_sink_event),
23454         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23455         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23456         (gst_mngdec_change_state):
23457         * ext/libmng/gstmngdec.h:
23458         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23459         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23460         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23461         (gst_mngenc_chain), (gst_mngenc_get_property),
23462         (gst_mngenc_set_property):
23463         * ext/libmng/gstmngenc.h:
23464         Added basic MNG decoder. Needs more work. The encoder does
23465         not work yet.
23466
23467 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23468
23469         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23470         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23471         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23472           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23473           no-more-pads.
23474
23475 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * configure.ac:
23478           you need at least 1.0.4 of speex
23479
23480 2004-10-04 Iain <iaingnome@gmail.com>
23481
23482         * ext/speex/gstspeexdec.h: Revert the includes changes.
23483
23484         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23485
23486 2004-09-30 Iain <iaingnome@gmail.com>
23487
23488         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23489         found during init or set as a property instead of hardcoding /dev/audio
23490
23491 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23492
23493         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23494         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23495         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23496         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23497         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23498         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23499         (gst_rmdemux_dump_data):
23500           Use debug category, fix EOS handling. filesrc ! rmdemux now
23501           works.
23502
23503 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23504
23505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23506         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23507         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23508           Improve allocation, cutting and sorting of the index. How takes a
23509           few seconds instead of minutes.
23510
23511 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23512
23513         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23514           fixed compilation
23515
23516 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23517
23518         * gst-libs/gst/riff/riff-media.c:
23519         (gst_riff_create_video_caps_with_data),
23520         (gst_riff_create_video_template_caps):
23521           Add wing commander format mimetype/fourccs.
23522         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23523           Don't crash if some value is 0.
23524
23525 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23526
23527         * gst-libs/gst/riff/riff-media.c:
23528         (gst_riff_create_video_caps_with_data),
23529         (gst_riff_create_video_template_caps):
23530           Add DIB fourcc (raw, palettized 8-bit RGB).
23531         * gst-libs/gst/riff/riff-read.c:
23532         (gst_riff_read_strf_vids_with_data):
23533           Oops, fix strf_data reading bug.
23534         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23535           Use a non-NULL tag.
23536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23537           Time for hacks. Sorry Dave. At least one quicktime movie (a
23538           trailer) that I've encountered contains multiple video tracks.
23539           One of those is the actual video track, the other are one-frame
23540           tracks (images). Unfortunately, the number of frames according
23541           to the trak header is 1 for each, so that doesn't help. So
23542           instead, I look at the duration and discard tracks with a
23543           duration shorter than 20% of the length of the stream. Better
23544           than nothing.
23545
23546 2004-10-01  Christian Schaller <christian@fluendo.com>
23547
23548         * ext/ivorbis/vorbis.c:
23549           Patch from Phil Blundell (Bug 152341)
23550
23551 2004-10-01  Wim Taymans  <wim@fluendo.com>
23552
23553         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23554         (speex_dec_get_formats), (speex_dec_convert),
23555         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23556         (speex_dec_chain), (gst_speexdec_get_property),
23557         (gst_speexdec_set_property):
23558         Small cleanups.
23559
23560 2004-10-01  Wim Taymans  <wim@fluendo.com>
23561
23562         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23563         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23564         (gst_wavparse_other), (gst_wavparse_loop),
23565         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23566         (gst_wavparse_srcpad_event):
23567         * gst/wavparse/gstwavparse.h:
23568         Added some more debugging info.
23569         Fix the case where the length of the file is 0.
23570         Make sure we seek to sample borders.
23571
23572 2004-10-01  Wim Taymans  <wim@fluendo.com>
23573
23574         * gst/playback/README:
23575         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23576         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23577         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23578         Add some debug info to decodebin, update README
23579
23580 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23581
23582         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23583           Don't use g_print(); use GST_DEBUG().
23584
23585 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23586
23587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23588         (gst_ogg_mux_queue_pads):
23589           Handle EOS properly.
23590
23591 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23592
23593         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23594
23595         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23596         (gst_faad_chain), (gst_faad_change_state):
23597         * ext/faad/gstfaad.h:
23598           Allow playback of raw (unframed) MPEG AAC files (#148993).
23599
23600 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23601
23602         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23603
23604         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23605           Throw error if we didn't recognize the stream. Fixes #152289.
23606
23607 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23608
23609         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23610           Fix negotiation.
23611
23612 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23613
23614         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23615
23616         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23617           Fix memleak.
23618
23619 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23620
23621         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23624           Solve #152805.
23625         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23626           Solve 152806.
23627
23628 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23629
23630         * gst-libs/gst/riff/riff-media.c:
23631         (gst_riff_create_video_caps_with_data),
23632         (gst_riff_create_audio_caps_with_data):
23633           Add codec_data handling (like asfdemux used to do).
23634         * gst/asfdemux/gstasf.c: (plugin_init):
23635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23636         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23637           Use riff-media for caps creation instead of our own (mostly
23638           broken) copy of its functions.
23639
23640 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23641
23642         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23643           Don't actually error out if we get another return value than
23644           -EINVAL. Opposite to what I first thought, drivers have random
23645           return values for this, although -EINVAL is the expected return
23646           value. Since this is not fatal, we shouldn't use
23647           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23648
23649 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23652         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23653         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23654         (dvdreadsrc_get), (dvdreadsrc_open_file),
23655         (dvdreadsrc_change_state):
23656           Fix. Don't do one big huge loop around the whole DVD, that will
23657           cache all data and thus eat sizeof(dvd) (several GB) before we
23658           see something.
23659         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23660           Actually NULL'ify event after using it.
23661         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23662         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23663         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23664         (gst_ebml_read_seek), (gst_ebml_read_skip):
23665           Handle events.
23666         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23667         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23668         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23669           Fix timing (this will probably break if I seek using menus, but
23670           I didn't get there yet). VOBs and normal DVDs should now work.
23671           Add a mpeg2-only pad with high rank so this get autoplugged for
23672           MPEG-2 movies.
23673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23674         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23675         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23676         (gst_mpeg_demux_get_audio_stream),
23677         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23678         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23679           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23680           MPEG-1 but use dvddemux for MPEG-2.
23681         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23682         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23683         (gst_mpeg_parse_parse_packhead):
23684           Timing. Only add pad template if it exists. Add sink template from
23685           class and not from ourselves. This means we will always use the
23686           correct sink template even if it is not the one defined in this
23687           file.
23688
23689 2004-09-29  Wim Taymans  <wim@fluendo.com>
23690
23691         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23692         (gst_mpeg_demux_parse_pes):
23693         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23694         Fix playback of mpeg again, timestamps where screwed up by
23695         patch 1.61.
23696
23697 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23698
23699         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23700           Only return true if we actually filled something in. Prevents
23701           player applications from showing a random length for flac files.
23702         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23703         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23704         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23705         (gst_riff_read_strf_vids_with_data),
23706         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23707           OK, ok, so I implemented event handling. Apparently it's normal
23708           that we receive random events at random points without asking
23709           for it.
23710         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23711         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23712         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23713         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23714         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23715         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23716         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23717         * gst/avi/gstavidemux.h:
23718           Implement non-lineair chunk handling and subchunk processing.
23719           The first solves playback of AVI files where the audio and video
23720           data of individual buffers that we read are not synchronized.
23721           This should not happen according to the wonderful AVI specs, but
23722           of course it does happen in reality. It is also a prerequisite for
23723           the second. Subchunk processing allows us to cut chunks in small
23724           pieces and process each of these pieces separately. This is
23725           required because I've seen several AVI files with incredibly large
23726           audio chunks, even some files with only one audio chunk for the
23727           whole file. This allows for proper playback including seeking.
23728           This patch is supposed to fix all AVI A/V sync issues.
23729         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23730         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23731           Work.
23732         * gst/modplug/gstmodplug.cc:
23733           Proper return value setting for the query() function.
23734         * gst/playback/gstplaybasebin.c: (setup_source):
23735           Being in non-playing state (after, e.g., EOS) is not necessarily
23736           a bad thing. Allow for that. This fixes playback of short files.
23737           They don't actually playback fully now, because the clock already
23738           runs. This means that small files (<500kB) with a small length
23739           (<2sec) will still not or barely play. Other files, such as mod
23740           or flx, will work correctly, however.
23741
23742 2004-09-28  Wim Taymans  <wim@fluendo.com>
23743
23744         * ext/speex/gstspeex.c: (plugin_init):
23745         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23746         (gst_speex_dec_class_init), (speex_dec_get_formats),
23747         (speex_get_event_masks), (speex_get_query_types),
23748         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23749         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23750         (gst_speexdec_get_property), (gst_speexdec_set_property),
23751         (speex_dec_change_state):
23752         * ext/speex/gstspeexdec.h:
23753         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23754         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23755         (gst_speexenc_base_init), (gst_speexenc_class_init),
23756         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23757         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23758         (gst_speexenc_src_query), (gst_speexenc_init),
23759         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23760         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23761         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23762         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23763         (gst_speexenc_chain), (gst_speexenc_get_property),
23764         (gst_speexenc_set_property), (gst_speexenc_change_state):
23765         * ext/speex/gstspeexenc.h:
23766         Rewrote speex encoder, make sure it can be embedded in ogg.
23767         Implemented speex decoder.
23768
23769 2004-09-28  Christian Schaller <christian@fluendo.com>
23770
23771         * configure.ac:
23772         Remove kioslave plugin. Markey is brewing a new working one
23773         * ext/Makefile.am: Remove kioslave plugin
23774         * ext/kio: remove
23775         * gst-plugins.spec.in: remove kio plugin from spec
23776
23777 2004-09-27  Wim Taymans  <wim@fluendo.com>
23778
23779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23780         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23781         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23782         (gst_multifdsink_new_client),
23783         (gst_multifdsink_handle_client_write),
23784         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23785         (gst_multifdsink_handle_clients):
23786         * gst/tcp/gstmultifdsink.h:
23787         Make syncing to keyframes actually work for new clients and lagging
23788         clients.
23789
23790 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23791
23792         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23793         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23794         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23795         * gst/debug/gstnavigationtest.h:
23796           make navigationtest display button-press and button-release events
23797
23798 2004-09-26 Iain <iaingnome@gmail.com>
23799
23800         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23801         the channels have received a new media event.
23802         (interleave_buffered_loop): Compresses a new media event on all
23803         channels into one.
23804
23805 2004-09-26 Iain <iaingnome@gmail.com>
23806
23807         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23808         call the sinkpad's default event handler and not the srcpads. He also
23809         says this is confusing :)
23810         (gst_wavenc_stop_file): Company says that seek events only go upstream
23811         we should send a discontinuous downstream instead.
23812
23813 2004-09-25  Christian Schaller <christian@fluendo.com>
23814
23815         * Update SPEC file to be usable in conjunction with Fedora Core,
23816           Fedora.us and freshrpms packages
23817         * Fix typo in multifilesrc test Makefile
23818
23819 2004-09-24  Wim Taymans  <wim@fluendo.com>
23820
23821         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23822         Only signal the no_more_pads signal when we have
23823         added the stream to our list.
23824
23825 2004-09-24  Wim Taymans  <wim@fluendo.com>
23826
23827         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23828         (new_decoded_pad):
23829         * gst/playback/gstplaybasebin.h:
23830         * gst/playback/gstplaybin.c: (setup_sinks):
23831         Don't try to preroll or decode more than one audio/video
23832         track.
23833
23834 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23835
23836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23837           Throw error if we failed to find a suitable output. This should
23838           throw an error if we successfully set up a pipeline (e.g. because
23839           we recognized a media file) but found no decodable streams in it
23840           (e.g. because it contains only media stream types for which we
23841           have no decoders, or because it's not a media type).
23842
23843 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23844
23845         * ext/dirac/Makefile.am:
23846         * ext/dirac/gstdirac.cc:
23847         * ext/dirac/gstdiracdec.cc:
23848         * ext/dirac/gstdiracdec.h:
23849           Do something. Don't actually know if this works because I don't
23850           have a demuxer yet.
23851         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23852           Add channels=1 to caps returned from _getcaps().
23853         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23854         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23855         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23856         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23857         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23858         (gst_ogm_parse_change_state):
23859           Separate between audio/video so ogmaudioparse actually uses the
23860           audio pad templates. Both audio and video work now, including
23861           autoplugging. Also use sometimes-srcpad hack.
23862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23863           Handle events better. Don't hang on infinite loops.
23864         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23865         (gst_avi_demux_init), (gst_avi_demux_reset),
23866         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23867         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23868         (gst_avi_demux_change_state):
23869         * gst/avi/gstavidemux.h:
23870           Improve A/V sync. Still not perfect.
23871         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23872         (gst_ebml_read_skip):
23873           Handle events better.
23874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23875         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23876         (qtdemux_audio_caps):
23877           Add IMA4. Improve event handling. Save offset after a seek when
23878           the headers are at the end of the file so that we don't end up in
23879           an infinite loop.
23880         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23881           Add low-priority typefind support for files with no length.
23882
23883 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23884
23885         * testsuite/multifilesink/Makefile.am:
23886         fix typo
23887
23888 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23889
23890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23892         mistakes from thaytan's patches.
23893
23894 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23895
23896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23897           For completeness, XSync in the destroy function as xvimage does.
23898
23899 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23900
23901         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23902            Correct caps negotiation
23903         * gst/volume/gstvolume.c: (volume_chain_float),
23904         (volume_chain_int16):
23905            Modify debug output to be little more informative
23906         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23908         (gst_xvimagesink_xvimage_destroy):
23909           Add XSync calls after detaching from the shared memory segment to
23910           avoid a crash.
23911
23912 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23913
23914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23915         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23916         * ext/vorbis/vorbis.c: (plugin_init):
23917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23918         (gst_vorbisenc_chain):
23919         * ext/vorbis/vorbisenc.h:
23920         remove explicit newmedia support from oggmux and vorbisenc
23921         add debug category to vorbisenc
23922         * gst/multifilesink/gstmultifilesink.c:
23923         (gst_multifilesink_class_init), (gst_multifilesink_init),
23924         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23925         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23926         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23927         (plugin_init):
23928         * gst/multifilesink/gstmultifilesink.h:
23929         add support for streamheader in multifilesink
23930
23931 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23932
23933         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23934         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23935         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23936           Prevent infinite loops. More correct error reporting.
23937         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23938           Error out if negotiation fails.
23939         * gst/playback/gstplaybasebin.c: (setup_source),
23940         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23941         (gst_play_base_bin_found_tag):
23942           Error/tag forwarding. Pre-roll fixes for source errors on state
23943           changes (e.g. "file does not exist") to prevent hangs.
23944
23945 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23946
23947         * testsuite/multifilesink/Makefile.am:
23948         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23949         (gst_newmedia_class_init), (gst_newmedia_init),
23950         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23951         (newfile_signal), (test_signal), (main):
23952         * testsuite/multifilesink/multifilesrc_test.c: (main):
23953         * testsuite/multifilesink/oggtheora_test.c:
23954         (gst_newmedia_base_init), (gst_newmedia_class_init),
23955         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23956         (test_format), (newfile_signal), (test_signal), (main):
23957         * testsuite/multifilesink/oggvorbis_test.c:
23958         (gst_newmedia_base_init), (gst_newmedia_class_init),
23959         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23960         (test_format), (newfile_signal), (test_signal), (main):
23961         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23962         (gst_newmedia_class_init), (gst_newmedia_init),
23963         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23964         (newfile_signal), (test_signal), (main):
23965         New media tests
23966
23967 2004-09-20  Christian Schaller <christian@fluendo.com>
23968
23969         * Fix mikmod license to LGPL as they have relicensed
23970         * Move Dirac and Effectv into LGPL section of README_license
23971
23972 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23973
23974         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23975         (gst_mad_change_state):
23976           Allow for mp3 rate/channels changes. However, only very
23977           conservatively. Reason that we *have* to enable this is smiply
23978           because the mad find_sync() function is not good enough, it will
23979           regularly sync on random data as valid frames and therefore make
23980           us provide random caps as *final* caps of the stream. The best fix
23981           I could think of is to simply require several of the same stream
23982           changes in a row before we change caps.
23983           The actual testcase that works now is #
23984         * ext/ogg/Makefile.am:
23985         * ext/ogg/gstogg.c: (plugin_init):
23986         * ext/ogg/gstogmparse.c:
23987           OGM support (video only for now; I need an audio sample file).
23988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23989         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23990         (gst_asf_demux_add_video_stream):
23991           WMV extradata.
23992         * gst/playback/gstplaybasebin.c: (unknown_type):
23993           Don't error out on single unknown-types after all. It's wrong.
23994           If we found type of video and audio but not of a subtitle stream,
23995           it will still error out (which is unwanted). Will find a better fix
23996           later on.
23997         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23998         (ogmaudio_type_find), (plugin_init):
23999           OGM support.
24000
24001 2004-09-20  Johan Dahlin  <johan@gnome.org>
24002
24003         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24004         after setting caps.
24005
24006 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24007
24008         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24009         * gst/wavenc/gstwavenc.h:
24010         Added newmedia support to wavenc
24011
24012 2004-09-17  Wim Taymans  <wim@fluendo.com>
24013
24014         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24015         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24016         (gst_fdset_fd_can_write), (gst_fdset_wait):
24017         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24018         (gst_multifdsink_init), (gst_multifdsink_add),
24019         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24020         (gst_multifdsink_remove_client_link),
24021         (gst_multifdsink_client_queue_buffer),
24022         (gst_multifdsink_handle_client_write),
24023         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24024         (gst_multifdsink_close), (gst_multifdsink_change_state):
24025         * gst/tcp/gstmultifdsink.h:
24026         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24027         (gst_tcpserversink_removed):
24028         Small cleanups in fdset.c
24029         Use a hastable to map fd to the client structure for faster
24030         lookup in _remove and get_stats.
24031         Added virtual function to close the fds.
24032         Handle clients even when the select/poll call was unblocked because
24033         of a command.
24034         Implement syncing to keyframe in the recovery procedure.
24035
24036 2004-09-16 Iain <iaingnome@gmail.com>
24037
24038         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24039         try caps.
24040
24041 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24042
24043         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24044           Caps are only set if the type of the stream is unknown, but this
24045           is initialized in ->init_stream(), so set to UNKNOWN after calling
24046           ->init_stream() so that capsnego starts.
24047
24048 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24049
24050         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24051         (gst_avi_demux_stream_data):
24052           Just hardcode for raw audio then. AVI audio sucks.
24053
24054 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24055
24056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24057         * gst/matroska/matroska-mux.c: (audiosink_templ),
24058         (gst_matroska_mux_audio_pad_link):
24059         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24060         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24061
24062 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24065         (gst_avi_demux_stream_data):
24066           Try to fix a/v sync issues.
24067
24068 2004-09-15  David Schleef  <ds@schleef.org>
24069
24070         * configure.ac: remove NASM check, since we don't use it.  Update
24071         dirac check to 0.4
24072         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24074         Initialized variables.
24075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24076         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24077         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24078         SVQ3 format
24079
24080 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24081
24082         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24083         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24084         * gst/avi/gstavidemux.h:
24085           Fix for compressed audio (mp3) timestamp generation. How did this
24086           ever work?
24087
24088 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24089
24090         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24091           Volume is a double not a float.
24092
24093 2004-09-15  Wim Taymans  <wim@fluendo.com>
24094
24095         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24096         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24097         Don't close the fd in multifdsink as we didn't open it in the
24098         first place. Some cleanups.
24099
24100 2004-09-15  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24104         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24105         Fix the case where the muxer would mark pages as delta
24106         frames when they are not (vorbis only ogg).
24107
24108 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24109
24110         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24111         (gst_play_base_bin_change_state):
24112           Handle the case where we failed to setup a clear pipeline. This
24113           will throw an error (or EOS, another nice case) and if you don't
24114           catch that, the app will wait for the signal forever (and thus
24115           hang).
24116
24117 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24118
24119         * ext/gnomevfs/gstgnomevfssink.c:
24120         (gst_gnomevfssink_uri_get_protocols):
24121         * ext/gnomevfs/gstgnomevfssrc.c:
24122         (gst_gnomevfssrc_uri_get_protocols):
24123         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24124         * ext/gnomevfs/gstgnomevfsuri.h:
24125           Use _uri_new() instead of _open(), so it doesn't take as long and
24126           Christophe's computer won't hang.
24127         * gst/playback/gstplaybasebin.c: (unknown_type):
24128           Throw error on unknown media type, so apps actually display it.
24129
24130 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24131
24132         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24133           this script to work on Solaris since bash shell handles echo
24134           differenly than bash.
24135
24136 2004-09-17  Wim Taymans  <wim@fluendo.com>
24137
24138         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24139         (setup_source), (gst_play_base_bin_set_property),
24140         (gst_play_base_bin_add_element):
24141         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24142         Some more work on making sure seeking pauses the pipeline and
24143         that changing the uri actually does something.
24144
24145 2004-09-17  Wim Taymans  <wim@fluendo.com>
24146
24147         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24149         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24150         (gst_tcpserversink_close):
24151         Be a bit more paranoid when freeing memory.
24152
24153 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24154
24155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24156         (qtdemux_parse_trak):
24157           Don't crash by dividing by zero (see sample movie in #126922).
24158
24159 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24160
24161         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24162           Don't touch non-existing data (fixes crash on file in #140147).
24163
24164 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24165
24166         * gst/playback/gstplaybasebin.c:
24167         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24168           Handle double disposals, and proper change of URIs.
24169
24170 2004-09-13  Martin Eikermann <meiker@upb.de>
24171
24172         * gst/mpegstream/gstmpegparse.c:
24173           fix synchronistation for streams recorded from digital PCR
24174           fixes bug #119376
24175
24176 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * ext/gnomevfs/Makefile.am:
24179         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24180         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24181         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24182         (gst_gnomevfssink_uri_get_type),
24183         (gst_gnomevfssink_uri_get_protocols),
24184         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24185         (gst_gnomevfssink_uri_handler_init),
24186         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24187         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24189         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24190         (gst_gnomevfssrc_uri_get_type),
24191         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24192         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24193         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24194         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24195         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24196         * ext/gnomevfs/gstgnomevfsuri.h:
24197           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24198           of fake URIs to see which this version of Gnome-VFS likes, and
24199           uses that for the Gst-URI interface. Makes playbin support http://
24200           streams. Also fix up some stupid behaviour in gnomevfssrc.
24201
24202 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24203
24204         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24205         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24206         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24207         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24208           Update mixer (to sync with other sessions) if we try to obtain
24209           a new value. This makes alsamixer work accross applications.
24210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24211           Only call sync functions if we're running, else alsalib asserts.
24212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24213           Sometimes fails to compile. Possibly a gcc bug.
24214         * gst/playback/gstplaybin.c: (gen_video_element),
24215         (gen_audio_element):
24216           Add a reference to an application-provided object, because we lose
24217           this same reference if we add it to the bin. If we don't do this,
24218           we can only use this object once and thus crash if we go from
24219           ready to playing, back to ready and back to playing again.
24220           Also add an audioscale element because several cheap soundcards -
24221           like mine - don't support all samplerates.
24222         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24223         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24224           Fix wrong order or PAR calls. Makes automatically obtained PAR
24225           from the X server atually being used.
24226
24227 2004-09-12  David Schleef  <ds@schleef.org>
24228
24229         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24230         #151887, #152102, #152247.
24231         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24232         * examples/seeking/cdparanoia.c: same
24233         * examples/seeking/cdplayer.c: same
24234         * examples/seeking/seek.c: same
24235         * examples/seeking/spider_seek.c: same
24236         * examples/seeking/vorbisfile.c: same
24237         * examples/stats/mp2ogg.c: same
24238         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24239         (gst_esdsink_dispose): Dispose of element properly.
24240         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24241         fixes.
24242         * ext/nas/nassink.c: (gst_nassink_class_init),
24243         (gst_nassink_dispose): Dispose of element correctly.
24244         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24245         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24246         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24247         Fix 64-bit warning.
24248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24249         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24250         Fix 64-bit warning.
24251
24252 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24253
24254         * configure.ac : change speex detection as 1.1.6 now uses
24255           .pc/pkg-config and they changed their headers location.
24256
24257 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24258
24259         * gst/matroska/matroska-mux.h:
24260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24261         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24262         (gst_matroska_mux_write_data):
24263           Write multiple blocks/frames per cluster.
24264                 Write meta-seek information (seek heads).
24265
24266 2004-09-09  Scott Wheeler <wheeler@kde.org>
24267
24268         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24269         (gst_play_bin_set_property), (gst_play_bin_get_property),
24270         (gen_audio_element), (gen_audio_element):
24271           Add a volume element / property to the pipeline.
24272
24273 2004-09-07  Wim Taymans  <wim@fluendo.com>
24274
24275         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24276         Copy timestamps from the master pad to the output buffers.
24277
24278 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24279
24280         * ext/raw1394/gstdv1394src.c:
24281           throw errors when applicable
24282
24283 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24284
24285         * gst/matroska/ebml-ids.h:
24286         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24287         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24289           automatically convert unix time <-> ebml time when reading/writing
24290           a date, use gst_ebml_write_uint to write CUETIME,
24291           not gst_ebml_write_date.
24292         * gst/matroska/matroska-ids.h:
24293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24294         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24295         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24296         (gst_matroska_mux_write_data):
24297           Write track and segment UIDs, write muxing date, write
24298           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24299           Create cues for audio only files.
24300
24301 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24302
24303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24304         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24305           Re-commit ALSA switches.
24306         * gst/adder/gstadder.c: (gst_adder_loop):
24307           64-bit fix (#151416).
24308         * gst/debug/progressreport.c: (gst_progressreport_report):
24309           64-bit fix (#151419).
24310         * gst/matroska/matroska-demux.c:
24311         (gst_matroska_demux_parse_contents):
24312           64-bit fix (#151420).
24313         * gst/playback/test3.c: (update_scale):
24314           64-bit fix (#151421).
24315
24316 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24317
24318         * configure.ac:
24319           bump nano to cvs
24320
24321 === release 0.8.4 ===
24322
24323 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24324
24325         * configure.ac: releasing 0.8.4, "Alias"
24326
24327 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24328
24329         * ext/theora/Makefile.am:
24330           fix makefile.  Fixes #151462.
24331
24332 2004-08-30  Wim Taymans  <wim@fluendo.com>
24333
24334         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24336         (gst_multifdsink_remove_client_link),
24337         (gst_multifdsink_client_queue_buffer),
24338         (gst_multifdsink_handle_client_write):
24339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24340         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24341         Fix some memory leaks.
24342
24343 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24344
24345         Patch by: David Schleef
24346
24347         * configure.ac:
24348         * sys/Makefile.am:
24349           rename our detection macro for V4L2.  Fixes #151236.
24350
24351 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24352
24353         Patch by: David Schleef
24354
24355         * configure.ac:
24356           check to define LAMEPRESET.  Fixes #151232.
24357
24358 2004-08-27  David Schleef  <ds@schleef.org>
24359
24360         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24361         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24362         (gst_glimagesink_fixate):  Move local variable declarations to
24363         make gcc-2.95 happy.
24364
24365 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24366
24367         * configure.ac:
24368           bump nano for prerelease
24369
24370 2004-08-27  David Schleef  <ds@schleef.org>
24371
24372         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24373         * sys/sunaudio/gstsunaudiosrc.c:
24374         * sys/sunaudio/gstsunaudiosrc.h:
24375
24376 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24377
24378         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24379         handle EOS correctly
24380         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24381         * gst/matroska/matroska-mux.h:
24382         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24383         VFW compatibility mode
24384
24385 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24386
24387         patch by: Zaheer Abbas Merali
24388
24389         * ext/ogg/gstoggmux.c:
24390         * ext/vorbis/vorbisenc.c:
24391         * ext/vorbis/vorbisenc.h:
24392           handle NEWMEDIA
24393
24394 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24395
24396         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24397         fix byte order reversion on little endian machines.
24398         * gst/matroska/matroska-mux.c: (audiosink_templ),
24399         (gst_matroska_mux_audio_pad_link):
24400         add TTA codec to the list of supported codecs.
24401         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24402         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24403         (gst_matroska_mux_write_data):
24404         * gst/matroska/matroska-mux.h:
24405         write segment duration correctly, write muxing app string, fixes bugs
24406         #140897 and #140898.
24407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24408         wait for all pads to be negotiated before starting to mux.
24409
24410 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24411
24412         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24413         * ext/lame/gstlame.h:
24414         Added new media support to lame
24415
24416 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24417
24418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24419         send vorbis headers at the beginning of a stream, fixes bug #141554.
24420         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24421         bug #148950.
24422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24423         (gst_matroska_demux_plugin_init):
24424         * gst/matroska/matroska-ids.h:
24425         enable demuxing of TTA audio streams, fixes bug #148951.
24426         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24427         enable typefinding for TTA audio files, fixes bug #148711.
24428         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24429         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24430         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24431
24432 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24433
24434         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24435         (gst_riff_read_element_data), (gst_riff_read_seek),
24436         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24437         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24438         <teuf@gnome.org>
24439
24440 2004-08-23 Iain <iaingnome@gmail.com>
24441
24442         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24443         tags. They appear to be handled differently to normal.
24444         (tag_list_to_id3_tag_foreach): Ditto.
24445
24446 2004-08-22  Wim Taymans  <wim@fluendo.com>
24447
24448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24449         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24450         Make sure we never send -1 granulepos.
24451
24452 2004-08-20  Wim Taymans  <wim@fluendo.com>
24453
24454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24455         (gst_ogg_mux_loop):
24456         I will accept bitchslappings with non sharp objects.
24457
24458 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24459
24460         * configure.ac:
24461         Clean up the test for lame presets
24462
24463 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24464
24465         * configure.ac:
24466         * ext/lame/Makefile.am:
24467         * ext/lame/gstlame.c: (gst_lame_class_init),
24468         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24469         Only enable lame presets if version of lame has presets in API
24470
24471 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24472         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24473         * gst/udp/gstudpsrc.h:
24474           Don't call gst_pad_push in a get function. Fixes #150449
24475
24476 2004-08-18  Wim Taymans  <wim@fluendo.com>
24477
24478         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24479         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24480         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24481         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24482         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24483         (gst_fdset_wait):
24484         * gst/tcp/gstfdset.h:
24485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24486         (gst_multifdsink_client_queue_buffer),
24487         (gst_multifdsink_handle_client_write):
24488         * gst/tcp/gstmultifdsink.h:
24489         Some extra checks in gstfdset.
24490         Only use send() when the fd is a socket. Don't try to
24491         read from write only fds.
24492
24493 2004-08-18  Wim Taymans  <wim@fluendo.com>
24494
24495         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24496         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24497         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24498         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24499         (gst_fdset_wait):
24500         Add more locking and bounds checking.
24501
24502 2004-08-18  Wim Taymans  <wim@fluendo.com>
24503
24504         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24505         Realloc test fdset in the lock and right before starting
24506         the poll call. Bump the limit to 4096.
24507
24508 2004-08-17  David Schleef  <ds@schleef.org>
24509
24510         * sys/sunaudio/Makefile.am:
24511         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24512         of rates and channels.  Make debugging less obnoxious.
24513
24514         Patch from Balamurali Viswanathan implementing a mixer for
24515         Sun audio.  (bug #144091):
24516         * sys/sunaudio/gstsunelement.c:
24517         * sys/sunaudio/gstsunelement.h:
24518         * sys/sunaudio/gstsunmixer.c:
24519         * sys/sunaudio/gstsunmixer.h:
24520
24521 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24522
24523         * gst/audioscale/gstaudioscale.c:
24524         * gst/audioscale/gstaudioscale.h:
24525         made audioscale resample from any sample rate to any sample rate
24526
24527 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24528
24529         * ext/libpng/gstpngdec.c:
24530           error out on unsupported types
24531
24532 2004-08-17  Iain <iaingnome@gmail.com>
24533
24534         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24535         mid_side and loose_mid_side properties if its a stereo stream.
24536
24537 2004-08-17  Wim Taymans  <wim@fluendo.com>
24538
24539         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24540         (theora_get_formats), (theora_dec_src_convert),
24541         (theora_dec_sink_convert), (theora_dec_src_query),
24542         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24543         Add a debug line.
24544
24545 2004-08-17  Wim Taymans  <wim@fluendo.com>
24546
24547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24548         (gst_ogg_pad_push):
24549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24550         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24551         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24552         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24553         Mark delta units in the muxer.
24554         Try to decode the packet after an out-of-sync error from
24555         libogg.
24556
24557 2004-08-17  Wim Taymans  <wim@fluendo.com>
24558
24559         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24560         (gst_multifdsink_init), (gst_multifdsink_add),
24561         (gst_multifdsink_client_queue_buffer),
24562         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24563         * gst/tcp/gstmultifdsink.h:
24564         Added option to send a keyframe to clients as the first buffer.
24565         Make timeout property writable.
24566
24567 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24568
24569         patch by: Wim Taymans
24570
24571         * gst/tcp/gstfdset.c:
24572         * gst/tcp/gstmultifdsink.c:
24573           fix index comparison, should include 0
24574
24575 2004-08-16  Wim Taymans  <wim@fluendo.com>
24576
24577         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24578         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24579         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24580         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24581         (gst_fdset_wait):
24582           copy when reallocing for poll so the select arguments don't get
24583           changed during the call
24584
24585 2004-08-16  Wim Taymans  <wim@fluendo.com>
24586
24587         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24588         (gst_theora_enc_class_init), (theora_enc_sink_link),
24589         (theora_buffer_from_packet), (theora_enc_chain):
24590         Fix bug where buffers were not marked as keyframes
24591         correctly.
24592
24593 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24594
24595         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24596         (gst_lame_preset_get_type), (gst_lame_class_init):
24597         describe the enum values for vbr mode and presets more verbosely
24598
24599 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24600
24601         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24602         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24603         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24604         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24605         * ext/lame/gstlame.h:
24606         add preset property to lame so it can use lame presets
24607
24608 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24609
24610         * ext/lame/gstlame.c: (gst_lame_get_property):
24611         whoops forgot break, thanks teuf
24612
24613 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24614
24615         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24616         (gst_lame_class_init), (gst_lame_src_getcaps),
24617         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24618         (gst_lame_get_property), (gst_lame_setup):
24619         * ext/lame/gstlame.h:
24620         fix lame's broken vbr stuff, allow it to resample if need be, and also
24621         make xing header optional
24622
24623 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24624
24625         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24626         added getcaps function so samplerate doesnt get fixated to silly values
24627
24628 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24629
24630         * ext/lame/gstlame.c: (gst_lame_src_link):
24631         revert previous fix
24632
24633 2004-08-12  Johan Dahlin  <johan@gnome.org>
24634
24635         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24636         checks. Doesn't matter what state we are in. Interfaces are a
24637         compile time thing, not runtime. It also broke the python bindings.
24638
24639 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24640
24641         * ext/lame/gstlame.c: (gst_lame_src_link):
24642         made source pad link function check if sinkpad is ok..fixes the problem
24643         where core fixates the output rate of lame stupidly
24644
24645 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24646
24647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24648         * sys/v4l/v4l_calls.c:
24649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24650           fix fixate function to handle nonsimple caps.
24651           remove bogus check in _link
24652           cleanups
24653
24654 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24655
24656         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24657         set default compression ratio parameter to 0.0 so bitrate parameter
24658         works :)
24659
24660 2004-08-11  David Schleef  <ds@schleef.org>
24661
24662         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24663
24664 2004-08-11  David Schleef  <ds@schleef.org>
24665
24666         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24667         before.
24668
24669 2004-08-11  David Schleef  <ds@schleef.org>
24670
24671         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24672
24673 2004-08-11  David Schleef  <ds@schleef.org>
24674
24675         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24676           license field
24677         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24678         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24679           LGPL.
24680         * gst/auparse/gstauparse.c: Fix plugin license field.
24681         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24682         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24683         * gst/rtp/gstrtp.c: Fix plugin license field.
24684
24685 2004-08-11  Wim Taymans  <wim@fluendo.com>
24686
24687         * gst/tcp/Makefile.am:
24688         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24689         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24690         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24691         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24692         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24693         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24694         (gst_fdset_fd_can_write), (gst_fdset_wait):
24695         * gst/tcp/gstfdset.h:
24696         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24697         (gst_multifdsink_class_init), (gst_multifdsink_init),
24698         (gst_multifdsink_add), (gst_multifdsink_remove),
24699         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24700         (gst_multifdsink_remove_client_link),
24701         (gst_multifdsink_handle_client_read),
24702         (gst_multifdsink_client_queue_data),
24703         (gst_multifdsink_client_queue_caps),
24704         (gst_multifdsink_client_queue_buffer),
24705         (gst_multifdsink_handle_client_write),
24706         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24707         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24708         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24709         (gst_multifdsink_close):
24710         * gst/tcp/gstmultifdsink.h:
24711         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24712         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24713         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24714         (gst_tcpserversink_close):
24715         * gst/tcp/gsttcpserversink.h:
24716         Abstracted away the select call, implemented poll (yes we ran into
24717         the 1024 limit in production).
24718
24719 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24720
24721         * gst/tcp/gsttcp.c:
24722         * gst/tcp/gsttcpplugin.c:
24723           improve debuggging, remove assert
24724
24725 2004-08-10  Wim Taymans  <wim@fluendo.com>
24726
24727         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24728         (gst_client_status_get_type), (gst_multifdsink_class_init),
24729         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24730         (gst_multifdsink_handle_client_read),
24731         (gst_multifdsink_handle_client_write),
24732         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24733         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24734         (gst_multifdsink_get_property):
24735         * gst/tcp/gstmultifdsink.h:
24736         * gst/tcp/gsttcp-marshal.list:
24737         Starting to prepare for specifying buffer time in other units
24738         than buffers. Expose remove reason in signal.
24739
24740 2004-08-10  Wim Taymans  <wim@fluendo.com>
24741
24742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24743         (gst_multifdsink_remove), (gst_multifdsink_clear),
24744         (gst_multifdsink_remove_client_link),
24745         (gst_multifdsink_handle_client_read),
24746         (gst_multifdsink_client_queue_data),
24747         (gst_multifdsink_client_queue_buffer),
24748         (gst_multifdsink_handle_client_write),
24749         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24750         (gst_multifdsink_chain), (gst_multifdsink_close):
24751         * gst/tcp/gstmultifdsink.h:
24752         Added more debugging info. Changed the way clients are
24753         removed from the lists. Fixed a bug where a bad file descriptor
24754         could cause many clients to be removed.
24755
24756 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24757
24758         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24759           allow all pixel-aspect-ratios, not just 1:1
24760
24761 2004-08-09  David Schleef  <ds@schleef.org>
24762
24763         * sys/glsink/ARB_multitexture.h:  Remove old files.
24764         * sys/glsink/EXT_paletted_texture.h:
24765         * sys/glsink/NV_register_combiners.h:
24766         * sys/glsink/gstgl_nvimage.c:
24767         * sys/glsink/gstgl_pdrimage.c:
24768         * sys/glsink/gstgl_rgbimage.c:
24769         * sys/glsink/gstglsink.c:
24770         * sys/glsink/gstglsink.h:
24771         * sys/glsink/gstglxwindow.c:
24772         * sys/glsink/regcomb_yuvrgb.c:
24773
24774 2004-08-09  David Schleef  <ds@schleef.org>
24775
24776         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24777         GL sink plugin.  (Bug #147302)
24778
24779         * configure.ac: Test for OpenGL
24780         * sys/Makefile.am: Use test for OpenGL
24781         * sys/glsink/Makefile.am:
24782         * sys/glsink/glimagesink.c: rewrite
24783         * sys/glsink/glimagesink.h: rewrite
24784
24785 2004-08-09  David Schleef  <ds@schleef.org>
24786
24787         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24788         sane framerates.
24789         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24791         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24792
24793 2004-08-09  Wim Taymans  <wim@fluendo.com>
24794
24795         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24796         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24797         (gst_multifdsink_client_remove),
24798         (gst_multifdsink_handle_client_read),
24799         (gst_multifdsink_handle_client_write),
24800         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24801         Do a bit more logging, make the client_read code more robust.
24802
24803 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24804
24805         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24806         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24807         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24808         (gst_jpegdec_init), (gst_jpegdec_chain):
24809         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24810         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24811           cleanups, debugging fixes and memleak plugging
24812
24813 2004-08-09  Wim Taymans  <wim@fluendo.com>
24814
24815         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24816         (theora_get_formats), (theora_dec_src_convert),
24817         (theora_dec_sink_convert), (theora_dec_src_query),
24818         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24819         (theora_dec_change_state):
24820         Don't crash on missing header packets.
24821
24822 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24823
24824         * po/LINGUAS:
24825         * po/sq.po:
24826           Added Albanian translation (Laurent Dhima)
24827         * po/cs.po:
24828           updated
24829
24830 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24831
24832         * ext/lame/gstlame.c:
24833           fix/add debugging
24834
24835 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24836
24837         * sys/ximage/ximagesink.c:
24838         * sys/xvimage/xvimagesink.c:
24839           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24840
24841 2004-08-06  Wim Taymans  <wim@fluendo.com>
24842
24843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24844         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24845         (gst_multifdsink_client_remove),
24846         (gst_multifdsink_handle_client_read),
24847         (gst_multifdsink_handle_client_write),
24848         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24849         Make sure we don't try to read more from a client that what
24850         ioctl says us or we deadlock.
24851
24852 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24853
24854         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24855         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24856         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24857           decouple running_time and n_frames so it can handle changing
24858           framerate while running
24859
24860 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24861
24862         * po/nl.po:
24863         * po/sv.po:
24864           updated translations
24865
24866 2004-08-04  Benjamin Otte  <otte@gnome.org>
24867
24868         * gst/videotestsrc/gstvideotestsrc.c:
24869         (gst_videotestsrc_get_capslist), (generate_capslist),
24870         (plugin_init):
24871           generate the list of supported caps at startup and reuse it instead
24872           of always generating it
24873
24874 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24875
24876         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24877           whoops, last checkin broke normal build
24878
24879 2004-08-03  Benjamin Otte  <otte@gnome.org>
24880
24881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24882         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24883         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24884         (gst_alsa_mixer_get_option):
24885         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24886         (dvdnavsrc_print_event):
24887         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24889         (gst_ogg_mux_pad_unlink):
24890         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24891         (gst_multipart_mux_pad_unlink):
24892         * gst/videofilter/gstvideobalance.c:
24893         (gst_videobalance_colorbalance_set_value):
24894         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24895         (gst_videomixer_pad_unlink):
24896         * po/uk.po:
24897         * sys/oss/gstossmixer.c:
24898         * sys/v4l/gstv4lcolorbalance.c:
24899         * sys/v4l/gstv4ltuner.c:
24900         * sys/v4l/v4lsrc_calls.c:
24901         * sys/v4l2/gstv4l2colorbalance.c:
24902         * sys/v4l2/gstv4l2tuner.c:
24903           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24904
24905 2004-08-03  Benjamin Otte  <otte@gnome.org>
24906
24907         * examples/dynparams/filter.c: (ui_control_create):
24908         * examples/gstplay/player.c: (print_tag):
24909         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24910         * ext/gdk_pixbuf/gstgdkanimation.c:
24911         (gst_gdk_animation_iter_may_advance):
24912         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24913         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24914         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24915         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24917         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24918         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24919         * gst/sine/demo-dparams.c: (main):
24920         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24921         * testsuite/alsa/formats.c: (create_pipeline):
24922         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24923           fixes for G_DISABLE_ASSERT and friends
24924         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24925         (mp3_type_frame_length_from_header), (mp3_type_find),
24926         (plugin_init):
24927           require mp3 typefinding to have at least MIN_HEADERS valid headers
24928           add typefinding for AAC adts files
24929
24930 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24931
24932         * sys/ximage/ximagesink.c:
24933         (gst_ximagesink_calculate_pixel_aspect_ratio):
24934         * sys/xvimage/xvimagesink.c:
24935         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24936         Make sure we calculate pixel-aspect-ratio using floating point maths
24937
24938 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24939
24940         * po/uk.po:
24941           updated translation
24942
24943 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24944
24945         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24947           add debugging for display PAR calculation
24948
24949 2004-08-02  David Schleef  <ds@schleef.org>
24950
24951         * configure.ac: Fix mikmod CFLAGS.
24952
24953 2004-07-27  Benjamin Otte  <otte@gnome.org>
24954
24955         * gst/audioscale/gstaudioscale.c:
24956         - fix templates to only support S16, it's the only format that works
24957         - make caps nego code use try_set_caps_nonfixed and fixation instead
24958         of try_set_caps twice, which is not nice for autopluggers
24959         - change rank to secondary, so autopluggers can pick it up after
24960         audioconvert
24961
24962 2004-08-02  Iain <iain@prettypeople.org>
24963
24964         * gst/interleave/interleave.c (interleave_init),
24965         (interleave_request_new_pad),
24966         (interleave_pad_removed),
24967         (interleave_buffered_loop): Use the real pad count, not the artificial
24968         one.
24969
24970 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24971
24972         * configure.ac: bump nano back to development
24973
24974 === release 0.8.3 ===
24975
24976 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24977
24978         * configure.ac: releasing 0.8.3, "Water"
24979
24980 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24981
24982         * sys/xvimage/xvimagesink.c:
24983         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24984         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24985         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24986         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24987         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24988         * sys/xvimage/xvimagesink.h:
24989           apply similar PAR fixes as to ximagesink
24990
24991 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24992
24993         patch from: Benjamin Otte
24994
24995         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24996           add link function to lame.  Fixes #148986.
24997
24998 2004-08-02  Johan Dahlin  <johan@gnome.org>
24999
25000         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25001         fix debugging log
25002
25003 2004-07-30  David Schleef  <ds@schleef.org>
25004
25005         * gst/videomixer/Makefile.am: Fix things that should have been
25006         fixed in the last checkin.
25007
25008 2004-07-30  David Schleef  <ds@schleef.org>
25009
25010         * gst/multipart/Makefile.am: Fix things that should have been
25011         fixed in the last checkin.
25012
25013 2004-07-30  David Schleef  <ds@schleef.org>
25014
25015         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25016
25017 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25018
25019         * configure.ac:
25020           bump nano for prerelease
25021         * po/af.po:
25022         * po/az.po:
25023         * po/cs.po:
25024         * po/en_GB.po:
25025         * po/hu.po:
25026         * po/nl.po:
25027         * po/sr.po:
25028         * po/sv.po:
25029         * po/uk.po:
25030           updates
25031
25032 2004-07-30  Wim Taymans  <wim@fluendo.com>
25033
25034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25035         (gst_multifdsink_add), (gst_multifdsink_remove),
25036         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25037         (gst_multifdsink_client_remove),
25038         (gst_multifdsink_handle_client_write),
25039         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25040         * gst/tcp/gstmultifdsink.h:
25041         Recover from a select with a bad file descriptor by removing
25042         the client.
25043
25044 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25045
25046         * configure.ac:
25047           fix requirement of core
25048         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25049         (gst_play_pipeline_setup):
25050           don't use colorspace element.  do use hermescolorspace element.
25051           make macro to get a colorspace element.
25052           mark strings for translation.
25053         * po/POTFILES.in:
25054           add play.c
25055         * po/af.po:
25056         * po/az.po:
25057         * po/cs.po:
25058         * po/en_GB.po:
25059         * po/hu.po:
25060         * po/nl.po:
25061         * po/sr.po:
25062         * po/sv.po:
25063         * po/uk.po:
25064           update translations
25065
25066 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25067
25068         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25069         fix default for newmedia flag
25070
25071 2004-07-30  Wim Taymans  <wim@fluendo.com>
25072
25073         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25074         (gst_theora_dec_init), (theora_get_formats),
25075         (theora_dec_src_convert), (theora_dec_sink_convert),
25076         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25077         (theora_dec_chain), (theora_dec_set_property),
25078         (theora_dec_get_property):
25079         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25080         (gst_theora_enc_class_init), (gst_theora_enc_init),
25081         (theora_enc_sink_link), (theora_enc_chain),
25082         (theora_enc_set_property), (theora_enc_get_property):
25083         Added cropping option to theora decoder.
25084         Added border option to theora encoder.
25085
25086 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25087
25088         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25089         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25090         (gst_pngenc_set_property):
25091         * ext/libpng/gstpngenc.h:
25092         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
25093
25094 2004-07-30  Wim Taymans  <wim@fluendo.com>
25095
25096         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25097         (theora_enc_sink_link), (theora_enc_chain),
25098         (theora_enc_set_property), (theora_enc_get_property):
25099         Fix encoding of non-multiple-of-16 video.
25100
25101 2004-07-29  David Schleef  <ds@schleef.org>
25102
25103         * configure.ac: make test for audiofile more strict
25104
25105 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25106
25107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25108           give different names to typefind functions
25109
25110 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25111
25112         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25113         (gst_ximagesink_calculate_pixel_aspect_ratio),
25114         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25115         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25116         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25117         (gst_ximagesink_get_property), (gst_ximagesink_init):
25118         * sys/ximage/ximagesink.h:
25119           allocate PAR's dynamically.
25120           use autodetected PAR if no object-set PAR is given.
25121           add workaround for directfb's X not setting physical size.
25122           fix to xvimagesink will follow tomorrow.
25123
25124 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25125
25126         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25127         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25128         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25129         (gst_shout2send_class_init), (gst_shout2send_init),
25130         (set_shout_metadata), (gst_shout2send_set_metadata),
25131         (gst_shout2send_chain), (gst_shout2send_set_property),
25132         (gst_shout2send_get_property), (gst_shout2send_connect),
25133         (gst_shout2send_change_state):
25134         * ext/shout2/gstshout2.h:
25135         - fix for sending mp3 audio to icecast2 server, if pad link function not
25136         called before PAUSED state
25137         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25138         - added tagging support for mp3 audio broadcasted
25139         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25140         debug info
25141
25142 2004-07-28  Wim Taymans  <wim@fluendo.com>
25143
25144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25145         (gst_ogg_demux_push):
25146         Return query failure when we don't know the length of
25147         an ogg stream insteda of returning TRUE with a bogus value.
25148
25149 2004-07-28  Wim Taymans  <wim@fluendo.com>
25150
25151         * ext/theora/theoradec.c: (theora_get_formats),
25152         (theora_dec_src_convert), (theora_dec_sink_convert),
25153         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25154         (theora_dec_chain):
25155         Don't screw up the 1 Chroma for 1 luma sample situation when we
25156         have an odd offset/width by adding a black border in those cases.
25157
25158 2004-07-28  Wim Taymans  <wim@fluendo.com>
25159
25160         * ext/theora/theoradec.c: (theora_get_formats),
25161         (theora_dec_src_convert), (theora_dec_sink_convert),
25162         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25163         (theora_dec_chain):
25164         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25165         Added first attempt at cropping of the image as required by the
25166         theora spec. We need more properties in the caps (offset_x,
25167         offset_y,stride) to implement this correctly.
25168
25169 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25170
25171         * ext/dvdnav/README:
25172           Update the README to use dvddemux
25173         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25174           Ensure getcaps returns a subset of the template caps
25175         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25176         (gst_mpeg2subt_init):
25177           Ensure getcaps returns a subset of the template caps
25178         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25179         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25180         (gst_dvd_demux_get_subpicture_stream),
25181         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25182         * gst/mpegstream/gstdvddemux.h:
25183           Set the explicit caps on the current_video pad before pushing
25184           anything
25185         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25186         (gst_mpeg_demux_get_audio_stream):
25187           Free caps used to gst_pad_set_explicit_caps, which takes a const
25188           GstCaps *
25189
25190 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25191
25192         * configure.ac: update GStreamer requirement to 0.8.4 because of
25193           GstFraction.
25194
25195 2004-07-28  Wim Taymans  <wim@fluendo.com>
25196
25197         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25198         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25199         Add the pad to the element after setting up the caps. This
25200         makes it a lot easier to autoplug.
25201
25202 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25203
25204         * gst/median/gstmedian.c:
25205         * gst/mpeg2subt/gstmpeg2subt.c:
25206         * gst/mpegaudioparse/gstmpegaudioparse.c:
25207         * gst/mpegstream/gstdvddemux.c:
25208         * gst/mpegstream/gstmpegdemux.c:
25209         * gst/mpegstream/gstmpegpacketize.c:
25210         * gst/rtjpeg/gstrtjpeg.c:
25211         * gst/rtjpeg/gstrtjpegdec.c:
25212         * gst/rtjpeg/gstrtjpegenc.c:
25213         * gst/sine/gstsinesrc.c:
25214         * gst/smooth/gstsmooth.c:
25215         * gst/smpte/gstsmpte.c:
25216         * gst/smpte/gstsmpte.h:
25217         * gst/stereo/gststereo.c:
25218         * gst/videofilter/gstgamma.c:
25219         * gst/videofilter/gstvideobalance.c:
25220         * gst/videofilter/gstvideofilter.c:
25221         * gst/videofilter/gstvideoflip.c:
25222         * gst/videoscale/gstvideoscale.c:
25223         * gst/videoscale/videoscale.c:
25224         * gst/videotestsrc/gstvideotestsrc.c:
25225         * gst/videotestsrc/videotestsrc.c:
25226         * gst/wavenc/gstwavenc.c:
25227         * gst/wavparse/gstwavparse.c:
25228           fix local includes and 64 bits constants
25229
25230 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25231
25232         * win32/gst.sln:
25233         * gst-libs/gst/*/*.vcproj:
25234         * gst/*/*.vcproj:
25235           more working plugins
25236
25237 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25238
25239         * testsuite/alsa/Makefile.am:
25240         * testsuite/alsa/srcstate.c:
25241         add test for alsasrc changing state
25242
25243 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25244
25245         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25246         (gst_silence_get):
25247         * gst/silence/gstsilence.h:
25248         fix silence generation for 16bit raw audio
25249
25250 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25251
25252         * gst/matroska/matroska-demux.c:
25253         (gst_matroska_demux_parse_metadata),
25254         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25255         * gst/mpegaudio/common.c:
25256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25257         (gst_videoscale_getcaps), (gst_videoscale_link),
25258         (gst_videoscale_src_fixate), (gst_videoscale_init),
25259         (gst_videoscale_finalize):
25260         * gst/videoscale/gstvideoscale.h:
25261         * gst/videotestsrc/gstvideotestsrc.c:
25262         (gst_videotestsrc_get_capslist):
25263         * gst/wavenc/gstwavenc.c:
25264         * sys/oss/gstossmixer.c: (fill_labels):
25265         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25266         (gst_ximagesink_handle_xevents),
25267         (gst_ximagesink_calculate_pixel_aspect_ratio),
25268         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25269         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25270         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25271         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25272         (gst_ximagesink_init), (gst_ximagesink_class_init):
25273         * sys/ximage/ximagesink.h:
25274         * sys/xvimage/xvimagesink.c:
25275         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25276         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25277         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25278         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25279         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25280         * sys/xvimage/xvimagesink.h:
25281           first batch of pixel aspect ratio commits.
25282
25283 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25284
25285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25286         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25287         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25288           handle stride, needs work if we want to move stride handling
25289           upstream, but works correctly for our purposes.
25290
25291 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25292
25293         * gst/videoscale/README:
25294           add testing examples
25295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25296         (gst_videoscale_chain):
25297         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25298         (gst_videoscale_get_size):
25299           add get_size function that handles stride like videotestsrc.
25300           fixes conversion for YUV formats for as much as I can test them.
25301
25302 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25303
25304         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25305         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25307         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25308         (gst_xvimagesink_xvimage_put):
25309           further cleanups, logging, error handling and synchronizing
25310
25311 2004-07-27  Wim Taymans  <wim@fluendo.com>
25312
25313         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25314         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25315         (gst_videomixer_pad_set_property),
25316         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25317         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25318         (gst_videomixer_class_init), (gst_videomixer_init),
25319         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25320         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25321         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25322         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25323         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25324         (gst_videomixer_loop), (plugin_init):
25325         Be a nicer negotiation citizen and provide a getcaps function on
25326         the srcpad. This also fixes a crash when resizing.
25327
25328 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25329
25330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25331         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25332
25333 2004-07-27  Wim Taymans  <wim@fluendo.com>
25334
25335         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25336         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25337         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25338         (gst_pngenc_set_property):
25339         * ext/libpng/gstpngenc.h:
25340         Added snapshot property to pngenc.
25341         removed g_print from pngdec
25342
25343 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25344
25345         * gst/ac3parse/ac3parse.vcproj
25346         * gst/adder/adder.vcproj
25347         * gst/alpha/alpha.vcproj
25348         * gst/alpha/alphacolor.vcproj
25349         * gst/asfdemux/asf.vcproj
25350         * gst/audioconvert/audioconvert.vcproj
25351         * gst/audiorate/audiorate.vcproj
25352         * gst/audioscale/audioscale.vcproj
25353         * gst/auparse/auparse.vcproj
25354         * gst/avi/avi.vcproj
25355         * gst/cdxaparse/cdxaparse.vcproj
25356         * gst/chart/chart.vcproj
25357         * gst/colorspace/colorspace.vcproj
25358         * gst/cutter/cutter.vcproj
25359         * gst/debug/debug.vcproj
25360         * gst/debug/efence.vcproj
25361         * gst/debug/navigationtest.vcproj
25362         * gst/deinterlace/deinterlace.vcproj
25363         * gst/effectv/effectv.vcproj
25364         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25365         * gst/filter/filter.vcproj
25366         * gst/flx/flxdec.vcproj
25367         * gst/goom/goom.vcproj
25368         * gst/interleave/interleave.vcproj
25369         * gst/law/alaw.vcproj
25370         * gst/law/mulaw.vcproj
25371         * gst/matroska/matroska.vcproj
25372         * gst/median/median.vcproj
25373         * gst/mixmatrix/mixmatrix.vcproj
25374         * gst/mpeg1sys/mpeg1systemencode.vcproj
25375         * gst/mpeg1videoparse/mp1videoparse.vcproj
25376         * gst/mpeg2sub/mpeg2subt.vcproj
25377         * gst/mpegaudio/mpegaudio.vcproj
25378         * gst/mpegaudioparse/mpegaudioparse.vcproj
25379         * gst/mpegstream/mpegstream.vcproj
25380         * gst/multifilesink/multifilesink.vcproj
25381         * gst/multipart/multipart.vcproj
25382         * gst/oneton/oneton.vcproj
25383         * gst/overlay/overlay.vcproj
25384         * gst/passthrough/passthrough.vcproj
25385         * gst/qtdemux/qtdemux.vcproj
25386         * gst/realmedia/rmdemux.vcproj
25387         * gst/rtjpeg/rtjpeg.vcproj
25388         * gst/rtp/rtp.vcproj
25389         * gst/silence/silence.vcproj
25390         * gst/sine/sinesrc.vcproj
25391         * gst/smooth/smooth.vcproj
25392         * gst/smpte/smpte.vcproj
25393         * gst/spectrum/spectrum.vcproj
25394         * gst/speed/speed.vcproj
25395         * gst/stereo/stereo.vcproj
25396         * gst/switch/switch.vcproj
25397         * gst/tags/tagedit.vcproj
25398         * gst/tcp/tcp.vcproj
25399         * gst/typefind/typefindfunctions.vcproj
25400         * gst/udp/udp.vcproj
25401         * gst/videobox/videobox.vcproj
25402         * gst/videocrop/videocrop.vcproj
25403         * gst/videodrop/videodrop.vcproj
25404         * gst/videofilter/gamma.vcproj
25405         * gst/videofilter/videobalance.vcproj
25406         * gst/videofilter/videofilter.vcproj
25407         * gst/videofilter/videoflip.vcproj
25408         * gst/videoflip/videoflip.vcproj
25409         * gst/videomixer/videomixer.vcproj
25410         * gst/videorate/videorate.vcproj
25411         * gst/videoscale/videoscale.vcproj
25412         * gst/videotestsrc/videotestsrc.vcproj
25413         * gst/virtualdub/virtualdub.vcproj
25414         * gst/volenv/volenv.vcproj
25415         * gst/volume/volume.vcproj
25416         * gst/wavenc/wavenc.vcproj
25417         * gst/wavparse/wavparse.vcproj
25418         * gst/y4m/y4menc.vcproj
25419         * gst-libs/gst/audio/audio.vcproj
25420         * gst-libs/gst/audio/audiofilter.vcproj
25421         * gst-libs/gst/colorbalance/colorbalance.vcproj
25422         * gst-libs/gst/idct/idtc.vcproj
25423         * gst-libs/gst/media-info/media-info.vcproj
25424         * gst-libs/gst/mixer/mixer.vcproj
25425         * gst-libs/gst/navigation/navigation.vcproj
25426         * gst-libs/gst/play/play.vcproj
25427         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25428         * gst-libs/gst/resample/resample.vcproj
25429         * gst-libs/gst/riff/riff.vcproj
25430         * gst-libs/gst/tuner/tuner.vcproj
25431         * gst-libs/gst/video/video.vcproj
25432         * gst-libs/gst/xoverlay/xoverlay.vcproj
25433           avoid problems with math.h, fix release dependancy
25434           rename GStreamer-0.8.lib to libgstreamer.lib
25435
25436 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25437
25438         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25440         the atom is not available we have to unlock the mutex. Fixes #148023
25441
25442 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25443
25444         * gst-libs/gst/media-info/media-info.h:
25445           issue for a vararg macro with MSVC
25446
25447 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25448
25449         * gst/effectv/effectv.vcproj
25450         * gst-libs/gst/idct/idct.vcproj:
25451         * gst-libs/gst/media-info/media-info.vcproj:
25452         * gst-libs/gst/navigation/navigation.vcproj:
25453         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25454         * gst-libs/gst/video/video.vcproj:
25455         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25456           fixes for build problems
25457
25458 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25459
25460         * gst-libs/gst/audio/audio.def:
25461         * gst-libs/gst/audio/riff.def:
25462           add some definitions needed by plugins
25463
25464 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25465
25466         * gst/asfdemux/gstasfmux.c
25467           Fix some 64 bits constants to be glib friendly
25468
25469 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25470
25471         * gst/ac3parse/gstac3parse.c
25472         * gst/audioscale/gstaudioscale.c
25473         * gst/auparse/gstauparse.c
25474         * gst/colorspace/gstcolorspace.c
25475         * gst/colorspace/yuv2rgb.h
25476           local include fixes
25477
25478 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25479
25480         * win32/gst.sln
25481           add more plugins to the build
25482
25483 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25484
25485         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25486         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25487
25488 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25489
25490         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25491         (gst_level_set_property), (gst_level_get_property),
25492         (gst_level_base_init), (gst_level_class_init):
25493           add debugging categories.  cleanups.
25494
25495 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25496
25497         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25498         (gst_videoscale_planar411), (gst_videoscale_planar400),
25499         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25500         (gst_videoscale_scale_nearest_str1),
25501         (gst_videoscale_scale_nearest_str2),
25502         (gst_videoscale_scale_nearest_str4),
25503         (gst_videoscale_scale_nearest_16bit),
25504         (gst_videoscale_scale_nearest_24bit):
25505           fixed stride issues
25506           tested with 320x240 -> 321, 322, 324 x240
25507           tested with YV12, I420, YUY2, UYVY
25508           fixed packed422rev (don't think it could have worked before)
25509           by testing with UYVY
25510
25511 2004-07-26  Benjamin Otte  <otte@gnome.org>
25512
25513         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25514         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25515         (plugin_init):
25516           add debugging category, add error checks like checking return values
25517           of setup calls, make sure it still works after
25518           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25519
25520 2004-07-26  Wim Taymans  <wim@fluendo.com>
25521
25522         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25523         (gst_mpeg_demux_get_audio_stream),
25524         (gst_mpeg_demux_process_private):
25525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25526         Check for error codes from the negotiation functions. Make sure
25527         we really set the pad caps when a new pad is created.
25528
25529 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25530
25531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25532         (gst_ffmpeg_caps_to_pix_fmt):
25533         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25535         (gst_ffmpegcolorspace_pad_link):
25536           don't make function do two things at the same time without reason.
25537
25538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25539
25540         * gst/ac3parse/ac3parse.vcproj
25541         * gst/adder/adder.vcproj
25542         * gst/alpha/alpha.vcproj
25543         * gst/alpha/alphacolor.vcproj
25544         * gst/asfdemux/asf.vcproj
25545         * gst/audioconvert/audioconvert.vcproj
25546         * gst/audiorate/audiorate.vcproj
25547         * gst/audioscale/audioscale.vcproj
25548         * gst/auparse/auparse.vcproj
25549         * gst/avi/avi.vcproj
25550         * gst/cdxaparse/cdxaparse.vcproj
25551         * gst/chart/chart.vcproj
25552         * gst/colorspace/colorspace.vcproj
25553         * gst/cutter/cutter.vcproj
25554         * gst/debug/debug.vcproj
25555         * gst/debug/efence.vcproj
25556         * gst/debug/navigationtest.vcproj
25557         * gst/deinterlace/deinterlace.vcproj
25558         * gst/effectv/effectv.vcproj
25559         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25560         * gst/filter/filter.vcproj
25561         * gst/flx/flxdec.vcproj
25562         * gst/goom/goom.vcproj
25563         * gst/interleave/interleave.vcproj
25564         * gst/law/alaw.vcproj
25565         * gst/law/mulaw.vcproj
25566         * gst/matroska/matroska.vcproj
25567         * gst/median/median.vcproj
25568         * gst/mixmatrix/mixmatrix.vcproj
25569         * gst/mpeg1sys/mpeg1systemencode.vcproj
25570         * gst/mpeg1videoparse/mp1videoparse.vcproj
25571         * gst/mpeg2sub/mpeg2subt.vcproj
25572         * gst/mpegaudio/mpegaudio.vcproj
25573         * gst/mpegaudioparse/mpegaudioparse.vcproj
25574         * gst/mpegstream/mpegstream.vcproj
25575         * gst/multifilesink/multifilesink.vcproj
25576         * gst/multipart/multipart.vcproj
25577         * gst/oneton/oneton.vcproj
25578         * gst/overlay/overlay.vcproj
25579         * gst/passthrough/passthrough.vcproj
25580         * gst/qtdemux/qtdemux.vcproj
25581         * gst/realmedia/rmdemux.vcproj
25582         * gst/rtjpeg/rtjpeg.vcproj
25583         * gst/rtp/rtp.vcproj
25584         * gst/silence/silence.vcproj
25585         * gst/sine/sinesrc.vcproj
25586         * gst/smooth/smooth.vcproj
25587         * gst/smpte/smpte.vcproj
25588         * gst/spectrum/spectrum.vcproj
25589         * gst/speed/speed.vcproj
25590         * gst/stereo/stereo.vcproj
25591         * gst/switch/switch.vcproj
25592         * gst/tags/tagedit.vcproj
25593         * gst/tcp/tcp.vcproj
25594         * gst/typefind/typefindfunctions.vcproj
25595         * gst/udp/udp.vcproj
25596         * gst/videobox/videobox.vcproj
25597         * gst/videocrop/videocrop.vcproj
25598         * gst/videodrop/videodrop.vcproj
25599         * gst/videofilter/gamma.vcproj
25600         * gst/videofilter/videobalance.vcproj
25601         * gst/videofilter/videofilter.vcproj
25602         * gst/videofilter/videoflip.vcproj
25603         * gst/videoflip/videoflip.vcproj
25604         * gst/videomixer/videomixer.vcproj
25605         * gst/videorate/videorate.vcproj
25606         * gst/videoscale/videoscale.vcproj
25607         * gst/videotestsrc/videotestsrc.vcproj
25608         * gst/virtualdub/virtualdub.vcproj
25609         * gst/volenv/volenv.vcproj
25610         * gst/volume/volume.vcproj
25611         * gst/wavenc/wavenc.vcproj
25612         * gst/wavparse/wavparse.vcproj
25613         * gst/y4m/y4menc.vcproj
25614           more plugins supported under windows
25615
25616 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25617
25618         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25619         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25620         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25622         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25623           Add debugging statements.  Use the sizes as returned by the
25624           *CreateImage calls.
25625
25626 2004-07-26  Johan Dahlin  <johan@gnome.org>
25627
25628         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25629         the pad is negotiated.
25630
25631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25632
25633 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25634
25635         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25636         * gst-libs/gst/idct/idct.vcproj:
25637         * gst-libs/gst/media-info/media-info.vcproj:
25638         * gst-libs/gst/mixer/mixer.vcproj:
25639         * gst-libs/gst/navigation/navigation.vcproj:
25640         * gst-libs/gst/play/play.vcproj:
25641         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25642         * gst-libs/gst/resample/resample.vcproj:
25643         * gst-libs/gst/tuner/tuner.vcproj:
25644         * gst-libs/gst/video/video.vcproj:
25645         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25646           more plugins supported under windows
25647
25648 2004-07-25 Iain <iain@prettypeople.org>
25649
25650         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25651         pad now rather than when the pad is created because state changes wipe
25652         explicit caps (fixes #148043).
25653
25654 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25655
25656         reviewed by Benjamin Otte  <otte@gnome.org>
25657
25658         * ext/mad/gstmad.c:
25659           fix mad plugin crashing on Sun (fixes #148289)
25660
25661 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25662
25663         * gst/avi/avi.def:
25664         * gst/avi/avi.vcproj:
25665         * gst/matroska/matroska.def:
25666         * gst/matroska/matroska.vcproj:
25667           remove unused .def files
25668
25669 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25670
25671         * gst-libs/gst/audio/gstaudiofilter.c:
25672           Clean the local include
25673
25674 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25675
25676         * win32/gst.sln:
25677         * gst-libs/gst/audio/audio.def:
25678         * gst-libs/gst/audio/audio.vcproj:
25679         * gst-libs/gst/audio/audiofilter.vcproj:
25680         * gst-libs/gst/audio/riff.def:
25681         * gst-libs/gst/audio/riff.vcproj:
25682         * gst-libs/gst/gst-libs.def:
25683         * gst-libs/gst/gst-libs.vcproj:
25684         * gst/avi/avi.vcproj:
25685         * gst/avi/avi.vcproj:
25686           Copy the files where needed after building, cleaner projects
25687
25688 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25689
25690         * gst/matroska/ebml-write.c:
25691           Fix some 64 bits constants to be glib friendly
25692
25693 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25694
25695         * win32/gst.sln:
25696         * gst-libs/gst/gst-libs.def:
25697         * gst-libs/gst/gst-libs.vcproj:
25698         * gst/matroska/matroska.def:
25699         * gst/matroska/matroska.vcproj:
25700           Add the preliminary canvas to build plugins on Win32
25701
25702 2004-07-23  Benjamin Otte  <otte@gnome.org>
25703
25704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25705           don't enfore negotiation from source side, it breaks
25706           sinesrc ! audioconvert ! osssink
25707
25708 2004-07-22  David Schleef  <ds@schleef.org>
25709
25710         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25711         for ELF files, since they can easily be recognized as audio/mpeg.
25712         (bug #147441)
25713
25714 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25715
25716         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25717         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25718         (gst_videoscale_scale_nearest_24bit),
25719         (gst_videoscale_scale_nearest_16bit):
25720           fix 16bit and 24bit for stride (24bit might need testing)
25721           don't pretend we do more than one algorithm
25722
25723 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25724
25725         * configure.ac:
25726         * gst/Makefile.am:
25727         * gst/multifilesink/Makefile.am:
25728         * gst/multifilesink/gstmultifilesink.c:
25729         (gst_multifilesink_get_formats),
25730         (gst_multifilesink_get_query_types), (_do_init),
25731         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25732         (gst_multifilesink_init), (gst_multifilesink_dispose),
25733         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25734         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25735         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25736         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25737         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25738         (gst_multifilesink_uri_get_type),
25739         (gst_multifilesink_uri_get_protocols),
25740         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25741         (gst_multifilesink_uri_handler_init), (plugin_init):
25742         * gst/multifilesink/gstmultifilesink.h:
25743         * testsuite/Makefile.am:
25744         * testsuite/multifilesink/Makefile.am:
25745         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25746         (gst_newmedia_class_init), (gst_newmedia_init),
25747         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25748         (newfile_signal), (test_signal), (main):
25749         multifilesink plugin for creating new files every time a new media
25750         discontinuity event occurs
25751
25752 2004-07-22  Wim Taymans  <wim@fluendo.com>
25753
25754         * gst/alpha/Makefile.am:
25755         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25756         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25757         (gst_alpha_color_init), (gst_alpha_color_set_property),
25758         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25759         (transform), (gst_alpha_color_chain),
25760         (gst_alpha_color_change_state), (plugin_init):
25761         Stupid plugin to to RGBA to AYUV conversion because none of
25762         the colorspace plugins can handle that yet.
25763
25764 2004-07-22  Wim Taymans  <wim@fluendo.com>
25765
25766         * examples/seeking/seek.c: (update_scale), (main):
25767         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25768         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25769         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25770         (gst_decode_bin_init), (gst_decode_bin_dispose),
25771         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25772         (no_more_pads), (close_link), (type_found),
25773         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25774         (plugin_init):
25775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25776         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25777         (gst_play_base_bin_dispose), (queue_overrun),
25778         (gen_preroll_element), (remove_prerolls), (unknown_type),
25779         (no_more_pads), (new_stream), (setup_source),
25780         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25781         (play_base_eos), (gst_play_base_bin_change_state),
25782         (gst_play_base_bin_add_element),
25783         (gst_play_base_bin_remove_element),
25784         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25785         (gst_play_base_bin_unlink_stream),
25786         (gst_play_base_bin_get_streaminfo):
25787         * gst/playback/gstplaybin.c: (gen_video_element),
25788         (gen_audio_element):
25789         * gst/playback/gststreaminfo.h:
25790         More playback updates, attempt to fix things after the state change
25791         breakage.
25792
25793 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25796         (gst_videoscale_scale_nearest_16bit):
25797           comment algorithm
25798
25799 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25800
25801         * gst/videotestsrc/gstvideotestsrc.c:
25802         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25803         (gst_videotestsrc_init), (gst_videotestsrc_get),
25804         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25805         (gst_videotestsrc_get_property):
25806         * gst/videotestsrc/gstvideotestsrc.h:
25807         * gst/videotestsrc/videotestsrc.c:
25808         * gst/videotestsrc/videotestsrc.h:
25809           cleanup and commenting
25810
25811 2004-07-21  Wim Taymans  <wim@fluendo.com>
25812
25813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25814         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25815         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25816         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25817         (_find_chain_get_unknown_part), (_find_streams_check),
25818         (gst_ogg_demux_push), (gst_ogg_pad_push):
25819         * ext/theora/theoradec.c: (theora_get_formats),
25820         (theora_dec_src_convert), (theora_dec_sink_convert),
25821         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25822         (theora_dec_chain):
25823         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25824         (vorbis_dec_convert), (vorbis_dec_src_query),
25825         (vorbis_dec_src_event), (vorbis_dec_event):
25826         More seeking fixes, oggdemux now supports seeking to time and
25827         uses the downstream element to convert granulepos to time.
25828         Seeking in theora-only ogg files now works.
25829
25830 2004-07-21  Wim Taymans  <wim@fluendo.com>
25831
25832         * ext/theora/theoradec.c: (gst_theora_dec_init),
25833         (theora_get_formats), (theora_get_event_masks),
25834         (theora_get_query_types), (theora_dec_src_convert),
25835         (theora_dec_sink_convert), (theora_dec_src_query),
25836         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25837         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25838         (vorbis_get_event_masks), (vorbis_get_query_types),
25839         (gst_vorbis_dec_init), (vorbis_dec_convert),
25840         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25841         Added query/convert/formats functions to vorbis and theora decoders
25842         so that the outside world can use them too. Fixed seeking on an
25843         ogg/theora/vorbis file by disabling the seeking seeking on the
25844         theora srcpad.
25845
25846 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25847
25848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25850         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25851         images creation for both elements. We don't create the image on caps
25852         nego or renego, we just destroy the internal one if present if it does
25853         not match the needs. The chain function takes care of creating a new
25854         image when needed.
25855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25856         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25857         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25858         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25859         the image format information. The buffer pool checks for the context
25860         image format and discard images with different formats.
25861         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25862
25863 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25864
25865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25866         (gst_ffmpegcolorspace_chain):
25867           no point in doing any chaining if the pad we want to push from
25868           isn't usable.
25869
25870 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25871
25872         * gst-libs/gst/riff/riff-media.c:
25873         (gst_riff_create_audio_caps_with_data):
25874           Fix double end-to-native symbol conversion (#148021).
25875
25876 2004-07-20  David Schleef  <ds@schleef.org>
25877
25878         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25879         Don't use an Atom that doesn't exist.
25880
25881 2004-07-20  Wim Taymans  <wim@fluendo.com>
25882
25883         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25884         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25885         (gst_multifdsink_client_remove),
25886         (gst_multifdsink_handle_client_write),
25887         (gst_multifdsink_queue_buffer):
25888         * gst/tcp/gstmultifdsink.h:
25889         More multifdsink stats. Avoid deadlock by releasing locks
25890         before sending out a signal.
25891
25892 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25893
25894         * po/LINGUAS:
25895         * po/hu.po:
25896           added Hungarian translation (Laszlo Dvornik)
25897
25898 2004-07-20  Wim Taymans  <wim@fluendo.com>
25899
25900         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25901         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25902         (gst_multifdsink_handle_client_write),
25903         (gst_multifdsink_queue_buffer):
25904         * gst/tcp/gsttcp-marshal.list:
25905         Fixed the stupid marshal definition.
25906
25907 2004-07-20  Wim Taymans  <wim@fluendo.com>
25908
25909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25910         (gst_multifdsink_init), (gst_multifdsink_add),
25911         (gst_multifdsink_client_remove),
25912         (gst_multifdsink_handle_client_write),
25913         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25914         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25915         (gst_multifdsink_init_send):
25916         * gst/tcp/gstmultifdsink.h:
25917         Added more stats, added timeout for a client, fixed some typos
25918         and added some comments.
25919
25920 2004-07-20  Wim Taymans  <wim@fluendo.com>
25921
25922         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25923         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25924         (gst_multifdsink_client_remove),
25925         (gst_multifdsink_handle_client_write):
25926         * gst/tcp/gstmultifdsink.h:
25927         * gst/tcp/gsttcp-marshal.list:
25928         Added get_stats method that returns a GValueArray of
25929         stats values.
25930
25931 2004-07-19  Benjamin Otte  <otte@gnome.org>
25932
25933         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25934           make sure longname, description and author are valid UTF-8
25935
25936 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25937
25938         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25939         (gst_ximagesink_set_property):
25940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25941         (gst_xvimagesink_set_property):
25942           make sure SYNCHRONOUS is respected after getting the X context
25943
25944 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25945
25946         * gst/matroska/matroska-demux.c:
25947         (gst_matroska_demux_handle_src_event),
25948         (gst_matroska_demux_parse_blockgroup):
25949         * gst/matroska/matroska-ids.h:
25950           add BlockReference tag and ignore it to clear out log.
25951           ignore NAVIGATION events to clear out log.
25952
25953 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25954
25955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25956         (gst_matroska_demux_add_stream):
25957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25958           add debug categories
25959
25960 2004-07-16  Wim Taymans  <wim@fluendo.com>
25961
25962         * ext/libpng/Makefile.am:
25963         * ext/libpng/gstpng.c: (plugin_init):
25964         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25965         (gst_pngdec_get_type), (gst_pngdec_base_init),
25966         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25967         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25968         * ext/libpng/gstpngdec.h:
25969         Added png decoder.
25970
25971 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25972
25973         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25974         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25975         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25976         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25977         (gst_ximagesink_buffer_alloc):
25978         * sys/ximage/ximagesink.h:
25979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25980         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25981         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25982         (gst_xvimagesink_buffer_alloc):
25983         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25984         again. Using internal data pointer of the x(v)image to store image's
25985         data to be coherent with the buffer alloc mechanism. Investigated the
25986         image destruction code to be sure that everything gets freed correctly.
25987
25988 2004-07-16  Wim Taymans  <wim@fluendo.com>
25989
25990         * gst-libs/gst/riff/riff-read.c:
25991         (gst_riff_read_strf_vids_with_data),
25992         (gst_riff_read_strf_auds_with_data):
25993         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25994         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25995         Make sure we don't create 0 sized subbuffers in riff-read.
25996         Signal the no more pads signal after reading the avi header.
25997
25998 2004-07-16  Wim Taymans  <wim@fluendo.com>
25999
26000         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26001         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26002         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26003         (gst_decode_bin_init), (gst_decode_bin_dispose),
26004         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26005         (no_more_pads), (close_link), (type_found),
26006         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26007         (gst_decode_bin_change_state), (plugin_init):
26008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26009         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26010         (gst_play_base_bin_dispose), (queue_overrun),
26011         (gen_preroll_element), (remove_prerolls), (unknown_type),
26012         (no_more_pads), (new_stream), (setup_source),
26013         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26014         (play_base_eos), (gst_play_base_bin_change_state),
26015         (gst_play_base_bin_add_element),
26016         (gst_play_base_bin_remove_element),
26017         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26018         (gst_play_base_bin_unlink_stream),
26019         (gst_play_base_bin_get_streaminfo):
26020         * gst/playback/gstplaybasebin.h:
26021         Better error recovery. Added configurable preroll queue size. Faster
26022         detection of no-more-pads.
26023
26024 2004-07-16  Wim Taymans  <wim@fluendo.com>
26025
26026         * gst-libs/gst/video/video.h:
26027         Added 32 bits RGBA. Not sure if we should use another mime-type
26028         for alpha rgb. Currently the presence of the alpha_mask property
26029         signals an alpha channel.
26030
26031 2004-07-16  Wim Taymans  <wim@fluendo.com>
26032
26033         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26035         FPS seems to be 0.0 to MAX everywhere else.
26036
26037 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26038
26039         * gst-libs/gst/riff/riff-media.c:
26040         (gst_riff_create_video_caps_with_data):
26041           mp42/mp43 (no caps) exist too.
26042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26043           Set pixel_width/height; we've got them in-caps.
26044         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26045         * gst/wavparse/gstwavparse.c: (plugin_init):
26046           Both are valid primary.
26047         * sys/oss/gstossmixer.c:
26048           Remove i18n hack and enable translations.
26049
26050 2004-07-15  Benjamin Otte  <otte@gnome.org>
26051
26052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26054           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26055
26056 2004-07-15  Benjamin Otte  <otte@gnome.org>
26057
26058         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26059         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26060         (gst_alsa_close_audio):
26061           disable some of the debugging code for now. Writing debugging to a
26062           buffer is broken in current alsalib releases.
26063
26064 2004-07-12  Benjamin Otte  <otte@gnome.org>
26065
26066         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26067           use bufferpools
26068
26069 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26070
26071         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26072         (theora_dec_src_query), (theora_dec_event):
26073         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26074           add debugging categories.  Remove \n's.
26075
26076 2004-07-13  Johan Dahlin  <johan@gnome.org>
26077
26078         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26079         (gst_play_bin_get_property): Impl.
26080
26081 2004-07-13  Wim Taymans  <wim@fluendo.com>
26082
26083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26084         When trying to find the stream length, seek back N pages
26085         instead of just one, where N is the number of streams in
26086         the current chain.
26087
26088 2004-07-13  Wim Taymans  <wim@fluendo.com>
26089
26090         * gst-libs/gst/riff/riff-media.c:
26091         (gst_riff_create_audio_caps_with_data),
26092         (gst_riff_create_audio_caps),
26093         (gst_riff_create_audio_template_caps):
26094         * gst-libs/gst/riff/riff-media.h:
26095         * gst-libs/gst/riff/riff-read.c:
26096         (gst_riff_read_strf_vids_with_data),
26097         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26098         * gst-libs/gst/riff/riff-read.h:
26099         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26100         (gst_avi_demux_add_stream):
26101         Set codec_data on caps for avidemuxer.
26102
26103 2004-07-12  David Schleef  <ds@schleef.org>
26104
26105         * configure.ac: Fix test for Objective C
26106
26107 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26108         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26109         (gst_gdk_pixbuf_chain):
26110           Add svg and pcx to template caps, and ensure that getcaps returns a
26111           subset of the template caps.
26112           Copy each row manually for output, as gdkpixbuf may pad the
26113           rowstride to a 32-bit word boundary.
26114
26115 2004-07-12  Wim Taymans  <wim@fluendo.com>
26116
26117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26118         (gst_riff_create_video_template_caps):
26119         Fix the template caps to include some more media types.
26120
26121 2004-07-12  Wim Taymans  <wim@fluendo.com>
26122
26123         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26124         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26125         (compare_ranks), (print_feature), (gst_decode_bin_init),
26126         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26127         (try_to_link_1), (new_pad), (close_link), (type_found),
26128         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26129         (gst_decode_bin_change_state), (plugin_init):
26130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26131         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26132         (gst_play_base_bin_dispose), (queue_overrun),
26133         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26134         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26135         (gst_play_base_bin_get_property), (play_base_eos),
26136         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26137         (gst_play_base_bin_remove_element),
26138         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26139         (gst_play_base_bin_unlink_stream),
26140         (gst_play_base_bin_get_streaminfo):
26141         * gst/playback/gstplaybasebin.h:
26142         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26143         (gst_play_bin_class_init), (gst_play_bin_init),
26144         (gst_play_bin_dispose), (gst_play_bin_set_property),
26145         (gst_play_bin_get_property), (gen_video_element),
26146         (gen_audio_element), (remove_sinks), (setup_sinks),
26147         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26148         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26149         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26150         (gst_play_bin_query), (plugin_init):
26151         * gst/playback/test4.c: (main):
26152         More fixes on reusing of the element.
26153
26154 2004-07-11  Benjamin Otte  <otte@gnome.org>
26155
26156         * ext/mad/gstmad.c: (normal_seek):
26157           allow seeking for other methods than just SET
26158
26159 2004-07-11  Andy Wingo  <wingo@pobox.com>
26160
26161         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26162         float, "any" caps -> buffer_frames=[0,MAX].
26163
26164         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26165         doesn't intersect our caps with the template any more. Do it
26166         ourselves.
26167         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26168
26169 2004-07-09  Wim Taymans  <wim@fluendo.com>
26170
26171         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26172         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26173         (compare_ranks), (print_feature), (gst_decode_bin_init),
26174         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26175         (try_to_link_1), (new_pad), (close_link), (type_found),
26176         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26177         (gst_decode_bin_change_state), (plugin_init):
26178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26179         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26180         (gst_play_base_bin_dispose), (queue_overrun),
26181         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26182         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26183         (gst_play_base_bin_get_property), (play_base_eos),
26184         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26185         (gst_play_base_bin_remove_element),
26186         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26187         (gst_play_base_bin_unlink_stream),
26188         (gst_play_base_bin_get_streaminfo):
26189         * gst/playback/gstplaybasebin.h:
26190         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26191         (gst_play_bin_class_init), (gst_play_bin_init),
26192         (gst_play_bin_dispose), (gst_play_bin_set_property),
26193         (gst_play_bin_get_property), (gen_video_element),
26194         (gen_audio_element), (remove_sinks), (setup_sinks),
26195         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26196         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26197         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26198         (gst_play_bin_query), (plugin_init):
26199         * gst/playback/test4.c: (main):
26200         Work on object reuse and seeking.
26201
26202 2004-07-09  Wim Taymans  <wim@fluendo.com>
26203
26204         * examples/seeking/seek.c: (iterate):
26205         Don't consume all CPU in the idle loop.
26206
26207 2004-07-09  Wim Taymans  <wim@fluendo.com>
26208
26209         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26210         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26211         Add pad to element *after* setting the pad functions so that
26212         the scheduler can use the correct ones.
26213
26214 2004-07-09  Wim Taymans  <wim@fluendo.com>
26215
26216         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26217         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26218         Sync to keyframe after seek
26219
26220 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26221
26222         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26224         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26226         * ext/libvisual/visual.c: (gst_visual_change_state):
26227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26228         * ext/theora/theoradec.c: (theora_dec_change_state):
26229         * ext/theora/theoraenc.c: (theora_enc_change_state):
26230         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26231         * gst-libs/gst/navigation/navigation.c:
26232         * gst/adder/gstadder.c: (gst_adder_change_state):
26233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26234         (gst_audio_convert_get_buffer):
26235         * gst/multipart/multipartdemux.c:
26236         (gst_multipart_demux_change_state):
26237         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26239         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26240         * gst/videoscale/gstvideoscale.c:
26241         (gst_videoscale_handle_src_event):
26242         * gst/volume/gstvolume.c: (volume_chain_int16):
26243           don't assert in state change, this should be done by the base
26244           GstElement class.
26245           various debugging fixes.
26246
26247 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26248
26249         * configure.ac:
26250         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26251         (gst_play_dispose), (gst_play_set_location),
26252         (gst_play_set_data_src), (gst_play_set_video_sink),
26253         (gst_play_set_audio_sink), (gst_play_set_visualization),
26254         (gst_play_connect_visualization), (gst_play_get_sink_element),
26255         (gst_play_get_all_by_interface):
26256         * gst-libs/gst/play/play.h:
26257           add new method to get elements implementing an interface.
26258           add various error logging
26259
26260 2004-07-08  Wim Taymans  <wim@fluendo.com>
26261
26262         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26263         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26264         (make_playerbin_pipeline), (query_durations_elems),
26265         (query_durations_pads), (query_positions_elems),
26266         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26267         (main):
26268         Added playbin seeking example.
26269
26270 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26271
26272         * gst-libs/gst/play/play.c: (gst_play_set_location),
26273         (gst_play_set_data_src), (gst_play_set_video_sink),
26274         (gst_play_set_audio_sink), (gst_play_set_visualization),
26275         (gst_play_connect_visualization), (gst_play_get_framerate):
26276           use a macro to look up elements from hash table
26277
26278 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26279
26280         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26281         (gst_play_get_length_callback), (gst_play_set_location),
26282         (gst_play_seek_to_time), (gst_play_set_data_src),
26283         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26284         (gst_play_set_visualization), (gst_play_connect_visualization),
26285         (gst_play_get_sink_element):
26286         - add debugging info
26287         - fix looking up sink elements by iterating over complete caps
26288         - put everything except for source and autoplugger in a complete bin
26289
26290 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26291
26292         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26294         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26295         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26296         * ext/alsa/gstalsasink.h:
26297         - add debugging info
26298         - clean up schizophrenia of data/buffer/event
26299         - fix double event unref error
26300
26301 2004-07-08  Wim Taymans  <wim@fluendo.com>
26302
26303         * gst/playback/Makefile.am:
26304         Add headers to noinst
26305
26306 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26307
26308         * tools/gst-launch-ext-m.m:
26309         * tools/gst-launch-ext.1.in:
26310           convert to the third millenium
26311
26312 2004-07-07  David Schleef  <ds@schleef.org>
26313
26314         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26315
26316 2004-07-07  Wim Taymans  <wim@fluendo.com>
26317
26318         * gst/playback/Makefile.am:
26319         * gst/playback/README:
26320         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26321         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26322         (compare_ranks), (print_feature), (gst_decode_bin_init),
26323         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26324         (try_to_link_1), (new_pad), (close_link), (type_found),
26325         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26326         (plugin_init):
26327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26328         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26329         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26330         (gen_preroll_element), (no_more_pads), (new_stream),
26331         (setup_source), (gst_play_base_bin_set_property),
26332         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26333         (gst_play_base_bin_add_element),
26334         (gst_play_base_bin_remove_element),
26335         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26336         (gst_play_base_bin_unlink_stream),
26337         (gst_play_base_bin_get_streaminfo):
26338         * gst/playback/gstplaybasebin.h:
26339         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26340         (gst_play_bin_class_init), (gst_play_bin_init),
26341         (gst_play_bin_dispose), (gst_play_bin_set_property),
26342         (gst_play_bin_get_property), (gen_video_element),
26343         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26344         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26345         (gst_play_bin_get_formats), (gst_play_bin_convert),
26346         (gst_play_bin_get_query_types), (gst_play_bin_query),
26347         (plugin_init):
26348         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26349         (gst_stream_info_get_type), (gst_stream_info_class_init),
26350         (gst_stream_info_init), (gst_stream_info_new),
26351         (gst_stream_info_dispose), (gst_stream_info_set_property),
26352         (gst_stream_info_get_property):
26353         * gst/playback/gststreaminfo.h:
26354         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26355         (main):
26356         * gst/playback/test2.c: (main):
26357         * gst/playback/test3.c: (update_scale), (main):
26358         More playbin fixes. Added README. Do better element filtering.
26359         Added base class to preroll media. Added test apps.
26360
26361 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26362
26363         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26364         * ext/mpeg2dec/gstmpeg2dec.h:
26365           various debugging improvements.  Reset stream to next picture
26366           instead of sequence header, otherwise seeks cannot work.
26367
26368 2004-07-07  Wim Taymans  <wim@fluendo.com>
26369
26370         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26371         (gst_video_box_class_init), (gst_video_box_set_property),
26372         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26373         Use pad_alloc where possible.
26374
26375 2004-07-07  Wim Taymans  <wim@fluendo.com>
26376
26377         * sys/oss/gstosselement.c: (gst_osselement_reset),
26378         (gst_osselement_parse_caps):
26379         * sys/oss/gstosselement.h:
26380         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26381         Fix offset on osssrc.
26382
26383 2004-07-07  Wim Taymans  <wim@fluendo.com>
26384
26385         * ext/theora/theora.c: (plugin_init):
26386         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26387         (theora_dec_src_query), (theora_dec_chain):
26388         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26389         (theora_enc_sink_link), (theora_buffer_from_packet),
26390         (theora_push_packet), (theora_enc_chain):
26391         Fix theora granulepos calculation.
26392         Fix overflow in duration/position calculation.
26393         Bump rank to PRIMARY for theoradec.
26394         Use granulepos of last packet to calculate position.
26395         Set keyframe flag on buffers when needed.
26396
26397 2004-07-06  David Schleef  <ds@schleef.org>
26398
26399         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26400         serious?  (Fixed, obviously.)
26401
26402 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26403
26404         * po/LINGUAS:
26405         * po/cs.po:
26406           added Czech translation (Miloslav Trmac)
26407
26408 2004-07-05  Wim Taymans  <wim@fluendo.com>
26409
26410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26411         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26412         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26413         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26414         (close_link), (type_found), (gst_decode_bin_set_property),
26415         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26416         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26417         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26418         (gst_decode_bin_query), (plugin_init):
26419         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26420         (gst_play_bin_class_init), (gst_play_bin_init),
26421         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26422         (get_video_element), (new_pad), (setup_source),
26423         (gst_play_bin_set_property), (gst_play_bin_get_property),
26424         (gst_play_bin_change_state), (gst_play_bin_add_element),
26425         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26426         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26427         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26428         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26429         * gst/playback/test.c: (main):
26430         More fixes, cleaned up playbin, make it use decodebin. Added
26431         threaded property to playbin.
26432
26433 2004-07-05  Wim Taymans  <wim@fluendo.com>
26434
26435         * configure.ac:
26436         * gst/playback/Makefile.am:
26437         * gst/playback/decodetest.c: (main):
26438         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26439         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26440         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26441         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26442         (close_link), (type_found), (gst_decode_bin_set_property),
26443         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26444         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26445         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26446         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26447         (plugin_init):
26448         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26449         (gst_play_bin_class_init), (gst_play_bin_init),
26450         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26451         (collect_sink_pads), (find_compatibles), (close_pad_link),
26452         (try_to_link_1), (new_pad), (close_link), (type_found),
26453         (setup_source), (gst_play_bin_set_property),
26454         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26455         (compare_ranks), (gst_play_bin_collect_factories),
26456         (gst_play_bin_change_state), (gst_play_bin_add_element),
26457         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26458         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26459         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26460         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26461         * gst/playback/test.c: (main):
26462         Added some playback helper elements and some test apps, very alpha
26463         still.
26464
26465 2004-07-04  Benjamin Otte  <otte@gnome.org>
26466
26467         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26468           only restart audio when we indeed have an xrun to fix repeated
26469           xruns. Fix suggested by Giuliano Pochini.
26470
26471 2004-07-03  David Schleef  <ds@schleef.org>
26472
26473         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26474         call to gst_debug_log() if debugging is disabled (bug #145118)
26475
26476 2004-07-03  Benjamin Otte  <otte@gnome.org>
26477
26478         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26479           use our own functions for restarting the alsa device.
26480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26481           I should apply patches myself - use MIN for the third argument, not
26482           the second, this fixes seeking
26483
26484 2004-07-02  David Schleef  <ds@schleef.org>
26485
26486         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26487         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26488         do with the logic.
26489
26490 2004-07-02  David Schleef  <ds@schleef.org>
26491
26492         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26493         output buffers.  Fix logic mistake.  (bug #144866)
26494
26495 2004-07-02  David Schleef  <ds@schleef.org>
26496
26497         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26498         on X.  (bug #144753)
26499
26500 2004-07-02  David Schleef  <ds@schleef.org>
26501
26502         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26503         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26504         (bug #144624)
26505         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26506         (gst_osselement_rate_probe_check): Add another workaround for
26507         buggy drivers (bug #145336)
26508
26509 2004-07-02  David Schleef  <ds@schleef.org>
26510
26511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26512         Most systems don't have MSG_NOSIGNAL.
26513
26514 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26515
26516         * Makefile.am:
26517         * gst-libs/gst/colorbalance/Makefile.am:
26518         * gst-libs/gst/mixer/Makefile.am:
26519         * gst-libs/gst/play/Makefile.am:
26520         * gst-libs/gst/tuner/Makefile.am:
26521           (hopefully) fix both install and dist and make error message useful.
26522           needs testing across automakes.
26523
26524 2004-07-02  Benjamin Otte  <otte@gnome.org>
26525
26526         * ext/ogg/gstogg.c: (plugin_init):
26527           we require bytestream now
26528         * ext/ogg/gstoggdemux.c:
26529           huge diff to implement chain setup in a fast and generic way. This
26530           improves tag reading and startup of huge files (read: Theora videos)
26531           quite a bit. It probably contains bugs, too, so please test.
26532           Seeking is not improved to the fast method.
26533
26534 2004-06-29  Wim Taymans  <wim@fluendo.com>
26535
26536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26537         * ext/ogg/gstoggmux.c:
26538         Fix memleak in oggdemux when running unconnected pads.
26539         doc update in mux, start working on keyframe mode.
26540
26541 2004-06-29  Benjamin Otte  <otte@gnome.org>
26542
26543         * sys/oss/gstosssink.c:
26544         * sys/oss/gstosssrc.c:
26545           advertise correct template caps - we indeed do non-native endianness
26546           and 8bit audio has no endianness
26547         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26549           avoid (wrong) duplications in getcaps function and return
26550           template caps
26551
26552 2004-06-29  Wim Taymans  <wim@fluendo.com>
26553
26554         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26555         (gst_multifdsink_class_init), (gst_multifdsink_add),
26556         (gst_multifdsink_remove), (gst_multifdsink_clear),
26557         (gst_multifdsink_client_remove),
26558         (gst_multifdsink_handle_client_read),
26559         (gst_multifdsink_client_queue_data),
26560         (gst_multifdsink_client_queue_caps),
26561         (gst_multifdsink_client_queue_buffer),
26562         (gst_multifdsink_handle_client_write),
26563         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26564         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26565         (gst_multifdsink_init_send), (gst_multifdsink_close):
26566         Fix wrong GList iteration that could crash the server when
26567         more then 2 clients disconnect at the same time. Read all the
26568         pending commands in one batch to recover from command storms under
26569         very heavy load.
26570
26571 2004-06-28  Wim Taymans  <wim@fluendo.com>
26572
26573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26574         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26575         (gst_videomixer_pad_set_property),
26576         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26577         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26578         (gst_videomixer_class_init), (gst_videomixer_init),
26579         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26580         (pad_zorder_compare), (gst_videomixer_sort_pads),
26581         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26582         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26583         (gst_videomixer_update_queues), (gst_videomixer_loop),
26584         (plugin_init):
26585         Avoid divide by zero, choose masterpad as the pad with the highest
26586         framerate.
26587
26588 2004-06-27  Julien Moutte  <julien@moutte.net>
26589
26590         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26591         (gst_ximagesink_xwindow_new):
26592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26593         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26594         function directly. We might want to call it from somewhere else one day.
26595
26596 2004-06-27  Julien Moutte  <julien@moutte.net>
26597
26598         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26599         (gst_ximagesink_xwindow_new):
26600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26601         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26602         window decorations.
26603
26604 2004-06-27  Wim Taymans  <wim@fluendo.com>
26605
26606         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26607         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26608         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26609         (gst_dvdec_set_property), (gst_dvdec_get_property):
26610         * ext/dv/gstdvdec.h:
26611         Implement drop_factor property to lower the framerate with
26612         a factor.
26613
26614 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26615
26616         * gst-libs/gst/colorbalance/Makefile.am:
26617         * gst-libs/gst/mixer/Makefile.am:
26618         * gst-libs/gst/play/Makefile.am:
26619         * gst-libs/gst/tuner/Makefile.am:
26620           unbreak Company's fix that didn't install the -enum.h files
26621
26622 2004-06-27  Wim Taymans  <wim@fluendo.com>
26623
26624         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26625         (gst_dvdec_change_state):
26626         * ext/dv/gstdvdec.h:
26627         Fix timestamp, duration and offset of the buffers.
26628
26629 2004-06-27  Wim Taymans  <wim@fluendo.com>
26630
26631         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26632         (gst_multifdsink_class_init), (gst_multifdsink_add),
26633         (gst_multifdsink_remove), (gst_multifdsink_clear),
26634         (gst_multifdsink_client_remove),
26635         (gst_multifdsink_handle_client_read),
26636         (gst_multifdsink_client_queue_data),
26637         (gst_multifdsink_client_queue_caps),
26638         (gst_multifdsink_client_queue_buffer),
26639         (gst_multifdsink_handle_client_write),
26640         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26641         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26642         (gst_multifdsink_init_send), (gst_multifdsink_close):
26643         * gst/tcp/gstmultifdsink.h:
26644         * gst/tcp/gsttcpserversink.c:
26645         (gst_tcpserversink_handle_server_read),
26646         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26647         More multifdsink fixes, more recovery policy fixes.
26648         Removed stupid g_print
26649
26650 2004-06-26  Wim Taymans  <wim@fluendo.com>
26651
26652         * gst/tcp/Makefile.am:
26653         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26654         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26655         (gst_multifdsink_class_init), (gst_multifdsink_init),
26656         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26657         (gst_multifdsink_handle_client_read),
26658         (gst_multifdsink_client_queue_data),
26659         (gst_multifdsink_client_queue_caps),
26660         (gst_multifdsink_client_queue_buffer),
26661         (gst_multifdsink_handle_client_write),
26662         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26663         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26664         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26665         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26666         (gst_multifdsink_close), (gst_multifdsink_change_state):
26667         * gst/tcp/gstmultifdsink.h:
26668         * gst/tcp/gsttcpplugin.c: (plugin_init):
26669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26670         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26671         (gst_tcpserversink_handle_server_read),
26672         (gst_tcpserversink_handle_select),
26673         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26674         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26675         * gst/tcp/gsttcpserversink.h:
26676         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26677         one of the locks, added recovery policy to multifdsink.
26678
26679 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26680
26681         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26682           fix decision for when getting frames with same timestamp
26683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26684         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26685         (gst_v4lsrc_get_property):
26686         * sys/v4l/gstv4lsrc.h:
26687           add latency offset property
26688
26689 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26690
26691         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26692         (plugin_init):
26693           fix debugging. add category.
26694
26695 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26696
26697         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26698           fix wrong offsets
26699
26700 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26701
26702         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26703         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26704         (gst_alsa_src_change_state):
26705           return a time that is in sync with the element's processing
26706
26707 2004-06-25  Wim Taymans  <wim@fluendo.com>
26708
26709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26710         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26711         (gst_tcpserversink_client_remove),
26712         (gst_tcpserversink_handle_client_read),
26713         (gst_tcpserversink_client_queue_data),
26714         (gst_tcpserversink_client_queue_caps),
26715         (gst_tcpserversink_client_queue_buffer),
26716         (gst_tcpserversink_handle_client_write),
26717         (gst_tcpserversink_queue_buffer),
26718         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26719         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26720         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26721         (gst_tcpserversink_close):
26722         * gst/tcp/gsttcpserversink.h:
26723         Serversink rewrite. Really do non blocking writes to clients and
26724         maintain an internal queue to handle slower clients while not
26725         disturbing fast clients.
26726
26727 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26730           better debug, don't override OFFSET and OFFSET_END
26731
26732 2004-06-25  Iain <iain@prettypeople.org>
26733
26734         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26735         name=source for the wavparse pipeline.
26736
26737 2004-06-24  Johan Dahlin  <johan@gnome.org>
26738
26739         * ext/theora/theoraenc.c (theora_enc_chain): Call
26740         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26741         streamheader caps are set correctly.
26742
26743 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26744
26745         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26746         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26747           respect minimum bitrate; same could be done for max bitrate
26748
26749 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26750
26751         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26752         (gst_vorbisenc_setup):
26753           fix sample rate range
26754
26755 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26756
26757         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26758         (gst_oggvorbisenc_setup):
26759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26760         (gst_vorbisenc_setup):
26761           resolve ambiguities in code and description
26762
26763 2004-06-24  Wim Taymans  <wim@fluendo.com>
26764
26765         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26766         * ext/alsa/gstalsa.h:
26767         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26768         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26769         Use alsa trigger_tstamp to get the timestamp of the first
26770         sample in the buffer for more precise sync. Some cleanups.
26771
26772 2004-06-24  Wim Taymans  <wim@fluendo.com>
26773
26774         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26775         (gst_audiorate_init), (gst_audiorate_chain),
26776         (gst_audiorate_set_property), (gst_audiorate_get_property):
26777         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26778         (gst_videorate_chain):
26779         Added some logging, fixed an overflow bug in videorate.
26780
26781 2004-06-24  Benjamin Otte  <otte@gnome.org>
26782
26783         * ext/kio/Makefile.am:
26784           fix for builddir != srcdir and distcheck
26785
26786 2004-06-24  Benjamin Otte  <otte@gnome.org>
26787
26788         * gst-libs/gst/colorbalance/Makefile.am:
26789         * gst-libs/gst/mixer/Makefile.am:
26790         * gst-libs/gst/play/Makefile.am:
26791         * gst-libs/gst/tuner/Makefile.am:
26792         * gst/tcp/Makefile.am:
26793         * sys/dxr3/Makefile.am:
26794           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26795           tarball.
26796           Also add all *.list files that were missing.
26797         * Makefile.am:
26798           add a distcheck hook to ensure the above doesn't happen again.
26799
26800 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26801
26802         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26803
26804 2004-06-23  Colin Walters  <walters@redhat.com>
26805
26806         * m4/Makefile.am: Distribute gst-fionread.m4.
26807
26808 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26809
26810         * configure.ac: back to dev
26811
26812 2004-06-23  Wim Taymans  <wim@fluendo.com>
26813
26814         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26815         (gst_alsa_xrun_recovery):
26816         * ext/alsa/gstalsa.h:
26817         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26818         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26819         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26820         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26821         (gst_alsa_src_loop):
26822         Add clock to alsasrc. Take new capture timestamp when
26823         restarting after an overrun. Split up some functions between
26824         alsasrc and alsasink.
26825
26826 === release 0.8.2 ===
26827
26828 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26829
26830         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26831         (gst_alsa_change_state), (gst_alsa_update_avail),
26832         (gst_alsa_xrun_recovery):
26833         * ext/alsa/gstalsa.h:
26834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26835           merge back changes from release
26836
26837 2004-06-23  Wim Taymans  <wim@fluendo.com>
26838
26839         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26840         (gst_audiorate_init), (gst_audiorate_chain),
26841         (gst_audiorate_set_property), (gst_audiorate_get_property):
26842         Implement sample dropping and notify
26843
26844 2004-06-22  Wim Taymans  <wim@fluendo.com>
26845
26846         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26847         (theora_enc_sink_link), (theora_buffer_from_packet),
26848         (theora_push_packet), (theora_enc_chain):
26849         Some cleanups, make sure the timestamps are correct.
26850
26851 2004-06-22  Wim Taymans  <wim@fluendo.com>
26852
26853         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26854         (gst_alsa_change_state), (gst_alsa_update_avail),
26855         (gst_alsa_xrun_recovery):
26856         * ext/alsa/gstalsa.h:
26857         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26858         Cleanups, take queued samples into account when reporting
26859         the time.
26860
26861 2004-06-22  Wim Taymans  <wim@fluendo.com>
26862
26863         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26864         (gst_videorate_init):
26865         Initialize the property as well.
26866
26867 2004-06-22  Wim Taymans  <wim@fluendo.com>
26868
26869         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26870         (gst_videorate_init), (gst_videorate_chain),
26871         (gst_videorate_set_property), (gst_videorate_get_property):
26872         Add property to make videorate silent.
26873         Add property to prefer new frames over old ones.
26874
26875 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26876
26877         * sys/osxvideo/Makefile.am:
26878         Workaround so that the osxvideo .so file gets linked with the
26879         Cocoa, OpenGL and QuickTime frameworks
26880
26881 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26882
26883         * sys/osxaudio/Makefile.am:
26884         Workaround so that the osxaudio .so file gets linked with the
26885         CoreAudio framework
26886
26887 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26888
26889         * configure.ac:
26890         Whoops, my fault...fixed build issues
26891
26892 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26893
26894         * configure.ac:
26895         Add objective-c support if running in Darwin/Mac OS X
26896         * sys/Makefile.am:
26897         * sys/osxvideo:
26898         * sys/osxvideo/Makefile.am:
26899         * sys/osxvideo/osxvideosink.h:
26900         * sys/osxvideo/osxvideosink.m:
26901         * sys/osxvideo/cocoawindow.h:
26902         * sys/osxvideo/cocoawindow.m:
26903         Add osxvideosink, a cocoa-based osx video sink
26904
26905
26906 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26907         * ext/dvdnav/gst-dvd:
26908         Grab the gconf key from the right spot
26909         * gst/debug/gstnavseek.c: (gst_navseek_init),
26910         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26911         (gst_navseek_chain):
26912         * gst/debug/gstnavseek.h:
26913           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26914           and loop parameters of a segment seek.
26915         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26916         (gst_videotestsrc_get_event_masks),
26917         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26918         * gst/videotestsrc/gstvideotestsrc.h:
26919           Add seeking support to videotestsrc
26920           Initialise the timestamp_offset variable.
26921
26922 2004-06-18  Wim Taymans  <wim@fluendo.com>
26923
26924         * ext/sidplay/gstsiddec.cc:
26925         Fix negotiation and set correct end offset.
26926
26927 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26928
26929         * configure.ac: branch and prerelease
26930
26931 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26932
26933         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26934         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26935         (gst_tcpclientsrc_init_receive):
26936         * gst/tcp/gsttcpclientsrc.h:
26937           read caps when connecting to server for GDP so we set them correctly
26938
26939 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26940
26941         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26942           notify drops and duplicates
26943         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26944           no good reason to limit ourselves to 100x100
26945
26946 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26947
26948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26949         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26950         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26951         (gst_v4lsrc_get_property):
26952         * sys/v4l/gstv4lsrc.h:
26953         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26954         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26955         (gst_v4l_set_audio):
26956         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26957         (gst_v4lsrc_try_capture):
26958         * sys/v4l/v4lsrc_calls.h:
26959           change try_palette to more general try_capture
26960           add autoprobe option so we can turn off autoprobing
26961           various fixes
26962
26963 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26964
26965         * configure.ac:
26966           add videorate
26967         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26968         (gst_ximagesink_class_init):
26969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26970         (gst_xvimagesink_class_init):
26971           run them as finalize, not dispose, since dispose can be invoked
26972           multiple times
26973
26974 2004-06-17  Wim Taymans  <wim@fluendo.com>
26975
26976         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26977         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26978         * ext/alsa/gstalsa.h:
26979         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26980         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26981         (gst_alsa_src_change_state):
26982         * ext/alsa/gstalsasrc.h:
26983         Make the xrun code timestamp and offset the buffers correctly.
26984         moved the clock to the base class, use alsa methods to get time.
26985         Do correct timestamping on outgoing buffers.
26986
26987 2004-06-17  Wim Taymans  <wim@fluendo.com>
26988
26989         * gst/audiorate/Makefile.am:
26990         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26991         (gst_audiorate_base_init), (gst_audiorate_class_init),
26992         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26993         (gst_audiorate_set_property), (gst_audiorate_get_property),
26994         (gst_audiorate_change_state), (plugin_init):
26995         Added an audiorate converter that fills in gaps.
26996
26997 2004-06-17  Johan Dahlin  <johan@gnome.org>
26998
26999         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27000
27001 2004-06-16  Wim Taymans  <wim@fluendo.com>
27002
27003         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27005         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27006         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27007         (gst_v4lsrc_get_property):
27008         * sys/v4l/gstv4lsrc.h:
27009         Added a copy mode to v4lsrc where it will output a copied version
27010         of its internal hardware buffer.
27011         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27012         can't | them.
27013
27014 2004-06-16  Wim Taymans  <wim@fluendo.com>
27015
27016         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27017         Timestamp fixes.
27018
27019 2004-06-16  Wim Taymans  <wim@fluendo.com>
27020
27021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27022         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27023         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27024         (gst_v4lsrc_get_property):
27025         * sys/v4l/gstv4lsrc.h:
27026         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27027         Added a sync mode enum property to control v4lsrc timestamp method
27028         Removed the use-fixed-fps property and moved functionality in
27029         the enum.
27030         Don't error on an error value from v4l-conf, it might not always
27031         be a real error.
27032
27033 2004-06-16  Wim Taymans  <wim@fluendo.com>
27034
27035         * gst/videorate/Makefile.am:
27036         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27037         (gst_videorate_base_init), (gst_videorate_class_init),
27038         (gst_videorate_getcaps), (gst_videorate_link),
27039         (gst_videorate_init), (gst_videorate_chain),
27040         (gst_videorate_set_property), (gst_videorate_get_property),
27041         (gst_videorate_change_state), (plugin_init):
27042         Added a video timestamp corrector.
27043
27044 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27045
27046         fixed a potential leak with previous commit
27047
27048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27049
27050 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27051
27052         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27053         Added missing refcount, fixes bug #144425
27054         Cheers Tim for finding the bug
27055
27056 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27057
27058         * sys/v4l/gstv4l.c: (plugin_init):
27059         * sys/v4l/gstv4lcolorbalance.c:
27060         * sys/v4l/gstv4lcolorbalance.h:
27061         * sys/v4l/gstv4lelement.c:
27062         * sys/v4l/gstv4lelement.h:
27063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27064         * sys/v4l/gstv4lmjpegsink.h:
27065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27066         * sys/v4l/gstv4lmjpegsrc.h:
27067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27068         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27069         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27070         * sys/v4l/gstv4lsrc.h:
27071         * sys/v4l/gstv4ltuner.c:
27072         * sys/v4l/gstv4ltuner.h:
27073         * sys/v4l/gstv4lxoverlay.c:
27074         * sys/v4l/gstv4lxoverlay.h:
27075         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27076         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27077         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27078         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27079         (gst_v4l_set_audio):
27080         * sys/v4l/v4l_calls.h:
27081         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27082         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27083         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27084         (gst_v4lmjpegsink_playback_init),
27085         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27086         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27087         (gst_v4lmjpegsink_playback_stop),
27088         (gst_v4lmjpegsink_playback_deinit):
27089         * sys/v4l/v4lmjpegsink_calls.h:
27090         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27091         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27092         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27093         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27094         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27095         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27096         * sys/v4l/v4lmjpegsrc_calls.h:
27097         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27098         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27099         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27100         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27101         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27102         (gst_v4lsrc_try_palette):
27103         * sys/v4l/v4lsrc_calls.h:
27104           bunch of paranoia cleanups
27105
27106 2004-06-14  David Schleef  <ds@schleef.org>
27107
27108         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27109         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27110         Send discont events and change timestamps appropriately when
27111         we get a seek event.  (bug #144240)
27112         * ext/cdparanoia/gstcdparanoia.h:
27113
27114 2004-06-14  Benjamin Otte  <otte@gnome.org>
27115
27116         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27117           snd_pcm_hw_params_set_rate  since the latter fails for no good
27118           reason on some setups.
27119
27120 2004-06-14  David Schleef  <ds@schleef.org>
27121
27122         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27123         standard.  Thank you for playing.
27124
27125 2004-06-14  Wim Taymans  <wim@fluendo.com>
27126
27127         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27128         Patch 1.3 broke the ordering of the colorspace info and
27129         made the plugin basically work by coincidence, reordered
27130         the info.
27131
27132 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * ext/lame/gstlame.c:
27135         * ext/mad/gstmad.c:
27136           sync caps.  Make sure mad can only output a list of rates, not
27137           a full range.  In the future, have three caps lists for each of the
27138           mpeg versions.  Change mpegversion to a double as well.
27139
27140 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27141
27142         * gst/volume/.cvsignore:
27143         * gst/volume/Makefile.am:
27144         * gst/volume/demo.c: (value_changed_callback), (idler),
27145         (setup_gui), (main):
27146           added small demo app
27147
27148 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27149         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27150         * ext/esd/esdsink.h:
27151         Close the esd connection on pause, because esd will just wait -
27152         blocking all other esd clients indefinitely.
27153
27154 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27155
27156         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27157           previous commit with GST_DEBUG
27158
27159 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27160
27161         * configure.ac:
27162           add a header check for a dvdread header in dvdnav.  Fixes #133002
27163
27164 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27165
27166         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27167         * gst/tcp/gsttcpclientsink.h:
27168         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27169         * gst/tcp/gsttcpclientsrc.h:
27170         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27171         (gst_tcpserversink_handle_server_read),
27172         (gst_tcpserversink_init_send):
27173         * gst/tcp/gsttcpserversink.h:
27174         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27175         * gst/tcp/gsttcpserversrc.h:
27176         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27177         version of IP)
27178
27179 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27180
27181         * configure.ac:
27182         Added ogg library so that OSX detects libtheora properly
27183
27184 2004-06-11  Wim Taymans  <wim@fluendo.com>
27185
27186         * ext/theora/theoradec.c: (theora_dec_chain),
27187         (theora_dec_change_state):
27188         Don't try to decode frames before we received a keyframe.
27189
27190 2004-06-11  Wim Taymans  <wim@fluendo.com>
27191
27192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27193         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27194         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27195         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27196         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27197         Added property to set the maximum delay of a page.
27198
27199 2004-06-10  Wim Taymans  <wim@fluendo.com>
27200
27201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27202         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27203         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27204         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27205         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27206         Added max-delay property to control the maximum amount
27207         of data to put in one page.
27208
27209 2004-06-10  Wim Taymans  <wim@fluendo.com>
27210
27211         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27212         (gst_theora_enc_init), (theora_enc_sink_link),
27213         (theora_buffer_from_packet), (theora_enc_set_property),
27214         (theora_enc_get_property):
27215         Set duration on encoded buffer, added some more properties
27216
27217 2004-06-10  Wim Taymans  <wim@fluendo.com>
27218
27219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27220         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27221         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27222         * ext/theora/theoraenc.c: (theora_enc_chain):
27223         Fix refcounting bugs
27224
27225 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27228         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27229         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27230         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27231         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27232         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27233         (gst_asf_demux_change_state):
27234         * gst/asfdemux/gstasfdemux.h:
27235           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27236           feels like. I think we should set a new requirement for demuxers
27237           from now on to implement sane loop functions, data loops, query
27238           and seek functions before first commit into CVS. And this commit
27239           fixes all of the above.
27240
27241 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27242
27243         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27244           vorbis comments are properly encoded in UTF-8 before adding them
27245           to a GstTagList
27246
27247 2004-06-09  Benjamin Otte  <otte@gnome.org>
27248
27249         * ext/alsa/gstalsa.c: (add_channels):
27250           handle min <= max correctly
27251         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27252         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27253           add fixation functions so we fixate correctly. No preferring of alaw
27254           anymore because it's the first structure.
27255         * ext/alsa/gstalsa.h:
27256         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27257         (gst_alsa_hw_params_dump):
27258           add functions to ease debugging in alsalib
27259         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27260         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27261         (gst_alsa_start_audio):
27262           only specify hw params if we really setup a format (fixes #134007 -
27263           or at least works around it)
27264
27265 2004-06-09  Wim Taymans  <wim@fluendo.com>
27266
27267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27268         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27269         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27270         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27271         (gst_ogg_mux_loop):
27272         Use stream caps to setup the initial pages in the ogg stream.
27273         Correctly set the streamheader caps on the srcpad.
27274
27275 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27276
27277         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27278         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27279         (gst_v4lsrc_getcaps):
27280         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27281         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27282           add querying of fps lists for webcams.  Negotiating to a framerate
27283           now works.
27284
27285 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27286
27287         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27288         (theora_push_buffer), (theora_push_packet),
27289         (theora_set_header_on_caps), (theora_enc_chain):
27290           mark buffers and put on streamheader, raw theora streaming
27291           now works too, whee
27292
27293 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27294
27295         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27296         (gst_tcp_gdp_read_caps):
27297           do a looping read for caps and GDP headers too
27298
27299 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27300
27301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27302         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27303           return EOS instead of NULL in _get
27304
27305 2004-06-08  Wim Taymans  <wim@fluendo.com>
27306
27307         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27308         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27309         (gst_tcp_gdp_write_caps):
27310         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27312         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27313         Memory leak fixes
27314
27315 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27316
27317         * ext/vorbis/Makefile.am:
27318         * ext/vorbis/vorbis.c: (plugin_init):
27319         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27320         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27321         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27322         (vorbis_parse_change_state):
27323         * ext/vorbis/vorbisparse.h:
27324           adding a vorbisparse element that marks the buffers, streaming
27325           raw vorbis using GDP now works, whee
27326
27327 2004-06-08  Wim Taymans  <wim@fluendo.com>
27328
27329         * ext/jpeg/Makefile.am:
27330         * ext/jpeg/README:
27331         * ext/jpeg/gstjpeg.c: (plugin_init):
27332         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27333         (gst_smokedec_base_init), (gst_smokedec_class_init),
27334         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27335         * ext/jpeg/gstsmokedec.h:
27336         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27337         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27338         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27339         (gst_smokeenc_resync), (gst_smokeenc_chain),
27340         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27341         * ext/jpeg/gstsmokeenc.h:
27342         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27343         (smokecodec_flush_destination), (smokecodec_term_destination),
27344         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27345         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27346         (smokecodec_term_source), (smokecodec_encode_new),
27347         (smokecodec_decode_new), (smokecodec_info_free),
27348         (smokecodec_set_quality), (smokecodec_get_quality),
27349         (smokecodec_set_threshold), (smokecodec_get_threshold),
27350         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27351         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27352         (smokecodec_parse_header), (smokecodec_decode):
27353         * ext/jpeg/smokecodec.h:
27354         Added a new simple jpeg based codec
27355
27356 2004-06-08  Wim Taymans  <wim@fluendo.com>
27357
27358         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27359         (gst_multipart_mux_loop):
27360         Fix memory leak
27361
27362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27363
27364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27365         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27366         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27367         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27368         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27369         * gst/tcp/gsttcpserversink.h:
27370           take streamheader into account
27371
27372 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27373
27374         * gst/level/Makefile.am:
27375         * gst/level/gstlevel.c: (gst_level_class_init):
27376           clean up marshal generation
27377
27378 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27379
27380         * gst/tcp/Makefile.am:
27381         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27382         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27383         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27384         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27385         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27386         (gst_tcpclientsrc_get_property):
27387         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27388         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27389         (gst_tcpserversink_handle_client_read),
27390         (gst_tcpserversink_handle_client_write),
27391         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27392         * gst/tcp/gsttcpserversink.h:
27393           add signals client-added and client-removed
27394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27395         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27396         (gst_tcpserversrc_get_property):
27397         uniformized, change default protocol to NONE
27398         * gst/tcp/gsttcp-marshal.list: added
27399 2004-06-07  Benjamin Otte  <otte@gnome.org>
27400
27401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27402           handle discont events if they happen before caps nego
27403
27404 2004-06-07  Wim Taymans  <wim@fluendo.com>
27405
27406         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27407         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27408         (gst_multipart_demux_plugin_init):
27409         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27410         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27411         (gst_multipart_mux_change_state):
27412         Small updates, fix a memleak
27413
27414 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27415
27416         * configure.ac: OSS portability
27417         * ext/arts/gst_arts.c: idem
27418         * sys/oss/gstosselement.c: idem
27419         * sys/oss/gstossmixer.c: idem
27420         * sys/oss/gstosssink.c: idem
27421         * sys/oss/gstosssrc.c: idem
27422         * sys/oss/oss_probe.c: idem
27423           - check for soundcard.h in different places for some BSD
27424
27425 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27426
27427         * AUTHORS:
27428         Add me to the authors file
27429         * configure.ac:
27430         Increase the libdv requirement to >= version 0.100
27431         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27432         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27433         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27434         * ext/dv/gstdvdec.h:
27435         Add support for the new_media flag when sending DISCONT events
27436         Make the querying work when video pad is not linked
27437
27438 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27439
27440         reviewed by Benjamin Otte  <otte@gnome.org>
27441
27442         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27443           create a NULL-initialized array of pads, so we don't think they
27444           exist already. (fixes #143130)
27445
27446 2004-06-07  Benjamin Otte  <otte@gnome.org>
27447
27448         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27449         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27450         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27451           don't use // coments
27452
27453 2004-06-07  Benjamin Otte  <otte@gnome.org>
27454
27455         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27456           cast to GstClockTime to get higher granularity
27457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27458           use gst_element_set_time_delay to get the exact time
27459         * ext/mad/gstmad.c: (gst_mad_chain):
27460           use the negotiated rate instead of the current frame's rate which
27461           might be wrong because of bit errors. This avoids emitting totally
27462           bogus timestamps and screwing sync.
27463         (fixes #143454)
27464
27465 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27466
27467         reviewed by Benjamin Otte  <otte@gnome.org>
27468
27469         * gst/adder/gstadder.c: (gst_adder_loop):
27470           properly error out when no negotiation has happened yet. (fixes
27471           #143032)
27472
27473 2004-06-06  Benjamin Otte  <otte@gnome.org>
27474
27475         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27476           forward correctly transformed offset in discont events. Based on
27477           patch by Arwed v. Merkatz. (fixes #142851)
27478
27479 2004-06-06  David Schleef  <ds@schleef.org>
27480
27481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27482         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27483         problems on several systems.
27484
27485 2004-06-06  Benjamin Otte  <otte@gnome.org>
27486
27487         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27488           use explicit caps on the srcpad
27489         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27490           properly error out if caps couldn't be set (fixes #142764)
27491
27492 2004-06-06  Benjamin Otte  <otte@gnome.org>
27493
27494         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27495         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27496         (gst_alsa_start_audio):
27497           - don't call set_periods_integer anymore, it breaks the
27498           configuration randomly
27499           - call snd_pcm_hw_params_set_access directly instead of using masks
27500           - don't fail if the sw_params can't be set, just use the default
27501           params and hope it works. Alsalib has weird issues when you touch
27502           sw_params and does no proper error reporting about what failed.
27503         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27504         (gst_alsa_close_audio):
27505           make our alsa debugging go via gst debugging and not conditionally
27506           defined
27507         * ext/alsa/gstalsa.h:
27508           add ALSA_DEBUG_FLUSH macro
27509         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27510         (plugin_init):
27511           wrap alsa errors to be printed via the gst debugging system and not
27512           spammed to stderr
27513
27514 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27517         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27518         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27519         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27520         (qtdemux_parse_trak):
27521         * gst/qtdemux/qtdemux.h:
27522           Bitch. Also known as seeking, querying & co.
27523         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27524         (gst_osssink_change_state):
27525         * sys/oss/gstosssink.h:
27526           Resyncing is for weenies, this hack is no longer needed and was
27527           broken anyway (since it - unintendedly - always leaves resync to
27528           TRUE).
27529
27530 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27531
27532         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27533         * gst/tcp/gsttcpclientsrc.h: idem
27534           - define MSG_NOSIGNAL if not done
27535           - include unistd.h for off_t
27536           (fixes #143749)
27537
27538 2004-06-05  Benjamin Otte  <otte@gnome.org>
27539
27540         * configure.ac:
27541         * ext/kio/Makefile.am:
27542           check for qt's moc preprocessor explicitly and use it
27543
27544 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27545
27546         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27547           don't get a signal for EPIPE on socket writes
27548           (somebody check if this works on other platforms)
27549
27550 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27551
27552         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27554           check error condition on available samples correctly
27555
27556 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27559           avoid a segfault
27560         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27561         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27562         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27563         (gst_tcpserversrc_gdp_read_header):
27564          use ssize_t over size_t since the former is signed and thus the
27565          check for error codes can work
27566
27567 2004-06-02  Wim Taymans  <wim@fluendo.com>
27568
27569         reviewed by: Johan
27570
27571         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27572         (gst_multipart_mux_loop):
27573         Oops
27574
27575 2004-06-02  Wim Taymans  <wim@fluendo.com>
27576
27577         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27578         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27579         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27580         (gst_multipart_mux_change_state):
27581         Added configurable boundary specifier, added the value as a
27582         caps field as well.
27583
27584 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27585
27586         * gst/tcp/gsttcp.c:
27587         * gst/tcp/gsttcpclientsrc.c:
27588         * gst/tcp/gsttcpclientsrc.h:
27589         * gst/tcp/gsttcpserversrc.c:
27590           - portability fix, to compile on OSX
27591             (fixes #143146)
27592
27593         * sys/osxaudio/gstosxaudioelement.c:
27594         * sys/osxaudio/gstosxaudiosink.c:
27595         * sys/osxaudio/gstosxaudiosrc.c:
27596           - compilation warnings on OSX
27597             (fixes #143153)
27598
27599 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27600
27601         * ext/vorbis/vorbisdec.c : sign warning fixes
27602
27603         * gst-libs/gst/mixer/mixertrack.c :
27604           do no use defines which are glib 2.4 specific
27605
27606 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27607
27608         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27609           buffer since libflac doesn't expect it (reports a sync error when
27610           it encounters that)
27611
27612
27613 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27614
27615         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27616         * gst-libs/gst/mixer/mixertrack.c:
27617         (gst_mixer_track_get_property), (get_mixer_track_init),
27618         (get_mixer_track_get_property): Added property accessors
27619         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27620         * gst-libs/gst/mixer/mixeroptions.c:
27621         (gst_mixer_options_get_values): Added
27622         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27623         * gst-libs/gst/mixer/mixer.c: Fixed comment
27624
27625
27626 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27627
27628         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27629           improve error messages on open
27630
27631
27632 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27633
27634         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27635           check if v4l-conf is in path
27636
27637 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27638
27639         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27640           change assert to a more readable error message
27641
27642 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27643
27644         * gst-libs/gst/tuner/tunerchannel.h:
27645           - add a freq_multiplicator field to make the conversion
27646             between internal frequency unit and Hz
27647         * sys/v4l/gstv4lelement.c:
27648         * sys/v4l2/gstv4l2element.c:
27649           - change default video device to /dev/video0
27650         * sys/v4l/v4l_calls.c:
27651         * sys/v4l2/v4l2_calls.c:
27652           - we only expose frequency to the user in Hz instead of
27653             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27654
27655 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27656         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27657           Initialise b_o_s and e_o_s variables
27658         * gst-libs/gst/riff/riff-media.c:
27659         (gst_riff_create_video_caps_with_data):
27660           Add some unusual fourcc's from mplayer avi's
27661         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27662           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27663           autoplugging.
27664
27665 2004-05-28  Wim Taymans  <wim@fluendo.com>
27666
27667         * configure.ac:
27668         * gst/alpha/Makefile.am:
27669         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27670         (gst_alpha_get_type), (gst_alpha_base_init),
27671         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27672         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27673         (gst_alpha_chroma_key), (gst_alpha_chain),
27674         (gst_alpha_change_state), (plugin_init):
27675         A plugin to add an alpha channel to I420 video. Can optionally do
27676         chroma keying.
27677         * gst/multipart/Makefile.am:
27678         * gst/multipart/multipart.c: (plugin_init):
27679         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27680         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27681         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27682         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27683         (gst_multipart_demux_change_state),
27684         (gst_multipart_demux_plugin_init):
27685         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27686         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27687         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27688         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27689         (gst_multipart_mux_pad_unlink),
27690         (gst_multipart_mux_request_new_pad),
27691         (gst_multipart_mux_handle_src_event),
27692         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27693         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27694         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27695         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27696         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27697         send multipart jpeg images to a browser.
27698         * gst/videobox/Makefile.am:
27699         * gst/videobox/README:
27700         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27701         (gst_video_box_get_type), (gst_video_box_base_init),
27702         (gst_video_box_class_init), (gst_video_box_init),
27703         (gst_video_box_set_property), (gst_video_box_get_property),
27704         (gst_video_box_sink_link), (gst_video_box_i420),
27705         (gst_video_box_ayuv), (gst_video_box_chain),
27706         (gst_video_box_change_state), (plugin_init):
27707         Crops or adds borders around an image. can do alpha channel
27708         borders as well.
27709         * gst/videomixer/Makefile.am:
27710         * gst/videomixer/README:
27711         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27712         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27713         (gst_videomixer_pad_get_sink_event_masks),
27714         (gst_videomixer_pad_get_property),
27715         (gst_videomixer_pad_set_property),
27716         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27717         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27718         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27719         (gst_videomixer_base_init), (gst_videomixer_class_init),
27720         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27721         (gst_videomixer_handle_src_event),
27722         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27723         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27724         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27725         (gst_videomixer_loop), (gst_videomixer_get_property),
27726         (gst_videomixer_set_property), (gst_videomixer_change_state),
27727         (plugin_init):
27728         Generic video mixer plugin, can handle multiple inputs all with
27729         different framerates and video sizes. Is fully alpha channel
27730         aware.
27731
27732 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27733
27734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27735           Select first track as master track. Not sure how else to handle
27736           that...
27737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27738           Discard discont events. Should fix #142962.
27739
27740 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27741
27742         * ext/alsa/Makefile.am:
27743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27744         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27745         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27746         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27747         (gst_alsa_mixer_get_option):
27748         * ext/alsa/gstalsamixer.h:
27749         * ext/alsa/gstalsamixeroptions.c:
27750         (gst_alsa_mixer_options_get_type),
27751         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27752         (gst_alsa_mixer_options_new):
27753         * ext/alsa/gstalsamixeroptions.h:
27754         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27755         * ext/alsa/gstalsamixertrack.h:
27756           Add enumerations (as GstMixerOptions). Make correct distinction
27757           between input/output tracks. Add capture/playback private flag.
27758           Use flag to decide on whether to set capture or playback volumes
27759           or switches. Use playback and record switches.
27760         * gst-libs/gst/mixer/Makefile.am:
27761         * gst-libs/gst/mixer/mixer-marshal.list:
27762         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27763         (gst_mixer_set_option), (gst_mixer_get_option),
27764         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27765         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27766         * gst-libs/gst/mixer/mixer.h:
27767         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27768         (gst_mixer_options_class_init), (gst_mixer_options_init),
27769         (gst_mixer_options_dispose):
27770         * gst-libs/gst/mixer/mixeroptions.h:
27771           Add GstMixerOptions.
27772         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27773           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27774           broken device detection on computers with multiple OSS sound
27775           cards.
27776
27777 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27778
27779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27780           fixate nicely even when the peer is not negotiating
27781
27782 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27783
27784         * gst/audioconvert/gstaudioconvert.c:
27785         (gst_audio_convert_parse_caps):
27786           make sure we don't allow depth > width
27787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27788           fixate endianness to G_BYTE_ORDER as default
27789         * gst/audioscale/gstaudioscale.c:
27790           we don't handle another endianness as host-endianness
27791
27792 2004-05-25  David Schleef  <ds@schleef.org>
27793
27794         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27795
27796 2004-05-24  Benjamin Otte  <otte@gnome.org>
27797
27798         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27799         (gst_oggvorbisenc_setup):
27800           properly fail when we can't setup the vorbis encoder due to
27801           unsupported settings
27802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27803         (gst_vorbisenc_setup):
27804           same
27805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27806           fix case where warnings occured when one pad was unlinked while the
27807           other's link function was called
27808
27809 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27810
27811         * gst/tcp/Makefile.am:
27812           use GST_ENABLE_NEW
27813
27814 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27815
27816         * gst-libs/gst/resample/private.h:
27817           don't use optimizations that are #if 0'ed
27818
27819 2004-05-24  Wim Taymans  <wim@fluendo.com>
27820
27821         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27822         Fix potential division by zero error and hopefully get
27823         the position query right to get correct timestamps on avi
27824         audio.
27825
27826 2004-05-24  Wim Taymans  <wim@fluendo.com>
27827
27828         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27829         (gst_videoscale_scale_nearest_str2),
27830         (gst_videoscale_scale_nearest_str4),
27831         (gst_videoscale_scale_nearest_32bit),
27832         (gst_videoscale_scale_nearest_24bit),
27833         (gst_videoscale_scale_nearest_16bit):
27834         Fix the scaling algorithm and avoid a buffer overflow.
27835         removed the while loop in the scaling function as it
27836         was used for point sampling only.
27837
27838 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27839
27840         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27841         (gst_id3_tag_class_init), (gst_id3_tag_init),
27842         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27843         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27844         (gst_id3_tag_send_tag_event):
27845           lots of fixes to make id3mux work and id3demux work correctly
27846
27847 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27848
27849         * ext/Makefile.am:
27850           add rules to build shout2send (was removed by accident
27851           when this module was no more marked experimental/broken)
27852
27853 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27854
27855         * ext/shout2/gstshout2.c:
27856         * ext/shout2/gstshout2.h:
27857           adding a "connection problem" signal to shout2send
27858           (fixes #142954)
27859
27860 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27861
27862         * ext/kio/kioreceiver.cpp:
27863         * ext/kio/kioreceiver.h:
27864           fix sign comparison issues
27865
27866 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27867
27868         * gst/cdxaparse/gstcdxaparse.c:
27869         * gst/cdxaparse/gstcdxaparse.h:
27870           some renaming
27871           add some checks/sanity
27872           prepare for seek addition
27873
27874         * sys/sunaudio/gstsunaudio.c:
27875           remove exported dupe init function
27876
27877 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27878
27879         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27880         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27881           Fix format conversion and position querying.
27882         * gst/debug/progressreport.c: (gst_progressreport_report):
27883           Don't output a bogus total value that we didn't query.
27884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27885           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27886           only a blank window after xine has been used.
27887
27888 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27889
27890         * m4/as-arts.m4:
27891           sync with upstream version to fix test on FC2
27892           readd with -ko to preserve Id header
27893
27894 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27895
27896         * configure.ac:
27897           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27898         * gst/tcp/gsttcpclientsrc.c: idem
27899         * gst/tcp/gsttcpserversink.c: idem
27900         * gst/tcp/gsttcpserversrc.c: idem
27901         * m4/gst-fionread.m4: idem
27902
27903         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27904
27905         * configure.ac: enable speex plugin for speex 1.1.5+
27906         * ext/speex/gstspeexenc.c: fix cast warning
27907
27908         * ext/esd/README: fix typo
27909
27910 2004-05-20  David Schleef  <ds@schleef.org>
27911
27912         * configure.ac: Minor cosmetic change to convince the buildbot to
27913         reautogen.
27914         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27915         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27916         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27917         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27918         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27919         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27920         More hacking.  Plays audio now.
27921
27922 2004-05-20  David Schleef  <ds@schleef.org>
27923
27924         * configure.ac:
27925         * sys/Makefile.am:
27926
27927 2004-05-20  David Schleef  <ds@schleef.org>
27928
27929         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27930         * sys/osxaudio/gstosxaudio.c:
27931         * sys/osxaudio/gstosxaudioelement.c:
27932         * sys/osxaudio/gstosxaudioelement.h:
27933         * sys/osxaudio/gstosxaudiosink.c:
27934         * sys/osxaudio/gstosxaudiosink.h:
27935         * sys/osxaudio/gstosxaudiosrc.c:
27936         * sys/osxaudio/gstosxaudiosrc.h:
27937
27938 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27939
27940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27941         (gst_vorbisenc_chain):
27942           put the codec headers on the caps as streamheader as well as
27943           pushing them out
27944
27945 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27946
27947         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27948         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27949         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27950         split up push_packet into two functions
27951
27952 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27953
27954         * gst/tcp/.cvsignore:
27955           ignore enums
27956         * gst/tcp/Makefile.am:
27957         * gst/tcp/README:
27958         * gst/tcp/gsttcp.c:
27959         * gst/tcp/gsttcp.h:
27960         * gst/tcp/gsttcpclientsink.c:
27961         * gst/tcp/gsttcpclientsink.h:
27962         * gst/tcp/gsttcpclientsrc.c:
27963         * gst/tcp/gsttcpclientsrc.h:
27964         * gst/tcp/gsttcpplugin.c:
27965         * gst/tcp/gsttcpserversink.c:
27966         * gst/tcp/gsttcpserversink.h:
27967         * gst/tcp/gsttcpserversrc.c:
27968         * gst/tcp/gsttcpserversrc.h:
27969           add new tcp elements
27970
27971 2004-05-19  Wim Taymans  <wim@fluendo.com>
27972
27973         * gst/law/mulaw-conversion.c: (mulaw_encode):
27974         Fix overflow bug in ulaw encoding.
27975
27976 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27977
27978         * ext/mad/gstmad.c: (gst_mad_handle_event):
27979           don't unref the event twice
27980
27981 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27982
27983         * configure.ac:
27984           remove -Wno-sign-compare
27985
27986 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27987
27988         * configure.ac:
27989           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27990           if you want to work against glib 2.2 and 2.4
27991
27992 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27993
27994         * gst/tcp/Makefile.am:
27995         * gst/tcp/gsttcp.c:
27996         * gst/tcp/gsttcp.h:
27997         * gst/tcp/gsttcpsink.h:
27998         * gst/tcp/gsttcpsrc.h:
27999           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28000
28001 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28002
28003         * gst/debug/tests.c: (md5_get_value):
28004           fix segfault on gst-inspect
28005
28006 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28007
28008         * gst/debug/testplugin.c:
28009         * gst/debug/tests.c:
28010         * gst/debug/tests.h:
28011           add new extensible and configurable testing element. Current tests
28012           include buffer count, stream length, timestamp/duration matching and
28013           md5.
28014         * gst/debug/Makefile.am:
28015         * gst/debug/gstdebug.c: (plugin_init):
28016           add infrastructure for new element
28017
28018 2004-05-19  Johan Dahlin  <johan@gnome.org>
28019
28020         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28021         ending of the array. Fixes gst-inspect segfault on ppc.
28022
28023 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28024
28025         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28026
28027         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28028
28029 2004-05-18  David Schleef  <ds@schleef.org>
28030
28031         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28032         warnings (bugs, actually) noticed by gcc but not forte.
28033
28034 2004-05-18  David Schleef  <ds@schleef.org>
28035
28036         * sys/sunaudio/Makefile.am:
28037         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28038
28039 2004-05-18  David Schleef  <ds@schleef.org>
28040
28041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28042         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28043         to allow qtdemux to use non-seekable streams. (bug #142272)
28044
28045 2004-05-18  David Schleef  <ds@schleef.org>
28046
28047         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28048         (gst_resample_sinc_ft_float): Remove use of static temporary
28049         buffer.  This code was obviously not supposed to last long, but
28050         it's stuck in our ABI, so it required a little hack to make it
28051         ABI-compatible.  Fixes #142585.
28052         * gst-libs/gst/resample/resample.h: same.
28053
28054 2004-05-18  David Schleef  <ds@schleef.org>
28055
28056         * configure.ac: Add sunaudio
28057         * examples/Makefile.am: make gstplay depend on gconf
28058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28059         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28060         (convert_table_lookup), (img_convert): remove c99-isms
28061         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28062           unsigned, to fix a warning on Solaris
28063         * gst/mpeg1sys/systems.c: bcopy->memcpy
28064         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28065         * sys/Makefile.am: Add sunaudio
28066
28067 2004-05-18  Wim Taymans  <wim@fluendo.com>
28068
28069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28070         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28071         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28072         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28073         (gst_ogg_mux_loop):
28074         Fix an ugly memleak where the muxer didn't flush enough ogg
28075         pages. This also resulted in badly muxed ogg files.
28076
28077 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28078
28079         * gst/asfdemux/asfheaders.c :
28080         * gst/asfdemux/asfheaders.h :
28081         * gst/asfdemux/gstasfdemux.c :
28082           - fix ASF_OBJ_PADDING guid
28083           - add 3 new object guids (language list, metadata,
28084             extended stream properties)
28085           - add a function to parse extended header objects
28086
28087 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28088
28089         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28090           remove leftover debugging g_print
28091
28092 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28093
28094         * ext/mad/gstmad.c: (gst_mad_handle_event):
28095           Fix for when the first format in a discont event is not a
28096           byte-based one. Should fix #137710.
28097
28098 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28099
28100         * m4/a52.m4 : fix compilation with -Wall -Werror
28101         * m4/libfame.m4 : idem
28102         * m4/libmikmod.m4 : idem
28103
28104 2004-05-17  Benjamin Otte  <otte@gnome.org>
28105
28106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28107           signal the new tags before giving up the reference
28108
28109 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28110
28111         * ext/shout2/gstshout2.c:
28112           use application/ogg instead of application/x-ogg (patch by Patrick
28113           Guimond, fixes #142432)
28114         * sys/oss/gstosselement.c: (gst_osselement_reset),
28115         (gst_osselement_sync_parms):
28116           don't set fragment size unless specified (fixes #142493)
28117
28118 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28119
28120         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28121           fixes #142664
28122
28123 2004-05-17  Benjamin Otte  <otte@gnome.org>
28124
28125         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28126           compute offsets correctly for internal buffers so timestamps are set
28127           correctly when we can't seek. Also handle cases where there are no
28128           offsets. (based on a patch by David Moore, fixes #142507)
28129
28130 2004-05-17  Benjamin Otte  <otte@gnome.org>
28131
28132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28133           use correct variable when determining amount of data to skip so we
28134           don't skip into the void and segfault
28135
28136 2004-05-16  Benjamin Otte  <otte@gnome.org>
28137
28138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28139           Hi, I'm a memleak
28140
28141 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28142
28143         * gst/asfdemux/gstasfdemux.c:
28144           - fix a mem leak and always propagate tags
28145           - add WMV3 to known video codecs (but no decoder yet)
28146           - replace "surplus data" at end of audio header for what
28147             it is : codec specific data
28148           - fix a typo
28149
28150 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28151
28152         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28153
28154         * gst-libs/gst/audio/audioclock.c:
28155           Fix wrong return type (#142205).
28156
28157 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28160           Ignore CRCs by default (fixes #142566).
28161
28162 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28163
28164         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28165         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28166         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28167         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28168         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28169         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28170           Fix for cases where we fail to attach to a mixer.
28171
28172 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28173
28174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28175           Don't touch events after not owning them anymore.
28176         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28177         (gst_wavparse_fmt), (gst_wavparse_other),
28178         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28179         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28180         (gst_wavparse_srcpad_event):
28181         * gst/wavparse/gstwavparse.h:
28182           Add seeking, fix querying.
28183
28184 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28185
28186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28187           - process comments even if they don't end with \0\0
28188             g_convert would ignore them if present and works well without them
28189
28190 2004-05-16  Benjamin Otte  <otte@gnome.org>
28191
28192         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28193           simplify caps
28194
28195 2004-05-16  Benjamin Otte  <otte@gnome.org>
28196
28197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28198           don't write to memory we might not write to - g_convert does that
28199           for us anyway (fixes #142613)
28200         (gst_asf_demux_audio_caps):
28201           comment out gst_util_dump_mem
28202
28203 2004-05-16  Benjamin Otte  <otte@gnome.org>
28204
28205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28206           compute correct expected timestamps after seek (broken since
28207           last commit)
28208         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28209           rename element and debugging category to gdkpixbufscale
28210
28211 2004-05-16  Benjamin Otte  <otte@gnome.org>
28212
28213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28214           add error checking to snd_pcm_delay and remove duplicate call to
28215           snd_pcm_delay that caused issues (see inline code comments)
28216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28217           make more readable and fix return value when snd_pcm_delay fails
28218         (fixes #142586)
28219
28220 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28221         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28222         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28223         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28224         (gst_pixbufscale_link), (gst_pixbufscale_init),
28225         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28226         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28227         (gst_pixbufscale_get_property), (pixbufscale_init):
28228         * ext/gdk_pixbuf/pixbufscale.h:
28229         Add these files I forgot earlier
28230
28231 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28232         * ext/gdk_pixbuf/Makefile.am:
28233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28234         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28235         Add new pixbufscale element to scale RGB video
28236         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28237         and HYPER interpolation correctly.
28238         * ext/theora/theoraenc.c: (theora_enc_chain),
28239         Discard buffer and return if explicit caps could not be set
28240         (theora_enc_get_property):
28241         Make _get return kbps for the bitrate consistent with
28242         the _set function.
28243
28244
28245 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28246
28247         * ext/libvisual/visual.c: (gst_visual_chain):
28248           add missing visual_audio_analyze
28249
28250 2004-05-14  David Schleef  <ds@schleef.org>
28251
28252         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28253         is killed while we're playing.
28254         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28255         gst_element_no_more_pads().
28256
28257 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28258
28259         * gst-libs/gst/riff/riff-read.c :
28260           - fix INFO tag extraction in RIFF/AVI files
28261             because gst_event_unref (event) also freed taglist
28262           - avoid a mem leak
28263
28264 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28265
28266         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28267         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28268
28269         * gst/auparse/gstauparse.c :
28270           - add code (commented for now) to support audio/x-adpcm on src pad
28271             (we have no decoder for those layout yet)
28272
28273         * gst/cdxaparse/gstcdxaparse.c :
28274         * gst/cdxaparse/gstcdxaparse.h :
28275           - partial rewrite using RiffRead (ripped iain's wavparse code)
28276
28277         * gst/rtp/gstrtpL16enc.c : typo
28278         * gst/rtp/gstrtpgsmenc.c : typo
28279
28280 2004-05-13  Benjamin Otte  <otte@gnome.org>
28281
28282         * configure.ac:
28283           check for exact version of libvisual, it's not supposed to be
28284           API/ABI stable yet
28285
28286 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28287
28288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28289           signal no-more-pads
28290
28291 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28292
28293         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28294         Report which format was used for GST_FORMAT_DEFAULT
28295         * gst/debug/Makefile.am:
28296         * gst/debug/gstdebug.c: (plugin_init):
28297         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28298         (gst_progressreport_class_init), (gst_progressreport_init),
28299         (gst_progressreport_report), (gst_progressreport_set_property),
28300         (gst_progressreport_get_property), (gst_progressreport_chain),
28301         (gst_progressreport_plugin_init):
28302         Add progressreport element for testing.
28303
28304 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28305
28306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28307         * sys/v4l/gstv4lsrc.h:
28308         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28309         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28311         (gst_v4lsrc_grab_frame):
28312           add more debugging
28313           send a discont at start
28314
28315 2004-05-12  Colin Walters  <walters@redhat.com>
28316
28317         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28318         inflooping if we can't find a chunk.  Or in other words, don't blow
28319         chunks if we don't have a chunk to blow.
28320
28321 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28322         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28323         Remove old debug output
28324         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28325         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28326         (gst_dvdec_set_property), (gst_dvdec_get_property):
28327         Change the quality setting to an enum, so it works from gst-launch
28328         Don't renegotiate a non-linked pad. Allows audio only decoding.
28329         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28330         (gst_deinterlace_link), (gst_deinterlace_init):
28331         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28332         (gst_videodrop_link):
28333         Some caps negotiation fixes
28334
28335 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28336
28337         * ext/tarkin/gsttarkin.c :
28338           - Change RANK from NONE to PRIMARY
28339         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28340           - Change RANK from NONE to MARGINAL
28341         * ext/divx/gstdivxenc.c :
28342           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28343
28344 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28345
28346         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28347         (gst_vorbisenc_push_packet):
28348           copy a function that was added between 1.0 and 1.0.1 until we
28349           depend on worthwhile features of post-1.0
28350
28351 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28352
28353         * configure.ac:
28354           enable shout2 by default
28355         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28356         (gst_shout2send_base_init), (gst_shout2send_init),
28357         (gst_shout2send_connect), (gst_shout2send_change_state):
28358         * ext/shout2/gstshout2.h:
28359           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28360           #142262)
28361         * ext/theora/theora.c: (plugin_init):
28362           don't set rank on encoders
28363
28364 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28365
28366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28367           Use codec_data property instead of flag1 and flag2 for wma
28368
28369 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28370
28371         * gst/cdxaparse/gstcdxaparse.c :
28372           - Add mpegversion to CAPS to make it link
28373           - Rank is as GST_RANK_SECONDARY instead of NONE
28374         * gst/auparse/gstauparse.c :
28375           - Document all audio encoding we can encounter from Solaris 9
28376             headers and libsndfile information.
28377           - Increase max. rate from 48000 to 192000 (to match other elements)
28378           - Don't try to play junk data between header and samples
28379
28380 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28381
28382         * ext/libvisual/visual.c: (gst_visual_getcaps):
28383           use the right caps depending on endianness (I hope)
28384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28385           use GST_RANK_NONE for all non-decoding elements or spider gets
28386           mighty confused
28387
28388 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28389
28390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28391           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28392
28393 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28394
28395         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28396         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28397         (gst_switch_loop), (gst_switch_get_type):
28398           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28399           HEADERS. Had to be said.
28400
28401 2004-05-10  David Schleef  <ds@schleef.org>
28402
28403         * configure.ac: Add prototype Dirac support.
28404         * ext/Makefile.am:
28405         * ext/dirac/Makefile.am:
28406         * ext/dirac/gstdirac.cc:
28407         * ext/dirac/gstdiracdec.cc:
28408
28409 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28410
28411         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28412         (gst_auparse_init), (gst_auparse_chain),
28413         (gst_auparse_change_state):
28414           Hack around spider. Remove me some day please.
28415
28416 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28419           Fix for some uninitialized variables in previous patch, also
28420           makes it work. Fixes #142286 while we're at it.
28421
28422 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28423
28424         * gst/auparse/gstauparse.c:
28425                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28426                 only unsupported formats are ADPCM/CCITT G.72x
28427                 reviewed by Ronald
28428         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28429
28430 2004-05-10  Wim Taymans  <wim@fluendo.com>
28431
28432         * ext/vorbis/Makefile.am:
28433         * ext/vorbis/README:
28434         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28435         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28436         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28437         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28438         (gst_oggvorbisenc_convert_sink),
28439         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28440         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28441         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28442         (get_constraints_string), (update_start_message),
28443         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28444         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28445         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28446         * ext/vorbis/oggvorbisenc.h:
28447         * ext/vorbis/vorbis.c: (plugin_init):
28448         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28449         (raw_caps_factory), (gst_vorbisenc_class_init),
28450         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28451         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28452         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28453         * ext/vorbis/vorbisenc.h:
28454         Added a raw vorbis encoder to be used with the oggmuxer.
28455         We still need the old encoder for some gnome applications,
28456         read the README to find out how that works.
28457         The raw encoder is called "rawvorbisenc" until 0.9.
28458
28459 2004-05-10  Wim Taymans  <wim@fluendo.com>
28460
28461         * ext/ogg/gstogg.c: (plugin_init):
28462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28463         (gst_ogg_print):
28464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28465         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28466         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28467         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28468         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28469         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28470         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28471         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28472         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28473         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28474         Added an ogg muxer.
28475         Small typo fixes in the demuxer.
28476
28477 2004-05-10  Wim Taymans  <wim@fluendo.com>
28478
28479         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28480         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28481         (theora_enc_change_state), (theora_enc_set_property),
28482         (theora_enc_get_property):
28483         Mark the last packet with an EOS flag which is not really needed
28484         in gstreamer.
28485         Do some better video framerate initialisation.
28486         Update the buffer timestamp.
28487
28488 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28489
28490         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28491         Return the result of the parent state change call
28492
28493 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28494
28495         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28496         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28497         * gst/law/alaw-encode.c : (idem)
28498         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28499         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28500         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28501
28502 2004-05-09  Benjamin Otte  <otte@gnome.org>
28503
28504         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28505           don't use a fixed buffer size when writing variable length data to
28506           it. Fixes memory corruption and makes alsasrc work
28507
28508 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28509
28510         * ext/gnomevfs/gstgnomevfssink.c:
28511         (_gst_boolean_allow_overwrite_accumulator),
28512         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28513           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28514           RUN_LAST, and don't use that to set the accumulator value because
28515           then it's always FALSE.
28516
28517 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28518
28519         * gst-libs/gst/riff/riff-media.c:
28520         (gst_riff_create_video_caps_with_data),
28521         (gst_riff_create_audio_caps),
28522         (gst_riff_create_audio_template_caps):
28523         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28524           Fix for unaligned RIFF files (i.e. where all the chunks together
28525           in a LIST chunk are not of the same size as the size given in
28526           the LIST chunk header). Fixes several odd WAVE files. Also fix
28527           ADPCM (block_align property) in audio, so that wavparse based
28528           on this works now as it used to stand-alone.
28529
28530 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28531
28532         reviewed by Benjamin Otte  <otte@gnome.org>
28533
28534         * ext/a52dec/gsta52dec.c:
28535         * ext/divx/gstdivxdec.c:
28536         * ext/divx/gstdivxenc.c:
28537         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28538         * ext/faac/gstfaac.c: (gst_faac_base_init):
28539         * ext/faad/gstfaad.c: (gst_faad_base_init):
28540         * ext/ivorbis/vorbisfile.c:
28541         * ext/lame/gstlame.c:
28542         * ext/libfame/gstlibfame.c:
28543         * ext/mpeg2enc/gstmpeg2enc.cc:
28544         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28545         * ext/sidplay/gstsiddec.cc:
28546         * ext/speex/gstspeexdec.c:
28547         * ext/speex/gstspeexenc.c:
28548         * ext/xvid/gstxviddec.c:
28549         * ext/xvid/gstxvidenc.c:
28550           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28551           (fixes #142193)
28552
28553 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * ext/alsa/gstalsa.c: (device_list),
28556         (gst_alsa_class_probe_devices):
28557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28558           Fix alsa oddness in mixer after the combination of using mixer
28559           in source/sink elements and using hw:x,y instead of just hw:x.
28560
28561 2004-05-09  Benjamin Otte  <otte@gnome.org>
28562
28563         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28564         (gst_wavparse_create_sourcepad):
28565           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28566           sourcepads
28567
28568 2004-05-09  Benjamin Otte  <otte@gnome.org>
28569
28570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28571           allow discont events before caps nego
28572
28573 2004-05-08  Benjamin Otte  <otte@gnome.org>
28574
28575         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28576           don't leak events
28577
28578 2004-05-08  Benjamin Otte  <otte@gnome.org>
28579
28580         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28581         (gst_level_change_state), (gst_level_init):
28582         * gst/level/gstlevel.h:
28583           figure out if we're initialized directly instead of keeping a
28584           variable that's wrong in 90% of cases
28585           don't initialize pads and then leak them and use a new unitialized
28586           pad. (fixes #142084)
28587           these were bugs so n00bish I didn't find them for an hour :/
28588
28589 2004-05-08 Iain <iain@prettypeople.org>
28590
28591         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28592         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28593         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28594         return the length that was read.
28595         (gst_riff_read_strf_auds): Allow fmt tags as well.
28596
28597 2004-05-07  David Schleef  <ds@schleef.org>
28598
28599         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28600         signed char assumption in faad.h.
28601
28602 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28605           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28606
28607 2004-05-07  Colin Walters  <walters@redhat.com>
28608
28609         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28610         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28611         function.
28612         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28613         Add dispose function.
28614
28615 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28616         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28617           Fix caps nego and pad templates. RGB mode caps should
28618           work now.
28619         * ext/dvdnav/gst-dvd:
28620           Move mpeg2dec inside the thread because otherwise the
28621           queue rejects cap changes mid-stream
28622         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28623         (gst_mpeg2dec_flush_decoder):
28624           For mpeg2dec > 0.4.0, call the flush function instead of
28625           manually extracting all in-flight frames.
28626         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28627         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28628           Change mime type video/dv go video/x-dv to match the
28629           rest of gst-plugins
28630
28631 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28632
28633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28635         (gst_alsa_sink_class_init):
28636         * ext/alsa/gstalsasink.h:
28637         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28638         (gst_alsa_src_class_init):
28639         * ext/alsa/gstalsasrc.h:
28640           Make alsasink/src a subclass of alsamixer so that mixer stuff
28641           shows up in gst-rec. Needs some finetuning.
28642
28643 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28644
28645         * ext/lame/gstlame.c: (gst_lame_chain):
28646           simplify
28647         * ext/mad/gstmad.c: (gst_mad_handle_event):
28648           fix event leak
28649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28650           be able to detect mp3 files < 4096 bytes
28651
28652 2004-05-06  Wim Taymans  <wim@fluendo.com>
28653
28654         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28655         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28656         (theora_enc_set_property), (theora_enc_get_property):
28657         Also encode the first frame, cleanup some code.
28658
28659 2004-05-06  Wim Taymans  <wim@fluendo.com>
28660
28661         * ext/mpeg2enc/gstmpeg2enc.cc:
28662         Forward events first before deciding that negotiation was
28663         not performed.
28664
28665 2004-05-06  Wim Taymans  <wim@fluendo.com>
28666
28667         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28668         First process the events before deciding that negotiation
28669         was not performed.
28670
28671 2004-05-06  Wim Taymans  <wim@fluendo.com>
28672
28673         * ext/theora/Makefile.am:
28674         * ext/theora/theora.c: (plugin_init):
28675         * ext/theora/theoradec.c: (theora_dec_change_state):
28676         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28677         (gst_theora_enc_class_init), (gst_theora_enc_init),
28678         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28679         (theora_enc_chain), (theora_enc_change_state),
28680         (theora_enc_set_property), (theora_enc_get_property):
28681         Added a theora encoder, grouped the encoder and decoder into the
28682         same plugin.
28683
28684 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28685
28686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28687         (gst_jpegenc_chain):
28688         fix DURATION on outgoing buffers
28689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28690         debug using time formats
28691         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28693         (gst_xvimagesink_sink_link):
28694         windows with width/height 0 generate X errors, so don't allow them
28695
28696 2004-05-05  Wim Taymans  <wim@fluendo.com>
28697
28698         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28699         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28700         (gst_mpeg2dec_negotiate_format):
28701         * ext/mpeg2dec/gstmpeg2dec.h:
28702           removed the static pad template so that we can add the
28703           more accurate framerate value to the caps.
28704
28705
28706 2004-05-04  Benjamin Otte  <otte@gnome.org>
28707
28708         * configure.ac:
28709           check for kdemacros.h, too (should fix #141821)
28710         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28711           don't crash if no header was sent, but nicely error out (fixes part
28712           of #141554)
28713
28714 2004-05-04  Wim Taymans  <wim@fluendo.com>
28715
28716         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28717         parent dispose function to avoid segfault on destroy.
28718
28719 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28720
28721         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28722         (plugin_init):
28723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28724         (gst_xvimagesink_sink_link):
28725         clean up debugging caps
28726         also recreate xvimage when format has changed
28727
28728 2004-05-04  Benjamin Otte  <otte@gnome.org>
28729
28730         * ext/libvisual/Makefile.am:
28731         * ext/libvisual/visual.c: (gst_visual_class_init),
28732         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28733         (gst_visual_srclink), (gst_visual_chain),
28734         (gst_visual_change_state), (plugin_init):
28735           use a GstAdapter to correctly adapt buffer sizes - allows using a
28736           framerate
28737
28738 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28739
28740         * sys/v4l/gstv4lelement.h:
28741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28743         (gst_v4lsrc_buffer_free):
28744         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28746         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28747         (gst_v4lsrc_requeue_frame):
28748         move some debugging categories around
28749         query for fps index and set accordingly if found
28750
28751 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28752
28753         * ext/lame/gstlame.c:
28754         correct defaults that lame_init puts out of range
28755
28756 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28757
28758         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28759         (gst_divxenc_class_init):
28760         fix range since -1 is the default
28761         * gst/mpeg1sys/gstmpeg1systemencode.c:
28762         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28763         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28764         (gst_rtjpegdec_chain):
28765         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28766         (gst_rtjpegenc_chain):
28767         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28768         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28769         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28771         * sys/v4l/gstv4lsrc.c:
28772         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28773         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28774         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28775         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28776         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28777           remove gst_info calls
28778
28779 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28780
28781         * Makefile.am:
28782         * po/af.po:
28783         * po/az.po:
28784         * po/en_GB.po:
28785         * po/nl.po:
28786         * po/sr.po:
28787         * po/sv.po:
28788           Updated translations
28789
28790 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28793           refactor/comment code
28794
28795 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28796
28797         * gst/asfdemux/Makefile.am:
28798         * gst/asfdemux/asfheaders.c:
28799         * gst/asfdemux/asfheaders.h:
28800         * gst/asfdemux/gstasf.c: (plugin_init):
28801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28802         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28803         (gst_asf_demux_setup_pad):
28804         * gst/asfdemux/gstasfdemux.h:
28805         * gst/asfdemux/gstasfmux.c:
28806         * gst/asfdemux/gstasfmux.h:
28807           Add tagging support to demuxer, split out registration in its own
28808           file instead of in demux (hacky), and prevent having some tables
28809           in our memory multiple times (in asfheaders.h).
28810
28811 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * gst/matroska/matroska-demux.c:
28814         (gst_matroska_demux_parse_metadata):
28815         * gst/matroska/matroska-ids.h:
28816           Basic tag reading support.
28817
28818 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28819
28820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28821           Really detect ac-3 audio.
28822         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28823           really detect matroska files (off-by-1).
28824
28825 2004-04-30  David Schleef  <ds@schleef.org>
28826
28827         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28828         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28829         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28830         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28831         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28832         hackage -- parse a lot more atoms, extract a few tags.  One might even
28833         mistake this for tag support.  Maybe it is.
28834         * gst/qtdemux/qtdemux.h:
28835
28836 2004-04-30  Colin Walters  <walters@verbum.org>
28837
28838         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28839
28840 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28841
28842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28843         (gst_ffmpegcolorspace_getcaps):
28844           remove broken nego fix
28845
28846 2004-04-30  Benjamin Otte  <otte@gnome.org>
28847
28848         * configure.ac:
28849         * ext/Makefile.am:
28850         * ext/libvisual/Makefile.am:
28851         * ext/libvisual/visual.c:
28852           add initial support for libvisual (http://libvisual.sourceforge.net)
28853           libvisual is still quite alpha, so expect crashes in there :)
28854
28855 2004-04-29  David Schleef  <ds@schleef.org>
28856
28857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28858         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28859         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28860         code; you will no longer respect me.
28861
28862 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28863
28864         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28865         * ext/alsa/gstalsa.h :
28866         change alsa pcm device discovery to find more than 1 device
28867         per card. code review by Ronald.
28868
28869 2004-04-29  David Schleef  <ds@schleef.org>
28870
28871         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28872         Add a check for a driver bug on FreeBSD.  (bug #140565)
28873
28874 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28875
28876         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28878         (gst_jpegenc_getcaps):
28879           move format setting to inner loop
28880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28881         (gst_ffmpegcolorspace_getcaps):
28882           use GST_PAD_CAPS if available so that we use already negotiated
28883           caps
28884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28885         (qtdemux_parse_moov), (qtdemux_parse):
28886           extra debugging
28887         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28888         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28889           move hardcoded path to DEFINE
28890
28891 2004-04-28  David Schleef  <ds@schleef.org>
28892
28893         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28894         (bug #140064)
28895
28896 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28899           Don't probe for playback device if we're a source element. Fixes
28900           #139658.
28901
28902 2004-04-29  Benjamin Otte  <otte@gnome.org>
28903
28904         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28905         (gst_id3_tag_chain):
28906           rewrite buffer offset
28907
28908 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28909
28910         * configure.ac:
28911         * ext/Makefile.am:
28912         * ext/dts/Makefile.am:
28913         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28914         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28915         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28916         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28917         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28918         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28919         (plugin_init):
28920         * ext/dts/gstdtsdec.h:
28921           New DTS decoder.
28922         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28923         (gst_faad_srcconnect):
28924           Add ESDS atom handling (.m4a).
28925
28926 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28927
28928         * ext/divx/gstdivxdec.c: (plugin_init):
28929           Remove comment that makes no sense.
28930         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28931           Fix for obvious typo that resulted in warnings during gst-register.
28932         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28933         (gst_xviddec_sink_link):
28934           Fix caps negotiation a bit better.
28935         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28936           We call this 'codec_data', not 'esds'.
28937
28938 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28939
28940         * gst/monoscope/gstmonoscope.c:
28941           make sure we only provide 256x128
28942         * gst/monoscope/monoscope.c: (monoscope_init):
28943           assert size of 256x128
28944
28945 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28946
28947         * Makefile.am:
28948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28949         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28950           fixate to max width and height of device
28951
28952 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28953
28954         * Makefile.am:
28955         * sys/v4l/gstv4l.c:
28956         * sys/v4l/gstv4lsrc.c:
28957         * sys/v4l/v4l_calls.c:
28958         * sys/v4l/v4lsrc_calls.c:
28959           fix for qc-usb driver which fakes having more than one buffer
28960           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28961           buffer_free override
28962           add debugging
28963
28964 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28965
28966         * Makefile.am:
28967         * gst/videotestsrc/gstvideotestsrc.c:
28968         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28969         (gst_videotestsrc_init), (gst_videotestsrc_get),
28970         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28971         * gst/videotestsrc/gstvideotestsrc.h:
28972           add num-buffers property
28973
28974         2004-04-26  Benjamin Otte  <otte@gnome.org>
28975
28976         * ext/mad/gstid3tag.c: (plugin_init):
28977           set id3mux rank to NONE so it doesn't confuse spider
28978           require audio/mpeg,mpegversion=1 in id3mux
28979
28980 2004-04-26  Benjamin Otte  <otte@gnome.org>
28981
28982         * configure.ac:
28983           detect faad correctly as non-working if it's indeed non-working
28984
28985 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28986
28987         * Makefile.am:
28988         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28989         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28990         fix _getcaps so it only negotiates to its supported format
28991
28992 2004-04-25  Benjamin Otte  <otte@gnome.org>
28993
28994         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28995           fix memleak
28996
28997 2004-04-23  Benjamin Otte  <otte@gnome.org>
28998
28999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29000           audio/x-raw-int with height rules! not. Now it's depth.
29001
29002 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29003
29004         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29005         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29006         (gst_wavparse_loop):
29007           Missing variable initialization. Add handling of DVI ADPCM. Fix
29008           mis-parsing of LIST chunks. This works around a bug where we mis-
29009           parse non-aligning LIST chunks (so LIST chunks where the contents
29010           don't align with the actual LIST size). The correct fix is to use
29011           rifflib, I'm not going to fix wavparse - too much work. All this
29012           fixes #104878.
29013
29014 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29015
29016         reviewed by Benjamin Otte  <otte@gnome.org>
29017
29018         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29019           fix shoutcast not working (fixes #140844)
29020
29021 2004-04-22  Benjamin Otte  <otte@gnome.org>
29022
29023         * ext/hermes/gsthermescolorspace.c:
29024         (gst_hermes_colorspace_caps_remove_format_info):
29025         * gst/colorspace/gstcolorspace.c:
29026         (gst_colorspace_caps_remove_format_info):
29027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29028         (gst_ffmpegcolorspace_caps_remove_format_info):
29029           s/gst_caps_simplify/gst_caps_do_simplify/
29030
29031 2004-04-22  Benjamin Otte  <otte@gnome.org>
29032
29033         * gst-libs/gst/riff/riff-media.c:
29034         (gst_riff_create_video_caps_with_data):
29035           mpegversion is an int
29036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29037           don't try to create pad templates with NULL caps, use any caps
29038           instead.
29039
29040 2004-04-20  David Schleef  <ds@schleef.org>
29041
29042         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29043         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29044         (bug #140384)
29045
29046 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29047
29048         reviewed by David Schleef
29049
29050         * ext/mad/gstid3tag.c: Add stdlib.h
29051         * gst/rtp/gstrtpgsmenc.c: same
29052         * gst/tags/gstid3tag.c: same
29053         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29054         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29055         GST_DISABLE_LOADSAVE use.
29056         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29057         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29058         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29059         atol(3)).
29060         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29061         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29062         strtoul(3)).
29063         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29064         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29065         $(ID3_CFLAGS).
29066         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29067         $(LIBFAME_CFLAGS).
29068
29069 2004-04-20  David Schleef  <ds@schleef.org>
29070
29071         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29072         last checkin.  Same idea.
29073
29074 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29075
29076         reviewed by David Schleef
29077
29078         * configure.ac: bump required gstreamer version to 0.8.1.1
29079         because of following changes [--ds]
29080
29081         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29082         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29083         (gst_riff_read_header):  Use GST_READ_UINT*
29084         macros to access possibly unaligned memory.
29085
29086         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29087         (mp3_type_find):  Use GST_READ_UINT*
29088         macros to access possibly unaligned memory.
29089         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29090         (speex_type_find): Likewise
29091
29092         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29093
29094         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29095         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29096         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29097         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29098         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29099         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29100         macros to access possibly unaligned memory.
29101
29102         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29103         Likewise.
29104
29105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29106         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29107
29108         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29109         Likewise.
29110
29111         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29112         (gst_mpeg2subt_chain_subtitle): Likewise.
29113
29114         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29115         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29116         Likewise.
29117
29118         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29119         Likewise.
29120
29121         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29122         Likewise.
29123
29124         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29125         Likewise.
29126
29127 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29128
29129         * configure.ac:
29130           update required version of GStreamer because of GST_TIME_FORMAT
29131
29132 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29133
29134         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29135           remove leftover g_print
29136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29137           don't try setting only a subset of the caps. We don't want to kill
29138           autoplugging on purpose
29139
29140 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29141
29142         * sys/ximage/ximagesink.c: (plugin_init):
29143         * sys/xvimage/xvimagesink.c: (plugin_init):
29144           add debugging categories
29145
29146 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         * po/en_GB.po:
29149         * po/LINGUAS:
29150           Adding en_GB translation (Gareth Owen)
29151
29152 2004-04-20  David Schleef  <ds@schleef.org>
29153
29154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29155         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29156         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29157         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29158         A number of new features and hacks to extract the esds atom and
29159         put it into the caps.  (bug #137724)
29160
29161 2004-04-19  David Schleef  <ds@schleef.org>
29162
29163         * gconf/Makefile.am: Fix for non-GNU make
29164         * gst-libs/gst/Makefile.am: Change directory order to handle
29165         GstPlay linking with gstinterfaces
29166         * gst-libs/gst/audio/make_filter: make use of tr portable
29167         * gst-libs/gst/play/Makefile.am: Add intended \
29168         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29169         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29170         function prototype instead of void *.
29171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29172         macro.
29173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29174         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29175         * gst/videofilter/make_filter: make use of tr portable
29176         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29177
29178 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29179
29180         * po/LINGUAS:
29181         * po/uk.po:
29182           Added Ukrainian translation (Maxim V. Dziumanenko)
29183
29184 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29185
29186         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29187         (gst_gsmdec_link), (gst_gsmdec_chain):
29188           Fix capsnego, simplify chain function slightly.
29189         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29190           Add GSM.
29191
29192 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29195         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29196         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29197           Hack to make wavparse work with spider (always -> sometimes pad).
29198           Fixes #135862 && #140411.
29199
29200 2004-04-18  Benjamin Otte  <otte@gnome.org>
29201
29202         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29203         (gst_osselement_rate_probe_check),
29204         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29205           get rid of \n in debug output
29206
29207 2004-04-17  Iain <iain@prettypeople.org>
29208
29209         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29210         not just EOS.
29211
29212 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29213
29214         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29215         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29216         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29217         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29218         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29219         (gst_id3_tag_change_state), (plugin_init):
29220           deprecate id3tag element and replace with id3demux/id3mux.
29221           great side effect: this ugly file is now even uglier, yay!
29222         * ext/mad/gstmad.h:
29223           remove non-available function
29224           update for new get_type
29225
29226 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29227
29228         * configure.ac:
29229           require mpeg2dec >= 0.4.0
29230
29231 2004-04-17  Benjamin Otte  <otte@gnome.org>
29232
29233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29234         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29235         (gst_xvimagesink_set_xwindow_id):
29236           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29237           assorted cleanup fixes.
29238
29239 2004-04-16  David Schleef  <ds@schleef.org>
29240
29241         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29242         * sys/xvimage/xvimagesink.h: same
29243
29244 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29245
29246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29247           Fix GST_ELEMENT_ERROR with (NULL)
29248
29249 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29250
29251         * gst-libs/gst/riff/riff-media.c:
29252         (gst_riff_create_video_caps_with_data):
29253           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29254
29255 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29256
29257         * gst-libs/gst/riff/riff-media.c:
29258         (gst_riff_create_video_caps_with_data),
29259         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29260         (gst_riff_create_video_template_caps),
29261         (gst_riff_create_audio_template_caps):
29262         * gst-libs/gst/riff/riff-media.h:
29263         * gst-libs/gst/riff/riff-read.c:
29264         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29265         * gst-libs/gst/riff/riff-read.h:
29266         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29267           Add MS RLE support. I added some functions to read out strf chunks
29268           into strf chunks and the data behind it. This is usually color
29269           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29270           caps creation. Lastly, add ADPCM (similar to wavparse - which
29271           should eventually be rifflib based).
29272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29273         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29274         * gst/matroska/matroska-demux.h:
29275           Remove placeholders for some prehistoric tagging system. Didn't add
29276           support for any tag system really anyway.
29277         * gst/qtdemux/qtdemux.c:
29278           Add support for audio/x-m4a (MPEG-4) through spider.
29279         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29280         (gst_wavparse_loop):
29281           ADPCM support (#135862). Increase max. buffer size because we
29282           cannot split buffers for ADPCM (screws references) and I've seen
29283           files with 2048 byte chunks. 4096 seems safe for now.
29284
29285 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29286
29287         * configure.ac: bump nano to 1
29288
29289 === release 0.8.1 ===
29290
29291 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29292
29293         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29294
29295 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29298           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29299           Fixes #140058
29300
29301 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29302
29303         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29304           lower rank of dvddemux so that it's not used for mpeg playback.
29305
29306 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29307
29308         * configure.ac:
29309           save libs correctly when checking mad
29310
29311 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29312
29313         * ext/mad/gstid3tag.c: (plugin_init):
29314           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29315
29316 2004-04-13  David Schleef  <ds@schleef.org>
29317
29318         * common/m4/gst-feature.m4: Call -config scripts with
29319         --plugin-libs if it is supported.
29320         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29321         JPEG images are image/jpeg.
29322         * gst/debug/Makefile.am:
29323         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29324         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29325         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29326         (gst_negotiation_plugin_init): Add a property that acts like
29327         filter caps.
29328         * testsuite/gst-lint:  Move license checking to be a standard
29329         test.
29330
29331 2004-04-13  David Schleef  <ds@schleef.org>
29332
29333         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29334         patch from Sebastien Cote (bug #139958)
29335
29336 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29337
29338         * examples/gstplay/Makefile.am:
29339         * examples/gstplay/player.c: (main):
29340           make the commandline player example use gconf settings
29341
29342 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29343
29344         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29345         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29346         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29347           init/end library during state transition, not object
29348           creation/disposal.  get rid of custom dispose handler.
29349
29350
29351 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29352
29353         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29354         be a symlink
29355
29356 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29357
29358         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29359           Handle JUNK chunks inside data section. Prevents warnings.
29360
29361 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29364         (gst_riff_create_video_template_caps):
29365           Add MS video v1.
29366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29367         (gst_avi_demux_stream_data):
29368           Add support for "rec-list" chunks.
29369
29370 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29373           Fix another codecname mismatch.
29374
29375 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29378           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29379           so that MJPEG plays back.
29380
29381 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29384         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29385         * gst/mpeg1videoparse/gstmp1videoparse.h:
29386           Fix for some slight mis-cuts in buffer parsing, and for some
29387           potential overflows or faults-causers. Adds disconts. Also fixes
29388           #139105 while we're at it.
29389
29390 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * configure.ac:
29393         * sys/v4l2/gstv4l2element.h:
29394           Workaround for missing struct v4l2_buffer declaration in Suse 9
29395           and Mandrake 10 linux/videodev2.h header file (#135919).
29396
29397 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29398
29399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29400           Bail out if no filename was given.
29401
29402 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29405         (gst_v4l2_fourcc_from_structure):
29406           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29407           Y41B somewhere).
29408
29409 2004-04-09  Benjamin Otte  <otte@gnome.org>
29410
29411         * ext/gnomevfs/gstgnomevfssink.c:
29412         (_gst_boolean_allow_overwrite_accumulator),
29413         (gst_gnomevfssink_class_init):
29414           fix erase signal - if any handler returns false the file will not be
29415           overwritten. If no handler is connected, the file will not be
29416           overwritten either.
29417           renamed signal to "allow-overwrite"
29418         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29419           free string when adding it to ID3 failed
29420         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29421           unref event when done
29422         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29423           free caps
29424         * gst/typefind/gsttypefindfunctions.c:
29425         (mpeg_video_stream_type_find):
29426           fix invalid read
29427
29428 2004-04-08  David Schleef  <ds@schleef.org>
29429
29430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29431         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29432
29433 2004-04-08  David Schleef  <ds@schleef.org>
29434
29435         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29436         we don't support (bug #139532)
29437
29438 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29439
29440         * ext/mad/gstmad.c: (gst_mad_handle_event),
29441         (gst_mad_check_caps_reset), (gst_mad_chain),
29442         (gst_mad_change_state):
29443           only set explicit caps if they haven't been set before for
29444           this stream.  MPEG-audio sample rate/channels aren't allowed
29445           to change in-stream.
29446           Fixes #139382
29447
29448 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29451         (_gst_boolean_did_something_accumulator),
29452         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29453         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29454         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29455         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29456         (gst_gnomevfssink_change_state):
29457           Fix erase signal. Don't erase by default. Remove handoff signal.
29458           Remove erase property. Don't segfault. General cleanup.
29459
29460 2004-04-07  Benjamin Otte  <otte@gnome.org>
29461
29462         * gst-libs/gst/gconf/test-gconf.c: (main):
29463           add missing gst_init
29464
29465 2004-04-07  Benjamin Otte  <otte@gnome.org>
29466
29467         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29468           free the mutexes, too
29469
29470 2004-04-07  Benjamin Otte  <otte@gnome.org>
29471
29472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29473           actually free the URI string
29474         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29475           compute offset correctly when passing discont events
29476         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29477           don't leak discont events
29478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29479           add some missing breaks so caps aren't copied randomly
29480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29481           if we realloc memory, we better use it
29482
29483 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29484
29485         * ext/mad/gstmad.c: (normal_seek):
29486           fix GST_FORMAT_TIME usage
29487
29488 2004-04-05  David Schleef  <ds@schleef.org>
29489
29490         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29491         a deprecated function (hack!)
29492
29493 2004-04-05  Benjamin Otte  <otte@gnome.org>
29494
29495         * ext/esd/esdmon.c: (gst_esdmon_get):
29496           fix nonterminated vararg and memleak
29497
29498 2004-04-05  Benjamin Otte  <otte@gnome.org>
29499
29500         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29501         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29502         (gst_ladspa_set_property), (gst_ladspa_get_property),
29503         (gst_ladspa_instantiate), (gst_ladspa_activate),
29504         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29505           clean up debugging
29506
29507 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29508
29509         reviewed by Benjamin Otte  <otte@gnome.org>
29510
29511         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29512           check for broken LADSPA parameters (fixes #138635)
29513
29514 2004-04-05  Benjamin Otte  <otte@gnome.org>
29515
29516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29517           advertise buffer-frames correctly on sinkpads
29518
29519 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29520
29521         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29522         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29523         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29524         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29525         (gst_mad_check_caps_reset), (gst_mad_chain):
29526         add more debugging, only reset caps when we're not in error state
29527
29528 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29529
29530         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29531
29532 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29533
29534         reviewed by Benjamin Otte  <otte@gnome.org>
29535
29536         * configure.ac:
29537           fix == in test(1) operator
29538
29539 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29540
29541         reviewed by Benjamin Otte  <otte@gnome.org>
29542
29543         * configure.ac:
29544           fix --export-symblos-regex to a working regex.
29545
29546 2004-04-04  Benjamin Otte  <otte@gnome.org>
29547
29548         * sys/oss/.cvsignore:
29549           add for oss_probe
29550
29551 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29552
29553         reviewed by Benjamin Otte  <otte@gnome.org>
29554
29555         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29556           add missing 'new_media' argument (fixes #138168)
29557         * gst/matroska/matroska-demux.c:
29558         (gst_matroska_demux_handle_seek_event):
29559           add vararg terminator (fixes #138169)
29560
29561 2004-04-02  David Schleef  <ds@schleef.org>
29562
29563         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29564         disted (bug #138914)
29565
29566 2004-04-01  Benjamin Otte  <otte@gnome.org>
29567
29568         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29569         (gst_alsa_close_audio):
29570           handle case better where a soundcard can't pause
29571         * ext/ogg/gstoggdemux.c:
29572           don't crash when we get events but don't have pads yet
29573
29574 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29577           throw an error if we couldn't probe any caps.
29578
29579 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29580
29581         * ext/dvdnav/gst-dvd:
29582         Add a really simple sample DVD player
29583
29584 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29585
29586         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29587         (gst_a52dec_push), (gst_a52dec_handle_event),
29588         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29589         (gst_a52dec_change_state):
29590         * ext/a52dec/gsta52dec.h:
29591           Use a debug category, Output timestamps correctly
29592           Emit tag info, Handle events, tell liba52dec about cpu
29593           capabilities so it can use MMX etc.
29594         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29595           Fix a crasher accessing invalid memory
29596         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29597         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29598         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29599         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29600         (dvdnavsrc_query):
29601           Some support for byte-format seeking.
29602           Small fixes for still frames and menu button overlays
29603         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29604         (gst_mpeg2dec_alloc_buffer):
29605           Use a debug category. Adjust the report level of several items to
29606           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29607           so it doesn't lose the GstBuffer pointer
29608         * gst/debug/Makefile.am:
29609         * gst/debug/gstdebug.c: (plugin_init):
29610         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29611         (gst_navseek_base_init), (gst_navseek_class_init),
29612         (gst_navseek_init), (gst_navseek_seek),
29613         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29614         (gst_navseek_get_property), (gst_navseek_chain),
29615         (gst_navseek_plugin_init):
29616         * gst/debug/gstnavseek.h:
29617           Add the navseek debug element for seeking back and forth in a
29618           video stream using arrow keys.
29619         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29620         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29621         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29622         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29623         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29624         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29625         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29626         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29627         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29628         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29629         * gst/mpeg2sub/gstmpeg2subt.h:
29630           Pretty much a complete rewrite. Now a loopbased element. May still
29631           require work to properly synchronise subtitle buffers.
29632         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29633         (gst_dvd_demux_send_subbuffer):
29634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29635           Don't attempt to create subbuffers of size 0
29636           Reduce a couple of error outputs to warnings.
29637         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29638         (gst_y4mencode_chain):
29639         Output the y4m frame header correctly.
29640
29641 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29642
29643         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29644           throw errors instead of allowing SIGFPE
29645
29646 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29647
29648         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29649         (gst_gconf_render_bin_from_key):
29650           leak plugging and style fixing
29651
29652 2004-03-31  David Schleef  <ds@schleef.org>
29653
29654         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29655         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29656         (bug #138225)
29657         * gst/debug/Makefile.am:
29658         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29659         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29660         plugin.
29661         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29662         (gst_negotiation_base_init), (gst_negotiation_class_init),
29663         (gst_negotiation_init), (gst_negotiation_getcaps),
29664         (gst_negotiation_pad_link), (gst_negotiation_chain),
29665         (gst_negotiation_set_property), (gst_negotiation_get_property),
29666         (gst_negotiation_plugin_init):  New element to talk about random
29667         negotiation things happening in a pipeline.
29668
29669 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29670
29671         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29672           fix integer addition with help of Stefan Kost
29673
29674 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29675
29676         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29677
29678 2004-03-30  David Schleef  <ds@schleef.org>
29679
29680         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29681         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29682         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29683         (bug #137504)
29684         * ext/mpeg2dec/gstmpeg2dec.h:
29685
29686 2004-03-30  David Schleef  <ds@schleef.org>
29687
29688         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29689
29690 2004-03-30  David Schleef  <ds@schleef.org>
29691
29692         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29693         Michael Petullo) to handle .mov
29694
29695 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29696
29697         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29698         (gst_osselement_rate_check_rate):
29699           probe caps correctly for sound cards that only support one format
29700
29701 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29702
29703         * ext/kio/kiosrc.cpp: (process_events):
29704           update handling event processing if inside KDE - untested
29705
29706 2004-03-29  David Schleef  <ds@schleef.org>
29707
29708         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29709         by 2 to not interfere with other colorspaces.
29710         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29711         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29712         one to not interfere with ffmpeg_colorspace.
29713
29714 2004-03-29  David Schleef  <ds@schleef.org>
29715
29716         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29717         aren't in the caps.
29718         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29719         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29720
29721 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29722
29723         * gst-libs/gst/riff/riff-media.c:
29724           fail on error, don't try to set stuff on NULL caps
29725
29726 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29727
29728         * configure.ac:
29729         * ext/Makefile.am:
29730         * ext/kio/Makefile.am:
29731         * ext/kio/kioreceiver.cpp:
29732         * ext/kio/kioreceiver.h:
29733         * ext/kio/kiosrc.cpp:
29734         * ext/kio/kiosrc.h:
29735           add experimental kiosrc plugin
29736         * ext/alsa/gstalsaplugin.c: (plugin_init):
29737           initialize debugging category only when we're sure registering the
29738           plugins worked.
29739
29740 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29741
29742         * examples/gstplay/player.c: (main):
29743         * gst-libs/gst/play/play.c: (gst_play_class_init),
29744         (gst_play_set_location), (gst_play_set_data_src),
29745         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29746         (gst_play_set_visualization), (gst_play_connect_visualization):
29747           check return values of element_set_state and return FALSE where
29748           failed
29749
29750 2004-03-29  Benjamin Otte  <otte@gnome.org>
29751
29752         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29753           try harder to check if an event is really a discont
29754
29755 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29756
29757         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29758         * po/az.po:
29759
29760 2004-03-28  Benjamin Otte  <otte@gnome.org>
29761
29762         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29764         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29765           get rid of non-standard "..." ranges in case statements.
29766
29767 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29768
29769         * gst/mpegstream/gstmpegdemux.c:
29770         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29771         specific functionality split to the new dvddemux element.
29772         * gst/mpegstream/gstdvddemux.c:
29773         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29774         streams, derived from mpegdemux.
29775         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29776         up. SCR based timestamp rewriting can be turned off (will probably
29777         completely disappear soon).
29778         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29779         hacking. General cleanup. All printf statements replaced by
29780         debugging messages. Almost complete libdvdnav support.
29781         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29782         by events. New properties for audio and subpicture languages.
29783         (dvdnavsrc_update_highlight): Now uses events.
29784         (dvdnavsrc_user_op): Cleaned up.
29785         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29786         based). Lots of cleanup, and propper support for most libdvdnav
29787         events.
29788         (dvdnavsrc_make_dvd_event): New function.
29789         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29790         (dvdnavsrc_make_clut_change_event): New function.
29791
29792 2004-03-26  Benjamin Otte  <otte@gnome.org>
29793
29794         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29795           fix bug where typefinding would claim it's theora whenever less then
29796           7 bytes of data were available
29797
29798 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29799
29800         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29801         (gst_alawdec_base_init), (gst_alawdec_class_init),
29802         (gst_alawdec_init), (gst_alawdec_chain):
29803         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29804         (gst_alawenc_base_init), (gst_alawenc_class_init),
29805         (gst_alawenc_init), (gst_alawenc_chain):
29806         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29807         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29808         (gst_mulawdec_init), (gst_mulawdec_chain):
29809         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29810         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29811         (gst_mulawenc_init), (gst_mulawenc_chain):
29812           Fix capsnego in all four, remove the unused property functions and
29813           simplify the chain functions slightly. I guess we could use macros
29814           or something similar for those, since the code is so similar, but
29815           I'm currently too lazy...
29816
29817 2004-03-24  David Schleef  <ds@schleef.org>
29818
29819         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29820         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29821         (gst_osselement_get_format_structure),
29822         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29823         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29824         (gst_osselement_rate_int_compare): Add code to handle rate probing
29825         (bug #120883)
29826         * sys/oss/gstosselement.h: same
29827         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29828         Use rate probing provided by osselement.
29829         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29830
29831 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29832
29833         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29834         (gst_xvidenc_get_property):
29835           ulong/int mess-up.
29836
29837 2004-03-24  David Schleef  <ds@schleef.org>
29838
29839         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29840         (gst_speexdec_init):
29841         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29842         (gst_speexenc_init):  Create the pad template correctly (from
29843         the static pad template, not a NULL pointer.)
29844
29845 2004-03-25  Benjamin Otte  <otte@gnome.org>
29846
29847         * gst/debug/Makefile.am:
29848         * gst/debug/breakmydata.c:
29849           add element that quasi-randomly changes bytes in the stream.
29850           Intended use is robustness checking of demuxers and decoders in
29851           media tests.
29852
29853 2004-03-24  Benjamin Otte  <otte@gnome.org>
29854
29855         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29856         (gst_alsa_probe_hw_params):
29857         * ext/alsa/gstalsa.h:
29858           debugging output fixes
29859
29860 2004-03-24  Benjamin Otte  <otte@gnome.org>
29861
29862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29863           don't g_return_if_fail if element is PLAYING, fail silently as every
29864           other element.
29865         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29866           only fix needed for cast lvalue issues in gst-plugins
29867         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29868           add proxy_getcaps
29869
29870 2004-03-24  Benjamin Otte  <otte@gnome.org>
29871
29872         * gst/level/gstlevel.c: (gst_level_init):
29873           add proxying getcaps function, so level doesn't advertise impossible
29874           caps
29875
29876 2004-03-24  David Schleef  <ds@schleef.org>
29877
29878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29879         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29880         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29881         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29882         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29883         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29884         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29885         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29886         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29887         messages.  Divide the chunk size by the compression ratio
29888         (needed for MACE audio)
29889
29890 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29893           Fix buffer overflow read error.
29894
29895 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * ext/alsa/gstalsa.h:
29898           Remove unused entry.
29899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29900           Add cinepak.
29901         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29902         (gst_videodrop_link), (gst_videodrop_chain):
29903           Fix, sort of. Was horribly broken with new capsnego. Bah...
29904
29905 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29906
29907         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29908         (plugin_init):
29909         Add a monkeysaudio typefind function
29910
29911 2004-03-23  Johan Dahlin  <johan@gnome.org>
29912
29913         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29914         (gst_play_video_fixate): Check so the structure has the field
29915         before trying to fixate them, this makes it possible to have
29916         fakesinks for video and audio output without printing errors on
29917         the output console.
29918
29919 2004-03-22  David Schleef  <ds@schleef.org>
29920
29921         * sys/oss/Makefile.am:
29922         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29923         (check_rate), (add_rate):  Rate probing test app.
29924
29925 2004-03-21  Benjamin Otte  <otte@gnome.org>
29926
29927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29928         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29929           add a fixation function that pretty much does the right thing (fixes
29930           #137556)
29931
29932 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29933
29934         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29935
29936 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29937
29938         reviewed by: Benjamin Otte  <otte@gnome.org>
29939
29940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29941           terminate gst_event_new_discontinuous correctly (fixes parts of
29942           #137711)
29943
29944 2004-03-19  David Schleef  <ds@schleef.org>
29945
29946         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29947         since it doesn't depend on X, and it's part of our ABI.
29948
29949 2004-03-19  Iain <iain@prettypeople.org>
29950
29951         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29952         is_int in the structure, not the local variable.
29953
29954 2004-03-19  David Schleef  <ds@schleef.org>
29955
29956         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29957         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29958         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29959         Improvements in caps negotiation.
29960
29961 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29962
29963         * po/LINGUAS:
29964         * po/af.po:
29965           adding Afrikaans (Petri Jooste)
29966
29967 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29968
29969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29970         (gst_ffmpegcolorspace_chain):
29971         throw error instead of g_critical (#137588)
29972
29973 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29974
29975         * Makefile.am:
29976         * configure.ac:
29977           dist common and m4 correctly
29978         * po/sv.po:
29979
29980 2004-03-17  David Schleef  <ds@schleef.org>
29981
29982         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29983         (bug #137348)
29984
29985 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29986
29987         * po/LINGUAS:
29988         * po/sv.po:
29989           adding Swedish translation (Christian Rose)
29990
29991 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29992
29993         * Makefile.am: use release.mak
29994
29995 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29996
29997         * common/ChangeLog:
29998         * common/gst-autogen.sh:
29999           add some explanation about the version detection
30000         * configure.ac:
30001           fix X check
30002
30003 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30004
30005         * configure.ac: bump nano to 1
30006
30007 === release 0.8.0 ===
30008
30009 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30010
30011         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30012
30013 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30014
30015         * configure.ac:
30016           update libtool version
30017         * gst-libs/gst/media-info/Makefile.am:
30018           actually use libtool version
30019
30020 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30021
30022         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30023
30024 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * configure.ac:
30027         * gst-plugins.spec.in:
30028         * pkgconfig/Makefile.am:
30029         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30030         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30031         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30032         * pkgconfig/gstreamer-libs.pc.in:
30033         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30034         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30035         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30036         * pkgconfig/gstreamer-plugins.pc.in:
30037           remove @VERSION@ from some of the pc files since core and plugins
30038           are decoupled.
30039           created gstreamer-plugins.pc as it's a better name, but keeping
30040           -libs around for now to get fixes upstream done first.
30041
30042 2004-03-15  Julien MOUTTE <julien@moutte.net>
30043
30044         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30045         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30046         * gst-libs/gst/play/play.h:
30047
30048 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30049
30050         * *.c, *.cc: don't mix tabs and spaces
30051
30052 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30053
30054         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30055           use the new ffmpegcolorspace
30056         * gst-plugins.spec.in:
30057           package new colorspace and media-info
30058         * configure.ac:
30059         * pkgconfig/Makefile.am:
30060           fix some more disting issues
30061         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30062         * pkgconfig/gstreamer-media-info.pc.in:
30063           generate media-info pc files
30064
30065 2004-03-15  Johan Dahlin  <johan@gnome.org>
30066
30067         * *.h: Revert indenting
30068
30069 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * configure.ac:
30072           adding ffmpegcolorspace element
30073         * gst/ffmpegcolorspace/Makefile.am:
30074         * gst/ffmpegcolorspace/avcodec.h:
30075         * gst/ffmpegcolorspace/common.h:
30076         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30077         * gst/ffmpegcolorspace/dsputil.h:
30078         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30081         (gst_ffmpeg_caps_to_pix_fmt):
30082         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30084         (gst_ffmpegcolorspace_caps_remove_format_info),
30085         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30086         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30087         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30088         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30089         (gst_ffmpegcolorspace_set_property),
30090         (gst_ffmpegcolorspace_get_property),
30091         (gst_ffmpegcolorspace_register):
30092         * gst/ffmpegcolorspace/imgconvert.c:
30093         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30094         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30095         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30096         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30097         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30098         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30099         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30100         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30101         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30102         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30103         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30104         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30105         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30106         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30107         (img_get_alpha_info), (deinterlace_line),
30108         (deinterlace_line_inplace), (deinterlace_bottom_field),
30109         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30110         * gst/ffmpegcolorspace/imgconvert_template.h:
30111         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30112         * gst/ffmpegcolorspace/mmx.h:
30113         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30114           adding ffmpegcolorspace element supplied by Ronald after cleaning
30115           up and pulling in the right bits of upstream source.
30116           I'm sure a better C/compiler wizard could do some cleaning up (for
30117           example use GLIB's malloc stuff), but as a first pass this
30118           works very well
30119
30120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30121
30122         * ext/alsa/gstalsa.h:
30123           I assume Ronald forgot to commit the change to have cardname
30124           as a struct member.  Expect some public spanking at the next
30125           opportunity.
30126
30127 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30130         (gst_alsa_open_audio), (gst_alsa_close_audio):
30131         * ext/alsa/gstalsa.c:
30132           Don't open the device if we're a mixer (= padless).
30133         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30134         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30135         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30136           Open mixer during state change rather than during object
30137           initialization. Also, get a device name. Currently in a somewhat
30138           hackish fashion, but I didn't really find something better.
30139
30140 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30141
30142         * *.c, *.h: run gst-indent
30143
30144 2004-03-14  Benjamin Otte  <otte@gnome.org>
30145
30146         * gst/modplug/gstmodplug.cc:
30147         * gst/modplug/gstmodplug.h:
30148           set correct timestamps on outgoing buffers
30149
30150 2004-03-14  Benjamin Otte  <otte@gnome.org>
30151
30152         * gst/modplug/gstmodplug.cc:
30153           handle events - don't do crap when a discont arrives that's not
30154           necessary
30155           This allows correct loading and playback of mods in Rhythmbox
30156
30157 2004-03-14  Benjamin Otte  <otte@gnome.org>
30158
30159         * configure.ac:
30160         * gst-libs/gst/gconf/Makefile.am:
30161         * pkgconfig/Makefile.am:
30162           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30163           they get rebuilt properly
30164         * configure.ac:
30165           when checking for vorbis, try pkgconfig first.
30166         * gst/modplug/gstmodplug.cc:
30167           add fixate function
30168
30169 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30170
30171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30172           Fix for obvious mistake, where we first shift the offset and then
30173           read a samplesize element assuming the old offset. Note that this
30174           part still has something weird, i.e. my movies containing those
30175           don't actually play well, but at least there's something that looks
30176           like sound now.
30177
30178 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30179         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30180         (plugin_init):
30181         Add a typefind function for speex format
30182
30183 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30184
30185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30186         (gst_asf_demux_setup_pad):
30187           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30188           instead of 0. Reason is simple: some elements have a fps range
30189           of 1-max instead of 0-max. So now ASF video actually works.
30190
30191 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30192
30193         * po/LINGUAS:
30194         * po/sr.po:
30195           adding serbian as a language
30196
30197 2004-03-13  Benjamin Otte  <otte@gnome.org>
30198
30199         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30200           return taglist correctly from _get function, don't gst_pad_push it.
30201           (fixes #137042)
30202
30203 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30204         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30205
30206 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30207
30208         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30209         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30210         (gst_alsa_mixer_track_new):
30211         * ext/alsa/gstalsamixertrack.h:
30212           Fix ancient leftovers... MixerTrack is a GObject.
30213
30214 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30217         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30218           Don't block during probing...
30219
30220 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30221
30222         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30223         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30224         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30225         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30226         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30227         (gst_alsa_open_audio), (gst_alsa_close_audio):
30228         * ext/alsa/gstalsa.h:
30229           Add propertyprobe interface implementation, add some device-name
30230           property, all this so that it looks good in gnome-volume-control.
30231
30232 2004-03-12  David Schleef  <ds@schleef.org>
30233
30234         * configure.ac: the Hermes library controls hermescolorspace, not
30235         colorspace.
30236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30237         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30238         not /* */
30239         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30240         * ext/sdl/sdlvideosink.h: ditto.
30241         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30242
30243 2004-03-12  Benjamin Otte  <otte@gnome.org>
30244
30245         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30246         (gst_x_overlay_got_xwindow_id):
30247         * gst-libs/gst/xoverlay/xoverlay.h:
30248           replace XID with unsigned long to get rid of the xlibs dependency in
30249           XOverlay (fixes #137004)
30250
30251 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30252         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30253         (gst_agingtv_setup):
30254         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30255         (gst_dicetv_base_init), (gst_dicetv_class_init),
30256         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30257         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30258         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30259         (gst_edgetv_setup), (gst_edgetv_rgb32):
30260         * gst/effectv/gsteffectv.c:
30261         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30262         (gst_quarktv_set_property):
30263         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30264         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30265         (gst_revtv_setup), (gst_revtv_rgb32):
30266         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30267         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30268         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30269         (gst_shagadelictv_rgb32):
30270         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30271         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30272         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30273         * gst/effectv/gstwarp.c:
30274         Port everything that can be ported to videofilter and fix up the caps.
30275         Can someone with a big-endian machine please check these?
30276
30277 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30278
30279         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30280         (gst_osssink_chain), (gst_osssink_change_state):
30281           Latest fixes for A/V sync, audio playback and such. This is about
30282           all... MPEG playback issues are mostly related to the async build-
30283           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30284
30285 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30286
30287         patch from: Stephane Loeuillet
30288
30289         * configure.ac:
30290           use pkg-config for some libraries, falling back to the old .m4 way
30291           (fixes #131270)
30292         * m4/libdv.m4:
30293           removed
30294
30295 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30296
30297         * configure.ac:
30298         * tools/Makefile.am:
30299         * tools/Makefile.in:
30300         * tools/gst-launch-ext-m.m:
30301         * tools/gst-launch-ext.1.in:
30302         * tools/gst-visualise-m.m:
30303         * tools/gst-visualise.1:
30304         * tools/gst-visualise.1.in:
30305           reorganizing generation of script tools
30306
30307 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30308
30309         * ext/divx/gstdivxdec.c:
30310           Downgrade priority. We prefer ffdec_mpeg4.
30311         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30312         (gst_faad_chain), (gst_faad_change_state):
30313           Fix capsnego. Doesn't work for some sounds because we don't have
30314           a 5:1 to stereo element.
30315         * ext/xvid/gstxvid.c: (plugin_init):
30316           Add priority.
30317         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30318         (gst_osssink_change_state):
30319           Add discont handling.
30320
30321 2004-03-09  Colin Walters  <walters@verbum.org>
30322
30323         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30324         conversion.
30325
30326 2004-03-09  Benjamin Otte  <otte@gnome.org>
30327
30328         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30329           the signals take 2 arguments
30330
30331 2004-03-09  David Schleef  <ds@schleef.org>
30332
30333         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30334         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30335         * ext/alsa/gstalsa.h:
30336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30337
30338 2004-03-09  Benjamin Otte  <otte@gnome.org>
30339
30340         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30341         (gst_mikmod_change_state):
30342         * ext/mikmod/gstmikmod.h:
30343           make mikmod's loop function not loop infinitely and call
30344           gst_element_yield anymore
30345         * gst/modplug/gstmodplug.cc:
30346           fix pad negotiation (fixes #136590)
30347
30348 2004-03-09  David Schleef  <ds@schleef.org>
30349
30350         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30351         doesn't conflict with the internal colorspace plugin.
30352         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30353         satisfy the crappy-ass shell shipped by a certain vendor.
30354         * gst/videofilter/make_filter: same (bug #135299)
30355
30356 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30357
30358         * configure.ac: bump nano to 1
30359
30360 === release 0.7.6 ===
30361
30362 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30363
30364         * configure.in: releasing 0.7.6, "There"
30365
30366 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30367
30368         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30369         * pkgconfig/gstreamer-play.pc.in:
30370           synchronize the two
30371
30372 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30373
30374         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30375         (cdparanoia_open), (cdparanoia_event):
30376           fix/add error handling
30377         * po/POTFILES.in:
30378           add cdparanoia source
30379         * tools/Makefile.am:
30380           make scripts executable
30381
30382 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30383
30384         * configure.ac:
30385         * ext/vorbis/Makefile.am:
30386         * sys/Makefile.am:
30387           remove id3types, vorbisfile and xvideosink from the build (#133783)
30388
30389 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30390
30391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30392           Fix metadata read crash (#136537).
30393
30394 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30395
30396         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30397         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30398           adding mime types, fixing the one-stop function
30399
30400 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30401
30402         * ext/nas/nassink.c and /ext/nas/nassink.h:
30403         More NAS love from Arwed von Merkatz
30404         So lets all sing 'Can you feel the NAS tonight'
30405
30406 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30407
30408         * tools/gst-launch-ext.in:
30409         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30410
30411 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30412
30413         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30414         (gst_mpeg2dec_init):
30415         remove the user_data pad for now, because it is being used in
30416         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30417         If someone knows how to fix this properly, please do.
30418
30419 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30420
30421         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30422         (gst_osssink_get_time):
30423         add a warning, IMO this won't get triggered anymore, remove later
30424
30425 2004-03-07  David Schleef  <ds@schleef.org>
30426
30427         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30428         format (bug #136470)
30429
30430 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30431
30432         * gst-libs/Makefile.am:
30433         * gst-libs/gst/media-info/Makefile.am:
30434         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30435         (error_callback), (gst_media_info_error_create),
30436         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30437         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30438         * gst-libs/gst/media-info/media-info-priv.h:
30439         * gst-libs/gst/media-info/media-info-test.c: (main):
30440         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30441         (gst_media_info_class_init), (gst_media_info_instance_init),
30442         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30443         (gst_media_info_read_idler), (gst_media_info_read):
30444         * gst-libs/gst/media-info/media-info.h:
30445         fixed, should work now
30446
30447 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30448
30449         * ext/nas/nassink.c:
30450         A bunch of NAS fixes from Arwed von Merkatz
30451
30452 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30453
30454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30455         (qtdemux_parse_trak):
30456           Fix crash (j might be greater than n_samples, in which case we're
30457           writing outside the allocated space for the array) and memleak.
30458
30459 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30460
30461         * sys/oss/gstosssink.c: (gst_osssink_chain):
30462           And another caller that couldn't handle delay < 0 (unsigned
30463           integer overflow). Video now continues playing on an audio
30464           buffer underrun, and the clock continues working. Audio still
30465           stalls.
30466
30467 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30468
30469         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30470         (gst_osssink_get_time):
30471           get_delay() may return values lower than 0. In those cases, we
30472           should not actually cast to *unsigned* int64, that will break
30473           stuff horribly. In my case, it screwed up A/V sync in movies
30474           in totem rather badly.
30475
30476 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30477
30478         * ext/faac/gstfaac.c: (gst_faac_chain):
30479         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30480         * ext/libpng/gstpngenc.c: (user_write_data):
30481         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30482         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30483         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30484         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30485         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30486         of any buffer), should fix some leaks. I hope I didn't unref buffers
30487         that shouldn't be...
30488
30489 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30490
30491         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30492         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30493         (error_callback), (gmi_reset), (gmi_seek_to_track),
30494         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30495         (gmip_find_type_post), (gmip_find_stream_post),
30496         (gmip_find_track_streaminfo_post):
30497         * gst-libs/gst/media-info/media-info-priv.h:
30498         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30499         (info_print), (main):
30500         * gst-libs/gst/media-info/media-info.c:
30501         (gst_media_info_error_create), (gst_media_info_error_element),
30502         (gst_media_info_instance_init), (gst_media_info_get_property),
30503         (gst_media_info_new), (gst_media_info_set_source),
30504         (gst_media_info_read_idler), (gst_media_info_read):
30505         * gst-libs/gst/media-info/media-info.h:
30506           first pass at making this work again.  This seems to work on
30507           tagged ogg/vorbis and mp3 files.
30508
30509 2004-03-06  Benjamin Otte  <otte@gnome.org>
30510
30511         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30512           fix huge leak: gst_buffer_merge doesn't unref the first argument
30513           itself.
30514
30515 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30516
30517         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30518           report layer/mode/emphasis
30519
30520 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30521
30522         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30523
30524 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30525
30526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30527           signal serial
30528
30529 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30530
30531         * ext/vorbis/vorbis.c: (plugin_init):
30532         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30533         (gst_vorbis_dec_init), (vorbis_dec_event):
30534         add debug category
30535         make vorbisdec handle _BYTE and _TIME queries
30536
30537 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30538
30539         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30540           from the xing header
30541
30542 2004-03-06  Benjamin Otte  <otte@gnome.org>
30543
30544         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30545         (gst_audio_convert_link), (gst_audio_convert_change_state),
30546         (gst_audio_convert_buffer_from_default_format):
30547           do conversions from/to float correctly, fix some caps nego errors,
30548           export correct supported caps in template and getcaps, use correct
30549           caps in try_set_caps functions
30550
30551 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30552
30553         For some reason, I only committed a ChangeLog entry yesterday and
30554         not the corresponding code...
30555         * ext/mad/gstmad.c: Fix detection of Xing headers
30556         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30557
30558 2004-03-06  Benjamin Otte  <otte@gnome.org>
30559
30560         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30561         (gst_ogg_demux_src_query):
30562           make sure to handle the case where there's no current chain
30563           gracefully.
30564
30565 2004-03-05  David Schleef  <ds@schleef.org>
30566
30567         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30568         Add fixate function. (bug #131128)
30569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30570         (gst_sdlvideosink_fixate):  Add fixate function.
30571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30572         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30573         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30574         Fix missing break that was causing ulaw to be interpreted as
30575         raw int.
30576
30577 2004-03-05  David Schleef  <ds@schleef.org>
30578
30579         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30580         Fix code that ignores return value of gst_buffer_merge().
30581         (bug #114560)
30582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30583         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30584         * testsuite/gst-lint:  Check for above.
30585
30586 2004-03-05  David Schleef  <ds@schleef.org>
30587
30588         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30589         caps and throw an element error.  (bug #136334)
30590
30591 2004-03-05  David Schleef  <ds@schleef.org>
30592
30593         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30594         (gst_faad_chain): Fix negotiation.
30595         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30596         key and button events.
30597         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30598         dung heap of code.
30599         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30600         depends on gconf
30601         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30602         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30603         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30604         function to encourage better negotiation, particularly between
30605         audioconvert and osssink.
30606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30607         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30608         more important.
30609         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30610         typefinding.
30611         * gst/vbidec/vbiscreen.c:  Add glib header
30612         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30613
30614 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30615
30616         * ext/mad/gstmad.c: Fix detection of Xing headers
30617         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30618
30619 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30620
30621         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30622         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30623           debug updates
30624
30625 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30626
30627         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30628         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30629         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30630         files, and report the parsed length as a GST_TAG_DURATION tag.
30631         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30632
30633 2004-03-05  Benjamin Otte  <otte@gnome.org>
30634
30635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30636           convert channels correctly. convert correctly to unsigned.
30637
30638 2004-03-05  Julien MOUTTE <julien@moutte.net>
30639
30640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30641         we have a window before clearing it.
30642
30643 2004-03-05  Julien MOUTTE <julien@moutte.net>
30644
30645         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30646         have a window before clearing it.
30647
30648 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30649
30650         * gconf/gstreamer.schemas.in:
30651         * gst-libs/gst/gconf/Makefile.am:
30652           version installation path the same way as for 0.6
30653         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30654         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30655         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30656           remove comment that was fixed
30657
30658 2004-03-05  David Schleef  <ds@schleef.org>
30659
30660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30661         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30662         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30663         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30664         Add prototype code for handling seeking and querying.
30665
30666 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30667
30668         * examples/gstplay/player.c: (main):
30669           Initialize variables to NULL. Prevents a segfault because the
30670           (uninitialized) variable is not NULL, resulting in a crash on
30671           trying to reach error->message.
30672
30673 2004-03-05  Benjamin Otte  <otte@gnome.org>
30674
30675         * gst/audioconvert/gstaudioconvert.c:
30676         (gst_audio_convert_buffer_to_default_format):
30677         make float=>int conversion work correctly even in cornercases.
30678
30679 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30680
30681         * debian/README.Debian:
30682         * debian/build-deps:
30683         * debian/changelog:
30684         * debian/control:
30685         * debian/control.in:
30686         * debian/copyright:
30687         * debian/gstreamer-a52dec.files:
30688         * debian/gstreamer-aa.files:
30689         * debian/gstreamer-alsa.files:
30690         * debian/gstreamer-alsa.manpages:
30691         * debian/gstreamer-arts.files:
30692         * debian/gstreamer-artsd.files:
30693         * debian/gstreamer-audiofile.files:
30694         * debian/gstreamer-avifile.files:
30695         * debian/gstreamer-cdparanoia.files:
30696         * debian/gstreamer-colorspace.files:
30697         * debian/gstreamer-doc.files:
30698         * debian/gstreamer-dv.files:
30699         * debian/gstreamer-dvd.files:
30700         * debian/gstreamer-esd.files:
30701         * debian/gstreamer-festival.files:
30702         * debian/gstreamer-flac.files:
30703         * debian/gstreamer-gconf.conffiles:
30704         * debian/gstreamer-gconf.files:
30705         * debian/gstreamer-gconf.postinst:
30706         * debian/gstreamer-gnomevfs.files:
30707         * debian/gstreamer-gsm.files:
30708         * debian/gstreamer-http.files:
30709         * debian/gstreamer-jack.files:
30710         * debian/gstreamer-jpeg.files:
30711         * debian/gstreamer-mad.files:
30712         * debian/gstreamer-mikmod.files:
30713         * debian/gstreamer-misc.files:
30714         * debian/gstreamer-mpeg2dec.files:
30715         * debian/gstreamer-oss.files:
30716         * debian/gstreamer-plugin-apps.files:
30717         * debian/gstreamer-plugin-apps.manpages:
30718         * debian/gstreamer-plugin-libs-dev.files:
30719         * debian/gstreamer-plugin-libs.files:
30720         * debian/gstreamer-plugin-template.postinst:
30721         * debian/gstreamer-plugin-template.postrm:
30722         * debian/gstreamer-sdl.files:
30723         * debian/gstreamer-sid.files:
30724         * debian/gstreamer-vorbis.files:
30725         * debian/gstreamer-x.files:
30726         * debian/mk.control:
30727         * debian/rules:
30728         Debian package info not maintained here.
30729
30730 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30731
30732         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30733         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30734         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30735         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30736         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30737         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30738         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30739         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30740         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30741         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30742         * gst-libs/gst/colorbalance/colorbalance.c:
30743         (gst_color_balance_class_init):
30744         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30745         (gst_color_balance_channel_class_init):
30746         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30747         * gst-libs/gst/play/play.c: (gst_play_class_init):
30748         * gst-libs/gst/propertyprobe/propertyprobe.c:
30749         (gst_property_probe_iface_init):
30750         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30751         * gst-libs/gst/tuner/tunerchannel.c:
30752         (gst_tuner_channel_class_init):
30753         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30754         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30755         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30756         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30757         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30758         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30759         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30760         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30761         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30762           fix signals to use - instead of _
30763         * ext/libcaca/gstcacasink.h:
30764         * ext/sdl/sdlvideosink.h:
30765           fix header rename
30766
30767 2004-03-04  David Schleef  <ds@schleef.org>
30768
30769         * testsuite/gst-lint:  Add a check for bad signal names.
30770
30771 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30772
30773         reviewed by David Schleef
30774
30775         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30776         modified the alpha channel and caused a warning. (bug #136192)
30777
30778 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30779
30780         * gst-plugins.spec.in:
30781         Change names of plugins to actually be correct. Try to keep things
30782         alphabetical to avoid getting beat up by Thomas
30783
30784 2004-03-03  Julien MOUTTE <julien@moutte.net>
30785
30786         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30787         Using ximagesink as a default if no gconf key found. We should
30788         probably consider using alsasink instead of osssink for the audio
30789         part.
30790
30791 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30792
30793         * configure.ac:
30794           fix --with-plugins, don't think it ever worked before
30795         * gst-plugins.spec.in:
30796           even more updates
30797
30798 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30799
30800         * ext/sdl/sdlvideosink.h:
30801         * sys/ximage/ximagesink.h:
30802         * sys/xvideo/xvideosink.h:
30803         * sys/xvimage/xvimagesink.h:
30804           Fix for move of gstvideosink.h -> videosink.h.
30805
30806 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30807
30808         * gst-libs/gst/xwindowlistener/Makefile.am:
30809           this is a plugin library, not a library
30810
30811 2004-03-01  David Schleef  <ds@schleef.org>
30812
30813         * AUTHORS:  Added some names.  Add yourself if you're still
30814         missing.
30815
30816 2004-03-01  David Schleef  <ds@schleef.org>
30817
30818         * MAINTAINERS: Add
30819
30820 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30821
30822         * gst-plugins.spec.in: clean up spec file
30823
30824 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30825
30826         * gst-libs/gst/video/Makefile.am:
30827         * gst-libs/gst/video/gstvideosink.c:
30828         * gst-libs/gst/video/gstvideosink.h:
30829           rename gstvideosink.h to videosink.h to match other headers
30830         * gst/mixmatrix/Makefile.am:
30831           fix plugin filename
30832         * gst/tags/Makefile.am: fix plugin filename
30833
30834 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30835
30836         * gst/tags/Makefile.am: fix plugin filename
30837
30838 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30839
30840         * examples/gstplay/player.c: (got_time_tick), (main):
30841           add error handler
30842           display time_tick more readably
30843         * gst/mixmatrix/Makefile.am:
30844           fix plugin file name
30845
30846 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30847
30848         * sys/oss/gstosselement.c: (gst_osselement_probe),
30849         (device_combination_append), (gst_osselement_class_probe_devices):
30850         * sys/oss/gstosselement.h:
30851           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30852           on my system using alsa oss emulation, fixes bug #135597
30853
30854 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30855
30856         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30857         (gst_videodrop_chain), (gst_videodrop_change_state):
30858         * gst/videodrop/gstvideodrop.h:
30859           Work based on timestamp of input data, not based on the expected
30860           framerate from the input. The consequence is that this element now
30861           not only scales framerates, but also functions as a framerate
30862           corrector or framerate stabilizer/constantizer.
30863
30864 2004-02-27  David Schleef  <ds@schleef.org>
30865
30866         patches from jmmv@menta.net (Julio M. Merino Vidal)
30867
30868         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30869         GST_ELEMENT_ERROR call (bug #135634)
30870         * gst/interleave/interleave.c: (interleave_buffered_loop),
30871         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30872         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30873         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30874         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30875         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30876         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30877         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30878         Fix GST_ELEMENT_ERROR call.
30879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30880         GST_ELEMENT_ERROR call.
30881
30882 2004-02-27  Benjamin Otte  <otte@gnome.org>
30883
30884         * gst-libs/gst/audio/audio.h:
30885           add macro to make sure header isn't included twice
30886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30887           don't use gst_buffer_free
30888         * gst/playondemand/filter.func:
30889           don't use gst_data_free. Free data only once.
30890
30891 2004-02-26  David Schleef  <ds@schleef.org>
30892
30893         * gst-libs/gst/colorbalance/Makefile.am:
30894         * gst-libs/gst/mixer/Makefile.am:
30895         * gst-libs/gst/tuner/Makefile.am:
30896         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30897         should not be disted, -marshal.h files should not be installed,
30898         and -enum.h files _should_ be installed.  Fix to make this the
30899         case.
30900
30901 === release 0.7.5 ===
30902
30903 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30904
30905         * configure.ac: release 0.7.5, "Under The Sea"
30906
30907 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30908
30909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30910         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30911         * gst/videoscale/gstvideoscale.c:
30912         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30913           assorted debug/warning fixes
30914
30915 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30916
30917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30918         (gst_videoscale_init), (gst_videoscale_chain),
30919         (gst_videoscale_set_property), (plugin_init):
30920         * gst/videoscale/gstvideoscale.h:
30921         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30922         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30923         (gst_videoscale_planar400), (gst_videoscale_packed422),
30924         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30925         (gst_videoscale_24bit), (gst_videoscale_16bit),
30926         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30927         (gst_videoscale_scale_plane_slow),
30928         (gst_videoscale_scale_point_sample),
30929         (gst_videoscale_scale_nearest),
30930         (gst_videoscale_scale_nearest_str2),
30931         (gst_videoscale_scale_nearest_str4),
30932         (gst_videoscale_scale_nearest_32bit),
30933         (gst_videoscale_scale_nearest_24bit),
30934         (gst_videoscale_scale_nearest_16bit):
30935         add debugging category and use it properly
30936         fix use of GST_PTR_FORMAT
30937
30938 2004-02-25  Andy Wingo  <wingo@pobox.com>
30939
30940         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30941         push only when channel->buffer is NULL. Prevents segfaults doing
30942         the state change after a nonlocal exit, like a scheme exception.
30943
30944         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30945         Handle the case where the intersected caps is empty.
30946
30947 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30948
30949         * gst/law/mulaw-decode.c: (mulawdec_link):
30950         * gst/law/mulaw.c: (plugin_init):
30951           fix mulawdec so it actually works again
30952
30953 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30954
30955         reviewed by: David Schleef  <ds@schleef.org>
30956
30957         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30958         (gst_gamma_init), (gst_gamma_set_property),
30959         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30960         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30961         for RGB, with separate r g and b correction factors. (#131167)
30962
30963 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30964
30965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30966           only signal tags for bitrate if they're > 0 (#134894)
30967
30968 2004-02-24  David Schleef  <ds@schleef.org>
30969
30970         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30971         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30972         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30973         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30974         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30975         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30976         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30977         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30978         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30979         category.  Attempt to fix timestamp calculation.
30980
30981 2004-02-24  Johan Dahlin  <johan@gnome.org>
30982
30983         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30984
30985 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30986
30987         * configure.ac:
30988         * gconf/Makefile.am:
30989         * gconf/gstreamer.schemas:
30990         * gst-libs/gst/gconf/Makefile.am:
30991         * gst-libs/gst/gconf/gconf.c:
30992           version gconf schemas and install locations
30993
30994 2004-02-23  Benjamin Otte  <otte@gnome.org>
30995
30996         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30997         (gst_xine_input_subclass_init):
30998           call parent dispose.
30999           change pad template for CD reader correctly
31000         * ext/xine/Makefile.am:
31001         * ext/xine/gstxine.h:
31002         * ext/xine/xine.c: (plugin_init):
31003         * ext/xine/xineaudiosink.c:
31004           wrap audio sinks, too
31005         * gst-libs/gst/resample/private.h:
31006         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31007         (gst_resample_reinit), (gst_resample_scale),
31008         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31009         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31010         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31011         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31012         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31013         * gst-libs/gst/resample/resample.h:
31014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31015         (gst_audioscale_class_init), (gst_audioscale_link),
31016         (gst_audioscale_get_buffer), (gst_audioscale_init),
31017         (gst_audioscale_chain), (gst_audioscale_set_property),
31018         (gst_audioscale_get_property):
31019         * gst/audioscale/gstaudioscale.h:
31020           s/resample_*/gst_resample_*/i to not clobber namespaces
31021
31022 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31023
31024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31025         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31026         (gst_riff_create_video_template_caps),
31027         (gst_riff_create_audio_template_caps),
31028         (gst_riff_create_iavs_template_caps):
31029         * gst-libs/gst/riff/riff-media.h:
31030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31031         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31032         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31033         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31035         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31036         (gst_matroska_demux_plugin_init): First batch implementing audio and
31037         video codec tags in demuxers.
31038
31039 2004-02-22  Benjamin Otte  <otte@gnome.org>
31040
31041         * ext/xine/Makefile.am:
31042         * ext/xine/gstxine.h:
31043         * ext/xine/xine.c: (plugin_init):
31044         * ext/xine/xineinput.c:
31045           add input plugin wrapper. Playback from files, http, mms and cdda
31046           works.
31047         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31048           remove leftover G_GNUC_UNUSED
31049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31050         (gst_asf_demux_identify_guid):
31051           improve debugging output
31052
31053 2004-02-22  Benjamin Otte  <otte@gnome.org>
31054
31055         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31056
31057         * autogen.sh:
31058           replace test -e with test -x for mkinstalldirs to be more portable.
31059           (fixes #134816)
31060
31061 2004-02-22  Benjamin Otte  <otte@gnome.org>
31062
31063         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31064
31065         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31066           set rank to PRIMARY
31067         * gst/volume/gstvolume.c: (plugin_init):
31068           set rank to NONE
31069         fixes #134960
31070
31071 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31072
31073         reviewed by Benjamin Otte  <otte@gnome.org>
31074
31075         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31076           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31077
31078 2004-02-22  Benjamin Otte  <otte@gnome.org>
31079
31080         * configure.ac:
31081           export [_]*{gst,Gst,GST}.* symbols from plugins
31082
31083 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31084
31085         reviewed by: Benjamin Otte  <otte@gnome.org>
31086
31087         * ext/lame/gstlame.c: (add_one_tag):
31088         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31090         (gst_vorbisenc_metadata_set1):
31091         * gst/tags/gstid3tag.c:
31092         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31093           apply fixes from bugs #135042 (lame can't write tags) and #133817
31094           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31095
31096 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31097
31098         * configure.ac: Export only gst_plugin_desc from plugins.
31099          Note that this change only makes any effect with Linux using libtool
31100          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31101          fine. And don't try to have several versions of libtool in different
31102          directories.
31103
31104 2004-02-20  Andy Wingo  <wingo@pobox.com>
31105
31106         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31107         interleave respectively.
31108
31109         * gst/interleave/deinterleave.c: New plugin: deinterleave
31110         (replaces on oneton).
31111         * gst/interleave/interleave.c: New plugin: interleave.
31112         * gst/interleave/plugin.h: Support file.
31113         * gst/interleave/plugin.c: Support file.
31114
31115         * configure.ac: Remove intfloat and oneton, add interleave.
31116
31117         * ext/sndfile/gstsf.c: Handle events better.
31118
31119         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31120         and float2int operation. int2float has scheduling problems as
31121         noted in in2float_chain.
31122
31123 2004-02-20  Benjamin Otte  <otte@gnome.org>
31124
31125         * ext/xine/Makefile.am:
31126         * ext/xine/gstxine.h:
31127         * ext/xine/xine.c:
31128         * ext/xine/xineaudiodec.c:
31129         * ext/xine/xinecaps.c:
31130           add first version of xine plugin wrapper. Currently only wraps the
31131           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31132         * configure.ac:
31133         * ext/Makefile.am:
31134           add xine plugin wrapper, disabled by default. Use --enable-xine to
31135           build. Note that it'll segfault on gst-register if you don't remove
31136           the goom and tvtime post plugins from xine.
31137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31138         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31139           add extradata parsing for QDM2.
31140           change around debugging prints.
31141
31142 2004-02-19  Benjamin Otte  <otte@gnome.org>
31143
31144         * ext/lame/gstlame.c: (gst_lame_chain):
31145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31146           use gst_tag_list_insert when you want to insert tags
31147
31148 2004-02-18  David Schleef  <ds@schleef.org>
31149
31150         * configure.ac:  Move massink to gst-rotten
31151         * ext/Makefile.am:
31152         * ext/mas/Makefile.am:
31153         * ext/mas/massink.c:
31154         * ext/mas/massink.h:
31155
31156 2004-02-18  David Schleef  <ds@schleef.org>
31157
31158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31159         typefinding, since it seems to be worse than nothing.
31160         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31161         atom to recognize .mp4 and .m4a files as video/quicktime.
31162
31163 2004-02-18  David Schleef  <ds@schleef.org>
31164
31165         * gst/sine/demo-dparams.c: (quit_live),
31166         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31167         Use double dparams, not float.
31168         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31169         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31170         sync'd elements don't really work correctly.
31171         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31172         (volume_update_volume), (volume_get_property):  Change dparam
31173         to double.
31174
31175 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31176
31177         * sys/ximage/ximagesink.c:
31178         (gst_ximagesink_xwindow_update_geometry),
31179         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31180         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31181         (gst_ximagesink_init): Rework the way software video scaling works. So
31182         now we check on each chain call if the video frames are feeling the
31183         window. If not we try to renegotiate caps. On failure we memorize that
31184         and we won't try again for that PLAYING sessions.
31185         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31186         failure.
31187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31188         synchronous flag.
31189
31190 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31191
31192         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31193           break up _link so we can give a better debug message for errors
31194
31195 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31196
31197         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31198           set up debug category
31199
31200 2004-02-18  Julien MOUTTE <julien@moutte.net>
31201
31202         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31203         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31204         the way renegotiation work. The event handling function is not taking
31205         care of external windows and renegotiate method check for pad flags
31206         NEGOTIATING. Should fix : #133209
31207
31208 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31209
31210         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31211         pad is negotiating before trying renegotiation.
31212
31213 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31214
31215         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31216           pass on all possible mime types as typefind hints
31217
31218 2004-02-17  Julien MOUTTE <julien@moutte.net>
31219
31220         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31222         possible SHM leak if we crash. All other apps using XShm are doing
31223         that.
31224
31225 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31226
31227         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31228         (gst_ximagesink_expose): Renegotiate size on expose.
31229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31230         size on expose.
31231
31232 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31233
31234         * testsuite/alsa/sinesrc.c:
31235           cosmetic fix to fix compile issue with gcc 2.95.4
31236
31237 2004-02-16  Julien MOUTTE <julien@moutte.net>
31238
31239         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31240         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31241         failed opening the audio device.
31242         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31243         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31244         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31245         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31246         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31247         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31248         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31249         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31250         Removing some useless g_return_if_fail like wingo suggested.
31251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31252         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31253         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31254         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31255         (gst_xvimagesink_update_colorbalance),
31256         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31257         (gst_xvimagesink_xcontext_clear),
31258         (gst_xvimagesink_get_fourcc_from_caps),
31259         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31260         (gst_xvimagesink_set_xwindow_id),
31261         (gst_xvimagesink_colorbalance_list_channels),
31262         (gst_xvimagesink_colorbalance_set_value),
31263         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31264         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31265
31266 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31267
31268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31269           throw error when not negotiated instead of asserting
31270
31271 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31272
31273         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31274         correct data refcounting.
31275
31276 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31277
31278         * gst/switch/gstswitch.c: (gst_switch_change_state),
31279         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31280         change, mostly the EOS flag.
31281
31282 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31283
31284         * examples/gstplay/player.c: (got_eos), (main): Adding some
31285         output for debugging.
31286         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31287         timeouts if we go to any state different from PLAYING.
31288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31289         more EOS bugs in riff lib.
31290
31291 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31292
31293         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31294         visualization until i find a way to fix switch correctly.
31295         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31296         EOS arrives.
31297         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31298         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31299         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31300         Reworked switch to get a more correct behaviour with events and refing
31301         of data stored in sinkpads.
31302         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31303         we don't pull from a pad in EOS.
31304
31305 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31306
31307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31308           remove v1 tag even if we can't read it (makes sure we don't detect
31309           it again)
31310
31311 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31312
31313         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31314         (gst_alsa_xrun_recovery):
31315         * ext/alsa/gstalsa.h:
31316           try xrun recovery when wait failed. Make xrun recovery function
31317           return TRUE/FALSE to indicate success. (might fix #134354)
31318
31319 2004-02-13  David Schleef  <ds@schleef.org>
31320
31321         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31322         (dynparm_value_changed), (main): Convert from float to double.
31323         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31324
31325 2004-02-13  David Schleef  <ds@schleef.org>
31326
31327         * gst/silence/gstsilence.c: (gst_silence_class_init),
31328         (gst_silence_set_clock), (gst_silence_get),
31329         (gst_silence_set_property), (gst_silence_get_property):
31330         * gst/silence/gstsilence.h: Add sync property.
31331         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31332         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31333         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31334         * gst/sine/gstsinesrc.h: Add sync property.
31335
31336 2004-02-13  David Schleef  <ds@schleef.org>
31337
31338         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31339         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31340
31341 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31342
31343         * configure.ac:
31344         * ext/Makefile.am:
31345         * gst-libs/ext/Makefile.am:
31346           move ffmpeg plugin to gst-ffmpeg module
31347
31348 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31349
31350         * configure.ac: use GST_ARCH to detect architecture
31351
31352 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31353
31354         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31355
31356 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31357
31358         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31359           classify LADSPA plugins based on number of src/sink pads
31360           (#133663, Stefan Kost)
31361         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31362           fix dparams registration
31363           (#133528, Stefan Kost)
31364         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31365           fix use of isprint and use g_ascii_isprint instead
31366           (#133316, Stefan Kost)
31367
31368 2004-02-11  David Schleef  <ds@schleef.org>
31369
31370         Convert a few inner loops to use liboil.  This is currently
31371         optional, and is only enabled if liboil is present (duh!).
31372         * configure.ac: Check for liboil-0.1
31373         * gst/intfloat/Makefile.am:
31374         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31375         (gst_int2float_chain_gint16):
31376         * gst/videofilter/Makefile.am:
31377         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31378         (tablelookup_u8), (gst_videobalance_planar411):
31379         * gst/videotestsrc/Makefile.am:
31380         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31381         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31382         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31383         (paint_hline_RGB565), (paint_hline_xRGB1555):
31384
31385 2004-02-11  David Schleef  <ds@schleef.org>
31386
31387         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31388         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31389         (gst_colorspace_getcaps), (gst_colorspace_link),
31390         (gst_colorspace_base_init), (gst_colorspace_init),
31391         (gst_colorspace_chain), (gst_colorspace_change_state),
31392         (plugin_init): Merge Ronald's patch (bug #117897) and update
31393         for new caps and negotiation.  Seems to work, although it
31394         shows off bugs in lcs.
31395
31396 2004-02-11  David Schleef  <ds@schleef.org>
31397
31398         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31399         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31400
31401 2004-02-11  David Schleef  <ds@schleef.org>
31402
31403         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31404         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31405         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31406         Add server and port properties
31407
31408 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31409
31410         * m4/a52.m4:
31411         * m4/aalib.m4:
31412         * m4/as-ffmpeg.m4:
31413         * m4/as-liblame.m4:
31414         * m4/as-slurp-ffmpeg.m4:
31415         * m4/check-libheader.m4:
31416         * m4/esd.m4:
31417         * m4/freetype2.m4:
31418         * m4/gconf-2.m4:
31419         * m4/glib.m4:
31420         * m4/gst-alsa.m4:
31421         * m4/gst-artsc.m4:
31422         * m4/gst-ivorbis.m4:
31423         * m4/gst-matroska.m4:
31424         * m4/gst-sdl.m4:
31425         * m4/gst-shout2.m4:
31426         * m4/gst-sid.m4:
31427         * m4/gtk.m4:
31428         * m4/libdv.m4:
31429         * m4/libfame.m4:
31430         * m4/libmikmod.m4:
31431         * m4/ogg.m4:
31432         * m4/vorbis.m4:
31433           fix underquotedness of macros (#133800)
31434         * m4/as-avifile.m4:
31435         * m4/xmms.m4:
31436           removed because no longer used
31437
31438 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * configure.ac:
31441           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31442           by autopoint (fixes #132996)
31443
31444 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31445
31446         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31447         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31448         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31449         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31450           fix memleaks
31451
31452 2004-02-11  David Schleef  <ds@schleef.org>
31453
31454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31455         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31456         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31457         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31458         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31459         (gst_jpegenc_class_init), (gst_jpegenc_init),
31460         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31461         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31462         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31463         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31464
31465 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31466
31467         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31468         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31469         * ext/mikmod/gstmikmod.h:
31470           fix caps negotiation in mikmod
31471         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31472           output debug information
31473
31474 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31475
31476         * gst-libs/gst/colorbalance/Makefile.am:
31477         * gst-libs/gst/navigation/Makefile.am:
31478         * gst-libs/gst/xoverlay/Makefile.am:
31479           remove unused GST_OPT_CFLAGS from Makefiles
31480           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31481
31482 2004-02-07  David Schleef  <ds@schleef.org>
31483
31484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31485         push events to pads that haven't been created (#133508)
31486
31487 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31488
31489         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31490         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31491         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31492         (gst_dvdec_loop), (gst_dvdec_change_state):
31493         Second attempt at committing a working dvdec element.
31494
31495 2004-02-06  David Schleef  <ds@schleef.org>
31496
31497         Build fixes for OS X: (see #129600)
31498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31499         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31500         (gst_riff_read_strf_iavs):
31501         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31502         (gst_avi_demux_stream_odml):
31503         * gst/playondemand/Makefile.am:
31504         * gst/rtp/rtp-packet.c:
31505
31506 2004-02-05  David Schleef  <ds@schleef.org>
31507
31508         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31509         last change, because it Just Doesn't Compile.
31510
31511 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31512
31513         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31514           skip undecodable id3v2 tag instead of keeping it
31515
31516 2004-02-05  David Schleef  <ds@schleef.org>
31517
31518         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31519         Unref leaked buffer.  (Noticed by Ronald)
31520
31521 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31522
31523         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31524         Sync requires with other checks.  >= vs =.
31525
31526 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31527
31528         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31529         (gst_dvdec_video_link), (gst_dvdec_loop):
31530         * ext/dv/gstdvdec.h:
31531           rework the caps negotiation so that dvdec works again instead
31532           of just segfaulting.
31533
31534 === release 0.7.4 ===
31535
31536 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31537
31538         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31539         * configure.ac: changed for release
31540
31541 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31542
31543         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31544         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31545         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31546         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31547           reworked patch by David Lehn to fix libdir and includedir for
31548           uninstalled libraries
31549           removed play and gconf from gstreamer-libs since they have their
31550           own pkgconfig files
31551
31552 2004-02-04  David Schleef  <ds@schleef.org>
31553
31554         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31555         memleak.
31556
31557 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31558
31559         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31560           use correct GST_TAG_ENCODER tag
31561
31562 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31563
31564         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31565           be sure to stop the clock when going to paused
31566         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31567           reset number of transmitted when going to ready.
31568         fixes #132935
31569
31570 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31571
31572         reviewed by Benjamin Otte
31573
31574         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31575           extract track count (fixes #133410)
31576
31577 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31578
31579         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31580           that should be !=, not == (fixes #132519)
31581
31582 2004-02-04  David Schleef  <ds@schleef.org>
31583
31584         Make sure set_explicit_caps() is called before adding pad.
31585         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31586         * gst/id3/gstid3types.c: (gst_id3types_loop):
31587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31588         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31589
31590 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31591
31592         * configure.ac:
31593           bump nano to 2, first prerelease
31594           put back AM_PROG_LIBTOOL
31595
31596 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31597
31598         * testsuite/alsa/Makefile.am:
31599           these are user test apps, not automatic testsuite tests
31600
31601 2004-02-04  David Schleef  <ds@schleef.org>
31602
31603         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31604         * gst/mpeg1videoparse/gstmp1videoparse.c:
31605         (mp1videoparse_parse_seq):
31606         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31608         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31609         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31610         (gst_xvideosink_getcaps):
31611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31612         * testsuite/gst-lint: more tests
31613
31614 2004-02-04  David Schleef  <ds@schleef.org>
31615
31616         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31617         with the code that they would expand to.
31618         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31619         (gst_flacdec_get_src_query_types),
31620         (gst_flacdec_get_src_event_masks):
31621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31622         (gst_gnomevfssrc_get_query_types),
31623         (gst_gnomevfssrc_get_event_mask):
31624
31625 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31626
31627         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31628         (gst_sinesrc_dispose):
31629           fix memleak by properly disposing sinesrc
31630
31631 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31632
31633         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31634         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31635         an overlay to redraw the image because it has been exposed.
31636         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31637         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31638         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31639         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31640         interface
31641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31642         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31643         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31644         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31645         interface
31646
31647 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31648
31649         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31650           more memleak fixage
31651
31652 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31653
31654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31655         * gst/typefind/gsttypefindfunctions.c:
31656           fix memleaks shown by gst-typefind
31657
31658 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31659
31660         * common/glib-gen.mak:
31661           add hack rule to touch .Plo files
31662         * gst-libs/gst/colorbalance/Makefile.am:
31663         * gst-libs/gst/mixer/Makefile.am:
31664         * gst-libs/gst/play/Makefile.am:
31665         * gst-libs/gst/tuner/Makefile.am:
31666           remove glib_root variable
31667
31668 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31669
31670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31671           set explicit caps before adding the element, so the autopluggers can
31672           plug correctly.
31673         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31674         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31675         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31676         (dv_type_find):
31677           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31678           argument.
31679
31680 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31681
31682         * gst-libs/gst/colorbalance/Makefile.am:
31683         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31684         * gst-libs/gst/colorbalance/colorbalance.c:
31685         * gst-libs/gst/colorbalance/colorbalance.h:
31686         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31687         * gst-libs/gst/mixer/Makefile.am:
31688         * gst-libs/gst/mixer/mixer-marshal.list:
31689         * gst-libs/gst/mixer/mixer.c:
31690         * gst-libs/gst/mixer/mixer.h:
31691         * gst-libs/gst/mixer/mixermarshal.list:
31692         * gst-libs/gst/play/Makefile.am:
31693         * gst-libs/gst/play/play.h:
31694         * gst-libs/gst/tuner/Makefile.am:
31695         * gst-libs/gst/tuner/tuner-marshal.list:
31696         * gst-libs/gst/tuner/tuner.c:
31697         * gst-libs/gst/tuner/tuner.h:
31698         * gst-libs/gst/tuner/tunermarshal.list:
31699           use new glib-gen.mak snippet to clean up Makefile.am
31700           fix various bugs in Makefile.am's
31701
31702 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31703
31704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31705           handle chain parsing correctly in the multichain case
31706         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31707         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31708         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31709         (theora_dec_chain):
31710           handle events and queries correctly
31711
31712 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31713
31714         * .cvsignore:
31715         Ignore generated file _stdint.h.
31716
31717 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31718
31719         * gst-libs/gst/colorbalance/Makefile.am:
31720         * gst-libs/gst/colorbalance/colorbalance.h:
31721         * gst-libs/gst/mixer/Makefile.am:
31722         * gst-libs/gst/mixer/mixer.h:
31723         * gst-libs/gst/play/Makefile.am:
31724         * gst-libs/gst/play/play.h:
31725         * gst-libs/gst/tuner/Makefile.am:
31726         * gst-libs/gst/tuner/tuner.h:
31727         Generate enum type code with glib-mkenums.
31728         * gst-libs/gst/colorbalance/.cvsignore:
31729         * gst-libs/gst/mixer/.cvsignore:
31730         * gst-libs/gst/play/.cvsignore:
31731         * gst-libs/gst/tuner/.cvsignore:
31732         Ignore generated files.
31733
31734 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31735
31736         * gst-libs/gst/audio/.cvsignore:
31737         Ignore generated file.
31738         * gst-libs/gst/audio/Makefile.am:
31739         Do not install example filter.
31740
31741 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31742
31743         * examples/switch/.cvsignore:
31744         Ignore generated file.
31745
31746 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31747
31748         * common/m4/ax_create_stdint_h.m4:
31749         * configure.ac:
31750           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31751           _stdint.h.
31752         * Makefile.am:
31753           remove generated _stdint.h in DISTCLEANFILES
31754         * ext/a52dec/gsta52dec.c:
31755           include _stdint.h for a52dec. (should fix #133064)
31756
31757 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31758
31759         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31760         (gst_tag_to_vorbis_comments):
31761         Add replaygain support to vorbistag
31762
31763 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31764         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31765         (gst_ffmpeg_caps_to_extradata):
31766           Fix SVQ3 caps flag properties
31767           Use glib macro for bytes swap
31768
31769 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31770
31771         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31772         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31774         * ext/sndfile/gstsf.c: (plugin_init):
31775         * gst/avi/gstavi.c: (plugin_init):
31776         * sys/dxr3/dxr3init.c: (plugin_init):
31777         * sys/oss/gstossaudio.c: (plugin_init):
31778         * sys/v4l/gstv4l.c: (plugin_init):
31779         * sys/v4l2/gstv4l2.c: (plugin_init):
31780           remove textdomain calls
31781         * po/nl.po:
31782           update Dutch translation
31783
31784 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31785
31786         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31787         (gst_play_set_audio_sink): Moving volume in the audio thread for
31788         instantaneous volume change. Maybe i will add another volume in front
31789         of visualization later, not sure yet though.
31790
31791 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31792
31793         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31794         (gst_ximagesink_handle_xevents): Better X events handling, only take
31795         the latest events for configure and motion.
31796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31797
31798 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31799
31800         reviewed by: David Schleef  <ds@schleef.org>
31801
31802         Fix memory leaks:
31803         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31804         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31805
31806 2004-02-02  David Schleef  <ds@schleef.org>
31807
31808         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31809         of lines.
31810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31811         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31812         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31813         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31814         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31815         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31816         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31817         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31818         (gst_float2_2_int_link):
31819         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31820         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31821         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31822         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31823         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31824         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31825         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31827         * testsuite/gst-lint: Add tests for bzero and ;;
31828
31829 2004-02-02  David Schleef  <ds@schleef.org>
31830
31831         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31832
31833 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * ext/aalib/gstaasink.c: (gst_aasink_open):
31836         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31838         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31839         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31840         (gst_afsink_close_file):
31841         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31842         (gst_afsrc_close_file):
31843         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31844         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31845         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31846         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31847         * ext/esd/esdmon.c: (gst_esdmon_get):
31848         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31849         * ext/faac/gstfaac.c: (gst_faac_chain):
31850         * ext/faad/gstfaad.c: (gst_faad_chain):
31851         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31852         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31853         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31854         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31855         (gst_flacdec_loop):
31856         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31857         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31860         (gst_gnomevfssink_close_file):
31861         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31862         (gst_gnomevfssrc_open_file):
31863         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31864         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31865         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31866         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31867         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31868         * ext/mad/gstmad.c: (gst_mad_chain):
31869         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31870         * ext/mpeg2dec/gstmpeg2dec.c:
31871         * ext/mpeg2enc/gstmpeg2enc.cc:
31872         * ext/mplex/gstmplex.cc:
31873         * ext/mplex/gstmplexibitstream.cc:
31874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31875         (gst_ogg_demux_push):
31876         * ext/raw1394/gstdv1394src.c:
31877         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31878         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31879         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31880         (gst_sf_loop):
31881         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31882         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31883         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31884         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31886         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31887         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31888         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31889         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31890         (gst_riff_read_element_data), (gst_riff_read_seek),
31891         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31892         * gst/adder/gstadder.c: (gst_adder_loop):
31893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31894         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31896         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31897         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31898         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31899         * gst/goom/gstgoom.c: (gst_goom_chain):
31900         * gst/id3/gstid3types.c: (gst_id3types_loop):
31901         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31902         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31903         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31904         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31905         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31906         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31907         (gst_ebml_read_float), (gst_ebml_read_header):
31908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31909         (gst_matroska_demux_parse_blockgroup):
31910         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31911         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31912         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31913         * gst/silence/gstsilence.c: (gst_silence_get):
31914         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31915         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31916         * gst/speed/gstspeed.c: (speed_loop):
31917         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31919         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31920         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31921         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31922         (gst_wavparse_loop):
31923         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31924         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31925         (dxr3audiosink_close):
31926         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31927         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31928         (dxr3videosink_close), (dxr3videosink_write_data):
31929         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31930         * sys/oss/gstosssink.c: (gst_osssink_chain):
31931         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31934         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31935         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31936         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31937         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31938         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31939         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31940         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31941         (gst_v4l_set_audio):
31942         * sys/v4l/v4l_calls.h:
31943         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31944         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31945         (gst_v4lmjpegsink_playback_init),
31946         (gst_v4lmjpegsink_playback_start):
31947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31949         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31950         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31952         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31953         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31954         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31955         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31956         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31957         (gst_v4l2_get_output), (gst_v4l2_set_output),
31958         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31959         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31960         (gst_v4l2_set_attribute):
31961         * sys/v4l2/v4l2_calls.h:
31962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31963         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31964         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31965         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31966         (gst_v4l2src_capture_stop):
31967         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31968         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31969         (gst_ximagesink_chain):
31970         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31971         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31972         (gst_xvideosink_xwindow_new):
31973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31974         (gst_xvimagesink_chain):
31975
31976 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31977
31978         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31979         (gst_volume_get_volume), (volume_class_init), (volume_init),
31980         (volume_chain_int16), (volume_update_volume):
31981         * gst/volume/gstvolume.h:
31982           make code more readable by removing magic numbers
31983           make mixer interface export 0-100 range
31984           make it internally map to 0.0-1.0 range so users don't distort
31985           output by putting the sliders at full volume
31986
31987 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31988
31989         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31990         (gst_play_state_change), (gst_play_seek_to_time):
31991         block the tick callback for 0.5 secs after doing a seek
31992
31993 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31994
31995         * gst-libs/gst/play/play.c: (gst_play_new):
31996           check for GError
31997
31998 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31999
32000         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32001         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32002         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32003         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32005         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32006
32007 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32008
32009         * configure.ac:
32010         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32011           check for a function added in vorbis 1.1
32012
32013 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32014
32015         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32016         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32017           really start/stop clock only on PLAYING <=> PAUSED
32018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32019           remove \n from debugging lines
32020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32021           make it work when seeking does not
32022         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32023           reset on DISCONT
32024
32025 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32026
32027         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32028           start clock on PAUSED=>PLAYING, not later
32029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32030           extract correct time for different discont formats
32031         (gst_alsa_sink_get_time):
32032           don't segfault when no format is negotiated yet, just return 0
32033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32034         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32035         (gst_ogg_pad_push):
32036           handle flush and discont events correctly
32037         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32038           handle discont events correctly
32039
32040 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32041
32042         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32043         (gst_play_error_create), (gst_play_error_plugin),
32044         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32045         * gst-libs/gst/play/play.h:
32046           add error handling during creation
32047         * examples/gstplay/player.c: (main):
32048           use new gst_play_new
32049
32050
32051 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32052
32053         * ext/theora/theoradec.c: (theora_dec_chain):
32054           make comments work
32055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32056         (vorbis_dec_src_event), (vorbis_dec_chain):
32057           add encoder tag, fix tag reading to be more error tolerant, change
32058           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32059           gst_pad_event_default.
32060         * gst/tags/gstvorbistag.c:
32061         (gst_tag_list_from_vorbiscomment_buffer):
32062           undefine function specific define at end of function
32063
32064 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32065
32066         * ext/flac/gstflac.c: (plugin_init):
32067         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32068         * ext/flac/gstflacdec.h:
32069         * ext/flac/gstflacenc.h:
32070           Fix typos
32071
32072 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32073
32074         * examples/gstplay/player.c: s/gstplay.h/play.h/
32075
32076 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32077
32078         * gst-libs/gst/play/Makefile.am:
32079         * gst-libs/gst/play/gstplay.c:
32080         * gst-libs/gst/play/gstplay.h:
32081         * gst-libs/gst/play/play.c:
32082           more surgery, operation complete
32083
32084 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32085
32086         * gst-libs/gst/play/play.old.c:
32087         * gst-libs/gst/play/play.old.h:
32088           after CVS surgery by moving, remove
32089         * gst-libs/gst/play/playpipelines.c:
32090           remove
32091
32092         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32093           add negotiation error
32094
32095 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32096
32097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32098         (gst_ogg_demux_push):
32099           add some seeking debug info
32100           send a flush when seeking
32101
32102 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32103
32104         * configure.ac:
32105           use AC_C_INLINE
32106         * configure.ac:
32107         * ext/Makefile.am:
32108         * ext/theora/Makefile.am:
32109         * ext/theora/theoradec.c:
32110           add theora video decoder. Does just do simple decoding for now and
32111           has been tested against Theora cvs only. It only works when theora
32112           is compiled with --enable-static.
32113         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32114           always reset packetno on DISCONT
32115
32116 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32117
32118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32119           Fix audio.
32120
32121 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32122
32123         * gst/mpegaudioparse/gstmpegaudioparse.c:
32124         (mp3_type_frame_length_from_header):
32125           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32126
32127 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32128
32129         * ext/esd/esdsink.c: (gst_esdsink_init):
32130           Since we have static pad template caps, we don't need to negotiate;
32131           either the core errors out or we know the format.
32132
32133 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32134
32135         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32136         (gst_riff_read_seek):
32137         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32138         (gst_ebml_read_seek):
32139           Fix event handling.
32140
32141 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32142
32143         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32144           removee video/x-theora from vp3 decoder, it doesn't handle raw
32145           theora streams
32146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32147           fix bug with finalizing element that never went to PAUSED
32148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32149           length and position queries were swapped
32150         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32151         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32152         (vorbis_dec_src_event):
32153           implement querying time and bytes
32154
32155 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * just about every source file:
32158           gst_element_error -> GST_ELEMENT_ERROR
32159
32160 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32161
32162         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32163         emiting FLUSH and even before DISCONT.
32164         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32165         get the best instant seeking as possible yay!
32166
32167 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32168
32169         * gst/mpeg1videoparse/gstmp1videoparse.c:
32170         (gst_mp1videoparse_real_chain):
32171           Committed wrong version last week... Grr... Didn't notice until now.
32172
32173 2004-01-29  Julien MOUTTE <julien@moutte.net>
32174
32175         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32177         have_xwindow_id signal in xwindow_create.
32178
32179 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32180
32181         * ext/ogg/gstoggdemux.c:
32182           lots of changes - mainly support for chained bitstreams, seeking,
32183           querying and bugfixes of course
32184         * ext/vorbis/Makefile.am:
32185         * ext/vorbis/vorbisdec.c:
32186         * ext/vorbis/vorbisdec.h:
32187           add vorbisdec raw vorbis decoder
32188         * ext/vorbis/vorbis.c: (plugin_init):
32189           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32190         * gst/intfloat/Makefile.am:
32191         * gst/intfloat/float22int.c:
32192         * gst/intfloat/float22int.h:
32193         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32194           add float2intnew plugin. It converts multichannel interleaved float to
32195           multichannel interleaved int. The name should probably be changed.
32196         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32197         (plugin_init):
32198           add typefinding for raw theora video so oggdemux can detect it.
32199
32200 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32201
32202         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32203         sink element first.
32204         * gst/videoscale/gstvideoscale.c:
32205         (gst_videoscale_handle_src_event): Fixing src event handler.
32206
32207 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32208
32209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32210         (gst_v4lsrc_open), (gst_v4lsrc_close),
32211         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32212         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32213         * sys/v4l/gstv4lsrc.h:
32214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32215         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32216           Implement resizing... Hack. But that's why v4l is b0rked...
32217
32218 2004-01-28  Julien MOUTTE <julien@moutte.net>
32219
32220         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32221         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32222         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32223         (gst_ximagesink_xwindow_destroy):
32224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32225         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32226         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32227         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32228         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32229         correctly cleaning the image created to check xshm calls on succes,
32230         added a lot of XSync calls in X11 functions, and fixed a segfault when
32231         no image format was defined before negotiation happened.
32232
32233 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32234
32235         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32236           use gst_element_get_time to get correct time
32237
32238 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32239
32240         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32241         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32242         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32244         (gst_xvimagesink_check_xshm_calls),
32245         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32246         X plugins are now able to detect that XShm calls will fail even if the
32247         server claims that it has XShm support (remote displays most of the
32248         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32249         so that we use non XShm functions. This feature is almost useless for
32250         xvimagesink as Xv is not supported on remote displays anyway, but
32251         it might happen than even on the local display XShm calls fail.
32252
32253 2004-01-27  David Schleef  <ds@schleef.org>
32254
32255         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32256         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32257         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32258         changed esdsink to only use 44100,16,2, since esd sucks at rate
32259         conversion and esdsink has had difficulty negotiating.
32260
32261 2004-01-27  Julien MOUTTE <julien@moutte.net>
32262
32263         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32264         (gst_play_seek_to_time): Fixing the way to get current position.
32265
32266 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32267
32268         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32269           use gst_element_get_time to get correct time
32270
32271 2004-01-27  Julien MOUTTE <julien@moutte.net>
32272
32273         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32274         fix ever... Inverting 2 lines of code make spider autoplug correctly
32275         tagged mp3 !
32276
32277 2004-01-27  David Schleef  <ds@schleef.org>
32278
32279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32280         Use gst_pad_try_set_caps_nonfixed().
32281
32282 2004-01-27  David Schleef  <ds@schleef.org>
32283
32284         * gst/ac3parse/gstac3parse.c: update to checklist 5
32285         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32286         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32287         * gst/audioscale/gstaudioscale.c: same
32288         * gst/auparse/gstauparse.c: same
32289         * gst/avi/gstavidemux.c: same
32290
32291 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32292
32293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32294           stop processing after EOS
32295
32296 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32297
32298         * gst/asfdemux/asfheaders.h:
32299         * gst/asfdemux/gstasfdemux.c:
32300         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32301         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32302         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32303           lot's of fixes to make data extraction simpler and get the code
32304           architecture and compiler independant. Add debugging category
32305         * gst/goom/gstgoom.c: (gst_goom_change_state):
32306           reset channel count on PAUSED=>READY, not READY=>PAUSED
32307
32308 2004-01-26  Colin Walters  <walters@verbum.org>
32309
32310         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32311         code to pull a bigger buffer in iradio mode.  This as a side effect
32312         makes typefinding work.
32313
32314 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32315
32316         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32317         Fix SVQ3 decoding on PPC
32318
32319 2004-01-26  Julien MOUTTE <julien@moutte.net>
32320
32321         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32322         that one managed to stay there... Fixed.
32323
32324 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32325
32326         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32327         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32328         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32329         (qtdemux_video_caps):
32330         * gst/qtdemux/qtdemux.h:
32331         Add SVQ3 specific flags to qtdemux and ffmpeg
32332
32333 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32334
32335         * gst-libs/gst/audio/audio.h:
32336           remove buffer-frames from audio caps
32337         * gst/audioconvert/gstaudioconvert.c:
32338           fix plugin to really work.
32339
32340 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32341
32342         * gst-libs/gst/mixer/mixer.c:
32343         * gst-libs/gst/propertyprobe/propertyprobe.c:
32344         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32345         (gst_tuner_find_channel_by_name):
32346         * gst-libs/gst/tuner/tuner.h:
32347           Add gtk-doc style comments. Also fix a function name.
32348
32349 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32350
32351         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32352         (gst_divxdec_negotiate):
32353           Fix for new capsnego - also fixes gst-player with divxdec.
32354
32355 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32356
32357         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32358         (gst_play_identity_handoff), (gst_play_set_location),
32359         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32360         try in visualization implementation. Still have an issue with switch
32361         blocking when pulling from video_queue and only audio comes out of
32362         spider.
32363         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32364         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32365         release method. And check if the pad is usable before pulling.
32366
32367 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32368
32369         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32370         (gst_videobalance_init),
32371         (gst_videobalance_colorbalance_list_channels),
32372         (gst_videobalance_colorbalance_set_value),
32373         (gst_videobalance_colorbalance_get_value),
32374         (gst_videobalance_update_properties),
32375         (gst_videobalance_update_tables_planar411),
32376         (gst_videobalance_planar411):
32377         * gst/videofilter/gstvideobalance.h:
32378           Implement lookup-tables. +/- 10x faster.
32379
32380 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32381
32382         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32383         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32384           The index reading was broken. The rest worked fine, but the whole
32385           goal of my rewrite was to make avidemux readable, and this was
32386           not at all readable. Please use typed variables.
32387
32388 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32389
32390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32391           Additional pad usability check.
32392         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32393         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32394         (gst_mp1videoparse_real_chain):
32395           Fix MPEG video stream parsing. The original plugin had several
32396           issues, including not timestamping streams where the source was
32397           not timestamped (this happens with PTS values in mpeg system
32398           streams, but MPEG video is also a valid stream on its own so
32399           that needs timestamps too). We use the display time code for that
32400           for now. Also, if one incoming buffer contains multiple valid
32401           frames, we push them all on correctly now, including proper EOS
32402           handling. Lastly, several potential segfaults were fixed, and we
32403           properly sync on new sequence/gop headers to include them in next,
32404           not previous frames (since they're header for the next frame, not
32405           the previous). Also see #119206.
32406         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32407         (bpf_from_header):
32408           Move caps setting so we only do it after finding several valid
32409           MPEG-1 fraes sequentially, not right after the first one (which
32410           might be coincidental).
32411         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32412         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32413         (plugin_init):
32414           Add unsynced MPEG video stream typefinding, and change some
32415           probability values so we detect streams rightly. The idea is as
32416           follows: I can have an unsynced system stream which contains
32417           video. In the current code, I would randomly get a type for either
32418           system or video stream type found, because the probabilities are
32419           being calculated rather randomly. I now use fixed values, so we
32420           always prefer system stream if that was found (and that is how it
32421           should be). If no system stream was found, we can still identity                the stream as video-only.
32422
32423 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32424
32425         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32426         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32427           don't write to buffer. Extract data without the need of
32428           __attribute__ ((packed))
32429
32430 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32431
32432         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32433         (mpeg1_sys_type_find):
32434           Fix MPEG-1 stream typefinding.
32435
32436 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32437
32438         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32439           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32440
32441 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32442
32443         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32444         * ext/esd/gstesd.c: (plugin_init):
32445           private debugging, better error reporting
32446
32447 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32448
32449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32450         (gst_riff_read_init), (gst_riff_read_change_state):
32451         * gst-libs/gst/riff/riff-read.h:
32452           Remove stuff fromold metadata system.
32453
32454 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32455
32456         * ext/ogg/gstoggdemux.c:
32457           Fix wrong file comment.
32458         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32460           Add metadata reading properly.
32461
32462 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32463
32464         * ext/Makefile.am:
32465           Fix nas DIST_SUBDIRS
32466           Uraeus:
32467           Fix bug where make distcheck doesn't get run on adding stuff to
32468           the build.
32469
32470 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32471
32472         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32473         * ext/divx/gstdivxdec.h:
32474           Fix divx3 ("msmpeg4") playback using divxdec.
32475
32476 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32477
32478         * gst/typefind/gsttypefindfunctions.c:
32479         (mp3_type_frame_length_from_header): fix bug in length computation
32480         (mp3_type_find): improve debugging output
32481
32482 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32483
32484         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32485         (gst_play_set_location), (gst_play_seek_to_time),
32486         (gst_play_set_audio_sink), (gst_play_set_visualization),
32487         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32488         the pipeline from scratch. Visualization is back and switch went out as
32489         i realized it was not possible to use the way i wanted.
32490         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32491         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32492         clearing in state change from READY to NULL. So that one can clean the
32493         X ressources keeping the element.
32494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32495         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32496         (gst_xvimagesink_colorbalance_set_value),
32497         (gst_xvimagesink_colorbalance_get_value),
32498         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32499         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32500         change from READY to NULL and fixed some stupid bugs in colorbalance
32501         get/set values. Also added the following feature : when nobody tries to
32502         set some values to the colorbalance levels before the xcontext is
32503         grabbed, then when creating channels list from Xv attributes we set the
32504         internal values to the Xv defaults. This way we handle buggy Xv drivers
32505         that set default hue values far from the middle of the range (Thanks
32506         to Jon Trowbridge for pointing that issue).
32507         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32508         colorbalance levels have been set before xcontext is grabbed.
32509
32510 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32511
32512         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32513           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32514           it might block operations (which is bad for a mixer).
32515
32516 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32517
32518         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32519         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32520         (gmip_find_type_pre):
32521         * gst-libs/gst/media-info/media-info-priv.h:
32522         * gst-libs/gst/media-info/media-info.c:
32523         (gst_media_info_instance_init), (gst_media_info_read_idler):
32524         add fakesink to get caps on decoder src pad again
32525         fix callback prototype to match new have_type signal signature
32526
32527 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * gst/adder/gstadder.c: (gst_adder_link):
32530           fix non-compile and cut-n-paste code
32531
32532 2004-01-21  David Schleef  <ds@schleef.org>
32533
32534         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32535         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32536         (gst_swfdec_init), (gst_swfdec_change_state):
32537         * ext/swfdec/gstswfdec.h:
32538         Fix negotiation.
32539         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32540         (gst_adder_request_new_pad): Fix negotiation.
32541         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32542         Add a fixate function.
32543         * gst/intfloat/gstfloat2int.c:
32544         * gst/intfloat/gstfloat2int.h:
32545         * gst/intfloat/gstint2float.c:
32546         * gst/intfloat/gstint2float.h:
32547         Completely rewrite the negotiation.  Doesn't quite work yet,
32548         due to some buffer-frames problem.
32549
32550 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32551
32552         * ext/gnomevfs/gstgnomevfssrc.c:
32553         * sys/v4l2/v4l2_calls.h:
32554           fix includes for distcheck
32555
32556 2004-01-21  Christian Schaller <uraeus@gnome.org>
32557
32558         * ext/nas/
32559         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32560         based on earlier patch from Laurent Vivier
32561
32562 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32563
32564         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32565         Fix wma caps property
32566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32567         Fix typo (flags1 and flags2)
32568
32569 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32570
32571         * gst-libs/gst/media-info/media-info-priv.c:
32572         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32573         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32574         (gmip_find_stream), (gmip_find_track_metadata),
32575         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32576         (gmip_find_track_format):
32577         * gst-libs/gst/media-info/media-info-priv.h:
32578         * gst-libs/gst/media-info/media-info-test.c: (main):
32579         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32580         (gst_media_info_read_idler), (gst_media_info_read):
32581         * gst-libs/gst/media-info/media-info.h:
32582           register debugging category and use it for debugging
32583
32584 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32585
32586         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32587         (gst_vorbisfile_new_link):
32588           signal streaminfo through tags
32589
32590 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32591
32592         * ext/mplex/gstmplex.cc:
32593         * ext/mplex/gstmplexibitstream.cc:
32594           g++ doesn't like NULL in our i18n/error macros, should be
32595           either (NULL) or ("").
32596
32597 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32598
32599         * sys/dxr3/dxr3audiosink.c:
32600         * sys/dxr3/dxr3init.c:
32601         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32602         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32603           Fix more error error error errors (missing includes here).
32604
32605 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32606
32607         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32608           fix thomas' error errors.
32609
32610 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32611
32612         * ext/mpeg2enc/gstmpeg2enc.cc:
32613           fix error errors.
32614
32615 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32616
32617         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32618         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32619           Fix for new error system.
32620
32621 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32622
32623         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32624           fix for new error reporting
32625
32626 2004-01-20  David Schleef  <ds@schleef.org>
32627
32628         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32629         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32630         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32631         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32632         and neither is 100+, most likely.
32633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32634         (gst_xvimagesink_getcaps): same
32635
32636 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32637
32638         * configure.ac:
32639           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32640           clashes with ffmpeg.
32641
32642 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32643
32644         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32645         (gst_switch_init): Fixed switch element : proxying link and setting
32646         caps from src to sink on request.
32647
32648 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32649
32650         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32651         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32652         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32653         fix element_error
32654
32655 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32656
32657         * sys/v4l/v4l_calls.h:
32658         * sys/v4l2/v4l2_calls.h:
32659           element_error fixes
32660
32661 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32662
32663         * gst-libs/gst/gst-i18n-plugin.h:
32664           add locale.h
32665           remove config.h inclusion
32666
32667 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32668
32669         * autogen.sh:
32670           adding autopoint invocation
32671         * Makefile.am:
32672         * configure.ac:
32673         * gst-libs/gst/gettext.h:
32674           adding gettext bits
32675         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32676         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32677         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32678         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32679         (gst_gnomevfssink_close_file):
32680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32681         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32682         * gst-libs/gst/gst-i18n-plugin.h:
32683         * gst/avi/gstavi.c: (plugin_init):
32684         * sys/dxr3/dxr3init.c: (plugin_init):
32685         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32686         * sys/oss/gstossaudio.c: (plugin_init):
32687         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32688         * sys/v4l/gstv4l.c: (plugin_init):
32689         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32690         * sys/v4l2/gstv4l2.c: (plugin_init):
32691         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32692         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32693         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32694         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32695         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32696         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32697           make sure locale and translation domain are set
32698           fix translated strings
32699         * po/.cvsignore:
32700         * po/LINGUAS:
32701         * po/Makevars:
32702         * po/POTFILES.in:
32703         * po/nl.po:
32704           put translation files into place
32705         * sys/xvideo/imagetest.c: (main):
32706         * ext/dv/demo-play.c: (main):
32707           fix unnecessary translations
32708
32709 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32710
32711         * ext/sndfile/gstsf.c:
32712         * gst/avi/gstavimux.c:
32713         * ext/audiofile/gstafsink.c:
32714         * ext/audiofile/gstafsrc.c:
32715         * ext/gnomevfs/gstgnomevfssink.c:
32716         * ext/gnomevfs/gstgnomevfssrc.c:
32717         * sys/oss/gstosselement.c:
32718         * sys/v4l/v4l_calls.h:
32719           fix i18n include
32720
32721 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32722
32723         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32724         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32725         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32726         (gst_v4l2_get_output), (gst_v4l2_set_output),
32727         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32728         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32729         (gst_v4l2_set_attribute):
32730         update to new error handling
32731
32732 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32733
32734         * ext/sidplay/gstsiddec.cc:
32735         * gst/modplug/gstmodplug.cc:
32736           parenthese NULL because C++ seems angry about it
32737
32738 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32739
32740         * gst-libs/gst/gst-i18n-plugin.h:
32741           add skeleton i18n stuff, but needs to be further implemented
32742
32743 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32744
32745         * examples/gstplay/player.c: (main):
32746         * ext/aalib/gstaasink.c: (gst_aasink_open):
32747         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32750         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32751         (gst_afsink_close_file):
32752         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32753         (gst_afsrc_close_file):
32754         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32755         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32756         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32757         * ext/esd/esdmon.c: (gst_esdmon_get):
32758         * ext/esd/esdsink.c: (gst_esdsink_chain):
32759         * ext/faac/gstfaac.c: (gst_faac_chain):
32760         * ext/faad/gstfaad.c: (gst_faad_chain):
32761         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32762         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32763         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32764         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32765         (gst_flacdec_loop):
32766         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32767         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32769         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32770         (gst_gnomevfssink_close_file):
32771         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32772         (gst_gnomevfssrc_open_file):
32773         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32774         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32775         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32776         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32777         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32778         * ext/mad/gstmad.c: (gst_mad_chain):
32779         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32780         * ext/mpeg2dec/gstmpeg2dec.c:
32781         * ext/mpeg2enc/gstmpeg2enc.cc:
32782         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32783         * ext/mplex/gstmplex.cc:
32784         * ext/mplex/gstmplexibitstream.cc:
32785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32786         (gst_ogg_demux_push), (gst_ogg_pad_push):
32787         * ext/raw1394/gstdv1394src.c:
32788         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32789         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32790         * ext/sidplay/gstsiddec.cc:
32791         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32792         (gst_sf_loop):
32793         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32794         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32795         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32797         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32798         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32799         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32800         * gst-libs/gst/Makefile.am:
32801         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32802         (gst_riff_read_element_data), (gst_riff_read_seek),
32803         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32804         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32806         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32807         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32808         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32809         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32810         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32811         * gst/goom/gstgoom.c: (gst_goom_chain):
32812         * gst/id3/gstid3types.c: (gst_id3types_loop):
32813         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32814         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32815         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32816         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32817         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32818         (gst_ebml_read_float), (gst_ebml_read_header):
32819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32820         (gst_matroska_demux_parse_blockgroup):
32821         * gst/modplug/gstmodplug.cc:
32822         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32823         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32824         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32825         * gst/silence/gstsilence.c: (gst_silence_get):
32826         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32827         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32828         * gst/speed/gstspeed.c: (speed_loop):
32829         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32831         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32832         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32833         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32834         (gst_wavparse_loop):
32835         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32836         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32837         (dxr3audiosink_close):
32838         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32839         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32840         (dxr3videosink_close), (dxr3videosink_write_data):
32841         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32842         * sys/oss/gstosselement.h:
32843         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32844         (gst_osssink_chain):
32845         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32846         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32849         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32850         (gst_v4l_enable_overlay):
32851         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32852         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32853         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32854         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32855         (gst_v4l_set_audio):
32856         * sys/v4l/v4l_calls.h:
32857         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32858         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32859         (gst_v4lmjpegsink_playback_init),
32860         (gst_v4lmjpegsink_playback_start):
32861         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32862         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32863         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32864         (gst_v4lmjpegsrc_requeue_frame):
32865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32866         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32867         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32870         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32871         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32872         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32873         (gst_v4l2src_capture_stop):
32874         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32875         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32876         (gst_ximagesink_chain):
32877         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32878         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32879         (gst_xvideosink_xwindow_new):
32880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32881         (gst_xvimagesink_chain):
32882         use new error signal, function and categories
32883
32884 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32885
32886         * configure.ac:
32887         * ext/Makefile.am:
32888         * ext/musicbrainz/gsttrm.c:
32889         * ext/musicbrainz/gsttrm.h:
32890         * ext/musicbrainz/Makefile.am:
32891         Add a trm plugin
32892
32893 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32894
32895         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32896         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32897         synchronous property for debugging.
32898         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32900         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32901         smaller block, fixing indent.
32902
32903 2004-01-16  David Schleef  <ds@schleef.org>
32904
32905         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32906         property affects the video stream.
32907         * sys/xvimage/xvimagesink.c:
32908         * sys/xvimage/xvimagesink.h:
32909         Add synchronous property for debugging.  Should probably be
32910         disabled in non-CVS builds.  Make sure that the Xv attribute
32911         exists before we set it (crash!).  Fix a silly float bug that
32912         caused colorbalance to just not work.
32913
32914 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32915
32916         * tools/gst-launch-ext.in - update for new plugins
32917
32918 2004-01-16  David Schleef  <ds@schleef.org>
32919
32920         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32921         already-freed caps.
32922
32923 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32924
32925         * Update spec for new colorspace plugin and libcaca plugin
32926         * Fix compilation of libcaca plugin (clock -> id)
32927
32928 2004-01-16  Julien MOUTTE <julien@moutte.net>
32929
32930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32931         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32932         (gst_xvimagesink_set_xwindow_id),
32933         (gst_xvimagesink_colorbalance_set_value),
32934         (gst_xvimagesink_colorbalance_get_value),
32935         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32936         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32937         correct colorbalance properties. They can now be set when the element
32938         is still in NULL state. The values will be committed to the Xv Port
32939         when xcontext is initialized.
32940         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32941         brightness int values in the GstXvImagesink structure.
32942
32943 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32944
32945         * gst-libs/gst/Makefile.am:
32946           restructure so having local patches works easier.
32947
32948 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32949
32950         * ext/mpeg2enc/Makefile.am:
32951         * ext/mpeg2enc/gstmpeg2enc.cc:
32952         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32953           Bugfix with respect to EOS handling.
32954
32955 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32956
32957         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32958           Link with right caps (else, it segfaults).
32959         * ext/mplex/gstmplexjob.cc:
32960           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32961
32962 2004-01-15  David Schleef  <ds@schleef.org>
32963
32964         * gst-libs/gst/audio/Makefile.am:
32965         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32966         from the template.
32967         * gst-libs/gst/audio/gstaudiofilter.c:
32968         * gst-libs/gst/audio/gstaudiofilter.h:
32969         Add bytes_per_sample and size and n_samples calculation.
32970         * gst-libs/gst/audio/gstaudiofilterexample.c:
32971         Remove, now autogenerated.
32972         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32973         Moved from gstaudiofilterexample, object name changed, code added
32974         so that it actually works.
32975         * gst-libs/gst/audio/make_filter:
32976         Script to build an audiofilter subclass from the template.
32977         * gst/colorspace/Makefile.am:
32978         * gst/colorspace/yuv2yuv.c:
32979         Remove file, since it's GPL, and we don't use it.
32980
32981 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32982
32983         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32985         them use the buffer free function to test how the buffer was allocated.
32986
32987 2004-01-15  David Schleef  <ds@schleef.org>
32988
32989         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32990         that handles osssink fallback.
32991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32992         (gst_audio_convert_getcaps):
32993         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32994         Add audio/x-qdm2 for QDM2 audio.
32995         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32996         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32998         Decrease minimum size to 16x16.
32999         * gst/wavparse/gstwavparse.c:
33000         Convert disabled pad template caps to new caps.
33001         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33003         (gst_xvimagesink_chain): Throw element error when display cannot
33004         be opened.  Increase minimum framerate to 1.0.  Check the data
33005         free function on a buffer to make sure it is the type we expect
33006         before manipulating it.
33007
33008 2004-01-15  Julien MOUTTE <julien@moutte.net>
33009
33010         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33011         (gst_videobalance_colorbalance_set_value): Implement passthru if
33012         settings are in the middle.
33013         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33014
33015 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33016
33017         * gst/videofilter/Makefile.am:
33018         * gst/volume/Makefile.am:
33019           Since we use videofilter symbols, link to it.
33020
33021 2004-01-15  Julien MOUTTE <julien@moutte.net>
33022
33023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33024         mixer interface type to HARDWARE.
33025         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33026         type to SOFTWARE.
33027         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33028         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33029         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33030         (gst_volume_interface_init), (gst_volume_list_tracks),
33031         (gst_volume_set_volume), (gst_volume_get_volume),
33032         (gst_volume_set_mute), (gst_volume_mixer_init),
33033         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33034         (volume_init): Implementing mixer interface.
33035         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33036         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33037         (gst_osselement_change_state): Removing some trailing commas in
33038         structures.
33039         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33040         interface type to HARDWARE.
33041         * sys/v4l/gstv4lcolorbalance.c:
33042         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33043         type to HARDWARE.
33044         * sys/v4l2/gstv4l2colorbalance.c:
33045         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33046         interface type to HARDWARE.
33047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33048         same code than ximagesink for event handling.
33049
33050 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33051
33052         * ext/snapshot/Makefile.am:
33053         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33054         (gst_snapshot_chain):
33055         * ext/snapshot/gstsnapshot.h:
33056           This has to be a joke... Snapshot should be connected to a tee,
33057           colorspace element before it and EOS after that, where the other
33058           src of the tee receives normal data.
33059           The current way is *wrong*.
33060
33061 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33062
33063         * ext/hermes/gsthermescolorspace.c:
33064           Fix another compile error. Same as below.
33065
33066 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33067
33068         * gst/colorspace/gstcolorspace.c:
33069         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33070         (gst_colorspace_i420_to_yv12):
33071           Fix compiling... Didn't test if it actually works.
33072
33073 2004-01-15  David Schleef  <ds@schleef.org>
33074
33075         * configure.ac:
33076         * gst/colorspace/Makefile.am:
33077         * gst/colorspace/gstcolorspace.c:
33078         * gst/colorspace/gstcolorspace.h:
33079         * gst/colorspace/yuv2rgb.c:
33080         * gst/colorspace/yuv2rgb.h:
33081         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33082         code and GPL code.  Fix for new caps negotiation.  Rewrite
33083         much of the format handling code, and some of the conversion
33084         code.  Basically, rewrote almost everything.  This element
33085         handles I420, YV12 to RGB conversions.
33086         * ext/hermes/Makefile.am:
33087         * ext/hermes/gsthermescolorspace.c:
33088         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33089         Remove non-Hermes related code.  This element handles lots of
33090         RGB to RGB conversions, but no YUV.
33091         * ext/hermes/gstcolorspace.c:
33092         * ext/hermes/gstcolorspace.h:
33093         * ext/hermes/rgb2yuv.c:
33094         * ext/hermes/yuv2rgb.c:
33095         * ext/hermes/yuv2rgb.h:
33096         * ext/hermes/yuv2rgb_mmx16.s:
33097         * ext/hermes/yuv2yuv.c:
33098         * ext/hermes/yuv2yuv.h:
33099         Remove old code.
33100
33101 2004-01-14  Colin Walters  <walters@verbum.org>
33102
33103         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33104         they've already been.
33105
33106 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33107
33108         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33109           assume tag mode when pad is not connected
33110
33111 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33112
33113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33114           Don't update the time of the clock
33115         (gst_alsa_sink_loop):
33116           sync to the clock given to alsasink, not the own clock
33117         * sys/oss/gstosssink.c: (gst_osssink_chain):
33118           sync to the clock
33119         (gst_osssink_change_state):
33120           activate the clock
33121         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33123           remove bogus code that made DISCONT events unhandled
33124         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33125           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33126           #131502)
33127         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33128         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33129         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33130           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33131           2nd warning in bug #131502)
33132
33133 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33134
33135         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33136         (gst_videobalance_colorbalance_set_value),
33137         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33138         for colorbalance interface implementation.
33139         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33140         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33141         (gst_ximagesink_dispose), (gst_ximagesink_init),
33142         (gst_ximagesink_class_init): Adding DISPLAY property.
33143         * sys/ximage/ximagesink.h: Adding display_name to store display.
33144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33145         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33146         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33147         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33148         properties (they still need polishing though for gst-launch use : no
33149         xcontext yet, i ll do that tomorrow).
33150         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33151
33152 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33153
33154         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33155         (gst_play_set_location), (gst_play_set_visualization): Preparing
33156         switch integration, adding videobalance in the pipeline.
33157
33158 2004-01-14  Julien MOUTTE <julien@moutte.net>
33159
33160         * gst-libs/gst/colorbalance/colorbalance.c:
33161         (gst_color_balance_class_init): Adding a default type.
33162         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33163         the type.
33164         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33165         (gst_videobalance_dispose), (gst_videobalance_class_init),
33166         (gst_videobalance_init), (gst_videobalance_interface_supported),
33167         (gst_videobalance_interface_init),
33168         (gst_videobalance_colorbalance_list_channels),
33169         (gst_videobalance_colorbalance_set_value),
33170         (gst_videobalance_colorbalance_get_value),
33171         (gst_videobalance_colorbalance_init): Implementing colorbalance
33172         interface.
33173         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33174         list.
33175         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33176         bug which was triggering a BadAccess X error when setting an overlay
33177         before pad was really negotiated.
33178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33179         Using the colorbalance type macro.
33180
33181 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33182
33183         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33184         (gst_flacenc_chain):
33185           handle tags correctly
33186         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33187           extract ID3v1 tags correctly
33188
33189 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33190
33191         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33192         (plugin_init):
33193           Improve matroska typefinding for odd-typed headers...
33194
33195 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33196
33197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33198           Fix for using incremental number on padnames.
33199
33200 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33201
33202         * ext/divx/gstdivxdec.c:
33203         * ext/divx/gstdivxenc.c:
33204           Set category to divx4linux instead of divx (too generic).
33205         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33206         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33207         (gst_wavparse_loop), (gst_wavparse_change_state):
33208         * gst/wavparse/gstwavparse.h:
33209           fix parsing of WAV files with non-standard fmt-tag size and fix
33210           skipping of unrecognized chunks... Someone please fix this thing
33211           to use rifflib so all this is automated.
33212         * sys/v4l/Makefile.am:
33213         * sys/v4l2/Makefile.am:
33214           Add X_CFLAGS because we depend on X (for overlay).
33215
33216 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33217
33218         * ext/mpeg2dec/gstmpeg2dec.c:
33219           Don't issue a timestamp unless we tagged the frame
33220           with a PTS.
33221
33222 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33223
33224         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33225           Query the audio element to get the time, not the clock. We're
33226           interested in the element's time here.
33227
33228 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33229
33230         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33232         * ext/esd/esdsink.c: (gst_esdsink_chain):
33233         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33234         * ext/mas/massink.c: (gst_massink_chain):
33235         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33237         (gst_matroska_demux_parse_metadata):
33238         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33239         (gst_mpeg_parse_release_locks):
33240         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33241         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33242         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33243         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33244         (gst_osssink_change_state):
33245         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33246         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33247         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33248         (gst_xvideosink_release_locks):
33249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33250           use element time.
33251         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33252         (gst_alsa_clock_stop):
33253         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33254         (gst_audio_clock_get_internal_time):
33255           simplify for use with new clocking code.
33256         * testsuite/alsa/Makefile.am:
33257         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33258           fix testsuite for new caps system
33259
33260 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33261
33262         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33263         * ext/flac/gstflacenc.c: (add_one_tag):
33264           length is already host endian, no need to convert. Fixes playback of
33265           tagged files on PPC. (bug #128384)
33266
33267 2004-01-13  Julien MOUTTE <julien@moutte.net>
33268
33269         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33270         colorbalance interface stating if it is hardware based or software
33271         based.
33272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33273         Removing a trailing comma.
33274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33275         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33276         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33277         the documentation seems to be wrong on the -1000 to 1000 interval.
33278
33279 2004-01-12  David Schleef  <ds@schleef.org>
33280
33281         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33282         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33283         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33284         Fix negotiation.  Add a bufferalloc function for the sink pad,
33285         and generally clean up some of the code.
33286
33287 2004-01-12  Julien MOUTTE <julien@moutte.net>
33288
33289         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33290         (gst_color_balance_channel_dispose): Adding safety check in dispose
33291         method.
33292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33293         (gst_xvimagesink_xcontext_clear),
33294         (gst_xvimagesink_interface_supported),
33295         (gst_xvimagesink_colorbalance_list_channels),
33296         (gst_xvimagesink_colorbalance_set_value),
33297         (gst_xvimagesink_colorbalance_get_value),
33298         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33299         Adding colorbalance interface support to set XV parameters such as
33300         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33301         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33302         interface.
33303
33304 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33305
33306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33307         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33308         (gst_audio_convert_init), (gst_audio_convert_set_property),
33309         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33310         (gst_audio_convert_link),
33311         (gst_audio_convert_buffer_to_default_format),
33312         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33313           - implement _getcaps and use it
33314           - improve linking
33315           - remove float caps since no float conversion is actually done
33316           - remove properties and arguments that were to be used for rate
33317             conversion
33318
33319 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33320
33321         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33322         (gst_audio_structure_set_int):
33323         * gst-libs/gst/audio/audio.h:
33324           add helper functions for _getcaps matching the standard audio
33325           templates
33326
33327 2004-01-12  David Schleef  <ds@schleef.org>
33328
33329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33330         Test that pad is negotiated before getting its caps.
33331
33332 2004-01-12  Julien MOUTTE <julien@moutte.net>
33333
33334         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33335         analyzing the pads of an element the bin is mostly in READY state so
33336         no caps were negotiated. This helper function needs to work with
33337         _get_caps directly then. I was not freeing them though, added that to
33338         fix the mem leak.
33339
33340 2004-01-12  Julien MOUTTE <julien@moutte.net>
33341
33342         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33344         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33345         than the free_func.
33346
33347 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33348
33349         * sys/oss/gstossaudio.c: (plugin_init):
33350         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33351         * sys/oss/gstosselement.h:
33352           make an oss debugging category
33353           make failure more descriptive
33354
33355 2004-01-11  David Schleef  <ds@schleef.org>
33356
33357         * ext/ffmpeg/gstffmpeg.c:
33358         * ext/ffmpeg/gstffmpegcodecmap.c:
33359         * ext/ffmpeg/gstffmpegdec.c:
33360         * ext/ffmpeg/gstffmpegenc.c:
33361         * ext/ffmpeg/gstffmpegprotocol.c:
33362         * ext/gdk_pixbuf/gstgdkanimation.c:
33363         * ext/jpeg/gstjpeg.c:
33364         * ext/libpng/gstpng.c:
33365         * ext/mpeg2dec/perftest.c:
33366         * ext/speex/gstspeex.c:
33367         * gst-libs/gst/resample/dtos.c:
33368         * gst/intfloat/gstintfloatconvert.c:
33369         * gst/oneton/gstoneton.c:
33370         * gst/rtjpeg/RTjpeg.c:
33371         * gst/rtp/gstrtp.c:
33372         * sys/dxr3/dxr3init.c:
33373         * sys/glsink/gstgl_nvimage.c:
33374         * sys/glsink/gstgl_pdrimage.c:
33375         * sys/glsink/gstglsink.c:
33376         * testsuite/gst-lint:
33377         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33378
33379 2004-01-11  David Schleef  <ds@schleef.org>
33380
33381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33382         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33383         * ext/gdk_pixbuf/gstgdkanimation.c:
33384         (gst_gdk_animation_iter_create_pixbuf):
33385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33386         (gst_gdk_pixbuf_chain):
33387         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33388         * ext/jack/gstjack.c: (gst_jack_change_state):
33389         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33390         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33391         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33392         * gst/videofilter/gstvideofilter.c:
33393         (gst_videofilter_set_output_size):
33394         Remove all usage of gst_pad_get_caps(), and replace it with
33395         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33396
33397 2004-01-11  David Schleef  <ds@schleef.org>
33398
33399         * configure.ac:
33400         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33401         * ext/divx/gstdivxdec.c:
33402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33403         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33404         handle images that span multiple buffers.  Now work with both
33405         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33406         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33407         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33408         video/video.h changes
33409         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33410         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33411         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33412         of GstData free function.
33413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33414         same.
33415
33416 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33417
33418         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33419         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33420         (gst_v4l2element_get_property):
33421         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33422           add norm, channel and frequency properties.
33423         * sys/v4l2/gstv4l2tuner.c:
33424           fixes for tuner interface changes
33425         * sys/v4l2/gstv4l2element.h:
33426         * sys/v4l2/gstv4l2src.c:
33427         * sys/v4l2/gstv4l2src.h:
33428         * sys/v4l2/v4l2src_calls.c:
33429         * sys/v4l2/v4l2src_calls.h:
33430           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33431
33432 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33433
33434         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33435         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33436         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33437         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33438         * gst-libs/gst/tuner/tuner.h:
33439           GObjects aren't const.
33440           Add find_by_name functions.
33441           Add checks to _changed functions.
33442         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33443         (gst_v4l_tuner_get_norm):
33444           Fixes for above.
33445
33446 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33447
33448         * gst-libs/gst/video/video.h:
33449           Fix caps template names to be understandable.
33450           Prefix everything with GST_VIDEO.
33451         * ext/aalib/gstaasink.c:
33452         * ext/divx/gstdivxdec.c:
33453         * ext/divx/gstdivxenc.c:
33454         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33455         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33456         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33457         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33458         * ext/libcaca/gstcacasink.c:
33459         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33460         * ext/snapshot/gstsnapshot.c:
33461         * ext/swfdec/gstswfdec.c:
33462         * ext/xvid/gstxviddec.c:
33463         * ext/xvid/gstxvidenc.c:
33464         * gst/chart/gstchart.c:
33465         * gst/deinterlace/gstdeinterlace.c:
33466         * gst/effectv/gsteffectv.c:
33467         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33468         * gst/goom/gstgoom.c:
33469         * gst/median/gstmedian.c:
33470         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33471         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33472         * gst/overlay/gstoverlay.c:
33473         * gst/smooth/gstsmooth.c:
33474         * gst/smpte/gstsmpte.c:
33475         * gst/synaesthesia/gstsynaesthesia.c:
33476         * gst/videocrop/gstvideocrop.c:
33477         * gst/videodrop/gstvideodrop.c:
33478         * gst/y4m/gsty4mencode.c:
33479         * sys/qcam/gstqcamsrc.c:
33480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33481           Make them work with new video.h file.
33482         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33483         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33485         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33486           Make it work with new buffer allocation system.
33487
33488 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33489
33490         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33491         pad_alloc_buffer implementation to use ->srcpad
33492         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33493         pad_alloc_buffer implementation to use ->srcpad
33494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33495         pad_alloc_buffer implementation to use ->srcpad
33496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33497         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33498         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33499         a reference to everything we need.
33500         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33502         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33503         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33504         a reference to everything we need.
33505         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33506
33507 2004-01-11  David Schleef  <ds@schleef.org>
33508
33509         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33510         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33511         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33512         structure members.
33513         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33514         value during a resize/renegotiation.
33515         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33516         gst_pad_alloc_buffer();
33517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33518         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33519         structure members.
33520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33521         Fix for rename of buffer private structure members.
33522         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33523         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33524         Fix for rename of buffer private structure members.
33525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33526         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33527         Fix for rename of buffer private structure members.
33528
33529 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33530
33531         reviewed by: David Schleef <ds@schleef.org>
33532
33533         * gst/videofilter/Makefile.am:
33534         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33535         from the patch by ds to fit in with recent make_filter changes.
33536
33537 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33538
33539         * configure.ac: Adding examples/switch/Makefile
33540         * examples/Makefile.am: Adding examples/switch
33541         * examples/switch/Makefile.am: Adding switcher example.
33542         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33543         (switch_timer), (main): Adding an example demonstrating switch usage
33544         with 2 videotestsrc showing different patterns.
33545         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33546         (gst_switch_init): Fixing switch with the new caps system.
33547
33548 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33549
33550         * gst-libs/gst/video/video.h:
33551           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33552           They should probably be like
33553           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33554
33555 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33556
33557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33558         (qtdemux_parse_trak):
33559           fix audio chunk size/timestamp calculation
33560
33561 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33562
33563         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33564           fix SVQ3 caps
33565
33566 2004-01-11  Steve Baker  <steve@stevebaker.org>
33567
33568         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33569         (gst_agingtv_base_init), (gst_agingtv_class_init),
33570         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33571         (gst_agingtv_set_property), (gst_agingtv_get_property):
33572         Port agingTV to videofilter
33573
33574 2004-01-09  Julien MOUTTE <julien@moutte.net>
33575
33576         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33577         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33578
33579 2004-01-09  Julien MOUTTE <julien@moutte.net>
33580
33581         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33582         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33583         * gst-libs/gst/xoverlay/xoverlay.c:
33584         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33585         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33586         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33587         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33588         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33589         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33590         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33591         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33592         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33593         interface implementation to handle xid being 0 and fix some bugs
33594         triggered by Benjamin's testcase.
33595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33596         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33597         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33598         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33599         interface implementation to handle xid being 0 and fix some bugs
33600         triggered by Benjamin's testcase.
33601
33602 2004-01-09  David Schleef  <ds@schleef.org>
33603
33604         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33605         mouse pointer events.  It works.
33606
33607 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33608
33609         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33610           Use explicit caps - fix capsnego.
33611         * ext/xvid/gstxviddec.c:
33612         * ext/xvid/gstxvidenc.c:
33613           Remove macro-inside-macro which caused compile errors.
33614         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33615           Error out if it's not a RIFF file. Else we error out without
33616           gst_element_error() which is not good...
33617
33618 2004-01-08  David Schleef  <ds@schleef.org>
33619
33620         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33621         Fix pad_link function to handle formats that ffmpeg returns
33622         as multiple caps structures.
33623         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33624         Only complain if source buffer is _smaller_ than expected.
33625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33626         (gst_videoscale_handle_src_event): Resize navigation events
33627         when passing them upstream.
33628         * gst/videotestsrc/gstvideotestsrc.c:
33629         * gst/videotestsrc/gstvideotestsrc.h:
33630         * gst/videotestsrc/videotestsrc.c:
33631         * gst/videotestsrc/videotestsrc.h:
33632         Rewrite many of the buffer painting functions to handle odd
33633         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33634         been verified to work with my video card.
33635         * testsuite/gst-lint:  Add check for elements calling
33636         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33637
33638 2004-01-08  David Schleef  <ds@schleef.org>
33639
33640         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33641         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33642
33643 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33644
33645         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33646         configure event is not emiting the desired size signal. That fixes
33647         aspect ratio issues with gst-player.
33648
33649 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33650
33651         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33652           Fix capsnego.
33653
33654 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33655
33656         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33657         public method to fire size signal.
33658
33659 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33660
33661         * examples/gstplay/Makefile.am: Adding the interface library.
33662         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33663         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33664         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33665         GST_IS_X_OVERLAY before signal connect.
33666         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33667         Removing the have_video_size signal.
33668         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33669         and associated public method.
33670         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33671         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33672         signal.
33673         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33674         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33675         signal.
33676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33677         Using XOverlay public method to fire size signal.
33678
33679 2004-01-07  David Schleef  <ds@schleef.org>
33680
33681         * gst/videofilter/Makefile.am:
33682         * gst/videofilter/gstvideotemplate.c:
33683         * gst/videofilter/make_filter:
33684         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33685         Convert make_filter to /bin/sh script.
33686
33687 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33688
33689         * gst/modplug/gstmodplug.cc: fix element description
33690
33691 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33692
33693         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33694         (got_video_size): Adding some new lines in g_print calls.
33695         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33696         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33697         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33698         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33699         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33700         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33701         Complete code review, reverting some stuff i disagree with, adding
33702         some fixes : time synchronization on invalid timestamps, renegotiation
33703         of private window.
33704         * sys/ximage/ximagesink.h:
33705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33706         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33707         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33708         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33709         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33710         (gst_xvimagesink_buffer_new),
33711         (gst_xvimagesink_navigation_send_event),
33712         (gst_xvimagesink_set_xwindow_id),
33713         (gst_xvimagesink_get_desired_size),
33714         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33715         stuff i disagree with, adding some fixes : Renegotiation of private
33716         window, implementing get_desired_size.
33717
33718 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33719
33720         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33721         (gst_afsink_handle_event):
33722         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33723         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33724         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33725         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33726         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33727           Fix for instantiate-test (see core). Also remove dead code from
33728           jpegenc (which still needs fixing, but that's lower on my TODO
33729           list...).
33730         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33731           Never return NULL as caps.
33732
33733 2004-01-07  David Schleef  <ds@schleef.org>
33734
33735         * configure.ac:
33736         * ext/Makefile.am:
33737         * ext/librfb/Makefile.am:
33738         * ext/librfb/gstrfbsrc.c:
33739         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33740         is the protocol used by VNC.
33741
33742 2004-01-07  David Schleef  <ds@schleef.org>
33743
33744         * gst/videofilter/gstvideotemplate.c:
33745         * gst/videofilter/gstvideotemplate.h:
33746         * gst/videofilter/make_filter:
33747         Merge videotemplate header into source file.
33748         * gst/effectv/Makefile.am:
33749         * gst/effectv/gsteffectv.c: (plugin_init):
33750         * gst/effectv/gstwarp.c:
33751         Make warpTV a subclass of videofilter.
33752
33753 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33754
33755         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33756           Add guard against invalid utf-8 conversions in mad. Just in case.
33757
33758 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33759
33760         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33761           Fix for bug shown by poisoning
33762
33763 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33764
33765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33766         (gst_v4lmjpegsrc_buffer_free):
33767         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33768         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33769         (gst_v4lsrc_buffer_free):
33770           Fix for removed bufferpools.
33771
33772 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33773
33774         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33775         Fix caps negotiation.
33776
33777         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33778         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33779         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33780         (dvdnavsrc_event):
33781         * ext/mpeg2dec/gstmpeg2dec.c:
33782         * gst-libs/gst/navigation/navigation.c:
33783         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33784         * gst-libs/gst/navigation/navigation.h:
33785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33786         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33788         Super-simple first version of mouse and keyboard events. Clicking
33789         on a DVD menu now works, although it may not take you where you
33790         expected.
33791
33792         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33793         * gst/videotestsrc/gstvideotestsrc.c:
33794         (gst_videotestsrc_src_fixate):
33795         These fixate functions were broken - they never actually
33796         fixated :)
33797
33798 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33799
33800         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33801         (gst_icecastsend_init):
33802           fix for new caps system.
33803         * gst-libs/gst/mixer/mixertrack.h:
33804         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33805           Add 'master track' flag (for tools like ACME that only want to
33806           change the main volume).
33807
33808 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33809
33810         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33811         (gst_xvid_csp_to_caps):
33812         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33813         * ext/xvid/gstxvidenc.c:
33814         ifdef out ARGB type when it isn't available
33815         in xvidcore 1.0.0beta2
33816
33817 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33818
33819         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33820           When we have received a new SCR right in the first buffer after
33821           a seek (so in the same cycle that handles the discont), we should
33822           handle the buffer instead of unreffing it, else we lose data.
33823
33824 2004-01-06  Iain <iain@prettypeople.org>
33825
33826         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33827           buffer-frames caps too.
33828
33829         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33830           caps that we need, don't destroy them all and rebuild them. And when
33831           creating src pads, use the src pad template rather than the sink...
33832
33833 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33834
33835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33836           Add pad to element *after* setting functions such as event handler.
33837           Without this, the scheduler (opt) will link pads, set the event
33838           handler from the default event function (dispatcher in gstpad.c)
33839           and *after* that, we will set our own event function, which will
33840           thus never be used (and thus mpegdemux doesn't handle events).
33841
33842 2004-01-04  David Schleef  <ds@schleef.org>
33843
33844         Fix the fixate functions to handle new prototype:
33845         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33846         * gst/videotestsrc/gstvideotestsrc.c:
33847         (gst_videotestsrc_src_fixate):
33848         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33849         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33851
33852 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33853
33854         * sys/ximage/ximagesink.h:
33855         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33856         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33857         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33858         (gst_ximagesink_xoverlay_init):
33859           assorted fixes to make (re)embedding work
33860         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33861         (gst_ximagesink_get_desired_size):
33862           implement desired size additions to XOverlay
33863
33864 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33865
33866         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33867         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33868         (gst_x_overlay_got_desired_size):
33869         * gst-libs/gst/xoverlay/xoverlay.h:
33870           Add optional "desired size" signal and querying.
33871
33872 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33873
33874         * gst/matroska/matroska-demux.c:
33875         (gst_matroska_demux_parse_blockgroup):
33876           Fix EBML-laced block parsing. Diffs are relative to previous
33877           lace, not the first lace. Thanks to Mosu from the Matroska
33878           team for detecting this.
33879         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33880         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33881         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33882         (gst_wavparse_change_state):
33883         * gst/wavparse/gstwavparse.h:
33884           Quickfix for capsnego.
33885
33886 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33887
33888         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33889           Fix indenting, fix pad creation.
33890
33891 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33892
33893         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33894         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33895         (gst_xviddec_sink_link):
33896           Implement src_getcaps() so proper size caps is negotiated.
33897
33898 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33899
33900         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33901           Finish flac decoder on EOS. See #116178.
33902
33903 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33904
33905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33906         (gst_matroska_demux_add_stream):
33907         * gst/matroska/matroska-ids.h:
33908           Add getcaps() function to fix capsnego...
33909
33910 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33911
33912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33913         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33914         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33915           Fix more integer overflows. Again, see #126967.
33916
33917 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33918
33919         * ext/mpeg2dec/gstmpeg2dec.c:
33920           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33921           #130416.
33922
33923 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33924
33925         * configure.ac:
33926         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33927         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33928         * ext/xvid/gstxvid.h:
33929         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33930         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33931         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33932         (gst_xviddec_change_state):
33933         * ext/xvid/gstxviddec.h:
33934         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33935         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33936         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33937         (gst_xvidenc_link), (gst_xvidenc_set_property),
33938         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33939         * ext/xvid/gstxvidenc.h:
33940           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33941
33942 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33943
33944         * gst/rtp/rtp-packet.c:
33945           Add sys/types.h include, since OS X doesn't define in_addr_t
33946           in netinet/in.h, like it does on Linux (see #129600).
33947
33948 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33949
33950         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33951
33952         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33953           Correct logic of dispose function (see #129306).
33954
33955 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33956
33957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33958         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33959         (gst_mpeg_parse_init):
33960         * gst/mpegstream/gstmpegparse.h:
33961           Remove clock (which was never provided, i.e. dead code), and
33962           also fix integer overflows at high PTS values (see #126967).
33963
33964 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33965
33966         * ext/flac/gstflacdec.c:
33967         * ext/libpng/gstpngenc.h:
33968         * ext/mikmod/gstmikmod.h:
33969           OS X fixes (see #126628).
33970
33971 2004-01-02  David Schleef  <ds@schleef.org>
33972
33973         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33974         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33976         (gst_mpeg_parse_class_init): Move pad template registration
33977         to class_init, since the derived class (mpegdemux) doesn't
33978         want them.
33979
33980 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33981
33982         * sys/ximage/Makefile.am:
33983         * sys/xvideo/Makefile.am:
33984         * sys/xvimage/Makefile.am:
33985           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33986           after installation (see #127664).
33987
33988 2004-01-02  David Schleef  <ds@schleef.org>
33989
33990         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33991         (gst_ffmpegenc_connect):  Negotiation fixes.
33992         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33993         Remove inappropriate gst_caps_free().
33994         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33995         Reenable Ronald's internal resize code, since the core handles
33996         it correctly now.
33997
33998 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33999
34000         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34003           Fix pad template stuff.
34004
34005 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34006
34007         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34008         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34009           fix signed integer reading/writing.
34010
34011 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34012
34013         * ext/alsa/README:
34014           Remove outdated document
34015
34016 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34017
34018         * gst/cutter/gstcutter.c: (gst_cutter_init):
34019           src pad was being created twice - oops.
34020
34021 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34022
34023         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34024           Comment out internal resize. It doesn't handle the resulting
34025           XEvent internally, does another try_set_caps() which leads to
34026           a really nice loop.
34027           Real fix will come when Julien and Dave are awake. ;).
34028
34029 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34030
34031         * ext/mpeg2enc/gstmpeg2enc.cc:
34032           fix const/nonconst compile issue.
34033
34034 2004-01-02  David Schleef  <ds@schleef.org>
34035
34036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34037         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34038         Add fixate function and a check for bad formats.
34039
34040 2004-01-01  David Schleef  <ds@schleef.org>
34041
34042         Negotiation fixes:
34043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34044         (gst_audiofilter_init):
34045         * gst/debug/efence.c: (gst_efence_init):
34046         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34047         (gst_deinterlace_init):
34048         * gst/volume/gstvolume.c: (volume_connect):
34049
34050 2004-01-01  David Schleef  <ds@schleef.org>
34051
34052         Convert elements to use gst_pad_use_explicit_caps() where
34053         appropriate:
34054         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34055         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34056         (gst_afparse_open_file):
34057         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34058         (gst_afsrc_open_file):
34059         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34060         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34061         (gst_ffmpegdec_chain):
34062         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34063         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34065         (gst_gdk_pixbuf_chain):
34066         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34067         (gst_jpegdec_chain):
34068         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34069         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34070         (gst_mikmod_negotiate):
34071         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34072         (gst_mpeg2dec_negotiate_format):
34073         * ext/mpeg2enc/gstmpeg2enc.cc:
34074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34075         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34076         (gst_speexdec_sinkconnect):
34077         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34078         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34079         (gst_vorbisfile_new_link):
34080         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34081         (gst_ac3parse_chain):
34082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34083         (gst_asf_demux_setup_pad):
34084         * gst/auparse/gstauparse.c: (gst_auparse_init),
34085         (gst_auparse_chain):
34086         * gst/id3/gstid3types.c: (gst_id3types_loop):
34087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34088         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34089         (mp1videoparse_parse_seq):
34090         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34091         (bpf_from_header):
34092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34093         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34094         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34095         (gst_mpeg_parse_send_data):
34096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34097         (gst_qtdemux_add_stream):
34098         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34099         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34100         (gst_wavparse_parse_fmt):
34101
34102 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34103
34104         * configure.ac:
34105           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34106           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34107           it therefore uses the wrong include paths. Too bad... Note
34108           that 1.6.1.93 is not release yet. ;).
34109           Also add a check for mplex, which is now using the lib'ified
34110           mplex from mjpegtools, too.
34111         * ext/ffmpeg/gstffmpegcodecmap.c:
34112           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34113           issues. I don't think ffmpeg handles 3ivx correctly, so this
34114           probably won't work. But it won't hurt either.
34115         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34116         (gst_ffmpegdec_chain):
34117         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34118         (gst_ffmpegenc_chain_audio):
34119           Fix memleak in audio encoding. Close codec if open fails, this
34120           calls the cleanup routines so we can re-use the context.
34121         * ext/mpeg2enc/gstmpeg2enc.cc:
34122           Fix pad template names/types, fix memory issue with getcaps().
34123         * ext/mpeg2enc/gstmpeg2encoder.cc:
34124         * ext/mpeg2enc/gstmpeg2encoder.hh:
34125           Fix compile issue with new caps system (const thingy).
34126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34127         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34128           We read a first frame right on initing, so that we have a caps
34129           when we init the output. This caps is cached in padprivate and
34130           read as first frame.
34131         * ext/mplex/Makefile.am:
34132         * ext/mplex/gstmplex.cc:
34133         * ext/mplex/gstmplex.h:
34134         * ext/mplex/gstmplex.hh:
34135         * ext/mplex/gstmplexibitstream.cc:
34136         * ext/mplex/gstmplexibitstream.hh:
34137         * ext/mplex/gstmplexjob.cc:
34138         * ext/mplex/gstmplexjob.hh:
34139         * ext/mplex/gstmplexoutputstream.cc:
34140         * ext/mplex/gstmplexoutputstream.hh:
34141           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34142           had issues, didn't do capsnego, supported only a subset of the
34143           mplex features and required a mplex fork in our local CVS. Plus
34144           that it worked agaist a very old mplex version. Rewriting was
34145           faster than updating it.
34146         * gst-libs/ext/Makefile.am:
34147         * gst-libs/ext/mplex/INSTRUCT:
34148         * gst-libs/ext/mplex/Makefile.am:
34149         * gst-libs/ext/mplex/README:
34150         * gst-libs/ext/mplex/TODO:
34151         * gst-libs/ext/mplex/ac3strm_in.cc:
34152         * gst-libs/ext/mplex/audiostrm.hh:
34153         * gst-libs/ext/mplex/audiostrm_out.cc:
34154         * gst-libs/ext/mplex/aunit.hh:
34155         * gst-libs/ext/mplex/bits.cc:
34156         * gst-libs/ext/mplex/bits.hh:
34157         * gst-libs/ext/mplex/buffer.cc:
34158         * gst-libs/ext/mplex/buffer.hh:
34159         * gst-libs/ext/mplex/fastintfns.h:
34160         * gst-libs/ext/mplex/format_codes.h:
34161         * gst-libs/ext/mplex/inputstrm.cc:
34162         * gst-libs/ext/mplex/inputstrm.hh:
34163         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34164         * gst-libs/ext/mplex/mjpeg_logging.cc:
34165         * gst-libs/ext/mplex/mjpeg_logging.h:
34166         * gst-libs/ext/mplex/mjpeg_types.h:
34167         * gst-libs/ext/mplex/mpastrm_in.cc:
34168         * gst-libs/ext/mplex/mpegconsts.cc:
34169         * gst-libs/ext/mplex/mpegconsts.h:
34170         * gst-libs/ext/mplex/mplexconsts.hh:
34171         * gst-libs/ext/mplex/multplex.cc:
34172         * gst-libs/ext/mplex/outputstream.hh:
34173         * gst-libs/ext/mplex/padstrm.cc:
34174         * gst-libs/ext/mplex/padstrm.hh:
34175         * gst-libs/ext/mplex/stillsstream.cc:
34176         * gst-libs/ext/mplex/stillsstream.hh:
34177         * gst-libs/ext/mplex/systems.cc:
34178         * gst-libs/ext/mplex/systems.hh:
34179         * gst-libs/ext/mplex/vector.cc:
34180         * gst-libs/ext/mplex/vector.hh:
34181         * gst-libs/ext/mplex/videostrm.hh:
34182         * gst-libs/ext/mplex/videostrm_in.cc:
34183         * gst-libs/ext/mplex/videostrm_out.cc:
34184         * gst-libs/ext/mplex/yuv4mpeg.cc:
34185         * gst-libs/ext/mplex/yuv4mpeg.h:
34186         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34187         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34188           We don't fork mjpegtools' mplex in our CVS anymore.
34189         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34190         (gst_avi_demux_add_stream):
34191         * gst/avi/gstavidemux.h:
34192           Add getcaps() function for proper caps nego. This makes some
34193           parts of AVI playback/reading work.
34194         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34195           Resize window on new capsnego. This is probably wrong, but
34196           I'm still committing it because with current capsnego, the
34197           first successfull capsnego is auto-fixated, therefore rounded
34198           down to the lowest values in the caps. this results in a 16x16
34199           XWindow that is not reized when real capsnego finishes.
34200           Dave, I see more cases of this, do you know a proper solution?
34201         * tools/gst-launch-ext.in:
34202           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34203
34204 2003-12-31  David Schleef  <ds@schleef.org>
34205
34206         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34207         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34208           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34209
34210 2003-12-30  David Schleef  <ds@schleef.org>
34211
34212         * ext/ffmpeg/gstffmpegcolorspace.c:
34213         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34214         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34215         (gst_ffmpegcsp_chain): Negotiation fixes
34216         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34218         (gst_audio_convert_link), (gst_audio_convert_channels):
34219         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34220         (gst_audioscale_link), (gst_audioscale_get_buffer),
34221         (gst_audioscale_chain): Negotiation fixes
34222         * gst/audioscale/gstaudioscale.h:
34223         * gst/videofilter/gstvideofilter.c:
34224         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34225         (gst_videofilter_link), (gst_videofilter_init),
34226         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34227         (gst_videofilter_find_format_by_structure):
34228         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34229         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34230         (gst_videoscale_link):
34231         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34232         (videoscale_find_by_structure), (gst_videoscale_setup):
34233         * gst/videoscale/videoscale.h: Negotiation fixes
34234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34235         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34236         function, restrict resizing to a multiple of 4 (hack until
34237         everyone supports odd sizes correctly).
34238
34239 2003-12-29  Colin Walters  <walters@verbum.org>
34240
34241         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34242         signed.
34243
34244 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34245
34246         * ext/sndfile/gstsf.c: (gst_sf_loop):
34247           Fix warning about discarding const qualifier
34248
34249 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34250
34251         * gst/cutter/gstcutter.c:
34252         * gst/videoscale/gstvideoscale.c:
34253         * gst/volenv/gstvolenv.c:
34254         * gst-libs/gst/audio/audio.c:
34255         * gst-libs/gst/video/video.c:
34256           Fix warnings
34257
34258 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34259
34260         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34261           Don't send ALSA debugging to stderr.
34262         * ext/alsa/gstalsa.h:
34263           Use GST_WARNING instead of g_warning when ALSA functions fail.
34264
34265 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34266
34267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34268           Free XVAdapterInfo correctly.
34269
34270 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34271
34272         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34273         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34274           Make id3tag use correct caps nego.
34275
34276 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34277
34278         * ext/ivorbis/vorbis.c:
34279         * ext/ivorbis/vorbisenc.h:
34280         * ext/ivorbis/vorbisfile.c:
34281           Modify so that it uses the new caps things
34282
34283 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34284
34285         * testsuite/spider/spider1.c: (main):
34286         * testsuite/spider/spider2.c: (main):
34287         * testsuite/spider/spider3.c: (main):
34288           Make tests compile again. They probably don't work.
34289
34290 2003-12-24  Colin Walters  <walters@verbum.org>
34291
34292         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34293         we can't fixate the caps anymore.
34294
34295 2003-12-23  David Schleef  <ds@schleef.org>
34296
34297         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34298         * sys/oss/gstosssink.c: (gst_osssink_init),
34299         (gst_osssink_sink_fixate): Add fixate function.
34300
34301 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34302
34303         * ext/ffmpeg/gstffmpegcodecmap.c:
34304         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34305         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34306         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34307         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34308         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34309         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34310         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34311           fix typo in RGB masks, and move back to "old" colorspace
34312           capsnego code until whoever wrote this new crap has actually
34313           tested it so that it works.
34314           And yes, this works, keep it that way please.
34315
34316 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34317
34318         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34319         (gst_divxdec_init), (gst_divxdec_negotiate):
34320         * ext/divx/gstdivxdec.h:
34321         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34322         (gst_divxenc_init):
34323         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34324         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34325         * ext/mpeg2enc/gstmpeg2enc.cc:
34326         * ext/mpeg2enc/gstmpeg2encoder.cc:
34327         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34328         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34329         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34330         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34331         (dxr3spusink_init):
34332         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34333         (dxr3videosink_init):
34334           Fix caps breakage after Dave's caps branch merge.
34335
34336 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34337
34338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34339           Fix for 24bpp display.
34340
34341 2003-12-23  Colin Walters  <walters@verbum.org>
34342
34343         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34344         a GnomeVFSHandle directly.
34345
34346 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34347
34348         * gst/volume/Makefile.am:
34349         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34350         (volume_base_init), (volume_init):
34351           Reenable volume element and fix to work with new caps stuff.
34352           Rhythmbox needs this.
34353
34354 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34355
34356         * gst/qtdemux/qtdemux.c: (plugin_init):
34357           qtdemux requires bytestream
34358
34359 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34360
34361         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34362           Fix remaining caps handling errors due to CAPS merge.
34363
34364 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34365
34366         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34367         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34368         (gst_faad_srcconnect):
34369           Port to new caps system.
34370
34371 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34372
34373         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34374         (got_video_size), (main): using g_print instead of g_message.
34375         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34376         signal which was not emitted because of "switch" element added to the
34377         bin but not connected. (Removing from the bin temporarily)
34378
34379 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34380
34381         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34382         find X development files. I don't understand the previous tests and
34383         they fail on my debian/ppc unstable. This one works.
34384         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34385         exiting.
34386         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34387         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34388         (gst_play_set_visualization): Add some safety checks in set_ methods
34389         and state_change. This was throwing some ugly CRITICAL messages when
34390         pipeline was getting disposed and casts were failing.
34391
34392 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34393
34394         * configure.ac:
34395           Improve mpeg2enc detection. This is for distributions that do
34396           ship mjpegtools, but without mpeg2enc. Also does object check
34397           for might there ever be ABI incompatibility.
34398         * ext/mpeg2enc/gstmpeg2enc.cc:
34399           Add Andrew as second maintainer (he's helping me), and also add
34400           an error if no caps was set. This happens if I pull before capsnego
34401           and that's something I should solve sometime else.
34402         * gst/matroska/matroska-demux.c:
34403         (gst_matroska_demux_parse_blockgroup):
34404           Fix time parsing.
34405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34406         (gst_matroska_mux_track_header):
34407           Add caps to templates.
34408         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34409           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34410         * gst/mpegstream/gstmpegdemux.c:
34411           Remove layer since it causes warnings about unfixed caps.
34412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34413           Fix obvious typo (we error out if caps were set, we should of
34414           course error out if *no* caps were set).
34415         * sys/oss/gstosselement.c: (gst_osselement_convert):
34416           Fix format conversion, we confused bits/bytes.
34417         * sys/oss/gstosselement.h:
34418           Improve documentation for 'bps'.
34419         * sys/v4l/TODO:
34420           Remove stuff about plugins that need removing - this was done
34421           ages ago.
34422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34423         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34425         (gst_v4lsrc_src_query):
34426         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34427         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34428           Add get_query_types(), get_formats() and query() functions.
34429
34430 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34431
34432         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34433           * moved CVS to freedesktop.org