tests/check/elements/libvisual.c: Test all libvisual plugins, not just the first...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * tests/check/elements/libvisual.c:
4           Test all libvisual plugins, not just the first one; this reproduces
5           bug #450336 quite easily.  Looks like a problem with the 'jess'
6           visualisation.
7
8 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * tests/check/Makefile.am:
11         * tests/check/elements/.cvsignore:
12         * tests/check/elements/libvisual.c:
13           Add basic libvisual test case in an attempt to reproduce bug #450336.
14           Doesn't reproduce that bug, but some other crasher instead (invalid
15           free), at least with make elements/libvisual.forever and the bumscope
16           plugin on x86-64/gutsy. Leaving test disabled for now.
17
18 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
19
20         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
21
22         * gst-libs/gst/rtsp/gstrtspconnection.c:
23         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
24         (read_body), (gst_rtsp_connection_receive):
25         Make sure we can not cancel in the middle of receiving a message.
26         Fixes #475731.
27
28 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
29
30         Patch by: Josep Torra Valles <josep@fluendo.com>
31
32         * gst/playback/gstplaybasebin.c:
33           Increase upper limit for audio queue a bit; fixes preroll problem
34           with playbin and decodebin2 when playing a quicktime trailer with
35           multichannel audio via http (#464666).
36
37 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
38
39         * gst-libs/gst/audio/gstbaseaudiosrc.c:
40         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
41         (gst_base_audio_src_provide_clock),
42         (gst_base_audio_src_set_property),
43         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
44         * gst-libs/gst/audio/gstbaseaudiosrc.h:
45         Allow othe clocks than the internal clock to be used for the pipeline.
46         Add property to disable clock provide.
47         API: GstBaseAudioSrc::provide-clock
48
49 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
50
51         * gst/playback/gstdecodebin2.c:
52           Don't leak request pads. Fixes #475395.
53
54 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
55
56         Patch by: René Stadler <mail at renestadler dot de>
57
58         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
59         (gst_ximage_buffer_class_init):
60         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
61         (gst_xvimage_buffer_class_init):
62         Correctly chain up finalize with the parent class to prevent
63         memory leaks. Fixes #474880.
64
65 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
66
67         * gst/volume/gstvolume.c: (volume_choose_func):
68         * tests/check/elements/volume.c: (GST_START_TEST):
69         Revert the latest change: floating point samples are allowed to
70         have any value, not only values in the range [-1,1]. Thanks to Andy
71         Wingo for noticing.
72         Also fix processing of int32 samples with volumes > 4 by making the
73         unity value smaller which prevents overflows.
74
75 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
76
77         * gst-libs/gst/rtp/gstrtpbuffer.c:
78         * tests/check/libs/rtp.c:
79           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
80
81 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
82
83         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
84
85         * gst-libs/gst/rtp/gstrtpbuffer.c:
86           Fix up GstRTPHeader helper struct so that compilers will not under
87           any circumstances add padding in between our fields, as currently
88           happens with MSVC on win32, because that would lead to us sending
89           out RTP payloads with broken RTP headers (#471194).
90           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
91           
92         * tests/check/Makefile.am:
93         * tests/check/libs/.cvsignore:
94         * tests/check/libs/rtp.c:
95           Add some simple unit tests for GstRTPBuffer. Some are disabled
96           because the code tested still needs fixing (set_csrc() does not work).
97
98 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * win32/MANIFEST:
101         * win32/common/gstrtsp-enumtypes.c:
102         * win32/common/gstrtsp-enumtypes.h:
103         * win32/common/interfaces-enumtypes.c:
104         * win32/common/interfaces-enumtypes.h:
105         * win32/common/multichannel-enumtypes.c:
106           Add rtsp enumtypes (#474384) and update others.
107
108 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
109
110         * configure.ac:
111           Fix configure check for HAVE_LIBXML_HTML.
112
113 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * tests/check/libs/.cvsignore:
116           Ignore more, in case the build bots work again one day.
117
118 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
119
120         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
121
122         * configure.ac:
123         * gst-libs/gst/Makefile.am:
124         * gst-libs/gst/fft/Makefile.am:
125         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
126         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
127         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
128         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
129         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
130         * gst-libs/gst/fft/gstfft.h:
131         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
132         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
133         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
134         * gst-libs/gst/fft/gstfftf32.h:
135         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
136         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
137         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
138         * gst-libs/gst/fft/gstfftf64.h:
139         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
140         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
141         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
142         * gst-libs/gst/fft/gstffts16.h:
143         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
144         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
145         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
146         * gst-libs/gst/fft/gstffts32.h:
147         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
148         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
149         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
150         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
151         * gst-libs/gst/fft/kiss_fft_f32.h:
152         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
153         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
154         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
155         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
156         * gst-libs/gst/fft/kiss_fft_f64.h:
157         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
158         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
159         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
160         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
161         * gst-libs/gst/fft/kiss_fft_s16.h:
162         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
163         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
164         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
165         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
166         * gst-libs/gst/fft/kiss_fft_s32.h:
167         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
168         (kiss_fftr_f32), (kiss_fftri_f32):
169         * gst-libs/gst/fft/kiss_fftr_f32.h:
170         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
171         (kiss_fftr_f64), (kiss_fftri_f64):
172         * gst-libs/gst/fft/kiss_fftr_f64.h:
173         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
174         (kiss_fftr_s16), (kiss_fftri_s16):
175         * gst-libs/gst/fft/kiss_fftr_s16.h:
176         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
177         (kiss_fftr_s32), (kiss_fftri_s32):
178         * gst-libs/gst/fft/kiss_fftr_s32.h:
179         * gst-libs/gst/fft/kiss_version:
180         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
181         * pkgconfig/gstreamer-plugins-base.pc.in:
182         Add libgstfft, a FFT library based on Kiss FFT which is
183         BSD licensed. Supported sample formats are int16, int32,
184         float and double. For those formats a real FFT and IFFT
185         can be done, different windowing functions can be applied
186         and functions for extracting the magnitude and phase exist.
187         Fixes #468619.
188
189         * docs/libs/Makefile.am:
190         * docs/libs/gst-plugins-base-libs-docs.sgml:
191         * docs/libs/gst-plugins-base-libs-sections.txt:
192         Integrate libgstfft into the docs.
193
194         * tests/check/Makefile.am:
195         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
196         Add unit tests for libgstfft, currently only testing the FFT.
197         Unit tests for IFFT will follow soon.
198
199 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
200
201         Patch by: Peter Kjellerstedt  <pkj at axis com>
202
203         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
204         (gst_sdp_message_init), (gst_sdp_message_uninit),
205         (is_multicast_address), (gst_sdp_message_as_text),
206         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
207         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
208         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
209         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
210         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
211         (gst_sdp_media_init), (gst_sdp_media_uninit),
212         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
213         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
214         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
215         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
216         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
217         * gst-libs/gst/sdp/gstsdpmessage.h:
218         Separate INIT_ARRAY() and related macros into two versions, one for
219         structures and one for pointers (e.g., INIT_ARRAY() and
220         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
221         lists of emails and phone numbers.
222         Add missing const as appropriate.
223         Change all gint to guint since they all actually represent unsigned
224         values.
225         Do not use time as a variable name as it shadows the global time().
226         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
227         Actually implement gst_sdp_message_add_time().
228         Make gst_sdp_message_add_time() take repeat times as an argument.
229         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
230         Corrected the definition of gst_sdp_media_get_bandwidth() (was
231         misspelled as badwidth).
232         gst-indented and a little clean up. Fixes #471067.
233
234 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
235
236         * gst/volume/gstvolume.c: (volume_choose_func),
237         (volume_process_double), (volume_process_double_clamp),
238         (volume_process_float_clamp):
239         Correctly clamp float/double samples in the [-1.0,1.0] range to
240         prevent weird effects.
241         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
242         Add unit tests for all samples types that had none before.
243
244 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * gst-libs/gst/rtp/gstrtpbuffer.c:
247           Need to include stdlib.h for abs() here too.
248
249 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
250
251         * gst/playback/gststreaminfo.c:
252           Fix build.
253
254 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
255
256         * gst/playback/gststreaminfo.c:
257           Clean up some half-disabled code and comment.
258
259 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
260
261         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
262
263         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
264         (gst_base_rtp_payload_audio_handle_event):
265         Return FALSE from the event handler to let the parent class handle the
266         event. Fixes #446766.
267
268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
269         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
270         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
271
272         * gst-libs/gst/rtp/gstbasertppayload.c:
273         Bump the MTU to 1400.
274
275 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
276
277         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
278         Add an audio/x-nsf typefind function for the nsfdec element.
279
280 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
281         * gst/playback/gstplaybasebin.c:
282         Included "myth://" on stream_uris list for enable buffering to mythtv files
283
284 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
285
286         * docs/libs/gst-plugins-base-libs-sections.txt:
287         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
288         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
289         (gst_rtcp_unix_to_ntp):
290         * gst-libs/gst/rtp/gstrtcpbuffer.h:
291         Fix parsing of RB blocks.
292         Fix docs.
293         Added helper functions to convert to/from UNIX and NTP time.
294         API: gst_rtcp_ntp_to_unix()
295         API: gst_rtcp_unix_to_ntp()
296
297         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
298         (gst_rtp_buffer_get_header_len),
299         (gst_rtp_buffer_get_extension_data),
300         (gst_rtp_buffer_get_payload_subbuffer),
301         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
302         (gst_rtp_buffer_ext_timestamp):
303         * gst-libs/gst/rtp/gstrtpbuffer.h:
304         Fix some more docs.
305         Implement handling of packets with extensions.
306         Fix padding check in _validate().
307         Added function to get extension data.
308         API: gst_rtp_buffer_get_header_len()
309         API: gst_rtp_buffer_get_extension_data()
310
311 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
312
313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
314         (gst_base_rtp_depayload_class_init),
315         (gst_base_rtp_depayload_set_gst_timestamp):
316         Add some more docs for the queue-delay property and fix a typo in a
317         comment.
318
319         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
320         Fix typo.
321
322 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
323
324         * gst-libs/gst/audio/gstbaseaudiosink.c:
325         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
326         (gst_base_audio_sink_change_state):
327         When skew slaving, try to hover around the middle of a segment so that
328         we at most drift by half a segment.
329         If we are aligning in the oposite direction of the clock skew, we don't
330         have to resync.
331
332 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
333
334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
335         (gst_base_rtp_depayload_setcaps),
336         (gst_base_rtp_depayload_set_gst_timestamp):
337         Be less silly with the segment start, just apply the clock-base to the
338         timestamp.
339
340 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
341
342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
343         (gst_base_rtp_depayload_class_init),
344         (gst_base_rtp_depayload_finalize),
345         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
346         (gst_base_rtp_depayload_handle_sink_event),
347         (gst_base_rtp_depayload_set_gst_timestamp),
348         (gst_base_rtp_depayload_change_state):
349         * gst-libs/gst/rtp/gstbasertpdepayload.h:
350         Deprecate the queue handling thread thing and remove the code.
351         Use new method to calculate the extended timestamp.
352
353 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
354
355         * gst-libs/gst/rtp/gstrtcpbuffer.c:
356         (gst_rtcp_packet_sdes_copy_entry):
357         Use g_strndup which does exactly what we want.
358
359         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
360         (gst_rtp_buffer_ext_timestamp):
361         * gst-libs/gst/rtp/gstrtpbuffer.h:
362         Add helper function to compare seqnums.
363         Add helper function to calculate extended timestamps.
364         API: gst_rtp_buffer_compare_seqnum()
365         API: gst_rtp_buffer_ext_timestamp()
366
367 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
368
369         * gst-libs/gst/rtp/gstrtcpbuffer.c:
370         (gst_rtcp_packet_sdes_get_entry),
371         (gst_rtcp_packet_sdes_copy_entry):
372         * gst-libs/gst/rtp/gstrtcpbuffer.h:
373         Fix and document SDES item data function.
374         Add new function that makes a proper copy of SDES item data.
375         API: gst_rtcp_packet_sdes_copy_entry()
376
377 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
378
379         * configure.ac:
380         * gst/Makefile.am:
381           The tcp and subparse plugins are under gst, but not totaly free of
382           dependencies. Handle selection inconfigure.ac, so that they show up
383           on the final list of what is build and what is not. Maybe they should
384           better be moved to ext.
385
386 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
387
388         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
389
390         * configure.ac:
391         * gst/Makefile.am:
392           Check if libxml provides HTML parser which subparse needs.
393           Fixes #451970.
394
395 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * ext/alsa/gstalsa.c:
398           Fix typo and compilation on big endian systems.
399
400 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst/subparse/gstssaparse.c:
403           Convert SSA newline codes into actual newline characters (#470766).
404
405 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * docs/libs/gst-plugins-base-libs-sections.txt:
408         * gst-libs/gst/pbutils/install-plugins.c:
409         * gst-libs/gst/pbutils/install-plugins.h:
410         * tests/check/libs/pbutils.c:
411           API: also add gst_install_plugins_supported() while we're at it
412           (see #470456).
413
414 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * docs/libs/gst-plugins-base-libs-sections.txt:
417         * gst-libs/gst/pbutils/missing-plugins.c:
418         * gst-libs/gst/pbutils/missing-plugins.h:
419         * tests/check/libs/pbutils.c:
420           API: add gst_missing_*_installer_detail_new() convenience API so
421           that applications that know exactly what they're missing can request
422           installer detail strings for those items directly instead of having
423           to first create a dummy missing-plugin message and then get the
424           installer detail string from that.  Fixes #470456.
425
426 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
427
428         * gst/playback/gstdecodebin.c: (close_pad_link):
429         We need to set up delayed-linking whenever the caps are non-fixed,
430         not just when there are multiple types - use gst_pad_is_fixed()
431         to test.
432
433 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst-libs/gst/pbutils/missing-plugins.c:
436           (gst_missing_plugin_message_get_installer_detail):
437           Add missing separator in PID fallback case.
438
439 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
440
441         * ext/alsa/Makefile.am:
442         There is no GST_PLUGINS_BASE_LIBS defined.
443         
444         * ext/alsa/gstalsa.c:
445         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
446         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
447         Add support for ALSA 24-bit formats.
448         snd_pcm_delay can return an error code, especially
449         during XRUNS. In that case, the best we can do is assume
450         delay = 0.
451
452         * gst/audioconvert/Makefile.am:
453         Add flags from -base before any more-remote dependencies.
454
455 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
456
457         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
458
459         * gst/volume/gstvolume.c: (volume_choose_func),
460         (volume_update_real_volume), (gst_volume_set_volume),
461         (gst_volume_init), (volume_process_int32),
462         (volume_process_int32_clamp), (volume_process_int24),
463         (volume_process_int24_clamp), (volume_process_int16),
464         (volume_process_int16_clamp), (volume_process_int8),
465         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
466         * gst/volume/gstvolume.h:
467         Add support for int32, int24 and int8 to the volume element.
468         Fixes #445529.
469
470 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
471
472         * tests/examples/Makefile.am:
473           Fix even more.
474
475 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
476
477         * configure.ac:
478         * docs/libs/Makefile.am:
479         * docs/libs/gst-plugins-base-libs-docs.sgml:
480         * docs/libs/gst-plugins-base-libs-sections.txt:
481         * ext/gnomevfs/gstgnomevfssrc.c:
482         * ext/gnomevfs/gstgnomevfssrc.h:
483         * gst-libs/gst/Makefile.am:
484         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
485         * pkgconfig/gstreamer-plugins-base.pc.in:
486         * sys/v4l/v4lsrc_calls.c:
487         * tests/examples/Makefile.am:
488         * win32/common/config.h:
489           Revert unwanted commit. many thanks to moap. I want a fix for 
490           https://thomas.apestaart.org/moap/trac/ticket/239
491
492 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
493
494         * gst/volume/gstvolume.c:
495           Move passthrough below gst_object_sync_values(). Fixes #442654.
496
497 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
498
499         * gst-libs/gst/audio/audio.c:
500         Clarify the docs a little.
501
502 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
503
504         * gst/volume/gstvolume.c:
505           Enable liboil for float and add more details about problems with
506           int16.
507
508 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
509
510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
511         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
512
513 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
514
515         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
516         When calculating the first timestamp of the buffers, don't go below 0
517         and clip the samples because the offset was on the eos page.
518         Fixes #466717.
519
520 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
521
522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
523         (gst_ogg_demux_collect_chain_info):
524         Also submit the eos page when trying to find the first timestamp.
525         See #466717.
526
527 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
528
529         * gst-libs/gst/audio/audio.h:
530         Use gst_util_uint64_scale() instead of doing the math
531         with double for GST_FRAMES_TO_CLOCK_TIME() and
532         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
533         prevents rounding errors. Fixes #467667.
534
535 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
536
537         * gst-libs/gst/rtsp/gstrtspconnection.c:
538         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
539         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
540         * gst-libs/gst/rtsp/gstrtspconnection.h:
541         Small cleanups.
542         On shutdown, don't read the control socket yet.
543         Set timeout value correctly in all cases.
544         Add function to check if the server accepts reads or writes.
545         API: gst_rtsp_connection_poll()
546
547         * gst-libs/gst/rtsp/gstrtspdefs.h:
548         Fix compilation with -pedantic.
549         Add enum for _poll.
550
551 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
552
553         Patch by: Olivier Crete  <tester at tester ca>
554
555         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
556         (gst_basertppayload_getcaps):
557         * gst-libs/gst/rtp/gstbasertppayload.h:
558         Add getcaps vfunc to basertppayload. See #465146.
559
560 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
561
562         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
563         Only post buffering messages when we are a stream.
564
565 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
566
567         * gst-libs/gst/pbutils/install-plugins.c:
568         * gst-libs/gst/pbutils/missing-plugins.c:
569           Small docs fix and addition.
570
571 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * tests/icles/.cvsignore:
574         * tests/icles/Makefile.am:
575         * tests/icles/test-textoverlay.c:
576           Add a dumb little test for textoverlay alignments.
577
578 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
579
580         Patch by: Dan Williams  <dcbw redhat com>
581
582         * ext/pango/gsttextoverlay.c:
583         * ext/pango/gsttextoverlay.h:
584           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
585           "silent" property so there's a Since tag in the API reference.
586
587 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
588
589         * gst-libs/gst/rtp/gstbasertppayload.c:
590         (gst_basertppayload_set_outcaps):
591         * gst-libs/gst/rtp/gstbasertppayload.h:
592         Improve caps negotiation so that downstream elements can confiure
593         certain RTP properties by fixing them on the caps. See #465146.
594         Add docs.
595
596 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * docs/libs/gst-plugins-base-libs-sections.txt:
599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
600         * gst-libs/gst/rtp/gstbasertpdepayload.h:
601           Mark as deprecated some macros which were presumably meant to be
602           private API and accidentally exposed in the public header file.
603           Also actually _init() lock (only works at the moment because the
604           struct is zeroed out when created and the initial values in the
605           mutex struct are zeroes too). (#459585)
606
607 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
608
609         * docs/libs/Makefile.am:
610           Remove cruft and do some cleanups.
611
612         * docs/libs/gst-plugins-base-libs-docs.sgml:
613           Prepare for comming gtkdoc features (rebase against online docs).
614
615 2007-08-10  Michael Smith <msmith@fluendo.com>
616
617         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
618           Debug output fixes.
619         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
620         (GST_START_TEST):
621           Change the number of buffers used; 500 is too many and leads to
622           timeouts.
623
624 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * gst/playback/gstqueue2.c:
627         * gst/videorate/gstvideorate.c:
628           Printf format fixes (#465028).
629
630 2007-08-09  Michael Smith <msmith@fluendo.com>
631
632         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
633           If we have a large (> 1 second) discontinuity, push a series of
634           smaller buffers rather than a single very large buffer. Avoids
635           unreasonably large single buffer allocations when encountering a
636           large gap.
637         * tests/check/elements/audiorate.c: (GST_START_TEST),
638         (audiorate_suite):
639           Add a test for this.
640
641 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
642
643         * gst/playback/gstplaybasebin.c: (group_commit),
644         (queue_remove_probe), (queue_threshold_reached):
645
646         Patch by: Josep Torra Valles <josep@fluendo.com>
647         Fixes: #465015
648         Make sure we remove the check_queues buffer probe from the 
649         correct queue to avoid racily going back to "buffering 99%" when
650         buffering is actually complete.
651
652         Also, fix the spelling of Josep's surname in the ChangeLog.
653
654 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
655
656         * ext/ogg/gstoggmux.c:
657           Do not leak oggmux instance.
658         
659         * ext/vorbis/vorbisenc.c:
660           Also log values.
661
662 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
663
664         * po/hu.po:
665         * po/it.po:
666         * po/nl.po:
667         * po/uk.po:
668         * po/vi.po:
669           Updated translations.
670
671 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
672
673         patch by: Yang Hong <hongyang@redflag-linux.com>
674
675         * ext/pango/gsttextoverlay.c:
676         * ext/pango/gsttextoverlay.h:
677           Add 'silent' property to GstTimeOverlay. Fixes #462979
678
679 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
680
681         Patch by: Josep Torra Valles <josep@fluendo.com>
682
683         * docs/plugins/gst-plugins-base-plugins.args:
684         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
685         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
686         (gst_uri_decode_bin_get_property), (gen_source_element):
687         Add connection-speed property. Fixes #464690.
688
689 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
690
691         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
692
693         * configure.ac:
694         * gst-libs/gst/rtsp/Makefile.am:
695         * gst-libs/gst/rtsp/gstrtspconnection.c:
696         (gst_rtsp_connection_connect):
697         Fix compilation on windows. Fixes #464320.
698
699 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
700
701         Patch by: Josep Torra Valles <josep@fluendo.com>
702
703         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
704         (gst_play_base_bin_init), (queue_threshold_reached),
705         (gen_source_element), (setup_substreams),
706         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
707         (gst_play_base_bin_get_streaminfo_value_array):
708         * gst/playback/gstplaybasebin.h:
709         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
710         (gst_play_bin_set_property), (gst_play_bin_get_property),
711         (gst_play_bin_handle_redirect_message):
712         Move connection-speed property from playbin to playbasebin so that we
713         can also configure it in source elements that have the connection-speed
714         property. Fixes #464028.
715         Add some debug info here and there.
716
717 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
718
719         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
720         Properly respond to conversion queries. Fixes #464079.
721
722 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
723
724         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
725         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
726         (gst_audio_test_src_init_sine_table),
727         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
728         * gst/audiotestsrc/gstaudiotestsrc.h:
729         Add float/double and int32 support to audiotestsrc. Fixes #460422.
730         Also set the default volume to the default value specified in the
731         GParamSpec.
732
733 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
734
735         Patch by: Jens Granseuer <jensgr at gmx dot net>
736
737         * gst/audioconvert/gstaudioquantize.c:
738         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
739
740 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
741
742         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
743         Add rdt manager for rdt transport.
744         Fix parsing of RDT transport.
745
746 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
747
748         * configure.ac:
749         Back to CVS
750
751 === release 0.10.14 ===
752
753 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
754
755         * configure.ac:
756           releasing 0.10.14, "Light Years Ahead"
757
758 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
759
760         * tests/check/libs/audio.c: (GST_START_TEST):
761         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
762
763 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
764
765         * gst-libs/gst/audio/audio.c:
766         When clipping a buffer with no timestamp, assume it is
767         within the segment without warnings.
768
769         Fixes: #460978
770
771 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
772
773         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
774         Fire the signal on the object, not the interface.
775
776 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
777
778         * gst-libs/gst/rtsp/.cvsignore:
779         Ber. Don't include the full path, idiot.
780
781 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
782
783         * gst-libs/gst/rtsp/.cvsignore:
784         Ignore generated files.
785
786 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
787
788         * gst-libs/gst/interfaces/Makefile.am:
789         * gst-libs/gst/interfaces/interfaces-marshal.list:
790         * gst-libs/gst/interfaces/rtspextension.c:
791         * gst-libs/gst/interfaces/rtspextension.h:
792         * gst-libs/gst/rtsp/Makefile.am:
793         * gst-libs/gst/rtsp/gstrtsp.h:
794         * gst-libs/gst/rtsp/gstrtspextension.c:
795         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
796         (gst_rtsp_extension_detect_server),
797         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
798         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
799         (gst_rtsp_extension_configure_stream),
800         (gst_rtsp_extension_get_transports),
801         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
802         * gst-libs/gst/rtsp/gstrtspextension.h:
803         * gst-libs/gst/rtsp/rtsp-marshal.list:
804         Move the rtspextension.h interface into gstrtspextension.h
805         as part of libgstrtsp instead of libgstinterfaces, because it's
806         only for use within plugins, not applications. 
807         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
808         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
809         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
810         is abstract.
811
812 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
813
814         * gst-libs/gst/interfaces/Makefile.am:
815         * gst-libs/gst/interfaces/interfaces-marshal.list:
816         * gst-libs/gst/interfaces/rtspextension.c:
817         (gst_rtsp_extension_iface_init),
818         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
819         * gst-libs/gst/interfaces/rtspextension.h:
820         Fix marshaller for the send signal.
821         Add URL to stream selection interface method.
822
823 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
824
825         * gst-libs/gst/riff/Makefile.am:
826         Pull in our dependencies from -base before those from outside.
827
828 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
829
830         * docs/libs/gst-plugins-base-libs-sections.txt:
831         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
832         * gst-libs/gst/rtsp/gstrtspbase64.h:
833         API: gst_rtsp_base64_decode_ip()
834         Added function to decode Base64 in-place.
835
836 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
837
838         * tests/check/libs/.cvsignore:
839         Ignore the mixer test binary.
840
841 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
842
843         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
844         Gratuitous comment change to trigger a rebuild on the buildbots.
845
846 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
847
848         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
849         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
850         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
851         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
852         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
853         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
854         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
855         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
856         (gst_sdp_media_get_attribute_val):
857         * gst-libs/gst/sdp/gstsdpmessage.h:
858         Constify args where we can.
859
860 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
861
862         * gst-libs/gst/interfaces/Makefile.am:
863         * gst-libs/gst/interfaces/rtspextension.c:
864         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
865         (gst_rtsp_extension_detect_server),
866         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
867         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
868         (gst_rtsp_extension_configure_stream),
869         (gst_rtsp_extension_get_transports),
870         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
871         * gst-libs/gst/interfaces/rtspextension.h:
872         Move interface for RTSP extensions from -good to here.
873         Added helper methods to invoke interface methods.
874
875 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
876
877         * docs/libs/gst-plugins-base-libs-sections.txt:
878         * gst-libs/gst/rtsp/gstrtspdefs.h:
879         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
880         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
881         (gst_rtsp_message_init_response),
882         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
883         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
884         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
885         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
886         (gst_rtsp_message_get_body), (dump_key_value):
887         * gst-libs/gst/rtsp/gstrtspmessage.h:
888         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
889         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
890         (gst_rtsp_range_parse):
891         * gst-libs/gst/rtsp/gstrtsprange.h:
892         * gst-libs/gst/rtsp/gstrtsptransport.c:
893         * gst-libs/gst/rtsp/gstrtspurl.c:
894         Fix some more RTSP docs.
895         Add some missing methods for dealing with messages.
896
897 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
898
899         * docs/libs/gst-plugins-base-libs-docs.sgml:
900         * docs/libs/gst-plugins-base-libs-sections.txt:
901         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
902         * gst-libs/gst/rtsp/gstrtspbase64.h:
903         * gst-libs/gst/rtsp/gstrtspconnection.c:
904         (gst_rtsp_connection_connect), (add_auth_header),
905         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
906         (read_body), (gst_rtsp_connection_receive),
907         (gst_rtsp_connection_next_timeout),
908         (gst_rtsp_connection_reset_timeout),
909         (gst_rtsp_connection_set_auth):
910         * gst-libs/gst/rtsp/gstrtspconnection.h:
911         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
912         * gst-libs/gst/rtsp/gstrtspdefs.h:
913         * gst-libs/gst/rtsp/gstrtspmessage.h:
914         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
915         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
916         (gst_rtsp_range_parse):
917         * gst-libs/gst/rtsp/gstrtspurl.h:
918         Added beginnings of RTSP documentation.
919
920 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
921
922         * docs/libs/Makefile.am:
923         * docs/libs/gst-plugins-base-libs-docs.sgml:
924         * docs/libs/gst-plugins-base-libs-sections.txt:
925         * gst-libs/gst/sdp/gstsdp.h:
926         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
927         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
928         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
929         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
930         (gst_sdp_message_get_attribute_val),
931         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
932         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
933         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
934         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
935         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
936         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
937         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
938         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
939         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
940         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
941         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
942         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
943         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
944         (gst_sdp_media_get_attribute_val_n),
945         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
946         (print_media), (gst_sdp_message_dump):
947         * gst-libs/gst/sdp/gstsdpmessage.h:
948         Document the SDP library.
949         Add some of the missing SDPMedia methods.
950
951 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
952
953         * configure.ac:
954         * gst-libs/gst/Makefile.am:
955         * gst-libs/gst/rtsp/Makefile.am:
956         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
957         * gst-libs/gst/rtsp/gstrtspbase64.h:
958         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
959         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
960         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
961         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
962         (parse_response_status), (parse_request_line), (parse_line),
963         (gst_rtsp_connection_read), (read_body),
964         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
965         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
966         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
967         (gst_rtsp_connection_set_auth):
968         * gst-libs/gst/rtsp/gstrtspconnection.h:
969         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
970         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
971         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
972         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
973         (gst_rtsp_find_method):
974         * gst-libs/gst/rtsp/gstrtspdefs.h:
975         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
976         (gst_rtsp_message_new), (gst_rtsp_message_init),
977         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
978         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
979         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
980         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
981         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
982         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
983         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
984         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
985         (gst_rtsp_message_dump):
986         * gst-libs/gst/rtsp/gstrtspmessage.h:
987         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
988         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
989         (gst_rtsp_range_parse), (gst_rtsp_range_free):
990         * gst-libs/gst/rtsp/gstrtsprange.h:
991         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
992         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
993         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
994         (range_as_text), (rtsp_transport_mode_as_text),
995         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
996         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
997         (gst_rtsp_transport_free):
998         * gst-libs/gst/rtsp/gstrtsptransport.h:
999         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1000         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1001         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1002         * gst-libs/gst/rtsp/gstrtspurl.h:
1003         * gst-libs/gst/sdp/Makefile.am:
1004         * gst-libs/gst/sdp/gstsdp.h:
1005         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1006         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1007         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1008         (gst_sdp_attribute_init), (gst_sdp_message_new),
1009         (gst_sdp_message_init), (gst_sdp_message_uninit),
1010         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1011         (gst_sdp_media_uninit), (gst_sdp_media_free),
1012         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1013         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1014         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1015         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1016         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1017         (gst_sdp_message_get_attribute_val),
1018         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1019         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1020         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1021         (gst_sdp_media_get_attribute_val_n),
1022         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1023         (read_string), (read_string_del), (gst_sdp_parse_line),
1024         (gst_sdp_message_parse_buffer), (print_media),
1025         (gst_sdp_message_dump):
1026         * gst-libs/gst/sdp/gstsdpmessage.h:
1027         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1028         Move SDP and RTSP from helper objects in -good to a reusable library.
1029         Use a proper gst_ namespace.
1030
1031 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1032
1033         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1034         (vorbis_dec_flush_decode):
1035         Use the new buffer clipping function from gstaudio here.
1036
1037 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1038
1039         * docs/libs/gst-plugins-base-libs-sections.txt:
1040         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1041         * gst-libs/gst/audio/audio.h:
1042         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1043         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1044         Also add deprecation guards for gst_audio_structure_set_int() to the
1045         header.
1046
1047 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * docs/libs/gst-plugins-base-libs-sections.txt:
1050           Cleanup the docs.
1051
1052 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1053
1054         Patch by: Dan Williams <dcbw at redhat dot com>
1055
1056         * gst/playback/gstplaybasebin.c:
1057         (gst_play_base_bin_get_streaminfo_value_array):
1058         Don't return NULL when querying the stream info value array but instead
1059         return an empty array. Fixes #459204.
1060
1061 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst/playback/gsturidecodebin.c:
1064           Init debug category before using it.
1065
1066 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1067
1068         * gst-libs/gst/interfaces/mixer.h:
1069         Add padding vars in place of the signal pointers
1070         when building with DISABLE_DEPRECATED so that the
1071         interface structure doesn't change size.
1072
1073 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1074
1075         * docs/libs/gst-plugins-base-libs-sections.txt:
1076         * ext/alsa/gstalsamixer.c:
1077         * ext/alsa/gstalsamixer.h:
1078         * ext/alsa/gstalsamixerelement.c:
1079         * ext/alsa/gstalsamixertrack.c:
1080         * gst-libs/gst/interfaces/mixer.c:
1081         * gst-libs/gst/interfaces/mixer.h:
1082         * gst-libs/gst/interfaces/mixeroptions.c:
1083         * gst-libs/gst/interfaces/mixeroptions.h:
1084         * gst-libs/gst/interfaces/mixertrack.c:
1085         * gst-libs/gst/interfaces/mixertrack.h:
1086         * tests/check/Makefile.am:
1087         * tests/check/libs/mixer.c:
1088
1089         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1090         Fixes: #152864 
1091
1092         Add support for notifying mixer changes on the message bus, and
1093         implement it in alsamixer.
1094
1095         API: gst_mixer_get_mixer_flags
1096         API: gst_mixer_message_parse_mute_toggled
1097         API: gst_mixer_message_parse_record_toggled
1098         API: gst_mixer_message_parse_volume_changed
1099         API: gst_mixer_message_parse_option_changed
1100         API: GstMixerMessageType
1101         API: GstMixerFlags
1102
1103 2007-07-20  Michael Smith <msmith@fluendo.com>
1104
1105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1106         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1107           xcontext->im_format is only for testing XShm support (as the header
1108           file comments document). Use xvimage->im_format for everything else.
1109           Avoids spurious warnings on buffer allocation before setcaps.
1110
1111 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1112
1113         * tests/examples/volume/Makefile.am:
1114         * tests/icles/Makefile.am:
1115           We should use $(LIBM).
1116
1117 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1118
1119         * tests/icles/Makefile.am:
1120           This needs -lm.
1121
1122 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1123
1124         * gst-libs/gst/rtp/gstbasertppayload.c:
1125         (gst_basertppayload_class_init), (gst_basertppayload_init),
1126         (gst_basertppayload_set_property),
1127         (gst_basertppayload_get_property):
1128         Don't break ABI, restore previous ranges. Keep the default random
1129         selection of timestamp and seqnum offset but as soon as the app sets a
1130         specific value, use that one.
1131
1132 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1133
1134         Patch by: Bastien Nocera <hadess at hadess dot net>
1135
1136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1137         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1138         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1139         * sys/xvimage/xvimagesink.h:
1140         Add option to turn off double-buffering for debugging purposes.
1141         Fixes #437169.
1142
1143 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1144
1145         Patch by: Jorn Baayen <jorn at openedhand dot com>
1146
1147         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1148         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1149         (gst_ximagesink_init), (gst_ximagesink_class_init):
1150         * sys/ximage/ximagesink.h:
1151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1152         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1153         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1154         * sys/xvimage/xvimagesink.h:
1155         add 'handle-expose' property. Useful for video widgets which may want to
1156         be in control of Expose behaviour. Fixes #380625
1157
1158 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1159
1160         * gst-libs/gst/rtp/gstbasertppayload.c:
1161         (gst_basertppayload_class_init), (gst_basertppayload_init),
1162         (gst_basertppayload_event), (gst_basertppayload_push),
1163         (gst_basertppayload_set_property),
1164         (gst_basertppayload_get_property),
1165         (gst_basertppayload_change_state):
1166         * gst-libs/gst/rtp/gstbasertppayload.h:
1167         Fix ranges of rtp payloader properties so that the full range can be
1168         used in addition to -1 (random).
1169         Fix wrong seqnum reporting in caps.
1170         Fixes #420326.
1171
1172 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1173
1174         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1175         (gst_video_rate_query):
1176         Use boilerplate.
1177         Add latency query, might not be perfect yet but already works a lot
1178         better. Fixes #442557.
1179
1180 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1181
1182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1183         (gst_xvimagesink_setcaps):
1184         * sys/xvimage/xvimagesink.h:
1185         After a caps change, redraw our borders to avoid garbage left there
1186         when the image format changes to a smaller size, like 16:9 -> 4:3
1187         Also, hold the flow_lock a bit longer in the set_caps while we're
1188         fiddling with the xcontext.
1189
1190 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1191
1192         * Makefile.am:
1193         * configure.ac:
1194         * tests/Makefile.am:
1195         Remove bogus check for libcheck, since we check for
1196         gstreamer-check and it pulls in the required info from there, and we
1197         weren't actually _using_ the information for libcheck ourselves
1198         anyway.
1199
1200 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1201
1202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1203         (gst_ffmpeg_caps_to_pixfmt):
1204         Fix the r_mask test for RGBA32 on little-endian.
1205         Fix a stupid typo that would have obviously broken 
1206         compilation on big-endian, if anyone was testing.
1207
1208 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1209
1210         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1211         (paint_hline_str4):
1212         * gst/videotestsrc/videotestsrc.h:
1213         Add alpha to the color struct.
1214         Use a default alpha value of 255 instead of 128.
1215
1216 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1217
1218         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1219         (setup_source):
1220         Clear the dynamic pads counter when starting a new uri. This makes
1221         reusing playbin work again.
1222         Fixes #454264.
1223
1224 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * configure.ac:
1227           Use pkg-config to locate check.
1228
1229 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * configure.ac:
1232         * tests/check/elements/volume.c: (GST_START_TEST):
1233           Fix 'make check' build against core CVS.
1234
1235 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1236
1237         * gst-libs/gst/interfaces/propertyprobe.c:
1238         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1239         * gst-libs/gst/tag/gstvorbistag.c:
1240           Make gtk-doc happy.
1241
1242 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1243
1244         * gst-libs/gst/audio/gstbaseaudiosink.c:
1245         (gst_base_audio_sink_callback):
1246           Quick hack to make audiosinks stop at EOS when operating in
1247           pull-mode; needs to be fixed properly some day.
1248
1249 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * docs/libs/gst-plugins-base-libs-sections.txt:
1252           Fix location of includes in the docs.
1253
1254 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1255
1256         * gst/ffmpegcolorspace/avcodec.h:
1257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1258         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1259         (gst_ffmpegcsp_avpicture_fill):
1260         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1261         (img_get_alpha_info):
1262         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1263         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1264         end of the word. Partially fixes #451908
1265
1266 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * docs/libs/Makefile.am:
1269         * docs/plugins/Makefile.am:
1270           Simplify --extra-dir as gtkdoc scans recursively.
1271
1272 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1273
1274         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1275         (gst_adder_request_new_pad):
1276         Make getcaps more robust by not using the proxycaps function. This makes
1277         sure that we don't end up recursively calling getcaps upstream.
1278         See #316248.
1279
1280 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1281
1282         * gst/audioconvert/audioconvert.c:
1283         Include math.h to fix compilation.
1284
1285 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1286
1287         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1288         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1289         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1290         format, as produced by some dc1394 cameras like the iSight.
1291         See http://www.fourcc.org/yuv.php#IYU1
1292
1293 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1294
1295         * gst/audioconvert/Makefile.am:
1296         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1297         (check_default), (audio_convert_prepare_context),
1298         (audio_convert_clean_context), (audio_convert_convert):
1299         * gst/audioconvert/audioconvert.h:
1300         * gst/audioconvert/gstaudioconvert.c:
1301         (gst_audio_convert_dithering_get_type),
1302         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1303         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1304         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1305         * gst/audioconvert/gstaudioconvert.h:
1306         * gst/audioconvert/gstaudioquantize.c:
1307         (gst_audio_quantize_setup_noise_shaping),
1308         (gst_audio_quantize_free_noise_shaping),
1309         (gst_audio_quantize_setup_dither),
1310         (gst_audio_quantize_free_dither),
1311         (gst_audio_quantize_setup_quantize_func),
1312         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1313         * gst/audioconvert/gstaudioquantize.h:
1314         Implement dithering and noise shaping in audioconvert. By default now
1315         TPDF dithering (and no noise shaping) will be used when converting
1316         from a higher bit depth to 20 bit depth or smaller, otherwise
1317         everything will be as it is now.
1318         For the last audioconvert in a pipeline it would make sense to
1319         use some kind of noise shaping, enabling it by default for all
1320         conversions would give undesired results though. Fixes #360246.
1321         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1322         (GST_START_TEST):
1323         Adjust unit test for the new audioconvert.
1324
1325 2007-06-28  Wim Taymans  <wim@fluendo.com>
1326
1327         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1328         Use other metrics as well when estimating the buffer level.
1329
1330 2007-06-28  Wim Taymans  <wim@fluendo.com>
1331
1332         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1333         Small debug improvement.
1334
1335         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1336         (plugin_init):
1337         Tweak the rate estimation period.
1338         When calculating the buffer filledness in rate estimation mode, don't
1339         mix it with other metrics.
1340
1341 2007-06-28  Wim Taymans  <wim@fluendo.com>
1342
1343         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1344         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1345         When creating the groups, allow for a 5 second, unlimited buffers
1346         preroll phase after which we expose the group.
1347         When the group is exposed, use a small number of buffers up to a 2
1348         second limit. Also disconnect the overrun signal from multiqueue when we
1349         exposed the group because it is not needed anymore.
1350
1351 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1354           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1355           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1356           (#451707); also, output some debugging info when dealing with
1357           freeform strings.
1358
1359         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1360           Add unit test for the above.
1361
1362 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1365           Add description for Windows Media RTP caps.
1366
1367         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1368           Remove RTP fields that don't define the format from caps.
1369
1370 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1373           Skip empty buffers, but not empty header buffers. That way the original
1374           vorbisdec unit test still passes (#451145); also, take into account
1375           that those empty packets might carry a granulepos.
1376
1377         * tests/check/Makefile.am:
1378         * tests/check/elements/vorbisdec.c:
1379         (_create_codebook_header_buffer), (_create_audio_buffer),
1380         (GST_START_TEST), (vorbisdec_suite):
1381           Add unit test that sends an empty packet.
1382
1383 2007-06-27  Wim Taymans  <wim@fluendo.com>
1384
1385         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1386         Don't error out on 0-sized packets, just emit a warning because this is
1387         not a fatal error. Fixes #451145.
1388
1389 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * docs/plugins/gst-plugins-base-plugins.args:
1392         * docs/plugins/gst-plugins-base-plugins.signals:
1393         * docs/plugins/inspect/plugin-adder.xml:
1394         * docs/plugins/inspect/plugin-alsa.xml:
1395         * docs/plugins/inspect/plugin-audioconvert.xml:
1396         * docs/plugins/inspect/plugin-audiorate.xml:
1397         * docs/plugins/inspect/plugin-audioresample.xml:
1398         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1399         * docs/plugins/inspect/plugin-cdparanoia.xml:
1400         * docs/plugins/inspect/plugin-decodebin.xml:
1401         * docs/plugins/inspect/plugin-decodebin2.xml:
1402         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1403         * docs/plugins/inspect/plugin-gdp.xml:
1404         * docs/plugins/inspect/plugin-gnomevfs.xml:
1405         * docs/plugins/inspect/plugin-libvisual.xml:
1406         * docs/plugins/inspect/plugin-ogg.xml:
1407         * docs/plugins/inspect/plugin-pango.xml:
1408         * docs/plugins/inspect/plugin-playbin.xml:
1409         * docs/plugins/inspect/plugin-subparse.xml:
1410         * docs/plugins/inspect/plugin-tcp.xml:
1411         * docs/plugins/inspect/plugin-theora.xml:
1412         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1413         * docs/plugins/inspect/plugin-video4linux.xml:
1414         * docs/plugins/inspect/plugin-videorate.xml:
1415         * docs/plugins/inspect/plugin-videoscale.xml:
1416         * docs/plugins/inspect/plugin-videotestsrc.xml:
1417         * docs/plugins/inspect/plugin-volume.xml:
1418         * docs/plugins/inspect/plugin-vorbis.xml:
1419         * docs/plugins/inspect/plugin-ximagesink.xml:
1420         * docs/plugins/inspect/plugin-xvimagesink.xml:
1421           Update docs with caps info.
1422
1423 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * po/POTFILES.in:
1426           Add more files with translatable strings (#450875).
1427
1428 2007-06-23  Edward Hervey  <edward@fluendo.com>
1429
1430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1431         The chain should be freed if we error out here, else it will leak.
1432         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1433         (cleanup_decodebin):
1434         Don't forget to *properly* remove the signals, else it will leak.
1435
1436 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1437
1438         * MAINTAINERS:
1439         Updating all the maintainers files
1440
1441 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1442
1443         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1444         (main):
1445           Destroy and recreate parse-launch based pipeline after stop to be able
1446           to play again. Reorder some code and add more comments.
1447
1448 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1449
1450         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1451         When handling a delayed-caps notification case, mark
1452         the group as dynamic so that the nbdynamic count is
1453         incremented and decremented correctly. Fixes: #449156
1454         Patch by: Wim Taymans <wim@fluendo.com>
1455
1456 2007-06-19  Andy Wingo  <wingo@pobox.com>
1457
1458         * gst-libs/gst/audio/gstbaseaudiosink.c
1459         (gst_base_audio_sink_init): Enable pull-mode operation.
1460
1461 2007-06-19  Michael Smith <msmith@fluendo.com>
1462
1463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1464           Change minimum rate back to 1000 to allow low-sample-rate wav files
1465           to play back.
1466
1467 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1468
1469         * po/vi.po:
1470           Update translations.
1471
1472 2007-06-15  David Schleef  <ds@schleef.org>
1473
1474         * gst/playback/gstqueue2.c:
1475           Fix compile error from ignored return value.
1476
1477 2007-06-15  Michael Smith <msmith@fluendo.com>
1478
1479         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1480           Update tmpbuf for all neccesary rows, not just one, as is required
1481           when downscaling.
1482           Fixes #402076.
1483
1484 2007-06-15  Michael Smith <msmith@fluendo.com>
1485
1486         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1487         (eos_buffer_probe):
1488           Add a test that ensures we set DELTA_UNIT on all non-header,
1489           non-video buffers, if we have a video stream.
1490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1491         (gst_ogg_mux_process_best_pad):
1492           Move setting delta_pad to earlier, where we inspect all pads, so
1493           that leading audio pages don't get DELTA_UNIT unset if they come
1494           before the first DELTA_UNIT from video pages. Fixes the newly-added
1495           test. Fixes #385527.
1496
1497 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1500           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1501           fails on the p5-ppc64 build bot and the failure looks like it is due
1502           to the same issue as #348114, ie. a compiler bug.
1503
1504 2007-06-13  Edward Hervey  <edward@fluendo.com>
1505
1506         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1507         Fix build on MacOSX.
1508
1509 2007-06-13  Wim Taymans  <wim@fluendo.com>
1510
1511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1512         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1513         Fix compilation on mingw. Fixes #446972.
1514
1515 2007-06-12  Wim Taymans  <wim@fluendo.com>
1516
1517         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1518
1519         * gst/playback/gstqueue2.c: (update_buffering),
1520         (gst_queue_locked_enqueue):
1521         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1522         also update the buffering status when receiving events. Fixes #446551.
1523
1524 2007-06-11  Wim Taymans  <wim@fluendo.com>
1525
1526         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1527
1528         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1529         (gst_queue_handle_src_query):
1530         Wait for preroll before attempting to forward a duration query upstream.
1531         Fixes #445505.
1532
1533 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1534
1535         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1536         (gst_base_rtp_depayload_set_gst_timestamp):
1537         Use G_GINT64_CONSTANT macro for int64 constant.
1538         * win32/common/libgstinterfaces.def:
1539         * win32/common/libgsttag.def:
1540         Add new exported functions.
1541
1542 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1545           The BOS page of the first Dirac video stream needs to come before
1546           the BOS page of any Vorbis streams or other audio streams, just like
1547           it is with Theora.
1548
1549 2007-06-07  Wim Taymans  <wim@fluendo.com>
1550
1551         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1552         Fix compilation.
1553
1554 2007-06-06  Wim Taymans  <wim@fluendo.com>
1555
1556         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1557
1558         * gst/playback/gstqueue2.c: (gst_queue_init),
1559         (gst_queue_handle_sink_event), (gst_queue_chain),
1560         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1561         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1562         (gst_queue_src_activate_pull):
1563         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1564         Does not yet completely work because duration queries upstream won't
1565         block yet.
1566
1567 2007-06-06  Wim Taymans  <wim@fluendo.com>
1568
1569         * configure.ac:
1570         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1571         Some more fseeko checks.
1572
1573 2007-06-06  Wim Taymans  <wim@fluendo.com>
1574
1575         * configure.ac:
1576         check for large file support.
1577
1578 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1579
1580         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1581
1582         * gst/subparse/gstsubparse.c: (parse_subrip),
1583         (subviewer_unescape_newlines), (parse_subviewer),
1584         (gst_sub_parse_data_format_autodetect),
1585         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1586         * gst/subparse/gstsubparse.h:
1587         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1588         * tests/check/elements/subparse.c: (GST_START_TEST),
1589         (subparse_suite):
1590         Add a unit test for both SubViewer formats.
1591
1592 2007-06-01  Michael Smith <msmith@fluendo.com>
1593
1594         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1595           Don't overflow intermediate values when seeking to large time values
1596           in audiotestsrc.
1597
1598 2007-06-05  Wim Taymans  <wim@fluendo.com>
1599
1600         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1601         (gst_queue_create_read), (gst_queue_read_item_from_file),
1602         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1603         Include stdio to define fseeko.
1604
1605 2007-06-05  Wim Taymans  <wim@fluendo.com>
1606
1607         Patch by: Edward Hervey  <edward@fluendo.com>
1608
1609         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1610         (gst_v4lsrc_query):
1611         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1612
1613 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1614
1615         * gst-libs/gst/riff/Makefile.am:
1616         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1617           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1618           our own implementation.
1619
1620 2007-06-05  Wim Taymans  <wim@fluendo.com>
1621
1622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1623         (gst_base_rtp_depayload_setcaps),
1624         (gst_base_rtp_depayload_set_gst_timestamp),
1625         (gst_base_rtp_depayload_change_state):
1626         Handle timestamp wraparound.
1627
1628 2007-06-05  Wim Taymans  <wim@fluendo.com>
1629
1630         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1631         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1632         (gst_uri_decode_bin_change_state):
1633         Make sure we name srcpads uniquely even when using different internal
1634         decodebins.
1635         Signal no-more-pads when no more dynamic elements exist.
1636         Remove pads on cleanup.
1637
1638 2007-06-05  Wim Taymans  <wim@fluendo.com>
1639
1640         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1641
1642         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1643         (gst_queue_init), (gst_queue_finalize),
1644         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1645         (gst_queue_create_read), (gst_queue_read_item_from_file),
1646         (gst_queue_open_temp_location_file),
1647         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1648         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1649         (gst_queue_is_empty), (gst_queue_is_filled),
1650         (gst_queue_change_state), (gst_queue_set_temp_location),
1651         (gst_queue_set_property):
1652         Add support for filebased buffering. Fixes #441264.
1653
1654 2007-06-05  Wim Taymans  <wim@fluendo.com>
1655
1656         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1657         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1658         (caps_notify_group_cb), (gst_decode_group_new),
1659         (gst_decode_group_free):
1660         Add support for delayed caps fixation when autoplugging.
1661         Optimize cases where a multiqueue is not needed/wanted, like right after
1662         anything that is not a demuxer.
1663
1664 2007-06-05  Wim Taymans  <wim@fluendo.com>
1665
1666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1667         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1668         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1669         consideratly speedup ogg chain detection by not trying to find a base
1670         timestamp for skeleton streams. 
1671
1672 2007-06-05  Wim Taymans  <wim@fluendo.com>
1673
1674         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1675         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1676         (gst_multi_fd_sink_remove_flush),
1677         (gst_multi_fd_sink_remove_client_link),
1678         (gst_multi_fd_sink_handle_client_write),
1679         (gst_multi_fd_sink_handle_clients):
1680         * gst/tcp/gstmultifdsink.h:
1681         Add support for remove_flush.
1682
1683 2007-06-05  Wim Taymans  <wim@fluendo.com>
1684
1685         * docs/design/draft-keyframe-force.txt:
1686         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1687         (theora_enc_chain):
1688         Add draft design for forcing keyframes in encoders and implement in
1689         theoraenc.
1690
1691 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1692
1693         * configure.ac:
1694           Back to CVS
1695
1696 === release 0.10.13 ===
1697
1698 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1699
1700         * configure.ac:
1701           releasing 0.10.13, "What's Going on?"
1702
1703 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1704
1705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1706         In riff, the depth is stored in the size field but it just means that
1707         the least significant bits are cleared. We can therefore just play
1708         the sample as if it had a depth == width. Fixes: #440997
1709
1710         Patch by: Wim Taymans <wim@fluendo.com> 
1711         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1712
1713 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1714
1715         * gst-libs/gst/floatcast/floatcast.h:
1716         Define inline when needed on win32 builds. Fixes: #441295
1717         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1718
1719 2007-05-29  Wim Taymans  <wim@fluendo.com>
1720
1721         * gst/playback/gstplaybasebin.c: (queue_overrun),
1722         (no_more_pads_full):
1723         Stop buffering when the group is commited because the queues filled up.
1724         Fixes #442024.
1725
1726 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1727
1728         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1729         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1730         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1731         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1732         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1733         * ext/alsa/gstalsamixer.h:
1734         * ext/alsa/gstalsamixerelement.c:
1735         (gst_alsa_mixer_element_interface_supported),
1736         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1737         (gst_alsa_mixer_element_set_property),
1738         (gst_alsa_mixer_element_get_property),
1739         (gst_alsa_mixer_element_change_state):
1740         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1741         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1742         (gst_mixer_option_changed):
1743         * gst-libs/gst/interfaces/mixer.h:
1744         Revert commits towards #152864 made so far. We'll pick it up again
1745         after the 0.10.13 release.
1746
1747 2007-05-24  Wim Taymans  <wim@fluendo.com>
1748
1749         * gst-libs/gst/audio/gstbaseaudiosink.c:
1750         (gst_base_audio_sink_render):
1751         After an interrupt (PAUSED/flush) assume that the next sample should not
1752         be aligned to the previous sample. Fixes #417992.
1753
1754 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1757           Don't add channels and rate fields to the template caps for
1758           audio/x-dts, as wavparse might not always be able to set them,
1759           which would then lead to 'caps are not a real subset of the
1760           template caps' warnings.
1761
1762 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1763
1764         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1765         Handle unknown or invalid pads without crashing, as might occur if
1766         a media file like an mp3 is specified as a subtitle file.
1767         Fixes: #410039
1768
1769 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1770
1771         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1772         (setup_sinks):
1773         Block the subtitle bin output queue before ghosting it and linking,
1774         then unblock after. This avoids spurious not-linked errors caused 
1775         by the queue starting up (because it gets linked when it is ghosted). 
1776         Fixes: #350299
1777
1778 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1779
1780         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1781         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1782         file. Avoids flukes where the input gets typefound to some valid but
1783         useless type.
1784
1785 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1786
1787         * tests/check/Makefile.am:
1788         * tests/check/elements/.cvsignore:
1789         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1790         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1791           Add unit test for gnomevfssink seeking and position reporting for
1792           file:// URIs.
1793
1794 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         Patch by: Mark Nauwelaerts <manauw at skynet be>
1797
1798         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1799         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1800         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1801         * ext/gnomevfs/gstgnomevfssink.h:
1802           Fix position reporting, especially after a seek (from upstream),
1803           see #412648.
1804
1805 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * ext/cdparanoia/gstcdparanoiasrc.c:
1808           Repair umlaut.
1809
1810 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1811
1812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1813         Specify the full valid range for MP3 samplerates. Fixes a regression
1814         caused by extra header checks since the last release.
1815
1816 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1817
1818         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1820         Fix a locking-order bug I introduced with my changes the other day.
1821         Patch by Mike Smith.
1822
1823 2007-05-21  Michael Smith <msmith@fluendo.com>
1824
1825         * ext/theora/theoradec.c: (theora_handle_data_packet):
1826           Don't look inside 0-length packets (which indicate duplicated
1827           frames)
1828
1829 2007-05-21  Wim Taymans  <wim@fluendo.com>
1830
1831         * ext/cdparanoia/gstcdparanoiasrc.c:
1832         (gst_cd_paranoia_src_read_sector):
1833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1834         (gst_base_audio_src_create):
1835         Small cleanups.
1836
1837         * ext/theora/theoradec.c: (theora_dec_sink_event):
1838         Fix typo.
1839
1840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1841         (gst_base_rtp_depayload_set_gst_timestamp):
1842         Add some FIXME
1843
1844         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1845         And some debug info when a FIXME path is hit.
1846
1847 2007-05-21  Wim Taymans  <wim@fluendo.com>
1848
1849         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1850         (gst_base_rtp_audio_payload_class_init),
1851         (gst_base_rtp_audio_payload_init),
1852         (gst_base_rtp_audio_payload_finalize),
1853         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1854         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1855         (gst_base_rtp_payload_audio_handle_event):
1856         Some cleanups, remove minptime property as it is now in the parent
1857         class.
1858         Override parent class event function.
1859
1860         * gst-libs/gst/rtp/gstbasertppayload.c:
1861         (gst_basertppayload_class_init), (gst_basertppayload_init),
1862         (gst_basertppayload_event), (gst_basertppayload_set_property),
1863         (gst_basertppayload_get_property):
1864         * gst-libs/gst/rtp/gstbasertppayload.h:
1865         Add min-ptime property.
1866         Add handle-event vmethod. Fixes #415001.
1867
1868 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * gst-libs/gst/audio/gstbaseaudiosink.c
1871           (gst_base_audio_sink_change_state):
1872           Fix typo in comment.
1873
1874         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1875           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1876           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1877           close_link):
1878         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1879           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1880           Remove trailing whitespaces in comments.
1881
1882         * gst/volume/Makefile.am:
1883           Fix tabs.
1884
1885 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1886
1887         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1888
1889         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1890           set_option, get_option, _gst_reserved):
1891           Revert reordering functions (keep ABI).
1892
1893 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1894
1895         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1896         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1897         (gst_ximagesink_show_frame):
1898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1899         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1900         (gst_xvimagesink_show_frame):
1901         When we create our own window, indicate that we handle the 
1902         WM_DELETE client message from the window manager, so that it won't 
1903         kill our window (and our app) along with it. Handle ClientMessage,
1904         post an error on the bus, and close the window. Further buffers
1905         arriving will result in a FlowError because the window has been
1906         destroyed.
1907
1908         Fixes: #393975
1909
1910         Clean up the X event handling loop and make them the same for
1911         both xvimagesink and ximagesink while I'm at it.
1912
1913 2007-05-17  Wim Taymans  <wim@fluendo.com>
1914
1915         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1916         Make decodebin2 autoplug depayloaders too.
1917
1918         * gst/playback/gsturidecodebin.c: (source_new_pad):
1919         Set the newly created decoder in a usable state when autoplugging a
1920         dynamic source such as RTSP.
1921
1922 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * gst/playback/gststreaminfo.c: (cb_probe):
1925           Ignore video-codec tag for audio streams and ignore audio-codec tags
1926           for video streams. Should make codec name collection a bit more
1927           robust against sloppy demuxers that send tag events containing both
1928           tags down each pad.
1929
1930 2007-05-17  Wim Taymans  <wim@fluendo.com>
1931
1932         * gst/playback/gstqueue2.c: (update_rates):
1933         Tweak the buffering thresholds a little.
1934         Update the buffer size with the previously calculate rate instead of
1935         only when we calculate a new rate so that we get smoother buffering
1936         updates.
1937
1938         * gst/playback/Makefile.am:
1939         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1940         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1941         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1942         (gst_uri_decode_bin_get_property), (unknown_type),
1943         (add_element_stream), (no_more_pads_full), (no_more_pads),
1944         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1945         (gen_source_element), (has_all_raw_caps), (analyse_source),
1946         (remove_decoders), (make_decoder), (remove_source),
1947         (source_new_pad), (setup_source), (decoder_query_init),
1948         (decoder_query_duration_fold), (decoder_query_duration_done),
1949         (decoder_query_position_fold), (decoder_query_position_done),
1950         (decoder_query_latency_fold), (decoder_query_latency_done),
1951         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1952         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1953         (gst_uri_decode_bin_change_state), (plugin_init):
1954         New element that intergrates a source, optional buffering element and
1955         decodebin.
1956
1957 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * configure.ac:
1960           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1961           (also has a .pc file, so we don't need the fallback check any
1962           longer). Fixes #438840.
1963
1964 2007-05-17  Wim Taymans  <wim@fluendo.com>
1965
1966         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1967         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1968         (apply_segment), (apply_buffer), (update_buffering),
1969         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1970         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1971         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1972         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1973         (plugin_init):
1974         fix build.
1975
1976 2007-05-17  Wim Taymans  <wim@fluendo.com>
1977
1978         * gst/playback/Makefile.am:
1979         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1980         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1981         (gst_queue_getcaps), (gst_queue_bufferalloc),
1982         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1983         (apply_buffer), (update_buffering), (reset_rate_timer),
1984         (update_rates), (gst_queue_locked_flush),
1985         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1986         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1987         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1988         (gst_queue_loop), (gst_queue_handle_src_event),
1989         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1990         (gst_queue_src_activate_push), (gst_queue_change_state),
1991         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1992         On our way to playbin2 this is the new network queue that does buffering
1993         all by itself using high and low watermarks. It can also measure up and
1994         downstream bandwidth to optimally size the queue.
1995
1996 2007-05-17  Michael Smith <msmith@fluendo.com>
1997
1998         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1999         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2000           Use the segment->last_stop value to calculate the next timestamp to
2001           generate after a seek; not the segment->start value.
2002
2003 2007-05-15  David Schleef  <ds@schleef.org>
2004
2005         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2006           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2007
2008 2007-05-15  Wim Taymans  <wim@fluendo.com>
2009
2010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2011         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2012         Some more chained streaming ogg timestamp fixes.
2013
2014 2007-05-15  Wim Taymans  <wim@fluendo.com>
2015
2016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2017         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2018         (gst_ogg_demux_handle_page):
2019         Add some FIXMEs.
2020         Fix chain start/stop segment handling based on patch by
2021         <ahalda at cs dot mcgill dot ca> see #320984.
2022
2023 2007-05-15  Michael Smith <msmith@fluendo.com>
2024
2025         * configure.ac:
2026           We don't require a C++ compiler. So don't require one.
2027
2028 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2029
2030         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2031           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2032           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2033           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2034           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2035           gst_alsa_mixer_update_track):
2036           Apply some of the cleanup Tim suggested in #152864 afterwards.
2037
2038 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2039
2040         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2041
2042         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2043           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2044           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2045           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2046           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2047           gst_alsa_mixer_handle_source_callback,
2048           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2049           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2050           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2051           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2052           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2053           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2054         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2055         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2056           gst_alsa_mixer_element_interface_supported,
2057           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2058           gst_alsa_mixer_element_set_property,
2059           gst_alsa_mixer_element_get_property,
2060           gst_alsa_mixer_element_change_state):
2061         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2062         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2063           gst_mixer_option_changed):
2064         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2065           volume_changed, option_changed, _gst_reserved):
2066           Implement notification for alsamixer. Fixes #152864
2067
2068 2007-05-14  David Schleef  <ds@schleef.org>
2069
2070         * gst/videotestsrc/videotestsrc.c:
2071         * gst/videotestsrc/videotestsrc.h:
2072           Add support for video/x-raw-bayer.
2073
2074 2007-05-12  David Schleef  <ds@schleef.org>
2075
2076         * sys/xvimage/xvimagesink.c:
2077           Add some sanity checking for the XVImage size returned by X.
2078           Related to #377400.
2079
2080 2007-05-12  Wim Taymans  <wim@fluendo.com>
2081
2082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2083         (gst_base_rtp_depayload_setcaps),
2084         (gst_base_rtp_depayload_set_gst_timestamp):
2085         Parse and use additional caps fields as described in updated
2086         application/x-rtp caps spec.
2087
2088 2007-05-12  Wim Taymans  <wim@fluendo.com>
2089
2090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2091         (gst_ogg_demux_collect_chain_info):
2092         If there is a stream in a chain without any data packets, ignore the
2093         stream in the total length calculations. Might be related to #436820.
2094
2095 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2096
2097         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2098         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2099         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2100         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2101         (plugin_init):
2102
2103         Consolidate and re-work our mpeg system stream detection to probe
2104         more packets and produce a higher confidence result. Fixes a
2105         regression caused by lowering the typefind probability last year
2106         - related to bug #397810. Remove the redundant MPEG-1 specific 
2107         typefind function, as the new one detects both MPEG-1 & MPEG-2
2108         happily.
2109
2110         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2111         little. 
2112
2113         Tested against my media test directory, with some improvements and
2114         no regressions.
2115
2116 2007-05-10  Wim Taymans  <wim@fluendo.com>
2117
2118         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2119         (queue_out_of_data):
2120         Connect to the new queue "pushing" signal instead of the broken
2121         "running" one.
2122
2123 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2124
2125         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2126         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2127         Move variable declaration before the first instruction.
2128         * gst/videotestsrc/videotestsrc.c:
2129         Define M_PI if it's not defined yet.
2130         * win32/common/libgstrtp.def:
2131         Add new exported functions.
2132
2133 2007-05-09  Michael Smith <msmith@fluendo.com>
2134
2135         * ext/theora/theoradec.c: (theora_handle_type_packet):
2136           gst_pad_push_event() does not return a GstFlowReturn!
2137
2138 2007-05-09  Wim Taymans  <wim@fluendo.com>
2139
2140         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2141         * tests/examples/seek/seek.c: (do_seek):
2142         Some small cosmetic changes.
2143
2144 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2145
2146         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2147           gst_adder_change_state):
2148         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2149           segment_pending, segment_position, segment_rate):
2150           Handle playback-rate on adder.
2151
2152 2007-05-07  Michael Smith <msmith@fluendo.com>
2153
2154         * ext/theora/gsttheoradec.h:
2155         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2156         (theora_dec_sink_event), (theora_handle_comment_packet),
2157         (theora_handle_type_packet), (theora_dec_change_state):
2158           Don't push events (newsegment, tags) before initialising the
2159           decoder.
2160           This is neccesary for seeking to work correctly in gnonlin.
2161
2162 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2163
2164         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2165         * gst/adder/gstadder.c:
2166         * gst/audiotestsrc/gstaudiotestsrc.c
2167           (gst_audio_test_src_create_white_noise):
2168         * gst/videotestsrc/gstvideotestsrc.c:
2169         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2170           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2171           volume_sink_template, volume_src_template, gst_volume_init,
2172           volume_process_double, volume_process_int16,
2173           volume_process_int16_clamp):
2174           Doc fixes and formatting.
2175
2176 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         * tests/check/Makefile.am:
2179         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2180           Minimal check for volume's GstController usability; also another
2181           test for #422295.
2182
2183 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2184
2185         * gst-libs/gst/cdda/gstcddabasesrc.c:
2186         (gst_cdda_base_src_add_track):
2187           Fix it so that it (a) makes sense and (b) doesn't break
2188           everything cdda-related including the unit test.
2189
2190 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2191
2192         * gst-libs/gst/cdda/gstcddabasesrc.c:
2193         (gst_cdda_base_src_add_track):
2194           Fix build when disabling asserts.
2195
2196 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2199           When XShm is not available, we might get row strides that are not
2200           rounded up to multiples of four; this is bad, because virtually
2201           every RGB-processing element in GStreamer assumes rowstrides are
2202           rounded up to multiples of four, so let's allocate at least enough
2203           memory to avoid crashes in this case. The image will still be
2204           displayed distorted though if this happens, so that still needs
2205           fixing (maybe by allocating a bigger image with an 'even' width
2206           and then clipping it appropriately when rendering - something for
2207           Xlib aficionados in any case).
2208
2209 2007-05-03  Michael Smith <msmith@fluendo.com>
2210
2211         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2212           If a buffer doesn't have a timestamp, assume it's contiguous with
2213           the previous buffer, and synthesise timestamps appropriately.
2214
2215 2007-05-03  Edward Hervey  <edward@fluendo.com>
2216
2217         * tests/check/elements/videorate.c: (GST_START_TEST):
2218         Set buffer timestamp to a valid value in order to test the buffer
2219         really does stay in videorate.
2220
2221 2007-05-03  Edward Hervey  <edward@fluendo.com>
2222
2223         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2224         There is no sensible way to handle incoming buffers which don't have a
2225         valid timestamp. We therefore discard them and wait for the next one.
2226
2227 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2230         * gst/playback/gstdecodebin2.c: (plugin_init):
2231           Better error message for text files.
2232
2233 2007-04-29  Wim Taymans  <wim@fluendo.com>
2234
2235         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2236         Fix offset bug in generation RR packets.
2237
2238 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2239
2240         * ext/theora/theoradec.c: (_theora_granule_time),
2241         (theora_dec_push_forward), (theora_handle_data_packet),
2242         (theora_dec_decode_buffer): Calculate buffer duration correctly
2243         to generate a perfect stream (#433888).
2244         * gst/audioresample/gstaudioresample.c:
2245         (audioresample_check_discont): Glib provides ABS.
2246
2247 2007-04-27  Wim Taymans  <wim@fluendo.com>
2248
2249         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2250         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2251         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2252         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2253         (gst_rtcp_packet_bye_set_reason):
2254         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2255         Fix RB block parsing and writing.
2256         Add support for constructing BYE packets.
2257
2258 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2261         (gst_base_audio_src_create):
2262         * po/POTFILES.in:
2263           When posting a warning message because samples were dropped, post
2264           something more intelligible than he default error message for clock
2265           errors which is just confusing in this context (#432984).
2266
2267 2007-04-25  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2270         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2271         (read_packet_header), (gst_rtcp_packet_move_to_next),
2272         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2273         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2274         (gst_rtcp_packet_sdes_get_item_count),
2275         (gst_rtcp_packet_sdes_first_item),
2276         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2277         (gst_rtcp_packet_sdes_first_entry),
2278         (gst_rtcp_packet_sdes_next_entry),
2279         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2280         (gst_rtcp_packet_sdes_add_entry):
2281         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2282         Implement code to write SR, RR and SDES packets.
2283
2284 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2285
2286         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2287
2288         * sys/ximage/ximagesink.c:
2289           Fix build if XShm is not available (#432362).
2290
2291 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2292
2293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2294         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2295         pointers to random memory which are passed to g_free() when
2296         audio_convert_prepare_context() is called the first time.
2297
2298 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         Patch by: Dan Williams <dcbw redhat com>
2301
2302         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2303           Don't leak incoming buffer if gst_pad_push() returns a
2304           non-OK flow. Fixes #432755.
2305          
2306         * tests/check/elements/videorate.c: (GST_START_TEST),
2307         (videorate_suite):
2308           Unit test for the above by Yours Truly.
2309
2310 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2311
2312         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2313         (gst_adder_sink_event), (gst_adder_collected):
2314           Fix non-flushing segmented seeks, Fixes #340060 for me
2315
2316 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         Patch by: Olivier Crete  <tester at tester ca>
2319
2320         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2321         (gst_base_rtp_audio_payload_class_init),
2322         (gst_base_rtp_audio_payload_init),
2323         (gst_base_rtp_audio_payload_dispose):
2324           Chain up to parent class in dispose function; get rid of
2325           unnecessary 'diposed' flag in private structure (#415001).
2326
2327 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * docs/libs/gst-plugins-base-libs.types:
2330         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2331         (gst_base_rtp_audio_payload_class_init):
2332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2333         * gst-libs/gst/rtp/gstbasertppayload.c:
2334           Some minor docs fixes and additions; also add missing 'Since' bits.
2335
2336 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         Patch by: Zeeshan Ali  <zeenix gmail com>
2339
2340         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2341         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2342         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2343         (gst_base_rtp_audio_payload_push):
2344         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2345           The recently-added gst_base_rtp_audio_payload_push() should take an
2346           object of type GstBaseRTPAudioPayload as first argument (#431672).
2347
2348 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2349
2350         * gst/audioresample/gstaudioresample.c:
2351           Make more functions static, just because we can.
2352
2353 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * tests/check/elements/audioresample.c:
2356           Add unit test for audioresample shutdown crasher (#420106).
2357
2358 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2359
2360         * gst/subparse/gstsubparse.c:
2361         * gst/subparse/samiparse.c:
2362           Use GST_DISABLE_XML here
2363
2364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2365         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2366         (gst_xvimagesink_buffer_alloc),
2367         (gst_xvimagesink_navigation_send_event):
2368         * sys/xvimage/xvimagesink.h:
2369           Include stdlib.h when using atoi.
2370           
2371         * tests/check/elements/playbin.c: (playbin_suite):
2372           Use GST_DISABLE_REGISTRY here
2373
2374 2007-04-19  Michael Smith  <msmith@fluendo.com>
2375
2376         * ext/theora/gsttheoraenc.h:
2377         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2378         (theora_enc_sink_event), (theora_enc_change_state):
2379           Track initialisation state; don't try to use encoder state if we're
2380           not initialised (it'll segfault).
2381
2382 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2383
2384         * tests/check/pipelines/.cvsignore:
2385         Fix build.
2386
2387 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2388
2389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2390         Allow random depths between 1 and 32 instead of only multiplies of 8.
2391
2392 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2395         Set the maximum number of channels for PCM and float in the correct
2396         place to have it also used when creating the template caps.
2397
2398 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2399
2400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2401         Correctly support 4, 6 and 8 channels with normal PCM and float
2402         wav files.
2403
2404         Fix the depth and signedness calculation in extensible wav files and
2405         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2406         mask is found.
2407
2408         Add support for float, alaw and mulaw in extensible wav files.
2409
2410         This allows correct playback of all but 5 files from
2411         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2412         
2413         (gst_riff_create_audio_template_caps):
2414         Add voxware and float formats to the template caps.     
2415
2416 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2417
2418         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2419
2420         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2421         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2422
2423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2424         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2425         Use the correct format strings for integer formats.
2426
2427 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2428
2429         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2430           Don't use pad_alloc_buffer_and_set_caps to create a small header
2431           packet, or, worse, to create a big temporary video buffer using the
2432           src pad.
2433
2434 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2435
2436         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2437         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2438           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2439           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2440
2441 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2442
2443         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2444           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2445           streamheader_suite):
2446           Add another test set up for failure
2447
2448 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2449
2450         * tests/check/Makefile.am:
2451         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2452           GST_START_TEST, streamheader_suite, main):
2453           Add a test for the streamheader bug Wim fixed.
2454
2455 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2456
2457         * ext/theora/theoradec.c: (theora_dec_sink_event):
2458         Fix misleading comment.
2459
2460 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2461
2462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2463           More sanity checks for the header fields.
2464
2465 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2466
2467         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2468           Try encodings from all environment variables, not just those in the
2469           first environment variable that is set.
2470
2471 2007-04-12  Wim Taymans  <wim@fluendo.com>
2472
2473         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2474         (gst_video_rate_chain):
2475         Add some debug.
2476
2477         * tests/check/elements/videorate.c: (GST_START_TEST),
2478         (videorate_suite):
2479         Added check for videorate changing caps handling. Closes #421834.
2480
2481 2007-04-12  Michael Smith  <msmith@fluendo.com>
2482
2483         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2484           Use scale functions to avoid overflow when calculating duration of 
2485           vorbis buffers.
2486
2487 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2488
2489         * docs/libs/gst-plugins-base-libs-sections.txt:
2490         * gst-libs/gst/tag/tag.h:
2491         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2492           API: add gst_tag_freeform_string_to_utf8() (#405072).
2493
2494         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2495           Use gst_tag_freeform_string_to_utf8() here.
2496
2497 2007-04-12  Wim Taymans  <wim@fluendo.com>
2498
2499         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2500         (gst_gdp_pay_sink_event):
2501         Make sure we set the IN_CAPS flag correctly.
2502
2503         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2504         Get the IN_CAPS flag before we call functions that mess with the flags.
2505
2506 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2507
2508         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2509           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2510           Only stamp buffers with offset/offset_end right before they get
2511           pushed.  This ensures offset continuity, which was not the case
2512           before as shown by
2513           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2514
2515 2007-04-06  Wim Taymans  <wim@fluendo.com>
2516
2517         * gst/playback/gstplaybin.c: (add_sink),
2518         (gst_play_bin_change_state):
2519         Activate sync in playbin, we are ready to handle it for live streams.
2520
2521 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2522
2523         * tests/check/elements/playbin.c:
2524         (test_sink_usage_video_only_stream), (playbin_suite):
2525           Add small test for stream-info-value-array code paths.
2526
2527 2007-04-05  Wim Taymans  <wim@fluendo.com>
2528
2529         * gst-libs/gst/audio/gstbaseaudiosink.c:
2530         (gst_base_audio_sink_skew_slaving):
2531         Don't try to create invalid calibration parameters by making the
2532         internal time go backwards, instead make external time go forward.
2533
2534 2007-04-05  Wim Taymans  <wim@fluendo.com>
2535
2536         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2537
2538         * gst/playback/gstplaybasebin.c: (add_stream):
2539         Fix leak in add_stream(), when g_value_set_object() increases the
2540         refcount of streaminfo object. Fixes #426250.
2541
2542 2007-04-03  David Schleef  <ds@schleef.org>
2543
2544         * gst/videotestsrc/gstvideotestsrc.c:
2545         * gst/videotestsrc/gstvideotestsrc.h:
2546         * gst/videotestsrc/videotestsrc.c:
2547         * gst/videotestsrc/videotestsrc.h:
2548           Add a test pattern called "circular", which has concentric
2549           rings with varying radial frequency.  The main purpose of this
2550           pattern is to test fidelity loss in a filter or scaler element.
2551           Notably, this pattern is scale invariant, and is optimally viewed
2552           with a width (and height) of 400.
2553
2554 2007-04-03  Wim Taymans  <wim@fluendo.com>
2555
2556         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2557
2558         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2559         (deactivate_free_recursive):
2560         Decodebin2 doesn't unref pads it obtains in some occasions:
2561         - multiqueue src pads, when either connecting further or exposing
2562         - sink pads of new autoplugged elements
2563         - peer pads when recursively freeing elements
2564         Fixes #425455.
2565
2566 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2569         Add audio/x-raw-float support, now that audioconvert support
2570         non-native endianness floats.
2571
2572 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2573
2574         * docs/libs/gst-plugins-base-libs-docs.sgml:
2575           gstreamer-plugins-base.pc doesn't exist, it's
2576           gstreamer-plugins-base-0.10.pc.
2577
2578 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2579
2580         Patch by: René Stadler <mail at renestadler dot de>
2581         with some minor changes
2582
2583         * gst-libs/gst/floatcast/floatcast.h:
2584         Use more efficient float endianness conversion functions that don't
2585         involve 2 function calls per value.
2586         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2587         (check_default), (audio_convert_prepare_context):
2588         * gst/audioconvert/gstaudioconvert.c:
2589         (gst_audio_convert_parse_caps), (make_lossless_changes):
2590         Support non-native endianness floats as input and output.
2591         Fixes #339838.
2592         * tests/check/elements/audioconvert.c: (verify_convert),
2593         (GST_START_TEST):
2594         Add unit tests for the non-native endianness float conversions.
2595
2596 2007-03-29  Wim Taymans  <wim@fluendo.com>
2597
2598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2599         (gst_base_rtp_depayload_base_init),
2600         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2601         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2602         (gst_base_rtp_depayload_set_gst_timestamp),
2603         (gst_base_rtp_depayload_change_state),
2604         (gst_base_rtp_depayload_set_property),
2605         (gst_base_rtp_depayload_get_property):
2606         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2607         Add Private structure.
2608         Bring element code to 2007.
2609         Parse clock-base caps param and use it when generating the
2610         newsegment.
2611         Reset variables before going to PAUSED.
2612         Fix some docs.
2613
2614 2007-03-29  Wim Taymans  <wim@fluendo.com>
2615
2616         * docs/libs/gst-plugins-base-libs-docs.sgml:
2617         * docs/libs/gst-plugins-base-libs-sections.txt:
2618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2619         (gst_base_rtp_audio_payload_get_adapter):
2620         Add RTCP docs.
2621         Fix some more docs.
2622
2623         * gst-libs/gst/rtp/Makefile.am:
2624         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2625         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2626         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2627         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2628         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2629         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2630         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2631         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2632         (gst_rtcp_packet_sr_get_sender_info),
2633         (gst_rtcp_packet_sr_set_sender_info),
2634         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2635         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2636         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2637         (gst_rtcp_packet_sdes_get_chunk_count),
2638         (gst_rtcp_packet_sdes_first_chunk),
2639         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2640         (gst_rtcp_packet_sdes_first_item),
2641         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2642         (gst_rtcp_packet_bye_get_ssrc_count),
2643         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2644         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2645         (gst_rtcp_packet_bye_get_reason_len),
2646         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2647         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2648         Add new helper object for parsing and creating RTCP messages.
2649
2650 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2651
2652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2653         PCM samples with width=8 must be always unsigned, no matter what
2654         depth they have.
2655
2656 2007-03-29  Andy Wingo  <wingo@pobox.com>
2657
2658         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2659         perfect offsets also, not just timestamps.
2660
2661         * tests/check/elements/videorate.c (test_more): Test that given
2662         any incoming offsets, that videorate produces perfect offsets.
2663
2664 2007-03-29  Wim Taymans  <wim@fluendo.com>
2665
2666         * gst-libs/gst/riff/riff-ids.h:
2667         Add some more RIFF formats.
2668
2669 2007-03-29  Wim Taymans  <wim@fluendo.com>
2670
2671         * gst-libs/gst/rtp/gstrtpbuffer.c:
2672         (gst_rtp_buffer_default_clock_rate):
2673         * gst-libs/gst/rtp/gstrtpbuffer.h:
2674         Fix fixed payload names and docs.
2675         Added method to get the default clock rates of fixed payload types.
2676         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2677
2678 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2679
2680         * tests/check/pipelines/.cvsignore:
2681         Add new vorbisdec test to cvsignore.
2682
2683 2007-03-28  Wim Taymans  <wim@fluendo.com>
2684
2685         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2686         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2687         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2688         (gst_base_audio_sink_set_property),
2689         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2690         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2691         (gst_base_audio_sink_skew_slaving),
2692         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2693         (gst_base_audio_sink_async_play):
2694         * gst-libs/gst/audio/gstbaseaudiosink.h:
2695         Store private stuff in GstBaseAudioSinkPrivate.
2696         Add configurable clock slaving modes property.
2697         API:: GstBaseAudioSink::slave-method property
2698         Some more latency reporting tweaks.
2699         Added skew based clock slaving correction and make it the default until
2700         the resampling method is more robust.
2701
2702 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst/audioconvert/audioconvert.c:
2705         Add docs to the integer pack functions and implement proper
2706         rounding. Before we had rounding towards negative infinity, i.e.
2707         always the smaller number was taken. Now we use natural rounding,
2708         i.e. rounding to the nearest integer and to the one with the largest
2709         absolute value for X.5. The old rounding introduced some minor
2710         distortions. Fixes #420079
2711         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2712         Fix one unit test that assumed the old rounding and added unit tests
2713         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2714         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2715         rounding from signed int32 to signed/unsigned int16.
2716
2717 2007-03-27  Michael Smith  <msmith@fluendo.com>
2718
2719         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2720         (gst_audio_convert_transform_caps):
2721           Fix typo in debug line introduced recently, as pointed out on irc.
2722
2723 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2724
2725         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2726         * tests/check/libs/tag.c: (GST_START_TEST):
2727           Make sure we parse floating-point numbers in vorbis comments
2728           correctly with either '.' or ',' as separator, no matter what
2729           the current locale is. Add unit test for this too.
2730
2731 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2732
2733         Patch by: René Stadler  <mail at renestadler de>
2734
2735         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2736           When writing out floating-point numbers to vorbis comment tags, always
2737           use the same character as separator no matter what the current locale is
2738           (fixes #423051).
2739
2740         * tests/check/libs/tag.c: (GST_START_TEST):
2741           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2742
2743 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2744
2745         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2746           vorbis_handle_data_packet):
2747           Correctly set DURATION to generate a timestamp-continuous stream.
2748           One bug left at the end; see
2749           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2750         * tests/check/Makefile.am:
2751         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2752           Add a test to check this.  Without the above patch this test fails.
2753
2754 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2755
2756         * gst-libs/gst/rtp/Makefile.am:
2757         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2758
2759 2007-03-23  Michael Smith  <msmith@fluendo.com>
2760
2761         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2762         (gst_video_rate_reset), (gst_video_rate_chain):
2763           If videorate changes caps, we can no longer use the old buffer
2764           (which may have a different size, incompatible with our caps).
2765           So don't do that; just duplicate the new frame more times.
2766
2767 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2768
2769         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2770         Remove playbin's override of the set_clock vmethod. It's irrelevant
2771         after Wim's commit on the 19th.
2772
2773 2007-03-22  Wim Taymans  <wim@fluendo.com>
2774
2775         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2776         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2777         * ext/gnomevfs/gstgnomevfssrc.h:
2778         Don't cache file sizes. Fixes #341078.
2779
2780 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst/playback/gstplaybin.c: (add_sink):
2783           Use GST_PTR_FORMAT to log caps. 
2784
2785 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2786
2787         Patch by: Young-Ho Cha <ganadist at chollian net>
2788
2789         * gst/subparse/samiparse.c: (handle_start_font):
2790           Special-case some more colour names that pango doesn't handle by
2791           default. Fixes #420578.
2792
2793 2007-03-20  Michael Smith  <msmith@fluendo.com>
2794
2795         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2796           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2797           that marks EOS internally. After that, libvorbis will buffer all
2798           input data, and encode none of it, eventually leading to memory
2799           exhaustion.
2800
2801 2007-03-19  Wim Taymans  <wim@fluendo.com>
2802
2803         * gst/playback/gstdecodebin.c: (remove_fakesink):
2804         Don't post STATE_DIRTY anymore.
2805
2806         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2807         (gst_play_bin_change_state):
2808         Remove stream_time reset in seek handling, core does that now.
2809         Disable clocking for live pipelines by forcing a NULL clock to the
2810         complete pipeline, core is too smart now for our previous hack.
2811         We can always autoplug in PAUSED now.
2812
2813 2007-03-17  David Schleef  <ds@schleef.org>
2814
2815         * REQUIREMENTS:  Update this file, change the formatting to make
2816         it more consistent, plus more machine readable.
2817
2818 2007-03-16  Michael Smith  <msmith@fluendo.com>
2819
2820         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2821         (strip_width_64), (append_with_other_format):
2822           Previous fix was too simplistic, and broke the tests. Use a better
2823           approach; only strip 64 from widths for integer audio.
2824
2825 2007-03-16  Michael Smith  <msmith@fluendo.com>
2826
2827         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2828         (gst_audio_convert_transform_caps):
2829           We don't support 64 bit integer audio, so don't try to claim we can.
2830           Stops us producing caps don't match our template caps.
2831           Update comments.
2832
2833 2007-03-15  Michael Smith  <msmith@fluendo.com>
2834
2835         * gst/audioresample/gstaudioresample.c:
2836         (audioresample_check_discont), (audioresample_transform):
2837           Don't trigger discontinuities for very small imperfections; a filter
2838           flush will sound bad, and many plugins have rounding errors leading
2839           to these.
2840
2841 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2842
2843         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2844
2845         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2846         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2847         API: add "min-ptime" property to RTP base audio payloader.
2848         API: add gst_base_rtp_audio_payload_push().
2849         API: add gst_base_rtp_audio_payload_get_adapter().
2850         Fixes #415001
2851         Indentation/whitespace/documentation fixes.
2852
2853 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2854
2855         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2856         (audioresample_transform_size), (audioresample_do_output),
2857         (audioresample_transform), (audioresample_pushthrough): Handle
2858         discontinuous streams.
2859         * gst/audioresample/gstaudioresample.h:
2860         * tests/check/elements/audioresample.c:
2861         (test_discont_stream_instance), (GST_START_TEST),
2862         (audioresample_suite): Add a test for discontinuous streams.
2863         * win32/common/config.h: Updated.
2864
2865 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2866
2867         * po/af.po:
2868         * po/az.po:
2869         * po/cs.po:
2870         * po/en_GB.po:
2871         * po/it.po:
2872         * po/nb.po:
2873         * po/nl.po:
2874         * po/or.po:
2875         * po/sq.po:
2876         * po/sr.po:
2877         * po/sv.po:
2878         * po/uk.po:
2879         * po/vi.po:
2880           Update translations from translation project.
2881
2882 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2883
2884         * gst/audioresample/debug.h:
2885         * gst/audioresample/resample.c: (resample_init):
2886           Since I really am not interested in a debug line for each sample
2887           being processed, move the library's debugging to its own category,
2888           libaudioresample
2889
2890 2007-03-13  Michael Smith  <msmith@fluendo.com>
2891
2892         * ext/theora/theoradec.c: (theora_handle_type_packet):
2893           Since the plugin doesn't support anything other than 4:2:0 right
2894           now, post an error and fail if we get something else. Won't matter
2895           until libtheora supports the other pixel formats, but hopefully
2896           that'll be soon...
2897
2898 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2899
2900         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2901         Use gst_guint64_to_gdouble for conversion.
2902         * win32/MANIFEST:
2903         Add new files to the win32 MANIFEST.
2904         * win32/common/libgstaudio.def:
2905         * win32/common/libgstpbutils.def:
2906         Add new exported functions.
2907         * win32/vs6/gst_plugins_base.dsw:
2908         * win32/vs6/libgstdecodebin.dsp:
2909         * win32/vs6/libgstplaybin.dsp:
2910         Change the link to libgstpbutils.lib.
2911         * win32/vs6/libgstdecodebin2.dsp:
2912         Add a new project for decodebin2.
2913         * win32/vs6/libgstpbutils.dsp:
2914         Add a new project for pbutils.
2915
2916 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2917
2918         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2919           Also accept partial dates with only year and month,
2920           like 1999-12-00 (fixes #410396 even more).
2921
2922         * tests/check/libs/tag.c: (GST_START_TEST):
2923           Add unit test for the above.
2924
2925 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * tests/check/elements/subparse.c: (GST_START_TEST),
2928         (subparse_suite):
2929           Add unit test for MPL2 subtitle format (#413799).
2930
2931 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2934
2935         * gst/subparse/Makefile.am:
2936         * gst/subparse/gstsubparse.c:
2937         (gst_sub_parse_data_format_autodetect),
2938         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2939         (gst_subparse_type_find):
2940         * gst/subparse/gstsubparse.h:
2941         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2942         * gst/subparse/mpl2parse.h:
2943           Add support for MPL2 subtitle format (#413799).
2944
2945 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * configure.ac:
2948           We require core CVS for the new buffer metadata copy functions.
2949
2950 2007-03-09  Wim Taymans  <wim@fluendo.com>
2951
2952         * gst-libs/gst/tag/gstid3tag.c:
2953         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2954         Fixes #414496.
2955
2956         Patch by: Alex Lancaster <alexl at users sourceforge net>
2957
2958 2007-03-09  Wim Taymans  <wim@fluendo.com>
2959
2960         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2961         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2962         Improve adapter usage and comments.
2963
2964 2007-03-09  Wim Taymans  <wim@fluendo.com>
2965
2966         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2967         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2968         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2969         Use new metadata copy function.
2970
2971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2972         (gst_ffmpegcsp_transform):
2973         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2974         Basetransform copied the metadata for us.
2975
2976 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2979         (gst_text_overlay_video_event):
2980           Some more logging. Only accept newsegment events in TIME format and
2981           send a WARNING message if they are not in TIME format.
2982
2983         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2984         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2985         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2986         * gst/subparse/gstsubparse.h:
2987           No need to allocate GstSegment structure dynamically, just put it
2988           into the instance structure; ignore newsegment events in BYTE
2989           format and in particular don't let it overwrite our saved TIME
2990           segment from the last seek.
2991
2992 2007-03-09  Michael Smith  <msmith@fluendo.com>
2993
2994         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2995           Replace AC3 typefinder with one that isn't terrible, and actually
2996           works usefully.
2997
2998 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * gst/audioconvert/gstaudioconvert.c:
3001         (gst_audio_convert_transform):
3002           fix error category and translatable string
3003           
3004
3005 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3006
3007         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3008         * pkgconfig/gstreamer-plugins-base.pc.in:
3009           Fix up utils => pbutils here too.
3010
3011 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         * gst/subparse/gstsubparse.c: (handle_buffer):
3014           Break out of loop in chain function as soon as possible if we get
3015           a non-OK flow return.
3016
3017 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3018
3019         * tests/check/elements/alsa.c: (GST_START_TEST):
3020         Unref the mixer if the state change fails too (if the
3021         alsa devices are inaccessible, for example)
3022
3023 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3024
3025         * tests/check/Makefile.am:
3026         Don't test libvisual elements in the states check, because libvisual
3027         seems to leak internally.
3028
3029         Re-enable the alsa and states tests now that there's new suppressions
3030         in gst.supp.
3031
3032         * tests/check/elements/alsa.c: (GST_START_TEST):
3033         Don't leak the alsamixer we instantiated.
3034
3035 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3036
3037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3038         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3039         (gst_ximagesink_finalize):
3040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3041         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3042         Move some cleanup stuff from the state change handler into a _reset()
3043         function that can be called from _finalize(). This ensures that things
3044         get freed even if (for some reason) the NULL->READY state transition
3045         fails in the parent class.
3046         Even if a parent state change fails, process our downward state change
3047         logic instead of bailing out early.
3048         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3049
3050 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3051
3052         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3053         Extra log line.
3054
3055         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3056         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3057         Use pango_font_description_set_family_static instead of 
3058         pango_font_description_set_family to save a string copy (it was
3059         leaking due to the strdup anyway)
3060
3061         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3062         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3063         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3064         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3065         Chain up in finalize.
3066
3067 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3068
3069         * gst-libs/gst/interfaces/mixertrack.c:
3070         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3071         (gst_mixer_track_set_property):
3072           API: add "untranslated-label" property which should be set by
3073           implementations at construct time (#414645).
3074
3075         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3076         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3077           Set "untranslated-label" when constructing mixer track objects.
3078
3079         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3080           Unit test to check the above.
3081
3082 2007-03-07  Wim Taymans  <wim@fluendo.com>
3083
3084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3085         Fix confusing debug message.
3086
3087 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3088
3089         * gst-plugins-base.doap:
3090         update doap file with new version
3091
3092 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3093
3094         * configure.ac:
3095         Back to CVS
3096
3097 === release 0.10.12 ===
3098
3099 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3100
3101         * configure.ac:
3102           releasing 0.10.12, "Zombie Horde"
3103
3104 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3105
3106         * configure.ac:
3107         Bump version to 0.10.11.4 pre-release
3108
3109 2007-03-06  Wim Taymans  <wim@fluendo.com>
3110
3111         * gst-libs/gst/audio/gstbaseaudiosink.c:
3112         (gst_base_audio_sink_async_play):
3113         Fix regression that made GStreamer skip the first samples of audio.
3114         Fixes #414684.
3115
3116 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3117
3118         * configure.ac:
3119         Bump version to 0.10.11.3 pre-release
3120
3121 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * po/POTFILES.in:
3124           Update paths for the rename from utils to pbutils to fix the build.
3125
3126 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3127
3128         * gst-libs/gst/pbutils/Makefile.am:
3129           Change directory to install headers in from gst/utils to gst/pbutils
3130           as well.
3131
3132 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3133
3134         * configure.ac:
3135         * docs/libs/gst-plugins-base-libs-docs.sgml:
3136         * docs/libs/gst-plugins-base-libs-sections.txt:
3137         * gst-libs/gst/Makefile.am:
3138         * gst-libs/gst/interfaces/mixer.c:
3139         * gst-libs/gst/pbutils/Makefile.am:
3140         * gst-libs/gst/pbutils/descriptions.c:
3141         (gst_pb_utils_get_source_description),
3142         (gst_pb_utils_get_sink_description),
3143         (gst_pb_utils_get_decoder_description),
3144         (gst_pb_utils_get_encoder_description),
3145         (gst_pb_utils_get_element_description),
3146         (gst_pb_utils_add_codec_description_to_tag_list),
3147         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3148         * gst-libs/gst/pbutils/descriptions.h:
3149         * gst-libs/gst/pbutils/install-plugins.c:
3150         * gst-libs/gst/pbutils/install-plugins.h:
3151         * gst-libs/gst/pbutils/missing-plugins.c:
3152         (gst_missing_uri_source_message_new),
3153         (gst_missing_uri_sink_message_new),
3154         (gst_missing_element_message_new),
3155         (gst_missing_decoder_message_new),
3156         (gst_missing_encoder_message_new),
3157         (gst_missing_plugin_message_get_description):
3158         * gst-libs/gst/pbutils/missing-plugins.h:
3159         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3160         * gst-libs/gst/pbutils/pbutils.h:
3161         * gst-libs/gst/utils/Makefile.am:
3162         * gst-libs/gst/utils/base-utils.c:
3163         * gst-libs/gst/utils/base-utils.h:
3164         * gst-libs/gst/utils/descriptions.c:
3165         * gst-libs/gst/utils/descriptions.h:
3166         * gst-libs/gst/utils/install-plugins.c:
3167         * gst-libs/gst/utils/install-plugins.h:
3168         * gst-libs/gst/utils/missing-plugins.c:
3169         * gst-libs/gst/utils/missing-plugins.h:
3170         * gst-plugins-base.spec.in:
3171         * gst/playback/Makefile.am:
3172         * gst/playback/gstdecodebin.c:
3173         * gst/playback/gstdecodebin2.c:
3174         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3175         (gen_source_element):
3176         * gst/playback/gstplaybin.c: (plugin_init):
3177         * tests/check/Makefile.am:
3178         * tests/check/libs/pbutils.c: (GST_START_TEST),
3179         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3180         * tests/check/libs/utils.c:
3181           rename utils to pbutils
3182
3183 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3184
3185         * docs/plugins/Makefile.am:
3186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3187         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3188         * docs/plugins/inspect/plugin-decodebin2.xml:
3189         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3190         Add documentation for decodebin2 that indicates that the API
3191         is still unstable.
3192
3193 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3194
3195         * configure.ac:
3196         Update to 0.10.11.2 (0.10.12 pre-release)
3197
3198 2007-03-01  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst-libs/gst/audio/gstbaseaudiosink.c:
3201         (gst_base_audio_sink_async_play):
3202         base time is irrelevant here.
3203
3204 2007-03-01  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3207         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3208         Improve debugging.
3209
3210         * gst-libs/gst/audio/gstbaseaudiosink.c:
3211         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3212         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3213         Improve latency and clock slaving calculations.
3214         Improve slave clock calibration.
3215
3216         * gst-libs/gst/audio/gstringbuffer.c:
3217         (gst_ring_buffer_commit_full):
3218         When we are asked to render N sample to 0 bytes, return N.
3219
3220 2007-03-01  Wim Taymans  <wim@fluendo.com>
3221
3222         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3223         (gst_alsasink_write), (gst_alsasink_reset):
3224         * ext/alsa/gstalsasink.h:
3225         Remove unused dispose function.
3226         Rename lock to not interfere with alsasrc lock.
3227
3228         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3229         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3230         (gst_alsasrc_read), (gst_alsasrc_reset):
3231         * ext/alsa/gstalsasrc.h:
3232         Implement finalize function.
3233         Use lock to protect alsa access.
3234         Implement _reset.
3235         Fine tune sw params.
3236
3237 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3238
3239         * configure.ac:
3240           Convert to new AG_GST style.
3241
3242 2007-02-28  Wim Taymans  <wim@fluendo.com>
3243
3244         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3245
3246         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3247         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3248         Fix race condition when rapidly switching visualisations in playbin.
3249         Fixes #401029.
3250
3251 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3252
3253         * tests/check/Makefile.am:
3254         Include local stuff before system installed things in LDFLAGS and
3255         CFLAGS.
3256
3257 2007-02-28  Wim Taymans  <wim@fluendo.com>
3258
3259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3260         Improve debugging.
3261
3262 2007-02-28  Wim Taymans  <wim@fluendo.com>
3263
3264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3265         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3266         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3267         Fix duration and timestamping, taking latency into account.
3268         Implement latency query.
3269
3270 2007-02-28  Wim Taymans  <wim@fluendo.com>
3271
3272         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3273         (gst_audio_clock_new):
3274         Fix clock name.
3275
3276         * gst-libs/gst/audio/gstbaseaudiosink.c:
3277         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3278         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3279         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3280         (gst_base_audio_src_create):
3281         Improve latency query code.
3282         Use proper clock names.
3283
3284 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3285
3286         * tests/check/generic/states.c: (GST_START_TEST):
3287           Copy the states.c test from core again
3288         * tests/check/Makefile.am:
3289           ignore cdio and cdparanoiasrc
3290
3291 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3292
3293         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3294         (double_hq), (audio_convert_get_func_index), (check_default),
3295         (audio_convert_prepare_context), (audio_convert_convert):
3296           Also make valgrind happy and avoid copying data in some cases.
3297
3298 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3299
3300         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3301         (double_hq), (audio_convert_get_func_index),
3302         (audio_convert_prepare_context), (audio_convert_convert):
3303         * gst/audioconvert/gstaudioconvert.c:
3304         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3305         (gst_audio_convert_transform_caps):
3306         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3307         (audioconvert_suite):
3308           Don't run inplace if that overwrites source data as we go. Add more
3309           tests. Fixes #339837 even more.
3310
3311 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3312
3313         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3314         (msg_segment_done): Fix various seeking bugs (Slider was not
3315         updating when doing a non flushing seek, Reverse playback 
3316         on segment seek was wrong).
3317
3318 2007-02-26  Wim Taymans  <wim@fluendo.com>
3319
3320         * tests/examples/seek/seek.c: (stop_seek):
3321         When we stop scrubbing, don't leave the pipeline PLAYING when we
3322         requested a PAUSED state.
3323
3324 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3325
3326         Patch by: René Stadler <mail at renestadler de>
3327
3328         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3329           Parse date strings in vorbis comments that have an invalid (zero)
3330           month or day (#410396).
3331
3332         * tests/check/libs/tag.c: (GST_START_TEST):
3333           Test case for the above.
3334
3335 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3336
3337         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3338
3339         * configure.ac:
3340         * ext/alsa/Makefile.am:
3341         * gst/audiotestsrc/Makefile.am:
3342           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3343
3344 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3345
3346         * gst/playback/gstplaybin.c:
3347           Improve docs: point out that the application needs to assist playbin
3348           with buffering.
3349
3350 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3351
3352         * gst-libs/gst/utils/install-plugins.c:
3353         * gst-libs/gst/utils/missing-plugins.c:
3354         * tests/check/libs/utils.c: (missing_msg_check_getters):
3355           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3356           to just 'gstreamer'. Document the caps string component of the
3357           decoder/encoder detail a bit better, since not everyone will be
3358           familiar with the GStreamer media type/caps system (but they better
3359           enjoy nested itemized lists).
3360
3361 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3362
3363         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3364         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3365           Fix copying of GstNetBuffer (would crash before, or at least lead to
3366           invalid memory access, #410772), for now by copying the GstBuffer copy
3367           code from the core over here so we can copy the GstBuffer fields on a
3368           provided buffer instance (of type GstNetBuffer in this case). Would be
3369           better to fix this with some support by the core though (and in the long
3370           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3371
3372         * tests/check/Makefile.am:
3373           Enable unit test for GstNetBuffer.
3374
3375 2007-02-22  Andy Wingo  <wingo@pobox.com>
3376
3377         * gst-libs/gst/audio/gstbaseaudiosink.c
3378         (gst_base_audio_sink_init): Disable pull-mode activation until we
3379         figure out how to make audio sinks go to PLAYING.
3380
3381 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3382
3383         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3384         (double_hq), (audio_convert_get_func_index),
3385         (audio_convert_prepare_context), (audio_convert_convert):
3386         * gst/audioconvert/audioconvert.h:
3387         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3388         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3389         * gst/audioconvert/gstchannelmix.h:
3390         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3391           Add float as an intermediate format, as well as float mixing. Enable
3392           test that was failing before. Fixes #339837
3393
3394 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3395
3396         * tests/examples/seek/seek.c: (do_seek):
3397         Undo the previous commit: -1 as a stop time implies that the stop
3398         time is the end of file, clearing any previously configured segment.
3399
3400 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3401
3402         * tests/examples/seek/seek.c: (do_seek):
3403         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3404
3405 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3406
3407         * gst/volume/gstvolume.c: (volume_process_int16),
3408         (volume_process_int16_clamp), (volume_set_caps):
3409           Unbreak volume, value remains gint.
3410
3411 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3412
3413         * gst/volume/gstvolume.c: (volume_choose_func),
3414         (volume_update_real_volume), (gst_volume_set_volume),
3415         (gst_volume_init), (volume_process_double), (volume_process_float),
3416         (volume_process_int16), (volume_process_int16_clamp),
3417         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3418         * gst/volume/gstvolume.h:
3419           Extend float audio support (double) and some int->uint cleanups.
3420
3421 2007-02-20  Edward Hervey  <edward@fluendo.com>
3422
3423         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3424         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3425         (sort_end_pads), (gst_decode_group_expose),
3426         (gst_decode_group_hide):
3427         Don't free groups from the streaming threads. Just put them aside and
3428         free them in dispose.
3429
3430 2007-02-20  Edward Hervey  <edward@fluendo.com>
3431
3432         * gst/playback/gstdecodebin2.c: (connect_element),
3433         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3434         (sort_end_pads), (gst_decode_group_expose):
3435         Handle dynamic pads within groups.
3436         Sort pads before exposing them in order to make playbin happy.
3437         There still is a race with the multiqueue filling up. This should be
3438         solved separately.
3439         Fixes #398721
3440
3441 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * gst-libs/gst/utils/base-utils.c:
3444         * gst-libs/gst/utils/descriptions.c:
3445         * gst-libs/gst/utils/install-plugins.c:
3446         * gst-libs/gst/utils/missing-plugins.c:
3447           Some more docs (and descriptions for two subtitle formats).
3448
3449 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3450
3451         * gst-libs/gst/audio/audio.c:
3452           Fix documentation.
3453
3454 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         Patch by: Yves Lefebvre  <ivanohe abacom com>
3457
3458         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3459           Don't leak caps. Fixes #408278.
3460
3461 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3462
3463         * ext/cdparanoia/gstcdparanoiasrc.h:
3464         * ext/ogg/gstoggdemux.h:
3465         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3466         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3467         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3468         * gst-libs/gst/audio/audio.h:
3469         * gst-libs/gst/audio/gstaudiofilter.h:
3470         * gst-libs/gst/interfaces/videoorientation.h:
3471         * gst/adder/gstadder.h:
3472           More docs coverage and some ChangeLog surgery (add missing names)
3473
3474 2007-02-15  Wim Taymans  <wim@fluendo.com>
3475
3476         * sys/ximage/ximagesink.c:
3477         (gst_ximagesink_calculate_pixel_aspect_ratio):
3478         * sys/xvimage/xvimagesink.c:
3479         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3480         Small constifications.
3481
3482 2007-02-15  Wim Taymans  <wim@fluendo.com>
3483
3484         * gst-libs/gst/audio/gstbaseaudiosink.c:
3485         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3486         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3487         (gst_base_audio_sink_async_play),
3488         (gst_base_audio_sink_change_state):
3489         Answer latency query.
3490         Use configured latency when syncing.
3491         Fix clock slaving.
3492
3493         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3494         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3495         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3496         Fix possible memleak.
3497         Implement latency query.
3498         Small cleanups.
3499
3500 2007-02-15  Wim Taymans  <wim@fluendo.com>
3501
3502         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3503         Ignore errors in reset, these are not fatal. They also grab the element
3504         lock which is already taking when this function is called. Fixes
3505         #405451.
3506
3507 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * configure.ac:
3510           Remove 'tests/examples/xerror/Makefile' from output files again.
3511
3512 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3513
3514         * configure.ac:
3515         * docs/plugins/Makefile.am:
3516           Also crossref against gst-plugins-base-libs.
3517
3518 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3519
3520         * configure.ac:
3521         * docs/libs/Makefile.am:
3522         * docs/plugins/Makefile.am:
3523           Add crossreferences to glib/gobject/gstream docs.
3524
3525         * gst-libs/gst/audio/audio.h:
3526           Source formatting.
3527
3528         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3529           Add own debug category.
3530
3531 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         Patch by: René Stadler <mail at renestadler de>
3534
3535         * gst-libs/gst/tag/gstvorbistag.c:
3536           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3537           (#403597).
3538
3539 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         * gst/playback/gstplaybasebin.c: (setup_source):
3542           When we have external subtitles and wait for the subtitle decodebin
3543           to get up and running, we set up a (sync) bus handler for the
3544           subtitle decodebin, so we can stop waiting when it posts an error
3545           message. However, we should do that before we set the subtitle
3546           decodebin's state to playing, otherwise things are racy and we might
3547           miss error messages posted before we had a chance to set up the bus.
3548           This should finally fix totem hanging on .txt pseudo-subtitle files.
3549           
3550 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3551
3552         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3553           Use gst_gdouble_to_guint64 for conversions.
3554         * win32/common/config.h.in:
3555           Add a define for GST_INSTALL_PLUGINS_HELPER
3556         * win32/common/libgstaudio.def:
3557         * win32/common/libgstcdda.def:
3558         * win32/common/libgstnetbuffer.def:
3559         * win32/common/libgstrtp.def:
3560         * win32/common/libgutils.def:
3561           Add new exported functions.
3562         * win32/vs6/gst_plugins_base.dsw:
3563         * win32/vs6/libgstdecodebin.dsp:
3564         * win32/vs6/libgstnetbuffer.dsp:
3565         * win32/vs6/libgstplaybin.dsp:
3566         * win32/vs6/libgstrtp.dsp:
3567         * win32/vs6/libgstvorbis.dsp:
3568         * win32/vs6/libgstcdda.dsp:
3569         * win32/vs6/libgstgdp.dsp:
3570         * win32/vs6/libgstutils.dsp:
3571           Update and add new project files.
3572
3573 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3574
3575         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3576         (subrip_remove_unhandled_tags), (parse_subrip):
3577           For SubRip (.srt) subtitles, ignore all markup tags we don't
3578           handle (like font tags, for example).
3579
3580         * tests/check/elements/subparse.c:
3581           Add test for this.
3582
3583 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3584
3585         * gst/playback/gstdecodebin.c: (add_fakesink),
3586         (gst_decode_bin_change_state):
3587         * gst/playback/gstdecodebin2.c: (add_fakesink),
3588         (gst_decode_bin_change_state):
3589           Don't error out if there is no fakesink in the NULL to READY state
3590           change, since when decodebin is re-used, we're only adding the
3591           fakesink element in READY to PAUSED.
3592
3593         * tests/check/elements/decodebin.c:
3594         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3595         (decodebin_suite):
3596           Minimal unit test to make sure we can use the same decodebin
3597           instance twice (at least with audiotestsrc input).
3598
3599 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3602           Try to get devic-name from device string first, and from handle only
3603           as fallback (seems to yield better results and is more robust
3604           against buggy probing code on the application side).
3605
3606 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3609
3610         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3611         (gst_alsa_find_device_name):
3612         * ext/alsa/gstalsa.h:
3613         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3614         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3615           Improve device-name detection a bit, especially in the case where
3616           the device is not actually open (#405020, #405024). Move common code
3617           into gstalsa.c instead of duplicating it.
3618
3619 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3620
3621         * gst/audioconvert/gstaudioconvert.c:
3622           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3623
3624 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3625
3626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3627         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3628         (gst_xvimagesink_interface_supported),
3629         (gst_xvimagesink_probe_get_properties),
3630         (gst_xvimagesink_probe_probe_property),
3631         (gst_xvimagesink_probe_needs_probe),
3632         (gst_xvimagesink_probe_get_values),
3633         (gst_xvimagesink_property_probe_interface_init),
3634         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3635         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3636         (gst_xvimagesink_get_type):
3637         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3638         for XVAdaptors so that one can choose the adaptor to use with 
3639         gstreamer-properties.
3640
3641 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3642
3643         * gst/audioconvert/gstaudioconvert.c:
3644           Also mention that a conversion from double to float is suboptimal still.
3645
3646 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst-libs/gst/audio/gstaudiofilter.c:
3649         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3650           Clear our formats structure and free the caps contained in it when
3651           shutting down.
3652
3653 2007-02-05  Andy Wingo  <wingo@pobox.com>
3654
3655         * gst-libs/gst/audio/gstbaseaudiosink.c
3656         (gst_base_audio_sink_callback): Update basesink->offset so that we
3657         pull monotonically increasing offsets instead of, um, seeking back
3658         to 0 each time. Fixes alsasrc ! alsasink!
3659
3660 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3661
3662         * gst/videoscale/gstvideoscale.c:
3663           A width and height of 1 makes us crash, so increase minimum size to
3664           2x2 pixels until someone feels like fixing this (#404512).
3665
3666 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3667
3668         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3669           Add small test to make sure request pads are cleaned up properly
3670           even if oggmux never changes state out of NULL.
3671
3672 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3673
3674         * tests/check/libs/utils.c: (GST_START_TEST):
3675           Fix unit test. Turns out things work much better when you
3676           NULL-terminate string arrays. Should make p5 build bot happy again.
3677
3678 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3679
3680         * gst-libs/gst/audio/Makefile.am:
3681         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3682         (gst_audio_filter_template_base_init),
3683         (gst_audio_filter_template_class_init),
3684         (gst_audio_filter_template_init),
3685         (gst_audio_filter_template_set_property),
3686         (gst_audio_filter_template_get_property),
3687         (gst_audio_filter_template_setup),
3688         (gst_audio_filter_template_filter),
3689         (gst_audio_filter_template_filter_inplace), (plugin_init):
3690           Oops, forgot to commit fixed-up example.
3691
3692 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * docs/libs/gst-plugins-base-libs-sections.txt:
3695         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3696         (gst_audio_filter_class_init), (gst_audio_filter_init),
3697         (gst_audio_filter_set_caps),
3698         (gst_audio_filter_class_add_pad_templates):
3699         * gst-libs/gst/audio/gstaudiofilter.h:
3700           Port GstAudioFilter to 0.10. This change technically breaks
3701           API and ABI (and thus also every library developer's heart),
3702           but seems justifiable on the grounds that the base class was
3703           completely unusable before (ie. would crash immediately when
3704           actually used). Fixes #403963 (and eventually also #403572).
3705           Also document all of this a bit.
3706
3707 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3708
3709         * gst-libs/gst/utils/install-plugins.c:
3710         (gst_install_plugins_spawn_child):
3711         * tests/check/libs/utils.c:
3712         (test_base_utils_install_plugins_do_callout):
3713           Lowering log level to see why things fail on the p5 build bot;
3714           fix some typos in unit test messages.
3715
3716 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * tests/check/libs/utils.c:
3719         (test_base_utils_install_plugins_do_callout):
3720           Don't hard-code temp directory for test helper; use GLib functions
3721           to write out file and do error checking etc.
3722
3723 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         * gst-libs/gst/utils/Makefile.am:
3726         * gst-libs/gst/utils/base-utils.h:
3727         * gst-libs/gst/utils/install-plugins.c:
3728         (gst_install_plugins_context_set_xid),
3729         (gst_install_plugins_context_new),
3730         (gst_install_plugins_context_free),
3731         (gst_install_plugins_get_helper),
3732         (gst_install_plugins_spawn_child),
3733         (gst_install_plugins_return_from_status),
3734         (gst_install_plugins_installer_exited),
3735         (gst_install_plugins_async), (gst_install_plugins_sync),
3736         (gst_install_plugins_return_get_name),
3737         (gst_install_plugins_installation_in_progress):
3738         * gst-libs/gst/utils/install-plugins.h:
3739           API: add API for applications to initiate installation of missing
3740           plugins, ie. gst_install_plugins_async() primarily.
3741           Based on libgimme-codec by Ryan Lortie.
3742
3743         * configure.ac:
3744           Add --with-install-plugins-helper configure option so distros can specify
3745           the path of the helper script or program to call when plugin installation
3746           is requested (distros: please do any argument munging in this helper
3747           script instead of patching GStreamer to pass arguments differently
3748           to another program directly).
3749
3750         * docs/libs/gst-plugins-base-libs-docs.sgml:
3751         * docs/libs/gst-plugins-base-libs-sections.txt:
3752           Build and document new API.
3753
3754         * tests/check/libs/utils.c: (result_cb),
3755         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3756         (libgstbaseutils_suite):
3757           Some simple checks for the new API.
3758
3759 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3760
3761         * tests/check/elements/audioconvert.c: (test_float_conversion):
3762           Add small test for 32bit float <=> 64bit float conversion (works
3763           only one way so far, 32=>64 produces structured noise).
3764
3765 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3766
3767         * gst/audioconvert/gstaudioconvert.c:
3768         (set_structure_widths_32_and_64), (make_lossless_changes):
3769           We don't support floats with a width of 40, 48 or 56 bits.
3770
3771 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst/audioconvert/audioconvert.c: (float), (double),
3774         (audio_convert_get_func_index):
3775         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3776         (make_lossless_changes):
3777           Support for 64-bit float audio in audioconvert (#339837)
3778
3779 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         Patch by: Holger Wansing  <linux wansing-online de>
3782
3783         * po/LINGUAS:
3784         * po/de.po:
3785           Add German translation (#352069).
3786
3787 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3788
3789         reviewed by: Wim Taymans <wim@fluendo.com>
3790
3791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3792         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3793         Use newly added GstCollectPads API to free the allocated resources in
3794         the GstOggPad structures (#402393).
3795
3796 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3797
3798         * gst/playback/gstplaybin.c: (gen_vis_element):
3799           Add audioresample+audioconvert in front of the visualisation
3800           element, so that elements like libvisual 0.4 that don't support all
3801           samplerates can work.
3802
3803           Fixes: #402505
3804
3805 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3808         (gst_play_base_bin_get_streaminfo_value_array):
3809           Take some locks and make a copy of the streaminfo value array we
3810           maintain while holding the lock, so that the application can
3811           retrieve the stream-info as a value array in a thread-safe way.
3812
3813 2007-01-30  Wim Taymans  <wim@fluendo.com>
3814
3815         * gst/audioconvert/gstaudioconvert.c:
3816         Don't fail on 0 sized buffers. Fixes #396835.
3817
3818 2007-01-29  David Schleef  <ds@schleef.org>
3819
3820         * gst/typefind/gsttypefindfunctions.c:
3821           Detect BBCD as video/x-dirac, so we can play raw dirac
3822           streams.
3823
3824 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * ext/theora/theoraenc.c: (theora_enc_chain):
3827           Check return value of theora_encode_header(), or we might try to
3828           allocate a random number of bytes. theora_encode_header() can fail
3829           if libtheora has been compiled with encoding support disabled.
3830           Fixes #398110.
3831
3832 2007-01-29  Wim Taymans  <wim@fluendo.com>
3833
3834         * tests/check/gst/.cvsignore:
3835         Do as buildbot says.
3836
3837 2007-01-29  Wim Taymans  <wim@fluendo.com>
3838
3839         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3840         Fix strides in libvisual. Gst uses X strides.
3841         Inspired by: <ed at catmur dot co dot uk> and 
3842         <tim at centricular dot net>
3843         Fixes #401118.
3844
3845 2007-01-27  Wim Taymans  <wim@fluendo.com>
3846
3847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3848         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3849         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3850         (gst_ogg_demux_perform_seek),
3851         (gst_ogg_demux_bisect_forward_serialno),
3852         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3853         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3854         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3855         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3856         * ext/ogg/gstoggdemux.h:
3857         Properly propagate streaming errors when we are scanning the file for
3858         chains so that we don't crash when shut down. Might fix some crashers
3859         when quickly switching oggs in RB such as #332503 and #378436.
3860
3861 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3864           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3865           error code as well.
3866
3867 2007-01-25  Wim Taymans  <wim@fluendo.com>
3868
3869         * gst/playback/gstplaybasebin.c: (remove_source):
3870         Don't try to disconnect a signal from a finalized object.
3871
3872 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3875           Cast lock macro parameters to make sure we're actually accessing the
3876           lock member at the right class level. Free list itself in _dispose()
3877           as well and NULL it in case dispose gets called multiple times.
3878
3879 2007-01-25  Edward Hervey  <edward@fluendo.com>
3880
3881         * gst/playback/gstdecodebin2.c:
3882         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3883         Free GstDecodeGroups no longer used.
3884         (gst_decode_group_expose):
3885         Don't unlock too many times !
3886         (deactivate_free_recursive):
3887         Free iterator once we're done with it.
3888         Fix for recursively deactivating elements (stop at ghostpads).
3889
3890 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3891
3892         * gst/playback/gstplaybin.c: (handoff):
3893           Fix up caps on the frame buffer before we save it and potentially
3894           make it accessible to other threads via g_object_get; also use
3895           gst_buffer_replace() instead of gst_mini_object_replace().
3896
3897 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3900           Make getting the current frame thread-safe.
3901
3902 2007-01-25  Edward Hervey  <edward@fluendo.com>
3903
3904         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3905         (gst_decode_group_new), (gst_decode_group_free):
3906         Set queues to bigger sizes to cope with HD contents.
3907         Fix some mutex freeing and add comment about MT safe methods.
3908
3909 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3912         (gst_text_overlay_text_event):
3913           Don't unnecessarily ref (and then leak) upstream events if the text
3914           pad is not linked. Fixes #399948.
3915
3916         * tests/check/gst-plugins-base.supp:
3917           Add suppression for pango on edgy/x86 for textoverlay test.
3918
3919 2007-01-24  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst-libs/gst/rtp/gstrtpbuffer.h:
3922         Add some more fixed payloads.
3923
3924 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3927           Error out properly if we get an error from libogg while reading the
3928           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3929
3930 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3933           Don't leak mutex.
3934
3935         * tests/check/elements/playbin.c:
3936         (test_sink_usage_video_only_stream),
3937         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3938         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3939         (test_missing_suburisource_handler),
3940         (test_missing_primary_decoder), (playbin_suite):
3941           Run all tests once with decodebin and once with decodebin2.
3942           One test does not pass yet with decodebin2.
3943
3944 2007-01-23  Edward Hervey  <edward@fluendo.com>
3945
3946         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3947         Fix the cases where oggmux doesn't properly figure out that all
3948         sinkpads have gone EOS, and therefore doesn't push out the remaining
3949         buffers and the final EOS event.
3950         Fixes #363379
3951
3952 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3953
3954         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3956         Don't lock on navigation event push, just on keysym to string.
3957         Fixes #397673 again.
3958
3959 2007-01-22  Edward Hervey  <edward@fluendo.com>
3960
3961         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3962         (get_current_group), (group_demuxer_event_probe),
3963         (gst_decode_group_expose), (deactivate_free_recursive),
3964         (gst_decode_group_free):
3965         Cleanups.
3966         Don't forget to emit 'no-more-pads' once a group is exposed.
3967         Cleanup elements from a DecodeGroup once we remove it.
3968         Protect call to gst_decode_group_expose() with the decodebin lock.
3969
3970 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3971
3972         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3974         Looking at Xorg code i can't figure out if that XKeysymToString
3975         function is thread sensible or not. Lock it just in case as
3976         recommended by Radek Doulik <rodo at ximian dot com>.
3977
3978 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3979
3980         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3982         Lock that X Call as well. Fixes #397673.
3983
3984 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3985
3986         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3987           Don't go into an endless loop if the file starts with 00 00 01 2X,
3988           like quicktime redirect files might. Fixes #396042.
3989
3990         * tests/check/Makefile.am:
3991         * tests/check/gst/.cvsignore:
3992         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3993         (typefindfunctions_suite):
3994           Add unit test for the above.
3995
3996 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3999           On second thought, use "depth" field rather than "bpp" field.
4000
4001 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4002
4003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4004           Camtasia caps apparently need a bpp field (#398875).
4005
4006 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4007
4008         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4009         (gen_source_element), (gst_play_base_bin_change_state):
4010           Attempt at a better error message in case we don't have the required
4011           URI handler installed; post missing-plugin message also when we're
4012           missing an URI handler for the subtitle URI; clean up properly also
4013           when an error occurs and we never made it to PAUSED state.
4014
4015         * tests/check/elements/playbin.c: (GST_START_TEST),
4016         (playbin_suite):
4017           Check that we're also getting a missing-plugin messsage for a
4018           missing subtitle URI handler (and clean up properly).
4019
4020 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4023           Plug a few reference leaks.
4024
4025 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4026
4027         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4028           Lower probability a bit if the marker isn't right at the start,
4029           to decrease the chance of false positives.
4030
4031 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4034           Small mpeg2 system stream typefinding improvement: make typefinder
4035           probe a bit into the stream instead of just looking for a marker
4036           at the beginning. Fixes #397810.
4037
4038 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         * gst/audioconvert/gstchannelmix.c:
4041           Remove compatibility cruft for prehistoric GLib versions.
4042
4043 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * gst/playback/Makefile.am:
4046         * gst/playback/gstdecodebin.c: (close_pad_link):
4047         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4049         (gst_play_base_bin_handle_message_func), (unknown_type):
4050           Let decodebin be the element to post missing-plugin messages for
4051           missing decoders (rather than playbin); make playbin implement
4052           GstBin::handle_message so we can suppress missing-plugin messages
4053           for types we're not handling on purpose (don't want to bring up an
4054           installer in those cases).
4055
4056 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4057
4058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4059         * gst-libs/gst/tag/gstvorbistag.c:
4060         (gst_tag_list_to_vorbiscomment_buffer):
4061         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4062           Fix potentially unaligned access (#397207).
4063
4064 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4065
4066         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4067         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4068         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4069         (main):
4070           Allow to toggle looping while it plays. Fix callback prototype. Clean
4071           up code a bit more. Add copyright header.
4072
4073 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4074
4075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4076           Red and blue mask was swapped (spotted by Dan Williams).
4077
4078 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4079
4080         * gst-libs/gst/tag/gstid3tag.c:
4081         * gst-libs/gst/tag/gstvorbistag.c:
4082           Use new beats-per-minute tag from core.
4083
4084 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * po/POTFILES.in:
4087           Add new files with translatable strings, so they actually make it
4088           into the template file one day.
4089
4090 2007-01-12  Andy Wingo  <wingo@pobox.com>
4091
4092         * gst-libs/gst/audio/gstbaseaudiosink.c
4093         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4094         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4095         stuff, as the base class handles this now. Actually tell the ring
4096         buffer to start.
4097         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4098         How did this work before? Maybe I'm not as awesome a programmer as
4099         I think.
4100
4101         * gst-libs/gst/audio/gstbaseaudiosrc.c
4102         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4103         of a pad function.
4104
4105 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4106
4107         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4108           Remove more fields so that the application can better blacklist
4109           formats that have been tried before.
4110
4111 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * gst-libs/gst/audio/mixerutils.h:
4114           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4115           used when compiling with c++ compilers as well.
4116
4117 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4118
4119         * gst/typefind/gsttypefindfunctions.c:
4120           Fix comment.
4121
4122 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4123
4124         * gst/playback/gstplaybin.c: (post_missing_element_message),
4125         (gen_video_element), (gen_text_element), (gen_audio_element),
4126         (gen_vis_element):
4127           Post missing-plugin messages also when we error out because
4128           converters, textoverlay or auto*sinks are missing (#161922).
4129
4130 2007-01-10  Wim Taymans  <wim@fluendo.com>
4131
4132         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4133         (is_demuxer_element), (new_caps):
4134         * gst/playback/gstplaybasebin.c: (source_new_pad):
4135         Fix the case where we try to ref a NULL element when we delay a link
4136         because of unfixed caps.
4137         Set the state of autoplugged decodebins to PAUSED.
4138         RTSP now works in playbin, we can remove it from the blacklist.
4139
4140 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * gst/playback/Makefile.am:
4143         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4144         (unknown_type), (setup_subtitle), (gen_source_element):
4145         * gst/playback/gstplaybin.c: (plugin_init):
4146           Post missing-plugin messages on the bus for missing sources and
4147           missing decoders/demuxers/depayloaders; fix error code used when
4148           we're missing an URI handler source; for media types that we are not
4149           handling on purpose at the moment, don't print "don't know how to
4150           handle xyz" messages to the terminal or post missing-plugin
4151           messages on the bus.
4152
4153         * tests/check/elements/playbin.c: (create_playbin),
4154         (GST_START_TEST), (gst_codec_src_uri_get_type),
4155         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4156         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4157         (gst_codec_src_init_type), (gst_codec_src_base_init),
4158         (gst_codec_src_create), (gst_codec_src_class_init),
4159         (gst_codec_src_init), (plugin_init), (playbin_suite):
4160           Add some tests for the missing-plugin stuff.
4161
4162 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * configure.ac:
4165         * gst-libs/gst/Makefile.am:
4166         * gst-libs/gst/utils/Makefile.am:
4167         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4168         * gst-libs/gst/utils/base-utils.h:
4169         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4170         (find_format_info), (caps_are_rtp_caps),
4171         (gst_base_utils_get_source_description),
4172         (gst_base_utils_get_sink_description),
4173         (gst_base_utils_get_decoder_description),
4174         (gst_base_utils_get_encoder_description),
4175         (gst_base_utils_get_element_description),
4176         (gst_base_utils_add_codec_description_to_tag_list),
4177         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4178         * gst-libs/gst/utils/descriptions.h:
4179         * gst-libs/gst/utils/missing-plugins.c:
4180         (missing_structure_get_type), (copy_and_clean_caps),
4181         (gst_missing_uri_source_message_new),
4182         (gst_missing_uri_sink_message_new),
4183         (gst_missing_element_message_new),
4184         (gst_missing_decoder_message_new),
4185         (gst_missing_encoder_message_new),
4186         (missing_structure_get_string_detail),
4187         (missing_structure_get_caps_detail),
4188         (gst_missing_plugin_message_get_installer_detail),
4189         (gst_missing_plugin_message_get_description),
4190         (gst_is_missing_plugin_message):
4191         * gst-libs/gst/utils/missing-plugins.h:
4192           API: add new libgstbaseutils library with functions
4193           - to create and parse missing-plugins messages
4194           - that provide (translated) descriptions for caps/decoders/sources/etc.
4195           Closes #392393.
4196
4197         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4198         * pkgconfig/gstreamer-plugins-base.pc.in:
4199           Add new lib.
4200
4201         * docs/libs/gst-plugins-base-libs-docs.sgml:
4202         * docs/libs/gst-plugins-base-libs-sections.txt:
4203           Generate docs for new lib and API.
4204
4205         * tests/check/Makefile.am:
4206         * tests/check/libs/.cvsignore:
4207         * tests/check/libs/utils.c: (missing_msg_check_getters),
4208         (GST_START_TEST), (libgstbaseutils_suite):
4209           Add some basic unit tests.
4210
4211 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4212
4213         * ext/ogg/Makefile.am:
4214           Dist gstoggdemux.h to fix 'make distcheck'.
4215
4216         * sys/v4l/Makefile.am:
4217           Fix 'make distcheck' even more.
4218
4219 2007-01-09  Wim Taymans  <wim@fluendo.com>
4220
4221         * docs/plugins/Makefile.am:
4222         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4223         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4224         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4225         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4226         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4227         (gst_ogg_demux_perform_seek):
4228         * ext/ogg/gstoggdemux.h:
4229         Added docs.
4230         Add some more comments.
4231         Small cleanups.
4232
4233 2007-01-09  Wim Taymans  <wim@fluendo.com>
4234
4235         * ext/theora/theoradec.c:
4236         * ext/vorbis/vorbisdec.c:
4237         * gst-libs/gst/audio/gstringbuffer.c:
4238         (gst_ring_buffer_commit_full):
4239         * gst-libs/gst/audio/gstringbuffer.h:
4240         * gst-libs/gst/rtp/gstrtpbuffer.c:
4241         * gst-libs/gst/tag/gstvorbistag.c:
4242         Small documentation updates/fixes
4243
4244 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * configure.ac:
4247           Require core CVS HEAD for Andy's basesrc/sink API additions.
4248
4249 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4252
4253         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4254         (plugin_init):
4255           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4256           on flac.sf.net (there appear to be other versions of the first
4257           ogg page in the wild) (#391365).
4258
4259 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * configure.ac:
4262           Check if localtime_r() is available.
4263
4264         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4265           If localtime_r() is not available, fall back to localtime(). Should
4266           fix build on MingW (#393310).
4267
4268 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4271         * gst/subparse/gstsubparse.h:
4272           Remove spurious 1000 subtrahend when calculating the timestamp from
4273           the frame number and the frame rate . Also, use the frames/second
4274           value specified in the first line of the file, if one is specified
4275           there. Should fix #357503.
4276
4277         * tests/check/elements/subparse.c: (do_test),
4278         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4279         (subparse_suite):
4280           Add some basic unit tests for the microdvd subtitle format.
4281
4282 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4283
4284         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4285
4286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4287         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4288         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4289         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4290         (gst_xvimagesink_set_xwindow_id),
4291         (gst_xvimagesink_set_event_handling),
4292         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4293         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4294         Fixes: #390076.
4295         Add an adaptor property to select a specific XV adaptor.
4296         * sys/xvimage/xvimagesink.h:
4297
4298 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4299
4300         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4301         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4302         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4303         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4304         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4305         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4306         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4307         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4308         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4309         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4310         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4311         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4312         Use flow_lock much more to protect every access to xwindow.
4313         Try to catch erros while creating images in case some drivers are
4314         just generating an XError when the requested image is too big.
4315         Should fix : #354698, #384008, #384060.
4316         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4317         Implement some stress testing of setting window xid.
4318
4319 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4320
4321         * win32/common/libgsaudio.def:
4322           Add new exported function.
4323         * win32/common/libgstogg.dsp:
4324           Add gstoggaviparse.c to the build.
4325         * win32/common/libgstvideoscale.dsp:
4326           Add vs_4tap.c to the build.
4327         * win32/common/libgstvorbis.dsp:
4328           Add vorbistag.c to the build.
4329         
4330 2007-01-06  Andy Wingo  <wingo@pobox.com>
4331
4332         * gst-libs/gst/audio/gstbaseaudiosink.c
4333         (gst_base_audio_sink_class_init)
4334         (gst_base_audio_sink_init): 
4335         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4336         to baseaudiosink, and tell basesink that we can work in pull mode.
4337         This way the ring buffer thread drives the pipeline directly, if
4338         pull mode is possible. There is some lingering nastiness regarding
4339         capsnego, however.
4340         (gst_base_audio_sink_callback): Implement the callback to pull
4341         data. This interface is a bit light, though -- it should get a
4342         GstFlowReturn return value at least.
4343
4344 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4347         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4348         * gst/playback/gstdecodebin2.c:
4349         (gst_decode_group_check_if_blocked):
4350           Printf format and missing argument fixes.
4351
4352 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4353
4354         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4355         (gst_ogm_parse_change_state):
4356         Activate pads before adding them to the element.
4357
4358 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * tests/examples/seek/scrubby.c: (main):
4361         * tests/examples/seek/seek.c: (main):
4362           Call g_thread_init() first thing in main() (see #391278).
4363
4364 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * tests/check/Makefile.am:
4367         * tests/check/libs/.cvsignore:
4368         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4369         (netbuffer_suite):
4370           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4371           for the time being, since it's broken, see #393099.
4372
4373 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * tests/check/Makefile.am:
4376           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4377
4378 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4379
4380         * configure.ac:
4381           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4382           so that GST_BASE_CFLAGS can go inbetween them, making sure
4383           we use uninstalled gst-libs headers
4384         * docs/libs/Makefile.am:
4385         * ext/alsa/Makefile.am:
4386         * ext/cdparanoia/Makefile.am:
4387         * ext/gnomevfs/Makefile.am:
4388         * ext/libvisual/Makefile.am:
4389         * ext/ogg/Makefile.am:
4390         * ext/theora/Makefile.am:
4391         * ext/vorbis/Makefile.am:
4392         * gst-libs/gst/audio/Makefile.am:
4393         * gst-libs/gst/cdda/Makefile.am:
4394         * gst-libs/gst/interfaces/Makefile.am:
4395         * gst-libs/gst/riff/Makefile.am:
4396         * gst-libs/gst/rtp/Makefile.am:
4397         * gst-libs/gst/tag/Makefile.am:
4398         * gst/adder/Makefile.am:
4399         * gst/audioconvert/Makefile.am:
4400         * gst/audiorate/Makefile.am:
4401         * gst/audioresample/Makefile.am:
4402         * gst/playback/Makefile.am:
4403         * gst/tcp/Makefile.am:
4404         * gst/videoscale/Makefile.am:
4405         * gst/volume/Makefile.am:
4406         * sys/ximage/Makefile.am:
4407         * sys/xvimage/Makefile.am:
4408         * tests/icles/Makefile.am:
4409           adapt
4410
4411 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4412
4413         * gst-libs/gst/interfaces/xoverlay.c:
4414         (gst_x_overlay_handle_events):
4415         * gst-libs/gst/interfaces/xoverlay.h:
4416         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4417         (gst_ximagesink_set_xwindow_id),
4418         (gst_ximagesink_set_event_handling),
4419         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4420         (gst_ximagesink_get_property), (gst_ximagesink_init),
4421         (gst_ximagesink_class_init):
4422         * sys/ximage/ximagesink.h:
4423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4424         (gst_xvimagesink_set_xwindow_id),
4425         (gst_xvimagesink_set_event_handling),
4426         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4427         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4428         (gst_xvimagesink_class_init):
4429         * sys/xvimage/xvimagesink.h:
4430         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4431         Add a method to the XOverlay interface to allow disabling of 
4432         event handling in x[v]imagesink elements. This will let X events
4433         propagate to parent windows which can be usefull in some cases.
4434         Be carefull that the application is then responsible of pushing
4435         navigation events and expose events to the video sink.
4436         Fixes: #387138.
4437
4438 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * gst-libs/gst/tag/gstvorbistag.c:
4441         * tests/check/libs/tag.c: (GST_START_TEST):
4442           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4443           (fixes #392070).
4444
4445 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * configure.ac:
4448         * docs/Makefile.am:
4449         * docs/design/Makefile.am:
4450           Dist design docs.
4451
4452 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4453
4454         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4455         typo. Fixes: #390063.
4456
4457 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4458
4459         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4461         caps leak.
4462         * win32/common/config.h: Updated.
4463
4464 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4465
4466         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4467         (setup_gdpdepay_streamheader):
4468         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4469         (setup_gdppay_streamheader):
4470           Fix the dp tests, but activating the pads for the streamheader tests
4471           too and cleaning up conditionaly
4472
4473 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4474
4475         * gst/ffmpegcolorspace/avcodec.h:
4476         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4477         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4478         (gst_ffmpegcsp_avpicture_fill):
4479         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4480         (img_get_alpha_info):
4481         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4482         other end of the word. Fixes: #387073.
4483
4484         Add some inconsequential branch hints in a couple of places.
4485
4486 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4489         (gst_ffmpeg_caps_to_smpfmt):
4490           The "signed" field in raw audio caps is of boolean type, trying to
4491           extract the value with _get_int() will fail (fix to keep in sync with
4492           the copy in gst-ffmpeg)
4493
4494 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4495
4496         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4497         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4498         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4499         (cleanup_gdpdepay):
4500         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4501         * tests/check/elements/subparse.c: (teardown_subparse):
4502         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4503         * tests/check/elements/videorate.c: (cleanup_videorate):
4504         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4505         * tests/check/elements/volume.c: (cleanup_volume):
4506         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4507         (cleanup_vorbisdec):
4508         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4509         (cleanup_vorbistag):
4510           consistent pad (de)activation
4511
4512 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4513
4514         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4515           Forgot to register the extensions.
4516
4517 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4518
4519         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4520         (plugin_init):
4521           Add typefinder for VIVO files (my christmas present to the 90s).
4522
4523 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         * gst/playback/gstdecodebin.c: (type_found):
4526           Special-case the text/plain media type: we only want to recognise it
4527           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4528           parser, but not if the entire stream is of text/plain type. If the
4529           entire stream is text/plain, we should just error out.
4530
4531           This fixes playback of audio files with lyrics in totem. Totem can't
4532           distinguish between text files and subtitle files and passes any
4533           .txt file with the same basename as the main file to playbin as
4534           suburi, and playbin will then throw a 'subtitle found, but no video
4535           stream' error, which isn't entirely helpful. See #380342.
4536
4537           Also, with this change we'll show a slightly more correct error
4538           message in case totem passes a playlist file to us (although a
4539           custom error message wording instead of the default text would
4540           probably not be a bad idea either).
4541
4542           Same problem also needs to be fixed for playbin+decodebin2.
4543
4544         * tests/check/Makefile.am:
4545         * tests/check/elements/decodebin.c: (src_handoff_cb),
4546         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4547         (decodebin_suite):
4548           Add simple unit test for decodebin for the above.
4549
4550 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4553         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4554           Refuse to change state to READY when we failed to create any of the
4555           required elements in our instance init function.
4556
4557 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4558
4559         * docs/libs/gst-plugins-base-libs-sections.txt:
4560           Small docs fixes/updates.
4561
4562         * gst-libs/gst/video/gstvideosink.h:
4563           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4564           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4565           removed from the base sink API between 0.9.6 and 0.9.7).
4566           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4567           accessor macros, so we don't do a runtime GObject type check every
4568           time we use them.
4569
4570 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4571
4572         * Makefile.am:
4573         * gst-plugins-base.doap:
4574         * gst-plugins-base.spec.in:
4575           add doap file
4576
4577 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         Patch by: Jens Granseuer <jensgr at gmx net>
4580
4581         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4583         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4584         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4586           Declare variables at the beginning of a block. Fixes #383195.
4587
4588 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4589
4590         * configure.ac:
4591         Bump version nano - back to CVS.
4592
4593
4594 === release 0.10.11 ===
4595
4596 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4597
4598         * configure.ac:
4599           releasing 0.10.11, "Dumb things"
4600
4601 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4602
4603         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4604         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4605         Handle the case where an element has multiple pads with 
4606         unfixed caps as well as still possibly producing more dynamic 
4607         pads by storing each case as a distinct entry in the dynamic list.
4608         Fixes #38223 again.
4609
4610 2006-12-04  Wim Taymans  <wim@fluendo.com>
4611
4612         * gst/playback/gstdecodebin.c: (close_pad_link):
4613         Fix #382223, add more dynamic caps handling.
4614
4615 2006-12-04  Wim Taymans  <wim@fluendo.com>
4616
4617         reviewed by: <delete if not using a buddy>
4618
4619         * gst-libs/gst/audio/gstringbuffer.h:
4620         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4621         (gst_netaddress_set_ip4_interface),
4622         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4623         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4624         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4625         (gst_netaddress_get_ttl):
4626         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4627         * gst/playback/gstdecodebin.c: (close_pad_link):
4628         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4629         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4630         * win32/common/config.h:
4631
4632 2006-12-01  Michael Smith  <msmith@fluendo.com>
4633
4634         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4635           Delete bad debug code.
4636           Fixes #381219
4637
4638 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4639
4640         * gst/videoscale/vs_4tap.c:
4641         * win32/MANIFEST:
4642         * win32/common/config.h:
4643         * win32/vs8/libgstvideoscale.vcproj:
4644         Fix compilation on win32 under VS8
4645         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4646         Partially fixes #381175
4647
4648 2006-11-30  Michael Smith  <msmith@fluendo.com>
4649
4650         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4651         (GST_START_TEST):
4652           It would be very bad if, after a discont buffer, we thought every
4653           single following buffer was also discont. So, add to the test to
4654           ensure that this isn't the case.
4655           
4656         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4657           ... it was the case. So fix it.
4658
4659 2006-11-28  Wim Taymans  <wim@fluendo.com>
4660
4661         * gst/playback/gstplaybasebin.c: (check_queue_event):
4662         Improve debug.
4663
4664         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4665         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4666         padtemplate caps. Refixes #357577.
4667
4668 2006-11-28  Wim Taymans  <wim@fluendo.com>
4669
4670         * gst/playback/gstplaybasebin.c: (check_queue_event),
4671         (queue_threshold_reached), (queue_out_of_data),
4672         (gen_preroll_element):
4673         Add event probe to see when EOS is in a queue and we can disable the
4674         underrun signals. Fixes #357577.
4675
4676 2006-11-28  Edward Hervey  <edward@fluendo.com>
4677
4678         * gst/playback/Makefile.am:
4679         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4680         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4681         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4682         (gst_decode_bin_init), (gst_decode_bin_dispose),
4683         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4684         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4685         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4686         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4687         (connect_element), (expose_pad), (type_found),
4688         (pad_added_group_cb), (pad_removed_group_cb),
4689         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4690         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4691         (are_raw_caps), (multi_queue_overrun_cb),
4692         (multi_queue_underrun_cb), (gst_decode_group_new),
4693         (get_current_group), (group_demuxer_event_probe),
4694         (gst_decode_group_control_demuxer_pad),
4695         (gst_decode_group_control_source_pad),
4696         (gst_decode_group_check_if_blocked),
4697         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4698         (gst_decode_group_hide), (gst_decode_group_free),
4699         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4700         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4701         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4702         (plugin_init):
4703         New decodebin2 element.
4704         Closes #370092
4705         * gst/playback/gstplay-marshal.list:
4706         Added marshallers for new signals in decodebin2
4707         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4708         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4709         is set.
4710
4711 2006-11-28  Wim Taymans  <wim@fluendo.com>
4712
4713         * gst/playback/gstplaybasebin.c: (setup_source),
4714         (gst_play_base_bin_change_state):
4715         Disable rtsp:// uris for the release, it's not good enough yet.
4716         Remove unused var.
4717
4718 2006-11-26  Wim Taymans  <wim@fluendo.com>
4719
4720         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4721         (theora_dec_push_forward), (theora_dec_push_reverse),
4722         (theora_handle_data_packet), (theora_dec_decode_buffer),
4723         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4724         (theora_dec_chain_forward), (theora_dec_chain):
4725         Implement reverse playback.
4726
4727         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4728         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4729         (vorbis_dec_chain_forward):
4730         Clear buffers used for reverse playback in _reset.
4731         No need to set the eos flag, we clip samples using the segment.
4732
4733 2006-11-24  Wim Taymans  <wim@fluendo.com>
4734
4735         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4736         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4737         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4738         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4739         Some cleanups.
4740         Handle continued pages in reverse mode.
4741
4742 2006-11-24  Wim Taymans  <wim@fluendo.com>
4743
4744         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4745         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4746         (vorbis_dec_flush_decode):
4747         Small cleanups.
4748         Don't try to add invalid timestamps.
4749         Clipping will unref the buffer.
4750
4751 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4752
4753         * gst/adder/gstadder.h:
4754         * gst/audiotestsrc/gstaudiotestsrc.h:
4755           remove obsolete _factory_init protos
4756
4757 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4758
4759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4760           Fix spacing in debug message.
4761
4762 2006-11-23  Wim Taymans  <wim@fluendo.com>
4763
4764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4765         (gst_ogg_demux_chain):
4766         Don't just ignore return values from _pad_push().
4767         Small debug improvements.
4768
4769 2006-11-23  Michael Smith  <msmith@fluendo.com>
4770
4771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4772           If our incoming buffer is marked as DISCONT, then increment the page
4773           number (so that the discontinuity is marked in the final ogg
4774           bitstream) and flush the previous page.
4775
4776 2006-11-22  Michael Smith  <msmith@fluendo.com>
4777
4778         * ext/theora/gsttheoraenc.h:
4779         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4780         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4781         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4782         (theora_enc_chain), (theora_enc_change_state):
4783           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4784
4785         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4786         (GST_START_TEST), (theoraenc_suite):
4787           Enable discontinuity test, fix it.
4788
4789 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4792         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4793         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4794         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4795         (gst_text_overlay_change_state):
4796         * ext/pango/gsttextoverlay.h:
4797           Some textoverlay fixes: for one, in the video chain function,
4798           actually wait for a text buffer to come in if there is none at the
4799           moment and there should be one; also, deal more gracefully with
4800           incoming buffers that do not have a timestamp or duration; discard
4801           text buffer when not needed any longer. Fixes #341681.
4802
4803         * tests/check/Makefile.am:
4804         * tests/check/elements/.cvsignore:
4805         * tests/check/elements/textoverlay.c:
4806         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4807         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4808         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4809         (test_video_waits_for_text_send_text_newsegment_thread),
4810         (test_video_waits_for_text_shutdown_element),
4811         (test_render_continuity_push_video_buffers_thread),
4812         (textoverlay_suite):
4813           Add some unit tests for textoverlay.
4814
4815 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4818           Avoid integer underflow when the found probability for mp3 is
4819           smaller than the 'penalty' we subtract if there's not a clean
4820           mp3 header sync at offset 0.
4821
4822 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4823
4824         * docs/libs/gst-plugins-base-libs-sections.txt:
4825           Add some new symbols to the docs
4826
4827 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4828
4829         * tests/check/Makefile.am:
4830         * tests/check/elements/ffmpegcolorspace.c:
4831         (ffmpegcolorspace_suite):
4832           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4833           (for now not for valgrinding though, since it takes too long).
4834
4835 2006-11-20  Wim Taymans  <wim@fluendo.com>
4836
4837         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4838         (gst_ffmpeg_pixfmt_to_caps):
4839         Fix RGBA32 caps. Fixes #357038.
4840
4841 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * gst-libs/gst/interfaces/mixertrack.h:
4844           Add FIXME so we can add some padding here in 0.11
4845
4846 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4849           Fix GstBaseRTPAudioPayload structure so the whole GObject
4850           inheritance business actually works (parent class instance structure
4851           must always come first in the derived class instance structure).
4852
4853 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         * gst/videotestsrc/Makefile.am:
4856         * tests/check/Makefile.am:
4857           Make sure our checks and the videotestsrc plugin link against the
4858           local uninstalled gst libs and not any installed gst libs that
4859           might happen to exist as well.
4860
4861         * tests/check/elements/adder.c: (message_received),
4862         (test_event_message_received), (test_play_twice_message_received):
4863         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4864           Fix compiler warnings when compiling against core with disabled
4865           debugging system.
4866
4867 2006-11-16  Michael Smith  <msmith@fluendo.com>
4868
4869         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4870         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4871           Fix audiorate, so that it accurately sets offsets and timestamps.
4872           Doesn't change the fundamental algorithmic decisions; so should be
4873           safe.
4874
4875         * tests/check/Makefile.am:
4876           Enable audiorate test now that it passes.
4877
4878 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4879
4880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4881           clear xv when going to NULL, remove // commented non-existant proto
4882
4883         * tests/examples/seek/seek.c: (main):
4884           add missing tooltip description for scrub and play_scrub
4885
4886 2006-11-14  David Schleef  <ds@schleef.org>
4887
4888         * configure.ac:
4889           Bump liboil requirement to 0.3.8.
4890         * gst-libs/gst/riff/riff-media.c:
4891           Add Dirac fourcc.
4892         * gst/videoscale/vs_image.h:
4893         * gst/videoscale/vs_scanline.h:
4894           Use liboil's stdint.h.
4895         * gst/videotestsrc/videotestsrc.c:
4896           Remove liboil related ifdef's, since they aren't needed now, and
4897           won't work with future versions.
4898
4899 2006-11-14  David Schleef  <ds@schleef.org>
4900
4901         * gst/videoscale/Makefile.am:
4902         * gst/videoscale/gstvideoscale.c:
4903         * gst/videoscale/gstvideoscale.h:
4904         * gst/videoscale/vs_4tap.c:
4905         * gst/videoscale/vs_4tap.h:
4906         * gst/videoscale/vs_image.c:
4907         * gst/videoscale/vs_image.h:
4908         * gst/videoscale/vs_scanline.c:
4909         * gst/videoscale/vs_scanline.h:
4910           Add a 4-tap image scaler.  Theoretically looks much prettier.
4911           The tap calculation could use some improvement.
4912
4913 2006-11-14  Wim Taymans  <wim@fluendo.com>
4914
4915         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4916
4917         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4918         (gst_riff_parse_strf_iavs):
4919         * gst/subparse/gstsubparse.c: (convert_encoding):
4920         * gst/tcp/gstmultifdsink.c:
4921         (gst_multi_fd_sink_handle_client_write):
4922         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4923         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4924         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4925         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4926         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4927         (gst_ximagesink_ximage_new):
4928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4929         Various gsize and gssize printf fixes. Fixes #372507.
4930
4931 2006-11-13  Wim Taymans  <wim@fluendo.com>
4932
4933         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4934         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4935         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4936         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4937         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4938         * ext/vorbis/vorbisdec.h:
4939         First stab at vorbis reverse playback.
4940
4941 2006-11-13  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst-libs/gst/audio/gstbaseaudiosink.c:
4944         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4945         * gst-libs/gst/audio/gstbaseaudiosink.h:
4946         Make the clock sync code more accurate wrt resampling and playback
4947         at different rates.
4948         
4949         * gst-libs/gst/audio/gstringbuffer.c:
4950         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4951         * gst-libs/gst/audio/gstringbuffer.h:
4952         Use better algorithm to interpolate sample rates. 
4953
4954 2006-11-13  Michael Smith  <msmith@fluendo.com>
4955
4956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4957           Improve a debug line slightly.
4958
4959         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4960           Call gst_riff_init() in plugin_init, to avoid getting errors from
4961           the debug system (unrelated changes to another plugin made this turn
4962           up; not sure why).
4963
4964 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4967
4968         * win32/common/libgsttag.def:
4969           Add missing symbol (#366492).
4970
4971 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4974           Don't unref a NULL pad.
4975
4976 2006-11-09  Wim Taymans  <wim@fluendo.com>
4977
4978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4979         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4980         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4981         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4982         (gst_ogg_demux_loop):
4983         Implement first stab at reverse playback.
4984
4985 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4986
4987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4988         (gst_riff_create_video_template_caps):
4989           add h263/h264 variants to the caps, Fixes #363118
4990
4991 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4992
4993         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4994         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4995           Use g_strerror instead of strerror so we get UTF-8.
4996
4997 2006-11-03  David Schleef  <ds@schleef.org>
4998
4999         * ext/ogg/gstoggdemux.c:
5000         * ext/ogg/gstoggmux.c:
5001           Add/remove KW-DIRAC header here, since it is ogg-specific.
5002
5003 2006-11-03  Michael Smith  <msmith@fluendo.com>
5004
5005         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5006           Recognise more mpeg4 elementary video streams.
5007
5008 2006-11-02  Edward Hervey  <edward@fluendo.com>
5009
5010         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5011         Lower the probability of mp3 typefinding functions if we don't find a
5012         valid mp3 header at the start of the file.
5013         Closes #369482
5014
5015 2006-11-02  Wim Taymans  <wim@fluendo.com>
5016
5017         * ext/theora/gsttheoradec.h:
5018         * ext/theora/theoradec.c: (gst_theora_dec_init),
5019         (theora_dec_sink_event), (theora_dec_chain_forward),
5020         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5021         (theora_dec_chain):
5022         Document and partially implement an algorithm for doing reverse playback
5023         of theora video.
5024
5025 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5028
5029         * win32/common/config.h:
5030         * win32/common/interfaces-enumtypes.c:
5031         * win32/common/libgsttag.def:
5032         * win32/vs8/gst-plugins-base.sln:
5033         * win32/vs8/libgstaudioresample.vcproj:
5034         * win32/vs8/libgstinterfaces.vcproj:
5035         * win32/vs8/libgstogg.vcproj:
5036         * win32/vs8/libgstriff.vcproj:
5037         * win32/vs8/libgsttag.vcproj:
5038         * win32/vs8/libgsttheora.vcproj:
5039         * win32/vs8/libgstvideoscale.vcproj:
5040         * win32/vs8/libgstvorbis.vcproj:
5041           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5042           to libgsttag.def; add missing dependencies for some vs8 projects;
5043           re-arrange placement of .def files in vs8 projects (#366334).
5044
5045 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5046
5047         * ext/ogg/gstogg.c:
5048           Remove unused variable.
5049
5050         * ext/ogg/gstoggdemux.c:
5051           Fix Wim's surname in plugin description.
5052
5053 2006-10-31  Wim Taymans  <wim@fluendo.com>
5054
5055         * gst-plugins-base.spec.in:
5056         spec new .h file. Fixes #368310.
5057
5058 2006-10-31  Michael Smith  <msmith@fluendo.com>
5059
5060         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5061         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5062         (gst_multi_fd_sink_get_stats),
5063         (gst_multi_fd_sink_remove_client_link),
5064         (gst_multi_fd_sink_queue_buffer),
5065         (gst_multi_fd_sink_handle_clients):
5066         * gst/tcp/gstmultifdsink.h:
5067           Make using the remove or clear signals threadsafe.
5068           Make calling get-stats with an invalid fd not segfault.
5069           Fixes 368273.
5070
5071 2006-10-31  Wim Taymans  <wim@fluendo.com>
5072
5073         * gst-libs/gst/rtp/Makefile.am:
5074         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5075         (gst_base_rtp_audio_payload_init):
5076         Fix and activate base audio payloader.
5077
5078 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5081         (plugin_init):
5082           Add typefinder for QuickTime Image Files (see #366156).
5083
5084 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5087           Another typo fix (#366212).
5088
5089 2006-10-27  Wim Taymans  <wim@fluendo.com>
5090
5091         * gst/volume/gstvolume.c: (volume_transform_ip):
5092         Use stream time to synchronize volume property instead of rather random
5093         timestamps. This is needed when gnonlin does its time shifting.
5094
5095 2006-10-27  Wim Taymans  <wim@fluendo.com>
5096
5097         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5098
5099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5100         Remove the pad from the element in release_pad. Fixes #364812.
5101
5102 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5103
5104         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5106           Explicitly create our custom buffer classes at a thread-safe
5107           location as well, since g_type_class_ref() doesn't seem to be
5108           entirely thread-safe either (#365501; also see #349410).
5109
5110 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5113         (gst_riff_parse_info):
5114           If strings in INFO chunk are not UTF-8, do something similar to
5115           what we do for ID3v1 tags: check a number of environment variables
5116           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5117           character sets to try, otherwise try the current locale and/or fall
5118           back on ISO-8859-1. Fixes #360552.
5119
5120 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * gst/videotestsrc/gstvideotestsrc.c:
5123         (gst_video_test_src_pattern_get_type),
5124         (gst_video_test_src_set_pattern):
5125         * gst/videotestsrc/gstvideotestsrc.h:
5126         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5127         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5128         (gst_video_test_src_checkers8):
5129         * gst/videotestsrc/videotestsrc.h:
5130           Add a bunch of exciting new checkers patterns.
5131
5132 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * gst/subparse/Makefile.am:
5135         * gst/subparse/gstsubparse.c:
5136         (gst_sub_parse_data_format_autodetect),
5137         (gst_sub_parse_format_autodetect), (handle_buffer),
5138         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5139         * gst/subparse/gstsubparse.h:
5140         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5141         (parse_tmplayer):
5142         * gst/subparse/tmplayerparse.h:
5143           Add support for TMPlayer-type subtitles (#362845).
5144
5145         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5146         (GST_START_TEST), (subparse_suite):
5147           Add some basic unit tests for the above.
5148
5149 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * tests/check/elements/audiorate.c: (test_injector_base_init),
5152         (test_injector_class_init), (test_injector_chain),
5153         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5154         (GST_START_TEST), (audiorate_suite):
5155           More tests for audiorate: inject buffers to check behaviour when
5156           buffers overlap.
5157
5158 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5159
5160         * tests/check/Makefile.am:
5161         * tests/check/elements/.cvsignore:
5162         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5163         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5164           Add some basic unit tests for audiorate. Disabled at the moment
5165           since it doesn't pass yet (see bug #363119).
5166
5167 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5168
5169         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5170         (parse_subrip), (handle_buffer):
5171           Add missing closing tags for markup and fix broken markup,
5172           otherwise pango won't render anything (fixes #357531). Also,
5173           make sure the text we send out is always NUL-terminated
5174           (better safe than sorry etc.).
5175
5176         * tests/check/elements/subparse.c: (test_srt_do_test),
5177         (test_srt):
5178           Some more tests for .srt incl. tests for the above stuff.
5179
5180 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5181
5182         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5184         Patch by: Stefan Kost  <ensonic@users.sf.net>
5185         Try to redraw borders only when needed. Apparently this consumes
5186         resources on small devices... :-O (#363607)
5187
5188 2006-10-20  Michael Smith  <msmith@fluendo.com>
5189
5190         * gst/tcp/gstmultifdsink.c:
5191         (gst_multi_fd_sink_client_queue_buffer):
5192           If caps change, then update the client's idea of the caps so that we
5193           don't end up re-sending streamheaders for every single buffer after
5194           the caps change.
5195
5196 2006-10-20  Michael Smith  <msmith@fluendo.com>
5197
5198         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5199         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5200           Set caps on pushed buffers; fix up refcounting of caps objects.
5201
5202 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5205         (plugin_init):
5206           Typefind mmsh header data packet to application/x-mmsh (#362625).
5207
5208 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * tests/check/Makefile.am:
5211         * tests/check/elements/.cvsignore:
5212         * tests/check/elements/subparse.c: (buffer_from_static_string),
5213         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5214         (GST_START_TEST), (subparse_suite):
5215           Add very simple unit test for subparse.
5216
5217 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5220         (parse_subrip):
5221           Strip trailing newlines from subtitle text output.
5222
5223 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5226         (gst_sub_parse_change_state):
5227           Fix memleak; clear subparse->textbuf n state change function.
5228
5229 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * gst/subparse/gstsubparse.c:
5232         (gst_sub_parse_data_format_autodetect):
5233           Don't require subrip (.srt) files to start with a chunk number of 1.
5234
5235 2006-10-18  Wim Taymans  <wim@fluendo.com>
5236
5237         * gst-libs/gst/audio/gstbaseaudiosink.c:
5238         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5239         * gst-libs/gst/audio/gstbaseaudiosink.h:
5240         Extract rate from the NEWSEGMENT event.
5241         Use commit_full to also take rate adjustment into account when writing
5242         samples to the ringbuffer.
5243         
5244         * gst-libs/gst/audio/gstringbuffer.c:
5245         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5246         (gst_ring_buffer_read):
5247         * gst-libs/gst/audio/gstringbuffer.h:
5248         Added _commit_full() to also take rate into account.
5249         Use simple interpolation algorithm to resample audio.
5250         API: gst_ring_buffer_commit_full()
5251
5252         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5253         * tests/examples/seek/seek.c: (segment_done):
5254         Don't try to seek with 0.0 rate, just pause instead.
5255         Remove bogus debug line.
5256
5257 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5260         (setup_source):
5261           Catch async errors when starting up the subtitle bin, so we can
5262           stop waiting and continue with the main film instead of hanging
5263           forever. Fixes #339366.
5264
5265         * tests/check/elements/playbin.c: (playbin_suite):
5266           Enable unit test for the above.
5267
5268 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * tests/check/Makefile.am:
5271         * tests/check/elements/.cvsignore:
5272         * tests/check/elements/playbin.c: (GST_START_TEST),
5273         (gst_red_video_src_uri_get_type),
5274         (gst_red_video_src_uri_get_protocols),
5275         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5276         (gst_red_video_src_uri_handler_init),
5277         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5278         (gst_red_video_src_create), (gst_red_video_src_class_init),
5279         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5280           Some small and basic unit tests for playbin; not very useful yet,
5281           but at least a start.
5282
5283 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * gst/playback/gstplaybin.c: (setup_sinks):
5286           The old pad activation spiel.
5287
5288 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/playback/gstplaybasebin.c: (setup_source):
5291           Don't hang forever if the subbin already fails to start up in 
5292           the state change to PAUSED (#339366).
5293
5294 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5297         (gst_tuner_set_channel), (gst_tuner_get_channel),
5298         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5299         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5300         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5301         (gst_tuner_find_channel_by_name):
5302           Fix some function guards, add some more function guards.
5303
5304 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5305
5306         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5307         (remove_element_chain):
5308         Don't return a pad from get_our_ghost_pad unless it is actually the
5309         one we want.
5310         Change a cast in remove_element_chain slightly.
5311
5312 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5313
5314         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5315         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5316         Segment seeking needs to use the rate and set stop to -1.
5317
5318 2006-10-13  Wim Taymans  <wim@fluendo.com>
5319
5320         * gst-libs/gst/audio/gstbaseaudiosink.c:
5321         (gst_base_audio_sink_setcaps):
5322         Don't crash when ringbuffer is not yet created.
5323         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5324         Fixes #361634.
5325
5326         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5327         * gst/playback/gststreamselector.c:
5328         (gst_stream_selector_request_new_pad):
5329         Activate pads befre adding them to running elements.
5330
5331 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5332
5333         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5334         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5335         updater when we start grabing the slider. Don't wait for the
5336         pipeline to be PAUSED.
5337
5338 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5341         (gst_mixer_set_volume), (gst_mixer_get_volume),
5342         (gst_mixer_set_mute), (gst_mixer_set_option),
5343         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5344         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5345         (gst_mixer_option_changed):
5346           Guard mixer interface functions against bogus arguments.
5347
5348 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5349
5350         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5351         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5352         (msg_state_changed), (main): Use state-changed messages to trigger
5353         start/stop of scale update timer. Indeed the scale slider was
5354         jumping here and there because the update timer was activated 
5355         before seek completed. This fixes instant applying of rate changes
5356         by pressing the spinbutton like a crazy man !
5357
5358 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5361
5362         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5363         (gst_basertppayload_finalize):
5364           Fix two small memory leaks (#361456).
5365
5366 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5367
5368         * tests/examples/seek/seek.c: (do_seek),
5369         (rate_spinbutton_changed_cb): When changing spinbutton we try
5370         to change the rate on the fly.
5371
5372 2006-10-10  Wim Taymans  <wim@fluendo.com>
5373
5374         * gst-libs/gst/riff/riff-ids.h:
5375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5376         (gst_riff_create_audio_template_caps):
5377         Add WMS caps.
5378
5379 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5380
5381         Patch by: Josep Torra Valles <josep@fluendo.com>
5382
5383         * ext/gnomevfs/gstgnomevfssink.c:
5384         * ext/gnomevfs/gstgnomevfssrc.c:
5385         Fix URI interface implementation return type.
5386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5387         Fix what looks like a copy/paste issue when assigning values.
5388         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5389         (gst_audio_filter_template_get_type):
5390         Cast to prevent Forte warnings.
5391         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5392         Fix URI interface implementation return type.
5393         gst_pad_query_position requires a signed integer pointer as
5394         3rd parameter, GstClockTime is unsigned.
5395         * gst/audioconvert/audioconvert.c:
5396         Fix integer overflow when treated as signed.
5397         * gst/audioresample/resample.c: (resample_add_input_data):
5398         Cast to prevent warnings on Forte.
5399         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5400         Fix integer overflow when treated as signed.
5401         * gst/ffmpegcolorspace/imgconvert_template.h:
5402         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5403         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5404         (cleanup_decodebin):
5405         Who initialises a guint to -1!
5406         Cast function pointers to prevent warnings on Forte.
5407         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5408         (queue_threshold_reached):
5409         Cast function pointers correctly to prevent warnings on Forte.
5410         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5411         Cast function pointers correctly to prevent warnings on Forte.
5412         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5413         Obvious change to unsigned, 0xEF > max signed char.
5414         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5415         GstClockTime is unsigned, initialise correctly.
5416         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5417         Cast so pointer arithemetic doesn't cause warnings on Forte.
5418         * gst/videorate/gstvideorate.c:
5419         Use correct return value.
5420         * tests/examples/seek/scrubby.c:
5421         GstClockTime is unsigned, initialise correctly.
5422
5423 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5426
5427         * gst/typefind/gsttypefindfunctions.c:
5428           Recognise XML files and XML-like files shorter than 256 bytes as
5429           well (fixes #359237).
5430
5431 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5432
5433         Patch by: Renato Filho <renato.filho@indt.org.br>
5434         
5435         * gst/typefind/gsttypefindfunctions.c:
5436         Added typefind functions to video/x-nuv media.
5437         
5438 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst-libs/gst/interfaces/xoverlay.c:
5441         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5442           Some more guards against invalid input.
5443
5444 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5445
5446         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5447         Useless goto.
5448         * tests/examples/seek/seek.c: (do_seek),
5449         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5450         seek example to experiment with rates != 1.0 (reverse playback !)
5451
5452 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5453
5454         * gst-libs/gst/interfaces/xoverlay.c:
5455           Unref message in doc-example (spotted by Robert McQueen)
5456
5457 2006-10-06  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5460         (mpeg1_parse_header), (mpeg1_sys_type_find):
5461         printf fix.
5462
5463 2006-10-06  Wim Taymans  <wim@fluendo.com>
5464
5465         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5466         (close_pad_link):
5467         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5468         Activate dynamic pads before adding them to the element.
5469
5470 2006-10-06  Michael Smith  <msmith@fluendo.com>
5471
5472         * gst-libs/gst/floatcast/floatcast.h:
5473           Fix obviously-bogus macros; use the correct types.
5474
5475 2006-10-06  Wim Taymans  <wim@fluendo.com>
5476
5477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5478         (gst_base_rtp_depayload_change_state):
5479         Also call parent state change function to activate pads.
5480
5481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5482         (mpeg1_parse_header), (mpeg1_sys_type_find):
5483         Add some more debug info in mpeg typefinding.
5484
5485 2006-10-06  Michael Smith  <msmith@fluendo.com>
5486
5487         * ext/theora/theoradec.c: (theora_dec_chain):
5488           Zero byte theora packets are valid and well-defined; don't warn on
5489           them.
5490
5491 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5492
5493         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5494         (gst_multi_fd_sink_get_stats), (find_limits),
5495         (gst_multi_fd_sink_queue_buffer):
5496           API: add dropped_buffers to the get-stats GValueArray
5497
5498 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * ext/alsa/gstalsadeviceprobe.c:
5501         (gst_alsa_device_property_probe_get_values):
5502         * ext/alsa/gstalsasink.c: (set_hwparams):
5503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5504         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5506         (gst_ogg_mux_process_best_pad):
5507         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5508         (gst_ogg_parse_chain):
5509         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5510         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5511         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5512         (gst_vorbis_enc_buffer_check_discontinuous):
5513         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5514         * gst-libs/gst/audio/gstbaseaudiosink.c:
5515         (gst_base_audio_sink_render):
5516         * gst-libs/gst/cdda/gstcddabasesrc.c:
5517         (gst_cdda_base_src_handle_track_seek):
5518         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5519         (gst_base_rtp_depayload_push_full):
5520         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5521         * gst/audioresample/resample.c: (resample_input_pushthrough):
5522         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5523         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5524         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5525         (wavpack_type_find):
5526         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5527         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5528         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5529         * tests/check/elements/volume.c: (GST_START_TEST):
5530           Printf format fixes.
5531
5532 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5533
5534         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5535           Fix a simple mistake (see the docs)
5536           Fixes #359580
5537
5538 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * docs/plugins/Makefile.am:
5541         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5542         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5543         * docs/plugins/gst-plugins-base-plugins.args:
5544         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5545         * docs/plugins/inspect/plugin-adder.xml:
5546         * docs/plugins/inspect/plugin-alsa.xml:
5547         * docs/plugins/inspect/plugin-audioconvert.xml:
5548         * docs/plugins/inspect/plugin-audiorate.xml:
5549         * docs/plugins/inspect/plugin-audioresample.xml:
5550         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5551         * docs/plugins/inspect/plugin-cdparanoia.xml:
5552         * docs/plugins/inspect/plugin-decodebin.xml:
5553         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5554         * docs/plugins/inspect/plugin-gdp.xml:
5555         * docs/plugins/inspect/plugin-gnomevfs.xml:
5556         * docs/plugins/inspect/plugin-libvisual.xml:
5557         * docs/plugins/inspect/plugin-ogg.xml:
5558         * docs/plugins/inspect/plugin-pango.xml:
5559         * docs/plugins/inspect/plugin-playbin.xml:
5560         * docs/plugins/inspect/plugin-subparse.xml:
5561         * docs/plugins/inspect/plugin-tcp.xml:
5562         * docs/plugins/inspect/plugin-theora.xml:
5563         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5564         * docs/plugins/inspect/plugin-video4linux.xml:
5565         * docs/plugins/inspect/plugin-videorate.xml:
5566         * docs/plugins/inspect/plugin-videoscale.xml:
5567         * docs/plugins/inspect/plugin-videotestsrc.xml:
5568         * docs/plugins/inspect/plugin-volume.xml:
5569         * docs/plugins/inspect/plugin-vorbis.xml:
5570         * docs/plugins/inspect/plugin-ximagesink.xml:
5571         * docs/plugins/inspect/plugin-xvimagesink.xml:
5572           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5573
5574 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5575
5576         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5577
5578         * ext/vorbis/Makefile.am:
5579         * ext/vorbis/vorbis.c: (plugin_init):
5580         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5581         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5582         * ext/vorbis/vorbisparse.h:
5583         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5584         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5585         (gst_vorbis_tag_parse_packet):
5586         * ext/vorbis/vorbistag.h:
5587           Add new vorbistag element which derives from vorbisparse
5588           and is essentially the same as well, only that it implements
5589           the GstTagSetter interface and can modify the stream's
5590           vorbiscomment on the fly (#335635).
5591
5592         * tests/check/Makefile.am:
5593         * tests/check/elements/.cvsignore:
5594         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5595         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5596         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5597         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5598           Add unit test for new vorbistag element.
5599
5600 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5603         (vorbis_parse_push_headers), (vorbis_parse_chain):
5604           Set BOS flag in packet structure to fix 'jump depends
5605           on unitialized value' errors in valgrind; various minor
5606           clean-ups.
5607
5608 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5609
5610         * gst/playback/gstdecodebin.c: (close_pad_link):
5611         Fix typo in a debug statement.
5612
5613         * gst/playback/gstplaybasebin.c: (probe_triggered),
5614         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5615         (gen_source_element), (source_new_pad), (analyse_source),
5616         (setup_source):
5617         When handling no_more_pads in new_decoded_pad, make sure to treat
5618         subtitle pads correctly. Fixes playback with subtitle files.
5619
5620         Move a recurring message to LOG level.
5621
5622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5623         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5624         which ends up as -1 when cast to an int. Make the logic handle the
5625         max value as an unsigned mask and only change the colorkey when it's
5626         a value we recognise.
5627
5628 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5629
5630         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5631         Removed empty * between paragraphs
5632
5633 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5634
5635         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5636         * gst-libs/gst/rtp/README:
5637         Moved some documentation into .c file
5638
5639 2006-09-29  Wim Taymans  <wim@fluendo.com>
5640
5641         * gst/playback/gstdecodebin.c: (no_more_pads):
5642         Fix compilation.
5643
5644 2006-09-29  Wim Taymans  <wim@fluendo.com>
5645
5646         * gst/playback/gstdecodebin.c: (new_caps):
5647         Remove g_print
5648
5649         * gst/playback/gstplaybin.c:
5650         Add some docs.
5651
5652 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         * tests/check/Makefile.am:
5655           Re-enable cddabasesrc test to see if it works again
5656           now.
5657
5658 2006-09-29  Wim Taymans  <wim@fluendo.com>
5659
5660         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5661         (gen_source_element):
5662         Handle invalid URIs a bit more gracefully.
5663
5664 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * tests/check/pipelines/oggmux.c:
5667           Remove obsolete comment.
5668
5669 2006-09-29  Michael Smith  <msmith@fluendo.com>
5670
5671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5672         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5673         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5674         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5675         (gst_ogg_mux_collected):
5676           Commit patch from James "Doc" Livingston, adds proper EOS handling
5677           in oggmux. GStreamer can, for the first time ever, create a valid
5678           Ogg file! Yay!
5679
5680         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5681         (oggmux_suite):
5682           Reenable tests now that they pass.
5683
5684 2006-09-29  Wim Taymans  <wim@fluendo.com>
5685
5686         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5687         Stop reading commands when EOF (we read 0) as well.
5688
5689 2006-09-28  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5692         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5693         (find_dynamic), (unlinked), (close_link):
5694         Implement delayed caps linking needed for element with a lot of
5695         different caps on the src pads that get fixed at runtime.
5696         Improve management of dynamic elements.
5697
5698         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5699         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5700         (gen_preroll_element), (remove_groups), (unknown_type),
5701         (add_element_stream), (no_more_pads_full), (no_more_pads),
5702         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5703         (new_decoded_pad), (setup_subtitle), (array_has_value),
5704         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5705         (analyse_source), (remove_decoders), (make_decoder),
5706         (remove_source), (setup_source), (finish_source), (prepare_output),
5707         (gst_play_base_bin_change_state):
5708         * gst/playback/gstplaybasebin.h:
5709         Use more _CAST instead of full type checking casts.
5710         Small cleanups, plug some leaks.
5711         Handle dynamic sources.
5712         Add some helper functions to create lists of strings used for
5713         blacklisting and other stuff.
5714         Refactor some code dealing with analysing the source.
5715         Re-enable sources without pads (like cd:// or other selfcontained
5716         elements).
5717
5718 2006-09-28  Wim Taymans  <wim@fluendo.com>
5719
5720         * gst-libs/gst/audio/gstbaseaudiosink.c:
5721         (gst_base_audio_sink_render):
5722         When we have a timestamp, we can still perform clipping.
5723         When we have no clock, we must play the sample ASAP.
5724
5725 2006-09-28  Wim Taymans  <wim@fluendo.com>
5726
5727         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5728         Set caps on outgoing buffers.
5729
5730         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5731         (gst_video_rate_event), (gst_video_rate_chain):
5732         * gst/videorate/gstvideorate.h:
5733         Fix videorate some more. Fixes #357977
5734
5735 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         * tests/check/elements/adder.c: (adder_suite):
5738           Don't set timeout to 6 seconds when we're running
5739           in valgrind ... (and how is 6 seconds longer than
5740           the default anyway?)
5741
5742 2006-09-28  Wim Taymans  <wim@fluendo.com>
5743
5744         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5745         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5746         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5747         Keep sink and src segment to keep track of time and support more
5748         input formats.
5749         Fix bogus next_offset and run_time calculation, don't understand how
5750         this could have worked before. Fixes #357976.
5751         Remove some unneeded vars.
5752
5753 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5754
5755         * gst/playback/gstplaybin.c: (remove_sinks):
5756           Only remove visualisation from visbin if there is a visbin (or:
5757           don't throw warnings when closing totem without playing a file).
5758
5759 2006-09-27  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst-libs/gst/audio/gstbaseaudiosink.c:
5762         (gst_base_audio_sink_render):
5763         Add some more info in a WARNING.
5764
5765         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5766         (gst_base_audio_src_create):
5767         Handle PAUSE in create function, use new -core addition to
5768         wait for playing. Fixes pausing and resuming capture from an
5769         audiosrc.
5770
5771         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5772         (gst_ring_buffer_read):
5773         Constify some more.
5774         Caller supports interrupted reads now.
5775
5776 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         * tests/check/Makefile.am:
5779           Another attempt to make the gen64 buildbot happy.
5780
5781 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5782
5783         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5784
5785         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5786         (gst_visual_chain), (gst_visual_change_state):
5787           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5788           correctly. Fixes #357800
5789
5790 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5793           Add timeout to _get_state() so we see which pipeline it is
5794           that causes trouble on the gen64 build bot.
5795
5796 2006-09-27  Wim Taymans  <wim@fluendo.com>
5797
5798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5799         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5800         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5801         (gst_base_rtp_depayload_set_gst_timestamp):
5802         the source pad always uses fixed caps.
5803
5804 2006-09-27  Wim Taymans  <wim@fluendo.com>
5805
5806         * docs/libs/gst-plugins-base-libs-docs.sgml:
5807         * docs/libs/gst-plugins-base-libs-sections.txt:
5808         * gst-libs/gst/audio/gstaudioclock.c:
5809         * gst-libs/gst/audio/gstaudioclock.h:
5810         * gst-libs/gst/audio/gstaudiosink.c:
5811         * gst-libs/gst/audio/gstaudiosink.h:
5812         * gst-libs/gst/audio/gstaudiosrc.c:
5813         * gst-libs/gst/audio/gstbaseaudiosink.c:
5814         (gst_base_audio_sink_render):
5815         * gst-libs/gst/audio/gstbaseaudiosink.h:
5816         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5817         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5818         * gst-libs/gst/audio/gstringbuffer.h:
5819         Added docs for the audio libs.
5820
5821 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * tests/check/Makefile.am:
5824           Temporarily disable test that fails on the bots for unknown reasons.
5825
5826 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5827
5828         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5829         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5830         Moved AudioCodecType into priv
5831         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5832
5833 2006-09-25  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5836         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5837         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5838         (new_pad):
5839         Cleanups and small leak fixes.
5840         Added Depayloaders to valid list of autopluggable elements.
5841
5842 2006-09-25  Wim Taymans  <wim@fluendo.com>
5843
5844         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5845         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5846         (gen_video_element), (gen_text_element), (gen_audio_element),
5847         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5848         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5849         Detect NO_PREROLL state change returns and disable clock distribution to
5850         the sinks so that sync is disabled.
5851         Avoid some type checking and do simple casts instead.
5852         Small cleanups, fix some FIXMEs.
5853         Be more robust when linking user specified elements, catch an report
5854         errors. Fixes #357404.
5855         Fix some leaks in the error paths.
5856
5857 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5858
5859         * ChangeLog:
5860           ChangeLog surgery for missing bug-number
5861
5862 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5863
5864         Patch by: Peter Kjellerstedt  <pkj at axis com>
5865
5866         * gst/playback/test.c:
5867           Fix compilation with uClibc and -Werror (#357591).
5868
5869 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5870
5871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5872           Parse dates that are followed by a time as well (#357532).
5873
5874         * tests/check/libs/tag.c: (test_vorbis_tags):
5875           Add unit test for this.
5876
5877 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5880         (gst_audio_convert_transform_caps):
5881         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5882         * gst/videotestsrc/videotestsrc.h:
5883           A few array const-ifications.
5884
5885 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * tests/check/Makefile.am:
5888           See if this makes the build bots happy.
5889
5890         * tests/check/libs/cddabasesrc.c:
5891           UTF8-ise my name.
5892
5893 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5896
5897         * gst/subparse/samiparse.c: (handle_start_font),
5898         (fix_invalid_entities):
5899           More case-insensitivity for certain tags; recognise entities with
5900           decimal codes as special entities as well (#357330).
5901
5902 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * gst-libs/gst/Makefile.am:
5905           Need to build tag directory before cdda.
5906
5907 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * docs/libs/gst-plugins-base-libs-sections.txt:
5910         * gst-libs/gst/cdda/Makefile.am:
5911         * gst-libs/gst/cdda/gstcddabasesrc.c:
5912         (gst_cdda_base_src_base_init):
5913         * gst-libs/gst/cdda/gstcddabasesrc.h:
5914         * gst-libs/gst/tag/tag.h:
5915         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5916         (gst_tag_register_musicbrainz_tags):
5917           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5918           depend on libgsttag. This is required so we can extract/read tags like
5919           DISCID without depending on libgstcddabasesrc (which used to register
5920           them).
5921
5922         * gst-libs/gst/tag/gstvorbistag.c:
5923           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5924           tags (also see #347848).
5925
5926         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5927           Log vorbis comments we are actually writing. Const-ify array.
5928
5929 2006-09-23  Wim Taymans  <wim@fluendo.com>
5930
5931         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5932         Improve buffering a bit by avoiding a deadlock because we cannot assume
5933         the underrun is always called.
5934
5935 2006-09-23  Wim Taymans  <wim@fluendo.com>
5936
5937         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5938
5939         * gst-libs/gst/riff/riff-ids.h:
5940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5941         (gst_riff_create_audio_template_caps):
5942         Added MPEG-4 AAC and id and caps. Fixes #357289
5943         Added WMA9 Lossless id.
5944
5945 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5946
5947         * ext/gnomevfs/gstgnomevfssrc.c:
5948           Fix misleading docs addition.
5949
5950         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5951           Get rid of compiler warning the right way.
5952
5953 2006-09-22  Wim Taymans  <wim@fluendo.com>
5954
5955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5956         (gst_base_rtp_depayload_finalize),
5957         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5958         (gst_base_rtp_depayload_push_full),
5959         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5960         (gst_base_rtp_depayload_process),
5961         (gst_base_rtp_depayload_set_gst_timestamp),
5962         (gst_base_rtp_depayload_queue_release):
5963         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5964         Small cleanups.
5965         Fix some leaks.
5966         Refactored the process method and added methods to push from the process
5967         vmethod.
5968         Use _scale functions.
5969         API: gst_base_rtp_depayload_push_ts
5970         API: gst_base_rtp_depayload_push
5971
5972         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5973         timestamps are uint.
5974
5975 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5976
5977         * gst-libs/gst/interfaces/xoverlay.c:
5978           Remove unused statement from doc example.
5979
5980 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5981
5982         * gst-libs/gst/interfaces/videoorientation.c:
5983         (gst_video_orientation_iface_init),
5984         (gst_video_orientation_get_hflip),
5985         (gst_video_orientation_get_vflip),
5986         (gst_video_orientation_get_hcenter),
5987         (gst_video_orientation_get_vcenter),
5988         (gst_video_orientation_set_hflip),
5989         (gst_video_orientation_set_vflip),
5990         (gst_video_orientation_set_hcenter),
5991         (gst_video_orientation_set_vcenter):
5992           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5993           in ChangeLog)
5994
5995 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         * tests/check/Makefile.am:
5998         * tests/check/elements/.cvsignore:
5999         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6000         (create_rgb_conversions), (rgb_conversion_free),
6001         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6002         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6003           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6004           but disable for now since it doesn't pass (something wrong with
6005           RGBA somewhere).
6006
6007 2006-09-21  Wim Taymans  <wim@fluendo.com>
6008
6009         * gst/playback/gstplaybasebin.c: (group_commit),
6010         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6011         (queue_out_of_data), (gen_preroll_element),
6012         (preroll_remove_overrun), (probe_triggered):
6013         Refactor handling of overrun detection.
6014         Separate handling of group completion and deadlock detection when doing
6015         network buffering. This should fix some deadlocks that were not detected
6016         because the group was completed.
6017         Add more comments, improve debugging.
6018
6019 2006-09-21  Wim Taymans  <wim@fluendo.com>
6020
6021         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6022         * tests/check/libs/audio.c:
6023         Some more compilation fixes.
6024
6025 2006-09-21  Wim Taymans  <wim@fluendo.com>
6026
6027         * gst-libs/gst/audio/gstringbuffer.c:
6028         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6029         (gst_ring_buffer_read):
6030         Early morning compilation fix.
6031
6032 2006-09-20  Wim Taymans  <wim@fluendo.com>
6033
6034         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6035         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6036         * tests/check/elements/videorate.c: (GST_START_TEST):
6037         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6038         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6039         Fix some warnings.
6040
6041 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6044         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6045         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6046           Handcrafted merge to help CVS understanding what I changed and what
6047           not.
6048
6049 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6050
6051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6052         (gst_xvimagesink_get_times):
6053           change colorkey behaviour back according to #354773 comment 6/7
6054
6055 2006-09-19  Michael Smith  <msmith@fluendo.com>
6056
6057         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6058         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6059         (gst_multi_fd_sink_recover_client),
6060         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6061         (gst_multi_fd_sink_get_property):
6062         * gst/tcp/gstmultifdsink.h:
6063           Implement stubbed out properties unit-type, units-soft-max,
6064           units-max, to allow specifying maximum sizes in units other than
6065           buffers.
6066           Fixes #355935
6067
6068 2006-09-19  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6071         (gst_riff_create_audio_template_caps):
6072         Reorder the audio formats a bit for clarity.
6073         Detect and create caps for MSGSM and MSN (WAV49).
6074         Fixes #356596.
6075
6076         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6077         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6078         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6079         Small cleanups, move error handling out of normal flow for clarity.
6080
6081 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * docs/libs/gst-plugins-base-libs-docs.sgml:
6084         * docs/libs/gst-plugins-base-libs.types:
6085         * gst-libs/gst/interfaces/Makefile.am:
6086         * gst-libs/gst/interfaces/videoorientation.c:
6087         (gst_video_orientation_get_type),
6088         (gst_video_orientation_iface_init),
6089         (gst_video_orientation_get_hflip),
6090         (gst_video_orientation_get_vflip),
6091         (gst_video_orientation_get_hcenter),
6092         (gst_video_orientation_get_vcenter),
6093         (gst_video_orientation_set_hflip),
6094         (gst_video_orientation_set_vflip),
6095         (gst_video_orientation_set_hcenter),
6096         (gst_video_orientation_set_vcenter):
6097         * gst-libs/gst/interfaces/videoorientation.h:
6098           API: Add new interface to control video orientation (fixes #354908)
6099
6100 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6101
6102         * gst/videotestsrc/gstvideotestsrc.c:
6103           Use G_UNLIKELY in _create and log one more detail.
6104           
6105         (gst_video_test_src_get_times), (gst_video_test_src_create):
6106         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6107           Use gst_util_uint64_scale_int in _get_times().
6108
6109 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6110
6111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6112           Give better warning message (add object and detail).
6113
6114 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6115
6116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6117         (gst_xvimagesink_get_times):
6118           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6119           #354773), use gst_util_uint64_scale_int in _get_times()
6120
6121 2006-09-18  Michael Smith  <msmith@fluendo.com>
6122
6123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6124           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6125           always true, leading to dropping all timestamps.
6126
6127 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6130         (gst_visual_chain), (gst_visual_change_state):
6131           update to work also with libvisual 0.4 API, fix double unref (#355914)
6132           
6133         * tools/gst-launch-ext.1.in:
6134         * tools/gst-visualise.1.in:
6135           remove references to old man-pages
6136
6137         * tests/examples/seek/seek.c: (main):
6138           add real meadi-buttons, add tool-tips for the seek-options, arrange
6139           seek options in a table
6140
6141 2006-09-18  Michael Smith  <msmith@fluendo.com>
6142
6143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6144         (gst_ogg_mux_push_buffer):
6145           Don't generate out-of-order timestamps from oggmux, instead clamp
6146           output timestamps to be >= the previously output ts.
6147           Fixes #355595
6148
6149 2006-09-18  Michael Smith  <msmith@fluendo.com>
6150
6151         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6152         (gst_multi_fd_sink_class_init):
6153           Updates, fixes, and typo corrections for multifdsink. No functional
6154           changes.
6155
6156 2006-09-17  Michael Smith  <msmith@fluendo.com>
6157
6158         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6159           Don't crash on truncated files - check that we got an 8 byte buffer
6160           before trying to memcmp it.
6161
6162 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         * gst/playback/gstplaybasebin.c: (get_active_source):
6165           Make stream-switching appear instant to the application
6166           (ie. make sure that a g_object_get on 'current-foo' returns
6167           the stream previously set with g_object_set(). Totem needs
6168           this to update stream-related meta-info (like audio-codec)
6169           correctly when switching streams.
6170
6171 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6174         (gst_alsa_mixer_ensure_track_list):
6175           Try harder to guess which mixer track is the master mixer
6176           track (instead of just taking the first one that has a pvolume).
6177           Fixes #342228.
6178
6179 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6180
6181         reviewed by: <delete if not using a buddy>
6182
6183         * gst-libs/gst/audio/audio.h:
6184         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6185
6186 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6187
6188         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6189         (gst_audio_convert_transform_caps):
6190           Get structure-name just once.
6191
6192 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6193
6194         * tests/check/elements/audioresample.c: (GST_START_TEST):
6195         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6196         * tests/check/elements/volume.c: (GST_START_TEST):
6197         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6198         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6199         (test_pipeline), (GST_START_TEST):
6200         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6201         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6202           Fix big batch of compiler warnings.
6203
6204 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6205
6206         * ext/gnomevfs/gstgnomevfssrc.c:
6207           Add docs about icydemux usage in connection with gnomevfssrc
6208
6209         * ext/libvisual/visual.c:
6210         * ext/ogg/gstoggaviparse.c:
6211         * ext/ogg/gstoggdemux.c:
6212         * ext/ogg/gstoggmux.c:
6213         * ext/ogg/gstoggparse.c:
6214         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6215         * gst-libs/gst/audio/gstaudiosink.c:
6216         * gst-libs/gst/audio/gstaudiosrc.c:
6217         * gst/audiorate/gstaudiorate.c:
6218           More G_OBJECT macro fixing.
6219
6220         * gst/audiotestsrc/gstaudiotestsrc.h:
6221           Fix wrong info in header due to copy & paste
6222
6223 2006-09-15  Wim Taymans  <wim@fluendo.com>
6224
6225         * gst-libs/gst/audio/gstbaseaudiosink.c:
6226         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6227         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6228         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6229         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6230         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6231         Do the delay calculation in the source/sink base classes as this is
6232         specific for the capture/playback mode.
6233         Try to fixate a bit better, like round depth up to a multiple of 8
6234         bigger than width.
6235         Handle underruns correctly by marking DISCONT on buffers and adjusting
6236         timestamps to handle the gap.
6237         Set offset/offset_end correctly on buffers.
6238
6239         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6240         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6241         (gst_ring_buffer_read):
6242         Remove resync and underrun recovery from the ringbuffer.
6243         Fix ringbuffer read code on under/overrun.
6244
6245 2006-09-15  Wim Taymans  <wim@fluendo.com>
6246
6247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6248         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6249         (queue_threshold_reached), (gst_play_base_bin_set_property),
6250         (gst_play_base_bin_get_property):
6251         * gst/playback/gstplaybasebin.h:
6252         Don't use a 0 low watermark when buffering, it is catching starvation
6253         way too late. Instead, use a 3 second queue with 30 and 95
6254         percent low/high watermarks. 
6255         Added queue-min-threshold property to configure low watermark.
6256         Use new _buffering message API.
6257         Make queue_threshold variable big enough to store a uint64 time value.
6258         API: playbin::queue-min-threshold property.
6259
6260 2006-09-15  Wim Taymans  <wim@fluendo.com>
6261
6262         * configure.ac:
6263         We require 0.10.10.1 now because of _wait_preroll().
6264
6265         * gst-libs/gst/audio/gstbaseaudiosink.c:
6266         (gst_base_audio_sink_render):
6267         Use gst_base_sink_wait_preroll().
6268
6269 2006-09-15  Wim Taymans  <wim@fluendo.com>
6270
6271         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6272         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6273         Use DEBUG_OBJECT more.
6274
6275 === release 0.10.10 ===
6276
6277 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6278
6279         patch by: Michael Smith <msmith at fluendo dot com>
6280
6281         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6282         (gst_multi_fd_sink_client_queue_buffer),
6283         (gst_multi_fd_sink_new_client):
6284         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6285         (multifdsink_suite):
6286           Fix implementation of sync-method 'next-keyframe'
6287           Closes #354594
6288
6289 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6290
6291         patch by: Wim Taymans <wim at fluendo dot com>
6292
6293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6294         This patch removes the RANDOM flag that was incorrectly introduced with
6295         revision 1.91.  Fixes #354590
6296
6297 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * tests/check/Makefile.am:
6300           Random variation in Makefile line to see if it makes the
6301           gen64-base-full bot any happier.
6302
6303 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6304
6305         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6306           Disable test that fails at the moment (killed after timeout).
6307
6308 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         Patch by: James Livingston  <doclivingston at gmail.com>
6311
6312         * tests/check/Makefile.am:
6313         * tests/check/pipelines/.cvsignore:
6314         * tests/check/pipelines/oggmux.c: (get_page_codec),
6315         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6316         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6317         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6318         (test_theora_vorbis), (oggmux_suite):
6319           Add simple unit test for oggmux from #337026 with checking for the
6320           EOS flags disabled for the time being.
6321
6322 2006-09-04  Wim Taymans  <wim@fluendo.com>
6323
6324         patch by: Alessandro Dessina <alessandro nnva org>
6325
6326         * ext/ogg/gstoggmux.c:
6327         Add cmml caps to oggmux. Fixes #353912
6328
6329 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6332           Returning a return value often helps. In this case, we
6333           don't need the return value anyway, so just get rid of it.
6334           Should make build bots much happier.
6335
6336 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6339         (paint_get_structure), (gst_video_test_src_get_size),
6340         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6341         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6342         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6343         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6344         * gst/videotestsrc/videotestsrc.h:
6345           Add support for AYUV and the various RGBA formats. Initialise
6346           fields of paintinfo structs allocated on the stack.
6347
6348         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6349         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6350         (check_rgb_buf), (videotestsrc_suite):
6351           Add unit tests for videotestsrc's RGB output.
6352
6353 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         * gst/videotestsrc/gstvideotestsrc.c:
6356         (gst_video_test_src_pattern_get_type),
6357         (gst_video_test_src_set_pattern):
6358         * gst/videotestsrc/gstvideotestsrc.h:
6359         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6360         (gst_video_test_src_black), (gst_video_test_src_white),
6361         (gst_video_test_src_red), (gst_video_test_src_green),
6362         (gst_video_test_src_blue):
6363         * gst/videotestsrc/videotestsrc.h:
6364           Add more uni-colour patterns ("white", "red", "green", and "blue").
6365
6366 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6369           Fix stride for YVYU, should be word-aligned (#353658).
6370
6371 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * gst/adder/gstadder.c: (gst_adder_src_event):
6374           Fix build.
6375
6376 2006-08-31  Edward Hervey  <edward@fluendo.com>
6377
6378         * gst/adder/gstadder.c: (forward_event_func),
6379         (gst_adder_src_event), (gst_adder_collected),
6380         (gst_adder_change_state):
6381         * gst/adder/gstadder.h:
6382         Remember the start position asked in the incoming seeks, so we can
6383         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6384         of assuming it will always be 0).
6385
6386 2006-08-31  Edward Hervey  <edward@fluendo.com>
6387
6388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6389         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6390         (gst_ogg_demux_loop):
6391         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6392
6393 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6394
6395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6396         (gst_ffmpegcsp_get_unit_size):
6397           Return FALSE instead of returning a random false unit
6398           size when the format isn't known/supported (even if
6399           this shouldn't happen under normal circumstances).
6400
6401 2006-08-29  Wim Taymans  <wim@fluendo.com>
6402
6403         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6406         (gst_gnome_vfs_src_start):
6407         Try harder to get the size from a uri by using _info_uri() when
6408         _info_from_handle() does not give us enough info. 
6409         Also follow symlinks when getting the size.
6410         Partially Fixes #332864.
6411
6412 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6413
6414         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6415
6416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6417         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6418         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6419         (gst_alsa_mixer_set_record):
6420         * ext/alsa/gstalsamixertrack.c:
6421         (gst_alsa_mixer_track_update_alsa_capabilities),
6422         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6423         (gst_alsa_mixer_track_update):
6424         * ext/alsa/gstalsamixertrack.h:
6425           Improve and fix mixer track handling, in particular better handling
6426           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6427           separate track objects for tracks that have both capture and playback
6428           volume (and label them differently as well so they're not mistakenly
6429           assumed to be duplicates); classify mixer tracks that only affect
6430           the audible volume of something (rather than the capture volume)
6431           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6432           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6433           (following the meaning documented in the mixer interface header
6434           file); add support for alsa's exclusive cswitch groups; update/sync
6435           state/flags better if mixer settings are changed by another
6436           application. Fixes #336075.
6437
6438 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * gst/playback/gstplaybin.c:
6441           Improve docs: add section about BUFFERING messages sent by playbin.
6442
6443 2006-08-29  Michael Smith  <msmith@fluendo.com>
6444
6445         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6446         (gst_vorbis_enc_buffer_check_discontinuous),
6447         (gst_vorbis_enc_chain):
6448           Ignore explicit DISCONT marked on buffers (which is often spurious,
6449           particularly when using multiple segments), in favour of solely
6450           using the timestamps/durations.
6451
6452 2006-08-29  Edward Hervey  <edward@fluendo.com>
6453
6454         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6455         Don't rely on incoming buffers offset anymore, since it is completely
6456         broken when using multiple segments.
6457         Instead convert the incoming buffers timestamp to running time, and
6458         then convert that value to the offsets.
6459         Also inform GstSegment of the last outputted stop position, which is
6460         needed if we received several segments with an unknown stop value.
6461
6462 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6463
6464         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6465           fix buffer unreffing on a header push failure
6466
6467 2006-08-28  Wim Taymans  <wim@fluendo.com>
6468
6469         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6470         (gst_audio_rate_chain):
6471         Make the metadata of the buffer writable before changing its
6472         flags.
6473
6474 2006-08-28  Wim Taymans  <wim@fluendo.com>
6475
6476         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6477         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6478         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6479         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6480         Fix audiorate some more.
6481         Reset and resync counters on flush and READY.
6482         Handle the DISCONT flag correctly.
6483         Use GstSegment to track position.
6484         Fail when not negotiated.
6485         Fixes #353234.
6486
6487 2006-08-25  Michael Smith  <msmith@fluendo.com>
6488
6489         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6490           Fix spelling.
6491           Remove accidently included debug line.
6492
6493 2006-08-25  Wim Taymans  <wim@fluendo.com>
6494
6495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6496         Small cleanups.
6497         If a buffer is received with no caps, make the buffer metadata
6498         writable and set the caps, making sure that we don't screw up the
6499         refcounts.
6500
6501 2006-08-25  Michael Smith  <msmith@fluendo.com>
6502
6503         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6504         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6505           Fix memory leaks and misleading debug messages, add a couple of
6506           comments.
6507
6508         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6509         (gst_multi_fd_sink_render):
6510           Do not use gst_buffer_make_writable() in a basesink render method,
6511           as it may incorrectly unref the buffer. Instead, use convoluted
6512           dance to avoid copying the buffer except when we need to.
6513
6514 2006-08-25  Michael Smith  <msmith@fluendo.com>
6515
6516         * ext/vorbis/vorbisenc.c:
6517         (gst_vorbis_enc_buffer_check_discontinuous):
6518           Allow very small discontinuities in the timestamps. These we can't
6519           do anything useful with anyway (because vorbis's timestamps have
6520           only sample granularity), and are commonly produced by elements with
6521           minor bugs. Allow up to 1/2 a sample out.
6522           Fixes #351742.
6523
6524 2006-08-24  Wim Taymans  <wim@fluendo.com>
6525
6526         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6527         (play_scrub_toggle_cb), (main):
6528         Add a checkbox to enable play scrubbing. Makes it possible to disable
6529         normal scrubbing.
6530
6531 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6532
6533         * tests/check/elements/.cvsignore:
6534           make buildbot happy
6535
6536 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6539         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6540         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6541         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6542         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6543         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6544         (gst_ogm_text_parse_strip_trailing_zeroes),
6545         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6546         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6547           Refactor ogm parse, do better input checking, misc. clean-ups.
6548           Cache incoming events and push them once the source pad has
6549           been created. Don't pass unterminated strings to sscanf().
6550           Strip trailing zeroes from subtitle text output, since they
6551           are not valid UTF-8. Don't push vorbiscomment packets on
6552           the subtitle text pad. Output perfect streams if possible.
6553
6554 2006-08-23  Wim Taymans  <wim@fluendo.com>
6555
6556         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6557         Waits for tasks to settle down so that we clean up correctly for 
6558         valgrind.
6559
6560 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6563           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6564           actually return return value in taglists_are_equal.
6565
6566 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6569           Fix crash due to broken bitstream parsing on x86-64: can't make
6570           any assumptions about sizeof(struct) due to alignment/packing
6571           differences on different architectures. Fixes #351790.
6572
6573 2006-08-22  Wim Taymans  <wim@fluendo.com>
6574
6575         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6576         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6577         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6578         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6579         (gst_riff_parse_info):
6580         Protect public functions against bad input.
6581         Do some cleanups.
6582         Fix documentation.
6583
6584 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst-libs/gst/riff/riff-ids.h:
6587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6588           Add voxware audio IDs (even if we can't play it) (#351795).
6589
6590 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst-libs/gst/riff/riff-media.c:
6593         (gst_riff_create_video_template_caps),
6594         (gst_riff_create_audio_template_caps),
6595         (gst_riff_create_iavs_template_caps):
6596           Const-ify some arrays and use G_N_ELEMENTS instead
6597           of wasting oodles of RAM on terminator bits.
6598
6599 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * gst-libs/gst/tag/gstvorbistag.c:
6602         (gst_tag_list_to_vorbiscomment_buffer):
6603         * tests/check/libs/tag.c: (GST_START_TEST):
6604           And the same for _to_vorbiscomment_buffer(): allow
6605           id_data_len == 0 for speex.
6606
6607 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6608
6609         * configure.ac:
6610         * docs/plugins/Makefile.am:
6611         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6612         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6613         * docs/plugins/inspect/plugin-gdp.xml:
6614         * gst/gdp/Makefile.am:
6615         * tests/check/Makefile.am:
6616           Move GDP plugin to -base from -bad.  Closes #347783.
6617
6618 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst-libs/gst/tag/gstvorbistag.c:
6621         (gst_tag_list_from_vorbiscomment_buffer):
6622           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6623           Also add some checks to make sure we don't memcmp() beyond the end of
6624           vorbiscomment buffer if the ID to check for is larger than the buffer.
6625
6626         * tests/check/libs/tag.c: (GST_START_TEST):
6627           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6628
6629 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6630
6631         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6632         (gst_vorbis_enc_set_metadata):
6633           Use vorbis comment utility functions from libgsttag
6634           instead of re-inventing the wheel (partially fixes #347091).
6635
6636 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6637
6638         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6639         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6640         as some that won't.
6641
6642 2006-08-21  Wim Taymans  <wim@fluendo.com>
6643
6644         * docs/libs/Makefile.am:
6645         * docs/libs/gst-plugins-base-libs-sections.txt:
6646         * docs/libs/gst-plugins-base-libs.types:
6647         Don't try to GObject scan the netbuffer as it's not a GObject.
6648         Fixes #351308.
6649
6650         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6651         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6652         Document GstNetBuffer.
6653
6654 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6655
6656         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6657         (audioconvert_suite):
6658           Add testcase for caps-size-explosion
6659
6660 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * gst/audioconvert/gstaudioconvert.c:
6663         (gst_audio_convert_get_unit_size), (set_structure_widths):
6664           Lower debug, use g_assert in _get_unit_size
6665
6666         * gst/audioresample/gstaudioresample.c:
6667         (audioresample_get_unit_size):
6668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6669         (gst_ffmpegcsp_get_unit_size):
6670         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6671           use g_assert in _get_unit_size
6672
6673 2006-08-18  Wim Taymans  <wim@fluendo.com>
6674
6675         * docs/libs/gst-plugins-base-libs-sections.txt:
6676         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6677         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6678         (gst_rtp_buffer_get_payload_buffer):
6679         * gst-libs/gst/rtp/gstrtpbuffer.h:
6680         Document GstRTPBuffer.
6681         Added function to efficiently strip payload headers.
6682         API: gst_rtp_buffer_get_payload_subbuffer()
6683
6684 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6687         (gst_tag_to_vorbis_comments):
6688           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6689           tags and deserialise them properly as well (#347091).
6690           Add some more gtk-doc blurbs and also some g_return_if_fail().
6691
6692         * tests/check/libs/tag.c: (GST_START_TEST),
6693         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6694           More tests.
6695
6696 2006-08-17  Wim Taymans  <wim@fluendo.com>
6697
6698         * ext/ogg/Makefile.am:
6699         * ext/ogg/gstogg.c: (plugin_init):
6700         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6701         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6702         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6703         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6704         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6705         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6706         Added ogg-in-avi parser element. Fixes #140139.
6707
6708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6709         Fixed a bug in oggdemux debug code.
6710
6711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6712         (gst_riff_create_audio_template_caps):
6713         Recognise Ogg in the AVI extensible wave format.
6714
6715 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6718           Make buffer durations add up (duration should be next_ts-ts for
6719           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6720           from CVS.
6721
6722         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6723         (test_buffer_timestamps), (cddabasesrc_suite):
6724           Add unit test for the above.
6725
6726         * tests/check/Makefile.am:
6727           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6728           to see what happens.
6729
6730 2006-08-16  Wim Taymans  <wim@fluendo.com>
6731
6732         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6733         (gst_alsasink_open):
6734         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6735         (gst_alsasrc_open):
6736         Avoid setting and using a NULL device name.
6737         Print more info when we fail to open a device.
6738
6739 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * docs/libs/gst-plugins-base-libs-sections.txt:
6742         * gst-libs/gst/tag/tag.h:
6743         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6744           API: add gst_tag_parse_extended_comment() (#351426).
6745
6746         * tests/check/Makefile.am:
6747         * tests/check/libs/.cvsignore:
6748         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6749           Add unit test for gst_tag_parse_extended_comment().
6750
6751 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6755           Fix leak (#351502).
6756
6757 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6758
6759         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6760         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6761         * docs/plugins/gst-plugins-base-plugins.args:
6762         * gst/playback/gstplaybin.c:
6763           Document playbin.
6764           
6765         * docs/plugins/inspect/plugin-adder.xml:
6766         * docs/plugins/inspect/plugin-alsa.xml:
6767         * docs/plugins/inspect/plugin-audioconvert.xml:
6768         * docs/plugins/inspect/plugin-audiorate.xml:
6769         * docs/plugins/inspect/plugin-audioresample.xml:
6770         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6771         * docs/plugins/inspect/plugin-cdparanoia.xml:
6772         * docs/plugins/inspect/plugin-decodebin.xml:
6773         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6774         * docs/plugins/inspect/plugin-gnomevfs.xml:
6775         * docs/plugins/inspect/plugin-ogg.xml:
6776         * docs/plugins/inspect/plugin-pango.xml:
6777         * docs/plugins/inspect/plugin-playbin.xml:
6778         * docs/plugins/inspect/plugin-subparse.xml:
6779         * docs/plugins/inspect/plugin-tcp.xml:
6780         * docs/plugins/inspect/plugin-theora.xml:
6781         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6782         * docs/plugins/inspect/plugin-video4linux.xml:
6783         * docs/plugins/inspect/plugin-videorate.xml:
6784         * docs/plugins/inspect/plugin-videoscale.xml:
6785         * docs/plugins/inspect/plugin-videotestsrc.xml:
6786         * docs/plugins/inspect/plugin-volume.xml:
6787         * docs/plugins/inspect/plugin-vorbis.xml:
6788         * docs/plugins/inspect/plugin-ximagesink.xml:
6789         * docs/plugins/inspect/plugin-xvimagesink.xml:
6790           Update to CVS version.
6791
6792 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6795         (gst_play_bin_set_property), (gst_play_bin_get_property),
6796         (value_list_append_structure_list),
6797         (gst_play_bin_handle_redirect_message),
6798         (gst_play_bin_handle_message):
6799           API: GstPlayBin::connection-speed
6800           Add "connection-speed" property; re-order redirect messages with
6801           multiple redirect locations depending on the minimum bitrate if
6802           that information is available and a connection speed is set
6803           (#350399).
6804
6805 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst/playback/gstplaybin.c:
6808           Update max volume to the same value that the volume element uses.
6809
6810 2006-08-14  Wim Taymans  <wim@fluendo.com>
6811
6812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6813         Less uglyness..
6814
6815 2006-08-14  Wim Taymans  <wim@fluendo.com>
6816
6817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6818         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6819         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6820         Add some more debug info.
6821         Don't crash when a seek failed.
6822         Actually return the result of the seek instead of TRUE.
6823         Ignore multiple BOS pages with the same serial so that we don't create
6824         the same stream multiple times.
6825         Post an error when we fail to do the initial seek.
6826
6827 2006-08-13  Wim Taymans  <wim@fluendo.com>
6828
6829         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6830         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6831         Small code cleanup.
6832
6833         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6834         (gst_alsa_mixer_new):
6835         Remove hack that always set the device to hw:0*.
6836         Properly find the card name for whatever device was configured.
6837         Do some better debugging.
6838         Fixes #350784.
6839
6840         * ext/alsa/gstalsamixerelement.c:
6841         (gst_alsa_mixer_element_set_property),
6842         (gst_alsa_mixer_element_change_state):
6843         Cleanups.
6844         Handle setting of a NULL device name better.
6845
6846 2006-08-11  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/adder/gstadder.c:
6849         Don't clip float values. Fixes #350900.
6850
6851 2006-08-11  Andy Wingo  <wingo@pobox.com>
6852
6853         * gst/tcp/gsttcp.c: Really fix the build?
6854
6855         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6856         fixes the build.
6857
6858 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6861           Float caps shouldn't have a "signed" field.
6862
6863 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6866           Implement SEEKING query in its most basic form, so that we can
6867           at least check if we're seekable or not (#350655).
6868
6869 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6872           The checks here are not even close to anything that would
6873           justify MAXIMUM probability, lowering to POSSIBLE until someone
6874           fixes the checks (case at hand: quicktime redirection files
6875           might start with 00 00 01 XX and pass the checks here just
6876           fine, see #350399).
6877
6878 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         Patch by: Sjoerd Simons  <sjoerd at luon net>
6881
6882         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6883           Better detection for multipart/x-mixed-replace: accept leading
6884           whitespaces before the boundary marker as well (as our very own
6885           multipartmux used to produce) (#349068).
6886
6887 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         Patch by: Young-Ho Cha  <ganadist at chollian net>
6890
6891         * gst-libs/gst/riff/riff-ids.h:
6892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6893         (gst_riff_create_audio_template_caps):
6894           Detect DTS audio streams (#350157).
6895
6896 2006-08-05  Andy Wingo  <wingo@pobox.com>
6897
6898         * ext/theora/gsttheoraparse.h:
6899         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6900         (theora_parse_dispose, theora_parse_set_property)
6901         (theora_parse_get_property, theora_parse_munge_granulepos)
6902         (theora_parse_push_buffer, theora_parse_change_state):
6903         API: GstTheoraParse::synchronization-points
6904         Add a property 'synchronization-points' to fix badly synchronized oggs.
6905
6906 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * tests/check/Makefile.am:
6909         * tests/check/libs/.cvsignore:
6910         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6911         (fixed_caps_have_channel_positions), (GST_START_TEST),
6912         (audio_suite), (main):
6913           Add a few tests for the channel position stuff in libgstaudio.
6914
6915 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6918         (gst_alsa_detect_channels):
6919         * ext/alsa/gstalsasink.c:
6920           Add support for cards that (only) do more than 8 channels,
6921           like the Delta 44 (#345188).
6922
6923         * gst-libs/gst/audio/multichannel.c:
6924         (gst_audio_check_channel_positions):
6925         * gst-libs/gst/audio/multichannel.h:
6926           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6927           unspecified channel position and cannot be combined with any
6928           of the other audio channel positions; adjust position layout
6929           checks accordingly (#345188).
6930
6931 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6934           Recognise ancient RealAudio files (see #349779).
6935
6936 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         Patch by: Jens Granseuer  <jensgr at gmx net>
6939
6940         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6941           Add typefinder for Interplay's MVE format (#348973).
6942
6943 2006-08-02  Wim Taymans  <wim@fluendo.com>
6944
6945         Patch by: Marcel Moreaux <marcelm at luon dot net>
6946
6947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6948         (gst_base_rtp_depayload_add_to_queue):
6949         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6950         Handle RTP sequence number rollover.
6951         Disable jitterbuffer by default.
6952
6953 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6954
6955         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6956         (audioresample_set_caps):
6957         Don't leak references to the incoming caps. Clean them up when
6958         stopping.
6959
6960         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6961         (gst_video_scale_finalize):
6962         Don't leak our temporary pixel buffer.
6963
6964         * tests/check/Makefile.am:
6965         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6966         (GST_START_TEST), (simple_launch_lines_suite):
6967
6968         Fix leaks and re-enable the test for valgrind checking.
6969
6970 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         Patch by: Sjoerd Simons  <sjoerd at luon net>
6973
6974         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6975         (plugin_init):
6976           Add typefind function for multipart/x-mixed-replace (#348916).
6977
6978 2006-07-28  Wim Taymans  <wim@fluendo.com>
6979
6980         * gst/adder/gstadder.c: (gst_adder_setcaps),
6981         (gst_adder_query_duration):
6982         Fix leak in duration query.
6983         Reflow some docs and notes.
6984
6985 2006-07-28  Michael Smith  <msmith@fluendo.com>
6986
6987         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6988         (vorbisenc_suite):
6989           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6990           aspect of it.
6991
6992 2006-07-28  Michael Smith  <msmith@fluendo.com>
6993
6994         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6995         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6996         (gst_vorbis_enc_push_buffer),
6997         (gst_vorbis_enc_buffer_check_discontinuous),
6998         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6999         * ext/vorbis/vorbisenc.h:
7000           Handle discontinuities in the input vorbis stream correctly,
7001           so that the output is properly timestamped (and has good granulepos
7002           values). Needs some oggmux fixes too.
7003
7004 2006-07-27  Wim Taymans  <wim@fluendo.com>
7005
7006         patch by: Kai Vehmanen <kv2004 eca cx>
7007
7008         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7009         (gst_base_rtp_depayload_chain),
7010         (gst_base_rtp_depayload_handle_sink_event),
7011         (gst_base_rtp_depayload_change_state):
7012         Don't send multiple newsegments with different formats.
7013         Fixes #348677.
7014
7015 2006-07-26  Wim Taymans  <wim@fluendo.com>
7016
7017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7018         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7019         Make seeking in ogg more accurate again by doing the more correct
7020         granuletime to stream time conversion.
7021
7022 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7023
7024         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7025         (gst_multi_fd_sink_new_client):
7026           debug a little more understandably
7027           do not use goto as a substitute for break, especially if
7028           break is also being used
7029
7030 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7031
7032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7033         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7034           Remove GLib-2.6 compatibility cruft.
7035
7036 2006-07-24  Wim Taymans  <wim@fluendo.com>
7037
7038         * gst-libs/gst/audio/gstbaseaudiosink.c:
7039         (gst_base_audio_sink_render):
7040         Don't try to align a sample to an unknown value.
7041
7042 2006-07-24  Wim Taymans  <wim@fluendo.com>
7043
7044         * gst-libs/gst/audio/gstbaseaudiosink.c:
7045         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7046         When the audio clock is slaved to another clock, never try to align
7047         samples but trust the rate interpolation algorithm.
7048
7049 2006-07-24  Wim Taymans  <wim@fluendo.com>
7050
7051         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7052         Don't try to calculate silence samples, base class does this much
7053         better now.
7054
7055         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7056         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7057         (gst_ring_buffer_acquire):
7058         Calculate silence samples correctly.
7059
7060         * gst-libs/gst/audio/gstringbuffer.h:
7061         Add _CAST macro.
7062
7063 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7066           Limit search for the first markup tag to the first few kB of
7067           the file. If we don't find one there, it's highly unlikely that
7068           this is an XML(-ish) file.
7069
7070 2006-07-21  Andy Wingo  <wingo@pobox.com>
7071
7072         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7073         test to the one in vorbisenc. Also commented out.
7074
7075         * tests/check/pipelines/vorbisenc.c: 
7076         (test_discontinuity): New test, commented out until Mike lands
7077         some elite vorbisenc patches.
7078
7079         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7080         Bufferstraw was actually factored out of these tests. Now we share
7081         code yay.
7082
7083         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7084         for bufferstraw addition to gstcheck.
7085
7086 2006-07-21  Wim Taymans  <wim@fluendo.com>
7087
7088         * ext/theora/theoradec.c: (clip_buffer):
7089         Better clipping.
7090
7091 2006-07-21  Wim Taymans  <wim@fluendo.com>
7092
7093         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7094         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7095         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7096         Fix leak.
7097         Avoid type casting when we can.
7098
7099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7100         Fix mem leak.
7101
7102 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7103
7104         * ext/alsa/gstalsamixerelement.c:
7105         (gst_alsa_mixer_element_change_state):
7106           Make state change fail if the specified device can't be opened
7107           for some reason.
7108
7109 2006-07-20  Wim Taymans  <wim@fluendo.com>
7110
7111         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7112         (cb_newpad), (main):
7113         Example of a small audio/video player using decodebin.
7114
7115 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst-libs/gst/riff/riff-ids.h:
7118           Add 'fact' chunk id
7119
7120 2006-07-19  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7123         (gst_base_rtp_depayload_chain),
7124         (gst_base_rtp_depayload_change_state):
7125         Don't assert when not negotiated but post a meaningfull 
7126         error message. Fixes #347918.
7127
7128         * gst-libs/gst/rtp/gstbasertppayload.c:
7129         Add comment about better default MTU size.
7130
7131         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7132         Small cleanups, start docs.
7133
7134 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         Patch by: Martin Szulecki
7137
7138         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7139           If "device-name" is requested and the device is not
7140           open, try to temporarily open it to obtain this
7141           information (#342494).
7142
7143 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst-libs/gst/tag/gstid3tag.c:
7146           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7147
7148         * gst-libs/gst/tag/gsttageditingprivate.h:
7149         * gst-libs/gst/tag/gstvorbistag.c:
7150           Some more random const-ifications.
7151
7152 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7153
7154         * gst-libs/gst/riff/riff-ids.h:
7155         * gst-libs/gst/riff/riff-media.c:
7156         (gst_riff_create_video_template_caps):
7157           Add more FOURCCs (sort list to make stuff easier to find),
7158           add comment what those 16 bytes in struct _gst_riff_strh according to
7159           one avi-dumper are
7160
7161 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * gst-libs/gst/audio/multichannel.c:
7164         (gst_audio_check_channel_positions),
7165         (gst_audio_fixate_channel_positions):
7166           Const-ify two arrays.
7167
7168 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7171           Fix typo, so that alsasink also advertises 8 channels
7172           if that's supported (tags: can, worms, open, alsa, ph34r).
7173
7174 2006-07-17  Wim Taymans  <wim@fluendo.com>
7175
7176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7177         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7178         *sigh*, when is the compiler going to warn when the comments
7179         are out-of-sync with the code.. Refix case of busted theora
7180         headers with 0 granule pos.
7181
7182 2006-07-14  Wim Taymans  <wim@fluendo.com>
7183
7184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7185         (gst_base_rtp_depayload_wait),
7186         (gst_base_rtp_depayload_change_state),
7187         (gst_base_rtp_depayload_set_property),
7188         (gst_base_rtp_depayload_get_property):
7189         Fix 99% cpu load by waiting for absolute times on the
7190         clock. Fixes #347300.
7191
7192 2006-07-14  Andy Wingo  <wingo@pobox.com>
7193
7194         * ext/theora/gsttheoraparse.h: 
7195         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7196         (theora_parse_push_headers, theora_parse_clear_queue)
7197         (theora_parse_drain_queue_prematurely, )
7198         (theora_parse_sink_event, theora_parse_change_state): Queue events
7199         until we initialized our state, like in vorbisparse.
7200
7201         * ext/vorbis/vorbisparse.h: 
7202         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7203         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7204         (vorbis_parse_drain_queue_prematurely, )
7205         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7206         until we have initialized our state. Fixes seeking after an
7207         initial pad block.
7208
7209 2006-07-14  Andy Wingo  <wingo@pobox.com>
7210
7211         Patch by: Iain Holmes <iaingnome@gmail.com>
7212         
7213         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7214
7215 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7216
7217         * configure.ac:
7218         Bump nano back to CVS
7219
7220 === release 0.10.9 ===
7221
7222 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7223
7224         * configure.ac:
7225           releasing 0.10.9, "I walk the line"
7226
7227 2006-07-14  Michael Smith  <msmith@fluendo.com>
7228
7229         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7230           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7231           (commonly happens when running this test under valgrind) when trying
7232           to remove the buffer probe.
7233
7234 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7235
7236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7237         Fix missing g_unlock from the previous commit
7238
7239 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7240
7241         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7242         (gst_ximagesink_change_state):
7243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7244         (gst_xvimagesink_change_state):
7245         Implement a locking order to ensure we always take the object lock
7246         before the x_lock and never vice-versa.
7247
7248 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7249
7250         * gst/playback/gstdecodebin.c: (find_compatibles):
7251         Fix a caps leak when linking (#347304)
7252
7253         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7254         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7255         (gst_ximagesink_change_state):
7256         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7257         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7258         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7259         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7260         Don't leak shared memory resources. Use the object lock to protect
7261         against the xcontext disappearing while returning a buffer from the
7262         pipeline. (#347304)
7263
7264 2006-07-12  Edward Hervey  <edward@fluendo.com>
7265
7266         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7267         (vorbis_handle_comment_packet):
7268         gst_tag_list_merge() returns a new object. Take that into account when
7269         using it. This avoids memleak.
7270         Revert previous commit which is not needed.
7271
7272 2006-07-12  Edward Hervey  <edward@fluendo.com>
7273
7274         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7275         Reset the decoder in finalize so that all fields get cleared.
7276
7277 2006-07-12  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7280         (gst_base_audio_src_set_clock),
7281         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7282         Don't try to post an error message when setting the clock fails
7283         as this can happen when adding an element to a bin which will then
7284         deadlock. Fixes #347296.
7285
7286 2006-07-12  Edward Hervey  <edward@fluendo.com>
7287
7288         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7289         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7290         (vorbis_handle_type_packet):
7291         Post tag messages on the bus even if we're not initialized.
7292         If we're not initialized, we still postpone the event pushing of tags.
7293
7294 2006-07-12  Wim Taymans  <wim@fluendo.com>
7295
7296         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7297         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7298         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7299         Revert last two changes that broke the freeze.
7300
7301 2006-07-12  Wim Taymans  <wim@fluendo.com>
7302
7303         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7304         basesink calculates silence sample correctly for us.
7305
7306 2006-07-12  Wim Taymans  <wim@fluendo.com>
7307
7308         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7309         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7310         Calculate correct silence samples so we don't fill our ringbuffer
7311         with noise.
7312
7313 2006-07-12  Edward Hervey  <edward@fluendo.com>
7314
7315         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7316         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7317         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7318         * ext/vorbis/vorbisdec.h:
7319         Delay sending events (newsegment, tags) until the decoder is properly
7320         initialized.
7321         Fixes #347295
7322
7323 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7324
7325         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7326         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7327           Patch from #347221 adding a test for audioconvert
7328           channel remappings.
7329
7330 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7333         (gst_ssa_parse_parse_line):
7334           Don't include the terminating NUL in the buffer size,
7335           it's only there for extra paranoia (would add random
7336           '*' characters at the end of each subtitle since the
7337           terminator itself is not valid UTF-8 technically).
7338           Also fix indenting after boilerplate macro.
7339
7340 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/playback/gstdecodebin.c: (close_pad_link):
7343           Also emit 'unknown-type' signal (which should really be
7344           called unhandled-type) if we found potential decoders/demuxers
7345           in the registry but none of them worked in the end (as in the
7346           case where the plugins don't exist any longer but are still
7347           listed in the registry). Fixes #329798.
7348
7349 2006-07-08  Andy Wingo  <wingo@pobox.com>
7350
7351         * theoraparse.c (theora_parse_push_buffer)
7352         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7353         Add some more debugging. Fix granulepos reconstruction in the face
7354         of discontinuities.
7355
7356 2006-07-06  Wim Taymans  <wim@fluendo.com>
7357
7358         * gst-libs/gst/audio/gstbaseaudiosink.c:
7359         (gst_base_audio_sink_class_init),
7360         (gst_base_audio_sink_provide_clock):
7361         Use gobject_class instead of G_OBJECT_CLASS (klass)
7362
7363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7364         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7365         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7366         (gst_base_audio_src_get_time),
7367         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7368         (gst_base_audio_src_create_ringbuffer):
7369         Fix latency and buffer-time constants and properties ala basesink.
7370         Implement pull based scheduling. Fixes #346527.
7371         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7372         one segment.
7373         Refuse slaving to another clock instead of silently not working.
7374         Only provide a clock when we are actually able to do so.
7375         Various small cleanups and compiler hints.
7376
7377 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         Patch by: Lutz Mueller <lutz at topfrose de>
7380
7381         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7382         (plugin_init):
7383           Add typefinding for text/html (#346581).
7384
7385 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7386
7387         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7388         (xml_check_first_element), (xml_type_find), (smil_type_find):
7389           Fix SMIL typefinding, make xml_check_first_element() more
7390           useful.
7391
7392 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7395         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7396         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7397         * gst/playback/gstplaybasebin.h:
7398           Protect list of elements with a subtitle-encoding property and
7399           the subtitle encoding member itself with a lock of their own
7400           instead of using the object lock. This prevents a dead-lock in
7401           the element-remove callback in some circumstances when shutting
7402           down playbin.
7403
7404 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7405
7406         * win32/common/libgsttag.def:
7407         Export some new functions.
7408         * win32/vs6/libgstogg.dsp:
7409         Add a link to libgsttag-0.10.lib.
7410
7411 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7414           Some const-ification.
7415
7416 2006-07-04  Wim Taymans  <wim@fluendo.com>
7417
7418         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7419         Improve checking if we are dealing with a stream. Added some
7420         more uris that need buffering.
7421
7422 2006-07-03  Edward Hervey  <edward@fluendo.com>
7423
7424         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7425         Remove unused variable.
7426
7427 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7428
7429         * Makefile.am:
7430           include lcov.mak
7431         * configure.ac:
7432           add GCOV_LIBS to GST_LIBS
7433
7434 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7437
7438         * ext/alsa/gstalsasrc.c:
7439           Add 32 bps to template caps and increase channels range
7440           from [1,2] to [1,MAX]. See #346326.
7441
7442 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7443
7444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7445           Recognise 'WMVA' video codec fourcc (#345879).
7446           
7447 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7448          
7449         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7450           Fixed nasty memory leak
7451
7452 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7453
7454         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7455         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7456           fix logging
7457
7458 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7459
7460         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7461         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7462         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7463         Protect remove_fakesink using a mutex, so that we don't try and
7464         remove the fakesink simultaneously from multiple threads.
7465
7466         When going from READY to PAUSED, restore the fakesink, so that
7467         it is there when decodebin gets reused.
7468
7469 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7473         * gst-libs/gst/rtp/gstbasertppayload.c:
7474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7475         * gst/tcp/gstmultifdsink.c:
7476         * gst/tcp/gsttcpclientsink.c:
7477         * gst/tcp/gsttcpclientsrc.c:
7478         * gst/tcp/gsttcpserversink.c:
7479         * gst/tcp/gsttcpserversrc.c:
7480         * gst/videorate/gstvideorate.c:
7481         * gst/videotestsrc/gstvideotestsrc.c:
7482         * sys/v4l/gstv4ljpegsrc.c:
7483         * sys/v4l/gstv4lmjpegsink.c:
7484         * sys/v4l/gstv4lsrc.c:
7485         * tests/examples/seek/scrubby.c:
7486         * tests/examples/seek/seek.c:
7487           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7488
7489 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7492           Second field in GEnumValue shouldn't be a description,
7493           but a stringified version of the enum value.
7494
7495 2006-06-22  Wim Taymans  <wim@fluendo.com>
7496
7497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7498         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7499         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7500         Avoid type checking in buffer casts.
7501         Avoid caps copy in buffer_alloc when we can.
7502         Use pad_peer_accept.
7503
7504 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst-libs/gst/tag/tag.h:
7507           Oops, make that 'Since: 0.10.9'.
7508
7509 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * docs/libs/gst-plugins-base-libs-sections.txt:
7512         * gst-libs/gst/tag/tag.h:
7513         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7514         (gst_tag_image_type_get_type):
7515           API: add GstTagImageType enum to describe images contained
7516           in image tags (#345641).
7517
7518 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7519
7520         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7521           Fix warnings with gst-inspect: "buffers-min" property
7522           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7523           typo in property description.
7524
7525 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         Patch by: Cody Russell <bratsche at gnome org>
7528
7529         * gst/audioresample/gstaudioresample.c:
7530         (gst_audioresample_class_init):
7531         * gst/playback/gststreamselector.c:
7532         (gst_stream_selector_class_init):
7533         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7534         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7535         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7536         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7537         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7538         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7539         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7540         * gst/videotestsrc/gstvideotestsrc.c:
7541         (gst_video_test_src_class_init):
7542         * gst/volume/gstvolume.c: (gst_volume_class_init):
7543           Avoid unnecessary class cast check in class_init
7544           functions (#337747).
7545
7546 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7547
7548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7549         (gst_text_overlay_video_chain):
7550           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7551           and doesn't validate its input either (and neither did
7552           textoverlay it seems). Let's do that then and fix #345206.
7553
7554 2006-06-19  Wim Taymans  <wim@fluendo.com>
7555
7556         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7557         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7558         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7559         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7560         (find_syncframe), (find_limits), (assign_value),
7561         (count_burst_unit), (gst_multi_fd_sink_new_client),
7562         (gst_multi_fd_sink_handle_client_write),
7563         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7564         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7565         (gst_multi_fd_sink_change_state):
7566         * gst/tcp/gstmultifdsink.h:
7567         Added shiny new burst-on-connect methods.
7568         Add properties to control the minimal amount of data queued.
7569         Small cleanups.
7570         API: bytes-min property
7571         API: time-min property
7572         API: buffers-min property
7573         API: burst-unit property
7574         API: burst-value property
7575         API: add-full signal
7576
7577         * gst/tcp/gsttcp-marshal.list:
7578         Added new marshaller code for the new signal.
7579
7580         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7581         (multifdsink_suite):
7582         Added testcases for new burst methods.
7583
7584 2006-06-19  Edward Hervey  <edward@fluendo.com>
7585
7586         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7587         Implement clipping for accurate seeking.
7588         Closes #345225
7589
7590 2006-06-19  Wim Taymans  <wim@fluendo.com>
7591
7592         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7593
7594         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7595         (gst_video_scale_transform):
7596         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7597
7598 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7599
7600         * configure.ac:
7601           Fix --disable-external (can't set conditionals conditionally,
7602           #343602).
7603
7604 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7605
7606         * tests/check/elements/audioresample.c: (test_reuse),
7607         (audioresample_suite):
7608           Add test case for bug #342789 fixed below.
7609
7610 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * gst/audioresample/gstaudioresample.c:
7613         (gst_audioresample_class_init), (gst_audioresample_init),
7614         (audioresample_start), (audioresample_stop),
7615         (gst_audioresample_set_property), (gst_audioresample_get_property):
7616           Implement GstBaseTransform::start and ::stop so that audioresample
7617           can clear its internal state properly and be reused instead of
7618           causing non-negotiated errors with playbin under some circumstances
7619           (#342789).
7620
7621         * tests/check/elements/audioresample.c: (setup_audioresample),
7622         (cleanup_audioresample):
7623           Need to set element state here so that ::start and ::stop are
7624           called.
7625
7626 2006-06-16  Wim Taymans  <wim@fluendo.com>
7627
7628         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7629
7630         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7631         Parse extra data better, apparently it's right behind
7632         the normal strf header size. Fixes #343500.
7633
7634 2006-06-16  Wim Taymans  <wim@fluendo.com>
7635
7636         * ext/alsa/gstalsasink.c: (set_hwparams):
7637         If we fail to set the buffer_time and period_time alsa
7638         parameters, post a warning and leave alsa select a 
7639         default instead of failing. Fixes #342085
7640
7641 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * docs/libs/gst-plugins-base-libs-sections.txt:
7644         * gst-libs/gst/cdda/gstcddabasesrc.h:
7645           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7646           out in the header file and shouldn't be listed in the docs.
7647
7648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7649           Must dereference pointer to fourcc in the debug statement.
7650
7651 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7652
7653         * docs/libs/Makefile.am:
7654         * docs/libs/gst-plugins-base-libs-docs.sgml:
7655         * docs/libs/gst-plugins-base-libs-sections.txt:
7656         * docs/libs/gst-plugins-base-libs.types:
7657         add remaining symbols into correct setions
7658         
7659         * gst-libs/gst/audio/gstringbuffer.c:
7660         fix incomplete docs
7661         
7662         * gst-libs/gst/audio/gstringbuffer.h:
7663         comment out not yet implemented function
7664         
7665         
7666         * gst-libs/gst/floatcast/floatcast.h:
7667         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7668         add short descriptions
7669         
7670         
7671         * gst-libs/gst/interfaces/propertyprobe.c:
7672         fix return value docs   
7673         
7674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7675         simplify debug logging
7676         
7677         * gst-libs/gst/riff/riff-read.h:
7678         sync function prototype and docs
7679         
7680         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7681         remove left over symbol
7682
7683 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7684
7685         * autogen.sh:
7686         * configure.ac:
7687         * docs/Makefile.am:
7688           Use GST_PLUGIN_DOCS macro in configure.ac, add
7689           --enable-plugin-docs default to autogen.sh and use
7690           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7691
7692 2006-06-15  Wim Taymans  <wim@fluendo.com>
7693
7694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7695         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7696         (gst_ogg_demux_loop):
7697         Combine GstFlowReturn from the source pads to give a
7698         meaningfull result to the upstream peer or to stop the
7699         processing task in case of errors.
7700
7701 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * gst/playback/gststreaminfo.c: (cb_probe):
7704           Try GST_TAG_CODEC as fallback when extracting the
7705           codec name; more debug info.
7706
7707 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * ext/ogg/Makefile.am:
7710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7711           Extract language tags from ogm subtitle streams, so that
7712           the subtitle menu choices are labelled correctly in
7713           Totem (fixes #344708).
7714
7715 2006-06-14  Wim Taymans  <wim@fluendo.com>
7716
7717         Patch by: Alessandro Decina <alessandro at nnva dot org>
7718
7719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7720         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7721         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7722         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7723         Fix various leaks. Fixes #343699.
7724         Add x-smoke mime type.
7725
7726 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * gst-libs/gst/riff/riff-ids.h:
7729           Add IDs for 'bext' chunks (see #343837).
7730
7731 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         Patch by: Young-Ho Cha  <ganadist at chollian net>
7734
7735         * gst/subparse/samiparse.c: (sami_context_pop_state),
7736         (handle_start_font), (end_sami_element):
7737           Honour font face tags in SAMI subtitles (#344503).
7738
7739 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7740
7741         * po/POTFILES.in:
7742           add missing files containing translatable strings
7743
7744 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7745
7746         * docs/libs/tmpl/.cvsignore:
7747           we don't want those *.sgml files in CVS either
7748
7749 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7750
7751         * docs/libs/.cvsignore:
7752         * tests/check/elements/.cvsignore:
7753         * tests/check/libs/.cvsignore:
7754           ignore more
7755
7756 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7757
7758         * docs/libs/Makefile.am:
7759           also commiting the changed Makefile.am (added more libs to the
7760           doc-build)
7761
7762 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7763
7764         * docs/libs/gst-plugins-base-libs-docs.sgml:
7765         * docs/libs/gst-plugins-base-libs-sections.txt:
7766         * docs/libs/gst-plugins-base-libs.types:
7767           first batch of reordering things, add index & hierarchy
7768
7769 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7770
7771         * configure.ac:
7772           use GST_PKG_CHECK_MODULES, cleans up output
7773
7774 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7775
7776         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7777           Add support for burn:// URIs (#343385); const-ify things a bit,
7778           use G_N_ELEMENTS instead of hard-coded array size.
7779
7780 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         Patch by: Young-Ho Cha  <ganadist at chollian net>
7783
7784         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7785           Fix up broken entities before passing them to libxml *sigh*.
7786           (#343303).
7787           
7788 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7789
7790         * configure.ac:
7791           back to TRUNK
7792
7793 === release 0.10.8 ===
7794
7795 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7796
7797         * configure.ac:
7798           releasing 0.10.8, "Moar gij ziet mij nie"
7799
7800 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7801
7802         * configure.ac:
7803         * po/af.po:
7804         * po/az.po:
7805         * po/cs.po:
7806         * po/en_GB.po:
7807         * po/hu.po:
7808         * po/it.po:
7809         * po/nb.po:
7810         * po/nl.po:
7811         * po/or.po:
7812         * po/sq.po:
7813         * po/sr.po:
7814         * po/sv.po:
7815         * po/uk.po:
7816         * po/vi.po:
7817         * win32/common/config.h:
7818           0.10.7.2 prerelease
7819
7820 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7821
7822         * docs/libs/tmpl/gstaudio.sgml:
7823         * docs/libs/tmpl/gstcolorbalance.sgml:
7824         * docs/libs/tmpl/gstmixer.sgml:
7825         * docs/libs/tmpl/gstringbuffer.sgml:
7826         * docs/libs/tmpl/gsttuner.sgml:
7827         * docs/libs/tmpl/gstxoverlay.sgml:
7828         * gst-libs/gst/audio/audio.c:
7829         * gst-libs/gst/audio/gstringbuffer.c:
7830         * gst-libs/gst/interfaces/colorbalance.c:
7831         * gst-libs/gst/interfaces/mixer.c:
7832         * gst-libs/gst/interfaces/tuner.c:
7833         * gst-libs/gst/interfaces/xoverlay.c:
7834           move last template doc snippets to source code and delete them
7835
7836 2006-06-06  Michael Smith  <msmith@fluendo.com>
7837
7838         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7839         (theora_parse_drain_queue):
7840           Mark DELTA_UNIT on non-keyframes.
7841
7842 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7843
7844         * gst-libs/gst/audio/gstbaseaudiosink.c:
7845         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7846         * gst-libs/gst/audio/gstbaseaudiosink.h:
7847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7848         (gst_ring_buffer_samples_done):
7849         * gst-libs/gst/audio/gstringbuffer.h:
7850         Document better the fact that latency_time and buffer_time are values
7851         stored in microseconds, and not the usual GStreamer nanoseconds.
7852         Change the variables (compatibly) that store them from GstClockTime 
7853         to guint64 to make it more clear that they're not storing clock times.
7854         Also, remove the bogus property description that says the user can
7855         specify -1 to get the default value, since that's never been the case.
7856
7857         When computing the default segment size for the ring buffer, make it
7858         an integer number of samples.
7859
7860         When the sub-class indicates a delay greater than the number of
7861         samples we've written return 0 from the audio sink get_time method.
7862
7863 2006-06-02  Michael Smith  <msmith@fluendo.com>
7864
7865         * tests/check/elements/audioconvert.c: (set_channel_positions),
7866         (get_float_mc_caps), (get_int_mc_caps):
7867         * tests/check/elements/audioresample.c:
7868         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7869         * tests/check/elements/videorate.c:
7870         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7871         * tests/check/elements/volume.c:
7872         * tests/check/elements/vorbisdec.c:
7873         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7874           Don't busy-wait in tests; this was causing test timeouts very
7875           frequently when running under valgrind.
7876
7877 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7878
7879         * gst/tcp/README:
7880         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7881         (gst_multi_fd_sink_remove_client_link),
7882         (gst_multi_fd_sink_client_queue_caps),
7883         (gst_multi_fd_sink_client_queue_buffer),
7884         (gst_multi_fd_sink_handle_client_write),
7885         (gst_multi_fd_sink_render):
7886         * gst/tcp/gstmultifdsink.h:
7887           make multifdsink properly deal with streamheader:
7888           - streamheader is taken from caps
7889           - buffers marked with IN_CAPS are not sent
7890           - streamheaders are sent, on connection, from the caps of the
7891             buffer where the client gets positioned to
7892           - further streamheader changes are done every time the client
7893             will receive a buffer with different caps
7894         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7895         (gst_multifdsink_create_streamheader):
7896           add tests for this
7897
7898 2006-06-02  Michael Smith  <msmith@fluendo.com>
7899
7900         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7901           Reinstate limit on channel count. Vorbis does not define the meaning
7902           of > 6 channels, so they're just independent channels. Gstreamer
7903           currently has no mechanism to represent N independent channels.
7904
7905 2006-06-02  Michael Smith  <msmith@fluendo.com>
7906
7907         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7908           Don't arbitrarily restrict channel counts and rate in vorbis.
7909           In terms of effects likely on real-world files, this fixes 96kHz
7910           playback of vorbis.
7911
7912 2006-06-02  Michael Smith  <msmith@fluendo.com>
7913
7914         * gst/audioconvert/audioconvert.c: (float):
7915           More correct float->int conversion.
7916
7917 2006-06-02  Michael Smith  <msmith@fluendo.com>
7918
7919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7920           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7921           value. Fixes g-critical on trying to play back ogg containing
7922           unknown codec.
7923
7924 2006-06-02  Wim Taymans  <wim@fluendo.com>
7925
7926         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7927         (setup_source):
7928         * gst/playback/gstplaybasebin.h:
7929         Make the subtitle detection work from any thread so we don't
7930         deadlock. Fixes #343397.
7931
7932 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7933
7934         * gst/volume/Makefile.am:
7935           Seriously, it's not *that* hard to get compilation right.  Even
7936           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7937
7938 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7939
7940         * gst/volume/gstvolume.c: (volume_choose_func),
7941         (volume_update_real_volume), (gst_volume_class_init),
7942         (gst_volume_init), (volume_process_float), (volume_process_int16),
7943         (volume_process_int16_clamp), (volume_set_caps),
7944         (volume_transform_ip), (plugin_init):
7945         * gst/volume/gstvolume.h:
7946         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7947         another property desc., remove unused param from process function
7948         
7949         * tests/check/elements/volume.c: (volume_suite):
7950         reactivate the passthrough test
7951
7952 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7953
7954         * ext/alsa/gstalsamixerelement.h:
7955         * ext/alsa/gstalsamixeroptions.h:
7956         * ext/alsa/gstalsamixertrack.h:
7957         * ext/gnomevfs/gstgnomevfssink.h:
7958         * ext/gnomevfs/gstgnomevfssrc.h:
7959         * ext/theora/gsttheoradec.h:
7960         * ext/theora/gsttheoraenc.h:
7961         * ext/theora/gsttheoraparse.h:
7962         * ext/vorbis/vorbisparse.h:
7963         * gst-libs/gst/audio/gstaudioclock.h:
7964         * gst-libs/gst/audio/gstaudiofilter.h:
7965         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7966         * gst/audioconvert/gstaudioconvert.h:
7967         * gst/audioresample/gstaudioresample.h:
7968         * gst/audiotestsrc/gstaudiotestsrc.h:
7969         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7970         * gst/playback/gststreamselector.h:
7971         * gst/tcp/gstmultifdsink.h:
7972         * gst/tcp/gsttcpclientsink.h:
7973         * gst/tcp/gsttcpclientsrc.h:
7974         * gst/tcp/gsttcpserversink.h:
7975         * gst/tcp/gsttcpserversrc.h:
7976         * gst/videorate/gstvideorate.h:
7977         * gst/videoscale/gstvideoscale.h:
7978         * gst/videotestsrc/gstvideotestsrc.h:
7979         * gst/volume/gstvolume.h:
7980         * sys/v4l/gstv4ljpegsrc.h:
7981         * sys/v4l/gstv4lmjpegsink.h:
7982         * sys/v4l/gstv4lmjpegsrc.h:
7983         * sys/v4l/gstv4lsrc.h:
7984         * sys/ximage/ximagesink.h:
7985         * sys/xvimage/xvimagesink.h:
7986         * tests/old/testsuite/alsa/sinesrc.h:
7987         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7988
7989 2006-05-31  Wim Taymans  <wim@fluendo.com>
7990
7991         * ext/libvisual/visual.c: (gst_visual_reset),
7992         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7993         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7994         Handle DISCONT.
7995         Use running time before doing QoS.
7996         Handle mono too.
7997
7998 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7999
8000         * docs/libs/Makefile.am:
8001           set a magic variable to indicate we know the docs are incomplete
8002
8003 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8004
8005         * win32/common/libgstvideo.def:
8006           export gst_video_calculate_display_ratio
8007         * win32/vs6/libgstvideoscale.dsp:
8008           add link to libgstvideo-0.10.lib
8009
8010 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8011
8012         * gst/playback/gstplaybasebin.c: (gen_source_element):
8013           Throw a more comprehensible error for rtsp:// URIs (rather
8014           than erroring out with a negotiation error later on) until
8015           we fix playbin to handle rtspsrc etc.
8016
8017 2006-05-30  Wim Taymans  <wim@fluendo.com>
8018
8019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8020         (gst_text_overlay_text_event):
8021         Added some FIXMEs.
8022
8023 2006-05-30  Wim Taymans  <wim@fluendo.com>
8024
8025         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8026         (gst_adder_request_new_pad), (gst_adder_release_pad):
8027         * gst/adder/gstadder.h:
8028         Implement release_request_pad.
8029         Make padcounter atomic.
8030
8031         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8032         Added check for release_pad in adder.
8033
8034 2006-05-30  Wim Taymans  <wim@fluendo.com>
8035
8036         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8037         Fix build again.
8038
8039 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8040
8041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8042         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8043         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8044         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8045         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8046         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8047         (gst_ogg_demux_bisect_forward_serialno),
8048         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8049         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8050           add more debugging
8051           clean up printf formats for granulepos and serialno
8052
8053 2006-05-30  Michael Smith  <msmith@fluendo.com>
8054
8055         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8056         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8057         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8058         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8059         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8060         * ext/vorbis/vorbisenc.h:
8061           Multi-channel caps negotiation, so we can do proper multichannel
8062           vorbis encoding, negotiated through audioconvert.
8063
8064 2006-05-30  Wim Taymans  <wim@fluendo.com>
8065
8066         * tests/check/elements/adder.c: (test_event_message_received),
8067         (test_play_twice_message_received), (GST_START_TEST),
8068         (adder_suite):
8069         Added check to show that #339935 is fixed with ongoing
8070         adder and collectpads fixes.
8071
8072 2006-05-29  Wim Taymans  <wim@fluendo.com>
8073
8074         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8075         Don't leak pad name.
8076
8077 2006-05-29  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst/adder/gstadder.c: (gst_adder_query_duration),
8080         (forward_event_func), (forward_event), (gst_adder_src_event):
8081         Fix adder seeking.
8082         Make query/seeking code threadsafe.
8083
8084         * tests/check/Makefile.am:
8085         * tests/check/elements/adder.c: (test_event_message_received),
8086         (GST_START_TEST), (test_play_twice_message_received):
8087         Fix adder test case.
8088
8089 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         Patch by: Young-Ho Cha  <ganadist at chollian net>
8092
8093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8094         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8095         (set_encoding_element), (decodebin_element_added_cb),
8096         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8097         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8098         * gst/playback/gstplaybasebin.h:
8099           Add 'subtitle-encoding' property to playbin, so applications can
8100           force a subtitle encoding for non-UTF8 subtitles (#342268).
8101
8102         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8103         (gst_sub_parse_set_property):
8104           Rename recently-added 'encoding' property to 'subtitle-encoding'
8105           (so it can be proxied by playbin/decodebin in a generic way
8106           with less danger of false positives).
8107
8108 2006-05-29  Michael Smith  <msmith@fluendo.com>
8109
8110         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8111         (append_with_other_format), (set_structure_widths),
8112         (gst_audio_convert_transform_caps):
8113           Patch from #341562: give more specific audio caps in get_caps, so
8114           that basetransform  can make better decisions on what caps to
8115           negotiate.
8116
8117 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8118
8119         * tests/check/elements/volume.c:
8120         make it compile again
8121
8122 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * tests/check/elements/volume.c: (volume_suite):
8125         disable test until #343196 gets resolved
8126
8127 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8128
8129         * gst/adder/gstadder.c: (gst_adder_get_type):
8130         Make it easier to copy&paste
8131         
8132         * gst/volume/Makefile.am:
8133         * gst/volume/gstvolume.c: (volume_update_real_volume),
8134         (gst_volume_set_volume), (gst_volume_set_mute),
8135         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8136         (volume_transform_ip), (volume_update_mute),
8137         (volume_update_volume):
8138         * gst/volume/gstvolume.h:
8139         Add own debug category, move duplicate code to helper function, fix
8140         property texts, add more comments and prepare ffor liboil-goodness
8141         
8142         * tests/check/Makefile.am:
8143         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8144         add test for mute and passtrough case, be a bit more verbose to track
8145         failure
8146         
8147         * tests/check/generic/states.c: (GST_START_TEST):
8148         catch elements that fail to instantiate
8149
8150 2006-05-28  Edward Hervey  <edward@fluendo.com>
8151
8152         * tests/check/pipelines/simple-launch-lines.c:
8153         * tests/check/pipelines/theoraenc.c:
8154         * tests/check/pipelines/vorbisenc.c:
8155         Comment out tests using parse_launch() if core was built without
8156         parsing capabilities.
8157
8158 2006-05-27  Edward Hervey  <edward@fluendo.com>
8159
8160         * tests/check/Makefile.am:
8161         Extra bonus points for whoever explains to ensonic that you are meant
8162         to test unit tests thoroughly before commiting them, especially if
8163         you know it's going to break.
8164         De-activated element/adder tests.
8165
8166 2006-05-27  Edward Hervey  <edward@fluendo.com>
8167
8168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8169         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8170         Marking caps conversion issues as GST_WARNING is way too verbose,
8171         Moving them to GST_LOG.
8172
8173 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * README:
8176           Replace current README (containing the release notes from
8177           some 0.9.x version) with a proper README taken from the core.
8178
8179 2006-05-26  Wim Taymans  <wim@fluendo.com>
8180
8181         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8182         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8183         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8184         (vorbis_dec_change_state):
8185         Small cleanups.
8186         Add some FIXMEs
8187         Clip output samples to segment boundaries.
8188
8189 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8190
8191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8192         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8193         Improve the errors produced on bad output, including some human
8194         readable description strings.
8195         Handle the (theoretical for ximagesink) case where the XServer 
8196         has a different idea about the size required for a particular 
8197         frame and gives us too small a memory allocation.
8198
8199 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8200
8201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8202         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8203         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8204         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8205         Improve the errors produced on bad output, including some human 
8206         readable description strings.
8207         Handle RGB Xv formats properly by transforming them into our 
8208         big-endian caps description.
8209         Use gst_caps_truncate to ensure that we never try and choose a
8210         non-fixed caps in buffer_alloc.
8211         Handle the case where the XServer has a different idea about the size
8212         required for a particular frame and gives us too small a memory
8213         allocation.
8214         Use -1 to indicate 'no image format', because 0 is a valid XServer
8215         image format number.
8216         Put RGB Xv formats at the end of the caps, so that we always prefer
8217         YUV format frames.
8218         Iterate the available Xv Encodings to determine the maximum width and
8219         height, and then return that in our caps.
8220         (Closes #315312, #337544)
8221
8222 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8223
8224         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8225         When there is only one unfinished pad and it receives an event that
8226         doesn't match our requirements, we need to set alldone=FALSE so that
8227         the fakesink is not removed yet.
8228
8229 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8232           Use gst_type_find_helper_for_buffer() to find the type
8233           of stream from the first packet.
8234
8235         * configure.ac:
8236           Bump requirements to core CVS (needed for vorbis
8237           typefinding to work).
8238
8239 2006-05-24  Edward Hervey  <edward@fluendo.com>
8240
8241         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8242         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8243         contain.  Else they play perfectly fine with qtdemux.
8244
8245 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8246
8247         * ext/theora/theoradec.c:
8248         * ext/theora/theoraenc.c:
8249         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8250         * gst/audiorate/gstaudiorate.c:
8251           make more debug catagories static
8252         
8253         * tests/check/Makefile.am:
8254         * tests/check/elements/adder.c: (message_received),
8255         (test_event_message_received), (GST_START_TEST),
8256         (test_play_twice_message_received), (adder_suite):
8257           added test case for using element twice, extra bonus points for anyone
8258           who can make these test run reliably
8259
8260 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * ext/theora/theoradec.c: (theora_dec_chain):
8263           Make work with time-stamped input buffers that do not
8264           have a granulepos in BUFFER_OFFSET_END (like theora
8265           buffers coming from matroskademux). Fixes #342448.
8266
8267 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8268
8269         Patch by: Peter Kjellerstedt  <pkj at axis com>
8270
8271         * gst/tcp/Makefile.am:
8272           fdstresstest doesn't need Gtk+, fix compilation if 
8273           gtk is not available (#342566).
8274
8275 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8276          
8277         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8278           80 line columns
8279           Removed redundant floor()
8280
8281 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8282
8283         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8284           On second thought, just skip JUNK chunks automatically, so
8285           the caller doesn't have to handle this. Fixes #342345.
8286           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8287           not GST_FLOW_ERROR.
8288
8289 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8290
8291         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8292           Don't bail out on JUNK chunks with a size of 0 (would try to
8293           pull_range 0 bytes before, which sources don't like too much).
8294           See #342345.
8295
8296 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8297
8298         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8300         Use the gstutil scaling function to preserve 64 bits while calculating
8301         output width and height from the display-aspect-ratio. (A continuation
8302         of #341542)
8303
8304 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8305
8306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8307         (gst_xvimagesink_buffer_alloc):
8308         * sys/xvimage/xvimagesink.h:
8309         When performing buffer allocations, remember the caps and image format
8310         we return so that if the same caps are asked for next time we can
8311         return them immediately without doing any caps intersections.
8312
8313 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8314          
8315         * gst-libs/gst/rtp/README:
8316           Some new documentation
8317         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8318           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8319         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8320         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8321           New RTP audio base payloader class. Supports frame or sample based
8322           codecs.  Not enabled in Makefile.am until approved.
8323
8324 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8325
8326         * tests/check/elements/alsa.c: (test_device_property_probe):
8327           Fix test case: don't try to free NULL GValueArray when there
8328           are no devices.
8329
8330 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * tests/check/Makefile.am:
8333         * tests/check/elements/alsa.c: (test_device_property_probe),
8334         (alsa_suite), (main):
8335           Add simple test that runs a device property probe on alsasrc,
8336           alsasink and alsamixer. Disable valgrind check for now (too
8337           many leaks in libasound, and valgrind ignored my suppressions
8338           additions).
8339
8340 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8343         (gst_alsa_device_property_probe_probe_property),
8344         (gst_alsa_device_property_probe_needs_probe),
8345         (gst_alsa_device_property_probe_get_values),
8346         (gst_alsa_type_add_device_property_probe_interface):
8347         * ext/alsa/gstalsadeviceprobe.h:
8348         * ext/alsa/gstalsamixerelement.c:
8349         (gst_alsa_mixer_element_init_interfaces):
8350         * ext/alsa/gstalsamixerelement.h:
8351           Clean up and simplify alsa device probing. Make it actually work
8352           for multiple classes. Don't cache results any longer.
8353
8354         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8355         (gst_alsasink_init):
8356         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8357         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8358         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8359           Make alsasink and alsasrc implement the GstPropertyProbe interface
8360           for device probing (#342181).
8361           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8362
8363 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * gst/subparse/samiparse.c: (handle_start_font):
8366           Don't ignore return value of strtol (++compiler_happiness).
8367
8368 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         Patch by: Young-Ho Cha  <ganadist chollian net>
8371
8372         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8373         (gst_sub_parse_class_init), (gst_sub_parse_init),
8374         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8375         (convert_encoding):
8376         * gst/subparse/gstsubparse.h:
8377           Add 'encoding' property (#341681).
8378
8379         * gst/subparse/samiparse.c: (characters_sami):
8380           Output is pango markup, so we need to escape text
8381           between tags (#342143).
8382
8383 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * gst-libs/gst/audio/multichannel.c:
8386         (gst_audio_check_channel_positions):
8387           It's okay to have caps with channels=1 and a channel position
8388           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8389           (deinterleavers might want to keep the position in the caps,
8390           so that they can be re-interleaved again properly later).
8391           Leave check for unexpected 2-channel layouts intact for now.
8392
8393 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8394
8395         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8396         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8397         basesrc can do its job correctly.
8398
8399 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * ext/alsa/Makefile.am:
8402         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8403         (gst_alsa_detect_formats), (get_channel_free_structure),
8404         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8405         (gst_alsa_probe_supported_formats):
8406         * ext/alsa/gstalsa.h:
8407         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8408           Refactor and improve caps probing code: probe signedness
8409           when we probe the supported formats/widths; set endianness
8410           to the one we actually probed for (ie. cpu endianness).
8411           
8412         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8413         (gst_alsasrc_close):
8414         * ext/alsa/gstalsasrc.h:
8415           Implement caps probing for alsasrc.
8416
8417 2006-05-15  Wim Taymans  <wim@fluendo.com>
8418
8419         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8420         (theora_dec_src_query), (theora_dec_src_event),
8421         (theora_dec_sink_event), (theora_handle_comment_packet),
8422         (theora_handle_data_packet), (theora_dec_change_state):
8423         Cleanups, add some G_LIKELY.
8424         Use segment helpers instead of our own wrong code.
8425         Clear queued buffers on seek and READY.
8426
8427         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8428         (vorbis_dec_convert), (vorbis_dec_src_query),
8429         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8430         (vorbis_handle_comment_packet), (vorbis_dec_push),
8431         (vorbis_handle_data_packet), (vorbis_dec_chain),
8432         (vorbis_dec_change_state):
8433         * ext/vorbis/vorbisdec.h:
8434         Remove old useless packetno variable.
8435         Do position query properly.
8436         Add some G_LIKELY.
8437         Do cleanup of queued buffers in new helper function
8438         and use it.
8439
8440 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8441
8442         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8443           Query supported sample rates. Fixes #341732.
8444
8445 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8446
8447         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8448         (gst_decode_bin_change_state): Make decodebin reusable
8449         when going from PAUSE_TO_READY and then back to PAUSED.
8450         Fixes #331678.
8451
8452 2006-05-15  Wim Taymans  <wim@fluendo.com>
8453
8454         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8455         (vorbis_dec_convert), (vorbis_dec_src_query),
8456         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8457         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8458         (vorbis_dec_clean_queued), (vorbis_dec_push),
8459         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8460         Cleanups. Use refcounting and DEBUG_OBJECT.
8461         Reset segment on flush, use code methods instead of our
8462         own wrong version.
8463         Fix potential memleak.
8464
8465 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8466
8467         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8468         (gst_alsasink_init):
8469         * ext/alsa/gstalsasink.h:
8470           Don't leak allocated snd_output_t structure if there's
8471           more than one alsasink instance at a time (#341873).
8472           Also fix GObject macros in header file.
8473           
8474 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * gst/subparse/gstsubparse.c:
8477         (gst_sub_parse_data_format_autodetect):
8478           Don't use libxml functions in the typefinding code.
8479
8480 2006-05-15  Wim Taymans  <wim@fluendo.com>
8481
8482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8483         Fix seeking performance in the case where a non-header 
8484         packet has a 0 granulepos (busted theora case). 
8485         Fixes #341719
8486         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8487          the first place, you limelight stealer you)
8488
8489 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * gst/subparse/gstsubparse.c:
8492         (gst_sub_parse_data_format_autodetect):
8493           Improve SAMI typefinding: handle case where there are
8494           whitespaces or newlines in front of the first <SAMI>
8495           tag (#169936).
8496
8497 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * configure.ac:
8500           Build video4linux plugin even if there's no XVIDEO, just
8501           without implementing the GstXOverlay interface (#334002).
8502          
8503 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8504
8505         * configure.ac:
8506         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8507         (plugin_init):
8508           Add tentative support for libvisual-0.4 (#336881).
8509
8510 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         Patch by: Young-Ho Cha <ganadist at chollian net>
8513
8514         * gst/subparse/samiparse.c: (handle_start_font):
8515           Need to map "silver" colour explicitly (#169936).
8516
8517 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         Patch by: Young-Ho Cha  <ganadist at chollian net>
8520
8521         * gst/subparse/Makefile.am:
8522         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8523         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8524         (gst_sub_parse_format_autodetect), (feed_textbuf),
8525         (gst_subparse_type_find), (plugin_init):
8526         * gst/subparse/gstsubparse.h:
8527         * gst/subparse/samiparse.c:
8528         * gst/subparse/samiparse.h:
8529           Add support for SAMI subtitles (#169936).
8530
8531 2006-05-14  Michael Smith  <msmith@fluendo.com>
8532
8533         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8534           Fix #341696: crash when mixing L+R+C to mono or stereo.
8535         * tests/check/Makefile.am:
8536         * tests/check/elements/audioconvert.c: (set_channel_positions),
8537         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8538         (audioconvert_suite):
8539           Add test for the above, including some generic framework bits for
8540           testing multichannel things.
8541
8542 === release 0.10.7 ===
8543
8544 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8545
8546         * configure.ac:
8547           releasing 0.10.7, "Leave the gun"
8548
8549 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8550
8551         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8553         Fix the build.
8554
8555 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8556
8557         * docs/libs/gst-plugins-base-libs-docs.sgml:
8558         * docs/libs/gst-plugins-base-libs-sections.txt:
8559         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8560         * gst-libs/gst/video/video.h:
8561         * gst/videoscale/Makefile.am:
8562         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8564         * tests/check/Makefile.am:
8565         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8566         (main):
8567           Fix integer overflow problem with pixel-aspect-ratio calculations
8568           in videoscale and xvimagesink (#341542)
8569
8570 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * gst-libs/gst/tag/gstid3tag.c:
8573           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8574
8575 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8576
8577         * win32/MANIFEST:
8578           update win32 files listing
8579
8580 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8581
8582         patch by: Sjoerd Simons (sjoerd@luon.net)
8583
8584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8585         (group_create), (group_destroy), (add_stream),
8586         (gst_play_base_bin_get_property),
8587         (gst_play_base_bin_get_streaminfo_value_array):
8588         * gst/playback/gstplaybasebin.h:
8589           API: GstPlayBaseBin::stream-info-value-array property
8590           use a more bindings-friendly way of exposing streaminfo
8591           using a GValueArray.  Tested in ipython.
8592           Closes #341114
8593
8594 2006-05-11  Wim Taymans  <wim@fluendo.com>
8595
8596         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8597         (queue_underrun_cb), (queue_filled_cb):
8598         Also catch queue underruns but don't do anything yet.
8599         Refactor and comment queue enlarging code a bit.
8600
8601         * gst/playback/gstplaybasebin.c: (queue_overrun),
8602         (queue_threshold_reached), (queue_out_of_data),
8603         (gen_preroll_element):
8604         If a queue over/underruns check that we don't create nasty
8605         deadlocks when the min-threshold is not reached but the
8606         max-bytes is. In those cases disable max-bytes when we
8607         know that the queue is fed timed data.
8608         Add more comments.
8609
8610 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         * gst/playback/gstplaybin.c: (gen_audio_element):
8613           Make playbin automatically plug an 'audioresample'
8614           element before the audio sink as well. This solves
8615           problems with sinks that only accept a very specific
8616           sample rate, like esdsink (e.g. #340379).
8617
8618 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * gst/playback/gstplaybasebin.c: (gen_source_element):
8621           Make http sources send special headers so that we receive
8622           icecast metadata if the http stream is an icecast stream
8623           (otherwise the server will just ignore them). This also
8624           means that from now on users will need the 'icydemux'
8625           element from gst-plugins-good installed if they want to
8626           listen to icecast radio streams. (#341432, #333657).
8627
8628 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8629
8630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8631         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8632           remove stupid example from docs - it should come with a simple
8633           C program instead.
8634           Clean up/fix docs
8635         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8636         (fail_if_can_read), (GST_START_TEST),
8637         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8638           add a test for changing streamheader which exposes a bug in
8639           multifdsink
8640
8641 2006-05-11  Michael Smith  <msmith@fluendo.com>
8642
8643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8644         (gst_gnome_vfs_src_received_headers_callback):
8645         * ext/gnomevfs/gstgnomevfssrc.h:
8646           Don't set icy-caps unless we have a sane interval value. Move
8647           interval to a local variable; we never use it outside this function.
8648
8649 2006-05-11  Wim Taymans  <wim@fluendo.com>
8650
8651         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8653         Register special buffer types along with the objects so
8654         that they are not registered at runtime from N different
8655         streaming threads since they are not threadsafe.
8656
8657 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8658
8659         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8660         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8661           add two more tests, one doing streamheader
8662
8663 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8664
8665         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8666           clean up the bufqueue when shutting down
8667         * tests/check/Makefile.am:
8668         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8669         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8670         (main):
8671           add a test for the leak that was just fixed
8672
8673 2006-05-10  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst/adder/gstadder.c: (gst_adder_setcaps),
8676         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8677         (gst_adder_src_event), (gst_adder_sink_event),
8678         (gst_adder_class_init), (gst_adder_finalize),
8679         (gst_adder_request_new_pad), (gst_adder_collected):
8680         * gst/adder/gstadder.h:
8681         Updated some docs. Added comments and FIXMEs all over the place.
8682         Improve debugging info.
8683         Fix leak on finalize by not calling the parent.
8684         Implement duration query.
8685         Make event forwarding threadsafe.
8686         Correctly send NEWSEGMENT at start and after flush.
8687         Handle EOS correctly.
8688         Post error when not negotiated.
8689
8690         * tests/check/elements/adder.c: (GST_START_TEST):
8691         Added FIXME in the test.
8692
8693 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8696         (gst_text_overlay_halign_get_type),
8697         (gst_text_overlay_wrap_mode_get_type):
8698         * ext/theora/theoradec.c: (theora_handle_type_packet),
8699         (theora_handle_data_packet):
8700         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8701         (theora_enc_sink_setcaps), (theora_enc_chain):
8702         * gst-libs/gst/cdda/gstcddabasesrc.c:
8703         (gst_cdda_base_src_mode_get_type):
8704         * gst/audiotestsrc/gstaudiotestsrc.c:
8705         (gst_audiostestsrc_wave_get_type):
8706         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8707         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8708         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8709         (gst_sync_method_get_type), (gst_unit_type_get_type),
8710         (gst_client_status_get_type):
8711         * gst/videoscale/gstvideoscale.c:
8712         (gst_video_scale_method_get_type):
8713         * gst/videotestsrc/gstvideotestsrc.c:
8714         (gst_video_test_src_pattern_get_type):
8715         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8716         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8717         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8718         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8719         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8720         (paint_setup_RGB565), (paint_setup_xRGB1555):
8721           Const-ify GEnumValue and GFlagsValue arrays. Use
8722           GST_ROUND_UP_* macros instead of home-made ones.
8723
8724 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * configure.ac:
8727           Require core CVS for the new newsegment stuff.
8728
8729 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8730
8731         Patch by: Sjoerd Simons  <sjoerd at luon net>
8732
8733         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8734           Register nick for enum value (#341160).
8735
8736 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8737
8738         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8739         (plugin_init):
8740          backout typefind patch #340375
8741          
8742         * tests/check/elements/adder.c: (message_received),
8743         (GST_START_TEST), (adder_suite):
8744           redo, signal-handling of test
8745
8746 2006-05-09  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8749         (gst_adder_collected):
8750         * gst/adder/gstadder.h:
8751         Remove bogus segment merging and forwarding, we don't
8752         care about timestamps anyway and we just produce a
8753         continuous stream. 
8754         Also create a nice NEWSEGMENT event when we start.
8755         Use _scale_int some more.
8756
8757 2006-05-09  Edward Hervey  <edward@fluendo.com>
8758
8759         * tests/icles/stress-xoverlay.c:
8760         Fix if core was built without parsing support.
8761
8762 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8763
8764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8765           Add SEDG (Samsung MPEG-4) fourcc.
8766
8767 2006-05-09  Edward Hervey  <edward@fluendo.com>
8768
8769         * tests/icles/stress-xoverlay.c:
8770         * tests/examples/volume/volume.c:
8771         Fix if core was built without parsing support.
8772
8773         * tests/examples/seek/seek.c:
8774         Disable the parse_launch example if core was built without parsing
8775         support.
8776
8777 2006-05-08  Edward Hervey  <edward@fluendo.com>
8778
8779         * autogen.sh: (CONFIGURE_DEF_OPT): 
8780         libtoolize on Darwin/MacOSX is called glibtoolize
8781
8782 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8783
8784         * tests/check/Makefile.am:
8785         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8786           Disable the adder test, until the build-slaves posses the kindness to 
8787           either like it or to give valid reason for not doing so 
8788
8789 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8790
8791         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8792         (adder_suite):
8793           Shuffle NULL state change around and raise timeout more
8794
8795 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8796
8797         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8798         (mp4_type_find), (plugin_init):
8799           Add typefind to distinguish between "audio/x-m4a" and new type
8800           "video/mp4". Fixes #340375
8801
8802         * tests/check/elements/adder.c: (adder_suite):
8803           Raise timeout to make buildbot happy
8804
8805 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8806
8807         * gst/adder/gstadder.c: (gst_adder_sink_event),
8808         (gst_adder_request_new_pad), (gst_adder_change_state):
8809         * gst/adder/gstadder.h:
8810         * tests/check/Makefile.am:
8811         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8812         (adder_suite), (main):
8813           Add sink-event handling to adder. It tries to merge incomming
8814           newsegment-events. Added test to check if segment_done is comming
8815           through. Fixes #340060
8816
8817 2006-05-05  Andy Wingo  <wingo@pobox.com>
8818
8819         * ext/theora/theoraparse.c (gst_theora_parse_init)
8820         (theora_parse_src_convert, theora_parse_src_query):
8821         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8822         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8823         query functions on the source pads of the theora and vorbis parse
8824         elements. Fixes position querying when doing a remux.
8825
8826 2006-05-05  Michael Smith  <msmith@fluendo.com>
8827
8828         * ext/theora/theoraparse.c: (parse_granulepos),
8829         (theora_parse_drain_queue_prematurely),
8830         (theora_parse_queue_buffer), (theora_parse_sink_event):
8831           Fix flushing.
8832           Fix invalid granulepos outputs when starting with a non-keyframe.
8833
8834 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8835
8836         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8837         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8838         Rearrange MPEG system stream detection, fixing some memleaks in the
8839         process.
8840         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8841         they clean up their data correctly.
8842         Remove unused ogganx caps and move the 'is_annodex' check to inside
8843         the 'is_ogg' if statement.
8844
8845 2006-05-05  Wim Taymans  <wim@fluendo.com>
8846
8847         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8848         Properly remove ghostpads. Fixes #340392
8849
8850 2006-05-04  David Schleef  <ds@schleef.org>
8851
8852         * gst/typefind/gsttypefindfunctions.c:
8853
8854 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8855
8856         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8857         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8858
8859         When typefinding an MP3 in push-based mode, don't penalise the
8860         probability down to 74% when we found 5 valid frames just because we
8861         can't peek the end of the file.
8862
8863         Make the probability for detecting MPEG Transport Streams based on the
8864         number of sequential headers we successfully detected.
8865
8866 2006-05-03  Wim Taymans  <wim@fluendo.com>
8867
8868         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8869         (vorbis_dec_push), (vorbis_dec_chain):
8870         Still produce an error when we receive an empty packet.
8871
8872 2006-05-03  Wim Taymans  <wim@fluendo.com>
8873
8874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8875         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8876         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8877         Mark buffers with DISCONT after seek and after activating new
8878         chains.
8879
8880         * ext/theora/gsttheoradec.h:
8881         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8882         (theora_get_query_types), (theora_dec_sink_event),
8883         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8884         (theora_dec_change_state):
8885         Fix frame counter.
8886         Detect and mark DISCONT buffers.
8887
8888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8889         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8890         (vorbis_dec_change_state):
8891         * ext/vorbis/vorbisdec.h:
8892         Use GstSegment.
8893         Detect and mark DISCONT buffers.
8894         Don't crash on 0 sized buffers.
8895
8896 2006-05-03  Wim Taymans  <wim@fluendo.com>
8897
8898         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8899         (volume_transform_ip):
8900         Increase "volume" property to 10.0. Fixes #340369.
8901         Set the process function to NULL when capsnego fails so that
8902         we properly error out.
8903
8904 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8905
8906         * gst/playback/gstplaybin.c: (add_sink):
8907         * gst/playback/test.c: (main):
8908         * gst/playback/test5.c: (dump_element_stats):
8909         * gst/playback/test6.c: (main):
8910           free caps using gst_caps_unref, don't leak caps-strings
8911
8912 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8915         (plugin_init):
8916           Refine musepack typefinding a bit. Return MAXIMUM
8917           probability when we detect stream version 7 to make
8918           sure the mpeg audio typefinder doesn't trump us.
8919
8920 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8923           Protect against unexpected NULL strf_data buffer.
8924
8925 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8926
8927         * tests/check/elements/audioconvert.c: (verify_convert),
8928         (GST_START_TEST):
8929           interpret the out[] buffer in the order the bytes are actually
8930           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8931           Other tests should use BYTE_ORDER since the array is filled in
8932           with actual values
8933
8934 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8935
8936         * tests/check/elements/audioconvert.c: (verify_convert),
8937         (GST_START_TEST):
8938           when a test fails, give an indication of which it is
8939
8940 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8941
8942         * gst-libs/gst/cdda/gstcddabasesrc.c:
8943           compile fix; strtol() needs <stdlib.h>
8944
8945 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8946
8947         * ext/alsa/gstalsamixerelement.c:
8948         * ext/alsa/gstalsasrc.c:
8949         * ext/cdparanoia/gstcdparanoiasrc.c:
8950         * ext/gnomevfs/gstgnomevfssink.c:
8951         * ext/gnomevfs/gstgnomevfssrc.c:
8952         * ext/ogg/gstoggdemux.c:
8953         * ext/ogg/gstoggmux.c:
8954         * ext/ogg/gstoggparse.c:
8955         * ext/ogg/gstogmparse.c:
8956         * ext/pango/gstclockoverlay.c:
8957         * ext/pango/gsttextoverlay.c:
8958         * ext/pango/gsttextrender.c:
8959         * ext/pango/gsttimeoverlay.c:
8960         * ext/theora/theoradec.c:
8961         * ext/theora/theoraenc.c:
8962         * ext/vorbis/vorbisdec.c:
8963         * ext/vorbis/vorbisenc.c:
8964         * gst-libs/gst/audio/gstaudiofilter.c:
8965         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8966         * gst/audioconvert/gstaudioconvert.c:
8967         * gst/audiorate/gstaudiorate.c:
8968         * gst/audioresample/gstaudioresample.c:
8969         * gst/audiotestsrc/gstaudiotestsrc.c:
8970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8971         * gst/playback/gstdecodebin.c:
8972         * gst/playback/gstplaybin.c:
8973         * gst/playback/gststreamselector.c:
8974         * gst/subparse/gstsubparse.c:
8975         * gst/tcp/gstmultifdsink.c:
8976         * gst/tcp/gsttcpclientsink.c:
8977         * gst/tcp/gsttcpclientsrc.c:
8978         * gst/tcp/gsttcpserversink.c:
8979         * gst/tcp/gsttcpserversrc.c:
8980         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8981         * gst/videorate/gstvideorate.c:
8982         * gst/videoscale/gstvideoscale.c:
8983         * gst/videotestsrc/gstvideotestsrc.c:
8984         * gst/volume/gstvolume.c:
8985         * sys/v4l/gstv4ljpegsrc.c:
8986         * sys/v4l/gstv4lmjpegsink.c:
8987         * sys/v4l/gstv4lmjpegsrc.c:
8988         * sys/v4l/gstv4lsrc.c:
8989         * sys/ximage/ximagesink.c:
8990         * sys/xvimage/xvimagesink.c:
8991         * tests/check/libs/cddabasesrc.c:
8992           make GstElementDetails const
8993
8994 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8995
8996         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8997         (gst_adder_init):
8998           send events from src-pad to all sink-pads fixes #338657
8999
9000 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9001
9002         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9003         (alsasink_parse_spec):
9004           query width capabilities from alsa, fixes #338919
9005
9006 2006-04-28  Wim Taymans  <wim@fluendo.com>
9007
9008         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9009         (gst_multi_fd_sink_remove_client_link):
9010         * gst/tcp/gstmultifdsink.h:
9011         Fix race condition in multifdsink that can lead to spurious 
9012         duplicate clients. this patch adds a new signal that is fired when
9013         multifdsink has removed all references to the fd.
9014         Fixes #339574.
9015         Updated documentation.
9016         API: client-fd-removed signal added
9017
9018 2006-04-28  Michael Smith  <msmith@fluendo.com>
9019
9020         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9021           When asking g_value_array_new to prealloc elements, we may as well
9022           ask for the right number of elements.
9023
9024 2006-04-28  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst-libs/gst/audio/gstbaseaudiosink.c:
9027         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9028         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9029         patch to make timestamp checking more tollerant to rounding 
9030         errors given that real discontinuities are to be marked on
9031         buffers. Fixes some asf files and #338778.
9032         Also avoid some crashers when we receive an event in the 
9033         NULL state.
9034
9035 2006-04-28  Michael Smith  <msmith@fluendo.com>
9036
9037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9038         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9039         (gst_gnome_vfs_src_get_property),
9040         (gst_gnome_vfs_src_send_additional_headers_callback),
9041         (gst_gnome_vfs_src_received_headers_callback),
9042         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9043         (gst_gnome_vfs_src_stop):
9044         * ext/gnomevfs/gstgnomevfssrc.h:
9045           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9046           proper shared support within icydemux.
9047
9048 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9049
9050         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9051         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9052           fix up docs
9053           fix a leak when no caps negotiated
9054           fix counting of input frames
9055         * tests/check/elements/.cvsignore:
9056         * tests/check/elements/videorate.c: (assert_videorate_stats),
9057         (GST_START_TEST), (videorate_suite):
9058           add tests for these
9059
9060 2006-04-28  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst-libs/gst/audio/gstringbuffer.c:
9063         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9064         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9065         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9066         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9067         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9068         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9069         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9070         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9071         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9072         Check arguments passed to public functions instead of
9073         crashing.
9074
9075 2006-04-28  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9078         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9079         GstBaseAudioSrc must be live or it does not work.
9080
9081         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9082         Don't set live to TRUE as this is the default in the parentclass.
9083
9084 2006-04-28  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9087         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9088         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9089         fixation cases better. Fixes #338991
9090
9091 2006-04-28  Wim Taymans  <wim@fluendo.com>
9092
9093         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9094         Handle 0/1 framerate correctly Fixes #331901.
9095
9096 2006-04-28  Wim Taymans  <wim@fluendo.com>
9097
9098         * tests/check/elements/audioconvert.c: (get_float_caps),
9099         (GST_START_TEST), (audioconvert_suite):
9100         Added check for correct clipping when doing float samples
9101         in audioconvert.
9102
9103 2006-04-28  Wim Taymans  <wim@fluendo.com>
9104
9105         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9106         (gst_video_rate_chain):
9107         Print more debugging info.
9108
9109 2006-04-28  Wim Taymans  <wim@fluendo.com>
9110
9111         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9112         (resample_set_state_from_caps):
9113         Add support for other formats audioresample can handle such as
9114         32 bits in and float and 64 bits float. Fixes #301759
9115
9116 2006-04-28  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst/audioconvert/audioconvert.c: (float):
9119         correctly clip float samples > 1.0. Fixes #338718
9120
9121 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         Patch by: Young-Ho Cha  <ganadist at chollian net>
9124
9125         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9126         (gst_text_overlay_render_text):
9127           Don't strip newlines from the text. Also, center lines
9128           within multi-line paragraphs (#339405).
9129
9130 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9133           Fix wavpack typefinding to work in more cases (don't peek
9134           for chunks of multiple hundred kBs at once, but process
9135           things step-by-step in smaller units). Fixes #339786.
9136
9137 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9138
9139         * configure.ac:
9140           back to HEAD
9141
9142 === release 0.10.6 ===
9143
9144 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9145
9146         * configure.ac:
9147           releasing 0.10.6, "Chao"
9148
9149 2006-04-26  David Schleef  <ds@schleef.org>
9150
9151         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9152           Fixes #338897.
9153
9154 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9155
9156         * configure.ac:
9157         * win32/common/config.h:
9158           new prerelease
9159
9160 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9161
9162         patch by: Wim Taymans
9163
9164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9165         (gst_ogg_demux_perform_seek):
9166           make sure correct newsegments are sent, so that the decoder
9167           and the demuxer agree on timestamps.  Fixes playback of a lot
9168           of Ogg files that do not start from 0.  Fixes #339833.
9169
9170 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9171
9172         Patch by: Edward Hervey  <edward@fluendo.com>
9173
9174         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9175         * tests/check/Makefile.am:
9176         * tests/check/elements/videorate.c: (assert_videorate_stats),
9177         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9178         (videorate_suite), (main):
9179           Fix an infinite loop if frames are passed in with wrongly ordered
9180           timestamps.  Fixes #339013.
9181
9182 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9183
9184         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9187           fix typefinding on some ISO files.  Fixes #339212.
9188
9189 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9190
9191         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9194           add another H264 fourcc.  Fixes #339047.
9195
9196 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9197
9198         Patch by: Jan Schmidt
9199
9200         * gst/playback/gststreamselector.c:
9201         (gst_stream_selector_bufferalloc):
9202           Restore old StreamSelector behaviour.
9203           Fixes #338419.
9204
9205 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9206
9207         * configure.ac:
9208         * win32/common/config.h:
9209           prerelease
9210
9211 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9214
9215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9216         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9217           Fix some memory leaks: on finalize, free buffers left in the queue
9218           before destroying the queue; in _push(), unref rtp_buf even if
9219           the process vfunc returned a NULL buffer as output buffer (#337548);
9220           demote some recuring debug messages to LOG level.
9221
9222 2006-04-11  Wim Taymans  <wim@fluendo.com>
9223
9224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9225         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9226         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9227         (gst_ogg_demux_loop):
9228         More cleanups.
9229         Respect segment stop when emiting EOS or SEGMENT_DONE.
9230         Fixes (#337945).
9231
9232 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * gst/playback/gststreamselector.c:
9235         (gst_stream_selector_get_property):
9236           Don't leak pad name.
9237
9238 2006-04-10  Michael Smith  <msmith@fluendo.com>
9239
9240         * tests/check/Makefile.am:
9241         * tests/check/gst-plugins-base.supp:
9242           Suppress an old libtheora bug (fixed in more recent versions), so 
9243           that FC4 buildslaves can pass.
9244
9245 2006-04-10  Wim Taymans  <wim@fluendo.com>
9246
9247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9248         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9249         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9250         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9251         (gst_ogg_demux_loop):
9252         Don't leak events.
9253         Remember what error we got when finding chains, if we
9254         were shutdown, that would not be an error.
9255
9256 2006-04-10  Wim Taymans  <wim@fluendo.com>
9257
9258         * gst-libs/gst/audio/gstbaseaudiosink.c:
9259         (gst_base_audio_sink_event):
9260         Starting the ringbuffer when we did not acquire it can cause
9261         a deadlock, is pointless and causes nasty things for
9262         subclasses. 
9263         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9264
9265 2006-04-10  Wim Taymans  <wim@fluendo.com>
9266
9267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9268         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9269         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9270         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9271         (gst_ogg_demux_deactivate_current_chain),
9272         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9273         (gst_ogg_demux_bisect_forward_serialno),
9274         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9275         Add some more debugging.
9276
9277 2006-04-10  Wim Taymans  <wim@fluendo.com>
9278
9279         * ext/theora/theoradec.c: (theora_dec_src_event),
9280         (theora_handle_data_packet):
9281         Some more debug info.
9282
9283         * tests/examples/seek/seek.c: (start_seek), (main):
9284         Print element messages too.
9285
9286 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9287
9288         * gst/audioresample/debug.h:
9289           replace debug macros with variable number of parameters
9290           by a simple alias to gstreamer standard debug macros 
9291          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9292           supported by MSVC 6.0 and 7.1)
9293         * gst/audioresample/resample.h:
9294           define M_PI and rint for WIN32
9295         * win32/common/libgstaudio.def:
9296         * win32/common/libgstriff.def:
9297         * win32/common/libgsttag.def:
9298         * win32/common/libgstvideo.def:
9299           add new exported functions
9300         * win32/vs6:
9301           update project files
9302
9303 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9304
9305         * ext/alsa/gstalsamixeroptions.c:
9306         (gst_alsa_mixer_options_class_init):
9307         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9310         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9311         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9312         * gst-libs/gst/audio/gstaudiofilter.c:
9313         (gst_audio_filter_class_init):
9314         * gst-libs/gst/audio/gstaudiosink.c:
9315         (gst_audioringbuffer_class_init):
9316         * gst-libs/gst/audio/gstaudiosrc.c:
9317         (gst_audioringbuffer_class_init):
9318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9319         * gst-libs/gst/interfaces/colorbalancechannel.c:
9320         (gst_color_balance_channel_class_init):
9321         * gst-libs/gst/interfaces/mixeroptions.c:
9322         (gst_mixer_options_class_init):
9323         * gst-libs/gst/interfaces/mixertrack.c:
9324         (gst_mixer_track_class_init):
9325         * gst-libs/gst/interfaces/tunerchannel.c:
9326         (gst_tuner_channel_class_init):
9327         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9328         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9329         (gst_netbuffer_class_init):
9330         * gst-libs/gst/rtp/gstbasertppayload.c:
9331         (gst_basertppayload_class_init):
9332         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9334         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9335         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9336         * gst/playback/gststreamselector.c:
9337         (gst_stream_selector_class_init):
9338         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9339         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9340         * sys/v4l/gstv4lcolorbalance.c:
9341         (gst_v4l_color_balance_channel_class_init):
9342         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9343         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9344         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9345         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9346         (gst_v4l_tuner_norm_class_init):
9347         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9349         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9350         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9351
9352 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9353
9354         * ext/pango/gsttextrender.h:
9355         * gst-libs/gst/audio/gstaudiosink.h:
9356         * gst-libs/gst/audio/gstaudiosrc.h:
9357         * gst-libs/gst/audio/gstbaseaudiosink.h:
9358         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9359         * gst-libs/gst/audio/gstringbuffer.h:
9360         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9361         * gst-libs/gst/rtp/gstbasertppayload.h:
9362         * gst-libs/gst/video/gstvideofilter.h:
9363         * gst-libs/gst/video/gstvideosink.h:
9364         * gst/playback/gstplaybasebin.h:
9365         * gst/tcp/gstmultifdsink.h:
9366         * sys/v4l/gstv4lelement.h:
9367         Fix broken GObject macros
9368
9369 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9370
9371         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9372         More debug to trace why my USB headset is not working with gst
9373
9374 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9375
9376         * gst/playback/gstplaybasebin.c: (group_destroy):
9377         Clean up our group elements properly in the case where it never 
9378         got committed - it still got added unconditionally to the bin.
9379
9380 2006-04-07  Wim Taymans  <wim@fluendo.com>
9381
9382         * ext/theora/theoradec.c: (theora_dec_sink_event),
9383         (theora_handle_data_packet), (theora_dec_chain):
9384         Unref unhandled events.
9385         Protect against empty buffers.
9386         Perform QoS on running time.
9387
9388 2006-04-07  Michael Smith  <msmith@fluendo.com>
9389
9390         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9391         (gst_vorbis_enc_chain):
9392           Remove leaks from vorbisenc.
9393           Mostly minor changes, the only significant one is that now the
9394           buffers we set as 'streamheader' on the caps are copies of the
9395           original buffers, to avoid circular refcounting problems.
9396
9397 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9398
9399         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9400           Don't remove our mute-probe if someone else already did so.
9401           Don't set a 2nd one if there is already one pending on the pad.
9402
9403         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9404         (do_playbin_seek):
9405           When a seek fails, ensure that playbin is still set back to playing.
9406           
9407         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9408         (mpeg_ts_type_find), (plugin_init):
9409           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9410
9411 2006-04-06  Andy Wingo  <wingo@pobox.com>
9412
9413         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9414         (gst_video_rate_init): Caps-related parameters should not be reset
9415         by a flush -- move their inits to the instance init function.
9416         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9417         is not OK, just return the result.
9418
9419         * gst/audiotestsrc/gstaudiotestsrc.c
9420         (gst_audio_test_src_class_init)
9421         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9422         broken by Stefan's commit on 24 March.
9423
9424         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9425         buffers being pushed out. Fixes oggmux ! multifdsink.
9426
9427 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9430         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9431         * ext/vorbis/vorbisdec.h:
9432         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9433         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9434         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9435         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9436         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9437         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9438         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9439         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9440         (gst_vorbis_enc_buffer_from_packet),
9441         (gst_vorbis_enc_buffer_from_header_packet),
9442         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9443         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9444         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9445         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9446         (gst_vorbis_enc_change_state):
9447         * ext/vorbis/vorbisenc.h:
9448           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9449           vorbisenc adhere to the official nomenclature; use boilerplate
9450           macro.
9451
9452 2006-04-04  Andy Wingo  <wingo@pobox.com>
9453
9454         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9455         Whoops, fix bug introduced. Bad hacker!
9456         
9457         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9458         Properly handle the case where you get EOS before any buffers are
9459         received. Use gst_buffer_make_metadata_writable where appropriate.
9460
9461         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9462         is often negative -- make it signed so as not to wrap around.
9463         Fixes segfaults introduced on 9 March.
9464
9465 2006-04-03  Wim Taymans  <wim@fluendo.com>
9466
9467         * ext/theora/gsttheoradec.h:
9468         * ext/theora/theoradec.c: (theora_dec_src_event):
9469         Don't try to store a gdouble in a gboolean.
9470         Small cleanups.
9471
9472 2006-04-03  Michael Smith  <msmith@fluendo.com>
9473
9474         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9475           Oggmux sucks.
9476           Make it suck slightly less by writing out the final page.
9477           Still can't encode a vorbis-in-ogg file correctly, though.
9478
9479 2006-04-03  Andy Wingo  <wingo@pobox.com>
9480
9481         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9482         a g_print.
9483
9484         * ext/theora/theora.c (plugin_init): Register theoraparse.
9485
9486         * ext/theora/gsttheoraparse.h: 
9487         * ext/theora/theoraparse.c: New files implementing a theora
9488         parser. Now we can properly remux ogg/theora+vorbis, yay.
9489
9490         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9491
9492 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9493
9494         * gst/audiotestsrc/gstaudiotestsrc.c:
9495           Fixed the sample pipeline (see #323798)
9496
9497 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9498
9499         * configure.ac:
9500         * win32/common/config.h:
9501         * win32/common/config.h.in:
9502           use AS_VERSION and AS_NANO
9503           more cleanups
9504
9505 2006-03-31  Andy Wingo  <wingo@pobox.com>
9506
9507         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9508         uninitialized variable return that would happen.
9509         
9510         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9511         uninitialized variable return that would never happen.
9512
9513         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9514         (vorbis_parse_sink_event): Add an event function to flush our
9515         state on a seek, and to drain buffers on a premature EOS.
9516         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9517         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9518         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9519         (vorbis_parse_drain_queue): Queue up buffers until we can set
9520         their timestamps and granulepos values.
9521
9522         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9523         and keep track of data needed for deriving granulepos and
9524         timestamps for buffers.
9525
9526 2006-03-29  Wim Taymans  <wim@fluendo.com>
9527
9528         Patch by: j^ <j at bootlab dot org>
9529
9530         * ext/alsa/gstalsamixerelement.c:
9531         (gst_alsa_mixer_element_class_init):
9532         * ext/alsa/gstalsasink.c:
9533         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9534         * ext/ogg/gstoggdemux.c:
9535         * ext/ogg/gstoggmux.c:
9536         * ext/ogg/gstoggparse.c:
9537         * ext/pango/gstclockoverlay.c:
9538         * ext/pango/gsttextoverlay.c:
9539         * ext/pango/gsttextrender.c:
9540         * ext/pango/gsttimeoverlay.c:
9541         * ext/theora/theoradec.c:
9542         * ext/theora/theoraenc.c:
9543         * ext/vorbis/vorbisdec.c:
9544         * ext/vorbis/vorbisenc.c:
9545         * gst/audioconvert/gstaudioconvert.c:
9546         * gst/subparse/gstsubparse.c:
9547         * gst/tcp/gstmultifdsink.c:
9548         * gst/tcp/gsttcpclientsink.c:
9549         * gst/tcp/gsttcpclientsrc.c:
9550         * gst/tcp/gsttcpserversink.c:
9551         * gst/tcp/gsttcpserversrc.c:
9552           better/unified long descriptions
9553           Fixes #336477
9554
9555 2006-03-29  Wim Taymans  <wim@fluendo.com>
9556
9557         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9558         (stop_seek):
9559         Don't let double and triple clicks mess up our state.
9560
9561 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9562
9563         * gst/playback/gstplaybin.c: (gen_video_element),
9564         (gen_text_element), (gen_audio_element), (gen_vis_element):
9565           Error out gracefully when we can't create any of the usual
9566           conversion elements for some reason. Also, don't try to
9567           create an audioscale (sic) element that's not used anyway.
9568
9569 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * gst/playback/gstplaybasebin.c: (setup_source):
9572           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9573           element for a particular protocol, that's confusing for users.
9574           Instead, post a RESOURCE_FAILED error, so that our own error
9575           message is actually shown in totem etc. (#336303).
9576
9577 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9580
9581         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9582         (gst_gnome_vfs_src_get_icy_metadata):
9583           Fix some minor memory leaks (#336194).
9584
9585 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9586
9587         * ext/gnomevfs/gstgnomevfs.c:
9588         (gst_gnome_vfs_location_to_uri_string):
9589         * ext/gnomevfs/gstgnomevfs.h:
9590         * ext/gnomevfs/gstgnomevfssink.c:
9591         (gst_gnome_vfs_sink_set_property):
9592         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9593           Make gnomevfssink accept filenames as well as URIs for the
9594           "location" property, just like gnomevfssrc does (and
9595           filesrc/filesink do) (#336190).
9596
9597 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9598
9599         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9600           set to NULL before unreffing, fixes a valgrind leak.
9601           Why was this not triggering the error that an object needs to
9602           be NULL before unreffing ?
9603         * win32/common/config.h:
9604           update
9605
9606 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * gst/subparse/gstsubparse.c: (convert_encoding),
9609         (gst_sub_parse_change_state):
9610         * gst/subparse/gstsubparse.h:
9611           Text subtitle files may or may not be UTF-8. If it's not, we
9612           don't really want to see '?' characters in place of non-ASCII
9613           characters like accented characters. So let's assume the input
9614           is UTF-8 until we come across text that is clearly not. If it's
9615           not UTF-8, we don't really know what it is, so try the following:
9616           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9617           is set; if not, check (b) if the current locale encoding is
9618           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9619           the current locale encoding is UTF-8 and the environment variable
9620           was not set to any particular encoding. Not perfect, but better
9621           than nothing (and better than before, I think) (fixes #172848).
9622
9623 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9624
9625         * configure.ac:
9626           update core requirement to 0.10.4.1 because of async_playback
9627           vmethod on GstBaseSink
9628
9629 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9630
9631         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9632         * gst/adder/gstadder.c: (gst_adder_init):
9633         use DEBUG_FUNCPTR for collectpads
9634
9635 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9636
9637         * docs/plugins/Makefile.am:
9638         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9640         * ext/cdparanoia/gstcdparanoiasrc.c:
9641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9642         (gst_gnome_vfs_sink_class_init):
9643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9645         * ext/ogg/gstoggmux.c:
9646         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9647         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9648         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9649         * ext/pango/gsttextoverlay.c:
9650         * ext/pango/gsttextrender.c:
9651         * ext/theora/theoradec.c:
9652         * ext/theora/theoraenc.c:
9653         * ext/vorbis/vorbisdec.c:
9654         * ext/vorbis/vorbisenc.c:
9655         * gst-libs/gst/audio/gstaudiofilter.c:
9656         (gst_audio_filter_base_init):
9657         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9658         (gst_audio_filter_template_base_init):
9659         * gst/adder/gstadder.c: (gst_adder_get_type):
9660         * gst/adder/gstadder.h:
9661         * gst/audioconvert/gstaudioconvert.c:
9662         * gst/audiotestsrc/gstaudiotestsrc.c:
9663         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9664         (gst_audio_test_src_create):
9665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9666         * gst/playback/gstdecodebin.c:
9667         * gst/playback/gstplaybin.c:
9668         * gst/playback/gststreamselector.c:
9669         (gst_stream_selector_base_init):
9670         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9671         * gst/volume/gstvolume.c:
9672         * sys/v4l/gstv4lmjpegsink.c:
9673         * sys/v4l/gstv4lmjpegsrc.c:
9674         * tests/check/libs/cddabasesrc.c:
9675         * tests/old/examples/gob/gst-identity2.gob:
9676           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9677           define GstElementDetails at the top
9678
9679 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9680
9681         * win32/common/libgstinterfaces.def:
9682         Add a lot of export functions for gst-python
9683         * win32/vs6/libgstinterfaces.dsp:
9684         Add a missing include folder in the project configuration
9685         
9686 2006-03-23  Wim Taymans  <wim@fluendo.com>
9687
9688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9689         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9690         (gst_base_audio_src_change_state):
9691         Fix audio sources, forgot to make the ringbuffer
9692         startable...
9693
9694 2006-03-23  Wim Taymans  <wim@fluendo.com>
9695
9696         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9697         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9698         (gst_base_audio_src_change_state):
9699         unparent instead of unref the ringbuffer.
9700
9701 2006-03-23  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst-libs/gst/audio/gstbaseaudiosink.c:
9704         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9705         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9706         Implement new async_play vmethod to start slaving and allow
9707         playback start in case of async PLAY state changes. 
9708
9709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9710         Enable QoS with new method in base class.
9711
9712 2006-03-23  Wim Taymans  <wim@fluendo.com>
9713
9714         Patch by: Julien MOUTTE <julien at moutte dot net>
9715
9716         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9717         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9718         Partially handle 0 framerate, only EOS after the first frame
9719         is missing.
9720
9721 2006-03-23  Wim Taymans  <wim@fluendo.com>
9722
9723         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9724
9725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9726         (gst_riff_create_video_template_caps):
9727         * gst/ffmpegcolorspace/avcodec.h:
9728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9729         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9730         (gst_ffmpegcsp_avpicture_fill):
9731         * gst/ffmpegcolorspace/imgconvert.c:
9732         Patch for support of YVU9 AVI files (#334822)
9733
9734 2006-03-22  Edward Hervey  <edward@fluendo.com>
9735
9736         * docs/design/design-decodebin.txt:
9737         Added design document for new decodebin
9738         (Target Caps): text/x-pango-markup is also a default target caps.
9739
9740 2006-03-22  Wim Taymans  <wim@fluendo.com>
9741
9742         * gst-libs/gst/audio/gstbaseaudiosink.c:
9743         (gst_base_audio_sink_dispose):
9744         Since we _parent the ringbuffer, we also need to
9745         _unparent instead of a plain _unref.
9746
9747 2006-03-22  Wim Taymans  <wim@fluendo.com>
9748
9749         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9750         (stop_seek), (scrub_toggle_cb), (main):
9751         Add scrub checkbox.
9752
9753 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9756         (gst_ogg_parse_chain):
9757           Fix very inefficient usage of linked lists (#335365).
9758
9759 2006-03-21  Edward Hervey  <edward@fluendo.com>
9760
9761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9762         * gst/playback/gstplaybin.c: (handoff):
9763         * gst/playback/gststreamselector.c:
9764         (gst_stream_selector_set_property):
9765         gcc 4.1 unreferenced pointer fixes.
9766         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9768         gst_buffer_ref() now takes a GstBuffer*.
9769
9770 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9771
9772         * sys/xvimage/xvimagesink.c:
9773         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9774         by Jan Schmidt.
9775
9776 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9779         (id3v1_type_find), (apetag_type_find), (plugin_init):
9780           Can't do tag preferences via probability, as tags would then
9781           lose against types that are recognised with MAXIMUM probability
9782           (like .wav); so let all tag typefinders return MAXIMUM themselves
9783           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9784           that we can prefer APE to ID3v1 (fixes #335028).
9785           
9786 2006-03-17  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst-libs/gst/audio/gstbaseaudiosink.c:
9789         (gst_base_audio_sink_change_state):
9790         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9791         (gst_ring_buffer_may_start):
9792         * gst-libs/gst/audio/gstringbuffer.h:
9793         Only start playback if we are playing.
9794         should fix #330748.
9795
9796 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9797
9798         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9799         * win32/common/config.h:
9800           Revert accidental commits to these files.
9801
9802 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9805
9806         * tests/Makefile.am:
9807           Don't try to build tests in tests/icles if we
9808           don't have X (#323852)
9809
9810 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         * gst-libs/gst/tag/gstid3tag.c:
9813           Add TXXX frame identifiers for replaygain stuff as used
9814           by some taggers (see #323721).
9815
9816 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9817
9818         * gst/playback/gststreamselector.c:
9819         (gst_stream_selector_set_property),
9820         (gst_stream_selector_bufferalloc):
9821           Preserve the existing buggy streamselector behaviour by performing
9822           a fallback buffer allocation when downstream isn't linked yet.
9823           This should really be fixed in playbin by blocking pads until it's
9824           linked them.
9825           Also, use gst_pad_alloc_buffer instead of
9826           gst_pad_alloc_buffer_and_set.
9827
9828 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * gst-libs/gst/tag/gstid3tag.c:
9831           Don't crash on unknown ID3v2 TXXX frames.
9832           
9833 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9834
9835         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9836           Chain up to the parent finalize method.
9837           Add 32-bit sample size to the template caps.
9838
9839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9840         (gst_riff_create_video_template_caps):
9841           Add the fourcc that the VMWare codec uses.
9842           
9843         * gst/playback/gststreamselector.c:
9844         (gst_stream_selector_set_property),
9845         (gst_stream_selector_bufferalloc),
9846         (gst_stream_selector_request_new_pad):
9847           For the active pad, forward buffer-alloc requests, otherwise
9848           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9849           having to memcpy every frame when used by playbin.
9850
9851         * gst/tcp/gstmultifdsink.c:
9852         (gst_multi_fd_sink_handle_client_write):
9853           Get negotiated caps from the sink pad, rather than the sink
9854           pad's peer.
9855
9856 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9859         
9860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9861           Don't forget to set src->callbacks_pushed to FALSE again when
9862           popping them, otherwise re-activation in a different mode won't
9863           work (#334620).
9864
9865 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         Patch by: Sebastien Moutte  <sebastien moutte net>
9868
9869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9870         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9871         (gst_ffmpeg_smpfmt_to_caps):
9872           Replace __VA_ARGS__ caps creation macros with varargs functions.
9873           Makes things compile on MSVC (#320765), looks nicer, and we can
9874           tell the compiler to check for the NULL terminator.
9875
9876 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9879
9880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9881           Make sure the buffer we copy into is really always big
9882           enough, this time for real (#333488).
9883           
9884 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9887           Add support for 24bpp DIB (#305279).
9888
9889 2006-03-14  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9892         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9894         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9895         (gst_video_scale_init), (gst_video_scale_src_event):
9896         Re-enable QoS after the release.
9897         Rework videoscale to use the base class src_event handler.
9898
9899 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * configure.ac:
9902           back to CVS.
9903
9904 === release 0.10.5 ===
9905
9906 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9907
9908         * configure.ac:
9909           releasing 0.10.5, "Net"
9910
9911 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         * docs/plugins/Makefile.am:
9914           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9915           
9916 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9920         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9921           Add cdparanoiasrc to docs.
9922
9923         * gst-libs/gst/cdda/gstcddabasesrc.c:
9924           More GstCddaBaseSrc docs.
9925
9926 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         * docs/libs/gst-plugins-base-libs-sections.txt:
9929         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9930         * gst-libs/gst/tag/tag.h:
9931           API: libgsttag: new method gst_tag_from_id3_user_tag().
9932
9933 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9936           NULL-terminate array of mpeg4 video file extensions.
9937           Fixes crash on PPC (#334226).
9938
9939 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * ext/gnomevfs/gstgnomevfssrc.c:
9942         (gst_gnome_vfs_src_check_get_range):
9943           gnome_vfs_uri_is_local() alone is not a good indicator
9944           whether we can operate in pull-mode with a specific URI,
9945           as it returns FALSE for file:// URIs that point to an
9946           NFS-mounted path. Be more conservative here: whitelist
9947           local files, blacklist http URIs and use the old
9948           mechanism for anything else (fixes #334216).
9949
9950 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9951
9952         * configure.ac:
9953           back to trunk
9954
9955 === release 0.10.4 ===
9956
9957 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9958
9959         * configure.ac:
9960           releasing 0.10.4, "Power"
9961
9962 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9963
9964         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9965         Disable max-lateness by setting it to -1 for now, so that 
9966         we can bed QoS stuff in thoroughly between now and the next
9967         release.
9968
9969 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         Patch by: Fabrizio Gennari
9972
9973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9974           Make sure we don't read beyond the palette buffer in case of
9975           broken or manipulated files (#333488)
9976
9977 2006-03-10  Edward Hervey  <edward@fluendo.com>
9978
9979         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9980         Fix for variable not initialized.
9981
9982 2006-03-09  Wim Taymans  <wim@fluendo.com>
9983
9984         * ext/libvisual/visual.c: (gst_visual_get_type),
9985         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9986         (gst_visual_chain):
9987         Small cleanups.
9988
9989         * ext/theora/gsttheoradec.h:
9990         * ext/theora/theoradec.c: (gst_theora_dec_init),
9991         (gst_theora_dec_reset), (_theora_granule_time),
9992         (theora_dec_src_convert), (theora_dec_sink_convert),
9993         (theora_dec_src_query), (theora_dec_src_event),
9994         (theora_dec_sink_event), (theora_handle_comment_packet),
9995         (theora_handle_header_packet), (theora_dec_push),
9996         (theora_handle_data_packet), (theora_dec_chain),
9997         (theora_dec_change_state):
9998         Add simple QoS.
9999
10000 2006-03-09  Wim Taymans  <wim@fluendo.com>
10001
10002         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10003         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10004         Some cleanups.
10005
10006 2006-03-09  Wim Taymans  <wim@fluendo.com>
10007
10008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10009         Don't try to activate NULL chains.
10010
10011 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10014           Fix invalid memory access to region before peek'd data (#332964).
10015
10016 2006-03-09  Wim Taymans  <wim@fluendo.com>
10017
10018         Patch by: Christophe Fergeau
10019
10020         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10021         * ext/pango/gsttextrender.c: (gst_text_render_init):
10022         * gst/adder/gstadder.c: (gst_adder_init):
10023         Don't leak padtemplates, closes #333510.
10024
10025 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10028           Fix invalid memory access: make sure string passed to
10029           regexec() is NUL-termianted.
10030
10031 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10034         (mp3_type_find):
10035           Refactor mpeg/audio typefinding to make it more maintainable
10036           and easier to fine-tune. Make probing into middle of the file
10037           work properly (fixes #333900, also see #152688).
10038
10039 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst/typefind/gsttypefindfunctions.c:
10042         (utf8_type_find_have_valid_utf8_at_offset):
10043           Remove part from previous commit that was bogus:
10044           g_utf8_validate() does in fact not accept embedded
10045           zeroes, so we don't need to check for those (thanks
10046           to Mike for the hint).
10047
10048 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10049
10050         * gst/typefind/gsttypefindfunctions.c:
10051         (utf8_type_find_count_embedded_zeroes),
10052         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10053           Make plain/text typefinder more conservative: firstly, check
10054           for embedded zeroes, which are perfectly valid UTF-8 characters,
10055           but also a fairly good sign that something is not a plain text
10056           file; secondly, probe into the middle of the file if possible.
10057           If we can't probe into the middle, limit the probability value
10058           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10059
10060 2006-03-08  Michael Smith  <msmith@fluendo.com>
10061
10062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10063           Make typefind function name for mpeg4 video unique.
10064
10065 2006-03-08  Wim Taymans  <wim@fluendo.com>
10066
10067         * ext/libvisual/visual.c: (gst_visual_init),
10068         (gst_visual_clear_actors), (gst_visual_dispose),
10069         (gst_visual_reset), (gst_visual_src_setcaps),
10070         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10071         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10072         (gst_visual_chain), (gst_visual_change_state):
10073         Cleanups, post nice errors.
10074         Handle sink and src events.
10075         Implement simple QoS.
10076
10077         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10078         Use new basesink methods to configure max-lateness.
10079         Small doc update.
10080
10081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10082         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10083         Debug statement cleanups.
10084
10085         * gst/volume/gstvolume.c: (gst_volume_class_init):
10086         Simple cleanup.
10087
10088 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10091         (gst_text_overlay_init), (gst_text_overlay_set_property),
10092         (gst_text_overlay_get_property):
10093           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10094           as string type properties, but mark them deprecated. Add
10095           'halignment' and 'valignment' properties that use enums
10096           instead of strings.
10097
10098 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         Patch by: Fabrizio Gennari
10101
10102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10103           Allow palettes with less than 256 colours in AVI files
10104           (#333488)
10105
10106 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10107
10108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10109         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10110         pad. We were releasing the queued text buffer when we should keep
10111         it until video pad gets EOS or discard the text buffer because it's
10112         too old. That was eating the last subtitle buffer. Add some more
10113         debug.
10114
10115 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10118         (gst_text_overlay_video_chain):
10119           Fix invalid memory access (we can't access a buffer after it's been
10120           pushed downstream without taking a reference); fix memory leak (if
10121           there's no text to render, bail out before allocating stuff).
10122
10123 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10126         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10127         * ext/pango/gsttextoverlay.h:
10128           If input is plain text, escape it before passing it to
10129           pango_layout_set_markup().
10130
10131 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10132
10133         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10134           Don't ignore flow return from gst_pad_push().
10135
10136 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         Patch by: Fabrizio Gennari
10139
10140         * ext/libvisual/visual.c: (gst_visual_getcaps),
10141         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10144         (gst_vorbisenc_convert_sink):
10145         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10146         (gst_audio_duration_from_pad_buffer):
10147         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10148         (gst_audio_filter_chain):
10149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10150         (gst_base_rtp_depayload_setcaps):
10151         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10152         (gst_video_get_size):
10153         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10154           Don't leak references returned by gst_pad_get_parent()
10155           (#333663)
10156
10157 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10158
10159         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10160           change location param details
10161         * gst/volume/gstvolume.c: (plugin_init):
10162           correct plugin description
10163
10164 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10167         (gst_gnome_vfs_src_check_get_range):
10168           Override GstBaseSrc::check_get_range() in order to avoid opening
10169           the resource just to check whether we can operate in pull-mode or
10170           not - we can predict that pretty well from the URI alone. Should
10171           fix problems with last.fm (#331690). (Requires latest core CVS).
10172
10173 2006-03-06  Wim Taymans  <wim@fluendo.com>
10174
10175         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10176         (gst_video_sink_class_init):
10177         Throw away frames that are later than 20 ms.
10178
10179 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         Patch by: Fabrizio Gennari
10182
10183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10184           Set depth on WMA caps (#333545)
10185
10186 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10187
10188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10189         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10190           put Theora BOS pages before others.  This hardcodes
10191           the Ogg/Theora I profile, but hey.
10192
10193 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10194
10195         * ext/ogg/README:
10196           updated with some examples
10197         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10198         (granulepos_add), (theora_buffer_from_packet):
10199         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10200         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10201         (gst_vorbisenc_chain):
10202           implement strategy from ext/ogg/README
10203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10204         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10205         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10206         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10207           Fix muxer so that oggz-validate is happy with all streams;
10208           except for no eos mark, and the BOS page ordering
10209         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10210         (check_buffer_granulepos):
10211         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10212           update tests to check for OFFSET being set as requested
10213           fixed type of granulepos, it's not a ClockTime
10214
10215 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10216
10217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10218         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10219         Check that the xvimage we are creating has a correct size
10220         before returning it. (#314897)
10221
10222 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10225           Give id3 and ape tag typefinders a rank slightly higher
10226           than PRIMARY to ensure they're always run before any of
10227           the other typefinders (in particular wav and mp3) (#324186).
10228
10229 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10232           Add support for '3IVD' fourcc (#333403).
10233
10234 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * configure.ac:
10237           Bump requirements to GStreamer CVS for the new error enum.
10238
10239         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10240           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10241           space left on the device (fixes #333352).
10242
10243 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10244
10245         * win32/vs6:
10246           add a project file for libgstvolume
10247           update the workspace
10248
10249 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10252         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10253         (GST_START_TEST):
10254           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10255           Set IN_CAPS on header buffers
10256
10257 2006-03-02  Wim Taymans  <wim@fluendo.com>
10258
10259         * docs/plugins/Makefile.am:
10260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10262         Add audioresample to docs.
10263
10264         * gst/audioconvert/gstaudioconvert.c:
10265         Add revision date.
10266
10267         * gst/audioresample/gstaudioresample.c:
10268         (gst_audioresample_base_init), (gst_audioresample_class_init),
10269         (gst_audioresample_init), (gst_audioresample_dispose),
10270         (audioresample_get_unit_size), (audioresample_transform_caps),
10271         (resample_set_state_from_caps), (audioresample_transform_size),
10272         (audioresample_set_caps), (audioresample_event),
10273         (audioresample_do_output), (audioresample_transform),
10274         (audioresample_pushthrough), (gst_audioresample_set_property),
10275         (gst_audioresample_get_property), (plugin_init):
10276         * gst/audioresample/gstaudioresample.h:
10277         Added docs.
10278         Small code cleanups.
10279
10280 2006-03-02  Wim Taymans  <wim@fluendo.com>
10281
10282         * docs/plugins/Makefile.am:
10283         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10284         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10285         Added videoscale to docs.
10286
10287         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10288         (gst_video_rate_swap_prev), (gst_video_rate_event),
10289         (gst_video_rate_chain):
10290         Fix typo in docs.
10291
10292         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10293         (gst_video_scale_init), (gst_video_scale_prepare_size),
10294         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10295         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10296         * gst/videoscale/gstvideoscale.h:
10297         Added docs, examples.
10298         Some code cleanups.
10299         Post errors instead of g_warning.
10300
10301 2006-03-02  Wim Taymans  <wim@fluendo.com>
10302
10303         * docs/libs/gst-plugins-base-libs-docs.sgml:
10304         * docs/libs/gst-plugins-base-libs-sections.txt:
10305         * docs/libs/gst-plugins-base-libs.types:
10306         * docs/plugins/Makefile.am:
10307         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10308         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10309         Added some more docs to libs and plugins.
10310
10311         * gst-libs/gst/audio/gstringbuffer.c:
10312         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10313         * gst-libs/gst/audio/gstringbuffer.h:
10314         Document ringbuffer some more.
10315
10316         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10317         (gst_video_rate_setcaps), (gst_video_rate_reset),
10318         (gst_video_rate_init), (gst_video_rate_flush_prev),
10319         (gst_video_rate_swap_prev), (gst_video_rate_event),
10320         (gst_video_rate_chain), (gst_video_rate_change_state):
10321         * gst/videorate/gstvideorate.h:
10322         Fix videorate to use segments.
10323         Make it work with 0/1 framerates (closes #331903)
10324         Handle EOS correctly.
10325         Added docs.
10326
10327 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10330         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10331         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10332           In state change function, first chain up to parent class,
10333           then handle downwards state change stuff. Remove some
10334           commented out cruft from 0.8 code.
10335
10336 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10339         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10340         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10341         (gst_ogm_parse_chain):
10342           Don't remove/re-add source pad if the new caps are the same as
10343           the old caps anyway (#333042). When removing source pad, don't
10344           unref it afterwards - we didn't ref it when adding. Sprinkle some
10345           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10346           after using gst_pad_get_parent(). Return downstream flow return
10347           value in chain function.
10348
10349 2006-03-02  Wim Taymans  <wim@fluendo.com>
10350
10351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10352         * docs/plugins/gst-plugins-base-plugins.args:
10353         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10354         * docs/plugins/gst-plugins-base-plugins.interfaces:
10355         * docs/plugins/gst-plugins-base-plugins.signals:
10356         Fix hierarchy, added some more elements to the docs.
10357
10358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10359         (gst_ffmpegcsp_get_type):
10360         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10361         Fix docs for ffmpegcolorspace.
10362
10363 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10364
10365         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10366         (apetag_type_find), (ape_type_find), (plugin_init):
10367           Some typefinding fine-tuning:
10368           - rank ID3/APE tags in order of preference via probabilities, so that
10369             ID3v2 > APEv2 > APEv1 > ID3v1.
10370           - three or four bytes don't really justify MAXIMUM probability,
10371             change those to 'very likely' (musepack and monkeysaudio).
10372
10373 2006-03-01  Wim Taymans  <wim@fluendo.com>
10374
10375         * docs/plugins/Makefile.am:
10376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10378         * ext/alsa/gstalsamixer.c:
10379         * ext/alsa/gstalsamixer.h:
10380         * ext/alsa/gstalsamixerelement.c:
10381         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10382         * ext/alsa/gstalsamixerelement.h:
10383         * ext/alsa/gstalsasink.c:
10384         * ext/alsa/gstalsasink.h:
10385         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10386         (gst_alsasrc_init):
10387         * ext/alsa/gstalsasrc.h:
10388         Added alsa docs.
10389         Small code cleanups.
10390
10391 2006-03-01  Wim Taymans  <wim@fluendo.com>
10392
10393         * ext/theora/Makefile.am:
10394         Dist new header too,
10395
10396 2006-03-01  Wim Taymans  <wim@fluendo.com>
10397
10398         * docs/plugins/Makefile.am:
10399         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10400         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10401         * ext/gnomevfs/gstgnomevfssink.h:
10402         * ext/gnomevfs/gstgnomevfssrc.h:
10403         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10404         * ext/vorbis/vorbisdec.h:
10405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10406         * ext/vorbis/vorbisenc.h:
10407         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10408         (vorbis_parse_chain), (vorbis_parse_change_state):
10409         * ext/vorbis/vorbisparse.h:
10410         * gst/audioconvert/gstaudioconvert.h:
10411         * gst/tcp/gsttcpserversink.h:
10412         * gst/videotestsrc/gstvideotestsrc.c:
10413         * gst/videotestsrc/gstvideotestsrc.h:
10414         * gst/volume/gstvolume.c:
10415         * gst/volume/gstvolume.h:
10416         Fix some more docs.
10417         Added docs for vorbisdec and vorbisparse.
10418         Fix vorbisparse.
10419
10420 2006-03-01  Wim Taymans  <wim@fluendo.com>
10421
10422         * docs/plugins/Makefile.am:
10423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10425         * ext/pango/gstclockoverlay.h:
10426         * ext/pango/gsttextoverlay.h:
10427         * ext/pango/gsttextrender.h:
10428         * ext/pango/gsttimeoverlay.h:
10429         * ext/theora/gsttheoradec.h:
10430         * ext/theora/gsttheoraenc.h:
10431         * ext/theora/theoradec.c:
10432         * ext/theora/theoraenc.c:
10433         * gst/audioconvert/gstaudioconvert.h:
10434         * gst/audiotestsrc/gstaudiotestsrc.h:
10435         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10436         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10437         * gst/tcp/gstmultifdsink.h:
10438         Updated/added documentation.
10439
10440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10441         (gst_text_overlay_halign_get_type),
10442         (gst_text_overlay_wrap_mode_get_type),
10443         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10444         (gst_text_overlay_init), (gst_text_overlay_set_property),
10445         (gst_text_overlay_get_property):
10446         Fix up properties to be enums instead of string to make bindings,
10447         introspection and automatic GUI creation possible.
10448         Add getters for the properties.
10449
10450 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10451
10452         * gst/audiotestsrc/gstaudiotestsrc.c:
10453           added defines of M_PI and M_PI_2
10454         * gst/ffmpegcolorspace/avcodec.h:
10455           removed #include "stdint.h" for win32 as _stdint.h is 
10456           autogenerated to win32/common
10457         * win32/common/libgstaudio.def:
10458         * win32/common/libgsttag.def:
10459           added some exports
10460         * win32/vs6:
10461           some project files bugs corrected
10462         * win32/vs7:
10463           project files are reset to the default vs7 configuration 
10464           (they link to msvcr71.dll using default optimizations)
10465           
10466 2006-02-28  Wim Taymans  <wim@fluendo.com>
10467
10468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10469         Fix some docs.
10470
10471 2006-02-28  Edward Hervey  <edward@fluendo.com>
10472
10473         * ext/alsa/gstalsasrc.c:
10474         Set proper class on the ElementDetails:
10475         Source/Audio instead of Src/Audio/
10476
10477 2006-02-28  Edward Hervey  <edward@fluendo.com>
10478
10479         * gst/videoscale/vs_scanline.c:
10480         (vs_scanline_resample_nearest_RGBA):
10481         Revert optimization in videoscale. It should go in liboil and have
10482         an appropriate liboil function.
10483
10484 2006-02-28  Wim Taymans  <wim@fluendo.com>
10485
10486         * gst-libs/gst/audio/gstbaseaudiosink.c:
10487         (gst_base_audio_sink_provide_clock):
10488         Don't try to provide a clock in the NULL state.
10489
10490 2006-02-28  Wim Taymans  <wim@fluendo.com>
10491
10492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10493         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10494         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10495         (gst_ogg_demux_deactivate_current_chain),
10496         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10497         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10498         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10499         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10500         Use GstSegment infrastructure to remove duplicated code
10501         and handle more seek cases correctly.
10502
10503 2006-02-28  Wim Taymans  <wim@fluendo.com>
10504
10505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10506         (gst_ffmpegcsp_transform):
10507         Don't ignore return code from ffmpeg convert function.
10508
10509         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10510         Split out some long statements to ease debugging.
10511
10512 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * ext/libvisual/visual.c: (gst_visual_init),
10515         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10516         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10517         being able to renegotiate the size. Instead, use the negotiation
10518         algorithm from the goom plugin to pick an initial output caps. 
10519
10520         Also, allow theoretical libvisual plugins that might support non-GL 
10521         output even if they also do GL.
10522
10523 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10524
10525         * ext/libvisual/visual.c: (gst_visual_init),
10526         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10527         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10528         possible negotiation issues.
10529
10530 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10531
10532         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10533
10534 2006-02-24  Michael Smith  <msmith@fluendo.com>
10535
10536         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10537         (cmml_type_find), (plugin_init):
10538           Fix CMML type find function to not require a specific minor version
10539           of the CMML header.
10540
10541           Add an MPEG4 video elementary stream typefind function.
10542
10543 2006-02-04  Michael Smith  <msmith@fluendo.com>
10544
10545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10546         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10547         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10549         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10550         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10551           Annodex support in ogg demuxer. Doesn't do very much without the
10552           other annodex patches (to come).
10553
10554 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10557
10558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10559           Pick up palette for MS video v1 (#327028)
10560
10561 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10564         (gst_ffmpegcsp_caps_remove_format_info),
10565         (gst_ffmpegcsp_get_unit_size):
10566           The 'palette_data' field from incoming RGB caps shouldn't be
10567           proxied on outgoing YUV caps; also, restrict unit size
10568           adjustment in case of paletted data only to the unit that
10569           actually has a palette. Fixes #330711.
10570
10571 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10574         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10575         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10576         (gst_ffmpegcsp_get_unit_size):
10577           Plug some memory leaks.
10578
10579 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * sys/ximage/Makefile.am:
10582         * sys/xvimage/Makefile.am:
10583           Add some _CFLAGS and _LIBS that seem to be missing
10584           and/or required for Cygwin (see #317048).
10585
10586 2006-02-22  Wim Taymans  <wim@fluendo.com>
10587
10588         * ext/alsa/gstalsasrc.c:
10589         Fix description as pointed out by caugier.
10590
10591 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10592
10593         Reviewed by : Edward Hervey  <edward@fluendo.com>
10594
10595         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10596         (qt_type_find):
10597         Better 3gp typefinding (#331526).
10598
10599 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10602           Don't send EOS event here, the base class will send one for us.
10603
10604         * gst/playback/gstplaybasebin.c: (prepare_output):
10605           Subpictures without video stream aren't allowed either.
10606         
10607         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10608           Fix debug statement copy'n'paste-o.
10609
10610 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10613           Fix issues with mixer keeping state when muting/unmuting
10614           and when changing the volume whilst muted (see #331763
10615           and #331765).
10616
10617 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10620         (parse_subrip), (gst_sub_parse_format_autodetect):
10621           Set right caps given that we send escaped text. Also,
10622           honour <i></i>, <b></b> and <u></u> markers that can be found
10623           in .srt files (fixes #310202).
10624
10625 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * gst-libs/gst/audio/mixerutils.c:
10628         (element_factory_rank_compare_func):
10629           Make order in which elements are tried more determinable.
10630
10631 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10632
10633         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10634         (remove_element_chain), (cleanup_decodebin),
10635         (gst_decode_bin_change_state): Make decodebin reusable by
10636         fixing remove_element_chain first and then introduce a
10637         cleaner in state change to ->NULL. (Closes #331678)
10638
10639 2006-02-19  Wim Taymans  <wim@fluendo.com>
10640
10641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10642         use 0666 mask when creating files so umask gets applied
10643         correctly. Fixes #331295.
10644
10645 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * gst/subparse/Makefile.am:
10648         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10649         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10650         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10651         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10652         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10653         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10654         * gst/subparse/gstssaparse.h:
10655         * gst/subparse/gstsubparse.c: (plugin_init):
10656           Add very basic parser for SSA subtitle streams (as often
10657           found in matroska files).
10658
10659 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10662           That should be text/x-pango-markup, not text/x-pango-layout.
10663
10664 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10665
10666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10667         Polishing.
10668
10669 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10670
10671         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10672         (gst_text_overlay_finalize), (gst_text_overlay_init),
10673         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10674         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10675         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10676         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10677         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10678         Fix state change deadlock.
10679
10680 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10681
10682         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10683         (gst_text_overlay_finalize), (gst_text_overlay_init),
10684         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10685         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10686         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10687         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10688         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10689         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10690         and subtitles files.
10691
10692 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10693
10694         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10695         should be considered as raw.
10696
10697 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10698
10699         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10700         (cb_probe):
10701         * gst/playback/gststreaminfo.h: Introduce language informations.
10702
10703 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10704
10705         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10706         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10707         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10708         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10709         Set shared memory segments to be deleted as soon as we have attached,
10710         that way they get cleaned up automatically if we crash.
10711
10712 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10713
10714         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10715         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10716         functions are called with lock held.
10717
10718 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10719
10720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10721         (gst_text_overlay_finalize), (gst_text_overlay_init),
10722         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10723         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10724         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10725         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10726         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10727         (gst_text_overlay_change_state): Refactoring of textoverlay
10728         without collectpads. This now supports sparse subtitles coming
10729         from a demuxer instead of a sub file. Seeking is still broken 
10730         though. Need to discuss with wtay some more on how to handle
10731         seeking correctly.
10732         * ext/pango/gsttextoverlay.h:
10733         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10734         subtitles coming from the demuxer.
10735
10736 2006-02-17  Wim Taymans  <wim@fluendo.com>
10737
10738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10739         (gst_vorbisenc_convert_sink):
10740         Use some more scaling functions.
10741
10742 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * ext/cdparanoia/gstcdparanoiasrc.c:
10745         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10746         (gst_cd_paranoia_paranoia_callback),
10747         (gst_cd_paranoia_src_signal_is_being_watched),
10748         (gst_cd_paranoia_src_read_sector):
10749         * ext/cdparanoia/gstcdparanoiasrc.h:
10750           Add back 'transport-error' and 'uncorrected-error' signals and
10751           make them actually be fired when bad stuff happens (#319340).
10752
10753 2006-02-17  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10756         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10757         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10758         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10759         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10760         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10761         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10762         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10763         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10764         (gst_ring_buffer_clear):
10765         Small cleanups.
10766         Added some G_LIKELY.
10767
10768 2006-02-17  Wim Taymans  <wim@fluendo.com>
10769
10770         * gst-libs/gst/audio/TODO:
10771         Update TODO
10772
10773         * gst-libs/gst/audio/gstbaseaudiosink.c:
10774         (gst_base_audio_sink_get_offset):
10775         When trying to play samples ASAP and we don't have a
10776         previous sample, try to play at position 0 instead of
10777         an invalid position.
10778
10779 2006-02-17  Wim Taymans  <wim@fluendo.com>
10780
10781         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10782         (gst_alsasink_reset):
10783         Also release lock when we get an error in _reset();
10784         fix an error message.
10785
10786 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10789         (gst_alsasink_init), (get_channel_free_structure),
10790         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10791         (gst_alsasink_close):
10792         * ext/alsa/gstalsasink.h:
10793           Add support for more than 2 channels (#326720).
10794
10795 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10798           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10799           with 4 or 6 channels, assume a default channel layout to make things
10800           work (not sure there's anything else we can do in those cases).
10801
10802 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst-libs/gst/audio/multichannel.c:
10805           Minor docs fix.
10806
10807         * gst-libs/gst/riff/Makefile.am:
10808         * gst-libs/gst/riff/riff-ids.h:
10809         * gst-libs/gst/riff/riff-media.c:
10810         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10811           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10812           channels and a channel layout map.
10813           
10814 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10815
10816         Reviewed by Edward Hervey  <edward@fluendo.com>
10817
10818         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10819         C-level optimization of the RGBA nearest neighbour function.
10820         Eventually this might end up in liboil with vectorized versions.
10821
10822 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         * gst-libs/gst/audio/multichannel.c:
10825         (gst_audio_get_channel_positions):
10826           When we have more than 2 channels, but no channel layout is
10827           specified in the caps, return some default channel layout
10828           to the caller and warn about about a possibly buggy element
10829           (could be buggy filtercaps as well of course) (#317038).
10830
10831 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10834           Add gst-libs/gst/cdda to list of lib search paths.
10835
10836 2006-02-15  Andy Wingo  <wingo@pobox.com>
10837
10838         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10839         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10840         to the Lord Jesus that I do not have to touch the ogg muxer ever
10841         again.
10842
10843 2006-02-15  Edward Hervey  <edward@fluendo.com>
10844
10845         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10846         quicktime movie files can also contain 'uuid' atoms.
10847
10848 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/audioconvert/plugin.c: (plugin_init):
10851           Register the GstAudioChannelPosition enum type with the type
10852           system in the plugin_init function, so that it is known before
10853           any element actually makes use of multi-channel stuff. This is
10854           required for example if one wants to be able to deserialise/use
10855           a caps string with channel positions before any pipeline has
10856           been setup and started, like with gst-launch.
10857
10858 2006-02-14  Wim Taymans  <wim@fluendo.com>
10859
10860         * gst-libs/gst/audio/gstringbuffer.c:
10861         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10862         (gst_ring_buffer_samples_done), (wait_segment),
10863         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10864         Add some compiler G_(UN_)LIKELY help.
10865         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10866         make sure they can exit their functions. Should fix #330748
10867
10868 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10869
10870         * Makefile.am:
10871         * configure.ac:
10872         * win32/MANIFEST:
10873         * win32/common/_stdint.h:
10874           Windows does not have long long; copy the generated _stdint.h
10875         * win32/common/interfaces-enumtypes.c:
10876         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10877         (gst_mixer_track_flags_get_type),
10878         (gst_tuner_channel_flags_get_type):
10879         * win32/common/multichannel-enumtypes.c:
10880         (gst_audio_channel_position_get_type):
10881           update
10882
10883 2006-02-13  Wim Taymans  <wim@fluendo.com>
10884
10885         * gst-libs/gst/audio/gstbaseaudiosink.c:
10886         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10887         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10888         Always sync on first sample we receive when starting.
10889
10890 2006-02-13  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst/playback/gstplaybin.c: (gen_vis_element):
10893         Update vis bin docs.
10894         Move queue after tee so we don't queue video buffers but
10895         audio samples instead. Fixes problems where the video queue
10896         is filled and the audio queue empty.
10897
10898 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10901           No need to push an EOS event here, GstBaseSrc will do that for us
10902           when we return FLOW_UNEXPECTED.
10903           
10904 2006-02-12  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst-libs/gst/audio/gstbaseaudiosink.c:
10907         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10908         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10909         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10910         Use scale functions when possible.
10911         Fix error messages.
10912         Free clockid when after waiting for EOS.
10913         Use G_(UN_)LIKLY when it makes sense.
10914         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10915
10916 2006-02-12  Edward Hervey  <edward@fluendo.com>
10917
10918         * gst/playback/gstplaybasebin.c: (prepare_output): 
10919         Remove stray semi-colon (fixes #330888).
10920
10921 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10922
10923         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10925         Fix up the XShm call testing so that we catch errors, and don't
10926         cause new ones by attempting to detach from a segment we failed
10927         to attach to. Fixes #312439.
10928
10929 2006-02-10  Edward Hervey  <edward@fluendo.com>
10930
10931         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10932         Added flv file typefind (video/x-flv).
10933
10934 2006-02-10  Edward Hervey  <edward@fluendo.com>
10935
10936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10937         (gst_riff_create_video_template_caps):
10938         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10939         Also added the caps to the default set of riff video caps.
10940
10941 2006-02-09  Andy Wingo  <wingo@pobox.com>
10942
10943         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10944         time and the end time of the last packet in the page.
10945         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10946         on the pages in our queue, set the duration as well. Reflow a
10947         debug statement.
10948         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10949         Fixes bad muxing order.
10950
10951 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10952
10953         * gst-libs/gst/rtp/gstbasertppayload.c:
10954         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10955           update seqnum before setting it on the packet; this makes sure
10956           that the timestamp and seqnum properties match after pushing
10957           a buffer
10958
10959 2006-02-09  Andy Wingo  <wingo@pobox.com>
10960
10961         * gst-libs/gst/audio/gstringbuffer.c
10962         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10963         overflow after 13.5 hours of recording. Kapow!
10964
10965         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10966         the buffer size -- we don't care about underrun/overrun reporting
10967         right now, just need to return a useful value.
10968
10969 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10970
10971         * configure.ac:
10972           Back to CVS
10973
10974 === release 0.10.3 ===
10975
10976 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10977
10978         * configure.ac:
10979           releasing 0.10.3, "Under Pressure"
10980
10981 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10982
10983         * configure.ac:
10984         Drat. Bump libtool version number for new API.
10985         Prelease 0.10.2.3 (of 0.10.3)
10986
10987 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10988
10989         * configure.ac:
10990         * win32/common/config.h:
10991         0.10.2.2 prerelease (of 0.10.3).
10992
10993 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10996           Revert Andy's newsegment change pending a more correct
10997           fix.
10998
10999 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11000
11001         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11002         (qt_type_find), (plugin_init):
11003           detect more files as 3gp
11004           group and reorder the iso file formats
11005
11006 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * ext/vorbis/vorbis.c: (plugin_init):
11009           Register musicbrainz tags, so apps don't have to.
11010
11011 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11014         (gst_tag_to_vorbis_tag):
11015           Make sure we called gst_tag_register_musicbrainz_tags()
11016           before possibly mapping a vorbiscomment string from/to a
11017           musicbrainz tag.
11018
11019 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11022           In case we can't find the required number of consecutive
11023           mpeg audio frames to positively identify an MPEG audio
11024           stream, check if there's at least a valid mpeg audio
11025           frame right at offset 0 and if so suggest mpeg/audio
11026           caps with a very low probability (#153004).
11027
11028 2006-02-07  Andy Wingo  <wingo@pobox.com>
11029
11030         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11031         a TIME segment if we get timestamped buffers. Requires recent
11032         fixes in core to work properly.
11033
11034 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * gst/playback/gstplaybasebin.c: (prepare_output):
11037           Don't print the URI as part of the error message, it
11038           makes error dialogs look rather ugly, especially if
11039           the URI is very long or has characters in it that
11040           need escaping.
11041
11042 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * gst/playback/gstplaybasebin.c: (prepare_output):
11045           Error out if we have only text or subtitles, but nothing
11046           else. Also error out if we have subtitles but no video
11047           stream.
11048
11049 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11052           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11053           Post an error message on the bus when we encounter an
11054           error, which will hopefully be more meaningful than the
11055           'Internal Flow Error' message users get to see if we
11056           just return GST_FLOW_ERROR.
11057
11058 2006-02-07  Andy Wingo  <wingo@pobox.com>
11059
11060         * configure.ac (GST_MAJORMINOR): Update core version req to
11061         0.10.2.2, for the collectpads API addition (#330244).
11062
11063 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11066           Return FALSE from plugin_init() when GnomeVFS can't
11067           be initialised for some reason (#328423).
11068
11069 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11070
11071         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11072         Stick to seeking theory until i find the bug.
11073         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11074
11075 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11076
11077         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11078         (theora_enc_finalize), (theora_enc_sink_setcaps),
11079         (theora_set_header_on_caps), (theora_enc_chain),
11080         (theora_enc_change_state):
11081         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11082           Make theoraenc and the tests leak free. Like, really.
11083
11084 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11085
11086         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11087         (theora_enc_finalize), (theora_enc_sink_setcaps):
11088           Add a finalize method to ensure we clean up state even if
11089           someone omitted the state change back to NULL.
11090
11091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11092         (gst_vorbisenc_chain):
11093           Free some more leaked bits.
11094
11095         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11096         (stop_pipeline):
11097           Wait for state changes to happen if they're ASYNC.
11098
11099           This ought to teach those fancy pants buildbots a lesson.
11100
11101 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11102
11103         * gst-libs/gst/tag/gstid3tag.c:
11104           Add mapping for ID3 International Standard Recording Code
11105           tag "TSRC"
11106
11107 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11108
11109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11110           Don't leak tag names.
11111
11112 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * docs/libs/gst-plugins-base-libs-docs.sgml:
11115         * docs/libs/gst-plugins-base-libs-sections.txt:
11116         * gst-libs/gst/tag/gstid3tag.c:
11117         * gst-libs/gst/tag/gstvorbistag.c:
11118         * gst-libs/gst/tag/tags.c:
11119           Split libgsttag docs into multiple sections.
11120
11121 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * docs/libs/Makefile.am:
11124         * docs/libs/gst-plugins-base-libs-docs.sgml:
11125         * docs/libs/gst-plugins-base-libs-sections.txt:
11126         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11127         * gst-libs/gst/tag/gstvorbistag.c:
11128         * gst-libs/gst/tag/tag.h:
11129         * gst-libs/gst/tag/tags.c:
11130           Add libgsttag to the docs.
11131
11132 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11133
11134         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11135         (gst_text_overlay_init), (gst_text_overlay_src_event),
11136         (gst_text_overlay_collected): Fix clockoverlay.
11137
11138 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * docs/libs/compiling.sgml:
11141           Fix typo: it's pkg-config, not pkg-gconfig
11142
11143         * docs/libs/gst-plugins-base-libs-docs.sgml:
11144         * docs/libs/gst-plugins-base-libs-sections.txt:
11145         * docs/libs/tmpl/gstgconf.sgml:
11146           There is no libgstgconf in 0.10, remove it
11147           from the docs.
11148
11149 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11150
11151         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11152         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11153         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11154         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11155         (gst_sub_parse_class_init), (gst_sub_parse_init),
11156         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11157         (parse_mpsub), (parser_state_init), (handle_buffer),
11158         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11159         * gst/subparse/gstsubparse.h: Introduce seeking code.
11160
11161 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11162
11163         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11164           Add comment about LANGUAGE tag inconsistency (we want
11165           ISO-639-1, but extract three-letter identifiers?)
11166
11167         * po/POTFILES.in:
11168           Add two translatable files.
11169
11170 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * gst-libs/gst/tag/Makefile.am:
11173         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11174         * gst-libs/gst/tag/tag.h:
11175         * gst-libs/gst/tag/tags.c:
11176         (gst_tag_register_musicbrainz_tags_internal),
11177         (gst_tag_register_musicbrainz_tags):
11178           Forward-port some tags stuff from the 0.8 branch. This is
11179           mostly the addition of musicbrainz tags and their mapping
11180           to vorbistags, and a vorbistag mapping of the language tag.
11181
11182 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11183
11184         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11185         refactoring.
11186
11187 2006-02-04  David Schleef  <ds@schleef.org>
11188
11189         * ext/ogg/gstoggmux.c:
11190         * gst/typefind/gsttypefindfunctions.c:
11191           Add Dirac typefinding and add dirac format to oggmux.
11192
11193 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * gst/playback/gstdecodebin.c: (try_to_link_1):
11196           Don't put essential function call into
11197           g_return_*() macro, otherwise it'll all be
11198           replaced by NOOPs when compiling with
11199           G_DISABLE_CHECKS defined.
11200
11201 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11202
11203         * ext/ogg/gstoggdemux.c:
11204         * ext/ogg/gstoggparse.c:
11205         * gst/tcp/gsttcpserversink.c:
11206         * sys/v4l/v4lsrc_calls.c:
11207         * sys/v4l/v4lsrc_calls.h:
11208         Just make it compile with --disable-gst-debug.
11209
11210 2006-02-03  Wim Taymans  <wim@fluendo.com>
11211
11212         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11213         (gst_alsasink_class_init), (gst_alsasink_init),
11214         (gst_alsasink_write), (gst_alsasink_reset):
11215         * ext/alsa/gstalsasink.h:
11216         Add lock to protect alsa calls.
11217         Implement reset to flush samples ASAP, does not work
11218         with dmix though.
11219
11220 2006-02-02  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst-libs/gst/audio/gstbaseaudiosink.c:
11223         (gst_base_audio_sink_provide_clock):
11224         Ugh.. getting late I guess...
11225
11226 2006-02-02  Wim Taymans  <wim@fluendo.com>
11227
11228         * gst-libs/gst/audio/gstbaseaudiosink.c:
11229         (gst_base_audio_sink_provide_clock),
11230         (gst_base_audio_sink_set_property),
11231         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11232         Don't try to provide a clock when we are not negotiated since
11233         we might not be able to make it run.
11234
11235 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * gst/playback/gstdecodebin.c: (try_to_link_1):
11238           Unlinking two source pads is ... hard.
11239
11240 2006-02-02  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/audio/TODO:
11243         Updated.
11244
11245         * gst-libs/gst/audio/gstbaseaudiosink.c:
11246         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11247         On EOS, wait till the last sample is played before posting EOS.
11248
11249 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11250
11251         Patch by: Kai Vehmanen
11252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11253           Adds ability to enable newsegment bypass by setting queue_delay to
11254           zero. Also avoid thread being started if queue_delay is zero.
11255
11256 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11259           Make test work again by connecting fakesinks to each decoded pad,
11260           which makes the pipeline wait until each fakesink has a buffer
11261           queued before going to PAUSED state. At that point we know the
11262           decodebin pads are negotiated.
11263
11264 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11265
11266         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11267         (gst_cdda_base_src_handle_event):
11268         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11269           Pass unhandled queries to the parent class's query function.
11270
11271 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11274         (gst_ogg_pad_src_query):
11275         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11276         * ext/theora/theoradec.c: (theora_dec_src_query),
11277         (theora_dec_sink_query):
11278         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11279         (vorbis_dec_sink_query):
11280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11281         (gst_vorbisenc_sink_query):
11282         * gst/adder/gstadder.c: (gst_adder_query):
11283           Pass unhandled queries upstream instead of just
11284           dropping them (#326447). Also, fix supported
11285           query types list for some elements.
11286
11287 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11290         (paris_type_find), (ilbc_type_find), (plugin_init):
11291           Fix typefinding for audio/x-au, audio/x-paris and
11292           audio/iLBC-sh. We cannot use the START_WITH macros
11293           here, because there can only be one typefind factory
11294           with the same name (caps), so the second one would
11295           replace the first one and the first one would never
11296           be called when doing typefinding (see #161712).
11297           
11298
11299 2006-01-31  Wim Taymans  <wim@fluendo.com>
11300
11301         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11302         (vorbis_handle_header_packet), (vorbis_dec_push),
11303         (vorbis_handle_data_packet):
11304         Use scale_int when we can, add some more scaling.
11305         Check packettype before parsing it.
11306
11307 2006-01-31  Wim Taymans  <wim@fluendo.com>
11308
11309         * ext/theora/theoradec.c: (_theora_granule_time),
11310         (theora_dec_src_convert), (theora_dec_sink_convert):
11311         Call right _scale functions.
11312         Use parameter instead of some other random value.
11313
11314 2006-01-31  Wim Taymans  <wim@fluendo.com>
11315
11316         * ext/theora/theoradec.c: (_theora_granule_frame),
11317         (_theora_granule_time), (_inc_granulepos),
11318         (theora_dec_src_convert), (theora_dec_sink_convert),
11319         (theora_handle_type_packet), (theora_handle_data_packet),
11320         (theora_dec_chain):
11321         Use higher precision timestamps calculation.
11322         Convert some other conversions to _scale.
11323
11324 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11325
11326         * gst/audiotestsrc/gstaudiotestsrc.c:
11327         (gst_audio_test_src_create_sine_table), (plugin_init):
11328         * gst/volume/gstvolume.c: (plugin_init):
11329           initialize gst_controller before using
11330
11331 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11332
11333         * tests/check/pipelines/theoraenc.c:
11334         * tests/check/pipelines/vorbisenc.c:
11335         Define constant using G_GINT64_CONSTANT to avoid errors when
11336         passing it around - otherwise it gets truncated to 32 bits.
11337
11338         Fixes failing tests.
11339
11340 2006-01-31  Andy Wingo  <wingo@pobox.com>
11341
11342         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11343         caps being set doesn't have a framerate value. Basically a stopgap
11344         measure.
11345
11346         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11347         technically correct enough to put into core though.
11348         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11349         DURATION. Fixes theoraenc ! oggmux.
11350
11351         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11352         fraction, not double.
11353
11354 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11355
11356         * win32/vs7:
11357         add vs7 project files created by Sergey Scobich
11358
11359 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11360
11361         * win32/vs8:
11362         add vs8 project files created by Sergey Scobich
11363         
11364 2006-01-30  Andy Wingo  <wingo@pobox.com>
11365
11366         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11367         timestamp + duration, not just timestamp -- ogg pages should be
11368         ordered by stop time. Necessary fix given the change in vorbis
11369         timestamps.
11370
11371         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11372         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11373         (granulepos_add): New function, handles the messiness of adjusting
11374         granulepos values.
11375         (theora_buffer_from_packet):
11376         (theora_enc_chain):
11377         (theora_enc_sink_event): Use granulepos_add, not +.
11378
11379         * tests/check/pipelines/theoraenc.c
11380         (check_buffer_granulepos_from_starttime): Just check the frame
11381         count, not the actual granulepos -- we can't dictate to the
11382         encoder when it should be placing keyframes.
11383
11384 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11385
11386         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11387           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11388           play an http:// stream from a server that's not serving
11389
11390 2006-01-30  Andy Wingo  <wingo@pobox.com>
11391
11392         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11393         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11394         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11395         available.
11396
11397         * ext/theora/gsttheoraenc.h:
11398         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11399         although theoraenc was timestamping correctly. Added handling of
11400         streams that start with nonzero timestamps.
11401
11402         * tests/check/Makefile.am:
11403         * tests/check/pipelines/theoraenc.c: New file, basically does same
11404         tests as vorbisenc.
11405
11406         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11407
11408 2006-01-30  Wim Taymans  <wim@fluendo.com>
11409
11410         * gst-libs/gst/audio/gstaudiosink.c:
11411         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11412         (gst_audioringbuffer_pause):
11413         Implement pause that does not wait for completion.
11414
11415         * gst-libs/gst/audio/gstbaseaudiosink.c:
11416         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11417         Don't drop buffers when going to PAUSED but perform preroll on
11418         remaining samples now that core base class supports this.
11419
11420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11421         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11422         (gst_ring_buffer_commit):
11423         Pause should not signal waiters.
11424         Implement return value of _commit correctly.
11425
11426 2006-01-30  Andy Wingo  <wingo@pobox.com>
11427
11428         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11429
11430         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11431         updated to timestamp from the first sample, not the last.
11432         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11433         special care of granulepos and timestamp for header packets.
11434         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11435         when the first buffer has a nonzero timestamp.
11436
11437         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11438         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11439         case when the first audio buffer we get has a nonzero timestamp.
11440         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11441         properly timestamp vorbis buffers with the time of the first
11442         sample, not the last.
11443         
11444         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11445         vorbis_granule_time_copy -- now it takes the granule/subgranule
11446         offset into account.
11447
11448         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11449         timestamps, durations, and granulepos on buffers produced by
11450         vorbisenc.
11451
11452 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11453
11454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11456           Patch from Eric Jonas to support conversions to/from UYVY 
11457           (Fixes: #324626)
11458
11459 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11460
11461         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11462         (setup_subtitle), (setup_source), (set_active_source):
11463         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11464         (gen_text_element), (gen_audio_element), (gen_vis_element),
11465         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11466
11467 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11468
11469         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11470         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11471                 use gst_guint64_to_gdouble to be compliant with vs6
11472         * gst/playback/gstdecodebin.c: (try_to_link_1)
11473         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11474                 use G_GINT64_CONSTANT for int64 constants
11475         * win32/common/libgstinterfaces.def:
11476                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11477         * win32/vs6:
11478                 update and add new project files
11479                 
11480 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11481
11482         * Makefile.am:
11483         * win32/MANIFEST:
11484         * win32/common/interfaces-enumtypes.c:
11485         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11486         (gst_mixer_track_flags_get_type),
11487         (gst_tuner_channel_flags_get_type):
11488         * win32/common/interfaces-enumtypes.h:
11489         * win32/common/multichannel-enumtypes.c:
11490         (gst_audio_channel_position_get_type):
11491         * win32/common/multichannel-enumtypes.h:
11492           add a win32-update rule like in core, and copy over enumtypes files
11493
11494 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496         * win32/MANIFEST:
11497         * win32/common/config.h:
11498         * win32/common/config.h.in:
11499           add config files just like in core
11500
11501 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11504           Make gcc-4.1 happy (part of #327357).
11505
11506 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11509         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11510         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11511         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11512         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11513         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11514           Update all error messages.  All of them should either use
11515           the default translated message, or actually provide a
11516           translatable string.
11517           Make the string for channel count problems meaningful.
11518
11519 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11520
11521         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11522           check for and throw RESOURCE_BUSY
11523
11524 2006-01-27  David Schleef  <ds@schleef.org>
11525
11526         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11527           checked in this change -- it requires liboil features not
11528           in 0.3.6.  Revert parts.
11529
11530 2006-01-27  David Schleef  <ds@schleef.org>
11531
11532         * REQUIREMENTS:
11533         * configure.ac: update liboil requirement to 0.3.6
11534         * gst/videoscale/Makefile.am:
11535         * gst/videoscale/vs_scanline.c: liboilify
11536
11537 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11538
11539         * ext/libvisual/visual.c: (get_buffer):
11540           When pad_alloc returns a GstFlowReturn other
11541           than GST_FLOW_OK, make sure it is passed upstream.
11542
11543 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11544
11545         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11546         (gst_alsasink_class_init):
11547           Free the device name string.
11548
11549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11550         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11551         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11552           Don't remove a pad from the collectpads structure until it
11553           is released - it's a request pad, and may receive data again
11554           if the element gets moved back to PLAYING state.
11555
11556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11557           Ensure we turn on double buffering on the Xv port, and
11558           set the colour key to something dark and mysterious that
11559           isn't black.
11560
11561 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11562
11563         * ext/alsa/gstalsaplugin.c: (plugin_init):
11564         * ext/cdparanoia/gstcdparanoiasrc.c:
11565         (gst_cd_paranoia_src_base_init), (plugin_init):
11566         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11568           - a library should not call setlocale. see "Libraries" node in
11569             gettext manual
11570           - make sure all plugins that use translation do bindtextdomain
11571             to point to the localedir
11572         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11573         (setup_sinks), (plugin_init):
11574           all this, and check for NULL when creating sinks
11575
11576 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11577
11578         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11579         (plugin_init): Make typefinding of subtitles work again.
11580
11581 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11584         (mp3_type_frame_length_from_header), (mp3_type_find),
11585         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11586         (plugin_init):
11587           Backport a bunch of typefinding fixes from the 0.8 branch.
11588           Also, improve wavpack typefinding: if we can't peek the
11589           entire wavpack block, try to parse the bits we can get and
11590           see if we find what we're looking for in those.
11591
11592 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11593
11594         * sys/ximage/ximagesink.c:
11595         (gst_ximagesink_calculate_pixel_aspect_ratio):
11596         * sys/xvimage/xvimagesink.c:
11597         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11598         more cases of pixel aspect ratio.
11599
11600 2006-01-26  Edward Hervey  <edward@fluendo.com>
11601
11602         * gst/playback/gstdecodebin.c: (pad_probe):
11603         Also consider the flush-start and tag events as unblockers
11604         for the pad probes.
11605
11606 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11607
11608         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11609         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11610         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11611         On the fly visualisation switch, works disabling, enabling as
11612         well but it won't be able to enable vis in a playbin that was
11613         created with no visualisation.
11614
11615 2006-01-25  Wim Taymans  <wim@fluendo.com>
11616
11617         * gst-libs/gst/audio/gstbaseaudiosink.c:
11618         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11619         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11620         resume after pause.
11621
11622 2006-01-25  Wim Taymans  <wim@fluendo.com>
11623
11624         * gst-libs/gst/audio/gstbaseaudiosink.c:
11625         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11626         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11627         Improve debugging.
11628         Post error when caps cannot be parsed.
11629         Resync on discontinuity in the stream.
11630         Clip samples to segment boundaries.
11631         return WRONG_STATE sooner when we are flushing.
11632
11633         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11634         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11635         Make audiosrc operate in TIME.
11636         Set TIMESTAMP and DURATION on buffers.
11637
11638 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * tests/examples/seek/seek.c: (main):
11641           Output tag messages as well.
11642
11643 2006-01-23  Edward Hervey  <edward@fluendo.com>
11644
11645         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11646         (free_pad_probes), (remove_fakesink), (pad_probe),
11647         (close_pad_link), (gst_decode_bin_change_state):
11648         Replace GstPadBlockCallback with pad probes that detect
11649         first buffer AND eos before removing fakesink.
11650         Fixes hang with demuxers doing EOS while pre-rolling.
11651         Solves #328279
11652
11653 2006-01-23  Andy Wingo  <wingo@pobox.com>
11654
11655         * ext/alsa/gstalsasink.c:
11656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11657         (gst_base_rtp_depayload_setcaps),
11658         (gst_base_rtp_depayload_add_to_queue),
11659         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11660         
11661         Patch by: Jens Granseuer <jensgr at gmx dot net>
11662
11663 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11664
11665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11666         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11667         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11668         frames. We might get a frame destroyed after changing state to
11669         NULL, adding a safety check on xcontext.
11670
11671 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * gst-libs/gst/interfaces/xoverlay.c:
11674           Fix prepare-xwindow-id code example in the docs - we need to
11675           ignore all messages that aren't element messages as well.
11676           
11677 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11678
11679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11680           I think one day i'll completely undestand how caps negotiation
11681           is supposed to work. This refactoring handles buffer_alloc
11682           called with caps we can't handle. We definitely don't want a
11683           set_caps with those caps, so we define and allocate a buffer
11684           we would like to receive.
11685
11686 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * gst/playback/gstplaybasebin.c: (setup_source):
11689           Free iterator when done.
11690
11691 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11692
11693         * gst-libs/gst/audio/gstbaseaudiosink.c:
11694         (gst_base_audio_sink_render):
11695           Fix playback of non-synchronised streams by assuming a rate
11696           of 1.0 instead of a random one.
11697
11698           Makes this work again:
11699
11700           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11701           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11702           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11703           audioresample ! alsasink
11704
11705 === release 0.10.2 ===
11706
11707 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11708
11709         * configure.ac:
11710           releasing 0.10.2, "Then the devil is six"
11711
11712 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11713
11714         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11715         * gst/playback/gststreamselector.c:
11716         (gst_stream_selector_set_property):
11717           Comment out broken code that connects to the state-changed signal.
11718           At this point, changing current stream selection is broken, but 
11719           stuff like gst-launch playbin current-audio=1 works and filters
11720           to the chosen stream.
11721
11722 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11723
11724         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11725           Fix #327216 (null dereference in vorbisdec)
11726
11727 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11728
11729         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11730           Post taglist actually on bus instead of just freeing it
11731           (fixes #327114 and totem bug #327080).
11732
11733         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11734           Use gst_element_found_tags_for_pad(), so that the tags
11735           are sent downstream as an event as well.
11736
11737 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11738
11739         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11740         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11741         (gst_ximagesink_buffer_alloc):
11742         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11743         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11744         (gst_xvimagesink_buffer_alloc):
11745           move all regularly occurring messages to GST_LOG level
11746           add some more object logs
11747
11748 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11751           fix a silly segfault
11752
11753 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * docs/libs/gst-plugins-base-libs-docs.sgml:
11756         * docs/libs/gst-plugins-base-libs-sections.txt:
11757         * gst-libs/gst/audio/mixerutils.c:
11758         * gst-libs/gst/audio/mixerutils.h:
11759           Add docs for mixerutils stuff.
11760
11761 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/playback/gstplaybasebin.c: (setup_source):
11764           Fix playback for sources that emit raw audio or
11765           raw video streams (e.g.: cd audio sources) (#325984).
11766
11767 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11768
11769         * gst-libs/gst/audio/mixerutils.c:
11770         (gst_audio_mixer_filter_do_filter):
11771           actually save the element we create
11772
11773 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * gst-libs/gst/cdda/gstcddabasesrc.c:
11776         (gst_cdda_base_src_handle_track_seek):
11777           No need to post a tag message on the bus when seeking
11778           within the same track, only post it when the current
11779           track changes.
11780
11781 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11782
11783         * gst/playback/gstplaybasebin.c: (group_destroy),
11784         (probe_triggered), (new_decoded_pad), (mute_group_type),
11785         (set_active_source):
11786         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11787         * gst/playback/gststreamselector.c:
11788         (gst_stream_selector_base_init),
11789         (gst_stream_selector_set_property),
11790         (gst_stream_selector_request_new_pad):
11791           Reenable stream selection. These mechanisms need a complete overhaul
11792           in the face of 0.8->0.10 changes though.
11793
11794 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11795
11796         * ext/ogg/gstoggdemux.c:
11797           Change the pad template to src_%d to match the pads that 
11798           are created from it. decodebin needs this information in order
11799           to decide that oggdemux is capable of producing multiple pads
11800           (and hence needs queues inserted).
11801
11802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11803         (gst_ogg_mux_collected):
11804           Make debug output more useful by using GST_PTR_FORMAT.
11805
11806 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11807
11808         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11809
11810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11811           Set depth and width for alaw/mulaw (fixes #326601).
11812
11813 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11814
11815         * tests/icles/Makefile.am:
11816           don't build the tests if we don't have the libs
11817
11818 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11821         (gst_cd_paranoia_paranoia_callback):
11822           Don't try to free NULL pointers.
11823
11824 2006-01-10  Edward Hervey  <edward@fluendo.com>
11825
11826         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11827         (gst_audio_rate_change_state), (plugin_init):
11828         Add debugging category.
11829         Fix type issues.
11830         Add case for incoming buffers without valid offset/offset_end.
11831
11832 2006-01-10  Michael Smith  <msmith@fluendo.com>
11833
11834         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11835           Don't leak GCond in audio sources.
11836
11837 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11838
11839         * gst/playback/gstplaybin.c: (gen_audio_element):
11840           Don't leak an autoaudiosink/alsasink when we generate
11841           a new audio element. (old code, I guess)
11842
11843 2006-01-10  Michael Smith  <msmith@fluendo.com>
11844
11845         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11846           Support float audio in audiorate.
11847           Use width rather than depth for selecting sample width.
11848
11849 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * gst/videotestsrc/videotestsrc.h:
11852           Use GLib types here (that way we don't have to include the
11853           generated _stdint.h header, which makes life easier for win32
11854           folks that don't use autotools for the build) (#325990, patch
11855           by: Sergey Scobich).
11856
11857 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11860         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11861         (gst_ring_buffer_pause), (wait_segment):
11862         * gst-libs/gst/audio/gstringbuffer.h:
11863           Name (private) union, makes Forte compiler happy (this time
11864           for real) (#324900).
11865
11866 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * gst-libs/gst/audio/Makefile.am:
11869           Link against libgstinterfaces, needed for mixer
11870           and property probe stuff.
11871
11872 2006-01-09  Edward Hervey  <edward@fluendo.com>
11873
11874         * gst-libs/gst/Makefile.am:
11875
11876 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11877
11878         * gst-libs/gst/audio/Makefile.am:
11879         * gst-libs/gst/audio/mixerutils.c:
11880         (gst_audio_mixer_filter_do_filter),
11881         (gst_audio_mixer_filter_check_element),
11882         (gst_audio_mixer_filter_probe_feature),
11883         (element_factory_rank_compare_func),
11884         (gst_audio_default_registry_mixer_filter):
11885         * gst-libs/gst/audio/mixerutils.h:
11886           Add gst_audio_default_registry_mixer_filter() utility
11887           function.
11888
11889 2006-01-03  Michael Smith  <msmith@fluendo.com>
11890
11891         * gst/audioresample/resample.h:
11892           As before, but for o_buf
11893
11894 2006-01-03  Michael Smith  <msmith@fluendo.com>
11895
11896         * gst/audioresample/resample.h:
11897           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11898           since we do arithmetic on it.
11899
11900 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11901
11902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11903         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11904         (gst_ring_buffer_pause), (wait_segment):
11905         * gst-libs/gst/audio/gstringbuffer.h:
11906           Sun's Forte compiler doesn't seem to like anonymous structs,
11907           so use same setup as in GstBaseSrc (fixes #324900).
11908
11909 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11910
11911         * configure.ac:
11912         * gst/volume/Makefile.am:
11913         * gst/volume/demo.c:
11914           move old example to tests/examples/volume/volune.c
11915         * tests/examples/Makefile.am:
11916         * tests/examples/seek/seek.c: (main):
11917           change window-close event from "delete-event" to "destroy"
11918         * tests/examples/volume/Makefile.am:
11919         * tests/examples/volume/volume.c: (value_changed_callback),
11920         (setup_gui), (message_received), (eos_message_received), (main):
11921           fix event handling and bus usage
11922
11923 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11924
11925         * gst/audiotestsrc/gstaudiotestsrc.c:
11926         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11927         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11928         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11929         (gst_audio_test_src_create_square),
11930         (gst_audio_test_src_create_saw),
11931         (gst_audio_test_src_create_triangle),
11932         (gst_audio_test_src_create_silence),
11933         (gst_audio_test_src_create_white_noise),
11934         (gst_audio_test_src_create_pink_noise),
11935         (gst_audio_test_src_init_sine_table),
11936         (gst_audio_test_src_create_sine_table),
11937         (gst_audio_test_src_change_wave),
11938         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11939         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11940         * gst/audiotestsrc/gstaudiotestsrc.h:
11941           update to basesrc changes, implement segmented seeking and eos
11942           handling, add a 'sine-tab' waveform for performance critical playback
11943
11944 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11945
11946         * po/POTFILES.in:
11947           ... and this time the other modified file that I missed last time.
11948
11949 2005-12-29  Michael Smith  <msmith@fluendo.com>
11950
11951         * gst/playback/gstdecodebin.c: (new_pad):
11952           Fix non-C89 variable declaration not at the start of a block. Should
11953           help some compilers.
11954
11955 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * tests/check/Makefile.am:
11958           And now fix 'make distcheck' (builddir != srcdir)
11959
11960 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * configure.ac:
11963         * ext/cdparanoia/Makefile.am:
11964         * ext/cdparanoia/gstcdparanoia.c:
11965         * ext/cdparanoia/gstcdparanoia.h:
11966         * ext/cdparanoia/gstcdparanoiasrc.c:
11967         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11968         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11969         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11970         (gst_cd_paranoia_paranoia_callback),
11971         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11972         (gst_cd_paranoia_src_set_property),
11973         (gst_cd_paranoia_src_get_property), (plugin_init):
11974         * ext/cdparanoia/gstcdparanoiasrc.h:
11975           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11976           plugin again (there are still fixes required to playbin to make
11977           cdda:// uris work there).
11978
11979 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * tests/check/Makefile.am:
11982           Fix test case compilation.
11983
11984 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * gst-libs/gst/cdda/gstcddabasesrc.c:
11987         (gst_cdda_base_src_update_duration),
11988         (gst_cdda_base_src_calculate_cddb_id):
11989           An integer is not a string. Fix access to uninitialised variable.
11990
11991         * tests/check/Makefile.am:
11992           Add cddabasesrc unit test; also actually enable the vorbis test.
11993
11994         * tests/check/generic/states.c:
11995           Blacklist new cd audio elements as well.
11996
11997         * tests/check/libs/cddabasesrc.c:
11998           Unit test for GstCddaBaseSrc (discid calculation mostly).
11999
12000 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * docs/libs/Makefile.am:
12003         * docs/libs/gst-plugins-base-libs-docs.sgml:
12004         * docs/libs/gst-plugins-base-libs-sections.txt:
12005         * docs/libs/gst-plugins-base-libs.types:
12006           Add docs for libgstcdda/GstCddaBaseSrc.
12007
12008         * gst-libs/gst/interfaces/mixertrack.h:
12009           Do one struct member per line with a semicolon at the end, that way
12010           even gtk-doc might parse it without complaining.
12011
12012 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         * configure.ac:
12015         * gst-libs/gst/Makefile.am:
12016         * gst-libs/gst/cdda/Makefile.am:
12017         * gst-libs/gst/cdda/base64.c:
12018         * gst-libs/gst/cdda/base64.h:
12019         * gst-libs/gst/cdda/gstcddabasesrc.c:
12020         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12021         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12022         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12023         (gst_cdda_base_src_get_property),
12024         (gst_cdda_base_src_get_track_from_sector),
12025         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12026         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12027         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12028         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12029         (gst_cdda_base_src_uri_get_protocols),
12030         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12031         (gst_cdda_base_src_uri_handler_init),
12032         (gst_cdda_base_src_setup_interfaces),
12033         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12034         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12035         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12036         (gst_cdda_base_src_add_tags),
12037         (gst_cdda_base_src_add_index_associations),
12038         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12039         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12040         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12041         (gst_cdda_base_src_create):
12042         * gst-libs/gst/cdda/gstcddabasesrc.h:
12043         * gst-libs/gst/cdda/sha1.c:
12044         * gst-libs/gst/cdda/sha1.h:
12045           Add new libgstcdda with GstCddaBaseSrc class.
12046
12047 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12048
12049         * ext/gnomevfs/gstgnomevfssink.h:
12050           Use GstBaseSinkClass as parent_class member for class struct, not
12051           GstBaseSink.
12052
12053 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         Patch by: Michael Benes
12056
12057         * gst/videotestsrc/gstvideotestsrc.c:
12058         (gst_video_test_src_class_init), (gst_video_test_src_start):
12059           Add start method to reset running time and number of frames sent
12060           when starting up (fixes #324696)
12061
12062 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * docs/plugins/Makefile.am:
12065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12066         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12067         * docs/plugins/gst-plugins-base-plugins.args:
12068         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12069         * docs/plugins/gst-plugins-base-plugins.signals:
12070           Add docs stuff for gnomevfssrc and gnomevfssink.
12071
12072         * ext/gnomevfs/gstgnomevfssrc.c:
12073           Fix example pipeline in gtk-doc blurb.
12074
12075 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * ext/gnomevfs/Makefile.am:
12078         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12079         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12080         (gst_gnome_vfs_handle_get_type), (plugin_init):
12081         * ext/gnomevfs/gstgnomevfs.h:
12082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12083         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12084         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12085         (gst_gnome_vfs_sink_set_property),
12086         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12087         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12088         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12089         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12090         (gst_gnome_vfs_sink_uri_get_type),
12091         (gst_gnome_vfs_sink_uri_get_protocols),
12092         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12093         (gst_gnome_vfs_sink_uri_handler_init):
12094         * ext/gnomevfs/gstgnomevfssink.h:
12095           Port gnomevfssink; add gtk-doc blurb.
12096
12097         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12098         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12099         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12100         (gst_gnome_vfs_src_uri_get_type),
12101         (gst_gnome_vfs_src_uri_get_protocols),
12102         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12103         (gst_gnome_vfs_src_uri_handler_init),
12104         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12105         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12106         (gst_gnome_vfs_src_send_additional_headers_callback),
12107         (gst_gnome_vfs_src_received_headers_callback),
12108         (gst_gnome_vfs_src_push_callbacks),
12109         (gst_gnome_vfs_src_pop_callbacks),
12110         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12111         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12112         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12113         * ext/gnomevfs/gstgnomevfssrc.h:
12114           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12115           file; add gtk-doc blurb with example pipelines.
12116
12117 === release 0.10.1 ===
12118
12119 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12120
12121         * configure.ac:
12122           releasing 0.10.1, "Dobro Dedek"
12123
12124 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12125
12126         * gst/typefind/gsttypefindfunctions.c:
12127         iLBC30 and iLBC20 added to typefind.
12128
12129 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * gst-libs/gst/audio/gstbaseaudiosink.c:
12132         (gst_base_audio_sink_class_init):
12133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12134         (gst_base_audio_src_class_init):
12135           update strings, values are in microseconds
12136           change the default sink buffer time to something that is smaller
12137           (to help software volume mixing have a slightly lower delay) but
12138           still be acceptable on Wim's laptop
12139
12140 2005-12-20  Edward Hervey  <edward@fluendo.com>
12141
12142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12143         Made a quack, forgot to add DUCK to the riff video template.
12144
12145 2005-12-19  Edward Hervey  <edward@fluendo.com>
12146
12147         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12148         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12149         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12150         (gst_ogm_parse_chain):
12151         Make sure pads are initialized correctly.
12152         * gst-libs/gst/riff/riff-ids.h:
12153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12154         (gst_riff_create_video_template_caps):
12155         Add a whole bunch of FOURCC <=> MimeType.
12156         Extend the riff video pad template to support the newly added fourcc.
12157
12158 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12159
12160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12161         (gst_ogg_demux_activate_chain):
12162           Extra debug output when activating/deactivating chains.
12163
12164         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12165         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12166         (unlinked):
12167           Remove a queue from our list when it becomes unlinked.
12168           Don't add queues to elements in class 'Demux' if they
12169           can only produce one pad 
12170
12171 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12172
12173         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12174         (gst_video_sink_get_type): Add a debug category.
12175
12176 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12177
12178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12179         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12180           Handle downstream newsegment by sending our own newsegment before the
12181           next buffer to be released. (#323900)
12182
12183 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12184
12185         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12186         (gst_base_rtp_depayload_set_gst_timestamp):
12187           add queue delay to new segment as well (as opposed to just the first
12188           buffer). (bug #322347)
12189
12190 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12191
12192         * ext/libvisual/visual.c: (make_valid_name):
12193           change some char* into char[]
12194         * gst/audiotestsrc/gstaudiotestsrc.c:
12195         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12196         (gst_audio_test_src_create):
12197         * gst/audiotestsrc/gstaudiotestsrc.h:
12198           prepare to handle EOS and SEGMENT_DONE
12199
12200 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * tests/check/generic/states.c: (GST_START_TEST):
12203           Blacklist cdparanoia element in state test.
12204
12205 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207           Patch by: Benjamin Pineau
12208
12209         * gst/tcp/gsttcp.c:
12210         * gst/tcp/gsttcpclientsink.c:
12211         * gst/tcp/gsttcpserversink.c:
12212         * gst/tcp/gsttcpserversrc.c:
12213           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12214
12215 2005-12-15  Michael Smith  <msmith@fluendo.com>
12216
12217         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12218         (gst_video_rate_chain):
12219           Fix timestamping for videorate when the first buffer it sees has a
12220           non-zero timestamp. Fix some misleading debug output.
12221
12222 2005-12-15  Michael Smith  <msmith@fluendo.com>
12223
12224         * gst/audioresample/gstaudioresample.c:
12225           Don't leak all input buffers to audioresample.
12226
12227 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12230           Don't operate on empty text buffers. Strip newlines and
12231           tabs only from the end of the text, but leave them intact
12232           in the middle. Fix typo in gtk-doc description.
12233
12234 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * gst/playback/gstplaybasebin.c:
12237         * gst/playback/gstplaybin.c: (handoff):
12238           Make sure the video frame buffer we return to apps via the
12239           "frame" property always has caps set on it. Modify
12240           _gst_gvalue_set_object() macro to handle NULL objects
12241           gracefully too.
12242
12243 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12244
12245         * gst/audiotestsrc/gstaudiotestsrc.c:
12246         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12247         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12248         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12249         (gst_audio_test_src_create):
12250         * gst/audiotestsrc/gstaudiotestsrc.h:
12251         Adjust to some recent api changes and add wtays new cool seeking
12252         capabillities
12253
12254 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         * ext/alsa/Makefile.am:
12257         * ext/alsa/gstalsadeviceprobe.c:
12258         * ext/alsa/gstalsadeviceprobe.h:
12259           Helper functions to add device probing via the GstPropertyProbe
12260           interface to a class.
12261
12262         * ext/alsa/gstalsamixer.h:
12263           Comment out GST_ALSA_MIXER, it returns a struct that's not
12264           used.
12265
12266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12267           Add some debug info. 
12268
12269         * ext/alsa/gstalsamixerelement.c:
12270         (gst_alsa_mixer_element_interface_supported),
12271         (gst_implements_interface_init),
12272         (gst_alsa_mixer_element_init_interfaces),
12273         (gst_alsa_mixer_element_class_init),
12274         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12275         (gst_alsa_mixer_element_set_property),
12276         (gst_alsa_mixer_element_get_property),
12277         (gst_alsa_mixer_element_change_state):
12278         * ext/alsa/gstalsamixerelement.h:
12279           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12280           for device handling (gnome-volume-control will need that).
12281
12282 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12283
12284         * ext/Makefile.am: fix cdparanoia entry
12285         * gst-plugins-base.spec.in: add cdparanoia
12286
12287 2005-12-12  Michael Smith  <msmith@fluendo.com>
12288
12289         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12290           Use the correct function to free list of typefind factories.
12291
12292 2005-12-12  Wim Taymans  <wim@fluendo.com>
12293
12294         * gst/videotestsrc/gstvideotestsrc.c:
12295         (gst_video_test_src_class_init), (gst_video_test_src_init),
12296         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12297         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12298         (gst_video_test_src_create):
12299         * gst/videotestsrc/gstvideotestsrc.h:
12300         Implement seeking in videotestsrc.
12301         Small cleanups.
12302
12303 2005-12-12  Wim Taymans  <wim@fluendo.com>
12304
12305         * ext/cdparanoia/Makefile.am:
12306         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12307         (gst_paranoia_endian_get_type), (_do_init),
12308         (cdparanoia_class_init), (cdparanoia_init),
12309         (cdparanoia_set_property), (cdparanoia_get_property),
12310         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12311         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12312         (cdparanoia_convert), (cdparanoia_get_query_types),
12313         (cdparanoia_query), (cdparanoia_set_index),
12314         (cdparanoia_uri_set_uri):
12315         * ext/cdparanoia/gstcdparanoia.h:
12316         Partially ported cdparanoia now that basesrc can support a
12317         plugin like this..
12318
12319 2005-12-12  Wim Taymans  <wim@fluendo.com>
12320
12321         * tests/examples/seek/scrubby.c: (main):
12322         Set higher priority for bus events so they don't get reordered with
12323         gtk gui events.
12324
12325         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12326         (flush_toggle_cb), (main):
12327         Added checkbox to disable flushing seeks. 
12328         Disable scrubbing when doing non flushing seeks.
12329
12330 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12331
12332         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12333         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12334         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12335         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12336           Implement some sort of event handling that doesn't rely on
12337           g_return_if_fail; make sure we always push the last chunk of an 
12338           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12339           state change function; remove some old cruft. Seeking is still
12340           rather unlikely to work though.
12341
12342         * tools/.cvsignore:
12343           Ignore more.
12344
12345 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12346
12347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12348         Fixed a leak of the current image reference when cleaning up.
12349         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12350
12351 2005-12-09  Michael Smith  <msmith@fluendo.com>
12352
12353         * tools/Makefile.am:
12354         * tools/gst-launch-ext-m.m:
12355           Remove gst-launch-ext. It doesn't work, and is no longer
12356           particularly useful.
12357
12358 2005-12-08  Luca Ognibene  <luogni@tin.it>
12359
12360         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12361           don't pass random values to ogmparse convert function.
12362           Make seeking possible in the exile1.ogm file.
12363
12364 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12367         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12368           Work around refcount problem with g_value_set_object() that occur
12369           if the core has been compiled against GLib-2.6 (g_value_set_object()
12370           will only g_object_ref() the element, but the caller will
12371           gst_object_unref() it and bad things will happen due to the way
12372           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12373           totem for people on FC4 using Thomas's 0.10 RPMs.
12374           
12375 2005-12-07  Edward Hervey  <edward@fluendo.com>
12376
12377         Time to welcome ogm to 0.10 :)
12378         
12379         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12380         (gst_ogg_pad_typefind):
12381         Oggdemux can now properly typefind elements with dynamic pads.
12382         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12383         Properly set caps on src pad, and set caps on outgoing buffers.
12384
12385 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12386
12387         * ext/alsa/gstalsamixer.h:
12388         * ext/alsa/gstalsamixerelement.h:
12389         * ext/alsa/gstalsamixeroptions.h:
12390         * ext/alsa/gstalsamixertrack.h:
12391         * ext/alsa/gstalsasink.c:
12392         * ext/alsa/gstalsasink.h:
12393         * ext/alsa/gstalsasrc.c:
12394         * ext/alsa/gstalsasrc.h:
12395         * ext/cdparanoia/gstcdparanoia.h:
12396         * ext/gnomevfs/gstgnomevfsuri.h:
12397         * ext/ogg/gstoggdemux.c:
12398         * ext/ogg/gstoggmux.c:
12399         * ext/pango/gsttextoverlay.h:
12400         * ext/theora/theoradec.c:
12401         * ext/theora/theoraenc.c:
12402         * ext/vorbis/vorbisdec.h:
12403         * ext/vorbis/vorbisenc.c:
12404         * ext/vorbis/vorbisenc.h:
12405         * ext/vorbis/vorbisparse.h:
12406         * gst-libs/gst/audio/gstaudioclock.h:
12407         * gst-libs/gst/audio/gstaudiosink.c:
12408         * gst-libs/gst/audio/gstaudiosink.h:
12409         * gst-libs/gst/audio/gstaudiosrc.c:
12410         * gst-libs/gst/audio/gstaudiosrc.h:
12411         * gst-libs/gst/audio/gstbaseaudiosink.c:
12412         * gst-libs/gst/audio/gstbaseaudiosink.h:
12413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12414         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12415         * gst-libs/gst/audio/gstringbuffer.h:
12416         * gst-libs/gst/audio/multichannel.h:
12417         * gst-libs/gst/floatcast/floatcast.h:
12418         * gst-libs/gst/interfaces/colorbalance.c:
12419         * gst-libs/gst/interfaces/colorbalance.h:
12420         * gst-libs/gst/interfaces/colorbalancechannel.h:
12421         * gst-libs/gst/interfaces/mixer.h:
12422         * gst-libs/gst/interfaces/mixeroptions.h:
12423         * gst-libs/gst/interfaces/mixertrack.h:
12424         * gst-libs/gst/interfaces/navigation.h:
12425         * gst-libs/gst/interfaces/propertyprobe.h:
12426         * gst-libs/gst/interfaces/tuner.h:
12427         * gst-libs/gst/interfaces/tunerchannel.h:
12428         * gst-libs/gst/interfaces/tunernorm.h:
12429         * gst-libs/gst/interfaces/xoverlay.h:
12430         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12431         * gst-libs/gst/riff/riff-ids.h:
12432         * gst-libs/gst/riff/riff-media.h:
12433         * gst-libs/gst/riff/riff-read.h:
12434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12435         * gst-libs/gst/rtp/gstbasertppayload.c:
12436         * gst-libs/gst/rtp/gstbasertppayload.h:
12437         * gst-libs/gst/rtp/gstrtpbuffer.c:
12438         * gst-libs/gst/rtp/gstrtpbuffer.h:
12439         * gst-libs/gst/tag/gsttageditingprivate.h:
12440         * gst-libs/gst/tag/gstvorbistag.c:
12441         (gst_tag_list_from_vorbiscomment_buffer):
12442         * gst-libs/gst/tag/tag.h:
12443         * gst-libs/gst/video/video.h:
12444         * gst/adder/gstadder.c:
12445         * gst/adder/gstadder.h:
12446         * gst/audioconvert/audioconvert.c:
12447         * gst/audioconvert/audioconvert.h:
12448         * gst/audioconvert/gstaudioconvert.c:
12449         * gst/audioconvert/gstchannelmix.c:
12450         * gst/audioconvert/gstchannelmix.h:
12451         * gst/audiorate/gstaudiorate.c:
12452         * gst/audioresample/buffer.h:
12453         * gst/audioresample/functable.h:
12454         * gst/audioresample/gstaudioresample.c:
12455         * gst/audioresample/resample.h:
12456         * gst/ffmpegcolorspace/avcodec.h:
12457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12458         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12459         * gst/ffmpegcolorspace/imgconvert.c:
12460         * gst/ffmpegcolorspace/imgconvert_template.h:
12461         * gst/playback/gstdecodebin.c:
12462         * gst/playback/gstplaybasebin.h:
12463         * gst/playback/gstplaybin.c:
12464         * gst/playback/gststreaminfo.h:
12465         * gst/tcp/gstfdset.c:
12466         * gst/tcp/gstfdset.h:
12467         * gst/tcp/gstmultifdsink.c:
12468         * gst/tcp/gstmultifdsink.h:
12469         * gst/tcp/gsttcp.h:
12470         * gst/tcp/gsttcpclientsrc.c:
12471         * gst/tcp/gsttcpclientsrc.h:
12472         * gst/tcp/gsttcpplugin.h:
12473         * gst/tcp/gsttcpserversink.c:
12474         * gst/tcp/gsttcpserversrc.c:
12475         * gst/typefind/gsttypefindfunctions.c:
12476         * gst/videorate/gstvideorate.c:
12477         * gst/videotestsrc/gstvideotestsrc.h:
12478         * gst/videotestsrc/videotestsrc.h:
12479         * sys/v4l/gstv4lcolorbalance.h:
12480         * sys/v4l/gstv4ltuner.h:
12481         * sys/v4l/gstv4lxoverlay.h:
12482         * sys/v4l/v4l_calls.h:
12483         * sys/v4l/videodev_mjpeg.h:
12484         * tests/check/elements/audioconvert.c:
12485         * tests/check/elements/audioresample.c:
12486         * tests/check/elements/audiotestsrc.c:
12487         * tests/check/elements/videotestsrc.c:
12488         * tests/check/elements/volume.c:
12489         * tests/examples/seek/scrubby.c:
12490         * tests/examples/seek/seek.c:
12491           expand tabs
12492
12493 === release 0.10.0 ===
12494
12495 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12496
12497         * configure.ac:
12498           releasing 0.10.0, "Mont-d'or"
12499
12500 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12501
12502         * tests/examples/seek/Makefile.am:
12503         Build fix for when gtk is not available.
12504
12505 2005-12-05  Andy Wingo  <wingo@pobox.com>
12506
12507         * ext/libvisual/visual.c: (get_buffer):
12508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12509         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12510         * ext/theora/theoradec.c: (theora_handle_data_packet):
12511         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12512         (theora_enc_chain):
12513         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12514         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12515         Update for alloc_buffer changes.
12516
12517 2005-12-05  Andy Wingo  <wingo@pobox.com>
12518
12519         patch by: Kai Vehmanen <kv2004 eca cx>
12520         
12521         * gst-libs/gst/rtp/gstbasertpdepayload.c
12522         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12523
12524 2005-12-04  Andy Wingo  <wingo@pobox.com>
12525
12526         patch by: Sebastien Cote <sebas642 yahoo ca>
12527         
12528         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12529         Fixes #319172.
12530
12531 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * docs/plugins/Makefile.am:
12534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12536         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12537         * ext/pango/gstclockoverlay.c:
12538         * ext/pango/gsttextoverlay.c: 
12539         * ext/pango/gsttextrender.c:
12540         * ext/pango/gsttimeoverlay.c:
12541           Add gtk-doc blurbs to pango elements.
12542
12543 2005-12-02  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12546         * gst/audioresample/buffer.h:
12547         * gst/audioresample/gstaudioresample.c:
12548         * gst/audioresample/gstaudioresample.h:
12549         * gst/audioresample/resample.c: (resample_input_flush),
12550         (resample_input_pushthrough), (resample_input_eos),
12551         (resample_get_output_size_for_input),
12552         (resample_get_input_size_for_output), (resample_get_output_size),
12553         (resample_get_output_data):
12554         * gst/audioresample/resample.h:
12555         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12556         Fix audioresample, seek torture, new segments, reverse negotiation
12557         etc.. work fine.
12558
12559 2005-12-02  Wim Taymans  <wim@fluendo.com>
12560
12561         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12562         Small cleanups.
12563
12564 2005-12-02  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst/audioconvert/gstaudioconvert.c:
12567         (gst_audio_convert_transform):
12568         Post errors.
12569
12570 === release 0.9.7 ===
12571
12572 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12573
12574         * configure.ac:
12575           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12576
12577 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12578
12579         * Makefile.am:
12580         * po/hu.po:
12581         * win32/MANIFEST:
12582         * win32/gst.sln:
12583           add win32 MANIFEST file
12584           do something to the hungarian translation
12585
12586 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         * ext/Makefile.am:
12589           Add $(PANGO_DIR) to SUBDIRS
12590
12591         * ext/pango/gstclockoverlay.c:
12592         * ext/pango/gsttimeoverlay.c:
12593           Fix and improve element descriptions.
12594
12595 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12596
12597         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12598         * docs/plugins/inspect/plugin-libvisual.xml:
12599         * docs/plugins/inspect/plugin-pango.xml:
12600           add pango plugin to docs
12601
12602 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12603
12604         * configure.ac:
12605         * ext/Makefile.am:
12606           moved pango to base
12607
12608 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * configure.ac:
12611         * tests/Makefile.am:
12612         * tests/icles/.cvsignore:
12613         * tests/icles/Makefile.am:
12614         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12615         (close_display), (resize_window), (move_window), (create_window),
12616         (terminate_playback), (pause_playback), (start_playback), (main):
12617           add stress test for xoverlay from Julien
12618
12619 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12620
12621         * docs/libs/tmpl/gstcolorbalance.sgml:
12622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12623         * gst-libs/gst/rtp/gstbasertppayload.c:
12624         * gst-libs/gst/rtp/gstrtpbuffer.c:
12625         * gst-libs/gst/rtp/gstrtpbuffer.h:
12626           Do burger's rename for rtp payloaders and depayloaders
12627
12628 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12629
12630         * win32/:
12631           add Visual Studio 6 build files
12632
12633 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * docs/libs/gst-plugins-base-libs-docs.sgml:
12636         * docs/libs/gst-plugins-base-libs-sections.txt:
12637         * docs/libs/tmpl/gstaudio.sgml:
12638         * docs/libs/tmpl/gstringbuffer.sgml:
12639         * gst-libs/gst/interfaces/xoverlay.c:
12640         * gst-libs/gst/video/gstvideofilter.c:
12641         * gst-libs/gst/video/gstvideosink.c:
12642           update documentation
12643
12644 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12645
12646         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12647         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12648         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12649         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12650         (gst_multi_fd_sink_get_stats),
12651         (gst_multi_fd_sink_remove_client_link),
12652         (gst_multi_fd_sink_handle_client_read),
12653         (gst_multi_fd_sink_client_queue_data),
12654         (gst_multi_fd_sink_client_queue_caps),
12655         (gst_multi_fd_sink_client_queue_buffer),
12656         (gst_multi_fd_sink_new_client),
12657         (gst_multi_fd_sink_handle_client_write),
12658         (gst_multi_fd_sink_recover_client),
12659         (gst_multi_fd_sink_queue_buffer),
12660         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12661         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12662         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12663         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12664         * gst/tcp/gstmultifdsink.h:
12665         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12666         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12667         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12668         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12669         (gst_tcp_client_sink_set_property),
12670         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12671         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12672         * gst/tcp/gsttcpclientsink.h:
12673         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12674         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12675         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12676         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12677         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12678         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12679         * gst/tcp/gsttcpclientsrc.h:
12680         * gst/tcp/gsttcpplugin.c: (plugin_init):
12681         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12682         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12683         (gst_tcp_server_sink_finalize),
12684         (gst_tcp_server_sink_handle_server_read),
12685         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12686         (gst_tcp_server_sink_set_property),
12687         (gst_tcp_server_sink_get_property),
12688         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12689         * gst/tcp/gsttcpserversink.h:
12690         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12691         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12692         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12693         (gst_tcp_server_src_set_property),
12694         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12695         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12696         * gst/tcp/gsttcpserversrc.h:
12697           more borgifying
12698
12699 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12700
12701         * docs/plugins/Makefile.am:
12702         * docs/plugins/gst-plugins-base-plugins.args:
12703         * docs/plugins/inspect/plugin-libvisual.xml:
12704         * gst/audioconvert/plugin.h:
12705         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12706         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12707         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12708         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12709         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12710         (plugin_init):
12711         * gst/audiotestsrc/gstaudiotestsrc.c:
12712         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12713         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12714         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12715         (gst_audio_test_src_get_query_types),
12716         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12717         (gst_audio_test_src_create_square),
12718         (gst_audio_test_src_create_saw),
12719         (gst_audio_test_src_create_triangle),
12720         (gst_audio_test_src_create_silence),
12721         (gst_audio_test_src_create_white_noise),
12722         (gst_audio_test_src_init_pink_noise),
12723         (gst_audio_test_src_generate_pink_noise_value),
12724         (gst_audio_test_src_create_pink_noise),
12725         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12726         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12727         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12728         (plugin_init):
12729         * gst/audiotestsrc/gstaudiotestsrc.h:
12730         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12731         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12732         (gst_sub_parse_init), (gst_sub_parse_formats),
12733         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12734         (convert_encoding), (get_next_line),
12735         (gst_sub_parse_data_format_autodetect),
12736         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12737         (gst_sub_parse_loop), (gst_sub_parse_chain),
12738         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12739         (plugin_init):
12740         * gst/subparse/gstsubparse.h:
12741         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12742         (gst_video_rate_base_init), (gst_video_rate_class_init),
12743         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12744         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12745         (gst_video_rate_init), (gst_video_rate_event),
12746         (gst_video_rate_chain), (gst_video_rate_set_property),
12747         (gst_video_rate_get_property), (gst_video_rate_change_state),
12748         (plugin_init):
12749         * gst/videoscale/gstvideoscale.c:
12750         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12751         (gst_video_scale_src_template_factory),
12752         (gst_video_scale_sink_template_factory),
12753         (gst_video_scale_get_type), (gst_video_scale_base_init),
12754         (gst_video_scale_class_init), (gst_video_scale_init),
12755         (gst_video_scale_set_property), (gst_video_scale_get_property),
12756         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12757         (gst_video_scale_prepare_size), (parse_caps),
12758         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12759         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12760         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12761         (plugin_init):
12762         * gst/videoscale/gstvideoscale.h:
12763         * gst/videotestsrc/gstvideotestsrc.c:
12764         (gst_video_test_src_pattern_get_type),
12765         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12766         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12767         (gst_video_test_src_set_pattern),
12768         (gst_video_test_src_set_property),
12769         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12770         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12771         (gst_video_test_src_event), (gst_video_test_src_get_times),
12772         (gst_video_test_src_create), (plugin_init):
12773         * gst/videotestsrc/gstvideotestsrc.h:
12774         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12775         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12776         (gst_video_test_src_black):
12777         * gst/videotestsrc/videotestsrc.h:
12778           borgify further
12779           clean up docs a little
12780
12781 2005-11-30  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12784         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12785         (gst_basertppayload_event), (gst_basertppayload_push),
12786         (gst_basertppayload_change_state):
12787         * gst-libs/gst/rtp/gstbasertppayload.h:
12788         closed #320644.
12789
12790 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12791
12792         * docs/libs/gst-plugins-base-libs-docs.sgml:
12793         * docs/libs/gst-plugins-base-libs-sections.txt:
12794         * gst-libs/gst/video/gstvideofilter.c:
12795         * gst-libs/gst/video/gstvideosink.c:
12796         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12797
12798 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12799
12800         * LICENSE:
12801           move
12802         * po/af.po:
12803         * po/az.po:
12804         * po/cs.po:
12805         * po/en_GB.po:
12806         * po/hu.po:
12807         * po/it.po:
12808         * po/nb.po:
12809         * po/nl.po:
12810         * po/or.po:
12811         * po/sq.po:
12812         * po/sr.po:
12813         * po/sv.po:
12814         * po/uk.po:
12815         * po/vi.po:
12816         * Makefile.am:
12817           update
12818         * scripts/autoplugins.sh:
12819           remove
12820
12821 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12822
12823         * Makefile.am:
12824         * configure.ac:
12825         * examples/Makefile.am:
12826         * examples/capsfilter/Makefile.am:
12827         * examples/capsfilter/capsfilter1.c:
12828         * examples/gob/Makefile.am:
12829         * examples/gob/gst-identity2.gob:
12830         * examples/indexing/.cvsignore:
12831         * examples/indexing/Makefile.am:
12832         * examples/indexing/indexmpeg.c:
12833         * examples/seeking/.cvsignore:
12834         * examples/seeking/Makefile.am:
12835         * examples/seeking/cdparanoia.c:
12836         * examples/seeking/cdplayer.c:
12837         * examples/seeking/chained.c:
12838         * examples/seeking/scrubby.c:
12839         * examples/seeking/seek.c:
12840         * examples/stats/Makefile.am:
12841         * examples/stats/mp2ogg.c:
12842         * examples/switch/.cvsignore:
12843         * examples/switch/Makefile.am:
12844         * examples/switch/switcher.c:
12845         * tests/Makefile.am:
12846         * tests/check/generic/.cvsignore:
12847         * tests/check/pipelines/.cvsignore:
12848         * tests/examples/Makefile.am:
12849         * tests/examples/seek/Makefile.am:
12850           reorganize stuff under tests/
12851
12852 2005-11-30  Edward Hervey  <edward@fluendo.com>
12853
12854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12855         Go away you stupid GstStaticPadTemplate memleak.
12856
12857 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * gst-libs/gst/net/Makefile.am:
12860         * gst-libs/gst/net/README:
12861         * gst-libs/gst/net/gstnetbuffer.c:
12862         * gst-libs/gst/net/gstnetbuffer.h:
12863           this was moved to "netbuffer"
12864
12865 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12868         (gst_video_filter_class_init), (gst_video_filter_init):
12869         * gst-libs/gst/video/gstvideofilter.h:
12870           borgify name to bring in line with other classes
12871
12872 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12873
12874         * gst/audioscale/.cvsignore:
12875         * gst/audioscale/Makefile.am:
12876         * gst/audioscale/README:
12877         * gst/audioscale/audioscale.vcproj:
12878         * gst/audioscale/dtof.c:
12879         * gst/audioscale/dtos.c:
12880         * gst/audioscale/functable.c:
12881         * gst/audioscale/gstaudioscale.c:
12882         * gst/audioscale/gstaudioscale.h:
12883         * gst/audioscale/private.h:
12884         * gst/audioscale/resample.c:
12885         * gst/audioscale/resample.h:
12886         * gst/audioscale/test.c:
12887           remove
12888
12889 2005-11-30  Edward Hervey  <edward@fluendo.com>
12890
12891         * gst-libs/gst/netbuffer/Makefile.am:
12892         really, really tired
12893
12894 2005-11-30  Edward Hervey  <edward@fluendo.com>
12895
12896         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12897         Update for new GstTypeFindFactory _register()
12898
12899 2005-11-30  Edward Hervey  <edward@fluendo.com>
12900
12901         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12902         Let's not override libgstnet from core for no reason...
12903         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12904         Ok, maybe not so quick next time.
12905
12906 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * configure.ac:
12909         * gst-libs/gst/Makefile.am:
12910           moved gst-libs/gst/net to netbuffer through CVS surgery
12911           remove old directory
12912           updating build to accomodate
12913           (#322257)
12914
12915 2005-11-29  Andy Wingo  <wingo@pobox.com>
12916
12917         * pkgconfig/gstreamer-plugins-base.pc.in:
12918         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12919         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12920         (#322257).
12921
12922 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12923
12924         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12925         3rd time's the charm. Correct ref-counting for discarded buffers.
12926
12927 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12928
12929         * gst/playback/gststreamselector.c:
12930         (gst_stream_selector_class_init),
12931         (gst_stream_selector_set_property),
12932         (gst_stream_selector_get_property),
12933         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12934         Fix ref-counting
12935
12936 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12937
12938         * gst/subparse/gstsubparse.c: (feed_textbuf):
12939           Don't access already unref'ed buffer.
12940
12941 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12942
12943         * gst/playback/gststreamselector.c:
12944         (gst_stream_selector_class_init), (gst_stream_selector_init),
12945         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12946         (gst_stream_selector_get_property),
12947         (gst_stream_selector_get_linked_pad),
12948         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12949         * gst/playback/gststreamselector.h:
12950         Add the active-pad property for playbin to use shortly. Ignore buffers
12951         from any other pad, returning GST_FLOW_NOT_LINKED
12952
12953 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12954
12955         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12956         patch from bug #322704 (Alessandro Decina).
12957
12958 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12959
12960         * gst-libs/gst/audio/Makefile.am:
12961           folded audiofilter into the audio library
12962
12963 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965         * gst/videoscale/gstvideoscale.h:
12966         * gst/videoscale/gstvideoscale.c:
12967           remove unimplemented scale methods
12968
12969 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12972           Don't leak caps.
12973
12974 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12975
12976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12977         (gst_ximagesink_setcaps):
12978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12979         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12980         happens (only visible on ximagesink but bug is in xv too) set_caps was
12981         destroying the internal x[v]image used to memcpy non locally alloced
12982         buffers so that it got renewed on next _chain. The issue is that 
12983         _expose will try to put that image as it reffed it in _put.
12984         Using gst_buffer_unref instead of destroy fixes it !
12985
12986 2005-11-28  Edward Hervey  <edward@fluendo.com>
12987
12988         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12989         (try_to_link_1), (queue_filled_cb):
12990         Better use of the queues. Start with a small size queue and only increase
12991         the size of the queues when the other queues are empty.
12992
12993 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12994
12995         * gst-libs/gst/video/Makefile.am:
12996           compile in copied-over videofilter into the video library
12997         * gst-libs/gst/video/videosink.h:
12998           rename the header to gstvideosink.h since it's a base GstObject class
12999         * sys/ximage/ximagesink.h:
13000         * sys/xvimage/xvimagesink.h:
13001           use the new header
13002
13003 2005-11-28  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13006         * gst/playback/gstplaybasebin.h:
13007         Prepare to handle errors betters.
13008
13009         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13010         Set sinks to PAUSED first before adding and linking them so that
13011         we don't interrupt dataflow.
13012
13013 2005-11-28  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst-libs/gst/audio/TODO:
13016         Updated TODO
13017
13018         * gst-libs/gst/audio/gstaudiosink.c:
13019         (gst_audioringbuffer_open_device),
13020         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13021         (gst_audioringbuffer_release):
13022         Small cleanups.
13023
13024         * gst-libs/gst/audio/gstbaseaudiosink.c:
13025         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13026         (gst_base_audio_sink_change_state):
13027         Slave to the master clock when going to PLAYING and unslave when
13028         going to PAUSED.
13029
13030         * gst-libs/gst/audio/gstringbuffer.c:
13031         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13032         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13033         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13034         (gst_ring_buffer_clear_all), (wait_segment),
13035         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13036         (gst_ring_buffer_advance):
13037         * gst-libs/gst/audio/gstringbuffer.h:
13038         Add some docs and cleanups.
13039
13040 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13041
13042         * sys/xvimage/xvimagesink.c:
13043         (gst_xvimagesink_navigation_send_event): Fix navigation events
13044         coordinates translation with pixel aspect ratios.
13045
13046 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13047
13048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13049         Use calculated video geometry from _setcaps instead of buffer
13050         caps to respect pixel aspect ratio. (fixes #322388)
13051
13052 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13053
13054         * docs/libs/tmpl/gstcolorbalance.sgml:
13055         * docs/libs/tmpl/gstmixer.sgml:
13056         * docs/libs/tmpl/gstxoverlay.sgml:
13057         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13058         interface.
13059
13060 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13061
13062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13063         Refuse to create an XvImage if we can't find the format.
13064
13065 2005-11-28  Edward Hervey  <edward@fluendo.com>
13066
13067         * gst-libs/gst/riff/riff-media.c:
13068         (gst_riff_create_audio_template_caps):
13069         Add ATRAC3 to the list of riff-possible audio caps.
13070         I know we still don't have a plugin for atrac3, but it's saner to output
13071         that than a cryptic mimetype.
13072
13073 2005-11-27  Edward Hervey  <edward@fluendo.com>
13074
13075         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13076         Don't try to create a zero-sized subbuffer.
13077
13078 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13079
13080         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13081         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13082         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13083         (gst_ximagesink_expose): Fixed a tricky race.
13084         * sys/ximage/ximagesink.h:
13085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13086         (gst_xvimagesink_expose): Fixed a tricky race.
13087         * sys/xvimage/xvimagesink.h:
13088
13089 2005-11-27  Edward Hervey  <edward@fluendo.com>
13090
13091         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13092         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13093         Remove unused properties, and add queues between demuxers and decoders
13094         so that a lot more files can preroll properly.
13095
13096 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13097
13098         * gst-libs/gst/net/Makefile.am:
13099         * gst-libs/gst/rtp/Makefile.am:
13100         * gst-libs/gst/tag/Makefile.am:
13101           remove silly include
13102         * gst/tags/Makefile.am:
13103         * gst/tags/gsttagediting.c:
13104         * gst/tags/gsttageditingprivate.h:
13105         * gst/tags/tagedit.vcproj:
13106           remove directory, is as good as empty
13107
13108 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13109
13110         * configure.ac:
13111           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13112         * gst-libs/Makefile.am:
13113         * gst-libs/gst/audio/Makefile.am:
13114         * gst-libs/gst/interfaces/Makefile.am:
13115         * gst-libs/gst/net/Makefile.am:
13116         * gst-libs/gst/riff/Makefile.am:
13117         * gst-libs/gst/rtp/Makefile.am:
13118         * gst-libs/gst/tag/Makefile.am:
13119         * gst-libs/gst/video/Makefile.am:
13120           and use them
13121
13122 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13123
13124         * docs/libs/tmpl/gstcolorbalance.sgml:
13125         * docs/libs/tmpl/gstmixer.sgml:
13126         * docs/libs/tmpl/gstxoverlay.sgml:
13127         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13128         * sys/ximage/ximagesink.h:
13129         * sys/xvimage/xvimagesink.h: More and more documentation.
13130
13131 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13132
13133         * docs/libs/gst-plugins-base-libs-docs.sgml:
13134         * docs/libs/gst-plugins-base-libs-sections.txt:
13135         * docs/libs/tmpl/gstcolorbalance.sgml:
13136         * docs/libs/tmpl/gstmixer.sgml:
13137         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13138         to documentation.
13139
13140 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13141
13142         * docs/plugins/Makefile.am:
13143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13145         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13146
13147 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13148
13149         * docs/plugins/Makefile.am:
13150         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13151         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13152         * docs/plugins/inspect/plugin-adder.xml:
13153         * docs/plugins/inspect/plugin-alsa.xml:
13154         * docs/plugins/inspect/plugin-audioconvert.xml:
13155         * docs/plugins/inspect/plugin-audiorate.xml:
13156         * docs/plugins/inspect/plugin-audioresample.xml:
13157         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13158         * docs/plugins/inspect/plugin-decodebin.xml:
13159         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13160         * docs/plugins/inspect/plugin-gnomevfs.xml:
13161         * docs/plugins/inspect/plugin-ogg.xml:
13162         * docs/plugins/inspect/plugin-playbin.xml:
13163         * docs/plugins/inspect/plugin-subparse.xml:
13164         * docs/plugins/inspect/plugin-tcp.xml:
13165         * docs/plugins/inspect/plugin-theora.xml:
13166         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13167         * docs/plugins/inspect/plugin-video4linux.xml:
13168         * docs/plugins/inspect/plugin-videorate.xml:
13169         * docs/plugins/inspect/plugin-videoscale.xml:
13170         * docs/plugins/inspect/plugin-videotestsrc.xml:
13171         * docs/plugins/inspect/plugin-volume.xml:
13172         * docs/plugins/inspect/plugin-vorbis.xml:
13173         * docs/plugins/inspect/plugin-ximagesink.xml:
13174         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13175         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13176
13177 2005-11-26  Edward Hervey  <edward@fluendo.com>
13178
13179         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13180         Properly return GstFlowReturn from gst_pad_push in chain functions.
13181
13182 2005-11-25  Michael Smith  <msmith@fluendo.com>
13183
13184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13185         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13186         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13187         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13188           Handle various conditions better when we don't understand a stream.
13189           Removes a heap of CRITICALs on ogg streams containing unknown data.
13190
13191 2005-11-24  Andy Wingo  <wingo@pobox.com>
13192
13193         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13194         Be threadsafe.
13195
13196 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13197
13198         * configure.ac: back to HEAD
13199
13200 === release 0.9.6 ===
13201
13202 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13203
13204         * configure.ac:
13205           releasing 0.9.6, "White Eight"
13206
13207 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13208
13209         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13210         * docs/plugins/inspect/plugin-sine.xml:
13211           remove sinesrc some more
13212
13213 2005-11-23  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13216         If we are reading too slowly, jump forward in the ringbuffer
13217         instead of blocking.
13218
13219 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13220
13221         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13222         (gst_visual_chain):
13223         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13224         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13225         (gst_videorate_chain):
13226         * gst/videotestsrc/gstvideotestsrc.c:
13227         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13229         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13230         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13232         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13233           Updates for API changes
13234
13235 2005-11-23  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst-libs/gst/audio/gstbaseaudiosink.c:
13238         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13239         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13240         Fix for calibration API change.
13241
13242 2005-11-23  Michael Smith <msmith@fluendo.com>
13243
13244         * gst-libs/gst/audio/multichannel.c:
13245         (gst_audio_get_channel_positions),
13246         (gst_audio_set_channel_positions),
13247         (gst_audio_set_structure_channel_positions_list),
13248         (gst_audio_fixate_channel_positions):
13249           Use gst_value_array_*() functions on value arrays, not
13250           gst_value_list_*().
13251
13252 2005-11-23  Edward Hervey  <edward@fluendo.com>
13253
13254         * autogen.sh:
13255         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13256         Fixes autogen
13257
13258 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * check/Makefile.am:
13261         * check/elements/videotestsrc.c: (setup_videotestsrc),
13262         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13263         (main):
13264           add a test for videotestsrc
13265
13266 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13267
13268         * gst/sine/.cvsignore:
13269         * gst/sine/Makefile.am:
13270         * gst/sine/gstsinesrc.c:
13271         * gst/sine/gstsinesrc.h:
13272         * gst/sine/sinesrc.vcproj:
13273           and remove sinesrc from the repository.  Closes #321446
13274
13275 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13276
13277         * configure.ac:
13278         * gst-plugins-base.spec.in:
13279           remove sinesrc from the build
13280
13281 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13282
13283         * check/Makefile.am:
13284         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13285         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13286         (main):
13287           add a test for audiotestsrc, testing all waves.  Even seems
13288           leak-free at first glance, nice job Stefan
13289
13290 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13291
13292         * po/af.po:
13293         * po/az.po:
13294         * po/cs.po:
13295         * po/en_GB.po:
13296         * po/hu.po:
13297         * po/it.po:
13298         * po/nb.po:
13299         * po/nl.po:
13300         * po/or.po:
13301         * po/sq.po:
13302         * po/sr.po:
13303         * po/sv.po:
13304         * po/uk.po:
13305         * po/vi.po:
13306           Translation string updates
13307
13308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13309         (gst_v4lsrc_set_caps):
13310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13311         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13312         * sys/v4l/v4lsrc_calls.h:
13313           Improve v4lsrc, by making it work again.
13314
13315 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13316
13317         * ext/libvisual/visual.c: (gst_visual_chain):
13318           Fix the fps calculations.
13319
13320         * gst/ffmpegcolorspace/avcodec.h:
13321           Move structure element for clarity
13322
13323         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13324         * gst-libs/gst/interfaces/tunernorm.h:
13325         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13326         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13327         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13328         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13329         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13330         (gst_v4lmjpegsrc_getcaps):
13331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13332         (gst_v4lsrc_set_caps):
13333         * sys/v4l/gstv4lsrc.h:
13334         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13335         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13336         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13337         * sys/v4l/v4lsrc_calls.h:
13338           Fractional framerates...
13339
13340 2005-11-22  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst-libs/gst/audio/gstbaseaudiosink.c:
13343         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13344         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13345         And we provide a clock by default, of course...
13346
13347 2005-11-22  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13350         This clock can be slaved to a master clock now.
13351
13352         * gst-libs/gst/audio/gstbaseaudiosink.c:
13353         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13354         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13355         (gst_base_audio_sink_set_clock),
13356         (gst_base_audio_sink_set_property),
13357         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13358         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13359         * gst-libs/gst/audio/gstbaseaudiosink.h:
13360         Handle slaving the internal clock to the clock selected in the
13361         pipeline.
13362         Add property to make the basesink not provide a clock.
13363
13364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13365         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13366         (gst_base_rtp_depayload_wait):
13367         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13368         We can use the clock in GstElement, no need to store it ourselves.
13369
13370 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * docs/libs/tmpl/gstaudio.sgml:
13373           update
13374         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13375         (gst_paranoia_endian_get_type):
13376         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13377         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13378         * gst/audiotestsrc/gstaudiotestsrc.c:
13379         (gst_audiostestsrc_wave_get_type):
13380         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13381         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13382         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13383         (gst_sync_method_get_type), (gst_unit_type_get_type),
13384         (gst_client_status_get_type), (gst_multifdsink_class_init),
13385         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13386         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13387         (gst_multifdsink_get_property):
13388         * gst/tcp/gstmultifdsink.h:
13389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13390         * gst/videotestsrc/gstvideotestsrc.c:
13391         (gst_videotestsrc_pattern_get_type):
13392           remove deprecated properties
13393           fix up enums to correctly have short lowercase dashed nicks
13394
13395 2005-11-22  Michael Smith <msmith@fluendo.com>
13396
13397         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13398         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13399           Add underscore.
13400
13401 2005-11-22  Michael Smith <msmith@fluendo.com>
13402
13403         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13404         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13405           Use utility method for scaling clocktime for fractional framerates.
13406
13407 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13408
13409         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13410         (gst_visual_chain):
13411         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13412         * ext/theora/theoradec.c: (theora_handle_type_packet):
13413         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13414         (theora_enc_chain):
13415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13416         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13417         * gst-libs/gst/video/video.h:
13418         * gst/ffmpegcolorspace/avcodec.h:
13419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13420         (gst_ffmpeg_caps_to_pixfmt):
13421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13422         (gst_ffmpegcsp_set_caps):
13423         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13424         (gst_videorate_setcaps), (gst_videorate_blank_data),
13425         (gst_videorate_chain):
13426         * gst/videotestsrc/gstvideotestsrc.c:
13427         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13428         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13429         (gst_videotestsrc_event), (gst_videotestsrc_create):
13430         * gst/videotestsrc/gstvideotestsrc.h:
13431         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13432         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13433         (gst_ximagesink_get_times), (gst_ximagesink_init):
13434         * sys/ximage/ximagesink.h:
13435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13436         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13437         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13438         * sys/xvimage/xvimagesink.h:
13439           Convert elements to use fractions for their framerate.
13440           V4L elements to come later tonight.
13441
13442 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13443
13444         * gst-libs/gst/audio/audio.c:
13445         * gst-libs/gst/audio/audio.h:
13446           remove some deprecated functions
13447
13448 2005-11-22  Andy Wingo  <wingo@pobox.com>
13449
13450         * Update for gst_tag_setter API changes.
13451
13452 2005-11-22  Andy Wingo  <wingo@pobox.com>
13453
13454         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13455         (gst_ogg_demux_perform_seek):
13456         * ext/theora/theoradec.c (theora_dec_sink_event):
13457         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13458         update-funcnames.
13459
13460 2005-11-22  Wim Taymans  <wim@fluendo.com>
13461
13462         * examples/seeking/seek.c: (main):
13463         Give higher priority to bus signals than the gtk events
13464         to fix a race condition in the segment looping.
13465
13466 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * ext/theora/Makefile.am:
13469         * ext/vorbis/Makefile.am:
13470         * gst-libs/gst/tag/Makefile.am:
13471         * gst-plugins-base.spec.in:
13472           Rename libgsttagedit to libgsttag (#322117).
13473
13474 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13475
13476         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13478           Call gst_x_overlay_prepare_xwindow_id() to give applications
13479           a final chance to set their own xwindow id before the video
13480           sink creates its own window.
13481
13482 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13483
13484         * sys/xvimage/xvimagesink.c:
13485         (gst_xvimagesink_navigation_send_event): Handle navigation
13486         events correcly with borders if applicable.
13487
13488 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         Patch by: Luca Ognibene
13491
13492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13493         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13495         (gst_ffmpegcsp_caps_remove_format_info):
13496         * gst/ffmpegcolorspace/imgconvert.c:
13497         * gst/ffmpegcolorspace/imgconvert_template.h:
13498           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13499           #318353); use gst_structure_has_name().
13500
13501 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13502
13503         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13504         (gst_ximagesink_class_init): Add debug macros on functions.
13505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13506         (gst_xvimagesink_xwindow_draw_borders),
13507         (gst_xvimagesink_xvimage_put),
13508         (gst_xvimagesink_xwindow_update_geometry),
13509         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13510         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13511         (gst_xvimagesink_xcontext_clear),
13512         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13513         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13514         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13515         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13516         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13517         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13518         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13519         expose while being PAUSED, out of data flow navigation events, etc..
13520
13521 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13522
13523         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13524         * gst-libs/gst/audio/audio.h:
13525           fix prototype - wondering why the test worked regardless
13526
13527 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13528
13529         * check/Makefile.am:
13530         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13531         * gst-libs/gst/audio/audio.h:
13532           add a method that returns a proper GstClockTime
13533
13534 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13535
13536         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13537         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13538         * gst-libs/gst/interfaces/xoverlay.h:
13539           Remove everything having to do with the desired size; add 
13540           gst_x_overlay_prepare_xwindow_id() function; remove the
13541           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13542           post a message on the bus instead (#321816).
13543
13544         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13546         (gst_xvimagesink_xoverlay_init):
13547           Remove desired size stuff (#321816).
13548
13549 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13552         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13553         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13554           Terminate vararg functions with NULL instead of 0 to 
13555           make gcc4 happy.
13556
13557 2005-11-21  Andy Wingo  <wingo@pobox.com>
13558
13559         patch by: Sebastien Cote <sebas642@yahoo.ca>
13560         
13561         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13562         * gst-libs/gst/rtp/gstrtpbuffer.c
13563         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13564
13565 2005-11-21  Andy Wingo  <wingo@pobox.com>
13566
13567         * gst/playback/gstplaybin.c (gen_audio_element) 
13568         (gen_video_element): Use the new MISSING_PLUGIN core error
13569         category. Closes #320060.
13570
13571         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13572         * gst/videorate/gstvideorate.c (gst_videorate_event):
13573         * ext/theora/theoradec.c (theora_dec_sink_event): 
13574         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13575         stream lock.
13576
13577         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13578         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13579         stream lock changes.
13580
13581 2005-11-21  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst-libs/gst/audio/gstbaseaudiosink.c:
13584         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13585         (gst_base_audio_sink_provide_clock),
13586         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13587         (gst_base_audio_sink_change_state):
13588         * gst/audioresample/gstaudioresample.c:
13589         Segment update fix.
13590
13591 2005-11-21  Andy Wingo  <wingo@pobox.com>
13592
13593         * *.h:
13594         * *.c: Ran scripts/update-macros. Oh yes.
13595
13596 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13597
13598         * sys/ximage/Makefile.am:
13599         * sys/ximage/ximage.c:
13600           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13601           remove your old libgstximage.* manually if necessary).
13602
13603 2005-11-21  Michael Smith <msmith@fluendo.com>
13604
13605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13606           Minimal fix for bug #320200: set the min/max bitrate in the correct
13607           units. A better fix would be to upgrade to the RATEMANAGE2
13608           interface, rather than using the deprecated interface used here, but
13609           that would require an update in our libvorbis dependency (to 1.1),
13610           which is probably undesirable.
13611
13612 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13613
13614         * ext/libvisual/visual.c: (get_buffer):
13615         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13616         (gst_base_audio_src_fixate):
13617         * gst/audioconvert/gstaudioconvert.c:
13618         (gst_audio_convert_fixate_caps):
13619         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13620         * gst/audiotestsrc/gstaudiotestsrc.c:
13621         (gst_audiotestsrc_src_fixate):
13622         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13623         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13624         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13625         * gst/videotestsrc/gstvideotestsrc.c:
13626         (gst_videotestsrc_src_fixate):
13627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13629           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13630           (#322027)
13631
13632
13633 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13636         (gst_riff_create_iavs_caps):
13637         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13638         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13639         (gst_riff_parse_info):
13640         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13643           Fixes for GST_FOURCC_FORMAT API change.
13644
13645 2005-11-21  Andy Wingo  <wingo@pobox.com>
13646
13647         patch by: Alessandro Dessina <alessandro nnva org>
13648
13649         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13650         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13651         (gst_ogg_parse_chain):
13652         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13653         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13654         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13655         gst_value_list calls on arrays. Fixes #321962.
13656
13657 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13660         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13661         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13662         * gst/adder/gstadder.c: (gst_adder_init),
13663         (gst_adder_request_new_pad), (gst_adder_collected),
13664         (gst_adder_change_state):
13665           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13666           API change.
13667
13668 2005-11-21  Michael Smith <msmith@fluendo.com>
13669
13670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13671         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13672           Properly handle pad_push return values.
13673
13674 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13675
13676         * gst-libs/gst/tag/Makefile.am:
13677         * gst-libs/gst/tag/gstvorbistag.c:
13678         (gst_tag_list_to_vorbiscomment_buffer):
13679           Remove obsolete vorbistag element and debug category.
13680
13681         * gst/playback/gstplaybasebin.c: (check_queue):
13682           Don't divide by 0 when queue-threshold is 0.
13683
13684         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13685           Don't modify an existing pixel-aspect-ratio if we fail to read
13686           a new one.
13687
13688 2005-11-20  Wim Taymans  <wim@fluendo.com>
13689
13690         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13691         (gst_vorbisenc_push_packet):
13692         GST_PAD_IS_USABLE is gone, use the return value of
13693         the push or pad_alloc_buffer instead.
13694
13695 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13696
13697         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13698         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13699         (gst_ximagesink_ximage_destroy),
13700         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13701         (gst_ximagesink_xwindow_new),
13702         (gst_ximagesink_xwindow_update_geometry),
13703         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13704         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13705         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13706         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13707         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13708         (gst_ximagesink_navigation_send_event),
13709         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13710         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13711         (gst_ximagesink_finalize), (gst_ximagesink_init),
13712         (gst_ximagesink_class_init):
13713         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13714         This new version brings correct software scaling, non flickering
13715         window while resizing, pixel aspect ratio handling, usage of
13716         hardware buffer pools, out of data flow event thread for 
13717         navigation and handling of expose events even when being PAUSED,
13718         a new property to keep video aspect ratio when resizing, etc...
13719
13720 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13721
13722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13723         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13724         handling of PAR.
13725
13726 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13727
13728         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13729         Unsetting IS_SINK flag from the fakesink, so decodebin
13730         never behaves as a sink.
13731
13732 2005-11-17  Wim Taymans  <wim@fluendo.com>
13733
13734         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13735         (gst_base_audio_src_change_state):
13736         Fix the audiosrc base class again, we did not unflush.
13737
13738 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13739
13740         * examples/seeking/seek.c: (make_dv_pipeline),
13741         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13742         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13743         to ogg/vorbis/theora pipeline.
13744
13745 2005-11-17  Wim Taymans  <wim@fluendo.com>
13746
13747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13748         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13749         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13750         Fix EOS on multiple streams.
13751         More debugging.
13752
13753 2005-11-16  Wim Taymans  <wim@fluendo.com>
13754
13755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13756         (gst_ogg_demux_perform_seek):
13757         Segment done must include stream time.
13758
13759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13760         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13761         (gst_ogg_mux_change_state):
13762         Fix ogg muxer again.
13763
13764 2005-11-16  Wim Taymans  <wim@fluendo.com>
13765
13766         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13767         Fix compile again.
13768
13769 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13770
13771         * ext/libvisual/visual.c: (gst_visual_init):
13772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13773         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13774         (gst_ogg_parse_chain):
13775         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13776         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13777         * ext/theora/theoradec.c: (gst_theora_dec_init):
13778         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13779         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13780         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13781         * gst/adder/gstadder.c: (gst_adder_class_init),
13782         (gst_adder_dispose):
13783         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13784         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13785         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13786           Fix a whole set of pad template leaks
13787
13788 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13789
13790         * check/generic/states.c: (GST_START_TEST):
13791           fix the test so that it only checks for elements that are part of
13792           this source module
13793
13794 2005-11-16  Michael Smith <msmith@fluendo.com>
13795
13796         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13797         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13798         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13799         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13800         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13801         (gst_ogg_mux_change_state):
13802           Fix leaking collectpads.
13803
13804 2005-11-16  Edward Hervey  <edward@fluendo.com>
13805
13806         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13807         (gst_videorate_event), (gst_videorate_chain):
13808         Handle segment seeks
13809
13810 2005-11-16  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst-libs/gst/audio/gstbaseaudiosink.c:
13813         (gst_base_audio_sink_provide_clock),
13814         (gst_base_audio_sink_change_state):
13815         Set ringbuffer to non-flushing when going to PAUSED, set to
13816         flushing again when going to READY.
13817
13818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13819         (gst_ring_buffer_stop):
13820         Start in flushing mode by default.
13821         Don't set flushing in the _stop method, let the app call
13822         this explicitly.
13823
13824 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13825
13826         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13827         * gst-libs/gst/video/videosink.h: Add helper function needed
13828         for video sinks.
13829
13830 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         * gst/videoscale/gstvideoscale.c:
13833         (gst_videoscale_handle_src_event):
13834           Don't leak reference to pad parent.
13835
13836 2005-11-16  Wim Taymans  <wim@fluendo.com>
13837
13838         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13839         Set ringbuffer to flushing when stopping so that we don't
13840         block on wait_segment anymore and livelock.
13841
13842 2005-11-16  Wim Taymans  <wim@fluendo.com>
13843
13844         * examples/seeking/seek.c: (send_event), (do_seek),
13845         (loop_toggle_cb), (segment_done), (main):
13846         Added looping checkbox.
13847
13848 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13851         (gst_ogg_demux_init):
13852         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13853         (gst_vorbis_dec_init):
13854           revert unrefs, they don't pass make check
13855
13856 2005-11-15  Johan Dahlin  <johan@gnome.org>
13857
13858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13859         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13861         (gst_vorbis_dec_init):
13862         Fix pad template leaks. 
13863
13864 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13865
13866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13867           Make state change function thread safe.
13868
13869 2005-11-15  Edward Hervey  <edward@fluendo.com>
13870
13871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13872         (gst_ogg_demux_class_init):
13873         Implement GstElement::send_event, so we can send seek events
13874         in GST_STATE_READY
13875
13876 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13877
13878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13879         Discovered how to take away flickering while resizing the
13880         window. Please don't put that in ximagesink, refactoring in
13881         progress.
13882
13883 2005-11-14  Michael Smith <msmith@fluendo.com>
13884
13885         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13886         (gst_multifdsink_render):
13887           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13888
13889 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * gst/playback/gstplaybin.c: (gen_audio_element):
13892           Use autoaudiosink, it tends to be more widely available than
13893           autoaudiiosink.
13894           
13895 2005-11-14  Andy Wingo  <wingo@pobox.com>
13896
13897         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13898         as well if it is available. Fixes #316442.
13899
13900 2005-11-14  Michael Smith <msmith@fluendo.com>
13901
13902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13903         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13904         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13905         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13906         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13907         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13909         (gst_vorbisenc_change_state):
13910           Fix a small memory leak in vorbisenc.
13911           Fix large memory leaks in oggmux, also fix lots of state change
13912           bugs in oggmux.
13913
13914 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * gst/videotestsrc/gstvideotestsrc.c:
13917         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13918         (gst_videotestsrc_src_fixate):
13919           move fixation to a fixate function
13920           remove negotiate function, basesrc's is good enough
13921           fixes a bug for check when using the element alone
13922
13923 2005-11-13  Edward Hervey  <edward@fluendo.com>
13924
13925         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13926         (key_toggle_cb), (main):
13927         Added checkboxes for adding/removing the accurate and key_unit seek
13928         flags.
13929
13930 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * configure.ac: back to HEAD
13933
13934 === release 0.9.5 ===
13935
13936 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13937
13938         * configure.ac:
13939           releasing 0.9.5, "No No Kia"
13940
13941 2005-11-11  Edward Hervey  <edward@fluendo.com>
13942
13943         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13944         Added parse-launch syntax seeking mode for the seeking example.
13945         This should help stress-test even more cases.
13946         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13947
13948 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13949
13950         * sys/xvimage/xvimagesink.c:
13951         (gst_xvimagesink_navigation_send_event):
13952           Check whether peer pad exists before sending navigation events
13953           to it.
13954
13955 2005-11-11  Michael Smith <msmith@fluendo.com>
13956
13957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13958         (gst_vorbisenc_buffer_from_packet):
13959         * ext/vorbis/vorbisenc.h:
13960           Set duration on encoded buffers. This allows oggmux's
13961           max_page_delay parameter to actually work.
13962
13963 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13966         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13967         (gst_ffmpegcsp_avpicture_fill):
13968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13969         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13970           Make palettes work again (see #132341). Use our own macros
13971           for rounding up.
13972
13973 2005-11-10  Andy Wingo  <wingo@pobox.com>
13974
13975         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13976         string doober.
13977
13978 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13979
13980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13981         (gst_ffmpegcsp_transform_caps):
13982           Prefer passthrough in transform_caps
13983
13984 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13985
13986         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13987           check for ALSA errors properly, instead of relying on ALSA's
13988           error strings to serve to the user.
13989
13990 2005-11-10  Wim Taymans  <wim@fluendo.com>
13991
13992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13993         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13994         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13995         Modernise the seek code.
13996
13997 2005-11-10  Michael Smith <msmith@fluendo.com>
13998         
13999         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14000         (setup_substreams), (set_active_source):
14001           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14002           trying to go to NULL if we failed to read a file.
14003
14004 2005-11-10  Wim Taymans  <wim@fluendo.com>
14005
14006         * gst/audiotestsrc/gstaudiotestsrc.c:
14007         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14008         (gst_audiotestsrc_create):
14009         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14010         (gst_sinesrc_get_times), (gst_sinesrc_create):
14011         * gst/videotestsrc/gstvideotestsrc.c:
14012         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14013         (gst_videotestsrc_create):
14014         The base class can now sync for us.
14015
14016 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14019           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14020           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14021           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14022           format=(fourcc)I420" ! xvimagesink
14023
14024 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14025
14026         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14027         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14028         (gst_sinesrc_newsegment):
14029           Send newsegment event in TIME format, set duration if
14030           num-buffers is set, fix duration querying.
14031
14032 2005-11-10  Michael Smith <msmith@fluendo.com>
14033
14034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14035         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14036         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14037         (gst_ogg_mux_collected):
14038          Fix EOS handling, partially. Now forwarding an EOS event once we have
14039          EOS on all pads works correctly. However, we still don't properly set
14040          EOS on the actual ogg stream pages.
14041
14042 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14045           Set elements to NULL state before disposing of them.
14046
14047 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14048
14049         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14052         (gst_base_rtp_depayload_init),
14053         (gst_base_rtp_depayload_set_gst_timestamp):
14054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14055           We need to send a newsegment event for each instance, not
14056           just for the first instance of this class (get rid of
14057           static variable in function). (#321011).
14058           
14059 2005-11-08  Michael Smith <msmith@fluendo.com>
14060
14061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14062         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14063         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14064         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14065           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14066           This makes us mux things correctly according to the ogg muxing
14067           rules. Still not handling EOS correctly right now, though.
14068
14069 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14070
14071         * gst/audioconvert/gstaudioconvert.c:
14072           Fix typo in docs. 
14073
14074 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14075
14076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14077         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14078           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14079           creating a new chain; should fix live streaming. Also
14080           add more debug output and fix a typo.
14081
14082 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14083
14084         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14085
14086         * gst/volume/gstvolume.c: (volume_set_caps):
14087           Fix compilation on Solaris with Forte. (#320923)
14088
14089 2005-11-08  Wim Taymans  <wim@fluendo.com>
14090
14091         * gst-libs/gst/audio/gstbaseaudiosink.c:
14092         (gst_base_audio_sink_render):
14093         No need to do a typecheck.
14094
14095 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14096
14097         * ext/alsa/gstalsa.h:
14098           We register a debug category, so let's use it.
14099
14100 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14101
14102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14103         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14104         Fixed a small problem.
14105
14106 2005-11-04  Wim Taymans  <wim@fluendo.com>
14107
14108         * examples/seeking/Makefile.am:
14109         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14110         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14111         (make_playerbin_pipeline), (format_value), (update_scale),
14112         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14113         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14114         (print_usage), (main):
14115         Added app for playback speed testing.
14116
14117         * examples/seeking/seek.c: (dynamic_link),
14118         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14119         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14120         (message_received), (main):
14121         Updated seek example.
14122
14123 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14124
14125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14126         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14127         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14128         (gst_base_rtp_depayload_set_clock):
14129         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14130         Don't sleep on the bench (system clock) when you have a nice 
14131         comfortable bed (Gstreamer clock) to sleep on.
14132
14133 2005-11-03  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14136         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14137         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14138         Handle the case where a pad_block failed.
14139
14140 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14141
14142         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14143
14144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14145         (gst_base_rtp_depayload_add_to_queue),
14146         (gst_base_rtp_depayload_push),
14147         (gst_base_rtp_depayload_set_gst_timestamp),
14148         (gst_base_rtp_depayload_queue_release):
14149           Fixes some bugs in the depayloader's queuing/de-queueing code.
14150
14151 2005-10-31  Michael Smith <msmith@fluendo.com>
14152
14153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14154         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14155         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14156           Patch from Alessandro Decina <alessandro@nnva.org>.
14157           Make oggdemux only find the final time in a chain, not per-pad,
14158           since the per-pad information can be very expensive to locate, and
14159           it isn't used anywhere. This makes reading a file containing
14160           OggSkeleton reasonably fast.
14161           Also, make chain finding work when there are logical bitstreams that
14162           can't be decoded. Fixes #319110.
14163
14164 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14165
14166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14167         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14168         (gst_base_rtp_depayload_chain),
14169         (gst_base_rtp_depayload_add_to_queue),
14170         (gst_base_rtp_depayload_push),
14171         (gst_base_rtp_depayload_set_gst_timestamp),
14172         (gst_base_rtp_depayload_queue_release),
14173         (gst_base_rtp_depayload_start_thread),
14174         (gst_base_rtp_depayload_set_property),
14175         (gst_base_rtp_depayload_get_property):
14176         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14177         Some random fixes, to fullfill the desires of thomas.
14178
14179 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14180
14181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14182         (gst_base_rtp_depayload_add_to_queue),
14183         (gst_base_rtp_depayload_push):
14184         Fixed the queueing algorithm.
14185
14186 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14187
14188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14189         (gst_base_rtp_depayload_push):
14190         A small fix
14191
14192 2005-10-31  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst-libs/gst/audio/gstringbuffer.h:
14195         Don't break ABI.
14196
14197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14198         (gst_ffmpeg_caps_to_pixfmt):
14199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14200         (gst_ffmpegcsp_set_caps):
14201         Some more comments.
14202         Handle missing required caps fields better.
14203
14204 2005-10-31  Wim Taymans  <wim@fluendo.com>
14205
14206         * gst-libs/gst/audio/gstbaseaudiosink.c:
14207         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14208         (gst_base_audio_sink_render):
14209         * gst-libs/gst/audio/gstringbuffer.c:
14210         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14211         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14212         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14213         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14214         (gst_ring_buffer_read):
14215         * gst-libs/gst/audio/gstringbuffer.h:
14216         Add flushing mode to the ringbuffer so that it in all cases does
14217         not try to handle more audio. This makes sure it does not try to
14218         block anymore when flushing and fixes a livelock.
14219
14220 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14221
14222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14223         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14224         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14225           Explicitly check for -1 values before doing a conversion
14226           and always map them to -1. (#315545)
14227
14228 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14229
14230         * gst/playback/gstplaybin.c: (gen_video_element):
14231           first try autovideosink, then xvimagesink, then error out
14232         * po/POTFILES.in:
14233           add translatable file
14234         * po/af.po:
14235         * po/az.po:
14236         * po/cs.po:
14237         * po/en_GB.po:
14238         * po/hu.po:
14239         * po/it.po:
14240         * po/nb.po:
14241         * po/nl.po:
14242         * po/or.po:
14243         * po/sq.po:
14244         * po/sr.po:
14245         * po/sv.po:
14246         * po/uk.po:
14247         * po/vi.po:
14248           update translations
14249
14250 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14251
14252         * gst-libs/gst/rtp/gstbasedepayload.c:
14253         * gst-libs/gst/rtp/gstbasedepayload.h:
14254           Minor cleanups
14255
14256 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * gst/playback/.cvsignore:
14259         * gst/playback/decodetest.c:
14260         * gst/playback/test3.c:
14261           Port these two tests as well.
14262
14263 2005-10-27  Wim Taymans  <wim@fluendo.com>
14264
14265         * ext/theora/theoradec.c: (theora_dec_src_query),
14266         (theora_dec_sink_event):
14267         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14268         (theora_enc_change_state):
14269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14270         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14271         Take proper locks when handling events.
14272
14273 2005-10-27  Wim Taymans  <wim@fluendo.com>
14274
14275         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14276         (gst_adder_change_state):
14277         Fix timestamps and fix deadlock when stopping the collectpads.
14278
14279 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14280
14281         * gst-libs/gst/rtp/gstrtpbuffer.h:
14282         Declaring the payload types as strings too so that they can be used
14283         in the padtemplate inialization.
14284
14285 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14286
14287         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14288
14289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14290         (gst_base_rtp_depayload_class_init):
14291         Fixes a small but nasty bug. The derived elements no longer segfaults
14292         on finalization.
14293
14294 2005-10-26  Michael Smith <msmith@fluendo.com>
14295
14296         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14297           When clearing an audioconvert context, set tmpbufsize to zero, so
14298           we'll allocate it again later if required.
14299           This fixes audioconvert re-negotiating formats, which previously
14300           segfaulted with a NULL destination buffer.
14301
14302 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14303
14304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14305         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14306         (gst_base_rtp_depayload_set_gst_timestamp),
14307         (gst_base_rtp_depayload_queue_release):
14308         Fixed a smalll memleak.
14309
14310 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14312         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14313         (gst_base_rtp_depayload_finalize),
14314         (gst_base_rtp_depayload_setcaps),
14315         (gst_base_rtp_depayload_add_to_queue),
14316         (gst_base_rtp_depayload_push),
14317         (gst_base_rtp_depayload_set_gst_timestamp),
14318         (gst_base_rtp_depayload_queue_release),
14319         (gst_base_rtp_depayload_thread),
14320         (gst_base_rtp_depayload_change_state):
14321         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14322         Changed the C++ comments to C comments
14323
14324 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14327         * gst/tcp/gsttcpclientsrc.h:
14328         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14329         * gst/tcp/gsttcpserversrc.h:
14330           Remove unused 'curoffset' structure member.
14331
14332 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14333
14334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14335         (gst_base_rtp_depayload_base_init),
14336         (gst_base_rtp_depayload_finalize):
14337         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14338         * gst-libs/gst/rtp/gstbasertppayload.h:
14339           The pad-template on the sinkpad should be set by the derived classes.
14340           Also added some useful macros.
14341
14342 2005-10-24  Wim Taymans  <wim@fluendo.com>
14343
14344         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14345         Correctly flush decoder samples even if we could not
14346         copy them to an output buffer. Fixes #319618.
14347
14348 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14349
14350         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14352         the caps against our xcontext caps.
14353
14354 2005-10-24  Wim Taymans  <wim@fluendo.com>
14355
14356         * gst-libs/gst/audio/gstbaseaudiosink.c:
14357         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14358         Remove g_print
14359         Use sync property from baseclass to disable sync.
14360
14361 2005-10-24  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst-libs/gst/audio/gstbaseaudiosink.c:
14364         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14365         Buffers with no timestamps get aligned with previous buffers or
14366         on underrun, played ASAP.
14367
14368 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14369
14370         * gst-libs/gst/video/video.h:
14371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14372         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14374         here comes my change on caps for framerate and geometry range.
14375         We are now accepting 1 to MAXINT for width and height, and from
14376         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14377         to be blended correctly in videomixer.
14378
14379 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * configure.ac:
14382           back to HEAD
14383
14384 === release 0.9.4 ===
14385
14386 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14387
14388         * NEWS:
14389         * RELEASE:
14390         * configure.ac:
14391           releasing 0.9.4, "Velociraptor"
14392
14393 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14396         * po/POTFILES.in:
14397           STOPPED -> FAILED
14398
14399 2005-10-21  Wim Taymans  <wim@fluendo.com>
14400
14401         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14402         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14403         (pad_blocked), (close_pad_link), (new_pad):
14404         Don't try to remove elements twice.
14405
14406 2005-10-21  Wim Taymans  <wim@fluendo.com>
14407
14408         * ext/theora/theoradec.c: (theora_dec_src_query),
14409         (theora_dec_sink_event):
14410         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14411         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14412         (vorbis_handle_data_packet):
14413         * ext/vorbis/vorbisdec.h:
14414         Fix old naming.
14415
14416         * gst-libs/gst/audio/gstbaseaudiosink.c:
14417         (gst_base_audio_sink_render):
14418         Don't try to sync on buffers without a timestamp.
14419
14420 2005-10-21  Wim Taymans  <wim@fluendo.com>
14421
14422         * ext/theora/theoradec.c: (theora_dec_src_query),
14423         (theora_dec_sink_event):
14424         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14425         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14426         (vorbis_handle_data_packet):
14427         * ext/vorbis/vorbisdec.h:
14428         Fix old naming.
14429
14430 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14431
14432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14433         (gst_vorbisenc_src_query):
14434           Implement position and duration queries.
14435
14436         * gst/playback/test3.c: (update_scale), (main):
14437           Fix for async state changes and print nicer output.
14438
14439 2005-10-20  Wim Taymans  <wim@fluendo.com>
14440
14441         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14442         (dump_element_stats), (main):
14443         * gst/playback/test6.c: (main):
14444         Fix tests again
14445
14446 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14449         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14450           Don't use functions for position queries when handling
14451           duration queries.
14452
14453 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14456         (vorbis_handle_data_packet), (vorbis_dec_chain),
14457         (vorbis_dec_change_state):
14458         * ext/vorbis/vorbisdec.h:
14459           Vorbis streams can be embedded in other container formats
14460           than ogg, container formats where the demuxer might set 
14461           timestamps on encoded vorbis buffers instead of those silly 
14462           granulepos thingies. In short: make vorbisdec handle 
14463           timestamps on incoming buffers as well.
14464
14465 2005-10-20  Wim Taymans  <wim@fluendo.com>
14466
14467         * gst/playback/gstplaybasebin.c: (group_destroy),
14468         (gst_play_base_bin_change_state):
14469         Fix leak.
14470         Handle case where playbasebin is now ASYNC because
14471         decodebin is.
14472
14473 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14474
14475         * gst/audioconvert/Makefile.am:
14476         * gst/audioconvert/bufferframesconvert.c:
14477         * gst/audioconvert/plugin.c: (plugin_init):
14478         * gst/audioconvert/plugin.h:
14479           And bye bye buffer-frames-convert
14480
14481 2005-10-19  Wim Taymans  <wim@fluendo.com>
14482
14483         * check/elements/audioconvert.c:
14484         * docs/libs/tmpl/gstaudio.sgml:
14485         * docs/libs/tmpl/gstcolorbalance.sgml:
14486         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14487         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14488         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14489         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14490         * gst-libs/gst/audio/audio.h:
14491         * gst/audioconvert/audioconvert.h:
14492         * gst/audioconvert/gstaudioconvert.c:
14493         (gst_audio_convert_parse_caps):
14494         * gst/volume/gstvolume.c:
14495         Bye bye buffer-frames.
14496
14497 2005-10-19  Wim Taymans  <wim@fluendo.com>
14498
14499         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14500         (query_positions_elems), (query_positions_pads), (update_scale),
14501         (do_seek), (set_update_scale), (message_received), (main):
14502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14503         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14504         (gst_ogg_demux_loop):
14505         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14506         * ext/theora/theoradec.c: (theora_dec_src_query),
14507         (theora_dec_sink_event):
14508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14509         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14510         * gst/adder/gstadder.c: (gst_adder_query):
14511         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14512         * gst/playback/test3.c: (update_scale):
14513         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14514         (dump_element_stats), (main):
14515         * gst/playback/test6.c: (main):
14516         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14517         Query API update.
14518
14519 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14522         (xml_check_first_element), (xml_type_find), (smil_type_find),
14523         (plugin_init):
14524           Add typefinding for SMIL and for generic XML. Based on patch by
14525           Akos Maroy (#308663).
14526
14527 2005-10-18  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst/playback/Makefile.am:
14530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14531         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14532         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14533         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14534         (gst_decode_bin_change_state):
14535         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14536         (gst_play_bin_send_event_to_sink):
14537         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14538         (dump_element_stats), (main):
14539         * gst/playback/test6.c: (main):
14540         Make playbin async, it'll commit state to paused when all streams
14541         are detected.
14542         Remove ugly hack.
14543         Added test6.c to show async behaviour.
14544
14545 2005-10-18  Wim Taymans  <wim@fluendo.com>
14546
14547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14549         Fix for segment-start/stop API change.
14550
14551 2005-10-18  Wim Taymans  <wim@fluendo.com>
14552
14553         * check/Makefile.am:
14554         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14555         (main):
14556         Add future test for clock selection.
14557
14558 2005-10-18  Wim Taymans  <wim@fluendo.com>
14559
14560         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14561         (gst_alsasink_close):
14562         Set handle to NULL.
14563
14564         * gst-libs/gst/audio/gstringbuffer.c:
14565         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14566         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14567         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14568         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14569         (gst_ring_buffer_read):
14570         More debug info.
14571
14572 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14573
14574         * gst/audiotestsrc/Makefile.am:
14575         * gst/sine/Makefile.am:
14576         * gst/volume/Makefile.am:
14577           fix broken build of controllerized plugins
14578
14579 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14580
14581         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14584         (gst_riff_create_video_template_caps):
14585           Add support for Indeo-3 (IV32).
14586
14587 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14588
14589         * configure.ac:
14590           rewrite
14591
14592 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14593
14594         * gst-libs/gst/video/video.c: (gst_video_get_size):
14595         * gst/audiotestsrc/gstaudiotestsrc.c:
14596           doc updates
14597
14598 2005-10-17  Andy Wingo  <wingo@pobox.com>
14599
14600         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14601         with the collectpads change.
14602         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14603
14604         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14605
14606         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14607
14608         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14609         alloc_buffer flow return to callers.
14610         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14611         change. Fix some memleaks in theoraenc.
14612
14613         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14614         in strange circumstance.
14615
14616 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14617
14618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14619         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14620         from caps, let's use the caps...
14621
14622 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * configure.ac:
14625           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14626
14627 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14628
14629         * gst-libs/gst/interfaces/Makefile.am:
14630           fix silly typo
14631
14632 2005-10-16  Andy Wingo  <wingo@pobox.com>
14633
14634         * gst/playback/gstdecodebin.c
14635         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14636         function!
14637         (try_to_link_1): Increase kraziness level.
14638
14639 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14640
14641         * configure.ac:
14642           restructure like the core one
14643         * gst-libs/gst/audio/Makefile.am:
14644         * gst-libs/gst/interfaces/Makefile.am:
14645         * gst-libs/gst/net/Makefile.am:
14646         * gst-libs/gst/riff/Makefile.am:
14647         * gst-libs/gst/rtp/Makefile.am:
14648         * gst-libs/gst/tag/Makefile.am:
14649         * gst-libs/gst/video/Makefile.am:
14650           use correct linker flags, now the libs are properly versioned
14651         * check/elements/audioconvert.c: (verify_convert):
14652         * ext/alsa/gstalsaplugin.c:
14653         * ext/cdparanoia/gstcdparanoia.c:
14654         * ext/gnomevfs/gstgnomevfs.c:
14655         * ext/libvisual/visual.c:
14656         * ext/ogg/gstogg.c:
14657         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14658         * ext/theora/theora.c:
14659         * ext/vorbis/vorbis.c:
14660         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14661         * gst-libs/gst/tag/gsttagediting.c:
14662         * gst-libs/gst/video/video.c:
14663         * gst/adder/gstadder.c:
14664         * gst/audioconvert/plugin.c:
14665         * gst/audiorate/gstaudiorate.c:
14666         * gst/audioresample/gstaudioresample.c:
14667         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14668         * gst/audioscale/gstaudioscale.c:
14669         * gst/audioscale/resample.c:
14670         * gst/audiotestsrc/gstaudiotestsrc.c:
14671         * gst/ffmpegcolorspace/gstffmpeg.c:
14672         * gst/playback/gstdecodebin.c: (close_pad_link):
14673         * gst/playback/gstplaybin.c: (gen_video_element),
14674         (gen_audio_element):
14675         * gst/sine/gstsinesrc.c:
14676         * gst/subparse/gstsubparse.c:
14677         * gst/tags/gsttagediting.c:
14678         * gst/tcp/gsttcpplugin.c:
14679         * gst/typefind/gsttypefindfunctions.c:
14680         * gst/videorate/gstvideorate.c:
14681         * gst/videoscale/gstvideoscale.c:
14682         * gst/videotestsrc/gstvideotestsrc.c:
14683         * gst/volume/gstvolume.c:
14684         * sys/v4l/gstv4l.c:
14685         * sys/ximage/ximage.c:
14686         * sys/xvimage/xvimagesink.c:
14687           fix up defines
14688
14689 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * ext/vorbis/vorbisenc.c:
14692         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14693         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14694         (gst_tag_to_vorbis_comments):
14695           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14696
14697 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14698
14699         * examples/stats/mp2ogg.c:
14700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14701           typo fixes
14702
14703 2005-10-13  Michael Smith <msmith@fluendo.com>
14704
14705         * ext/ogg/gstoggmux.c:
14706           Use magic glib macros to define constants as 64 bit, to ensure
14707           appropriate vararg passing.
14708
14709 2005-10-13  Michael Smith <msmith@fluendo.com>
14710
14711         * ext/ogg/gstoggmux.c:
14712         * gst/audioconvert/audioconvert.c: (float):
14713           Don't use LL suffix, as it's not portable, and neither of these
14714           uses required it anyway.
14715
14716 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14717
14718         * examples/indexing/indexmpeg.c: (main):
14719         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14720         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14721         (cdparanoia_convert), (cdparanoia_query):
14722         * ext/cdparanoia/gstcdparanoia.h:
14723         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14724         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14725         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14726         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14727         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14728         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14730         (gst_multifdsink_render), (gst_multifdsink_start),
14731         (gst_multifdsink_stop):
14732         * gst/tcp/gstmultifdsink.h:
14733         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14734         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14735         (gst_tcpclientsink_stop):
14736         * gst/tcp/gsttcpclientsink.h:
14737         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14738         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14739         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14740         * gst/tcp/gsttcpclientsrc.h:
14741         * gst/tcp/gsttcpserversink.h:
14742         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14743         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14744         (gst_tcpserversrc_stop):
14745         * gst/tcp/gsttcpserversrc.h:
14746         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14747         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14748         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14749           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14750           moved bitshift from macro to enum definition
14751
14752 2005-10-12  Wim Taymans  <wim@fluendo.com>
14753
14754         * examples/seeking/Makefile.am:
14755         Oops.
14756
14757 2005-10-12  Wim Taymans  <wim@fluendo.com>
14758
14759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14760         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14761         Don't assert on normal stuff.
14762
14763         * gst/playback/gstplaybin.c: (do_playbin_seek):
14764         API fix.
14765
14766 2005-10-12  Wim Taymans  <wim@fluendo.com>
14767
14768         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14769         * examples/seeking/Makefile.am:
14770         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14771         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14772         (do_seek), (set_update_scale), (message_received), (main):
14773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14774         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14775         Update for _get_state() API change.
14776
14777 2005-10-11  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst-libs/gst/audio/gstbaseaudiosink.c:
14780         (gst_base_audio_sink_render):
14781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14782         (gst_base_audio_src_create):
14783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14784         (gst_ring_buffer_read):
14785         Cleanups.
14786         Commit and read from ringbuffer in samples rather than bytes.
14787
14788 2005-10-11  Wim Taymans  <wim@fluendo.com>
14789
14790         * gst-libs/gst/audio/gstbaseaudiosink.c:
14791         (gst_base_audio_sink_render):
14792         Respect segment rate and accum when scheduling samples.
14793
14794 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14795
14796         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14797         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14798         EOS correctly, that needs more work.
14799
14800 2005-10-11  Wim Taymans  <wim@fluendo.com>
14801
14802         * check/generic/states.c: (GST_START_TEST):
14803         remove old property.
14804
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14806         (gst_ogg_demux_perform_seek):
14807         * ext/theora/theoradec.c: (theora_dec_sink_event):
14808         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14809         (vorbis_handle_data_packet):
14810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14811         (gst_base_rtp_depayload_set_gst_timestamp):
14812         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14813         Update for newsegment API change.
14814
14815 2005-10-11  Michael Smith <msmith@fluendo.com>
14816
14817         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14818         (do_playbin_seek), (gst_play_bin_send_event):
14819           Override send_event differently, so that we can takes bits of
14820           functionality from GstPipeline (special handling for seeks,
14821           including pausing/resuming, and resetting stream time) and still get
14822           the appropriate behaviour of only forwarding event to a single sink,
14823           rather than all of them.
14824           Unfortunately requires a lot of code duplication, but the
14825           alternatives are equally ugly in the end.
14826
14827 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14828
14829         * check/elements/audioconvert.c: (setup_audioconvert),
14830         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14831         (GST_START_TEST), (audioconvert_suite):
14832           clean up tests a little, fix some leaks.
14833
14834 2005-10-10  Wim Taymans  <wim@fluendo.com>
14835
14836         * ext/alsa/gstalsasink.c:
14837         Also allow unsigned int.
14838
14839         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14840         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14841         Small cleanup
14842
14843 2005-10-10  Wim Taymans  <wim@fluendo.com>
14844
14845         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14846         Small update, use API as stated in design docs.
14847
14848         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14849         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14850         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14851         (message_received), (main):
14852         Updated seek example for GOption. Some usability improvements.
14853
14854 2005-10-10  Wim Taymans  <wim@fluendo.com>
14855
14856         * gst/audioconvert/audioconvert.h:
14857         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14858         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14859         Alloc temp storage somewhere else where we can do it more
14860         portable.
14861
14862 2005-10-10  Wim Taymans  <wim@fluendo.com>
14863
14864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14865         (gst_tcpserversrc_start):
14866         Don't block in accept while doing the state change, move
14867         to poll and make cancellable.
14868
14869 2005-10-09  Philippe Khalaf <burger@speedy.org>
14870
14871         * gst-libs/gst/rtp/rtpbasedepayload.c:
14872         Set timestamp and add queue delay to timestamp
14873         * gst-libs/gst/rtp/rtpbuffer.h:
14874         Set correct payload type for h263
14875
14876 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14877
14878         * gst/audiotestsrc/gstaudiotestsrc.c:
14879         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14880         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14881         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14882         (gst_audiotestsrc_create_triangle),
14883         (gst_audiotestsrc_create_silence),
14884         (gst_audiotestsrc_create_white_noise),
14885         (gst_audiotestsrc_init_pink_noise),
14886         (gst_audiotestsrc_generate_pink_noise_value),
14887         (gst_audiotestsrc_create_pink_noise),
14888         (gst_audiotestsrc_change_wave):
14889         * gst/audiotestsrc/gstaudiotestsrc.h:
14890           fixed typo, added pink noise
14891
14892 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14895         (plugin_init):
14896           Add wavpack and spc typefind functions from 0.8 branch.
14897
14898 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14899
14900         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14901         (ar_type_find), (msdos_type_find), (plugin_init):
14902           Add typefind functions for tar archives, ar archives,
14903           RAR archives, and msdos-executables (dlls, exe, etc.).
14904           Some of those would be wrongly identified as mpeg
14905           streams of some sort before (#315550).
14906
14907 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14908
14909         * configure.ac:
14910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14912         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14913         * gst/audiotestsrc/Makefile.am:
14914         * gst/audiotestsrc/gstaudiotestsrc.c:
14915         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14916         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14917         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14918         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14919         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14920         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14921         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14922         (gst_audiotestsrc_create_silence),
14923         (gst_audiotestsrc_create_white_noise),
14924         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14925         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14926         (gst_audiotestsrc_start), (plugin_init):
14927         * gst/audiotestsrc/gstaudiotestsrc.h:
14928           add new plugin and element
14929         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14930           use gobject_class
14931
14932 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14933
14934         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14935         (gst_adder_init), (gst_adder_request_new_pad),
14936         (gst_adder_change_state):
14937           Add query function to source pad, so adder reports the correct
14938           time/sample position when queried (#315457); fix state change
14939           function; use GST_DEBUG_FUNCPTR() for pad functions.
14940
14941 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14942
14943         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14944           Fix leaks in typefind registration
14945           Clean up the gratuitous commenting and whitespacing a little
14946
14947 2005-10-08  Wim Taymans  <wim@fluendo.com>
14948
14949         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14950         Only actually wait for the thread to be stopped if it's 
14951         running.
14952
14953 2005-10-08  Wim Taymans  <wim@fluendo.com>
14954
14955         * gst-libs/gst/audio/gstbaseaudiosink.c:
14956         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14957         If we receive EOS we can start playback of what we had.
14958
14959 2005-10-08  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14962         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14963         (gst_multifdsink_stop):
14964         Fix crasher when going to NULL multiple times.
14965
14966 2005-10-06  Wim Taymans  <wim@fluendo.com>
14967
14968         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14969         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14970         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14972         patch from Edgard Lima <edgard.lima@indt.org.br>
14973         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14974
14975 2005-10-06  Wim Taymans  <wim@fluendo.com>
14976
14977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14978         Report the FLOW_RETURN as string in the error message.
14979
14980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14981         Don't assert when clearing an unnegotiated buffer.
14982
14983 2005-10-04  Michael Smith <msmith@fluendo.com>
14984
14985         * gst/playback/gstplaybasebin.c: (group_destroy),
14986         (gen_preroll_element), (remove_groups), (setup_source):
14987         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14988         (setup_sinks), (gst_play_bin_send_event),
14989         (gst_play_bin_change_state):
14990           Set state to NULL before removing from bin. Fix refcounting.
14991
14992 2005-10-04  Michael Smith <msmith@fluendo.com>
14993
14994         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14995           Correct refcounting in send_event() function. Previously was wrong
14996           if the first sink was unable to handle the event.
14997
14998 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         * configure.ac:
15001           back to development
15002
15003 === release 0.9.3 ===
15004
15005 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15006
15007         * configure.ac:
15008           Releasing 0.9.3, "De Facto"
15009
15010 2005-10-03  Andy Wingo  <wingo@pobox.com>
15011
15012         * gst/playback/gstdecodebin.c (try_to_link_1)
15013         (remove_element_chain): set element to NULL before removing it.
15014
15015 2005-10-02  Johan Dahlin  <johan@gnome.org>
15016
15017         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15018         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15019         MT safe.
15020
15021 2005-10-02  Andy Wingo  <wingo@pobox.com>
15022
15023         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15024         (gst_ring_buffer_prepare_read): 
15025         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15026         Demote to LOG.
15027
15028 2005-09-29  Wim Taymans  <wim@fluendo.com>
15029
15030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15031         * ext/theora/theoradec.c: (theora_handle_data_packet):
15032         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15033         Propagate error codes from alloc_buffer too.
15034
15035 2005-09-29  Wim Taymans  <wim@fluendo.com>
15036
15037         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15038         We use fixed caps.
15039
15040         * gst/playback/Makefile.am:
15041         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15042         (dump_element_stats), (main):
15043         Added example stream introspection code.
15044
15045 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15046
15047         * gst/adder/gstadder.c: (gst_adder_collected):
15048           fix adder for float elements
15049
15050 2005-09-28  Wim Taymans  <wim@fluendo.com>
15051
15052         * gst-libs/gst/audio/gstbaseaudiosink.c:
15053         (gst_base_audio_sink_class_init),
15054         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15055         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15056         (gst_base_audio_src_class_init),
15057         (gst_base_audio_src_provide_clock):
15058         get_clock -> provide_clock
15059
15060 2005-09-28  Andy Wingo  <wingo@pobox.com>
15061
15062         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15063         and unlocking.
15064
15065         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15066         unlocking.
15067
15068         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15069         Actually add the pad template.
15070         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15071
15072         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15073         I'm at it...
15074
15075         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15076         from fdsrc. Get caps in create() instead of start() so it can be
15077         interrupted. Interruption somewhat untested.
15078
15079         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15080         Proper EOS handling.
15081
15082 2005-09-27  Andy Wingo  <wingo@pobox.com>
15083
15084         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15085
15086         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15087
15088         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15089
15090         * gst/tcp/gsttcp.h: 
15091         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15092         out of tcpclientsrc.c. Cancellable.
15093         (gst_tcp_socket_read): Made private, cancellable, with better
15094         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15095         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15096         whole buffer, and better diagnostics.
15097         (gst_tcp_gdp_read_caps): Same.
15098
15099         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15100
15101 2005-09-26  Andy Wingo  <wingo@pobox.com>
15102
15103         * gst/sine/gstsinesrc.h:
15104         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15105         change the 'sync' property to 'is-live' and implement it halfway,
15106         update for controller api change.
15107
15108         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15109         controller api change.
15110
15111 2005-09-24  Wim Taymans  <wim@fluendo.com>
15112
15113         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15114         * gst-libs/gst/audio/gstaudiosink.c:
15115         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15116         (gst_audioringbuffer_stop):
15117         * gst-libs/gst/audio/gstbaseaudiosink.c:
15118         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15119         (gst_base_audio_sink_change_state):
15120         * gst-libs/gst/audio/gstbaseaudiosink.h:
15121         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15122         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15123         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15124         * gst-libs/gst/audio/gstringbuffer.h:
15125         Fix sync again. Moved sample alignment to basesink.
15126
15127 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15128
15129         * docs/plugins/Makefile.am:
15130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15131         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15132         * gst/volume/gstvolume.c:
15133           add/fix docs
15134         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15135         * gst-libs/gst/audio/audio.h:
15136           add conversion macros for frames <-> clocktime
15137
15138 2005-09-23  David Schleef  <ds@schleef.org>
15139
15140         * gst/audioresample/Makefile.am:
15141         * gst/audioresample/debug.h:
15142         * gst/audioresample/gstaudioresample.c:
15143         * gst/audioresample/resample.c: Convert to using gst debugging
15144
15145 2005-09-22  Wim Taymans  <wim@fluendo.com>
15146
15147         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15148         (gst_play_bin_send_event):
15149         Only seek on one sink, the first one that succeeds.
15150
15151 2005-09-22  Michael Smith <msmith@fluendo.com>
15152
15153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15154         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15155         Don't flush encoder state unless we have an initialised encoder.
15156         Clear out encoder state on PAUSED_TO_READY.
15157
15158 2005-09-22  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst-libs/gst/rtp/gstbasertppayload.c:
15161         (gst_basertppayload_class_init), (gst_basertppayload_init),
15162         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15163         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15164         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15165         (gst_basertppayload_set_property),
15166         (gst_basertppayload_get_property),
15167         (gst_basertppayload_change_state):
15168         * gst-libs/gst/rtp/gstbasertppayload.h:
15169         Added max-ptime to control amount of data in the rtp packets.
15170
15171 2005-09-21  Andy Wingo  <wingo@pobox.com>
15172
15173         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15174         thingies.
15175
15176         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15177         can be called multiple times, dogs.
15178
15179 2005-09-21  Wim Taymans  <wim@fluendo.com>
15180
15181         * gst-libs/gst/rtp/gstbasertppayload.c:
15182         (gst_basertppayload_class_init), (gst_basertppayload_init),
15183         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15184         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15185         (gst_basertppayload_push), (gst_basertppayload_get_property),
15186         (gst_basertppayload_change_state):
15187         Allow 0 ssrc too.
15188
15189 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15190
15191         * docs/libs/compiling.sgml:
15192           fixing typos
15193
15194 2005-09-20  Wim Taymans  <wim@fluendo.com>
15195
15196         * gst-libs/gst/rtp/gstbasertppayload.c:
15197         (gst_basertppayload_class_init), (gst_basertppayload_init),
15198         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15199         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15200         (gst_basertppayload_push), (gst_basertppayload_set_property),
15201         (gst_basertppayload_get_property),
15202         (gst_basertppayload_change_state):
15203         * gst-libs/gst/rtp/gstbasertppayload.h:
15204         Added property to configure sequence number offsets.
15205
15206 2005-09-20  Wim Taymans  <wim@fluendo.com>
15207
15208         * gst-libs/gst/rtp/gstbasertppayload.c:
15209         (gst_basertppayload_class_init), (gst_basertppayload_init),
15210         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15211         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15212         (gst_basertppayload_push), (gst_basertppayload_set_property),
15213         (gst_basertppayload_get_property),
15214         (gst_basertppayload_change_state):
15215         * gst-libs/gst/rtp/gstbasertppayload.h:
15216         Make timestamp offset configurable.
15217
15218 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15221           fix wrong pop/unref
15222
15223 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15224
15225         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * gst-libs/gst/interfaces/propertyprobe.c:
15228         (gst_property_probe_probe_property_name),
15229         (gst_property_probe_needs_probe_name),
15230         (gst_property_probe_get_values_name),
15231         (gst_property_probe_probe_and_get_values_name):
15232           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15233           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15234
15235 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15236
15237         * check/Makefile.am:
15238           have some tests be disabled for valgrinding
15239         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15240         (GST_START_TEST):
15241         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15242           Fix A Leak.  Chain To Parent Finalize.
15243
15244 2005-09-19  Wim Taymans  <wim@fluendo.com>
15245
15246         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15247         Fixed wav pipeline.
15248
15249 2005-09-19  Wim Taymans  <wim@fluendo.com>
15250
15251         * gst-libs/gst/rtp/gstbasertppayload.c:
15252         (gst_basertppayload_class_init), (gst_basertppayload_init),
15253         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15254         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15255         (gst_basertppayload_push), (gst_basertppayload_get_property),
15256         (gst_basertppayload_change_state):
15257         Posting ERROR and WARNING messages is good.
15258
15259 2005-09-19  Wim Taymans  <wim@fluendo.com>
15260
15261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15262         (gst_base_rtp_depayload_add_to_queue),
15263         (gst_base_rtp_depayload_push),
15264         (gst_base_rtp_depayload_set_gst_timestamp),
15265         (gst_base_rtp_depayload_queue_release):
15266         This one was not supposed to go in.
15267
15268 2005-09-19  Wim Taymans  <wim@fluendo.com>
15269
15270         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15271         Fix for bus API.
15272
15273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15274         (gst_base_rtp_depayload_chain),
15275         (gst_base_rtp_depayload_add_to_queue),
15276         (gst_base_rtp_depayload_push),
15277         (gst_base_rtp_depayload_set_gst_timestamp),
15278         (gst_base_rtp_depayload_queue_release):
15279         Some cleanups.
15280
15281         * gst-libs/gst/rtp/gstbasertppayload.c:
15282         (gst_basertppayload_class_init), (gst_basertppayload_init),
15283         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15284         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15285         (gst_basertppayload_get_property),
15286         (gst_basertppayload_change_state):
15287         Added debugging category.
15288
15289 2005-09-18  David Schleef  <ds@schleef.org>
15290
15291         * gst/playback/gstdecodebin.c: free plugin list correctly
15292         * gst/playback/gstplaybin.c: emit warning if autovideosink
15293           and autoaudiosink can't be found (instead of segfaulting)
15294
15295 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * check/elements/audioconvert.c: (GST_START_TEST):
15298           try out 24 bit conversion
15299
15300 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15301
15302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15303         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15304         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15305         * ext/vorbis/vorbisenc.h:
15306           Fix EOS handling.  Still needs a fix in the ogg muxer to
15307           mark the last page as eos.
15308
15309 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15310
15311         * common/gtk-doc-plugins.mak:
15312         * docs/plugins/Makefile.am:
15313         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15314         * gst/ffmpegcolorspace/Makefile.am:
15315         * gst/ffmpegcolorspace/avcodec.h:
15316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15317         * gst/tcp/gstmultifdsink.c:
15318           fix up ffmpegcolorspace docs; extract header
15319
15320 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         * common/gtk-doc-plugins.mak:
15323         * docs/plugins/Makefile.am:
15324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15325         * ext/theora/Makefile.am:
15326         * ext/theora/gsttheoraenc.h:
15327         * ext/theora/theoraenc.c:
15328         * ext/vorbis/vorbisenc.c:
15329           pick up signals and args for vorbis; add some docs for vorbis
15330
15331 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15332
15333         * common/gstdoc-scangobj:
15334         * common/gtk-doc-plugins.mak:
15335         * docs/libs/Makefile.am:
15336         * docs/plugins/gst-plugins-base-plugins.args:
15337         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15338         * docs/plugins/gst-plugins-base-plugins.interfaces:
15339         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15340         * docs/plugins/gst-plugins-base-plugins.signals:
15341           only scanobj stuff from our source module.  Not sure yet
15342           if that's correct, given the hierarchy stuff :)
15343
15344 2005-09-15  Wim Taymans  <wim@fluendo.com>
15345
15346         * gst/audioconvert/gstaudioconvert.c:
15347         And enable 24 bits mode as well..
15348
15349 2005-09-15  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst-libs/gst/rtp/Makefile.am:
15352         * gst-libs/gst/rtp/gstbasertppayload.c:
15353         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15354         (gst_basertppayload_class_init), (gst_basertppayload_init),
15355         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15356         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15357         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15358         (gst_basertppayload_set_property),
15359         (gst_basertppayload_get_property),
15360         (gst_basertppayload_change_state):
15361         * gst-libs/gst/rtp/gstbasertppayload.h:
15362         Added rtp payloader base class.
15363
15364 2005-09-15  Andy Wingo  <wingo@pobox.com>
15365
15366         * configure.ac (plugindir): Remove the EOL matcher from the
15367         regexp, as it causes me problems. Libtool? Make? Who knows?
15368
15369 2005-09-14  David Schleef  <ds@schleef.org>
15370
15371         * check/generic/states.c: 
15372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15373         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15374           Fixes for changes in registry API.
15375
15376         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15377           to GST_PLUGIN_LDFLAGS.
15378         * ext/libvisual/visual.c: Make the library shut up.
15379         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15380         * gst-libs/gst/audio/gstaudiofilter.c: same
15381
15382 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * docs/plugins/Makefile.am:
15385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15386         * docs/plugins/inspect/plugin-libvisual.xml:
15387         * docs/plugins/tmpl/element-tcpserversink.sgml:
15388         * ext/theora/theoraenc.c:
15389           add libvisual plugin and theoraenc element to docs
15390
15391 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15392
15393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15394         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15395         * ext/theora/theoraenc.c:
15396           add theoraenc
15397
15398 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/audioconvert/Makefile.am:
15401           Audioconvert derives from GstBaseTransform and should
15402           link to the library with our base elements to avoid
15403           unresolved symbols. Makes things work with MinGW (#316160)
15404
15405         * gst/playback/test4.c: (main):
15406           Fix MinGW build problem and use g_usleep() instead of 
15407           sleep() (#316162)
15408
15409 2005-09-12  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/audioconvert/audioconvert.c: (float),
15412         (audio_convert_prepare_context), (audio_convert_convert):
15413         * gst/audioconvert/audioconvert.h:
15414         Cleanups, speedups, simplifications, added back support
15415         for 24 bits.
15416
15417 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15418
15419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15421         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15422         * docs/plugins/tmpl/element-tcpserversink.sgml:
15423         * gst/ffmpegcolorspace/gstffmpeg.c:
15424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15425         * gst/videotestsrc/gstvideotestsrc.c:
15426         * gst/volume/gstvolume.c:
15427           add more elements to the docs
15428
15429 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15430
15431         * check/Makefile.am:
15432         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15433         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15434           Add extra tests for basetransform based components. 
15435           Comment out the test_element_negotiation test until we decide
15436           if it's testing correct behaviour.
15437         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15438         (gst_visual_chain), (gst_visual_change_state):
15439           Slightly more correct but still bogus timestamping.
15440           Fix state change function.
15441         * gst/audioconvert/gstaudioconvert.c:
15442         (gst_audio_convert_class_init):
15443         * gst/audioresample/gstaudioresample.c:
15444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15445         (gst_ffmpegcsp_class_init):
15446         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15447         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15448         (gst_videoscale_prepare_image):
15449         * gst/volume/gstvolume.c: (gst_volume_class_init),
15450         (volume_transform_ip):
15451           Basetransform updates. Enable passthrough modes.
15452         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15453         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15454         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15455           Negotiation fix that allows the window to return to the original
15456           size and renegotiate passthrough upstream. Extra debug output.
15457
15458 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15459
15460         * gst/sine/gstsinesrc.c:
15461         * gst/volume/gstvolume.c:
15462           fix up header include
15463
15464 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15465
15466         * gst-libs/gst/audio/gstbaseaudiosink.c:
15467         (gst_base_audio_sink_render):
15468         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15469         * gst/volume/gstvolume.c: (gst_volume_class_init),
15470         (volume_transform):
15471           fixing lost sync, some more debugging
15472
15473 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15474
15475         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15476         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15477         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15478         (gst_xvimagesink_check_xshm_calls):
15479           Fix compilation when XShm is not available.
15480
15481 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15482
15483         * ext/libvisual/visual.c: (gst_visual_dispose),
15484         (gst_visual_getcaps), (gst_visual_src_setcaps),
15485         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15486         (gst_visual_change_state):
15487           Finish fixing up libvisual plugin so that it runs. 
15488
15489 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15490
15491         * ext/vorbis/vorbisenc.c:
15492         * gst-libs/gst/tag/gstvorbistag.c:
15493           gsttaginterface.h -> gsttagsetter.h
15494
15495 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15496
15497         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15498           added another test that failes for me (test is not active by default)
15499
15500 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15501
15502         * configure.ac:
15503           v4l2 is no longer in gst-plugins-base
15504
15505 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15506
15507         * configure.ac:
15508           In the output at the end, don't show the first plugin on the same
15509           line as "Core plug-ins, always built:".
15510           Indent the output as for other plugin categories
15511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15512           #define that can be used to not use peer buffer_alloc functions for
15513           test purposes.
15514         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15515         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15516         (gst_ximagesink_show_frame):
15517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15518         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15519         (gst_xvimagesink_show_frame):
15520           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15521           fails gracefully instead of XError aborting or deadlocking.
15522
15523 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15524
15525         * ext/libvisual/Makefile.am:
15526           link against gst-base-libs
15527
15528 2005-09-06  David Schleef  <ds@schleef.org>
15529
15530         * configure.ac: Enable libvisual plugin.
15531         * ext/libvisual/Makefile.am:
15532         * ext/libvisual/visual.c: Fixes to make it compile.
15533
15534 === release 0.9.2 ===
15535
15536 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15537
15538         * NEWS:
15539         * RELEASE:
15540         * configure.ac:
15541         * docs/random/ChangeLog-0.8:
15542           releasing 0.9.2, "Spoon"
15543
15544 2005-09-05  Michael Smith <msmith@fluendo.com>
15545
15546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15547           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15548           that in the vorbisenc element.
15549
15550 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15551
15552         * common/gtk-doc-plugins.mak:
15553         * docs/plugins/Makefile.am:
15554           fix distcheck
15555         * gst/audioresample/resample.c:
15556           fix wrong docstring
15557
15558 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15559
15560         * common/gst-xmlinspect.py:
15561         * common/gtk-doc-plugins.mak:
15562           only inspect plugins for this given package
15563           require gst-python 0.9
15564
15565 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * Makefile.am:
15568         * autogen.sh:
15569         * common/gst-xmlinspect.py:
15570         * configure.ac:
15571         * docs/Makefile.am:
15572         * docs/plugins/inspect/plugin-alsa.xml:
15573         * docs/plugins/inspect/plugin-audioresample.xml:
15574         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15575         * docs/plugins/inspect/plugin-ogg.xml:
15576         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15577         * docs/plugins/tmpl/element-multifdsink.sgml:
15578         * docs/plugins/tmpl/element-tcpserversink.sgml:
15579         * docs/plugins/tmpl/element-vorbisenc.sgml:
15580         * gst-plugins-base.spec.in:
15581           various doc-related updates
15582
15583 2005-08-31  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst-libs/gst/audio/gstbaseaudiosink.c:
15586         (gst_base_audio_sink_render):
15587         Resync if the buffer timestamps drift more than a 10th 
15588         of a second.
15589
15590 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15591
15592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15593         (gst_v4lsrc_get_property):
15594           The 'timestamp-offset' property is registered as an int64, so
15595           let's use g_value_{set|get}_int64() in our setter and getter
15596           functions (makes it work and fixes warnings with gst-inspect).
15597
15598 2005-08-30  Wim Taymans  <wim@fluendo.com>
15599
15600         * check/elements/audioconvert.c: (setup_audioconvert):
15601         * check/elements/audioresample.c: (setup_audioresample):
15602         * check/elements/volume.c: (setup_volume):
15603         Fix checks.
15604
15605 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         * common/gtk-doc-plugins.mak:
15608         * common/plugins.xsl:
15609         * docs/plugins/Makefile.am:
15610           make module a param
15611
15612 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15613
15614         * examples/seeking/seek.c: (make_mp3_pipeline),
15615         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15616         (play_cb), (pause_cb), (stop_cb):
15617           update the example
15618
15619 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15620
15621         * gst/volume/gstvolume.c: (gst_volume_class_init),
15622         (volume_transform):
15623           do not update controlled params, if buffer has no timestamp
15624
15625 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15626
15627         * configure.ac:
15628         * gst/sine/Makefile.am:
15629         * gst/volume/Makefile.am:
15630           controllerized elements also need to link against controller-libs ;)
15631
15632 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15633
15634         * docs/libs/tmpl/gstcolorbalance.sgml:
15635         * docs/libs/tmpl/gstgconf.sgml:
15636         * docs/libs/tmpl/gstmixer.sgml:
15637         * docs/libs/tmpl/gstringbuffer.sgml:
15638         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15639         (gst_sinesrc_create):
15640         * gst/volume/gstvolume.c: (gst_volume_class_init),
15641         (volume_transform):
15642           controllerized two audio plugins
15643
15644 2005-08-29  Andy Wingo  <wingo@pobox.com>
15645
15646         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15647         (vorbis_handle_data_packet): Fix some int overflow errors.
15648
15649         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15650         -1.
15651         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15652         valid.
15653         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15654         if it's valid. Fixed streaming-mode playback.
15655
15656         * check/elements/volume.c (cleanup_volume): Fix for running
15657         CK_FORK=no.
15658
15659         * check/elements/audioconvert.c: Convert from native endian, not
15660         little endian.
15661
15662 2005-08-29  Michael Smith <msmith@fluendo.com>
15663
15664         * ext/ogg/Makefile.am:
15665         * ext/ogg/gstogg.c: (plugin_init):
15666         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15667         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15668         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15669         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15670         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15671         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15672         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15673         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15674         Add an ogg parser element.
15675
15676 2005-08-28  Andy Wingo  <wingo@pobox.com>
15677
15678         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15679
15680 2005-08-26  Wim Taymans  <wim@fluendo.com>
15681
15682         * gst/audioconvert/audioconvert.c: (if), (float),
15683         (audio_convert_get_func_index), (check_default),
15684         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15685         (audio_convert_clean_context), (audio_convert_get_sizes),
15686         (audio_convert_convert):
15687         Cleanups.
15688
15689 2005-08-26  Wim Taymans  <wim@fluendo.com>
15690
15691         * gst/audioconvert/audioconvert.c: (if), (float),
15692         (audio_convert_get_func_index), (check_default),
15693         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15694         (audio_convert_clean_context), (audio_convert_get_sizes),
15695         (audio_convert_convert):
15696         More elegant and working temp buffer selection algo.
15697
15698 2005-08-26  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/audioconvert/audioconvert.c: (if), (float),
15701         (audio_convert_get_func_index), (check_default),
15702         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15703         (audio_convert_clean_context), (audio_convert_get_sizes),
15704         (get_temp_buffer), (audio_convert_convert):
15705         Use realloc else we lose our original data.
15706
15707 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15708
15709         * gst/audioresample/gstaudioresample.c:
15710           use base class' newsegment to properly timestamp
15711
15712 2005-08-26  Wim Taymans  <wim@fluendo.com>
15713
15714         * gst/audioconvert/audioconvert.c: (if), (float),
15715         (audio_convert_get_func_index), (check_default),
15716         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15717         (audio_convert_clean_context), (audio_convert_get_sizes),
15718         (get_temp_buffer), (audio_convert_convert):
15719         * gst/audioconvert/gstaudioconvert.c:
15720         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15721         (gst_audio_convert_transform_caps),
15722         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15723         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15724         Oops, allocate enough space to perform the channel mix.
15725
15726 2005-08-26  Wim Taymans  <wim@fluendo.com>
15727
15728         * gst/audioconvert/Makefile.am:
15729         * gst/audioconvert/audioconvert.c: (if), (float),
15730         (audio_convert_get_func_index), (check_default),
15731         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15732         (audio_convert_clean_context), (audio_convert_get_sizes),
15733         (get_temp_buffer), (audio_convert_convert):
15734         * gst/audioconvert/audioconvert.h:
15735         * gst/audioconvert/gstaudioconvert.c:
15736         (gst_audio_convert_class_init), (gst_audio_convert_init),
15737         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15738         (gst_audio_convert_get_unit_size),
15739         (gst_audio_convert_transform_caps),
15740         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15741         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15742         * gst/audioconvert/gstaudioconvert.h:
15743         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15744         (gst_channel_mix_fill_identical),
15745         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15746         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15747         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15748         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15749         (gst_channel_mix_mix):
15750         * gst/audioconvert/gstchannelmix.h:
15751         Cleanups, librarify a bit, optimize, better negotiation and more.
15752
15753 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15754
15755         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15756         Another from MikeS:
15757         During typefinding, don't support negative offsets
15758         (offsets from the end of the stream) in our typefind->peek() function
15759         - nothing embedded in ogg ever needs them. However, we need to recognise
15760         those requests and reject them, otherwise we return invalid pointers.
15761
15762 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15763
15764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15765         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15766         (vorbisdec_finalize), (vorbis_handle_type_packet):
15767           Big shout-out to MikeS for fixing this giant memory leak.
15768           Huzzah!
15769
15770 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15771
15772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15773         (audio_convert_get_unit_size):
15774           plug some leaks
15775
15776 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15777
15778         * check/Makefile.am:
15779         * check/elements/audioconvert.c: (setup_audioconvert),
15780         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15781         (GST_START_TEST), (audioconvert_suite), (main):
15782           add a test for audioconvert
15783         * gst/audioresample/gstaudioresample.c:
15784         * gst/audioresample/gstaudioresample.h:
15785           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15786           note that for buffers of 1/3 sec this means DURATION(c) is 
15787           one nanosecond more than for a and b
15788
15789 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * check/Makefile.am:
15792         * check/elements/audioresample.c: (setup_audioresample),
15793         (cleanup_audioresample), (fail_unless_perfect_stream),
15794         (test_perfect_stream_instance), (GST_START_TEST),
15795           add a check for audioresample
15796         (audioresample_suite), (main):
15797         * check/elements/volume.c: (GST_START_TEST):
15798           remove unused method
15799         * gst/audioresample/gstaudioresample.c:
15800           set correct buffer parameters since we're changing them
15801         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15802           add some debug
15803
15804 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15805
15806         * gst/audioresample/debug.c:
15807         * gst/audioresample/gstaudioresample.c:
15808           add room for extra overlap samples when asked to transform size
15809           protect against possible mem corruption and check for discrepancies
15810           between written size and outbuffer's size so we can warn for
15811           potential problems
15812         * gst/audioresample/resample.c: (resample_init),
15813         (resample_get_output_size_for_input), (resample_get_output_size),
15814         (resample_set_n_channels), (resample_set_format):
15815           set debug level based on RESAMPLE_DEBUG env var
15816           make sure that get_output_size* returns a whole number of
15817           sample_size
15818           set sample_size each time either channel or format is set
15819         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15820         * gst/audioresample/resample_functable.c:
15821         (resample_scale_functable):
15822         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15823           remove r->sample_size, it's done in resample.c now
15824           add some debugging to the ref implementation
15825           make sure we only give back bytes that are wholes of the sample
15826           size
15827
15828 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15829         * gst/playback/gstplaybasebin.c: (fill_buffer):
15830         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15831
15832 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15833
15834         * gst/volume/gstvolume.c:
15835           made set_caps function static
15836
15837 2005-08-24  Wim Taymans  <wim@fluendo.com>
15838
15839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15840         (gst_vorbisenc_change_state):
15841         Stop leaking taglists.
15842
15843 2005-08-24  Wim Taymans  <wim@fluendo.com>
15844
15845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15846         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15847         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15848         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15849         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15850         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15851         Parse seeking events better.
15852         Unref static caps.
15853         Generate correct newsegment events, fixes seeking in live oggs.
15854
15855         * ext/theora/theoradec.c: (theora_dec_src_query),
15856         (theora_dec_src_event), (theora_dec_src_getcaps),
15857         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15858         Use newsegment values to report correct play time.
15859
15860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15861         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15862         * ext/vorbis/vorbisdec.h:
15863         Parse and use newsegment values to report correct play time.
15864
15865         * gst-libs/gst/audio/gstbaseaudiosink.c:
15866         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15867         Clear ringbuffer on flush.
15868         Use newsegment values to calculate playback time.
15869
15870         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15872         Basesink does newsegment calculations for us now.
15873
15874 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * check/Makefile.am:
15877         * configure.ac:
15878           add core's plugins to the mix so that playbin works
15879         * check/generic/states.c: (GST_START_TEST):
15880           set a 0 timeout on pipelines, so they don't force the next
15881           state change
15882         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15883         (gst_play_base_bin_change_state):
15884           remove the crappy error handling and do GST error handling
15885
15886 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * check/Makefile.am:
15889         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15890           add same test as to core, it bitches out on playbin atm.
15891
15892 2005-08-24  Wim Taymans  <wim@fluendo.com>
15893
15894         * configure.ac:
15895         Remove audioscale.
15896
15897 2005-08-24  Wim Taymans  <wim@fluendo.com>
15898
15899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15900         (gst_videoscale_prepare_size), (parse_caps),
15901         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15902         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15903         (gst_videoscale_transform):
15904         * gst/videoscale/gstvideoscale.h:
15905         Refactor, make use of BaseTranform really well.
15906
15907 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15908
15909         * configure.ac:
15910           compile audioresample
15911         * gst/audioresample/Makefile.am:
15912         * gst/audioresample/buffer.c:
15913         * gst/audioresample/functable.c:
15914         * gst/audioresample/gstaudioresample.c:
15915         * gst/audioresample/gstaudioresample.h:
15916         * gst/audioresample/resample.c:
15917         (resample_get_output_size_for_input):
15918         * gst/audioresample/resample.h:
15919         * gst/audioresample/resample_chunk.c:
15920         * gst/audioresample/resample_functable.c:
15921         * gst/audioresample/resample_ref.c:
15922           port to use basetransform; doesn't work in all cases yet
15923
15924 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15925
15926         * gst/audioconvert/gstaudioconvert.c:
15927         (gst_audio_convert_class_init), (gst_audio_convert_init),
15928         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15929         (audio_convert_fixate_caps), (audio_convert_set_caps),
15930         (audio_convert_transform),
15931         (gst_audio_convert_buffer_to_default_format),
15932         (gst_audio_convert_buffer_from_default_format),
15933         (gst_audio_convert_channels):
15934         * gst/audioconvert/gstchannelmix.c:
15935         * gst/audioconvert/gstchannelmix.h:
15936           port to basetransform
15937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15938         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15939         (gst_ffmpegcsp_get_unit_size):
15940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15941         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15942           fix for basetransform changes
15943
15944 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15945
15946         * check/Makefile.am:
15947           Add CHECK_CFLAGS and LDFLAGS
15948
15949         * gst/playback/gstplaybasebin.c: (fill_buffer):
15950           GST_MESSAGE_SRC became a GObject
15951
15952 2005-08-24  Wim Taymans  <wim@fluendo.com>
15953
15954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15955         (gst_ring_buffer_clear_all):
15956         * gst-libs/gst/audio/gstringbuffer.h:
15957         Added function to clear the ringbuffer.
15958
15959 2005-08-24  Andy Wingo  <wingo@pobox.com>
15960
15961         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15962         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15963         of _open and _close.
15964
15965         * sys/v4l/gstv4lxoverlay.h:
15966         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15967         an Xv connection here, instead of all the time. Make Xv only be
15968         loaded if you axe for it. Kindof a workaround for buggy behaviour
15969         of Xv when using remote xservers (XvQueryExtension would block).
15970         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15971         replace the _open and _close public API. Only start the xv
15972         connection if necessary.
15973         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15974
15975 2005-08-23  David Schleef  <ds@schleef.org>
15976
15977         * gst/audioresample/Makefile.am: Leet audioresampling code
15978         * gst/audioresample/buffer.c:
15979         * gst/audioresample/buffer.h:
15980         * gst/audioresample/debug.c:
15981         * gst/audioresample/debug.h:
15982         * gst/audioresample/functable.c:
15983         * gst/audioresample/functable.h:
15984         * gst/audioresample/gstaudioresample.c:
15985         * gst/audioresample/gstaudioresample.h:
15986         * gst/audioresample/resample.c:
15987         * gst/audioresample/resample.h:
15988         * gst/audioresample/resample_chunk.c:
15989         * gst/audioresample/resample_functable.c:
15990         * gst/audioresample/resample_ref.c:
15991
15992 2005-08-23  Wim Taymans  <wim@fluendo.com>
15993
15994         * examples/seeking/seek.c: (make_vorbis_pipeline),
15995         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15996         Small seek updates.
15997
15998 2005-08-23  Andy Wingo  <wingo@pobox.com>
15999
16000         * gst-libs/gst/audio/gstbaseaudiosrc.c
16001         (gst_base_audio_src_fixate): Only fixate endianness if it is
16002         present in the caps.
16003
16004 2005-08-22  Andy Wingo  <wingo@pobox.com>
16005
16006         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16007         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16008         device-name property.
16009
16010         * gst-libs/gst/audio/gstaudiosrc.h:
16011         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16012         close_device in the ring buffer, like gstaudiosink.
16013
16014         * ext/alsa/gstalsamixer.h:
16015         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16016         macro to implement the interface without much code. Cleanups. 
16017
16018         * ext/alsa/gstalsasrc.h:
16019         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16020         READY.
16021
16022         * ext/alsa/Makefile.am: Add new files.
16023         * ext/alsa/gstalsamixerelement.c: 
16024         * ext/alsa/gstalsamixerelement.c: Split element code out from
16025         mixer code so that alsasrc can be a mixer too.
16026
16027 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16030         (GST_START_TEST):
16031         * check/elements/vorbisdec.c: (setup_vorbisdec),
16032         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16033         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16034         (vorbis_handle_identification_packet),
16035         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16036         (vorbis_handle_header_packet), (vorbis_dec_push),
16037         (vorbis_dec_chain):
16038           use the setup/teardown methods to save code.  save code is good.
16039
16040 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16041
16042         * check/Makefile.am:
16043           add ext dir for plugins
16044           add vorbisdec test conditionally
16045         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16046         (GST_START_TEST), (volume_suite):
16047           add a test with wrong caps
16048         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16049         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16050           add a vorbisdec test
16051         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16052         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16053           clean up debug output
16054         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16055           yay, fix a segfault/security issue in vorbisdec
16056           gst-launch fakesrc ! vorbisdec wasn't happy
16057         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16058         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16059         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16060         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16061         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16062         (gst_vorbisenc_set_metadata), (get_constraints_string),
16063         (update_start_message), (gst_vorbisenc_setup),
16064         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16065         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16066         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16067         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16068         * ext/vorbis/vorbisenc.h:
16069           march in line
16070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16071         (gst_ffmpegcsp_transform):
16072           have the kow come home
16073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16074           debug my func ptr
16075         * gst/volume/gstvolume.c: (volume_set_caps):
16076           add a debug
16077
16078 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * Makefile.am:
16081         * check/.cvsignore:
16082         * check/Makefile.am:
16083         * check/elements/.cvsignore:
16084         * check/elements/volume.c: (chain_func), (event_func),
16085         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16086         (main):
16087         * configure.ac:
16088           add unit test structure for gst-plugins-base
16089           add a test for volume
16090         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16091         (gst_volume_set_volume), (gst_volume_get_volume),
16092         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16093         (volume_funcfind), (volume_process_float), (volume_process_int16),
16094         (volume_set_caps), (volume_transform), (volume_update_mute),
16095         (volume_update_volume), (volume_set_property),
16096         (volume_get_property):
16097           document a little; use basetransform vmethod _set_caps
16098
16099 2005-08-19  Andy Wingo  <wingo@pobox.com>
16100
16101         * ext/alsa/gstalsamixertrack.h:
16102         * ext/alsa/gstalsamixertrack.c:
16103         * ext/alsa/gstalsamixeroptions.h:
16104         * ext/alsa/gstalsamixeroptions.c:
16105         * ext/alsa/gstalsamixer.h:
16106         * ext/alsa/gstalsamixer.c: Port to 0.9.
16107
16108         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16109         Remove gstalsa.c and alsaclock. No more cruft here.
16110         
16111 2005-08-18  Wim Taymans  <wim@fluendo.com>
16112
16113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16114         (gst_base_rtp_depayload_chain),
16115         (gst_base_rtp_depayload_add_to_queue),
16116         (gst_base_rtp_depayload_push),
16117         (gst_base_rtp_depayload_queue_release):
16118         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16119         Fix for RTPBuffer changes.
16120
16121         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16122         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16123         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16124         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16125         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16126         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16127         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16128         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16129         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16130         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16131         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16132         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16133         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16134         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16135         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16136         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16137         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16138         (gst_rtpbuffer_get_payload):
16139         * gst-libs/gst/rtp/gstrtpbuffer.h:
16140         Don't subclass GstBuffer but add methods and helper functions
16141         to construct and manipulate RTP packets in regular GstBuffers.
16142
16143 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16144
16145         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16146           moved statement below switch
16147         * gst/volume/gstvolume.c: (gst_volume_class_init):
16148           added debug ptr
16149
16150 2005-08-16  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16153         (gst_base_audio_src_change_state):
16154         Open and close device in READY<->NULL state change.
16155
16156 2005-08-16  Andy Wingo  <wingo@pobox.com>
16157
16158         * examples/seeking/Makefile.am: Don't compile non-compiling
16159         compiled objects with the compiler.
16160
16161         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16162         elements.
16163
16164 2005-08-12  Philippe Khalaf <burger@speedy.org>
16165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16167           Made a thread to release the queue.
16168           Removed timestamp conversion for now.
16169
16170 2005-08-10  Philippe Khalaf <burger@speedy.org>
16171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16173           Added rtp timestamp -> gst timestamp conversion.
16174           Fixed several problems with queue.
16175
16176 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst-libs/gst/audio/gstaudioclock.h:
16179         * gst-libs/gst/audio/gstaudiofilter.h:
16180         * gst-libs/gst/audio/gstaudiosink.h:
16181         * gst-libs/gst/audio/gstaudiosrc.h:
16182         * gst-libs/gst/audio/gstbaseaudiosink.h:
16183         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16184         * gst-libs/gst/audio/gstringbuffer.h:
16185         * gst-libs/gst/net/gstnetbuffer.h:
16186         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16187         * gst-libs/gst/rtp/gstrtpbuffer.h:
16188           Add padding (you will need to rebuild gst-plugins-base,
16189           gst-plugins and all applications afterwards!)
16190
16191 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16192
16193         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16194         (gst_riff_parse_chunk):
16195           Fix bug in debug message and add some more debug messages.
16196
16197 2005-08-08  Edward Hervey  <edward@fluendo.com>
16198
16199         * gst-libs/gst/riff/riff-media.c:
16200         backported updates since branch
16201
16202 2005-08-08  Andy Wingo  <wingo@pobox.com>
16203
16204         * gst-libs/gst/audio/gstbaseaudiosink.c
16205         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16206         like good elements should. Close on READY->NULL too.
16207
16208         * gst-libs/gst/audio/gstaudiosink.c
16209         (gst_audioringbuffer_open_device,
16210         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16211         (gst_audioringbuffer_release): Updates for new ring buffer API,
16212         hook into the new audio sink api.
16213
16214         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16215         (GstAudioSinkClass.close): Just open and close the device -- no
16216         resource allocation or configuration.
16217         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16218         vmethods, handle device setup and resource allocation.
16219
16220         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16221         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16222         base class API.
16223
16224         * gst-libs/gst/audio/gstringbuffer.h
16225         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16226         New vmethods.
16227
16228         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16229         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16230         New API functions. The device should be opened before acquiring
16231         and closed after releasing.
16232
16233 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16234
16235         * gst-libs/gst/interfaces/mixer.h:
16236           Reset padding to GST_PADDING.
16237
16238 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16239
16240         * gst/playback/gstplaybin.c: (remove_sinks):
16241           Remove visualization from parent explicitely; works around some
16242           apparent refcount issue that I haven't tracked down yet.
16243
16244 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16245
16246         * ext/alsa/gstalsasink.c: (set_hwparams):
16247           Assign debug category, add negotiation debug msgs.
16248
16249 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16250
16251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16252           Fix error code for file-not-found to NOT_FOUND.
16253
16254 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * common/gtk-doc-plugins.mak:
16257         * docs/plugins/Makefile.am:
16258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16260           renamed to actual element names, so much nicer to look at
16261         * docs/plugins/tmpl/gstmultifdsink.sgml:
16262           remove
16263         * docs/plugins/tmpl/multifdsink.sgml:
16264         * docs/plugins/tmpl/tcpserversink.sgml:
16265           add
16266         * ext/alsa/gstalsa.c:
16267         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16268         * ext/ogg/gstoggmux.c:
16269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16270         * gst/playback/gstdecodebin.c:
16271         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16272         * gst/tcp/gsttcpserversink.c:
16273           various fixes and documentation additions
16274
16275 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16276
16277         * common/Makefile.am:
16278         * common/gstdoc-scangobj:
16279         * common/gtk-doc-plugins.mak:
16280         * common/gtk-doc.mak:
16281           add a custom scangobj that uses the registry
16282           add a custom gtk-doc-plugins.mak that uses it
16283           some doc build fixes
16284         * configure.ac:
16285         * docs/Makefile.am:
16286         * docs/plugins/Makefile.am:
16287         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16288         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16289         * docs/plugins/gst-plugins-base-plugins.types:
16290         * docs/plugins/tmpl/gstmultifdsink.sgml:
16291           add docs for one element, multifdsink
16292         * gst/adder/gstadder.h:
16293         * gst/volume/gstvolume.h:
16294           don't privatize enum
16295         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16296         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16297         (gst_sync_method_get_type), (gst_client_status_get_type),
16298         (gst_multifdsink_class_init),
16299         (gst_multifdsink_client_queue_buffer),
16300         (gst_multifdsink_handle_client_write):
16301         * gst/tcp/gstmultifdsink.h:
16302         * gst/tcp/gsttcp.h:
16303         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16304         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16305         (gst_tcpclientsink_render):
16306         * gst/tcp/gsttcpclientsink.h:
16307         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16308         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16309         (gst_tcpclientsrc_start):
16310         * gst/tcp/gsttcpclientsrc.h:
16311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16312         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16313         * gst/tcp/gsttcpserversrc.h:
16314         * gst/typefind/gsttypefindfunctions.c:
16315           remove superfluous Type stuff
16316
16317 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * gst/playback/gstplaybin.c: (gen_video_element):
16320           Enable videoscale.
16321
16322 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * gst-libs/gst/gconf/gconf.c:
16325         * gst-libs/gst/gconf/gconf.h:
16326           Fix some Andy Problem [tm].
16327
16328 2005-08-04  Andy Wingo  <wingo@pobox.com>
16329
16330         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16332         (gst_ffmpegcsp_get_size): Adapt to API changes.
16333
16334         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16335         Implement an in-place do-nothing transform.
16336
16337 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16338
16339         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16340         (gst_ximagesink_renegotiate_size):
16341           Do not set new window sizes yet if we prepare a new buffer size
16342           for upstream renegotiation (software scaling) at some point in the
16343           future, because this new size waqs not actually accepted yet. Once
16344           accepted, renegotiation later on will set the new sizes just fine.
16345           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16346           embedding testcase.
16347
16348 2005-08-03  Andy Wingo  <wingo@pobox.com>
16349
16350         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16351         (gst_ximagesink_buffer_alloc): 
16352         Protect the height, width, and desired_caps with the pool_lock.
16353         Fixes videotestsrc ! queue ! ximagesink.
16354
16355 2005-08-02  Edward Hervey  <edward@fluendo.com>
16356
16357         * gst/volume/gstvolume.c:
16358         include left from controller cleanup
16359
16360 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16362           Stop collectpads before calling the parent state
16363           change function on PAUSED->READY.
16364
16365 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16366         * configure.ac:
16367           When testing for X libs, use the X CFlags 
16368         * gst/adder/gstadder.c: (gst_adder_change_state):
16369           Stop the collectpads before calling parent state change function
16370           on PAUSED->READY, otherwise we deadlock deactivating pads.
16371
16372 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16373
16374         * configure.ac:
16375         * docs/libs/tmpl/gstcolorbalance.sgml:
16376         * docs/libs/tmpl/gstmixer.sgml:
16377         * examples/Makefile.am:
16378         * gst/sine/Makefile.am:
16379         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16380         (gst_sinesrc_set_property), (plugin_init):
16381         * gst/sine/gstsinesrc.h:
16382         * gst/volume/Makefile.am:
16383         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16384         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16385         (volume_process_float), (volume_process_int16),
16386         (volume_set_property), (plugin_init):
16387         * gst/volume/gstvolume.h:
16388           deactivate and remove dparams (libgstcontrol)
16389
16390 2005-07-29  Wim Taymans  <wim@fluendo.com>
16391
16392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16393         Convert me to BaseTransform!! help..
16394
16395 2005-07-29  Andy Wingo  <wingo@pobox.com>
16396
16397         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16398         sinks.
16399
16400         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16401         support of both endiannesses.
16402
16403 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16404
16405         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16406           Fix confusing debug message (s/event/query/)
16407
16408 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * gst/videotestsrc/videotestsrc.h:
16411           Use "_stdint.h" instead of <stdint.h>
16412
16413 2005-07-27  Wim Taymans  <wim@fluendo.com>
16414
16415         * ext/vorbis/Makefile.am:
16416         Revert wrong commit.
16417
16418 2005-07-27  Wim Taymans  <wim@fluendo.com>
16419
16420         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16421         More compilation fixen.
16422
16423 2005-07-27  Wim Taymans  <wim@fluendo.com>
16424
16425         * gst-libs/gst/audio/gstbaseaudiosink.c:
16426         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16427         (gst_base_audio_sink_create_ringbuffer),
16428         (gst_base_audio_sink_change_state):
16429         Fix compilation.
16430
16431 2005-07-27  Wim Taymans  <wim@fluendo.com>
16432
16433         * examples/seeking/seek.c: (setup_dynamic_link),
16434         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16435         (query_positions_elems), (query_positions_pads), (do_seek):
16436         Update seek example.
16437
16438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16439         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16440         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16441         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16442         (gst_ogg_demux_handle_event),
16443         (gst_ogg_demux_deactivate_current_chain),
16444         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16445         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16446         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16447         (gst_ogg_demux_loop):
16448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16449         * ext/theora/theoradec.c: (theora_dec_src_event),
16450         (theora_dec_src_getcaps), (theora_dec_sink_event),
16451         (theora_dec_push), (theora_dec_chain):
16452         * ext/vorbis/Makefile.am:
16453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16454         (vorbis_dec_sink_event), (vorbis_dec_push),
16455         (vorbis_handle_data_packet):
16456         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16457         (gst_vorbisenc_chain):
16458         * gst/playback/gststreaminfo.c: (cb_probe):
16459         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16460         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16461         * gst/videoscale/gstvideoscale.c:
16462         (gst_videoscale_handle_src_event):
16463         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16464         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16465         (gst_ximagesink_navigation_send_event):
16466         * sys/xvimage/xvimagesink.c:
16467         (gst_xvimagesink_navigation_send_event):
16468         Various event updates and cleanups
16469
16470 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16473           Fix segfault for I420/YV12.
16474
16475 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16478           Report bitrate.
16479
16480 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst/playback/gstplaybin.c: (gen_video_element),
16483         (gen_audio_element):
16484           Switch to auto*sink elements as default sinks; add volume element
16485           so that volume control in totem works.
16486
16487 2005-07-21  Wim Taymans  <wim@fluendo.com>
16488
16489         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16490         * gst/playback/gstplaybin.c: (setup_sinks),
16491         (gst_play_bin_change_state):
16492         Refcount fix and more comments.
16493
16494 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16495
16496         * sys/ximage/Makefile.am:
16497         * sys/ximage/ximage.c: (plugin_init):
16498         * sys/ximage/ximagesink.c:
16499         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16500         
16501
16502 2005-07-21  Wim Taymans  <wim@fluendo.com>
16503
16504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16505         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16506         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16507         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16508         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16509         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16510         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16511         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16512         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16513         Generate correct disconts for live chained oggs.
16514
16515         * gst-libs/gst/audio/gstbaseaudiosink.c:
16516         (gst_base_audio_sink_render),
16517         (gst_base_audio_sink_create_ringbuffer),
16518         (gst_base_audio_sink_change_state):
16519         Handle discont math correctly.
16520
16521         * gst/playback/gstplaybin.c: (add_sink):
16522         Some small debug cleanup.
16523
16524 2005-07-21  Wim Taymans  <wim@fluendo.com>
16525
16526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16527         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16528         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16529         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16530         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16531         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16532         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16533         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16534         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16535         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16536         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16537         (gst_ogg_demux_change_state), (gst_ogg_print):
16538         Reorganize code to send the right disconts when in streaming
16539         mode.
16540
16541 2005-07-20  Andy Wingo  <wingo@pobox.com>
16542
16543         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16544         fix (?), fixes a seggie mcfalterson (#310894).
16545
16546 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16547
16548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16549         (gst_ogg_mux_set_header_on_caps):
16550         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16552         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16553         * gst-libs/gst/audio/multichannel.c:
16554         (gst_audio_set_channel_positions),
16555         (gst_audio_set_structure_channel_positions_list):
16556         * gst/playback/gstdecodebin.c: (dynamic_create):
16557         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16558         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16559           Fixes for API changes in core.
16560
16561 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16562
16563         * gst/playback/gstplaybasebin.c: (fill_buffer):
16564           Use _new_custom() so we can set custom message types for buffering
16565           messages.
16566
16567 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16568
16569         * configure.ac:
16570         * gst-libs/gst/Makefile.am:
16571         * gst-libs/gst/gconf/.cvsignore:
16572         * gst-libs/gst/gconf/Makefile.am:
16573         * gst-libs/gst/gconf/test-gconf.c:
16574         * pkgconfig/Makefile.am:
16575         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16576         * pkgconfig/gstreamer-gconf.pc.in:
16577           Remove gconf stuff, use gconf elements instead from now on.
16578
16579 2005-07-20  Wim Taymans  <wim@fluendo.com>
16580
16581         * gst-libs/gst/audio/TODO:
16582         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16583         (gst_audio_clock_get_internal_time):
16584         * gst-libs/gst/audio/gstaudioclock.h:
16585         * gst-libs/gst/audio/gstbaseaudiosink.c:
16586         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16587         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16588         (gst_base_audio_sink_render),
16589         (gst_base_audio_sink_create_ringbuffer),
16590         (gst_base_audio_sink_change_state):
16591         Make sure the audio clock always returns an increasing value.
16592
16593 2005-07-19  Andy Wingo  <wingo@pobox.com>
16594
16595         * gst/videotestsrc/: Cleanups.
16596
16597 2005-07-19  Wim Taymans  <wim@fluendo.com>
16598
16599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16600         Better debugging.
16601
16602 2005-07-19  Wim Taymans  <wim@fluendo.com>
16603
16604         * examples/seeking/seek.c: (make_dv_pipeline),
16605         (make_vorbis_theora_pipeline), (query_rates),
16606         (query_positions_elems), (query_positions_pads), (do_seek):
16607         Make correct DV pipeline.
16608
16609 2005-07-18  Andy Wingo  <wingo@pobox.com>
16610
16611         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16612         default. Also because it's the only thing that really works. (This
16613         is used in the GConf elements).
16614         Use AS_LIBTOOL_TAGS.
16615
16616 2005-07-18  Wim Taymans  <wim@fluendo.com>
16617
16618         * gst/playback/gstdecodebin.c: (remove_element_chain):
16619         * gst/playback/gstplaybin.c: (add_sink):
16620         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16621         (gst_stream_info_set_mute):
16622         * gst/playback/gststreamselector.c:
16623         (gst_stream_selector_get_linked_pad),
16624         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16625         More leak and compile fixes.
16626
16627 2005-07-18  Wim Taymans  <wim@fluendo.com>
16628
16629         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16630         (query_rates), (query_positions_elems), (query_positions_pads),
16631         (do_seek), (seek_cb), (stop_seek):
16632         Updated seek example. 
16633
16634         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16635         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16636         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16637         * gst/playback/gstplaybin.c: (add_sink):
16638         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16639         (gst_stream_info_set_mute):
16640         Some refcount leak fixes.
16641
16642 2005-07-16  Wim Taymans  <wim@fluendo.com>
16643
16644         * gst-libs/gst/audio/gstbaseaudiosink.c:
16645         (gst_base_audio_sink_render):
16646         Align samples even if we have roundoff errors in the 
16647         timestamp conversion.
16648
16649 2005-07-16  Wim Taymans  <wim@fluendo.com>
16650
16651         * docs/libs/tmpl/gstringbuffer.sgml:
16652         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16653         (query_rates), (query_positions_elems), (query_positions_pads),
16654         (update_scale), (do_seek):
16655         Updated seek example.
16656
16657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16658         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16659         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16660         (gst_ogg_demux_loop):
16661         Push out correct discont values.
16662
16663         * ext/theora/theoradec.c: (theora_dec_src_convert),
16664         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16665         (theora_dec_sink_event), (theora_handle_type_packet),
16666         (theora_handle_header_packet), (theora_dec_push),
16667         (theora_handle_data_packet), (theora_dec_chain),
16668         (theora_dec_change_state):
16669         Better timestamping.
16670
16671         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16672         (vorbis_dec_sink_event), (vorbis_dec_push),
16673         (vorbis_handle_data_packet), (vorbis_dec_chain):
16674         * ext/vorbis/vorbisdec.h:
16675         Better timestamping.
16676
16677         * gst-libs/gst/audio/gstbaseaudiosink.c:
16678         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16679         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16680         Handle syncing on timestamps instead of sample offsets. Make
16681         use of DISCONT values as described in design docs.
16682
16683         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16684         (gst_base_audio_src_get_time):
16685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16686         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16687         (gst_ring_buffer_read):
16688         * gst-libs/gst/audio/gstringbuffer.h:
16689         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16690         (gst_ximagesink_show_frame):
16691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16692         Correcly convert buffer timestamp to stream time.
16693
16694 2005-07-16  Wim Taymans  <wim@fluendo.com>
16695
16696         * gst/audioconvert/gstaudioconvert.c:
16697         (gst_audio_convert_get_buffer):
16698         Timestamp buffers correctly.
16699
16700         * gst/playback/gstplaybin.c: (gen_video_element):
16701         Make internal fakesink silent.
16702
16703 2005-07-15  Wim Taymans  <wim@fluendo.com>
16704
16705         * gst/ffmpegcolorspace/Makefile.am:
16706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16707         (gst_ffmpegcsp_caps_remove_format_info),
16708         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16709         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16710         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16711         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16712         Ported ffmpegcolorspace to basetransform.
16713
16714         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16715         * gst/volume/gstvolume.c: (volume_transform):
16716         Ported to new API.
16717
16718 2005-07-14  Wim Taymans  <wim@fluendo.com>
16719
16720         * gst/videotestsrc/Makefile.am:
16721         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16722         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16723         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16724         (gst_videotestsrc_init), (gst_videotestsrc_event),
16725         (gst_videotestsrc_create), (gst_videotestsrc_start),
16726         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16727         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16728         (gst_videotestsrc_get_property):
16729         * gst/videotestsrc/gstvideotestsrc.h:
16730         Make videotestsrc a pushsrc.
16731
16732 2005-07-14  Wim Taymans  <wim@fluendo.com>
16733
16734         * gst/tcp/gstfdset.c: (gst_fdset_free):
16735         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16736         (gst_multifdsink_add), (gst_multifdsink_remove),
16737         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16738         (gst_multifdsink_remove_client_link),
16739         (gst_multifdsink_client_queue_data),
16740         (gst_multifdsink_client_queue_caps),
16741         (gst_multifdsink_client_queue_buffer),
16742         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16743         (gst_multifdsink_stop):
16744         * gst/tcp/gstmultifdsink.h:
16745         0.8 backporting.
16746
16747         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16748         Also draw image when not from a pool.
16749
16750 2005-07-14  Wim Taymans  <wim@fluendo.com>
16751
16752         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16753         (mute_stream), (silence_stream):
16754         Small debug additions.
16755
16756 2005-07-14  Wim Taymans  <wim@fluendo.com>
16757
16758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16759         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16760         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16761         Better error recovery, ignore unconnected pads and
16762         non-fatal errors.
16763
16764 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * docs/libs/tmpl/gstaudio.sgml:
16767         * docs/libs/tmpl/gstcolorbalance.sgml:
16768         * docs/libs/tmpl/gstgconf.sgml:
16769         * docs/libs/tmpl/gstmixer.sgml:
16770         * docs/libs/tmpl/gstringbuffer.sgml:
16771         * docs/libs/tmpl/gsttuner.sgml:
16772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16773         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16774         (gst_tcpclientsrc_class_init):
16775         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16776         (gst_tcpserversrc_class_init):
16777         * sys/v4l/gstv4lelement.c:
16778           more autistic cleanliness in functions/names/defines
16779
16780 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16781
16782         * configure.ac:
16783           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16784           added manually to each Makefile.am so we are sure it goes
16785           *last* and doesn't add -L flags before linking in libs of our
16786           own, like, say, internal .la libs, that then accidentally pick
16787           up the installed copy.
16788         * docs/libs/Makefile.am:
16789         * ext/alsa/Makefile.am:
16790         * ext/cdparanoia/Makefile.am:
16791         * ext/gnomevfs/Makefile.am:
16792         * ext/libvisual/Makefile.am:
16793         * ext/ogg/Makefile.am:
16794         * ext/theora/Makefile.am:
16795         * ext/vorbis/Makefile.am:
16796         * gst-libs/gst/video/Makefile.am:
16797         * gst/adder/Makefile.am:
16798         * gst/audioconvert/Makefile.am:
16799         * gst/audiorate/Makefile.am:
16800         * gst/audioscale/Makefile.am:
16801         * gst/ffmpegcolorspace/Makefile.am:
16802         * gst/playback/Makefile.am:
16803         * gst/sine/Makefile.am:
16804         * gst/subparse/Makefile.am:
16805         * gst/tags/Makefile.am:
16806         * gst/tcp/Makefile.am:
16807         * gst/typefind/Makefile.am:
16808         * gst/videorate/Makefile.am:
16809         * gst/videoscale/Makefile.am:
16810         * gst/videotestsrc/Makefile.am:
16811         * gst/volume/Makefile.am:
16812         * sys/v4l/Makefile.am:
16813         * sys/ximage/Makefile.am:
16814         * sys/xvimage/Makefile.am:
16815           adapt properly to this change. This should make sure that
16816           plugins and libs properly link to the as-yet-uninstalled
16817           copies of stuff like libgstinterfaces and libgstvideo
16818
16819 2005-07-13  Andy Wingo  <wingo@pobox.com>
16820
16821         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16822         (gst_v4lsrc_fixate): Fixate on format as well.
16823
16824         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16825         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16826         buffer points to it.
16827         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16828         rather just doing X calls ourselves. Also fixes a memleak.
16829
16830 2005-07-12  Andy Wingo  <wingo@pobox.com>
16831
16832         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16833         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16834         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16835         TRUE to avoid deadlocks if an element holds on to our buffers.
16836
16837 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16840         (gst_sinesrc_init), (gst_sinesrc_create),
16841         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16842         (gst_sinesrc_start):
16843         * gst/sine/gstsinesrc.h:
16844           removing num-buffers property before moving it
16845
16846 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * configure.ac:
16849           use overridable ERROR_CFLAGS
16850         * docs/libs/gst-plugins-base-libs.types:
16851         * docs/libs/tmpl/gstringbuffer.sgml:
16852         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16853         (gst_alsasink_class_init):
16854         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16855         (gst_alsasrc_class_init):
16856         * gst-libs/gst/audio/audio.h:
16857         * gst-libs/gst/audio/gstaudioclock.h:
16858         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16859         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16860         (gst_audio_filter_link), (gst_audio_filter_init),
16861         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16862         (gst_audio_filter_get_property),
16863         (gst_audio_filter_class_add_pad_templates):
16864         * gst-libs/gst/audio/gstaudiofilter.h:
16865         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16866         (gst_audio_filter_template_get_type),
16867         (gst_audio_filter_template_base_init),
16868         (gst_audio_filter_template_class_init),
16869         (gst_audio_filter_template_init),
16870         (gst_audio_filter_template_set_property),
16871         (gst_audio_filter_template_get_property), (plugin_init),
16872         (gst_audio_filter_template_setup),
16873         (gst_audio_filter_template_filter),
16874         (gst_audio_filter_template_filter_inplace):
16875         * gst-libs/gst/audio/gstaudiosink.c:
16876         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16877         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16878         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16879         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16880         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16881         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16882         * gst-libs/gst/audio/gstaudiosink.h:
16883         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16884         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16885         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16886         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16887         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16888         (gst_audio_src_class_init), (gst_audio_src_init),
16889         (gst_audio_src_create_ringbuffer):
16890         * gst-libs/gst/audio/gstaudiosrc.h:
16891         * gst-libs/gst/audio/gstbaseaudiosink.c:
16892         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16893         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16894         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16895         (gst_base_audio_sink_set_property),
16896         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16897         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16898         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16899         (gst_base_audio_sink_create_ringbuffer),
16900         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16901         * gst-libs/gst/audio/gstbaseaudiosink.h:
16902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16903         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16904         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16905         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16906         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16907         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16908         (gst_base_audio_src_event), (gst_base_audio_src_create),
16909         (gst_base_audio_src_create_ringbuffer),
16910         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16911         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16913         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16914         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16915         (gst_ring_buffer_debug_spec_caps),
16916         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16917         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16918         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16919         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16920         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16921         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16922         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16923         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16924         (gst_ring_buffer_clear):
16925         * gst-libs/gst/audio/gstringbuffer.h:
16926         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16927         (gst_video_sink_class_init), (gst_video_sink_get_type):
16928         * gst-libs/gst/video/videosink.h:
16929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16930         (gst_multifdsink_class_init),
16931         (gst_multifdsink_handle_client_write),
16932         (gst_multifdsink_change_state):
16933         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16934         (gst_tcpclientsink_setcaps):
16935         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16936         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16937         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16938         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16939         (gst_ximagesink_send_pending_navigation),
16940         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16941         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16943         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16944         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16945         (gst_xvimagesink_send_pending_navigation),
16946         (gst_xvimagesink_navigation_send_event),
16947         (gst_xvimagesink_set_xwindow_id),
16948         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16949         (gst_xvimagesink_get_type):
16950         more macro splitting
16951
16952 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16953
16954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16955           plug a memleak, allows me to import 1479 albums in one go
16956           in jamboree
16957         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16958         (vorbis_handle_type_packet), (vorbis_dec_chain),
16959         (vorbis_dec_change_state):
16960           fix some format strings
16961
16962 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * docs/libs/tmpl/gstcolorbalance.sgml:
16965         * docs/libs/tmpl/gstmixer.sgml:
16966         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16967         (gst_alsasink_set_property), (gst_alsasink_get_property):
16968         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16969         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16970           add device property
16971
16972 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16973
16974         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16975         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16976         (audiocast_register_listener), (audiocast_thread_run),
16977         (gst_gnomevfssrc_send_additional_headers_callback),
16978         (gst_gnomevfssrc_received_headers_callback),
16979         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16980         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16981         (gst_gnomevfssrc_get_size):
16982           add/clean up debugging
16983         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16984           cleanups
16985
16986 2005-07-07  Andy Wingo  <wingo@pobox.com>
16987
16988         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16989         framerate. Need to get a handle on when exactly this function is
16990         called, tho.
16991
16992         * sys/v4l/v4lsrc_calls.h:
16993         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16994         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16995         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16996
16997         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16998         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16999         v4lelements are sources.
17000
17001         * sys/v4l/gstv4lxoverlay.h:
17002         * sys/v4l/gstv4lxoverlay.c:
17003         * sys/v4l/gstv4ltuner.h:
17004         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17005         
17006         * sys/v4l/gstv4lsrc.h:
17007         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17008         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17009         or something should handle that. Made a live source.
17010
17011         * sys/v4l/gstv4lelement.h:
17012         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17013         signals. Some cleanups.
17014
17015         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17016
17017         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17018         stuff.
17019
17020         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17021         stuff.
17022
17023         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17024
17025 2005-07-07  Wim Taymans  <wim@fluendo.com>
17026
17027         * ext/theora/theoradec.c: (theora_get_query_types),
17028         (theora_dec_src_getcaps), (theora_dec_push):
17029         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17031         Remove deprecated/unused query types.
17032
17033 2005-07-06  Wim Taymans  <wim@fluendo.com>
17034
17035         * ext/alsa/Makefile.am:
17036         * ext/alsa/gstalsaplugin.c: (plugin_init):
17037         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17038         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17039         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17040         (gst_alsasrc_class_init), (gst_alsasrc_init),
17041         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17042         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17043         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17044         (gst_alsasrc_reset):
17045         * ext/alsa/gstalsasrc.h:
17046         * gst-libs/gst/audio/Makefile.am:
17047         * gst-libs/gst/audio/gstaudiosink.c:
17048         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17049         (gst_audioringbuffer_start):
17050         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17051         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17052         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17053         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17054         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17055         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17056         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17057         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17058         * gst-libs/gst/audio/gstaudiosrc.h:
17059         * gst-libs/gst/audio/gstbaseaudiosink.c:
17060         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17061         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17062         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17063         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17064         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17065         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17066         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17067         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17068         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17069         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17070         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17071         (gst_baseaudiosrc_change_state):
17072         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17073         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17074         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17075         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17076         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17077         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17078         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17079         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17080         * gst-libs/gst/audio/gstringbuffer.h:
17081         Added audiosource base classes.
17082         Ported alsasrc, still very basic.
17083
17084 2005-07-06  Wim Taymans  <wim@fluendo.com>
17085
17086         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17087         (theora_dec_push), (theora_handle_data_packet):
17088         Prepare for better timestamp fix later.
17089
17090         * gst/audioconvert/gstaudioconvert.c:
17091         List most accurate caps first
17092
17093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17094         Use proper pad task function.
17095
17096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17097         (gst_xvimagesink_show_frame):
17098         Fix deadlock when alloc failed.
17099
17100 2005-07-05  Andy Wingo  <wingo@pobox.com>
17101
17102         * ext/gnomevfs/gstgnomevfssrc.c:
17103         * gst/sine/gstsinesrc.c:
17104         * gst/tcp/gsttcpserversrc.c:
17105         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17106
17107         * sys/v4l/: Port from 0.8.
17108
17109         * Many files: Null if we got it....
17110
17111 2005-07-05  Andy Wingo  <wingo@pobox.com>
17112
17113         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17114         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17115         Signedness fixes.
17116
17117 2005-07-05  Wim Taymans  <wim@fluendo.com>
17118
17119         * configure.ac:
17120         * gst/tcp/Makefile.am:
17121         * gst/tcp/README:
17122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17123         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17124         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17125         (is_sync_frame), (gst_multifdsink_handle_client_write),
17126         (gst_multifdsink_render), (gst_multifdsink_start),
17127         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17128         * gst/tcp/gstmultifdsink.h:
17129         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17130         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17131         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17132         * gst/tcp/gsttcp.h:
17133         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17134         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17135         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17136         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17137         * gst/tcp/gsttcpclientsink.h:
17138         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17139         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17140         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17141         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17142         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17143         * gst/tcp/gsttcpclientsrc.h:
17144         * gst/tcp/gsttcpplugin.c: (plugin_init):
17145         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17146         * gst/tcp/gsttcpserversink.h:
17147         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17148         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17149         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17150         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17151         (gst_tcpserversrc_stop):
17152         * gst/tcp/gsttcpserversrc.h:
17153         * gst/tcp/gsttcpsink.c:
17154         * gst/tcp/gsttcpsink.h:
17155         * gst/tcp/gsttcpsrc.c:
17156         * gst/tcp/gsttcpsrc.h:
17157         Ported tcp plugins to 0.9. 
17158         
17159
17160 2005-07-05  Andy Wingo  <wingo@pobox.com>
17161
17162         * gst/playback/gstplaybasebin.c (fill_buffer):
17163         message_new_application fixen.
17164
17165         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17166         Style fix.
17167
17168 2005-07-04  Wim Taymans  <wim@fluendo.com>
17169
17170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17171         Set caps on output buffer.
17172
17173 2005-07-04  Andy Wingo  <wingo@pobox.com>
17174
17175         * ext/gnomevfs/gstgnomevfssrc.c
17176         (gst_gnomevfssrc_received_headers_callback) 
17177         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17178         hopefully.
17179
17180         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17181         No refcount leakage.
17182
17183         * configure.ac: Enable -Werror.
17184         
17185         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17186         * gst/audioconvert/bufferframesconvert.c
17187         (buffer_frames_convert_fixate):
17188         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17189         (gst_audio_convert_fixate):
17190         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17191         (gst_sinesrc_create): Fixate func changes.
17192         
17193         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17194         (gst_ximagesink_buffer_alloc): Unused var.
17195
17196 2005-07-01  Andy Wingo  <wingo@pobox.com>
17197
17198         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17199         getcaps to do explicit caps. Needs to be done in all decoders,
17200         possibly via a base class.
17201
17202         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17203
17204         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17205         caps on the sink pad, just rely on the pad template. Also, setting
17206         ANY caps on a pad is not valid because the caps are not fixed.
17207
17208         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17209         caps on the buffer, and get the width from the desired_caps if
17210         they're set.
17211         (gst_ximagesink_renegotiate_size): Implement via setting the
17212         desired_caps on the ximagesink.
17213         (gst_ximagesink_setcaps): Only reset the width of the player if it
17214         wasn't already set. Not sure if this is right.
17215         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17216
17217         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17218         that the user wants. NULL unless the window has been resized.
17219
17220         * gst/volume/gstvolume.c (volume_transform): Adapt to
17221         basetransform refcount changes.
17222         
17223 2005-07-01  Andy Wingo  <wingo@pobox.com>
17224
17225         * gst/videoscale/gstvideoscale.c:
17226         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17227         from BaseTransform, implements a transform_caps. Removed dead code
17228         including some PAR stuff that was never reached -- should probably
17229         be added back somehow.
17230
17231 2005-07-01  Andy Wingo  <wingo@pobox.com>
17232
17233         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17234         come later.
17235
17236 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17237
17238         * configure.ac:
17239         * docs/libs/Makefile.am:
17240         * docs/libs/gst-plugins-libs.types:
17241         * ext/alsa/Makefile.am:
17242         * ext/alsa/gstalsamixer.h:
17243         * ext/alsa/gstalsamixeroptions.h:
17244         * ext/alsa/gstalsamixertrack.h:
17245         * gst-libs/gst/Makefile.am:
17246         * gst-libs/gst/colorbalance/.cvsignore:
17247         * gst-libs/gst/colorbalance/Makefile.am:
17248         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17249         * gst-libs/gst/colorbalance/colorbalance.c:
17250         * gst-libs/gst/colorbalance/colorbalance.h:
17251         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17252         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17253         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17254         * gst-libs/gst/interfaces/Makefile.am:
17255         * gst-libs/gst/interfaces/colorbalance.c:
17256         (gst_color_balance_class_init):
17257         * gst-libs/gst/interfaces/colorbalance.h:
17258         * gst-libs/gst/interfaces/interfaces-marshal.list:
17259         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17260         * gst-libs/gst/interfaces/mixer.h:
17261         * gst-libs/gst/interfaces/mixeroptions.h:
17262         * gst-libs/gst/interfaces/navigation.c:
17263         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17264         * gst-libs/gst/interfaces/tuner.h:
17265         * gst/volume/Makefile.am:
17266         * gst/volume/gstvolume.c:
17267         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17268         * sys/ximage/Makefile.am:
17269         * sys/ximage/ximagesink.c:
17270         * sys/xvimage/Makefile.am:
17271         * sys/xvimage/xvimagesink.c:
17272           fold in all interfaces into an interfaces dir, preserving CVS
17273           history
17274
17275 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17276
17277         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17278           Fix build after riff changes.
17279
17280 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17283         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17284         (gst_riff_create_video_template_caps),
17285         (gst_riff_create_audio_template_caps),
17286         (gst_riff_create_iavs_template_caps):
17287         * gst-libs/gst/riff/riff-media.h:
17288         * gst-libs/gst/riff/riff-read.h:
17289         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17290           Add gst_riff_init() to initialize the debug category, instead
17291           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17292
17293 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17294
17295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17296           Oops, I shouldn't apply hacks.
17297
17298 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17301           Remove pad_loop function which doesn't work.
17302
17303 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17306           Send EOS when deactivating.
17307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17308         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17309         (gen_preroll_element), (probe_triggered), (mute_stream),
17310         (silence_stream), (new_decoded_pad), (setup_substreams),
17311         (set_active_source):
17312         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17313         (remove_sinks), (add_sink):
17314         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17315           Change for new probe API.
17316
17317 2005-06-29  Wim Taymans  <wim@fluendo.com>
17318
17319         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17320         * gst-libs/gst/audio/gstbaseaudiosink.c:
17321         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17322         (gst_baseaudiosink_change_state):
17323         * gst-libs/gst/audio/gstbaseaudiosink.h:
17324         * gst-libs/gst/audio/gstringbuffer.c:
17325         (gst_ringbuffer_set_callback):
17326         Fix compilation error.
17327         Ringbuffer starts out as not running.
17328         Free our clock in dispose.
17329         When releasing the ringbuffer we need to renegotiate so
17330         clear the pad caps.
17331
17332 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17333
17334         * autogen.sh:
17335         * configure.ac:
17336         * docs/Makefile.am:
17337         * docs/libs/Makefile.am:
17338         * docs/libs/gst-plugins-libs-docs.sgml:
17339         * docs/libs/gst-plugins-libs-sections.txt:
17340         * docs/libs/gst-plugins-libs.types:
17341         * docs/libs/tmpl/gstaudio.sgml:
17342         * docs/libs/tmpl/gstcolorbalance.sgml:
17343         * docs/libs/tmpl/gstringbuffer.sgml:
17344         * gst-libs/gst/audio/gstringbuffer.c:
17345         (gst_ringbuffer_set_callback):
17346           reinstate gtk-doc docs for plugin libs
17347
17348 2005-06-28  Wim Taymans  <wim@fluendo.com>
17349
17350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17351         (gst_ogg_demux_init):
17352         Removed pad loop function.
17353
17354 2005-06-28  Wim Taymans  <wim@fluendo.com>
17355
17356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17357         If we're building a chain we are not in an error case
17358         when we queue a buffer.
17359
17360 2005-06-28  Andy Wingo  <wingo@pobox.com>
17361
17362         * *.c: Don't cast to GstObject before reffing/unreffing.
17363
17364 2005-06-27  Andy Wingo  <wingo@pobox.com>
17365
17366         * gst/videotestsrc/gstvideotestsrc.c
17367         (gst_videotestsrc_activate_push): Activation API changes.
17368
17369         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17370         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17371         they have refs on the decodebin.
17372
17373         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17374         parent class.
17375         (gst_ogg_pad_typefind): Don't leak a pad ref.
17376         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17377         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17378         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17379
17380 2005-06-27  Edward Hervey  <edward@fluendo.com>
17381
17382         * ext/theora/theoradec.c: (theora_dec_change_state): 
17383         re-arranged call to parent's state change in order to avoid locks (or
17384         worse).
17385
17386 2005-06-26  Edward Hervey  <edward@fluendo.com>
17387
17388         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17389         2nd argument of 'unknow-type' signal is a GstCaps and not a
17390         GstMiniObject
17391
17392 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17393         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17394           Set the worker thread's running flag to TRUE before starting the
17395           thread.
17396         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17397           Catch a failure to add typefind to the bin.
17398
17399 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17402         (gst_sinesrc_init), (gst_sinesrc_create),
17403         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17404         (gst_sinesrc_start):
17405         * gst/sine/gstsinesrc.h:
17406           add num-buffers and timestamp-offset properties
17407         * gst/videotestsrc/gstvideotestsrc.c:
17408         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17409         (gst_videotestsrc_get_property):
17410           add timestamp-offset property
17411
17412 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17413
17414         * configure.ac: add videorate
17415         * gst-plugins-base.spec.in: add videorate
17416
17417 2005-06-23  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17420         (gst_videorate_getcaps), (gst_videorate_setcaps),
17421         (gst_videorate_event), (gst_videorate_chain):
17422         Fixed videorate, fixating an already fixated caps is not
17423         an error.
17424
17425 2005-06-23  Wim Taymans  <wim@fluendo.com>
17426
17427         * ext/ogg/README:
17428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17429         Buffer on caps is not boxed anymore.
17430
17431 2005-06-22  Wim Taymans  <wim@fluendo.com>
17432
17433         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17435         Set buffers on caps as miniobjects and not as boxed.
17436
17437 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17438
17439         * configure.ac:
17440           back to HEAD
17441
17442 === release 0.9.1 ===
17443
17444 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17445
17446         * .cvsignore:
17447         * NEWS:
17448         * README:
17449         * RELEASE:
17450         * configure.ac:
17451         * po/af.po:
17452         * po/az.po:
17453         * po/cs.po:
17454         * po/en_GB.po:
17455         * po/hu.po:
17456         * po/it.po:
17457         * po/nb.po:
17458         * po/nl.po:
17459         * po/or.po:
17460         * po/sq.po:
17461         * po/sr.po:
17462         * po/sv.po:
17463         * po/uk.po:
17464         * po/vi.po:
17465           updates for release
17466
17467 2005-06-09  Andy Wingo  <wingo@pobox.com>
17468
17469         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17470         
17471 2005-06-09  Andy Wingo  <wingo@pobox.com>
17472
17473         * configure.ac:
17474         * gst-libs/gst/Makefile.am:
17475         * gst-libs/gst/net/Makefile.am:
17476         Add gstnet to build.
17477
17478 2005-06-09  Andy Wingo  <wingo@pobox.com>
17479
17480         * gst-libs/gst/gconf/gconf.c:
17481         * gst/playback/test.c:
17482         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17483         fixes.
17484
17485         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17486
17487         * ext/theora/theoraenc.c (theora_enc_chain): 
17488         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17489
17490         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17491         RealPad.
17492
17493 2005-06-02  Wim Taymans  <wim@fluendo.com>
17494
17495         * gst-libs/gst/net/Makefile.am:
17496         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17497         * pkgconfig/gstreamer-libs.pc.in:
17498         Added net stuff, version net lib.
17499
17500 2005-06-02  Wim Taymans  <wim@fluendo.com>
17501
17502         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17503         (query_rates), (query_positions_elems), (query_positions_pads),
17504         (do_seek):
17505         Updated seek example.
17506
17507 2005-06-02  Andy Wingo  <wingo@pobox.com>
17508
17509         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17510         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17511         list.
17512
17513         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17514         remove the typefind, the bin dispose will do it for us. When it's
17515         removed and unreffed, the signal handler will be disconnected,
17516         too.
17517         (unlinked): It's too difficult to disconnect from unlinked
17518         handlers, as they are on pads not elements. Just punt if the pads
17519         aren't grandkids of the bin.
17520
17521 2005-06-02  Wim Taymans  <wim@fluendo.com>
17522
17523         * ext/ogg/README:
17524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17525         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17527         * ext/theora/theoradec.c: (theora_dec_src_query),
17528         (theora_handle_data_packet):
17529         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17530         (theora_enc_chain):
17531         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17532         (vorbis_handle_data_packet):
17533         * gst/audioconvert/bufferframesconvert.c:
17534         (buffer_frames_convert_chain):
17535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17536         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17537         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17538         (gst_ffmpegcsp_chain):
17539         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17540         (gst_videorate_getcaps), (gst_videorate_setcaps),
17541         (gst_videorate_event), (gst_videorate_chain):
17542         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17543         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17544         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17545         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17546         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17547         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17548         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17549         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17550         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17551         Cleanups and buffer alloc.
17552
17553 2005-05-31  Wim Taymans  <wim@fluendo.com>
17554
17555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17556         Don't try to call the delay method when the device is not
17557         opened.
17558
17559 2005-05-31  Wim Taymans  <wim@fluendo.com>
17560
17561         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17562         Get actual segment size and buffer size after opening
17563         the device.
17564
17565 2005-05-30  Wim Taymans  <wim@fluendo.com>
17566
17567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17568         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17569         Also FLUSH upstream, makes the loop function exit faster.
17570         
17571         * ext/theora/theoradec.c: (theora_dec_src_query):
17572         Some more debug info in the query.
17573         
17574         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17575         (gst_ximagesink_setcaps):
17576         Release lock on par error, better error reporting.
17577
17578 2005-05-26  Wim Taymans  <wim@fluendo.com>
17579
17580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17581         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17582         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17583         Clear chains in READY
17584         Queue packets until the chain is activated.
17585
17586 2005-05-25  Wim Taymans  <wim@fluendo.com>
17587
17588         * gst-libs/gst/audio/gstaudiosink.c:
17589         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17590         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17591         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17592         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17593         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17594         (gst_audiosink_create_ringbuffer):
17595         * gst-libs/gst/audio/gstbaseaudiosink.c:
17596         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17597         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17598         (gst_baseaudiosink_set_property), (build_linear_format),
17599         (debug_spec_caps), (debug_spec_buffer),
17600         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17601         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17602         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17603         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17605         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17606         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17607         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17608         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17609         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17610         (wait_segment), (gst_ringbuffer_commit),
17611         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17612         (gst_ringbuffer_clear):
17613         Various small cleanups.
17614
17615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17616         (gst_audio_convert_change_state):
17617         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17618         No need to take the locks anymore.
17619
17620 2005-05-25  Wim Taymans  <wim@fluendo.com>
17621
17622         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17623         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17624         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17625         (type_found):
17626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17627         (group_destroy), (group_commit), (queue_overrun),
17628         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17629         (mute_stream), (new_decoded_pad), (setup_substreams),
17630         (setup_source), (mute_group_type), (set_active_source),
17631         (gst_play_base_bin_change_state):
17632         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17633         (gen_video_element), (gen_text_element), (gen_audio_element),
17634         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17635         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17636         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17637         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17638         Some playbin cleanups mostly refcounting sloppyness.
17639
17640 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17643           Work with streaming input.
17644
17645 2005-05-25  Wim Taymans  <wim@fluendo.com>
17646
17647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17648         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17649         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17650         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17651         No need to take the STREAM lock anymore.
17652
17653 2005-05-25  Wim Taymans  <wim@fluendo.com>
17654
17655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17656         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17657         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17658         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17659         (gst_ogg_demux_sink_activate):
17660         * ext/theora/theoradec.c: (theora_dec_src_event),
17661         (theora_handle_comment_packet), (theora_dec_chain),
17662         (theora_dec_change_state):
17663         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17664         (vorbis_handle_data_packet), (vorbis_dec_chain),
17665         (vorbis_dec_change_state):
17666         Remove STREAM locks as they are taken in core now.
17667         Never set bogus granulepos on vorbis/theora.
17668         Fix leaks in theoradec tag parsing.
17669
17670 2005-05-25  Wim Taymans  <wim@fluendo.com>
17671
17672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17673         Fix memleaks, GST_BUFFER_DATA() is not freed.
17674
17675 2005-05-25  Wim Taymans  <wim@fluendo.com>
17676
17677         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17678         Open non-blocking, set to blocking mode afterwards to avoid
17679         lockups when audio device is busy.
17680
17681 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17684           This can't be good.
17685
17686 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17687
17688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17689         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17690         (gst_audio_convert_setcaps):
17691           Implement instant setup switching.
17692
17693 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * gst/playback/gstplaybasebin.c: (probe_triggered):
17696           Fix missing unlock.
17697         * gst/playback/gstplaybin.c: (add_sink):
17698           First add, then link (otherwise pad link fails).
17699
17700 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17701
17702         * examples/Makefile.am:
17703         fix buildbot (make distcheck)
17704
17705 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17706
17707         * gst/playback/gstplaybin.c: (gen_vis_element):
17708           Remove some wrong code. Doesn't work yet.
17709
17710 2005-05-19  Wim Taymans  <wim@fluendo.com>
17711
17712         * gst-libs/gst/net/Makefile.am:
17713         * gst-libs/gst/net/README:
17714         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17715         (gst_netbuffer_class_init), (gst_netbuffer_init),
17716         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17717         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17718         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17719         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17720         * gst-libs/gst/net/gstnetbuffer.h:
17721         Added buffer subclass to store extra to/from addresses for
17722         network sources/sinks.
17723
17724 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17727           Don't lock an unassigned variable.
17728
17729 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17732           Increase buffer for video, decrease buffer for other media types.
17733         * gst/playback/gstplaybin.c: (gen_video_element),
17734         (gen_audio_element):
17735           Change names for debugging purposes.
17736
17737 2005-05-18  Wim Taymans  <wim@fluendo.com>
17738
17739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17740         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17741         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17742         (gst_ffmpegcsp_chain):
17743         Enable buffer alloc passthrough if the source and dest
17744         formats are the same.
17745
17746 2005-05-17  Wim Taymans  <wim@fluendo.com>
17747
17748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17749         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17750         (gst_ogg_demux_chain_unlocked):
17751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17752         (gst_audio_convert_caps_remove_format_info),
17753         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17754         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17756         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17757         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17758         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17759         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17760         (gst_ffmpegcsp_get_property):
17761         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17762         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17763         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17764         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17765         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17766         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17767         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17768         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17769         Leak fixes in oggdemux.
17770         Some cleanups in audioconvert.
17771         Make passthrough work along with buffer_alloc etc.
17772         Make buffer_alloc and buffer recycling actually work in
17773         xvimagesink.
17774
17775 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17776
17777         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17778           make the compiler happy
17779
17780 2005-05-17  Wim Taymans  <wim@fluendo.com>
17781
17782         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17783         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17784         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17785         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17786         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17787         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17788         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17789         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17790         (gst_xvimagesink_set_xwindow_id):
17791         * sys/xvimage/xvimagesink.h:
17792         Port xvimagesink to new MiniObject.
17793
17794 2005-05-17  Wim Taymans  <wim@fluendo.com>
17795
17796         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17797         (gst_audiofilter_chain):
17798         * gst-libs/gst/audio/gstaudiosink.c:
17799         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17800         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17801         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17802         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17803         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17804         (gst_audiosink_create_ringbuffer):
17805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17806         (gst_audio_convert_caps_remove_format_info),
17807         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17808         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17810         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17811         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17812         Fix passthrough in ffmpegcolorspace.
17813         Fix memset in audiosink on wrong memory.
17814
17815 2005-05-16  David Schleef  <ds@schleef.org>
17816
17817         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17818         to GstMiniObject.
17819
17820 2005-05-16  David Schleef  <ds@schleef.org>
17821
17822         Port from GstData to GstMiniObject.
17823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17825         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17826         (gst_ogg_mux_collected):
17827         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17828         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17829         (theora_handle_data_packet):
17830         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17831         (theora_set_header_on_caps), (theora_enc_chain):
17832         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17833         (vorbis_handle_comment_packet):
17834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17835         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17836         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17837         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17838         * gst/audioconvert/gstaudioconvert.c:
17839         (gst_audio_convert_get_buffer):
17840         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17841         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17842         (mute_stream), (silence_stream):
17843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17844         * gst/volume/gstvolume.c: (volume_transform):
17845         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17846         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17847         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17848         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17849         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17850         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17851         (gst_ximagesink_buffer_alloc):
17852         * sys/ximage/ximagesink.h:
17853
17854 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17857         (fill_buffer), (check_queue), (queue_threshold_reached),
17858         (queue_out_of_data):
17859         * gst/playback/gstplaybasebin.h:
17860           Post buffer-fullness on the bus.
17861
17862 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17863
17864         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17865         (try_to_link_1):
17866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17867         (group_commit), (probe_triggered), (setup_source),
17868         (gst_play_base_bin_change_state):
17869         * gst/playback/gstplaybasebin.h:
17870         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17871         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17872         (gst_play_bin_change_state):
17873           Move setup_output_pads into a virtual function, remove
17874           group-switch (no longer needed) and redirect (handled by bus
17875           now) signals.
17876
17877 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17878
17879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17880         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17881         (get_active_group), (get_building_group), (group_destroy),
17882         (group_commit), (check_queue), (queue_overrun),
17883         (queue_threshold_reached), (queue_out_of_data),
17884         (gen_preroll_element), (remove_groups), (unknown_type),
17885         (add_element_stream), (no_more_pads), (probe_triggered),
17886         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17887         (setup_substreams), (setup_source), (finish_source),
17888         (prepare_output), (muted_group_change_state),
17889         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17890         (gst_play_base_bin_change_state):
17891         * gst/playback/gstplaybasebin.h:
17892         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17893         (gst_play_bin_init), (gst_play_bin_set_property),
17894         (gen_video_element), (gen_text_element), (gen_audio_element),
17895         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17896         (gst_play_bin_change_state):
17897         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17898         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17899         (stream_info_change_state), (gst_stream_info_set_mute),
17900         (gst_stream_info_get_property):
17901         * gst/playback/gststreaminfo.h:
17902         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17903         (gst_stream_selector_get_linked_pad),
17904         (gst_stream_selector_getcaps),
17905         (gst_stream_selector_get_linked_pads),
17906         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17907         * gst/playback/gststreamselector.h:
17908           Rough port of playbin. Needs some more work, but is mostly done,
17909           and uses a few locks in important places, which should make stuff
17910           like chain-switches clean. Still uses GST_STATE() in a few places,
17911           which isn't all that good an idea, subtitles/elements disabled
17912           because no elements to test with and thus probably broken, query
17913           and event handling moved to GstBin, internal thread removed
17914           alltogether because the pipeline does that for us now. Can play
17915           Ogg/Vorbis files. Haven't tested anything else yet.
17916
17917 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17918
17919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17920           Do no-more-pads (needed for autoplugging).
17921
17922 2005-05-10  Andy Wingo  <wingo@pobox.com>
17923
17924         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17925         message to the bus with the tags. Still not sent downstream tho.
17926
17927         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17928         get_parent.
17929         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17930         avoid refcounting hassles.
17931
17932 2005-05-09  Andy Wingo  <wingo@pobox.com>
17933
17934         * gst/volume/Makefile.am:
17935         * gst/volume/demo.c
17936         * gst/volume/gstvolume.h
17937         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17938         basetransform. Probably need an audio filter base class.
17939
17940 2005-05-09  Wim Taymans  <wim@fluendo.com>
17941
17942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17943         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17944         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17945         (gst_vorbisenc_chain):
17946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17947         (gst_audio_convert_caps_remove_format_info),
17948         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17949         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17950         Make caps writable before writing to it.
17951         Fix negotiation in audioconvert some more.
17952
17953 2005-05-09  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17956         (gst_videorate_getcaps), (gst_videorate_setcaps),
17957         (gst_videorate_event), (gst_videorate_chain):
17958         Better negotiation.
17959
17960 2005-05-09  Wim Taymans  <wim@fluendo.com>
17961
17962         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17963         (gst_videorate_getcaps), (gst_videorate_setcaps),
17964         (gst_videorate_blank_data), (gst_videorate_init),
17965         (gst_videorate_event), (gst_videorate_chain),
17966         (gst_videorate_change_state):
17967         Port videorate, do a better job at negotiation while we're at
17968         it.
17969
17970 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17971
17972         * configure.ac:
17973           Disable libvisual
17974
17975         * examples/Makefile.am:
17976         * gst-libs/gst/audio/Makefile.am:
17977         * gst-libs/gst/riff/Makefile.am:
17978         * gst-libs/gst/tag/Makefile.am:
17979         * gst-libs/gst/video/Makefile.am:
17980           Fixups for missing variables.
17981
17982 2005-05-09  Wim Taymans  <wim@fluendo.com>
17983
17984         * examples/seeking/seek.c: (make_theora_pipeline),
17985         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17986         (query_rates), (query_positions_elems), (query_positions_pads),
17987         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17989         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17990         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17991         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17992         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17994         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17995         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17996         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17997         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17998         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17999         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18000         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18001         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18002         (theora_dec_src_convert), (theora_dec_sink_convert),
18003         (theora_dec_src_query), (theora_dec_sink_query),
18004         (theora_dec_src_event), (theora_dec_sink_event),
18005         (theora_handle_comment_packet), (theora_handle_type_packet),
18006         (theora_handle_header_packet), (theora_handle_data_packet),
18007         (theora_dec_chain):
18008         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18009         (vorbis_dec_convert), (vorbis_dec_src_query),
18010         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18011         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18012         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18013         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18015         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18016         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18017         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18018         (gst_play_bin_query):
18019         * gst/playback/test3.c: (update_scale):
18020         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18021         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18022         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18024         (gst_videotestsrc_src_query):
18025         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18026         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18027         (paint_hline_YUV9):
18028         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18029         Port to new query API.
18030         Updated seek.
18031         Cleanups in x[v]imagesink
18032
18033 2005-05-09  Andy Wingo  <wingo@pobox.com>
18034
18035         * ext/alsa/gstalsasink.h:
18036         * ext/gnomevfs/gstgnomevfssrc.c:
18037         (gst_gnomevfssrc_get_icy_metadata):
18038         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18039         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18040         * ext/theora/theoradec.c (theora_dec_src_query)
18041         (theora_dec_src_event, theora_dec_sink_event)
18042         (theora_handle_comment_packet, theora_handle_data_packet):
18043         * ext/theora/theoraenc.c (theora_enc_chain):
18044         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18045         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18046         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18047         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18048         (qt_type_find):
18049         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18050         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18051         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18052         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18053         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18054         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18055         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18056         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18057         (paint_setup_RGB565, paint_setup_xRGB1555):
18058         * gst/videotestsrc/videotestsrc.h:
18059         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18060         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18061         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18062         GCC4 fixes.
18063         
18064         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18065         gst_pad_query_position. Fixes oggdemux.
18066
18067 2005-05-08  David Schleef  <ds@schleef.org>
18068
18069         * configure.ac: Require liboil.
18070         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18071         a few more.
18072         * gst/videotestsrc/videotestsrc.c:
18073         * gst/videotestsrc/videotestsrc.h:
18074
18075 2005-05-06  Wim Taymans  <wim@fluendo.com>
18076
18077         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18078         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18079         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18080         Well, unreffing a buffer right before pushing it is asking
18081         for trouble..
18082
18083 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18084
18085         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18086
18087 2005-05-06  Wim Taymans  <wim@fluendo.com>
18088
18089         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18090         (gst_audio_convert_caps_remove_format_info),
18091         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18092         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18094         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18095         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18096         * gst/sine/Makefile.am:
18097         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18098         (gst_sinesrc_class_init), (gst_sinesrc_init),
18099         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18100         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18101         (gst_sinesrc_update_freq):
18102         * gst/sine/gstsinesrc.h:
18103         * gst/tcp/gstmultifdsink.c:
18104         * sys/xvimage/xvimagesink.c:
18105         Fixed negotiation wrt _peer_get_caps()
18106         Some cleanups.
18107
18108
18109 2005-05-06  Wim Taymans  <wim@fluendo.com>
18110
18111         * gst-libs/gst/audio/gstaudiosink.c:
18112         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18113         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18114         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18115         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18116         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18117         (gst_audiosink_create_ringbuffer):
18118         * gst-libs/gst/audio/gstbaseaudiosink.c:
18119         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18120         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18121         (gst_baseaudiosink_set_property), (build_linear_format),
18122         (debug_spec_caps), (debug_spec_buffer),
18123         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18124         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18125         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18126         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18127         * gst-libs/gst/audio/gstbaseaudiosink.h:
18128         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18129         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18130         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18131         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18132         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18133         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18134         (wait_segment), (gst_ringbuffer_commit),
18135         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18136         (gst_ringbuffer_clear):
18137         * gst-libs/gst/audio/gstringbuffer.h:
18138         Make the base audiosink return an error when there is no
18139         audiobuffer negotiated.
18140
18141 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18142
18143         * ext/Makefile.am:
18144         Disable cdparanoia until someone ports it!
18145
18146 2005-05-06  Wim Taymans  <wim@fluendo.com>
18147
18148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18149         (gst_ogg_demux_sink_activate):
18150         And revert after wingo's revert.. sigh..
18151
18152 2005-05-05  Andy Wingo  <wingo@pobox.com>
18153
18154         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18155         GObject.
18156         * configure.ac: Return audiorate and subparse from the ghetto.
18157         Re-enable -Wall -Werror.
18158         * gst/subparse/gstsubparse.c:
18159         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18160         or chain-based. Cleaned up a bit. Not tested.
18161         
18162 2005-05-05  Christian Schaller <christian@fluendo.com> 
18163
18164         * Makefile.am: remove stuff that is not building
18165         * configure.ac: remove stuff that is not building
18166         * examples/Makefile.am: remove stuff that is not building
18167         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18168         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18169         * sys/Makefile.am: remove stuff that is not building
18170         * testsuite/Makefile.am: remove stuff that is not building
18171
18172 2005-05-05  Andy Wingo  <wingo@pobox.com>
18173
18174         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18175         * gst-libs/gst/tag/gstvorbistag.c:
18176         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18177         * gst/adder/gstadder.h:
18178         * gst/audioconvert/gstchannelmix.c:
18179         (gst_audio_convert_fill_one_other):
18180         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18181         (gst_audiorate_init), (gst_audiorate_chain):
18182         * gst/playback/gstplaybasebin.c: (setup_source):
18183         * gst/playback/test3.c: (update_scale):
18184         Some GCC4 fixes
18185         
18186         * po/af.po:
18187         * po/az.po:
18188         * po/cs.po:
18189         * po/en_GB.po:
18190         * po/hu.po:
18191         * po/it.po:
18192         * po/nb.po:
18193         * po/nl.po:
18194         * po/or.po:
18195         * po/sq.po:
18196         * po/sr.po:
18197         * po/sv.po:
18198         * po/uk.po:
18199         * po/vi.po: Foo
18200
18201 2005-05-05  Wim Taymans  <wim@fluendo.com>
18202
18203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18204         (gst_audio_convert_caps_remove_format_info),
18205         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18206         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18207         * gst/videotestsrc/gstvideotestsrc.c:
18208         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18209         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18210         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18211         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18212         Don't ignore _push() return values.
18213         Make sure no processing is done when shutting down.
18214         Videotestsrc pad activation fix.
18215
18216 2005-05-05  Wim Taymans  <wim@fluendo.com>
18217
18218         * gst/adder/Makefile.am:
18219         * gst/adder/gstadder.c: (gst_adder_setcaps),
18220         (gst_adder_class_init), (gst_adder_init),
18221         (gst_adder_request_new_pad), (gst_adder_collected),
18222         (gst_adder_change_state):
18223         * gst/adder/gstadder.h:
18224         Ported adder as an example of a mixer element using
18225         collect pads. Needs more negotiation work.
18226
18227 2005-05-05  Wim Taymans  <wim@fluendo.com>
18228
18229         * ext/theora/theoradec.c: (_inc_granulepos),
18230         (theora_dec_src_event), (theora_dec_sink_event),
18231         (theora_handle_comment_packet), (theora_handle_type_packet),
18232         (theora_handle_header_packet), (theora_handle_data_packet),
18233         (theora_dec_chain):
18234         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18235         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18236         (theora_push_buffer), (theora_push_packet),
18237         (theora_enc_sink_event), (theora_enc_chain),
18238         (theora_enc_change_state), (theora_enc_set_property),
18239         (theora_enc_get_property):
18240         Added stream lock to decoder so that we can serialize
18241         the discont event.
18242         More theoraenc porting, recover from errors, do clean
18243         shutdown.
18244
18245 2005-05-05  Wim Taymans  <wim@fluendo.com>
18246
18247         * ext/ogg/Makefile.am:
18248         * ext/ogg/README:
18249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18250         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18251         (gst_ogg_print):
18252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18253         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18254         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18255         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18256         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18257         (gst_ogg_mux_change_state):
18258         Ported ogg muxer.
18259
18260 2005-05-05  Wim Taymans  <wim@fluendo.com>
18261
18262         * docs/design-audiosinks.txt:
18263         * gst-libs/gst/audio/TODO:
18264         * gst-libs/gst/audio/gstaudiosink.c:
18265         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18266         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18267         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18268         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18269         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18270         (gst_audiosink_create_ringbuffer):
18271         * gst-libs/gst/audio/gstbaseaudiosink.c:
18272         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18273         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18274         (gst_baseaudiosink_set_property), (build_linear_format),
18275         (debug_spec_caps), (debug_spec_buffer),
18276         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18277         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18278         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18279         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18281         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18282         (gst_ringbuffer_release), (gst_ringbuffer_play),
18283         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18284         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18285         (gst_ringbuffer_set_sample), (wait_segment),
18286         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18287         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18288         More work on the audiosink, mostly debugging and a race in
18289         shutdown.
18290
18291 2005-04-28  Wim Taymans  <wim@fluendo.com>
18292
18293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18294         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18295         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18296         (vorbis_dec_src_query), (vorbis_dec_src_event),
18297         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18298         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18299         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18300         Don't crap out when seeking back to position 0.
18301
18302 2005-04-28  Wim Taymans  <wim@fluendo.com>
18303
18304         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18305         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18306         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18307         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18308         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18309         Make audio sink configurable, use alsasink as default.
18310
18311 2005-04-28  Wim Taymans  <wim@fluendo.com>
18312
18313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18314         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18315         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18316         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18317         (vorbis_dec_change_state):
18318         * ext/vorbis/vorbisdec.h:
18319         Refactor, use STREAM_LOCK.
18320
18321 2005-04-28  Wim Taymans  <wim@fluendo.com>
18322
18323         * ext/theora/theoradec.c: (_inc_granulepos),
18324         (theora_dec_sink_event), (theora_handle_comment_packet),
18325         (theora_handle_type_packet), (theora_handle_header_packet),
18326         (theora_handle_data_packet), (theora_dec_chain),
18327         (theora_dec_change_state):
18328         Refactor a bit, use STREAM_LOCK.
18329
18330 2005-04-28  Wim Taymans  <wim@fluendo.com>
18331
18332         * ext/alsa/Makefile.am:
18333         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18334         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18335         (gst_alsa_link), (gst_alsa_close_audio):
18336         * ext/alsa/gstalsaplugin.c: (plugin_init):
18337         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18338         (gst_alsasink_dispose), (gst_alsasink_base_init),
18339         (gst_alsasink_class_init), (gst_alsasink_init),
18340         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18341         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18342         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18343         (gst_alsasink_reset):
18344         * ext/alsa/gstalsasink.h:
18345         Implement alsasink with simple open/write/close API. 
18346         Make alsa dir build by disabling compilation of code.
18347
18348 2005-04-28  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst-libs/gst/audio/Makefile.am:
18351         * gst-libs/gst/audio/audio.h:
18352         * gst-libs/gst/audio/audioclock.c:
18353         * gst-libs/gst/audio/audioclock.h:
18354         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18355         (gst_audio_clock_class_init), (gst_audio_clock_init),
18356         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18357         * gst-libs/gst/audio/gstaudioclock.h:
18358         * gst-libs/gst/audio/gstaudiosink.c:
18359         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18360         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18361         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18362         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18363         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18364         (gst_audiosink_create_ringbuffer):
18365         * gst-libs/gst/audio/gstbaseaudiosink.c:
18366         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18367         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18368         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18369         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18370         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18371         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18372         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18373         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18374         * gst-libs/gst/audio/gstbaseaudiosink.h:
18375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18376         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18377         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18378         (gst_ringbuffer_release), (gst_ringbuffer_play),
18379         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18380         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18381         (gst_ringbuffer_set_sample), (wait_segment),
18382         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18383         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18384         * gst-libs/gst/audio/gstringbuffer.h:
18385         Make ringbuffer faster and more simple by removing the locks
18386         in the playback thread.
18387         Add sample accurate playback based on buffer sample offsets.
18388         Make the baseaudiosink provide a clock.
18389         Parse caps in the base class.
18390         Correctly handle seeking, flushing and state changes.
18391
18392 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * configure.ac:
18395         * gst/audioconvert/Makefile.am:
18396         * gst/audioscale/Makefile.am:
18397           Fix part of the build.  Come on guys, autogen didn't even work :)
18398
18399 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18400
18401         * configure.ac:
18402         * gst-libs/gst/Makefile.am:
18403         * gst-libs/gst/media-info/.cvsignore:
18404         * gst-libs/gst/media-info/Makefile.am:
18405         * gst-libs/gst/media-info/README:
18406         * gst-libs/gst/media-info/media-info-priv.c:
18407         * gst-libs/gst/media-info/media-info-priv.h:
18408         * gst-libs/gst/media-info/media-info-test.c:
18409         * gst-libs/gst/media-info/media-info.c:
18410         * gst-libs/gst/media-info/media-info.h:
18411         * gst-libs/gst/media-info/media-info.vcproj:
18412         * pkgconfig/Makefile.am:
18413         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18414         * pkgconfig/gstreamer-media-info.pc.in:
18415           Remove media-info, which is also successed by playbin (see Totem
18416           implementation).
18417
18418 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * configure.ac:
18421         * examples/Makefile.am:
18422         * examples/gstplay/.cvsignore:
18423         * examples/gstplay/Makefile.am:
18424         * examples/gstplay/player.c:
18425         * gst-libs/gst/Makefile.am:
18426         * gst-libs/gst/play/.cvsignore:
18427         * gst-libs/gst/play/Makefile.am:
18428         * gst-libs/gst/play/play.c:
18429         * gst-libs/gst/play/play.h:
18430         * gst-libs/gst/play/play.vcproj:
18431         * pkgconfig/Makefile.am:
18432         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18433         * pkgconfig/gstreamer-play.pc.in:
18434           Remove libgstplay, playbin is now the official successor.
18435
18436 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18437
18438         * configure.ac:
18439         * gst-libs/gst/Makefile.am:
18440         * gst-libs/gst/xwindowlistener/Makefile.am:
18441         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18442         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18443           Remove deprecated xwindowlistener (I've moved xwindowlistening
18444           in the v4l/v4l2 plugins over to serverside).
18445
18446 2005-04-25  David Schleef  <ds@schleef.org>
18447
18448         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18449         to examples/dynparams.  Examples do not belong interspersed with
18450         source code.
18451         * examples/dynparams/demo-dparams.c:
18452         * gst/sine/Makefile.am:
18453         * gst/sine/demo-dparams.c:
18454
18455 2005-04-25  David Schleef  <ds@schleef.org>
18456
18457         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18458         * gst-libs/gst/audio/Makefile.am:
18459         * gst-libs/gst/riff/Makefile.am:
18460         * gst-libs/gst/tag/Makefile.am:
18461         * gst-libs/gst/video/Makefile.am:
18462         * gst-libs/gst/xwindowlistener/Makefile.am:
18463
18464         Convert to 0.9 API, seems to work:
18465         * sys/ximage/Makefile.am:
18466         * sys/ximage/ximagesink.c:
18467
18468 2005-04-24  David Schleef  <ds@schleef.org>
18469
18470         Link plugins against libraries:
18471         * ext/alsa/Makefile.am:
18472         * gst/tcp/Makefile.am:
18473
18474         Remove asm code that should be in liboil
18475         * gst/videoscale/Makefile.am:
18476         * gst/videoscale/videoscale_x86_asm.s:
18477
18478         gettext wants these checked in:
18479         * po/af.po:
18480         * po/az.po:
18481         * po/cs.po:
18482         * po/en_GB.po:
18483         * po/hu.po:
18484         * po/it.po:
18485         * po/nb.po:
18486         * po/nl.po:
18487         * po/or.po:
18488         * po/sq.po:
18489         * po/sr.po:
18490         * po/sv.po:
18491         * po/uk.po:
18492         * po/vi.po:
18493
18494 2005-04-24  David Schleef  <ds@schleef.org>
18495
18496         Convert gst_main() to g_main_loop_run()
18497         * gst/playback/decodetest.c: (main):
18498         * gst/playback/test2.c: (main):
18499         * gst/playback/test3.c: (main):
18500         * gst/playback/test4.c: (main):
18501
18502         Link plugins against libraries:
18503         * ext/libvisual/Makefile.am:
18504         * sys/xvimage/Makefile.am:
18505
18506 2005-04-24  David Schleef  <ds@schleef.org>
18507
18508         * configure.ac: Remove idct and resample libs
18509         * gst-libs/gst/Makefile.am: same
18510
18511         Remove usage of gst_library_load():
18512         * ext/alsa/gstalsaplugin.c: (plugin_init):
18513         * ext/libvisual/visual.c: (plugin_init):
18514         * ext/ogg/gstogg.c: (plugin_init):
18515         * ext/theora/theora.c: (plugin_init):
18516         * ext/vorbis/vorbis.c: (plugin_init):
18517         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18518         * gst/audioscale/gstaudioscale.c:
18519         * gst/adder/gstadder.c: (plugin_init):
18520         * gst/audioconvert/plugin.c: (plugin_init):
18521         * sys/ximage/ximagesink.c: (plugin_init):
18522         * sys/xvimage/xvimagesink.c: (plugin_init):
18523         * gst/tcp/gsttcpplugin.c: (plugin_init):
18524
18525         Link plugins against libraries:
18526         * ext/ogg/Makefile.am:
18527         * ext/theora/Makefile.am:
18528         * ext/vorbis/Makefile.am:
18529         * gst/audioconvert/Makefile.am:
18530
18531         Create proper libraries:
18532         * gst-libs/gst/riff/Makefile.am:
18533         * gst-libs/gst/audio/Makefile.am:
18534         * gst-libs/gst/video/Makefile.am:
18535
18536         Move resample library to audioscale plugin directory:
18537         * gst-libs/gst/resample/Makefile.am:
18538         * gst-libs/gst/resample/README:
18539         * gst-libs/gst/resample/dtof.c:
18540         * gst-libs/gst/resample/dtos.c:
18541         * gst-libs/gst/resample/functable.c:
18542         * gst-libs/gst/resample/private.h:
18543         * gst-libs/gst/resample/resample.c:
18544         * gst-libs/gst/resample/resample.h:
18545         * gst-libs/gst/resample/resample.vcproj:
18546         * gst-libs/gst/resample/test.c:
18547         * gst/audioscale/Makefile.am:
18548         * gst/audioscale/README:
18549         * gst/audioscale/dtof.c:
18550         * gst/audioscale/dtos.c:
18551         * gst/audioscale/functable.c:
18552         * gst/audioscale/private.h:
18553         * gst/audioscale/resample.c:
18554         * gst/audioscale/resample.h:
18555         * gst/audioscale/test.c:
18556
18557         Move tagedit library to gst-libs:
18558         * gst-libs/gst/tag/Makefile.am:
18559         * gst-libs/gst/tag/gstid3tag.c:
18560         * gst-libs/gst/tag/gsttagediting.c:
18561         * gst-libs/gst/tag/gsttageditingprivate.h:
18562         * gst-libs/gst/tag/gstvorbistag.c:
18563         * gst/tags/Makefile.am:
18564         * gst/tags/gstid3tag.c:
18565         * gst/tags/gstvorbistag.c:
18566
18567         Fix for core changes:
18568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18569         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18570         (gst_sinesrc_getrange):
18571
18572 2005-04-23  David Schleef  <ds@schleef.org>
18573
18574         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18575         in gst-plugins in a long time, and properly belongs in liboil.
18576         * gst-libs/gst/idct/Makefile.am:
18577         * gst-libs/gst/idct/README:
18578         * gst-libs/gst/idct/dct.h:
18579         * gst-libs/gst/idct/doieee:
18580         * gst-libs/gst/idct/fastintidct.c:
18581         * gst-libs/gst/idct/floatidct.c:
18582         * gst-libs/gst/idct/idct.c:
18583         * gst-libs/gst/idct/idct.h:
18584         * gst-libs/gst/idct/idtc.vcproj:
18585         * gst-libs/gst/idct/ieeetest.c:
18586         * gst-libs/gst/idct/intidct.c:
18587
18588 2005-04-20  Wim Taymans  <wim@fluendo.com>
18589
18590         * docs/design-audiosinks.txt:
18591         * gst-libs/gst/audio/Makefile.am:
18592         * gst-libs/gst/audio/TODO:
18593         * gst-libs/gst/audio/gstaudiosink.c:
18594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18595         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18596         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18597         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18598         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18599         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18600         (gst_audiosink_class_init), (gst_audiosink_init),
18601         (gst_audiosink_create_ringbuffer):
18602         * gst-libs/gst/audio/gstaudiosink.h:
18603         * gst-libs/gst/audio/gstbaseaudiosink.c:
18604         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18605         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18606         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18607         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18608         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18609         (gst_baseaudiosink_create_ringbuffer),
18610         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18611         * gst-libs/gst/audio/gstbaseaudiosink.h:
18612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18613         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18614         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18615         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18616         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18617         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18618         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18619         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18620         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18621         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18622         * gst-libs/gst/audio/gstringbuffer.h:
18623         An attempt at a set of audio base classes together with some
18624         design docs.
18625
18626 2005-04-20  Wim Taymans  <wim@fluendo.com>
18627
18628         * gst/audioconvert/Makefile.am:
18629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18630         (gst_audio_convert_caps_remove_format_info),
18631         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18632         (gst_audio_convert_channels):
18633         Link against audio libs.
18634         Fix audio convert plugin.
18635
18636 2005-04-20  Wim Taymans  <wim@fluendo.com>
18637
18638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18639         (gst_ogg_demux_sink_activate):
18640         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18641         (theora_set_header_on_caps), (theora_enc_sink_event),
18642         (theora_enc_chain):
18643         Fix theora encoder.
18644
18645 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18648         * gst/playback/gstdecodebin.c: (find_compatibles):
18649           Work with staticpadtemplates in elementfactories.
18650
18651 2005-04-12  Wim Taymans  <wim@fluendo.com>
18652
18653         * gst/playback/README:
18654         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18655         (compare_ranks), (print_feature), (gst_decode_bin_init),
18656         (dynamic_create), (dynamic_free), (find_compatibles),
18657         (mimetype_is_raw), (close_pad_link), (got_redirect),
18658         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18659         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18660         (gst_decode_bin_change_state):
18661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18662         (gst_play_base_bin_init), (group_destroy), (group_commit),
18663         (check_queue), (queue_overrun), (queue_threshold_reached),
18664         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18665         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18666         (got_redirect), (setup_source), (play_base_eos),
18667         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18668         (gst_play_base_bin_remove_element):
18669         * gst/playback/gstplaybasebin.h:
18670         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18671         (gst_play_bin_init), (gst_play_bin_dispose),
18672         (gst_play_bin_set_property), (gen_video_element),
18673         (gen_text_element), (gen_audio_element), (remove_sinks),
18674         (gst_play_bin_send_event):
18675         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18676         (stream_info_change_state), (gst_stream_info_set_mute):
18677         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18678         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18679         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18680         (gst_stream_selector_chain):
18681         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18682         (main):
18683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18684         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18685         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18686         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18687         Raw and crude port of decodebin. 
18688         Make playbin compile.
18689
18690 2005-04-06  Wim Taymans  <wim@fluendo.com>
18691
18692         * ext/gnomevfs/Makefile.am:
18693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18694         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18695         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18696         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18697         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18698         (gst_gnomevfssrc_stop):
18699         * ext/ogg/Makefile.am:
18700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18701         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18702         * ext/theora/Makefile.am:
18703         * ext/theora/theoradec.c: (_inc_granulepos),
18704         (theora_dec_sink_event), (theora_dec_chain):
18705         * ext/vorbis/Makefile.am:
18706         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18707         (vorbis_dec_sink_event), (vorbis_dec_chain):
18708         * gst-libs/gst/audio/Makefile.am:
18709         * sys/xvimage/Makefile.am:
18710         Make gnomevfssrc extend the source base class.
18711         Fix linking against libs in various plugins.
18712
18713 2005-04-06  Andy Wingo  <wingo@pobox.com>
18714
18715         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18716         GST_BASE_LIBS.
18717
18718         * configure.ac: Add check and AC_SUBST for libgstbase.
18719
18720 2005-03-31  Wim Taymans  <wim@fluendo.com>
18721
18722         * examples/seeking/Makefile.am:
18723         * examples/seeking/cdparanoia.c: (main):
18724         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18725         (play_cb), (pause_cb), (stop_cb), (main):
18726         * examples/seeking/playbin.c:
18727         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18728         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18729         (make_sid_pipeline), (make_vorbis_pipeline),
18730         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18731         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18732         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18733         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18734         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18735         (stop_cb), (main):
18736         * examples/seeking/spider_seek.c:
18737         * examples/seeking/vorbisfile.c:
18738         * ext/gnomevfs/Makefile.am:
18739         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18740         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18741         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18742         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18743         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18744         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18745         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18746         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18747         * ext/ogg/README:
18748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18749         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18750         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18751         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18752         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18753         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18754         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18755         (gst_ogg_demux_factory_filter), (compare_ranks),
18756         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18757         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18758         (gst_ogg_chain_new), (gst_ogg_chain_free),
18759         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18760         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18761         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18762         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18763         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18764         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18765         (gst_ogg_demux_get_prev_page),
18766         (gst_ogg_demux_deactivate_current_chain),
18767         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18768         (gst_ogg_demux_bisect_forward_serialno),
18769         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18770         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18771         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18772         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18773         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18774         (gst_ogg_demux_change_state), (gst_ogg_print):
18775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18776         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18777         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18778         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18779         (gst_ogg_mux_loop):
18780         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18781         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18782         (theora_dec_src_convert), (theora_dec_sink_convert),
18783         (theora_dec_src_query), (theora_dec_src_event),
18784         (theora_dec_sink_event), (theora_dec_chain),
18785         (theora_dec_change_state):
18786         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18787         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18788         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18789         (theora_enc_change_state):
18790         * ext/vorbis/Makefile.am:
18791         * ext/vorbis/oggvorbisenc.c:
18792         * ext/vorbis/oggvorbisenc.h:
18793         * ext/vorbis/vorbis.c: (plugin_init):
18794         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18795         (vorbis_dec_src_query), (vorbis_dec_src_event),
18796         (vorbis_dec_sink_event), (vorbis_dec_chain),
18797         (vorbis_dec_change_state):
18798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18799         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18800         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18801         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18802         (gst_vorbisenc_change_state):
18803         * ext/vorbis/vorbisenc.h:
18804         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18805         * gst-libs/gst/audio/audioclock.c:
18806         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18807         (gst_audiofilter_init), (gst_audiofilter_chain):
18808         * gst-libs/gst/audio/testchannels.c: (main):
18809         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18810         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18811         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18812         (gmip_find_track_streaminfo), (gmip_find_track_format):
18813         * gst-libs/gst/media-info/media-info.c:
18814         (gst_media_info_read_idler):
18815         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18816         (gst_play_get_all_by_interface):
18817         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18818         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18819         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18820         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18821         (gst_riff_parse_info):
18822         * gst-libs/gst/riff/riff-read.h:
18823         * gst-libs/gst/riff/riff.c: (plugin_init):
18824         * gst-libs/gst/video/Makefile.am:
18825         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18826         (gst_videosink_class_init), (gst_videosink_get_type):
18827         * gst-libs/gst/video/videosink.h:
18828         * gst/audioconvert/bufferframesconvert.c:
18829         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18830         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18831         * gst/audioconvert/channelmixtest.c: (main):
18832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18833         (gst_audio_convert_chain),
18834         (gst_audio_convert_caps_remove_format_info),
18835         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18836         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18837         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18838         (gst_audio_convert_buffer_to_default_format),
18839         (gst_audio_convert_buffer_from_default_format),
18840         (gst_audio_convert_channels):
18841         * gst/audioconvert/gstchannelmix.h:
18842         * gst/ffmpegcolorspace/avcodec.h:
18843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18844         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18845         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18846         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18847         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18848         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18849         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18850         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18851         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18852         (dv_type_find):
18853         * gst/videotestsrc/gstvideotestsrc.c:
18854         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18855         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18856         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18857         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18858         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18859         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18860         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18862         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18863         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18864         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18865         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18866         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18867         (gst_xvimagesink_navigation_send_event),
18868         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18869         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18870         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18871         * sys/xvimage/xvimagesink.h:
18872         Plugin port to 0.9, ogg/theora playback should work in the seek
18873         example now.
18874         Removed old examples.
18875         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18876         explained in 0.9 TODO doc.
18877
18878
18879 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18880
18881         * autogen.sh:
18882         * configure.ac:
18883         * ext/Makefile.am:
18884         * gst/Makefile.am:
18885         * po/POTFILES.in:
18886         * po/af.po:
18887         * po/az.po:
18888         * po/cs.po:
18889         * po/en_GB.po:
18890         * po/hu.po:
18891         * po/it.po:
18892         * po/nb.po:
18893         * po/nl.po:
18894         * po/or.po:
18895         * po/sq.po:
18896         * po/sr.po:
18897         * po/sv.po:
18898         * po/uk.po:
18899         * po/vi.po:
18900         * sys/Makefile.am:
18901         * testsuite/Makefile.am:
18902           remove a whole bunch of plugins.  This module now contains a set
18903           of free reference plugins/elements as agreed.
18904
18905 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * configure.ac:
18908           hunting season on 0.9 is now OPEN
18909
18910 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18913           Kick the hell out of gcc for not warning me about a symbol conflict.
18914
18915 2005-02-22  Luca Ognibene  <luogni@tin.it>
18916
18917         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18918
18919         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18920           Don't leak caps string (fixes #168134)
18921
18922         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18923         (gst_jpegenc_init), (gst_jpegenc_finalize),
18924         (gst_jpegenc_change_state):
18925           Don't leak line buffers and context struct (fixes #168133).
18926
18927 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18928
18929         * configure.ac:
18930         * ext/dirac/gstdiracdec.cc:
18931         (gst_diracdec_chain):
18932           Since dirac 0.5.0 the framerate in dirac is expressed as a
18933           rational number. Fix build and up requirement to 0.5.0, and
18934           also pass parameters to gst_diracdec_link in the right order
18935           (fixes #167959).
18936
18937 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18938
18939         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18940         * ext/faad/gstfaad.h:
18941         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18942         certain invalid muxed streams, where some packets will contain 
18943         junk after decoder data. Partially fixes #149158.
18944
18945 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18946         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18947           Make sure we only write to writable buffers
18948
18949 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18950
18951         * gst-libs/gst/riff/riff-media.c:
18952         (gst_riff_create_audio_caps_with_data):
18953           Do actually fix invalid RIFF fmt header values for alaw
18954           and mulaw audio instead of just saying so.
18955
18956         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18957           Give gst_riff_create_audio_caps_with_data() a chance to
18958           fix up broken format header fields before extracting any
18959           parameters from the header. (fixes #167633)
18960
18961 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18962
18963         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18964
18965         * gst/audioconvert/bufferframesconvert.c:
18966         (buffer_frames_convert_link):
18967           Don't leak othercaps. (fixes #167878)
18968
18969 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18970
18971         * configure.ac:
18972         * ext/libvisual/visual.c: (gst_visual_srclink),
18973         (gst_visual_change_state):
18974           Support libvisual 0.2.0.
18975
18976 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18979         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18980           Use same rowstrides for I420 as used everywhere else.
18981
18982 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18983
18984         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18985           Declare variables at beginning of block and make gcc-2.95 happy
18986           (fixes # 167482, patch by Gergely Nagy).
18987           
18988         * gst/tcp/gsttcpclientsrc.c:
18989         * gst/tcp/gsttcpclientsrc.h:
18990           Move some includes into the header, so that struct sockaddr_in is
18991           defined when it should be defined on FreeBSD as well (fixes
18992           #167483).
18993           
18994         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18995           Don't pass uninitialised values to setsockopt() here either.
18996
18997 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18998
18999         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19002           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19003
19004 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19005
19006         * gst/playback/gstplaybin.c: (add_sink):
19007           Invert bin_add/link order to workaround deadlock in opt.
19008
19009 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19010
19011         * gst/modplug/gstmodplug.cc:
19012           Add missing break causing position queries to fail.
19013
19014 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19015
19016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19017           Granpos can apparently be -1, which screws up calculations...
19018
19019 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19020
19021         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19022         (gst_ximagesink_send_pending_navigation),
19023         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19024         (gst_ximagesink_init):
19025         * sys/ximage/ximagesink.h:
19026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19027         (gst_xvimagesink_send_pending_navigation),
19028         (gst_xvimagesink_navigation_send_event),
19029         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19030         * sys/xvimage/xvimagesink.h:
19031           Use a mutex protected list to marshal navigation
19032           events into the stream thread from whichever thread
19033           sends them.
19034
19035 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19036
19037         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19038           Display current position and track length; misc. clean-ups.
19039           
19040         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19041         (speed_init), (speed_chain):
19042           Add query function, so that the stream length and current position
19043           get adjusted when queried (note that current position queries may
19044           still be wrong if the audio sink returns values based on buffer
19045           timestamps instead of passing on the query).
19046
19047 2005-02-13  Benjamin Otte  <otte@gnome.org>
19048
19049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19050         (gst_audio_convert_channels):
19051           create channel conversion matrix when linking
19052         * gst/audioconvert/.cvsignore:
19053         * gst/audioconvert/Makefile.am:
19054         * gst/audioconvert/channelmixtest.c: (main):
19055           add (ugly) test that ensures stereo <=> mono conversion works
19056           correctly
19057
19058 2005-02-13  Benjamin Otte  <otte@gnome.org>
19059
19060         * gst/audioconvert/gstchannelmix.h:
19061           include missing header file
19062         * gst/audioconvert/gstchannelmix.c:
19063         (gst_audio_convert_fill_compatible):
19064           use same sign for both channels when converting to/from compatible
19065           channel. Previously used different signs made the signals cancel
19066           each other out and appear like silence. (fixes #167269)
19067
19068 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19069
19070         * gst/ffmpegcolorspace/avcodec.h:
19071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19072         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19073         (gst_ffmpegcsp_avpicture_fill):
19074         * gst/ffmpegcolorspace/imgconvert.c:
19075           Convert to and from YV12 (fixes #156379).
19076
19077 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19078
19079         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19080         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19081         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19082         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19083         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19084         methods from chain and negotiation and vice versa (Fixes #166142).
19085         * sys/ximage/ximagesink.h: Add stream_lock.
19086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19087         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19088         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19089         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19090
19091 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19094           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19095           error message when we can't open the DVD device (when dvdnav_open()
19096           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19097           the above). Send something more useful instead (fixes #167117).
19098
19099 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19100
19101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19102         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19103         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19104         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19105         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19106         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19107         methods from chain and negotiation and vice versa (Fixes #166142).
19108         Fix a possible bug of images in the buffer pool being discarded because
19109         we are looking at the wrong geometry.
19110         * sys/xvimage/xvimagesink.h: Add stream_lock.
19111
19112 2005-02-11  David Schleef  <ds@schleef.org>
19113
19114         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19115         unsigned int. (fixes #167128)
19116
19117 2005-02-11  David Schleef  <ds@schleef.org>
19118
19119         * gst/librfb/Makefile.am: Testing stuff before committing is
19120           for wimps... and people with fast machines.  Fix stupid
19121           mistake.
19122
19123 2005-02-11  David Schleef  <ds@schleef.org>
19124
19125         * configure.ac: Pull in librfb from my CVS tree, because it is
19126           too small and annoying to be separate.  Move rfbsrc plugin
19127           to gst/.
19128         * ext/Makefile.am:
19129         * ext/librfb/Makefile.am:
19130         * ext/librfb/gstrfbsrc.c:
19131         * gst/librfb/Makefile.am:
19132         * gst/librfb/gstrfbsrc.c:
19133         * gst/librfb/rfb.c:
19134         * gst/librfb/rfb.h:
19135         * gst/librfb/rfbbuffer.c:
19136         * gst/librfb/rfbbuffer.h:
19137         * gst/librfb/rfbbytestream.c:
19138         * gst/librfb/rfbbytestream.h:
19139         * gst/librfb/rfbcontext.h:
19140         * gst/librfb/rfbdecoder.c:
19141         * gst/librfb/rfbdecoder.h:
19142         * gst/librfb/rfbutil.h:
19143
19144 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19145
19146         * gst/speed/Makefile.am:
19147         * gst/speed/demo-mp3.c: (main):
19148         * gst/speed/filter.func:
19149         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19150         (speed_class_init), (speed_init), (speed_chain_int16),
19151         (speed_chain_float32), (speed_chain), (speed_set_property),
19152         (speed_get_property), (speed_change_state):
19153         * gst/speed/gstspeed.h:
19154           Fix speed element and make it chain-based (fixes #156467),
19155           and make it handle more than one channel.
19156
19157 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19158
19159         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19160         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19161         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19162         * ext/dts/gstdtsdec.h:
19163           Don't clobber the stack constructing the channels array.
19164           Make the element chain-based. DTS tracks can now be played.
19165           
19166 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19167
19168         * gst-libs/gst/audio/multichannel.h:
19169         * gst-libs/gst/gconf/gconf.h:
19170         * gst-libs/gst/idct/idct.h:
19171         * gst-libs/gst/media-info/media-info-priv.h:
19172         * gst-libs/gst/play/play.h:
19173         * gst-libs/gst/resample/private.h:
19174         * gst-libs/gst/resample/resample.h:
19175         * gst-libs/gst/riff/riff-ids.h:
19176         * gst-libs/gst/video/video.h:
19177         * gst-libs/gst/video/videosink.h:
19178           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19179           missing, so that they work when included from C++ code.
19180
19181 2005-02-09  David Schleef  <ds@schleef.org>
19182
19183         * testsuite/gst-lint: Check for non-statically scoped
19184           parent_class variables.  This won't be a problem once
19185           plugins are loaded with RTLD_LOCAL.
19186
19187 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * ext/mplex/gstmplexibitstream.cc:
19190           gcc madness.
19191
19192 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * ext/ogg/gstogmparse.c:
19195         * gst/debug/gstnavigationtest.c:
19196           Die, thou faulty symbol pollutors (non-static parent_class).
19197
19198 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * ext/mplex/gstmplexibitstream.cc:
19201           Fix event handling (#165525).
19202
19203 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19204
19205         * ext/mikmod/gstmikmod.c:
19206         * gst/modplug/gstmodplug.cc:
19207           Add missing endianness to template (fixes #165509).
19208
19209 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19210
19211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19212           Fix wrong order of reading of optional bytes (#165290).
19213
19214 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19217           Implement FILLER event awareness.
19218
19219 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19220
19221         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19222           Fix track calculations (#166208).
19223
19224 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19225
19226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19229         * ext/libpng/gstpngenc.c:
19230           Fix byte-order, use proper fixed caps. Fixes #164197.
19231
19232 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19233
19234         * configure.ac:
19235           Add dvdlpcmdec 
19236
19237         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19238         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19239           Don't push buffers if the src pad isn't negotiated yet.
19240           
19241         * gst/audioconvert/gstaudioconvert.c:
19242         (gst_audio_convert_buffer_to_default_format),
19243         (gst_audio_convert_buffer_from_default_format):
19244           Add support for 24-bit width.
19245
19246         * gst/dvdlpcmdec/.cvsignore:
19247         * gst/dvdlpcmdec/Makefile.am:
19248         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19249         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19250         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19251         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19252         (plugin_init):
19253         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19254           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19255           format. Needs support for the channels maps if someone can find 
19256           a DVD LPCM track with > 2 channels.
19257
19258         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19259         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19260         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19261         * gst/mpegstream/gstdvddemux.h:
19262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19263         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19264         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19265         * gst/mpegstream/gstmpegdemux.h:
19266         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19267         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19268         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19269         (gst_mpeg_parse_handle_src_query),
19270         (gst_mpeg_parse_handle_src_event):
19271           Use audio/x-dvd-lpcm for LPCM output.
19272           Add DTS output.
19273
19274 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19275
19276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19279         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19280           Add BGRA handling (#165736).
19281
19282 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19283
19284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19285
19286         * gst/law/alaw-decode.c: (alawdec_link):
19287         * gst/law/alaw-encode.c: (alawenc_link):
19288         * gst/law/mulaw-decode.c: (mulawdec_link):
19289         * gst/law/mulaw-encode.c: (mulawenc_link):
19290           Fix caps memleaks (#166600).
19291
19292 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19293
19294         * ext/tarkin/mem.h:
19295         * ext/tarkin/wavelet.h:
19296         * ext/tarkin/yuv.h:
19297         * gst/ffmpegcolorspace/avcodec.h:
19298           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19299           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19300
19301 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19302
19303         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19305         (gst_xvimagesink_change_state):
19306           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19307           Xv video (and thereby regenerate Xv colourkey) in clear() so
19308           that PLAY -> READY -> PLAY works (fixes #162504).
19309
19310 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19311
19312         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19313           Switch to list instead of range, since MJPEG-devices really just
19314           support decimations, not any size.
19315
19316 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19317         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19318         (gst_mpeg2dec_reset), (free_all_buffers),
19319         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19320         * ext/mpeg2dec/gstmpeg2dec.h:
19321           The libmpeg2 user-allocated buffer management is awkward, 
19322           to say the least. Hopefully this fixes things.
19323
19324 2005-02-04  Andy Wingo  <wingo@pobox.com>
19325
19326         * gst/audioconvert/bufferframesconvert.c
19327         (buffer_frames_convert_fixate): New function, fixates to 256
19328         frames per buffer by default. (Much better than 1.)
19329         (buffer_frames_convert_init): Set the fixate function for both src
19330         and sink pad.
19331         (buffer_frames_convert_link): After success setting nonfixed caps,
19332         get the negotiated caps so we can know how many buffer-frames it
19333         will be. No idea how this worked at all before.
19334
19335 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19336
19337         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19338         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19339         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19340         (handle_sequence), (handle_picture):
19341         * ext/mpeg2dec/gstmpeg2dec.h:
19342           Rearrange buffer tracking and refcounting and refactor
19343           a little for readability. 
19344
19345 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19346         * sys/v4l/gstv4l.c: (plugin_init):
19347         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19348         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19349         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19350         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19351         * sys/v4l/gstv4ljpegsrc.h:
19352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19353         * sys/v4l/v4l_calls.h:
19354         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19355         (gst_v4lsrc_get_fps):
19356         * sys/v4l/v4lsrc_calls.h:
19357           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19358           you jpeg inside rgb frames" driver.
19359           Don't error in the v4lsrc link function, just return 
19360           REFUSED.
19361
19362 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19365         (gst_qcamsrc_open):
19366           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19367
19368 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19369
19370         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19371           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19372
19373 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19374
19375         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19376           Reset negotiated state on PAUSED->READY.
19377
19378 2005-02-02  David Schleef  <ds@schleef.org>
19379
19380         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19381         whereever possible.  (Fixes #165997)
19382         * examples/capsfilter/capsfilter1.c: (main):
19383         * examples/dynparams/filter.c: (create_ui):
19384         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19385         * examples/seeking/chained.c: (main):
19386         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19387         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19388         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19389         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19390         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19391         * examples/switch/switcher.c: (main):
19392         * ext/dv/demo-play.c: (main):
19393         * ext/faad/gstfaad.c: (gst_faad_change_state):
19394         * ext/mad/gstmad.c: (gst_mad_chain):
19395         * ext/smoothwave/demo-osssrc.c: (main):
19396         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19397         (gst_gconf_render_bin_from_description),
19398         (gst_gconf_get_default_audio_sink),
19399         (gst_gconf_get_default_video_sink),
19400         (gst_gconf_get_default_audio_src),
19401         (gst_gconf_get_default_video_src),
19402         (gst_gconf_get_default_visualization_element):
19403         * gst/level/demo.c: (main):
19404         * gst/level/plot.c: (main):
19405         * gst/playback/gstplaybin.c: (gen_video_element),
19406         (gen_audio_element):
19407         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19408         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19409         * gst/sine/demo-dparams.c: (main):
19410         * gst/spectrum/demo-osssrc.c: (main):
19411         * gst/speed/demo-mp3.c: (main):
19412         * gst/volume/demo.c: (main):
19413         * testsuite/embed/embed.c: (main):
19414
19415 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19416
19417         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19418         (gst_tcpclientsink_finalize):
19419         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19420         (gst_tcpclientsrc_finalize):
19421         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19422         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19424         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19425           Don't leak the hostname when shutting down.
19426           In tcpserversrc, take a copy of the default hostname.
19427
19428 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19431           Set caps to systemstream=TRUE.
19432
19433 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * testsuite/Makefile.am:
19436           Fix more OSX buildbots.
19437
19438 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19439
19440         * ext/mpeg2dec/gstmpeg2dec.c:
19441           Don't send things to NULL PAD_PEERs
19442
19443         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19444           Copy-on-write the incoming buffer.
19445
19446         * gst/mpegstream/gstdvddemux.h:
19447         * gst/mpegstream/gstmpegclock.h:
19448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19449         (normal_seek), (gst_mpeg_demux_handle_src_event):
19450         * gst/mpegstream/gstmpegdemux.h:
19451         * gst/mpegstream/gstmpegpacketize.h:
19452         * gst/mpegstream/gstmpegparse.c:
19453         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19454         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19455         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19456         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19457         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19458         * gst/mpegstream/gstmpegparse.h:
19459         * gst/mpegstream/gstrfc2250enc.h:
19460           Various changes to the way time is computed that make seeking and
19461           total time estimation much better here.
19462           Use G_BEGIN/END_DECLS instead of __cplusplus
19463
19464         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19465           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19466
19467 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19468
19469         * gst/subparse/gstsubparse.c:
19470           Fix OSX buildbot.
19471
19472 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19473
19474         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19475         (theora_enc_chain), (theora_enc_change_state):
19476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19477         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19478         (gst_vorbisenc_change_state):
19479         * ext/vorbis/vorbisenc.h:
19480           Set granulepos and timestamp correctly for streams not
19481           starting at 0, taking into account the initial delay.
19482
19483 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19484
19485         * gst/mpegstream/gstdvddemux.c:
19486           Add audio/x-dts to audio pad template caps
19487
19488 2005-01-30  David Schleef  <ds@schleef.org>
19489
19490         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19491         (create_context), (gst_polypsink_link): Fix silly endianness
19492         bug.  Add some debugging.  Remove float from caps; it doesn't
19493         work.  Attempt to get remote audio working.
19494
19495 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19496
19497         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19498           Add 3IV2 fourcc.
19499
19500 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19501
19502         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19503         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19504         (gst_avi_demux_stream_data):
19505         * gst/avi/gstavidemux.h:
19506           Invert DIB images. Fixes #132341.
19507
19508 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19511         (gst_ffmpegcsp_chain):
19512           D'oh, reference the palette data, not the palette structure.
19513           Fixes color distortion in #132341.
19514
19515 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19516
19517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19518           PAR can be non-fixed when not provided as argument (#162626).
19519
19520 2005-01-29  David Moore  <dcm@acm.org>
19521
19522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19523
19524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19525         (gst_qtdemux_loop_header):
19526           Re-apply patch from #142272 that allows non-seekable sources,
19527           re-proposed by Daniel Drake <dsd@gentoo.org>.
19528
19529 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19532           Use the src template for creating the src pad (#162330).
19533
19534 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * configure.ac:
19537         * ext/musepack/Makefile.am:
19538         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19539         (gst_musepackdec_init), (gst_musepackdec_dispose),
19540         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19541         (gst_musepack_stream_init), (gst_musepackdec_loop),
19542         (gst_musepackdec_change_state):
19543         * ext/musepack/gstmusepackdec.cpp:
19544         * ext/musepack/gstmusepackdec.h:
19545         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19546         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19547         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19548         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19549         * ext/musepack/gstmusepackreader.cpp:
19550         * ext/musepack/gstmusepackreader.h:
19551           Update to 1.1 API (#165446).
19552
19553 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19554
19555         * ext/Makefile.am:
19556           Unbreak buildbot.
19557
19558 2005-01-28  Andy Wingo  <wingo@pobox.com>
19559
19560         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19561         to reflect a different dubious internet source. Add a reference
19562         and some commentary.
19563
19564 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19565
19566         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19567         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19568         * gst/playback/gststreamselector.h:
19569           Be more selective when we're redoing caps negotiation from
19570           within the chain function on a stream change.
19571
19572 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * configure.ac:
19575         * ext/Makefile.am:
19576         * ext/amrnb/Makefile.am:
19577         * ext/amrnb/amrnb.c: (plugin_init):
19578         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19579         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19580         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19581         (gst_amrnbdec_state_change):
19582         * ext/amrnb/amrnbdec.h:
19583         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19584         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19585         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19586         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19587         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19588         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19589         * ext/amrnb/amrnbparse.h:
19590           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19592           Add AMR-NB/-WB raw formats.
19593         * ext/alsa/gstalsa.c: (gst_alsa_link):
19594           Keep valid time when changing format.
19595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19596         (qtdemux_parse_trak):
19597           Add some more format-specific options (#140141, #143555, #155163).
19598
19599 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19600
19601         * gst/matroska/matroska-demux.c:
19602         (gst_matroska_demux_parse_blockgroup):
19603           Fix logic error in timing of subtitle stream synchronization.
19604         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19605           Add skip-chunk, which is found in kodak-camera streams.
19606
19607 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19608
19609         * po/LINGUAS:
19610         * po/vi.po:
19611           Adding Vietnamese translation (submitted by Clytie Siddall)
19612
19613 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19614
19615         * gst/playback/gstdecodebin.c: (try_to_link_1):
19616           Use realpad for signal.
19617
19618 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19619
19620         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19621           Fix category so decodebin picks it up.
19622
19623 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * ext/mad/Makefile.am:
19626         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19627         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19628         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19629         (found_type), (gst_id3demux_bin_change_state):
19630         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19631         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19632         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19633         (gst_id3_tag_change_state), (plugin_init):
19634         * ext/mad/gstmad.h:
19635           Add id3demuxbin (which is a simple bin consisting of id3demux
19636           and typefind), take over rank from id3demux, remove typefind
19637           code from id3demux. Makes all broken mp3s that I know of work,
19638           and thereby fixes #152688.
19639
19640 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19641
19642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * ext/mad/gstmad.c: (gst_mad_src_event):
19645         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19646           Allow seeks on audio pad, make mad forward those (#164826).
19647         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19648           Set duration (#165335).
19649
19650 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19651
19652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19653         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19654         (gst_asf_demux_process_ext_content_desc),
19655         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19656         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19657         * gst/asfdemux/gstasfdemux.h:
19658           Improve metadata display, e.g. if the metadata comes before the
19659           streams are loaded (which is perfectly valid).
19660
19661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * tools/gst-launch-ext-m.m:
19664           Fix AVI/ASF pipelines (#165340).
19665
19666 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19667         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19668         build failure on amd64
19669
19670 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19671
19672         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19673         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19674           Check environment variables GST_ID3V2_TAG_ENCODING,
19675           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19676           list of character encodings to force interpretation of non-unicode
19677           strings stored in an ID3v2 tag to a particular encoding. If none
19678           is specified, try to use current locale's encoding, then fall back
19679           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19680         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19681         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19682           Check environment variables GST_ID3V1_TAG_ENCODING,
19683           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19684           list of character encodings to use in case a string encountered
19685           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19686           specified, try to use the current locale's encoding, then fall
19687           back to ISO-8859-1 (which will always succeed).
19688
19689 2005-01-25  Benjamin Otte  <otte@gnome.org>
19690
19691         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19692           - on half framerate, compute the rate in advance so the comparisons
19693             don't compare wrong values
19694           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19695             behaviour
19696           - don't use mad_header_decode anymore, mad_frame_decode does that
19697             automatically
19698           - when getting rid of consumed bytes, reset the stream's skiplen
19699           (fixes #163867)
19700
19701 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19702
19703         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19704           Use 1/2 a second for default max_discont, as PES streams from DVB
19705           seem to have larger spacings in the SCR. 
19706           Fix a typo.
19707
19708 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19709
19710         * gst/playback/gstplaybasebin.c: (group_commit):
19711           Notify delayed stream-info availability.
19712
19713 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19714         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19715         (gst_a52dec_handle_event), (gst_a52dec_chain):
19716         Add some debug output. Check that a discont has a valid
19717         time associated.
19718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19719         (gst_alsa_sink_loop):
19720         Ignore TAG events. A little extra debug for broken timestamps.
19721         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19722         (dvdnavsrc_change_state):
19723         Ensure we send a discont to engage the link before we send any
19724         other events.
19725         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19726         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19727         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19728         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19729         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19730         dvd://title works in totem because typefinding sends a seek that ends
19731         up going back to chapter 1 regardless.
19732         * ext/mpeg2dec/gstmpeg2dec.c:
19733         * ext/mpeg2dec/gstmpeg2dec.h:
19734         Output correct timestamps and handle disconts.
19735         * ext/ogg/gstoggdemux.c: (get_relative):
19736         Small guard against a null dereference.
19737         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19738         (gst_textoverlay_set_property):
19739         Free memory when done. Don't call gst_event_filler_get_duration on
19740         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19741         g_warning.
19742         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19743         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19744         (gst_sw_srclink), (gst_smoothwave_chain):
19745         Draw solid lines, prettier colours.
19746         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19747         Add a default palette that'll work for some movies.
19748         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19749         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19750         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19751         * gst/mpegstream/gstdvddemux.h:
19752         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19753         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19754         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19755         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19756         * gst/mpegstream/gstmpegparse.h:
19757         Use PTM/NAV events when for timestamp adjustment when connected to 
19758         dvdnavsrc. Don't use many discont events where one suffices.
19759         * gst/playback/gstplaybasebin.c: (group_destroy),
19760         (gen_preroll_element), (gst_play_base_bin_add_element):
19761         * gst/playback/gstplaybasebin.h:
19762         Make sure we remove subtitles from the same bin we put them in.
19763         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19764         (gst_subparse_buffer_format_autodetect),
19765         (gst_subparse_change_state):
19766         Fix some memleaks and invalid accesses.
19767         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19768         (oggskel_type_find), (cmml_type_find), (plugin_init):
19769         Some typefind functions for Annodex v3.0 files
19770         * gst/wavparse/gstwavparse.h:
19771         GstRiffReadClass is the correct parent class.
19772
19773 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * gst-libs/gst/riff/riff-media.c:
19776         (gst_riff_create_video_caps_with_data):
19777           Add extradata to huffyuv (fixes #165013).
19778         * gst-libs/gst/riff/riff-read.c:
19779         (gst_riff_read_strf_vids_with_data):
19780           Fix extradata extraction if it is in the chunk size.
19781
19782 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19783
19784         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19787         (gst_quarktv_change_state), (gst_quarktv_dispose):
19788           Memory free'ing location fix (#164708).
19789
19790 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * gst/playback/gstplaybasebin.c: (group_commit),
19793         (gen_preroll_element), (probe_triggered), (gen_source_element),
19794         (setup_source), (gst_play_base_bin_change_state),
19795         (gst_play_base_bin_add_element):
19796           Don't block for streams.
19797         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19798         (gst_stream_info_set_mute):
19799           Use gst_pad_set_active_recursive.
19800
19801 2005-01-25  Andy Wingo  <wingo@pobox.com>
19802
19803         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19804         for #ifndef HAVE_XVIDEO.
19805
19806 2005-01-24  Jeffrey C. Ollie
19807
19808         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19809
19810         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19811         * ext/gsm/gstgsmdec.h:
19812         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19813         * ext/gsm/gstgsmenc.h:
19814         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19815         was given by property. Add proper buffer timestamps and offsets.
19816
19817 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * gst-libs/gst/riff/riff-media.c:
19820         (gst_riff_create_audio_caps_with_data):
19821           Audio can be <8000Hz.
19822
19823 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19826           Explicit state change to workaround refcount bugs.
19827
19828 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19831         (gst_avimux_riff_get_avi_header):
19832           Fix...
19833
19834 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19835
19836         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19837         (gst_riff_read_element_data):
19838         * gst-libs/gst/riff/riff-read.h:
19839           Add _peek version (req'ed in CDXA).
19840         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19841         (gst_cdxaparse_loop):
19842           Fix parsing in playbin.
19843         * gst/playback/gstdecodebin.c: (close_pad_link):
19844           Ignore current_ pads, they cause major annoyance.
19845
19846 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19847
19848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19849           Safety guard.
19850
19851 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19852
19853         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19854           Fix padding...
19855
19856 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19859           Allow for 0-sized buffers. Fixes length query problems in
19860           starwars.mkv from the testsuite.
19861
19862 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19863
19864         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19865         (gst_video_box_i420), (gst_video_box_chain):
19866           Fix row strides for I420 (fixes #163159)
19867           
19868 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19869
19870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19871           MPEG2 has a useful rate property, so we can actually use that.
19872           For MPEG-1, continue using the bytes/time properties.
19873
19874 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19875
19876         * gst-libs/gst/riff/riff-media.c:
19877         (gst_riff_create_video_caps_with_data),
19878         (gst_riff_create_video_template_caps):
19879           Add intel-h263.
19880
19881 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19882
19883         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19884           Fail if caps negotiation fails. Should fix #162184, and should
19885           definately be in there regardless of it fixing the actual bug.
19886         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19887         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19888         (gst_avimux_riff_get_avix_header),
19889         (gst_avimux_riff_get_video_header),
19890         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19891         (gst_avimux_start_file), (gst_avimux_handle_event),
19892         (gst_avimux_change_state):
19893         * gst/avi/gstavimux.h:
19894           Refactor structure writing to use GST_WRITE_UINT macros, add
19895           metadata writing support.
19896
19897 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19898
19899         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19900           Elements may already be destroyed when this function is called.
19901
19902 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19903
19904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19905         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19906           More memory leak fixes (#149162).
19907
19908 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19911         (gst_qtdemux_add_stream):
19912           Fix two memleaks.
19913
19914 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19915
19916         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19917           Argh...
19918
19919 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19920
19921         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19922           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19923           when fixating to six channels in Totem.
19924
19925 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19926
19927         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19928           Fix compile warnings on Solaris 10 buildbot
19929
19930 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19931
19932         * ext/dvdread/dvdreadsrc.c: (_read):
19933           Don't read beyond the last cell in a chapter (fixes 
19934           invalid memory access)
19935
19936 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19937
19938         * ext/dvdread/stream_labels.c:
19939         (dvdreadsrc_get_audio_stream_labels):
19940           Use NULL for an empty GList instead of g_list_alloc(); fix 
19941           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19942           of GString (easier to bulk free later)
19943
19944 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19945
19946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19947
19948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19949         (gst_ffmpeg_pixfmt_to_caps):
19950           Fix BGRA32 caps (#164209).
19951
19952 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19953
19954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19955
19956         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19957         (gst_ffmpeg_caps_to_pixfmt):
19958           alpha_mask can be RGBA/ABGR. Fixes #164265.
19959
19960 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19961
19962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19963
19964         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19965         (gst_mpeg2dec_alloc_buffer):
19966         * ext/mpeg2dec/gstmpeg2dec.h:
19967           Crop if decoding size is not the actual image size (#163676).
19968
19969 2005-01-17  Steve Baker  <steve@stevebaker.org>
19970
19971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19974         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19975           Add libsndfile typefind functions (#163309).
19976
19977 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * tools/gst-launch-ext-m.m:
19980           Add .aac, fix .m1v/.m2v (#163891).
19981
19982 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19983
19984         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19985           Sanity check, don't wait endlessly since the clock might not
19986           actually run at this point (which is a deadlock). Fixes #164069.
19987
19988 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19989
19990         * gst/playback/gstplaybasebin.c: (probe_triggered):
19991           Of course, only pause if group is done...
19992
19993 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * gst/playback/gstplaybasebin.c: (probe_triggered):
19996           Thread safety.
19997
19998 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19999
20000         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20001           Don't return state change success when the parent
20002           failed.
20003
20004 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20007           Free events (fix memleak in #162905).
20008
20009 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20010
20011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20012
20013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20014         (gst_ffmpeg_caps_to_pixfmt):
20015           Fix for depth = 15. Fixes #161675.
20016
20017 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20018
20019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20020           Set FPS correctly, even for webcams and the like.
20021         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20022           Don error on setting while capturing.
20023
20024 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20025
20026         * ext/dv/gstdvdec.c:
20027         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20028         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20029           I'm a bad boy. using /1001. to force C to do float division
20030           and not integer division (as it did in my last commit)
20031           Thanks to David I. Lehn for pointing this mistake.
20032
20033 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20034
20035         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20036           Revert Johan's 1.35->1.36 since it breaks compat.
20037
20038 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20039
20040         * ext/dv/gstdvdec.c:
20041         * ext/libfame/gstlibfame.c:
20042         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20043         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20044           replace framerate aproximations by their real value
20045           (24000/1001, 30000/1001, 60000/1001)
20046           Finish fixing bug #164049
20047
20048 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * ext/ogg/gstoggmux.c:
20051           eos/bos debugging
20052         * gst/tcp/gstmultifdsink.c:
20053         * gst/tcp/gstmultifdsink.h:
20054         * gst/tcp/gsttcp.c:
20055         * gst/tcp/gsttcp.h:
20056         * gst/tcp/gsttcpclientsink.c:
20057         * gst/tcp/gsttcpclientsrc.c:
20058         * gst/tcp/gsttcpserversink.c:
20059         * gst/tcp/gsttcpserversrc.c:
20060           improve reusability of elements after state changes and errors
20061           make multifdsink throw away streamheaders when receiving new ones
20062
20063 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20066           Fix for if items are already in list...
20067
20068 2005-01-12  Benjamin Otte  <otte@gnome.org>
20069
20070         * gst/adder/gstadder.c: (gst_adder_loop):
20071           fix adder a bit so it doesn't screw up with events as much anymore
20072
20073 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20074
20075         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20076         (pixbufscale_scale), (gst_pixbufscale_chain):
20077         * ext/gdk_pixbuf/pixbufscale.h:
20078           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20079           to ensure rowstrides are calculated the same way as 
20080           ffmpegcolorspace
20081           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20082           that we pick up duration and offset also.
20083
20084 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20085
20086         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20087         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20088           Reusability fixes.
20089
20090 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20093         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20094         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20095         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20096           Update flags when requested.
20097
20098 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20101           Fix dmix.
20102
20103 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20106         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20107         (probe_triggered), (new_decoded_pad), (gen_source_element),
20108         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20109         * gst/playback/gstplaybasebin.h:
20110         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20111         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20112         (gst_play_bin_change_state):
20113           Implement group-switch signal for use in apps to clear metadata
20114           cache, clean up subtitle, add suburi property instead of # hack,
20115           some error-out fixes.
20116
20117 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20118
20119         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20120           Debug.
20121         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20122           If we got a state change in the _get handler, don't return success.
20123
20124 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20125
20126         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20127         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20128           Make jpegdec quiet on MJPEG decoding
20129         * gst/asfdemux/README:
20130           Fix mimetypes for MJPEG and H263
20131
20132 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20133
20134         * ext/theora/theoradec.c: (theora_dec_chain):
20135           Fix broken code generation by gcc by swapping arguments.
20136         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20137           Fix \n in debug.
20138
20139 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20140
20141         * TODO:
20142           delete this file, it is by far outdated
20143         * ext/alsa/gstalsa.1: remove
20144         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20145         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20146         (gst_alsa_get_caps):
20147           Add HW probing for supported sample rates. Fixes #161704
20148
20149 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20152           Don't crash, biatch! :).
20153
20154 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20155
20156         * ext/musepack/gstmusepackreader.cpp:
20157         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20158           Some work on tags - still doesn't work in playbin...
20159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20160           Handle events...
20161
20162 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20165           Also shove tags on kid pads.
20166
20167 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20168
20169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20170           Don't bail on unknown events.
20171         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20172           Don't crash on events before negotiation.
20173         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20174           Send tags on pads, too.
20175         * gst/playback/gststreamselector.c:
20176         (gst_stream_selector_request_new_pad):
20177           Forward events on first pad if no input was selected yet.
20178
20179 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * gst/playback/gstplaybasebin.c: (setup_substreams):
20182           Don't disable streamtype if the stream doesn't exist, since
20183           then playing a video after audio will disable both and nothing
20184           will happen. Fixes the testsuite.
20185
20186 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20189         (gst_v4l_xoverlay_set_xwindow_id):
20190         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20191         (gst_v4l2_xoverlay_set_xwindow_id):
20192           Add debug categories, fix overlay disabling.
20193
20194 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20195
20196         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20197         * ext/alsa/gstalsa.h:
20198           Add HW probing for period_count/size and buffer_size MIX/MAX
20199           Adjust default/user defined value if out of bounds
20200           Should fix bug #162024
20201
20202 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20203
20204         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20205           Fix warning (#161191).
20206
20207 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20208
20209         * ext/dvdread/stream_labels.c:
20210         (dvdreadsrc_get_audio_stream_labels):
20211           Fix warning (init the good variable in switch default)
20212
20213 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20214
20215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20218           Fix gcc-2.95 compile (#163485).
20219
20220 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20221
20222         * configure.ac:
20223         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20224         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20225         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20226         (gst_flacenc_change_state):
20227         * ext/flac/gstflacenc.h:
20228           Update for API change in flac-1.1.1. Update requirement in
20229           configure.ac. Fixes #162974.
20230
20231 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20232
20233         * gst/playback/gstplaybasebin.c: (group_destroy):
20234           Remove hack to get rid of assert and get rid of unlinked
20235           signals properly.
20236
20237 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20238
20239         * gst/playback/gstplaybasebin.c: (setup_source):
20240           Set source to NULL so that resources are free'ed. Fixes issues
20241           with playback of CDDA and similar device-accessing things.
20242
20243 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20244
20245         * testsuite/embed/Makefile.am:
20246           test->noinst, fix make test in buildbot.
20247
20248 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20249
20250         * ext/dvdread/stream_labels.c: new file
20251         * ext/dvdread/stream_labels.h: new file
20252         * ext/dvdread/Makefile.am:
20253         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20254           Extract audio stream label from DVD IFO files.
20255           It only dump them on the console for now, still have to
20256           make playbin aware of them.
20257
20258 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * gst/playback/gstplaybasebin.c: (setup_source):
20261           Fix hanging subs.
20262
20263 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20264
20265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20266         (gen_preroll_element), (remove_groups), (setup_subtitle),
20267         (gen_source_element), (setup_source):
20268         * gst/playback/gstplaybasebin.h:
20269           Multiple .sub files is just a stupid idea... Fix some threading
20270           mistakes. Interestingly, external .sub files cause playbin to
20271           hang, I don't know why... Parsing fixes contributed by Fran??ois
20272           Kooman <fkooman@tuxed.net>.
20273
20274 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * testsuite/embed/Makefile.am:
20277           Fix buildbot.
20278
20279 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20280
20281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20284         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20285         (gst_pngenc_set_property):
20286         * ext/libpng/gstpngenc.h:
20287           Add compression level property (#163323).
20288
20289 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20290
20291         * configure.ac:
20292         * examples/capsfilter/capsfilter1.c: (main):
20293         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20294         * ext/dvdread/Makefile.am:
20295         * ext/dvdread/demo-play:
20296         * ext/dvdread/demo-play.c:
20297         * gconf/gstreamer.schemas.in:
20298         * gst-libs/gst/gconf/gconf.c:
20299         * sys/v4l/TODO:
20300         * testsuite/Makefile.am:
20301         * testsuite/embed/Makefile.am:
20302         * testsuite/embed/embed.c: (cb_expose), (main):
20303           Remove all references to xvideosink, fix examples (#140845).
20304         * gst/playback/gstplaybasebin.c: (group_destroy):
20305           Apparently, disposal does not unlink - so do explicitely.
20306         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20307           Add debug.
20308
20309 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20310
20311         * README: fix PKG_CONFIG_PATH instructions, what was there
20312         previously was breaking default search path, not nice. 
20313         Fixes #163358
20314
20315 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20316
20317         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20318         (gst_audioscale_chain):
20319           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20320           when resampling - how the ^@$^!@^! is this possible?!?
20321
20322 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20323
20324         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20325           Reset variables on READY.
20326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20327         (gst_matroska_mux_loop):
20328           Require data before writing header.
20329
20330 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20331
20332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * ext/mad/gstmad.c: (gst_mad_chain):
20335           Don't call mad_stream_sync() directly after recovering sync.
20336           Fixes #151661.
20337
20338 2005-01-09  Martin Eikermann  <meiker@upb.de>
20339
20340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20341
20342         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20343         (snapshot_handler), (gst_snapshot_sinkconnect),
20344         (gst_snapshot_chain):
20345           Allocate resources when required, fix recursive signal emission
20346           and fix caps. Fixes #161667.
20347
20348 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20349
20350         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20351
20352         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20353         (gst_pngdec_chain):
20354           Handle only 8-bppc (bits-per-pixel-component) images, better
20355           error handling and correct strides. Fixes #163177.
20356         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20357         (gst_pngenc_chain):
20358           Better error handling. Fixes #163348.
20359
20360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20363         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20364         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20365         (dvdnavsrc_uri_handler_init):
20366           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20367         * gst/playback/gstplaybasebin.c: (gen_source_element):
20368           Add MMS to streaming URIs.
20369
20370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20371
20372         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20373         * sys/xvimage/xvimagesink.c:
20374         (gst_xvimagesink_navigation_send_event):
20375           Check for pad availability before sending event.
20376
20377 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * gst-plugins.spec.in:
20380           Add subparse.
20381
20382 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * configure.ac:
20385           Since we use functions from CVS, up requirement.
20386
20387 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * gst/playback/Makefile.am:
20390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20391         (group_destroy), (group_commit), (group_is_muted),
20392         (gen_preroll_element), (add_stream), (unknown_type),
20393         (probe_triggered), (preroll_unlinked), (mute_stream),
20394         (silence_stream), (new_decoded_pad), (setup_substreams),
20395         (setup_source), (get_active_source), (mute_group_type),
20396         (muted_group_change_state), (set_active_source),
20397         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20398         (play_base_eos), (gst_play_base_bin_change_state):
20399         * gst/playback/gstplaybasebin.h:
20400         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20401         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20402         (gst_stream_info_dispose), (stream_info_mute_pad),
20403         (stream_info_change_state), (gst_stream_info_set_mute):
20404         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20405         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20406         (gst_stream_selector_init), (gst_stream_selector_dispose),
20407         (gst_stream_selector_get_linked_pad),
20408         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20409         (gst_stream_selector_get_linked_pads),
20410         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20411         * gst/playback/gststreamselector.h:
20412           Adding stream selection support plus required properties for
20413           applications to use this. Fully fixes #100931.
20414
20415 2005-01-08  Benjamin Otte  <otte@gnome.org>
20416
20417         * gst/games/gstpuzzle.c: (nav_event_handler):
20418           - handle nav events differently: forward every event no matter if it
20419             was handled or not.
20420           - translate events
20421           You can now cheat by using navigationtest ! puzzle and moving the
20422           mouse close to the edge of a tile. ;)
20423
20424 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20425
20426         * configure.ac:
20427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20428         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20429         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20430         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20431         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20432         (gst_ogm_parse_plugin_init):
20433         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20434         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20435         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20436         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20437         * ext/pango/gsttextoverlay.h:
20438         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20439         (gst_matroska_demux_handle_seek_event),
20440         (gst_matroska_demux_sync_streams),
20441         (gst_matroska_demux_parse_blockgroup),
20442         (gst_matroska_demux_subtitle_caps),
20443         (gst_matroska_demux_plugin_init):
20444         * gst/matroska/matroska-ids.h:
20445         * gst/playback/gstdecodebin.c: (close_pad_link):
20446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20447         (gen_preroll_element), (remove_groups), (add_stream),
20448         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20449         (setup_source):
20450         * gst/playback/gstplaybasebin.h:
20451         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20452         * gst/subparse/Makefile.am:
20453         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20454         (gst_subparse_base_init), (gst_subparse_class_init),
20455         (gst_subparse_init), (gst_subparse_formats),
20456         (gst_subparse_eventmask), (gst_subparse_event),
20457         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20458         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20459         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20460         (parse_mpsub_deinit), (parse_mpsub_init),
20461         (gst_subparse_buffer_format_autodetect),
20462         (gst_subparse_format_autodetect), (gst_subparse_loop),
20463         (gst_subparse_change_state), (gst_subparse_type_find),
20464         (plugin_init):
20465         * gst/subparse/gstsubparse.h:
20466         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20467         (plugin_init):
20468           Add subtitle support, .sub parser (supports SRT and MPsub),
20469           OGM text support, Matroska UTF-8 text support, deadlock fixes
20470           all over the place, subtitle awareness in decodebin/playbin
20471           and some fixes to textoverlay to handle subtitles in a stream
20472           correctly. Fixes #100931.
20473
20474 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20475
20476         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20477           Check for pad availability before doing a query on it.
20478
20479 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20480
20481         * ext/dv/gstdvdec.c:
20482           really fix bpp24/32 dvdec caps (classic rgba indeed)
20483         * gst/asfdemux/gstasfdemux.c:
20484         (gst_asf_demux_process_ext_content_desc):
20485           don't send text tags if they are empty (bis repetita)
20486
20487 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20488
20489         * ext/dv/gstdvdec.c:
20490          remove unneeded comment from dvdec
20491           (related to DV 4CC codes in AVI files)
20492           moved them in gstreamer/docs/random/mimetypes
20493         * gst/asfdemux/gstasfdemux.c:
20494         (gst_asf_demux_process_ext_content_desc):
20495          don't send text tags if they are empty
20496          fix mem leak on error path
20497         * gst/ffmpegcolorspace/avcodec.h:
20498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20499         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20500         (gst_ffmpegcsp_avpicture_fill):
20501         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20502         * gst/ffmpegcolorspace/imgconvert_template.h:
20503          adds BGR32 and BGRA32 to ffmpegcolorspace
20504           (still bad colors, fixing it on next commit)
20505           helps with dvdec outputing BGR32
20506
20507 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20508
20509         * ext/dv/gstdvdec.c:
20510          Fix audio caps i just broke (missing ',')
20511         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20512         (gst_matroska_mux_reset):
20513          Fix typo + add FIXME about old "x-gst-metadata" crap
20514
20515 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20516
20517         * ext/dv/demo-play.c: (main):
20518          xvideosink -> xvimagesink
20519         * ext/dv/gstdvdec.c:
20520          change rgb 32/32 caps to 24/32 (no alpha)
20521          change nb of channels to be a list (2 or 4, not 2)
20522          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20523         * gst/asfdemux/gstasfdemux.c:
20524         (gst_asf_demux_process_ext_content_desc):
20525          Add 'date/year' to extracted metadata list
20526
20527 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20528
20529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20530           The return value of fixate_to does not imply that the requested
20531           value was set, so don't assume.
20532
20533 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20534
20535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20536
20537         * ext/libpng/gstpngdec.c:
20538         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20539         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20540         * ext/libpng/gstpngenc.h:
20541           Alpha support (encoder; #163161), mime fixage.
20542
20543 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20544
20545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20548         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20549         (gst_faac_set_property), (gst_faac_get_property):
20550         * ext/faac/gstfaac.h:
20551           Allow for ADTS output (#153434).
20552
20553 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20554
20555         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20556           Fix against template (#150576).
20557
20558 2005-01-06  Benjamin Otte  <otte@gnome.org>
20559
20560         * gst/games/gstpuzzle.c: (draw_puzzle):
20561           don't draw a puzzle if either width or height of tiles would be 0.
20562
20563 2005-01-06  Benjamin Otte  <otte@gnome.org>
20564
20565         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20566         (gst_puzzle_class_init), (gst_puzzle_finalize):
20567           no memleaks, please
20568         (gst_puzzle_create), (gst_puzzle_init),
20569         (gst_puzzle_set_property), (gst_puzzle_setup):
20570           change initialization code around so we don't reshuffle on resize
20571         (draw_puzzle):
20572           fix another stupid typo
20573
20574 2005-01-06  Benjamin Otte  <otte@gnome.org>
20575
20576         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20577           fix stupid typo that borked copying on YUY2
20578
20579 2005-01-06  Benjamin Otte  <otte@gnome.org>
20580
20581         * gst/games/gstpuzzle.c: (draw_puzzle):
20582           fix edges when image sizes aren't multiples of tile sizes
20583
20584 2005-01-06  Benjamin Otte  <otte@gnome.org>
20585
20586         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20587           make RGB endianness work correctly
20588         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20589           refactor and fix race with initial shuffling
20590         (nav_event_handler):
20591           allow using the mouse to puzzle
20592         (draw_puzzle):
20593           insist on tiles having width and height as multiples of 4 to get
20594           clean YUV image handling
20595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20596         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20597           s/DEBUG/LOG/ for common messages
20598         (gst_xvimagesink_navigation_send_event):
20599           fix mouse event translation to not include screen PAR
20600         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20601           fix mouse event translation to actually work
20602
20603 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20604
20605         * gst/asfdemux/gstasfdemux.c:
20606         (gst_asf_demux_process_ext_content_desc):
20607          Extract TrackNumber metadata + clean up code
20608         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20609          Hope this is the good fix (var used unitialised)
20610
20611 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20612
20613         * ext/faad/gstfaad.c: (gst_faad_chain):
20614           Only increment timestamp if it's valid. Fixes raw AAC streams.
20615
20616 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20617
20618         * configure.ac:
20619         * gst/games/Makefile.am:
20620         * gst/games/gstpuzzle.c:
20621           add a puzzle game with...
20622         * gst/games/gstvideoimage.c:
20623         * gst/games/gstvideoimage.h:
20624           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20625           from videotestsrc and made into something that would be a nice
20626           library for a lot of other plugins.
20627
20628 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20629
20630         * configure.ac:
20631          don't compile faad plugin if a RC of 2.0 is found
20632          Fixes #155346 (and FC1 buildbot)
20633         * gst/asfdemux/gstasfdemux.c:
20634         (gst_asf_demux_process_ext_content_desc):
20635          try to make Solaris compiler happier
20636
20637 2005-01-06  Paul Jack  <pjack@sfaf.org>
20638
20639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20640
20641         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20642           Fix segfault (#161667).
20643
20644 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20645
20646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20647           Fix framerate reporting.
20648
20649 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20650
20651         * gst-libs/gst/riff/riff-ids.h:
20652         * gst/wavenc/riff.h:
20653          Add AMR (VBR and CBR) ids to riff.h audio codec list
20654         * gst/asfdemux/gstasfdemux.c:
20655         (gst_asf_demux_process_ext_content_desc),
20656         (gst_asf_demux_process_object):
20657           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20658
20659 2005-01-05  Martin Eikermann  <meiker@upb.de>
20660
20661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20664         (gst_dvd_demux_handle_discont):
20665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20666         (gst_mpeg_demux_handle_discont):
20667           Recreate pads on new-media (#160730).
20668         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20669           Send discont even if manager changes timestamps (#161929).
20670
20671 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20672
20673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20674
20675         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20676           Fix invalid memory access (#159211).
20677
20678 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20679
20680         * examples/gstplay/player.c: (main):
20681           Don't iterate.
20682         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20683           Add visualizations.
20684         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20685         (gst_a52dec_handle_frame):
20686           Set duration.
20687         * ext/dvdnav/gst-dvd:
20688           Add audioconvert. Fixes #161325.
20689         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20690           Explicitely case to gint64. Possible valgrind error.
20691         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20692         (gst_play_tick_callback), (gst_play_change_state),
20693         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20694         (gst_play_set_location), (gst_play_get_location),
20695         (gst_play_seek_to_time), (gst_play_set_data_src),
20696         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20697         (gst_play_set_visualization), (gst_play_connect_visualization),
20698         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20699         (gst_play_new):
20700           Use playbin. Fixes #139749 and #147744.
20701         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20702           Add genre tag.
20703         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20704         (audioscale_get_type), (gst_audioscale_base_init),
20705         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20706         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20707         (gst_audioscale_link), (gst_audioscale_get_buffer),
20708         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20709         (gst_audioscale_init), (gst_audioscale_dispose),
20710         (gst_audioscale_chain), (gst_audioscale_set_property),
20711         (gst_audioscale_get_property), (plugin_init):
20712           Indent properly.
20713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20714           Fix LPCM.
20715         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20716         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20717         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20718           Add more metadata (fixes #162656).
20719
20720 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20721
20722         * configure.ac:
20723           back to cvs
20724
20725 === release 0.8.7 ===
20726
20727 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20728
20729         * NEWS:
20730         * RELEASE:
20731         * configure.ac:
20732           releasing 0.8.7, "Hyperspace"
20733
20734 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20735
20736         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20737
20738         * gst/playback/gstplaybasebin.c:
20739          Fix for #162924 - free caps after use, not before
20740
20741 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20742
20743         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20744
20745         * gst/playback/gstplaybasebin.c:
20746         * gst/wavparse/gstwavparse.c:
20747           Fix for #154773 - fixes playback of small .wav files
20748
20749 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20750
20751         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20752
20753         * gst/audioscale/gstaudioscale.c:
20754           Fix for #162819 - make audioscale reusable
20755           Fixes playback of more than one file with playbin/totem
20756
20757 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * gst/ffmpegcolorspace/avcodec.h:
20760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20761         * gst/ffmpegcolorspace/imgconvert.c:
20762           clean up the mess that made me cry and avoid needless duplication
20763
20764 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20765
20766         * gst/ffmpegcolorspace/imgconvert.c:
20767           give some indication of why we're segfaulting
20768
20769 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20770
20771         * configure.ac:
20772           Fix indentation, fix v4l2 plugin detection.
20773         * ext/Makefile.am:
20774           Fix libmms location (Maciej, use diff -u!).
20775         * ext/alsa/gstalsa.c: (gst_alsa_init):
20776           Initialize caps cache to NULL.
20777         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20778           Only change state on audiosink if it exists.
20779
20780 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20781
20782         * gst/matroska/matroska-demux.c:
20783         * gst/matroska/matroska-ids.h:
20784         * gst/matroska/matroska-demux.h:
20785         Fix Vorbis streams failing to decode in some files, where cluster_time
20786         isn't 0, because then it doesn't send codec_priv before actual data.
20787         Remove time-based test and replace it with marker set on beginning of
20788         new stream
20789
20790 2004-12-28  David Schleef  <ds@schleef.org>
20791
20792         Merge patch from Ronald fixing problems with streaming
20793         text.
20794         * ext/cairo/gstcairo.c: (plugin_init):
20795         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20796         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20797         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20798         (gst_textoverlay_font_init), (gst_textoverlay_init),
20799         (gst_textoverlay_set_property):
20800         * ext/cairo/gsttextoverlay.h:
20801
20802 2004-12-27  David Schleef  <ds@schleef.org>
20803
20804         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20805         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20806         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20807         (gst_textoverlay_font_init), (gst_textoverlay_init),
20808         (gst_textoverlay_set_property): Improvements to actually
20809         render text as white on black outline on video, including
20810         font selection and horizontal/vertical alignment.  (Ronald's
20811         christmas present)
20812         * ext/cairo/gsttextoverlay.h:
20813
20814 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20815
20816         * ext/ogg/gstogg.c:
20817         * ext/ogg/gstogmparse.c:
20818           fix ogm[audio/video]parse plugin registration
20819           (riff won't load if bytestream is already loaded)
20820
20821 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20822
20823         * gst/audioconvert/gstchannelmix.c:
20824           fix for GLIB < 2.4
20825
20826 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20827
20828         * Makefile.am:
20829         * configure.ac:
20830           disable docs again until it actually passes make distcheck.
20831
20832 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20833
20834         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20835         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20836         (plugin_init):
20837           Add 3GP (variables name Q3GP because they can't start with a
20838           number). Add samr audio fourcc (used in .3gp files), decoder
20839           is work in progress. Also do a GST_WARNING instead of ERROR
20840           in case of unknown nodes, to decrease output.
20841
20842 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20843
20844         * Makefile.am:
20845           really fix dist
20846
20847 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20848
20849         * configure.ac:
20850         * ext/speex/gstspeexdec.h:
20851         * ext/speex/gstspeexenc.h:
20852           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20853           Fix detection code in configure.ac
20854
20855 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * gst/matroska/matroska-demux.c:
20858         (gst_matroska_demux_parse_blockgroup):
20859           Save position, so that queries give proper return values. Don't
20860           know how this could ever have worked before...
20861
20862 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20863
20864         * configure.ac:
20865           Put additional LAME check inside the conditional.  Fixes #152339
20866
20867 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20868
20869         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20870         (gst_avi_demux_stream_scan):
20871           Add some more debug. Fix logic error when setting movi offset
20872           while reading index.
20873
20874 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20877         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20878         (gst_avi_demux_process_next_entry):
20879           Add some debugging. Better detection of broken indexes and the
20880           accompanying index recovery. No infinite loops on state changes
20881           when we're still in our loopfunction.
20882
20883 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * configure.ac:
20886           Fix up.
20887
20888 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20889
20890         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20891
20892         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20893           Normalizing the value before setting
20894         (gst_sunaudiomixer_get_volume):
20895           Normalizing the value after getting. Fixes bug# 161980
20896
20897 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20898
20899         * Makefile.am: Make sure docs gets disted
20900         * docs/Makefile.am: Make sure all needed files get disted
20901         * gst-plugins.spec.in: latest updates
20902
20903 2004-12-22  Wim Taymans  <wim@fluendo.com>
20904
20905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20906         Revert patch 1.38 as clock distribution over schedulers does
20907         not work correcly in the core yet.
20908
20909 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20910
20911         * sys/oss/README: remove this file, which predates my birth
20912           (and which content is by far outdated)
20913
20914 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20915
20916         * Makefile.am:
20917         * configure.ac:
20918         * docs/Makefile.am:
20919         * docs/libs/Makefile.am:
20920         * docs/libs/gst-plugins-libs-docs.sgml:
20921         * docs/libs/gst-plugins-libs-sections.txt:
20922         * docs/libs/tmpl/gstgconf.sgml:
20923         * docs/upload.mak:
20924         * docs/version.entities.in:
20925           Added boilerplate gtk-doc files for plugin-libs documentation.
20926
20927 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20928
20929         * gst/auparse/gstauparse.c: fix int and float audio caps
20930
20931 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20932
20933         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20934         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20935           g_assert() can be a macro, don't use #ifdef inside it.
20936
20937 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20938
20939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20942         (gst_videorate_init), (gst_videorate_chain),
20943         (gst_videorate_change_state):
20944           Event handling (fixes #159986).
20945
20946 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * gst-libs/gst/riff/riff-media.c:
20949         (gst_riff_create_video_caps_with_data):
20950           Add BLZ0 (Blizzard's version of DivX) fourcc.
20951
20952 2004-12-18  David Schleef  <ds@schleef.org>
20953
20954         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20955         portability fix.
20956
20957 2004-12-18  David Schleef  <ds@schleef.org>
20958
20959         * gst/tta/ttadec.h: Disable some header code that isn't used
20960         and clearly isn't portable.
20961
20962 2004-12-18  David Schleef  <ds@schleef.org>
20963
20964         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20965         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20966         (avcodec_get_pix_fmt), (avpicture_layout),
20967         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20968         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20969         Fix code to not use GCC extensions (and c99 extensions that
20970         Forte does not like.)
20971
20972 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20973
20974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20975
20976         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20977         (gst_deinterlace_chain):
20978           Rowstride fixes. Fixes #161039.
20979         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20980         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20981         (gst_video_crop_getcaps), (gst_video_crop_link),
20982         (gst_video_crop_i420), (gst_video_crop_chain),
20983         (gst_video_crop_change_state):
20984           Rework of negotiation. Actually works now. Fixes #158650.
20985
20986 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20989           That was very stupid.
20990
20991 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * gst/matroska/matroska-demux.c:
20994         (gst_matroska_demux_parse_blockgroup):
20995           Fix possible crasher.
20996
20997 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21000         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21001           Lace sizes can be zero.
21002
21003 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * ext/musepack/gstmusepackdec.cpp:
21006           Fetch error return values. Fixes #161624.
21007         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21008           Really EOS.
21009
21010 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21013           Work for truncated (unfinished download etc.) files. Fixes #160514.
21014
21015 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21018           Fix for integer overflow. Makes #156001 not crash. Probably masks
21019           the real bug.
21020
21021 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * gst/ac3parse/gstac3parse.c: (plugin_init):
21024           Parsers never have ranks. Fixes #159651.
21025
21026 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21027
21028         * gst/playback/gstdecodebin.c: (compare_ranks):
21029           make sure the facotries are ordered the same every time even if they
21030           have the same rank by using the name
21031         * gst/playback/gstdecodebin.c: (find_compatibles):
21032           make sure we don't add factories to the list twice
21033
21034 2004-12-16  David Schleef  <ds@schleef.org>
21035
21036         * configure.ac: look for musepack headers as musepack/*.h
21037         (fixes #159847)
21038         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21039         * ext/musepack/gstmusepackreader.h: same
21040
21041 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * gst-libs/gst/riff/riff-read.c:
21044         (gst_riff_read_strf_auds_with_data):
21045           Read extradata correctly (fixes #155879).
21046
21047 2004-12-16  David Schleef  <ds@schleef.org>
21048
21049         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21050         audio.  does _not_ attempt or allow conversion unless channels
21051         is 1 or 2.
21052
21053 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21054
21055         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21056
21057 2004-12-16  David Schleef  <ds@schleef.org>
21058
21059         * gst/audioscale/gstaudioscale.c: the resample library only
21060         handles 1 or 2 channels.  Change caps to compensate.
21061
21062 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21065         (gst_matroska_demux_audio_caps):
21066           Some MPEG-AAC hacks, because else it doesn't work...
21067
21068 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * gst-libs/gst/riff/riff-media.c:
21071         (gst_riff_create_video_caps_with_data),
21072         (gst_riff_create_video_template_caps):
21073           Add h264.
21074
21075 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21076
21077         * gst-libs/gst/audio/Makefile.am:
21078           Try to fix buildbot.
21079
21080 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * gst/tcp/gstmultifdsink.c:
21083           Clean up and uniformize debugging.
21084
21085 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21086
21087         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21088
21089         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21090         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21091         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21092         (gst_mpeg_demux_change_state):
21093           Reset on ready. Fixes 160276.
21094
21095 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21096
21097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21100         (gst_ffmpegcsp_pad_link):
21101           Fix memleak (#154815).
21102
21103 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21104
21105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21108         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21109         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21110         * ext/musicbrainz/gsttrm.h:
21111           Add support for using a proxy server when getting a trm id from
21112           the MusicBrainz database (#149613).
21113
21114 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21115
21116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21117
21118         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21119         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21120           Fix memleaks (#157233).
21121
21122 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21123
21124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21125
21126         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21127         * gst-libs/gst/resample/resample.h:
21128         * gst/audioscale/gstaudioscale.c:
21129           Fix memleak (#159215).
21130
21131 2004-12-16  Toni Willberg  <toniw@iki.fi>
21132
21133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21136         * sys/oss/oss_probe.c: (main):
21137           Check for mono/stereo support (similar to samplerate probing),
21138           fixes #159433. Also add missing copyright header to oss_probe.c.
21139
21140 2004-12-15  David Schleef  <ds@schleef.org>
21141
21142         * configure.ac: add audioresample and cairo plugins.  Remove
21143         HAVE_MMX stuff, because it's not used.
21144         * ext/Makefile.am: same
21145         * ext/audioresample/Makefile.am: You are not ready for an
21146         audio resampling element based on audioresample.
21147         * ext/audioresample/gstaudioresample.c:
21148         * ext/audioresample/gstaudioresample.h:
21149         * ext/cairo/Makefile.am: You are not ready for overlay elements
21150         based on cairo.  Don't look too closely, these elements kinda
21151         suck right now.
21152         * ext/cairo/gstcairo.c: new
21153         * ext/cairo/gsttextoverlay.c: new
21154         * ext/cairo/gsttextoverlay.h: new
21155         * ext/cairo/gsttimeoverlay.c: new
21156         * ext/cairo/gsttimeoverlay.h: new
21157         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21158         problem with compilers that don't support variadic macros.
21159
21160 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21161
21162         Reviewed by:  David Schleef  <ds@schleef.org>
21163
21164         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21165         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21166         bit.  Also ran indent-gst.
21167         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21168         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21169         (gst_sunaudiosrc_setparams):
21170
21171 2004-12-14  David Schleef  <ds@schleef.org>
21172
21173         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21174         output rate to 16000.  Should fix #160235.
21175
21176 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21177
21178         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21179         Add typefinding for mpeg2 pes streams
21180
21181 2004-12-13  David Schleef  <ds@schleef.org>
21182
21183         * configure.ac:  Applied patch from bug #143659, making default
21184         sources and sinks OS-dependent (for Solaris), and added code
21185         for OS/X.
21186         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21187
21188 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21189
21190         * gst-libs/gst/riff/riff-media.c:
21191           forgot to add h2.64 to avidemux template caps
21192
21193 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21194
21195         * gst/wavenc/riff.h:
21196         * gst-libs/gst/riff/riff-media.c:
21197         * gst-libs/gst/riff/riff-ids.h:
21198         * gst/avi/gstavimux.c
21199         add 4CC code for VideoSoft h264 in AVI (VSSH)
21200           fixes bug #160655
21201         remove s323 from riff, it's quicktime specific :(
21202
21203 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21204
21205         * gst/asfdemux/README
21206         * gst/wavenc/riff.h
21207         * gst-libs/gst/riff/riff-ids.h
21208         * gst-libs/gst/riff/riff-media.c
21209         * gst/qtdemux/qtdemux.c:
21210           add new 4CC codes for h263 related codecs
21211           fixes partially bug #155163
21212
21213 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21214
21215         * configure.ac: Update polyaudio requirement to 0.7
21216         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21217
21218 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21219
21220         * gst/interleave/deinterleave.c:
21221         fix my name's spelling! :)
21222
21223 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21224
21225         * AUTHORS ChangeLog
21226         * gst/auparse/gstauparse.c
21227         * gst/interleave/deinterleave.c
21228         * gst/law/:
21229                 alaw-decode.c alaw-encode.c
21230                 mulaw-decode.c mulaw-encode.c
21231         * gst/oneton/gstoneton.c
21232         * sys/osxaudio/:
21233                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21234         * sys/osxvideo/:
21235                 cocoawindow.h cocoawindow.m
21236                 osxvideosink.h osxvideosink.m
21237
21238         put the same mail address for Zaheer Abbas Merali everywhere
21239
21240 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21241
21242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21243           Align by packetsize, and assert that we a packet available before
21244           playing. The first makes webstreams work (they often include
21245           trailing padding data in a packet), the second allows pausing a
21246           ASF stream in totem without getting demux errors afterwards.
21247
21248 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21249
21250         * ext/ogg/gstoggdemux.c: (get_relative):
21251           Check for non-NULL before accessing member (end-of-chain).
21252
21253 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21254
21255         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21256         (cdparanoia_set_property), (cdparanoia_get_property):
21257         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21258         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21259         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21260         (dvdreadsrc_init), (dvdreadsrc_set_property),
21261         (dvdreadsrc_get_property):
21262         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21263         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21264           Synchronize property names where not yet the case. Devices are
21265           now device=X, other versions are deprecated (but still exist).
21266           Also use g_free() unconditionally.
21267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21268         (setup_source), (gst_play_base_bin_get_property):
21269           Expose source.
21270
21271 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21272
21273         * configure.ac: move GCONF macro outside conditional for the am
21274           conditional. Fixes #160439
21275
21276 2004-12-08  David Schleef  <ds@schleef.org>
21277
21278         * tools/gst-visualise-m.m: Switch to elements that currently
21279         exist.
21280
21281 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21282
21283         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21284           We love wrong commas.
21285
21286 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21287
21288         * gst/matroska/matroska-demux.c:
21289         (gst_matroska_demux_handle_src_query):
21290           Don't set DEFAULT, unsupported - makes length display incorrectly
21291           in some cases.
21292
21293 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21294
21295         * gst/monoscope/README: remove blurb about files being GPL
21296         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21297         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21298           monoscope is now effectively LGPL licensed
21299
21300 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21301
21302         * gst/monoscope/README: Update information to be more correct
21303         * gst/monoscope/convolve.c: Relicense to LGPL
21304         * gst/monoscope/convolve.h: Relicense to LGPL
21305
21306 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21307
21308         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21309           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21310         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21311           set default_duration for mpeg1 audio
21312
21313 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21314
21315         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21316         * ext/alsa/gstalsa.h:
21317           refactor big chunks of the core caps negotiation code to make it
21318           a lot faster, because people claim it's really slow
21319           (actually, just cache the getcaps when the device is opened)
21320
21321 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21322
21323         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21324         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21325         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21326         (gst_a52dec_change_state), (plugin_init):
21327         * ext/a52dec/gsta52dec.h:
21328           Do something useful with timestamps. Make chain-based (since
21329           there's really no reason to be loopbased).
21330         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21331           Update current_byte/frame correctly.
21332
21333 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21334
21335         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21336         (gst_ape_demux_stream_init):
21337           Forward tags, too.
21338
21339 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21340
21341         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21342           Let's make sure we're done typefinding when detecting tags.
21343
21344 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21345
21346         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21347         (gst_ebml_read_init), (gst_ebml_read_use_event),
21348         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21349         (gst_ebml_read_seek), (gst_ebml_read_skip),
21350         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21351         (gst_ebml_read_master):
21352         * gst/matroska/ebml-read.h:
21353         * gst/matroska/matroska-demux.c:
21354         (gst_matroska_demux_parse_contents),
21355         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21356           Disgustingly evil hack for working around INTERRUPT events and
21357           their extremely annoying habit of being a pain in the ass. We
21358           simply peek a cluster before reading any of it.
21359
21360 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21361
21362         * ext/musepack/gstmusepackdec.cpp:
21363           There's also floating point libmusepacks.
21364
21365 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21368         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21369           Set DURATION even if source buffer didn't. Also use increasing
21370           timestamps.
21371         * gst-libs/gst/riff/riff-media.c:
21372         (gst_riff_create_audio_caps_with_data):
21373           Block_align can have larger values than 8192.
21374
21375 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21378         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21379         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21380         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21381           Fix caps.
21382
21383 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21384
21385         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21386           Fix logic bug.
21387
21388 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21391           Yay, another one.
21392
21393 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * ext/esd/esdsink.c: (gst_esdsink_chain):
21396           Make error actually say something useful (fixes #156798).
21397         * gst-libs/gst/riff/riff-media.c:
21398         (gst_riff_create_video_caps_with_data),
21399         (gst_riff_create_video_template_caps):
21400           Add Intel Video 5.0 fourcc (IV50).
21401
21402 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21403
21404         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21405         detection on mono and stereo mp3 files.
21406
21407 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21408
21409         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21410           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21411           the contained stream).
21412
21413 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21416           Oops, remove debug.
21417
21418 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21419
21420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21421
21422         * gst/law/alaw-decode.c: (alawdec_getcaps):
21423         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21424           Prevent warnings when negotiating caps (fixes #159338).
21425
21426 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21427
21428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21429         (gst_ffmpegcsp_chain):
21430           Remove old leftover that shouldn't be there...
21431
21432 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21433
21434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21435
21436         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21437           Don't forward DISCONT events (fixes #159684).
21438
21439 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21440
21441         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21442           Unlink manually since sometimes bin disposal (and therefore
21443           pad unlinking) is delayed, which will cause a new media file
21444           to not be able to start playing instantly.
21445
21446 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21447
21448         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21449           On mute of an unlinked stream, check for pad availability so
21450           we don't crash on unlinked pad.
21451
21452 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21453
21454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21455         (gst_avi_demux_massage_index):
21456           Fix quite humiliating bug in omitting 0-sized index chunks but
21457           forgetting to count them for timestamps.
21458
21459 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21460
21461         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21462           Actually leave the loop if we failed to sync. Don't crash.
21463
21464 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21467         (gst_dvd_demux_process_private):
21468         * gst/mpegstream/gstdvddemux.h:
21469           Fix crash (#159759). Doesn't work, though. :-(.
21470
21471 2004-11-28  Benjamin Otte  <otte@gnome.org>
21472
21473         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21474           more overwriting protection due to modifying channels one by one
21475           instead of all at once
21476
21477 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21478
21479         * gst/audioconvert/gstchannelmix.c:
21480         (gst_audio_convert_fill_normalize):
21481           Normalize using absolute values.
21482
21483 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21484
21485         * configure.ac:
21486         * ext/Makefile.am:
21487         * ext/directfb/Makefile.am:
21488         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21489         (gst_directfbvideosink_get_pixel_format),
21490         (gst_directfbvideosink_get_format_from_fourcc),
21491         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21492         (gst_directfbvideosink_sink_link),
21493         (gst_directfbvideosink_change_state),
21494         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21495         (gst_directfbvideosink_buffer_alloc),
21496         (gst_directfbvideosink_interface_supported),
21497         (gst_directfbvideosink_interface_init),
21498         (gst_directfbvideosink_navigation_send_event),
21499         (gst_directfbvideosink_navigation_init),
21500         (gst_directfbvideosink_set_property),
21501         (gst_directfbvideosink_get_property),
21502         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21503         (gst_directfbvideosink_base_init),
21504         (gst_directfbvideosink_class_init),
21505         (gst_directfbvideosink_get_type), (plugin_init):
21506         * ext/directfb/directfbvideosink.h: Adding a first version of
21507         directfbvideosink.
21508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21509         more.
21510
21511 2004-11-28  Benjamin Otte  <otte@gnome.org>
21512
21513         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21514           walk the samples backwards if out_channels > in_channels so we don't
21515           overwrite data
21516
21517 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21518
21519         * gst/audioconvert/Makefile.am:
21520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21521         (gst_audio_convert_link), (gst_audio_convert_change_state),
21522         (gst_audio_convert_channels):
21523         * gst/audioconvert/gstchannelmix.c:
21524         (gst_audio_convert_unset_matrix),
21525         (gst_audio_convert_fill_identical),
21526         (gst_audio_convert_fill_compatible),
21527         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21528         (gst_audio_convert_fill_others),
21529         (gst_audio_convert_fill_normalize),
21530         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21531         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21532         * gst/audioconvert/gstchannelmix.h:
21533           Implement a channel mixer.
21534
21535 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21536
21537         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21538         * ext/alsa/gstalsa.h:
21539         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21540         Make alsasink actually honor gst_element_set_clock and use that
21541         clock instead of its internal one.
21542
21543 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21544
21545         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21546         (gst_play_base_bin_change_state): nullify source and decoder when
21547         going from READY to NULL so that we don't try to do weird stuff with
21548         them when going from NULL to READY
21549         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21550         instead of g_object_unref
21551         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21552         it should be correct
21553         (gst_play_bin_change_state): don't call remove_sinks if we are
21554         currently disposing the object
21555
21556 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21559           Don't forget bass if it's there. Else left channel is silent...
21560
21561 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21562
21563         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21564         (gst_a52dec_change_state):
21565           Don't do sample adjusting anymore, we use float audio now.
21566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21567           Don't fixate to non-existing properties.
21568
21569 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21570
21571         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21572         (gst_a52dec_change_state):
21573           Advertise that we can do surround sound.
21574
21575 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21576
21577         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21578           Add buffer-frames=0.
21579         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21580         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21581         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21582         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21583         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21584         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21585         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21586         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21587         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21588         * ext/dvdread/dvdreadsrc.h:
21589           Add seeking, querying for bytes, sectors, title, angle and
21590           chapter. Handle multiple chapters. Relicense to LGPL because
21591           Billy agreed on that (thanks Billy!).
21592
21593 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21594
21595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21596         call parent dispose method
21597
21598 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21599
21600         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21601         (gst_audio_clock_get_internal_time):
21602         Fix active <-> inactive transitions: ensure time value always
21603         grows and avoid abrupt value changes.
21604
21605 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21606
21607         * configure.ac:
21608         * gst/tta/Makefile.am:
21609         * gst/tta/crc32.h:
21610         * gst/tta/filters.h:
21611         * gst/tta/gsttta.c:
21612         * gst/tta/gstttadec.c:
21613         * gst/tta/gstttadec.h:
21614         * gst/tta/gstttaparse.c:
21615         * gst/tta/gstttaparse.h:
21616         * gst/tta/ttadec.h:
21617           added TTA parser and decoder
21618
21619 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21620
21621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21622         (probe_triggered), (check_queue), (buffer_underrun),
21623         (buffer_running), (buffer_overrun), (gen_source_element),
21624         (setup_source):
21625         * gst/playback/gstplaybasebin.h:
21626           Implement buffering. Needs some more work.
21627
21628 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21629
21630         * ext/theora/theoradec.c: (theora_dec_chain):
21631           Fix ilog mask range overflow.
21632
21633 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21634
21635         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21636           Don't omit the last (which in case of dmix is the only :) )
21637           channel count. Don't set channels if <= 2.
21638
21639 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21640
21641         * gst/playback/gstplaybin.c: (gen_video_element),
21642         (gen_audio_element): Removed 2 obsolete comments
21643
21644 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21645
21646         * ext/vorbis/oggvorbisenc.c
21647         * ext/vorbis/vorbisenc.c :
21648           change description fields of those plugins to differentiate them
21649           (pitivi show Encoders by description, they had the same one)
21650
21651 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21652
21653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21654
21655         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21656         (gst_play_bin_set_property), (gen_video_element),
21657         (gen_audio_element):
21658           Refcounting fixes for provided audio-/videosinks.
21659
21660 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21661
21662         * gst/playback/gstplaybin.c: (gen_video_element),
21663         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21664           Don't reference all sinks, but only the video- and audiosinks.
21665           The vis. element should be disposed when we're done with it.
21666           We don't have any reason to keep it around. This fixes warnings
21667           when reusing playbin for playing multiple audio files with
21668           vis. enabled. Also release audio device on pause - idea stolen
21669           from Rhythmbox.
21670
21671 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21672
21673         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21674         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21675         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21676         * ext/alsa/gstalsaplugin.c: (plugin_init):
21677         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21678         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21679         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21680         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21681         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21682         (gst_faad_change_state), (plugin_init):
21683         * ext/faad/gstfaad.h:
21684         * ext/vorbis/vorbis.c: (plugin_init):
21685         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21686         * gst-libs/gst/audio/Makefile.am:
21687         * gst-libs/gst/audio/audio.c: (plugin_init):
21688         * gst-libs/gst/audio/multichannel.c:
21689         (gst_audio_check_channel_positions),
21690         (gst_audio_get_channel_positions),
21691         (gst_audio_set_channel_positions),
21692         (gst_audio_set_structure_channel_positions_list),
21693         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21694         (gst_audio_fixate_channel_positions):
21695         * gst-libs/gst/audio/multichannel.h:
21696         * gst-libs/gst/audio/testchannels.c: (main):
21697         * gst/audioconvert/gstaudioconvert.c:
21698         (gst_audio_convert_class_init), (gst_audio_convert_init),
21699         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21700         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21701         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21702         * gst/audioconvert/plugin.c: (plugin_init):
21703           Surround sound support.
21704
21705 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21706
21707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21708           Fix position for discont if we're close as well. Nitpicking, but
21709           saves a few milliseconds of extra waiting or skipping.
21710
21711 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21712
21713         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21714           We sometimes need parsers for playback, so add those too.
21715
21716 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21717
21718         * configure.ac:
21719         * gst/apetag/Makefile.am:
21720         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21721         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21722         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21723         (gst_ape_demux_get_src_query_types),
21724         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21725         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21726         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21727         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21728         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21729         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21730         (gst_ape_demux_change_state):
21731         * gst/apetag/apedemux.h:
21732         * gst/apetag/apetag.c: (plugin_init):
21733         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21734         (plugin_init):
21735           APE v1/2 tag reader plus typefind function.
21736
21737 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21738
21739         * configure.ac:
21740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21741         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21742           Remove hacks for older core. Require newer core version
21743           accordingly.
21744
21745 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21746
21747         * gst/cdxaparse/Makefile.am:
21748         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21749         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21750         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21751         * gst/cdxaparse/gstcdxaparse.h:
21752         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21753         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21754         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21755         (gst_cdxastrip_get_src_query_types),
21756         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21757         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21758         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21759         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21760         * gst/cdxaparse/gstcdxastrip.h:
21761           SVCD/VCD header stripping separated from CDXA image parsing.
21762         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21763         (plugin_init):
21764           Add VCD/SVCD header typefinding for VCD/SVCD.
21765         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21766         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21767         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21768         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21769         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21770         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21771         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21772         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21773         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21774         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21775         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21776         * sys/vcd/vcdsrc.h:
21777           Fix up, add seeking, querying, URI interface. Works in totem now.
21778
21779 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21780
21781         * configure.ac:
21782           back to CVS
21783
21784 === release 0.8.6 ===
21785
21786 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21787
21788         * NEWS:
21789         * RELEASE:
21790         * configure.ac:
21791         * po/af.po:
21792         * po/az.po:
21793         * po/cs.po:
21794         * po/en_GB.po:
21795         * po/hu.po:
21796         * po/it.po:
21797         * po/nb.po:
21798         * po/nl.po:
21799         * po/or.po:
21800         * po/sq.po:
21801         * po/sr.po:
21802         * po/sv.po:
21803         * po/uk.po:
21804           releasing 0.8.6, "IOU Love"
21805
21806 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21807
21808         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21809
21810         * gst/playback/gstplaybasebin.c:
21811           Fix unplayable files error handling.  Fixes #158365
21812
21813 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21816
21817         * gst/typefind/gsttypefindfunctions.c:
21818           Fix broken mp3 typefinding.  Fixes #158375
21819
21820 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21823
21824         * ext/ogg/gstoggdemux.c:
21825           Fix sync on broken files.  Fixes #158976
21826
21827 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21828
21829         patch by: Edward Hervey <bilboed@bilboed.com>
21830
21831         * ext/libpng/gstpngenc.c:
21832           Copy over buffer properties.  Fixes #158832
21833
21834 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21835
21836         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21837
21838         * ext/dvdread/dvdreadsrc.c:
21839           Fixes invalid reads (#158462)
21840
21841 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * sys/v4l/gstv4lsrc.c:
21844         * sys/v4l/gstv4lsrc.h:
21845         * sys/v4l/v4lsrc_calls.c:
21846           Probe less and cache it.  Fixes #159187.
21847
21848 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21849
21850         * gst/videorate/gstvideorate.c:
21851           Handle all video formats. Fixes #159186.
21852
21853 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21854         * gst/synaesthesia/gstsynaesthesia.c:
21855         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21856         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21857         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21858         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21859         (gst_synaesthesia_change_state), (plugin_init):
21860         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21861         Force 320x200 output, as that's the only thing the underlying
21862         synaesthesia implementation supports. Still needs to be made
21863         re-entrant.
21864
21865 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21866
21867         * configure.ac:
21868           Fix mpeg2enc configure check (similar to mplex check below).
21869
21870 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21871
21872         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21873
21874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21875           Fix for gcc-2.95 (fixes #158221).
21876
21877 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21878
21879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21880           Re-add clock distribution hack (until new core is released).
21881           Fixes #158125.
21882
21883 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21884         * configure.ac:
21885           fix mplex configure check segfaulting on some systems (bug #140994)
21886
21887 2004-11-13  Benjamin Otte  <otte@gnome.org>
21888
21889         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21890           add debugging
21891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21892           do a wait when we enter the loop func with no data available to
21893           write instead of getting into an 100% CPU loop by just returning and
21894           being called again by the scheduler
21895
21896 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21897
21898         * configure.ac:
21899         * ext/libvisual/visual.c: (gst_visual_get_type),
21900         (libvisual_log_handler), (gst_visual_getcaps),
21901         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21902         (plugin_init):
21903           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21904         * ext/smoothwave/Makefile.am:
21905         * ext/smoothwave/demo-osssrc.c: (main):
21906         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21907         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21908         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21909         (plugin_init):
21910         * ext/smoothwave/gstsmoothwave.h:
21911           Make gstsmoothwave a working element in the 20th century.
21912
21913         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21914           Fix incorrect link function
21915
21916 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21917
21918         * gst/volume/gstvolume.c:
21919           Allow buffer-frames=0.
21920
21921 2004-11-12 Iain <iaingnome@gmail.com>
21922
21923         * configure.ac: Check for polypaudio
21924
21925         * ext/Makefile.am: Build the polyp dir
21926
21927         * ext/polyp: The polypsink sources.
21928
21929 2004-10-30 Iain <iaingnome@gmail.com>
21930
21931         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21932         caps to reflect the new number of channels.
21933
21934 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21935
21936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21937           Fix for negotiation order problem. This would show when the
21938           ALSA loopfuction was called before any other function. ALSA
21939           wouldn't do anything because we're not negotiated yet, leading
21940           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21941
21942 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21943
21944         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21945
21946         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21947           No warnings (#157986).
21948
21949 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21950
21951         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21952           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21953
21954 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21955
21956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21957           Signal no-more-pads (so it works in playbin).
21958
21959 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21960
21961         * ext/musepack/gstmusepackreader.cpp:
21962           Workaround for older core.
21963
21964 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21965
21966         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21967           Actually test for odd width/height rather than testing whether
21968           a temporary variable that was 0 before we subtracted 1 is now
21969           not equal to zero (which it always is).
21970
21971 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21972
21973         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21974         Fix compilation if HAVE_XVIDEO is not defined
21975
21976 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21977
21978         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21979         Fix compilation if HAVE_XVIDEO is not defined
21980
21981 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21982
21983         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21984         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21985         (gst_goom_change_state), (plugin_init):
21986         Use the bytestream adapter so goom doesn't depend on the input
21987         buffer size.
21988         Add a debug category
21989
21990 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21991
21992         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21993           Only set hardware parameters *after* negotiation. Before
21994           negotiation, it will set ANY and that seems to cause crashes
21995           (see e.g. #151288, #153227).
21996
21997 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21998
21999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22000           This seems to be antique leftover. It needs to pass error
22001           checking.
22002         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22003         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22004         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22005         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22006           Fix GstXOverlay implementation (#151059).
22007
22008 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22009
22010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22011           Don't assert (#157853).
22012
22013 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22014
22015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22016           Fix bytes/samples confustion.
22017         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22018           Fix for underrun (#144389).
22019
22020 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22021
22022         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22023           Disable halfway-seek for pending release (since it needs a new
22024           core release).
22025
22026 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * sys/v4l/gstv4lsrc.c:
22029         * sys/v4l/gstv4lsrc.h:
22030         * sys/v4l/v4lsrc_calls.c:
22031           add autoprobe-fps property so we can separate autoprobing parts
22032
22033 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * sys/v4l/gstv4lsrc.c:
22036         * sys/v4l/v4lsrc_calls.c:
22037         initialise fourcc to catch unset fourcc's, and debug
22038
22039 2004-11-09  Wim Taymans  <wim@fluendo.com>
22040
22041         * gst/playback/README:
22042         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22043         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22044         (gst_play_bin_dispose), (gst_play_bin_set_property),
22045         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22046         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22047         (gst_play_bin_get_formats), (gst_play_bin_convert),
22048         (gst_play_bin_get_query_types), (gst_play_bin_query):
22049         Cleanups and some more documentation.
22050
22051 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22052
22053         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22054         (gst_cacasink_init), (gst_cacasink_chain):
22055         * ext/libcaca/gstcacasink.h:
22056         Cacasink inherits from VideoSink, so let that store the clock.
22057
22058 2004-11-09  Wim Taymans  <wim@fluendo.com>
22059
22060         * gst/playback/README:
22061         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22062         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22063         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22064         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22065         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22066         (setup_sinks):
22067         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22068         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22069         * gst/playback/gststreaminfo.h:
22070         Updated README.
22071         Only switch groups if all streams have muted (EOSed).
22072         Send Tags in sync with the stream playback instead of in
22073         the playback/preroll phase.
22074         Some cleanups, free the fakesrc elements.
22075
22076 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22077
22078         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22079           buffer-frames property was missing
22080         * ext/arts/gst_arts.c:
22081           rate missing from sinkcaps
22082         * ext/audiofile/gstafparse.c:
22083         * ext/audiofile/gstafsink.c:
22084         * ext/audiofile/gstafsrc.c:
22085         * ext/swfdec/gstswfdec.c:
22086           int audio doesn't know buffer-frames
22087         * ext/cdparanoia/gstcdparanoia.c:
22088           int audio doesn't know chunksize either
22089         * ext/nas/nassink.c:
22090           it's endianness, not endianess
22091         * gst-libs/gst/audio/audio.h:
22092           make float standard pad template caps really describe float
22093         * gst/law/mulaw.c: (linear_factory):
22094           signed only, please
22095         * gst/mpegstream/gstdvddemux.c:
22096           widths of 20 are not valid
22097
22098 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22101
22102         * po/LINGUAS:
22103         * po/it.po:
22104           Add Italian
22105
22106 2004-11-08  Wim Taymans  <wim@fluendo.com>
22107
22108         * gst/playback/README:
22109         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22110         * gst/playback/gstplaybasebin.c: (probe_triggered),
22111         (gst_play_base_bin_change_state):
22112         Updated README, added more comments for fixmes etc..
22113
22114 2004-11-08  Wim Taymans  <wim@fluendo.com>
22115
22116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22117         We can remove this hack now.
22118
22119 2004-11-08  Wim Taymans  <wim@fluendo.com>
22120
22121         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22122         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22123         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22124         Only mix AYUV for maximum quality.
22125
22126 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22127
22128         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22129         (gst_ogg_demux_push), (gst_ogg_pad_push):
22130           Let's act as if we're synchronized now! :).
22131         * ext/theora/theoradec.c: (theora_dec_chain):
22132           Add some debug.
22133
22134 2004-11-08  Wim Taymans  <wim@fluendo.com>
22135
22136         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22137         (gst_alpha_set_property), (gst_alpha_sink_link),
22138         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22139         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22140         (gst_alpha_init_params), (gst_alpha_chain):
22141         Implement alpha functions for AYUV too, this increases
22142         accuracy quite a bit.
22143
22144 2004-11-08  Wim Taymans  <wim@fluendo.com>
22145
22146         * gst/ffmpegcolorspace/avcodec.h:
22147         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22148         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22149         (gst_ffmpegcsp_avpicture_fill):
22150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22151         (gst_ffmpegcsp_caps_remove_format_info):
22152         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22153         (shrink12), (img_get_alpha_info), (deinterlace_line),
22154         (deinterlace_line_inplace):
22155         * gst/ffmpegcolorspace/imgconvert_template.h:
22156         Added AYUV colorspace and handle RGBA a bit more respectful.
22157
22158 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22159
22160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22161           Actually always send a discont (cornercase when resending the
22162           same serial-tagged chain twice).
22163
22164 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22165
22166         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22167         (gst_ximagesink_finalize):
22168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22169         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22170
22171 2004-11-08  Wim Taymans  <wim@fluendo.com>
22172
22173         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22174         Don't segfault on NULL data.
22175
22176 2004-11-08  Wim Taymans  <wim@fluendo.com>
22177
22178         * gst/playback/gstdecodebin.c: (unlinked):
22179         * gst/playback/gstplay-marshal.list:
22180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22181         (gst_play_base_bin_init), (group_create), (get_active_group),
22182         (get_building_group), (group_destroy), (group_commit),
22183         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22184         (add_element_stream), (no_more_pads), (probe_triggered),
22185         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22186         (state_change), (setup_source), (gst_play_base_bin_get_property),
22187         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22188         (gst_play_base_bin_link_stream),
22189         (gst_play_base_bin_get_streaminfo):
22190         * gst/playback/gstplaybasebin.h:
22191         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22192         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22193         Add support for chained ogg files. Prepare for playlist
22194         support. This patch introduces the concept of pad groups, which
22195         together compose one playable media file.
22196
22197 2004-11-07  David Schleef  <ds@schleef.org>
22198
22199         * testsuite/gst-lint: Check for pad templates that aren't statically
22200         scoped.
22201
22202 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22203
22204         * configure.ac:
22205         * ext/Makefile.am:
22206         * ext/musepack/Makefile.am:
22207         * ext/musepack/gstmusepackdec.cpp:
22208         * ext/musepack/gstmusepackdec.h:
22209         * ext/musepack/gstmusepackreader.cpp:
22210         * ext/musepack/gstmusepackreader.h:
22211           Add musepack decoder.
22212         * ext/faad/gstfaad.c: (gst_faad_base_init):
22213           Make pad templates static.
22214         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22215         (plugin_init):
22216           Add musepack typefinder, make mp3 typefinding work halfway stream,
22217           which doesn't actually work yet because id3demux doesn't implement
22218           _get_length().
22219
22220 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22221
22222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22223         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22224           Fix interrupt event handling (#144436).
22225
22226 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22227
22228         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22229           Hide unused glory.
22230
22231 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22232
22233         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22234
22235         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22236           Fix weird caps (#157548).
22237
22238 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22239
22240         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22241
22242         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22243           Add missing NULL terminator (#157543).
22244
22245 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * gst/tcp/gsttcp.h:
22248         * gst/tcp/gsttcpclientsink.c:
22249         * gst/tcp/gsttcpclientsrc.c:
22250         * gst/tcp/gsttcpserversink.c:
22251         * gst/tcp/gsttcpserversrc.c:
22252           ports can go up to 65535.  Move common defines to gsttcp.h
22253
22254 2004-11-05  Wim Taymans  <wim@fluendo.com>
22255
22256         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22257         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22258         Added two more colorspaces.
22259
22260 2004-11-05  Wim Taymans  <wim@fluendo.com>
22261
22262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22263         (gst_ffmpegcsp_avpicture_fill):
22264         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22265         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22266         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22267         More stride fixes.
22268
22269 2004-11-05  Wim Taymans  <wim@fluendo.com>
22270
22271         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22272         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22273         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22274         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22275         (gst_videomixer_loop):
22276         More stride fixes.
22277
22278 2004-11-05  Benjamin Otte  <otte@gnome.org>
22279
22280         * ext/mad/gstmad.c: (gst_mad_chain):
22281           don't overflow data buffer. Flush not needed sync data when syncing
22282           failed.
22283
22284 2004-11-04  Wim Taymans  <wim@fluendo.com>
22285
22286         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22287         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22288         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22289         (gst_alpha_init_params), (gst_alpha_chain),
22290         (gst_alpha_change_state):
22291         Updated the chroma keying algorithm with something more
22292         sophisticated.
22293
22294 2004-11-03  Wim Taymans  <wim@fluendo.com>
22295
22296         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22297         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22298         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22299         Fix stride issues. Does not completely work for odd
22300         heights.
22301
22302 2004-11-03  Wim Taymans  <wim@fluendo.com>
22303
22304         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22305         (gst_alpha_chroma_key), (gst_alpha_chain):
22306         Fix stride issues. Does not completely work for odd
22307         heights.
22308
22309 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22310
22311         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22312         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22313         leak fixes
22314
22315 2004-11-03  Wim Taymans  <wim@fluendo.com>
22316
22317         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22318         (gst_ffmpegcsp_avpicture_fill):
22319         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22320         (avpicture_alloc):
22321         * gst/ffmpegcolorspace/imgconvert_template.h:
22322         Use correct _fill function to get correct strides.
22323
22324 2004-11-02  David Schleef  <ds@schleef.org>
22325
22326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22327         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22328         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22329         Change all g_print()s to debugging.  Add a bunch of consistency
22330         checks.
22331
22332 2004-11-02  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22335         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22336         (unlinked), (no_more_pads), (close_link):
22337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22338         (unknown_type), (add_element_stream), (new_decoded_pad),
22339         (removed_decoded_pad), (setup_source):
22340         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22341         (gst_stream_info_class_init), (gst_stream_info_init),
22342         (gst_stream_info_new), (gst_stream_info_dispose),
22343         (stream_info_mute_pad), (gst_stream_info_set_property),
22344         (gst_stream_info_get_property):
22345         * gst/playback/gststreaminfo.h:
22346         Fix playback of multiple files.
22347         a slightly different approach to handling dynamic pad removals.
22348         This one only looks at pads that we have linked.
22349
22350 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22351
22352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22353         free" warning from libc.
22354
22355 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22356
22357         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22358         (get_unconnected_element), (remove_starting_from), (pad_removed),
22359         (close_link):
22360           Implement support for dynamic pad changing. We listen to "live"
22361           pad removals (i.e. while playing) and re-setup autoplugging
22362           after that. Playbasebin/playbin need some more work for this
22363           to finally work, but decodebin supports (and replugs) chained
22364           ogg now.
22365
22366 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22367
22368         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22369         (gst_alsa_finalize):
22370         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22371         (gst_cdaudio_finalize):
22372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22373         (cdparanoia_finalize):
22374         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22375         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22376         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22377         (dvdreadsrc_finalize):
22378         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22379         (gst_flacdec_finalize):
22380         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22381         (gst_flacenc_finalize):
22382         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22383         (gst_gnomevfssink_finalize):
22384         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22385         (gst_gnomevfssrc_finalize):
22386         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22387         (gst_fameenc_finalize):
22388         * ext/nas/nassink.c: (gst_nassink_class_init),
22389         (gst_nassink_finalize):
22390         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22391         (gst_sdlvideosink_class_init):
22392         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22393         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22394         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22395         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22396         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22397         (gst_x_window_listener_dispose):
22398         * gst/audioscale/gstaudioscale.c:
22399         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22400         (play_on_demand_finalize):
22401         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22402         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22403         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22404         (cdplayer_finalize):
22405         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22406         (gst_glimagesink_class_init):
22407         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22408         (gst_osselement_finalize):
22409         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22410         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22411         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22412           Fixes a bunch of problems with finalize and dispose functions,
22413           either assumptions that dispose is only called once, or not calling
22414           the parent class dispose/finalize function
22415
22416 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22417
22418         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22419           added two api precondition guards
22420           use g_strdup with getenv to fix crash when using ENVVAR
22421
22422 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22423         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22424         (gst_esdsink_finalize):
22425         Use a finalize function, not dispose, and more importantly,
22426         call the parent class finalize function too
22427
22428 2004-11-01  Johan Dahlin  <johan@gnome.org>
22429
22430         * ext/ogg/gstoggdemux.c:
22431         * gst/tags/gstvorbistag.c:
22432         Plug leaks.
22433
22434 2004-10-31  Benjamin Otte  <otte@gnome.org>
22435
22436         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22437           lotsa memleaks today. But they're all small...
22438
22439 2004-10-31  Benjamin Otte  <otte@gnome.org>
22440
22441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22442           another memleak crushed
22443
22444 2004-10-31  Benjamin Otte  <otte@gnome.org>
22445
22446         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22447           fix memleak
22448
22449 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22450
22451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22452           Hack to prevent crash when going to READY inside signal handler
22453           while this function is active.
22454
22455 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22456
22457         * gst/ffmpegcolorspace/Makefile.am:
22458         * gst/ffmpegcolorspace/avcodec.h:
22459         * gst/ffmpegcolorspace/common.h:
22460         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22461         * gst/ffmpegcolorspace/dsputil.h:
22462         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22463         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22464         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22465         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22466         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22467         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22468         (gst_ffmpegcsp_avpicture_fill):
22469         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22471         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22472         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22473         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22474         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22475         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22476         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22477         * gst/ffmpegcolorspace/imgconvert.c:
22478         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22479         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22480         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22481         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22482         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22483         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22484         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22485         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22486         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22487         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22488         (grow21), (grow22), (grow41), (grow44), (conv411),
22489         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22490         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22491         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22492         (avpicture_free), (is_yuv_planar), (img_convert),
22493         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22494         (deinterlace_line_inplace), (deinterlace_bottom_field),
22495         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22496         * gst/ffmpegcolorspace/imgconvert_template.h:
22497         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22498         * gst/ffmpegcolorspace/mmx.h:
22499         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22500         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22501         (av_freep), (avcodec_get_context_defaults),
22502         (avcodec_alloc_context), (avcodec_init):
22503           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22504           handling plus update from ffmpeg CVS. Large clean-up.
22505
22506 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22507
22508         * gst/playback/Makefile.am:
22509           We need the marshallers for decodebin, too.
22510
22511 2004-10-30  David Schleef  <ds@schleef.org>
22512
22513         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22514           quicktime typefinding work with 64-bit offsets.
22515
22516 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22517
22518         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22519           Set EOS on the element when processing an EOS event.
22520         * ext/speex/gstspeexdec.h:
22521         * ext/speex/gstspeexenc.h:
22522           Only keep a const ptr to the mode
22523         * gst-libs/gst/riff/riff-media.c:
22524         (gst_riff_create_audio_caps_with_data),
22525         (gst_riff_create_audio_template_caps):
22526           Allow WMAV3, with up to 6 channels.
22527         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22528           Don't call gst_pad_set_event_function on a sink pad.
22529         * gst/mpegstream/gstdvddemux.c:
22530         (gst_dvd_demux_get_subpicture_stream),
22531         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22532           Copy the explicit caps that were set across to the cur_* pads,
22533           instead of trying to use a possibly non-existent negotiated caps.
22534           Reset the type of subpicture pads to UNKNOWN after calling
22535           init_stream, so that the caps get set.
22536
22537 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22538
22539         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22540
22541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22542           Don't touch buffer if it is of size 0 (fixes #151064).
22543
22544 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22545
22546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22547           Synchronized discont handling.
22548
22549 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22550
22551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22552         (gst_ogg_demux_push):
22553           Make seeking sort-of exact again (fixes #156387).
22554
22555 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22556
22557         * gst/playback/gstplaybasebin.c: (unknown_type),
22558         (add_element_stream), (new_decoded_pad),
22559         (gst_play_base_bin_change_state):
22560         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22561         (gst_stream_info_init), (gst_stream_info_new),
22562         (gst_stream_info_dispose), (gst_stream_info_get_property):
22563         * gst/playback/gststreaminfo.h:
22564           Make caps explicitely available. Makes testing for unsupported
22565           types possible. Improves error reporting.
22566
22567 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22568
22569         * gst/audioconvert/gstaudioconvert.c:
22570         (gst_audio_convert_buffer_to_default_format):
22571           Really don't touch read-only buffers (#156563).
22572
22573 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22574
22575         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22576
22577         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22578           Fix memleak (#155223).
22579
22580 2004-10-29  Wim Taymans  <wim@fluendo.com>
22581
22582         * gst/tcp/.cvsignore:
22583         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22584         (gst_multifdsink_class_init), (gst_multifdsink_init),
22585         (gst_multifdsink_add), (gst_multifdsink_remove),
22586         (gst_multifdsink_remove_client_link), (is_sync_frame),
22587         (gst_multifdsink_new_client),
22588         (gst_multifdsink_handle_client_write),
22589         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22590         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22591         (gst_multifdsink_get_property):
22592         * gst/tcp/gstmultifdsink.h:
22593         Added burst on connect sync_method, deprecated sync_clients,
22594         streamlined the sync code some more.
22595
22596 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22597
22598         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22599         (gst_play_base_bin_change_state):
22600           Improve error reporting.
22601
22602 2004-10-28  Wim Taymans  <wim@fluendo.com>
22603
22604         * gst/tcp/Makefile.am:
22605         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22606         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22607         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22608         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22609         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22610         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22611         (gst_fdset_wait):
22612         Added more locks around fdset structures. Fixed/reworked
22613         the poll array resizing code.
22614         Added stress test for fdset.
22615
22616 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22617
22618         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22619         fix build
22620
22621 2004-10-28  Benjamin Otte  <otte@gnome.org>
22622
22623         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22624           fix link function to always query channels and query width for
22625           floats
22626         * configure.ac:
22627           add equalizer dir
22628         * gst/equalizer/Makefile.am:
22629         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22630         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22631         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22632         (arg_to_scale), (setup_filter),
22633         (gst_iir_equalizer_compute_frequencies),
22634         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22635         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22636         (plugin_init):
22637           add an equalizer
22638
22639 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22640
22641         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22642
22643         * po/LINGUAS:
22644         * po/nb.po:
22645           Added Norwegian Bokmaal translation
22646
22647 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22648
22649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22650           Don't break on options (fixes #156488).
22651
22652 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22653
22654         * configure.ac:
22655         * ext/cdaudio/Makefile.am:
22656         * sys/Makefile.am:
22657           fix build on older automake
22658
22659 2004-10-26  Wim Taymans  <wim@fluendo.com>
22660
22661         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22662         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22663         Allow a little margin when negotiating the framerate.
22664
22665 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22666
22667         * gst/level/gstlevel.c:
22668           synchonised naming of pads and pad-templates
22669
22670 2004-10-26  Wim Taymans  <wim@fluendo.com>
22671
22672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22673         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22674         (_find_streams_check), (gst_ogg_demux_push):
22675         Fix EOS again. Needs to be done in a better way. We should not
22676         remove the pad if there is no new chained stream.
22677
22678 2004-10-26 Iain <iaingnome@gmail.com>
22679
22680         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22681         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22682         of the caps.
22683         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22684         pad.
22685         (interleave_release_pad): Remove the pad.
22686         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22687         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22688         the set device.
22689         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22690         attrs
22691         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22692         (gst_xvimagesink_finalize): Free the par.
22693
22694 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22695
22696         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22697         (gst_avimux_stop_file):
22698           First calculate the rate, and only then use it. Hdr.rate is a
22699           multiple and not a derivative of hdr.scale. Scale is not the
22700           same as blockalign but is solely related to rate.
22701
22702 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22705         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22706           Implement seeking.
22707
22708 2004-10-25  James Henstridge  <james@jamesh.id.au>
22709
22710         Reviewed by:  David Schleef  <ds@schleef.org>
22711
22712         * examples/gstplay/player.c: (got_stream_length), (main):
22713         * examples/seeking/cdplayer.c: (update_scale):
22714         * examples/seeking/seek.c: (format_value), (update_scale):
22715         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22716         (stop_seek):
22717         Build fixes on AMD64.
22718
22719 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22720
22721         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22722
22723         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22724         Fix for some v4l cards which hang in v4lsrc
22725
22726 2004-10-25  Wim Taymans  <wim@fluendo.com>
22727
22728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22729         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22730         Make sure to remove the pad when a new chain is
22731         encountered. Set some vars to NULL so we don't try
22732         to reference freed memory.
22733
22734 2004-10-25  Wim Taymans  <wim@fluendo.com>
22735
22736         * examples/seeking/Makefile.am:
22737         * examples/seeking/cdplayer.c: (update_scale):
22738         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22739         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22740         (format_value), (update_scale), (iterate), (start_seek),
22741         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22742         (print_usage), (main):
22743         Added some more examples, update others.
22744
22745 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22746
22747         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22748         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22749         * ext/theora/theoradec.c: (theora_dec_chain):
22750         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22751           Add codec-name metadata.
22752
22753 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22754
22755         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22756
22757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22758         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22759         * ext/alsa/gstalsamixertrack.h:
22760         * po/POTFILES.in:
22761           ALSA mixer track label internationalization (#154054).
22762
22763 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22764
22765         * ext/theora/theoradec.c: (theora_dec_chain):
22766           Export bitrate as metadata.
22767
22768 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22769
22770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22771         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22772         * ext/alsa/gstalsamixertrack.h:
22773           Fix names, fix loop.
22774
22775 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22776
22777         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22778         (speex_dec_convert):
22779           sinkconvert function so oggdemux can get the file length (totem).
22780
22781 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22782
22783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22784
22785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22786           Don't push incomplete packets.
22787         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22788           Fix MPEG-4 audio typefinding.
22789
22790 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * sys/v4l/Makefile.am:
22793         * sys/v4l/gstv4l.c: (plugin_init):
22794         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22795         (gst_v4lelement_init), (gst_v4lelement_dispose),
22796         (gst_v4lelement_change_state):
22797         * sys/v4l/gstv4lelement.h:
22798         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22799         (gst_v4l_xoverlay_close), (idle_refresh),
22800         (gst_v4l_xoverlay_set_xwindow_id):
22801         * sys/v4l/gstv4lxoverlay.h:
22802         * sys/v4l/v4l-overlay_calls.c:
22803         * sys/v4l/v4l_calls.h:
22804         * sys/v4l2/Makefile.am:
22805         * sys/v4l2/gstv4l2.c: (plugin_init):
22806         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22807         (gst_v4l2element_init), (gst_v4l2element_dispose),
22808         (gst_v4l2element_change_state):
22809         * sys/v4l2/gstv4l2element.h:
22810         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22811         (gst_v4l2_xoverlay_close), (idle_refresh),
22812         (gst_v4l2_xoverlay_set_xwindow_id):
22813         * sys/v4l2/gstv4l2xoverlay.h:
22814         * sys/v4l2/v4l2-overlay_calls.c:
22815         * sys/v4l2/v4l2_calls.h:
22816           Remove client-side overlay handling, use the X-server v4l plugin
22817           for that. Nicer overlay, less code. Also make the plugin
22818           compileable without X (but then without overlay, obviously).
22819           Makes xwindowlistener obsolete, should we remove that?
22820
22821 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22822
22823         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22824         (gst_osssrc_src_query):
22825         * sys/oss/gstosssrc.h:
22826           OK, so people want offset in DEFAULT. This time, actually fix all
22827           cases.
22828         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22829           Add FPS properly.
22830
22831 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22832
22833         * gst/asfdemux/gstasfmux.c:
22834         * gst/avi/gstavimux.c:
22835           Framerate.
22836
22837 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22838
22839         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22840           Fix properties (channel, norm, frequency).
22841
22842 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22845           Flag typo.
22846         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22847           No warnings.
22848
22849 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22850
22851         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22852           Fix hang.
22853
22854 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22855
22856         * sys/v4l2/gstv4l2element.h:
22857           Yet Another Hack (tm) for kernel header borkedness.
22858         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22859         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22860         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22861         (gst_v4l2src_change_state):
22862         * sys/v4l2/gstv4l2src.h:
22863         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22864         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22865           Fix caps, keep track of state, work.
22866
22867 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22870           Quiet.
22871
22872 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22873
22874         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22875           Don't mix bytes and samples.
22876
22877 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22878
22879         * ext/ogg/gstoggmux.c:
22880           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22881           and theora. Any is incorrect.
22882         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22883           Fix caps.
22884         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22885         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22886         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22887         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22888         * sys/v4l/gstv4lmjpegsrc.h:
22889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22890         (gst_v4lsrc_change_state):
22891         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22892         (gst_v4lmjpegsrc_capture_stop):
22893           Fix caps. Keep track of internal state. Work.
22894
22895 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22896
22897         * ext/Makefile.am:
22898           Fix the build fixes.
22899
22900 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22901
22902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22903         (gst_ogg_demux_src_event), (_find_chain_seek),
22904         (gst_ogg_pad_push):
22905           Check for pad availability before using it.
22906         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22907           Fix parsing of chained ogg. Needs more work on the decoder side.
22908
22909 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22910
22911         * gst/spectrum/Makefile.am:
22912         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22913         (idle_func):
22914           Fix demo and reenable it. Yes, I'm currently playing with audio
22915           analysis tools
22916
22917 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22918
22919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22920           We love it if files that start at zero work too...
22921
22922 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22923
22924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22925           Handle files with missing EOS headers.
22926
22927 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22928
22929         * gst/tcp/gsttcpserversink.c:
22930         (gst_tcpserversink_handle_server_read),
22931         (gst_tcpserversink_init_send):
22932         Zero some variables first (need for accept not to return EINVAL)
22933
22934 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22935
22936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22937         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22938         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22939         (theora_dec_chain):
22940         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22941         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22942           Seeking and querying finetune.
22943
22944 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22945
22946         * configure.ac:
22947         * ext/Makefile.am:
22948         * ext/raw1394/Makefile.am:
22949           fix the build
22950
22951 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22952
22953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22954           Wrong return.
22955         * gst/playback/Makefile.am:
22956         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22957         * gst/playback/gstplay-marshal.list:
22958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22959           Fix marshallers.
22960
22961 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22962
22963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22964           Silence.
22965
22966 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22967
22968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22969         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22970         (gst_ogg_pad_push):
22971           Yay for non-lineair granulepos in theora.
22972
22973 2004-10-18  Wim Taymans  <wim@fluendo.com>
22974
22975         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22976         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22977         * ext/dv/gstdvdec.h:
22978         Make sure we renegotiate aspect ratio when the camera switches.
22979
22980 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22983         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22984           Start at zero.
22985         * ext/theora/theoradec.c: (theora_dec_chain):
22986           Skip headers. Bad idea for chained ogg, but fixes seeking.
22987
22988 2004-10-18  Wim Taymans  <wim@fluendo.com>
22989
22990         * configure.ac:
22991         I swear, this is the last time I touch this.
22992
22993 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22996         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22997         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22998           Faster seeking.
22999         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23000           Time-to-default conversion.
23001         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23002           Don't error on unknown packets, just skip. We should probably
23003           read them if we want to support chained ogg.
23004
23005 2004-10-18  Wim Taymans  <wim@fluendo.com>
23006
23007         * configure.ac:
23008         Added cdaudio to wrong list.
23009
23010 2004-10-18  Wim Taymans  <wim@fluendo.com>
23011
23012         * configure.ac:
23013         Revive cdaudio.
23014
23015 2004-10-18  Wim Taymans  <wim@fluendo.com>
23016
23017         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23018         (gst_dvdec_video_link), (gst_dvdec_push):
23019         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23020         (gst_smokeenc_resync), (gst_smokeenc_chain):
23021         Fix mimetype on smoke encoder.
23022         Add aspect ratio to dvdec. Not sure if these
23023         values are correct though....
23024
23025 2004-10-18  Wim Taymans  <wim@fluendo.com>
23026
23027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23028         Fix vorbis property descriptions and ranges.
23029
23030 2004-10-18  Wim Taymans  <wim@fluendo.com>
23031
23032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23033         Really do nothing when no data is available.
23034         Go to the playing state when the stream is not seekable
23035         instead of failing.
23036
23037 2004-10-18  Wim Taymans  <wim@fluendo.com>
23038
23039         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23040         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23041         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23042         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23043         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23044         Added uri handler for cd://
23045         Port to new API.
23046
23047 2004-10-18  Wim Taymans  <wim@fluendo.com>
23048
23049         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23050         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23051         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23052         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23053         (remove_prerolls), (unknown_type), (add_element_stream),
23054         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23055         (gst_play_base_bin_remove_element),
23056         (gst_play_base_bin_link_stream):
23057         * gst/playback/gstplaybin.c: (gen_video_element),
23058         (gen_vis_element), (remove_sinks), (setup_sinks):
23059         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23060         (gst_stream_info_get_type), (gst_stream_info_class_init),
23061         (gst_stream_info_init), (gst_stream_info_new),
23062         (gst_stream_info_dispose), (stream_info_mute_pad),
23063         (gst_stream_info_set_property), (gst_stream_info_get_property):
23064         * gst/playback/gststreaminfo.h:
23065         Add sink padtemplate to decodebin.
23066         Added some more comments.
23067         Make queue size configurable in playbasebin.
23068         Added possibility to use elements as sinks (ex cdaudio).
23069
23070 2004-10-15  Wim Taymans  <wim@fluendo.com>
23071
23072         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23073         (gst_speexenc_chain):
23074         Fix speex timestamps so that it gets muxed properly.
23075
23076 2004-10-15  Wim Taymans  <wim@fluendo.com>
23077
23078         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23079         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23080         (gst_dv1394src_init), (gst_dv1394src_dispose),
23081         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23082         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23083         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23084         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23085         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23086         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23087         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23088         * ext/raw1394/gstdv1394src.h:
23089         Added conversion/query functions.
23090         Update buffer timestamps,
23091         Added signals.
23092         Added uri dv:// so it might play from the firewire in playbin.
23093         Fix a possible leak.
23094         Added debugging.
23095
23096 2004-10-15  Wim Taymans  <wim@fluendo.com>
23097
23098         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23099         (gst_dv1394src_init), (gst_dv1394src_set_property),
23100         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23101         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23102         * ext/raw1394/gstdv1394src.h:
23103         Added AV/C VTR control support needed for some cameras.
23104         Added automatic port detection.
23105         Added properties for selecting the channel.
23106         The configure.ac script is not yet updated to reflect the
23107         new libavc1394 and librom1394 dependencies.
23108
23109 2004-10-15  Wim Taymans  <wim@fluendo.com>
23110
23111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23112         (qtdemux_parse), (gst_qtdemux_handle_esds):
23113         An esds box is not a container.
23114         Fix parsing of mp4v boxes.
23115         Do not try to renegotiate fps for each frame. Need to
23116         find a better method. This should fix mp4 playback.
23117
23118 2004-10-14  David Schleef  <ds@schleef.org>
23119
23120         * configure.ac: update for swfdec-0.3 and liboil-0.2
23121         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23122         * ext/swfdec/gstswfdec.h: same
23123         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23124         * gst/videotestsrc/videotestsrc.c: same
23125
23126 2004-10-14  Wim Taymans  <wim@fluendo.com>
23127
23128         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23129         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23130         (is_sync_frame), (gst_multifdsink_new_client),
23131         (gst_multifdsink_handle_client_write),
23132         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23133         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23134         Turn warnings into info.
23135         Don't allow a state change in the streaming thread.
23136
23137 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23138
23139         * ext/vorbis/oggvorbisenc.c:
23140         * ext/vorbis/vorbisdec.c:
23141           fix template sample rate
23142
23143 2004-10-13  Wim Taymans  <wim@fluendo.com>
23144
23145         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23146         Decoding the header first fixes some problems in resyncing
23147         in more mp3s.
23148
23149 2004-10-12  Wim Taymans  <wim@fluendo.com>
23150
23151         * gst/playback/gstplaybin.c: (gen_video_element),
23152         (gen_vis_element), (remove_sinks), (setup_sinks):
23153         Added vis plugin support, need to configure the vis
23154         element to activate it.
23155
23156 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23157
23158         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23159         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23160           Some debug.
23161         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23162         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23163         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23164         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23165         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23166         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23167         * gst/avi/gstavidemux.h:
23168           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23169           recovery (where, if part of the index is broken, we will still read
23170           the rest of the index and recover the broken part by stream
23171           scanning). More broken media support. EOS workarounds. General AVI
23172           braindamage headache recovery. Aspirin included.
23173
23174 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23175
23176         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23177         (cdparanoia_event), (cdparanoia_query):
23178           Get rid of hideous lead-in.
23179
23180 2004-10-11  Wim Taymans  <wim@fluendo.com>
23181
23182         * gst/playback/gstplaybasebin.c: (setup_source):
23183         Wrong var used to get g_list_next.
23184
23185 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23186
23187         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23188         (cdparanoia_get), (cdparanoia_open):
23189           Report discid as metadata, add duration.
23190
23191 2004-10-11  Wim Taymans  <wim@fluendo.com>
23192
23193         * gst/playback/gstplaybasebin.c: (setup_source):
23194         Cleanup the previous pipeline a little earlier for the
23195         case that a source element provides raw data.
23196
23197 2004-10-11  Benjamin Otte  <otte@gnome.org>
23198
23199         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23200           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23201           consuming the last 128 bytes, even though it was valid mp3 data.
23202
23203 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23204
23205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23206         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23207         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23208         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23209
23210 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23211
23212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23213         Fix for webcams that support only specific width or height
23214
23215 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23216
23217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23218
23219         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23220           Fix wrong discont event setup (fixes #154967).
23221
23222 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23223
23224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23225
23226         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23227           Error out on invalid data (fixes #154807).
23228
23229 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23230
23231         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23232
23233         * ext/dvdread/dvdreadsrc.c: (_read):
23234           Make titles > 0 work again (fixes #154834).
23235
23236 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23237
23238         * gst-libs/gst/riff/riff-media.c:
23239         (gst_riff_create_video_template_caps):
23240           WMV3 missing in template caps.
23241
23242 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23243
23244         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23245           OK, so the original code was too strict. It makes random AVI files
23246           hang for seconds upon opening, which is unacceptable and is far
23247           beyond the original goal of getting multiple chunks for one-chunk
23248           sounc stream files. So now do just that.
23249
23250 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23251
23252         * gst/playback/gstplaybasebin.c: (setup_source),
23253         (gst_play_base_bin_change_state):
23254           Actually clean up streaminfo if output fails. This would trigger
23255           if, for example, there was no CD in the drive. No preroll, so
23256           a streaminfo structure is created, but the subsequent state change
23257           of the thread fails.
23258         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23259           Don't change state if parent failed.
23260
23261 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23262
23263         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23264         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23265         (gen_video_element), (remove_sinks):
23266           Add small bits of code for screenshot handling.
23267
23268 2004-10-08  Wim Taymans  <wim@fluendo.com>
23269
23270         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23271         (gen_video_element), (gen_audio_element), (setup_sinks):
23272         Don't assume the user provided sinks are named "sink"...
23273
23274 2004-10-08  Wim Taymans  <wim@fluendo.com>
23275
23276         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23277         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23278         (gst_play_base_bin_link_stream):
23279         Do not try to autoplug sources that generate raw streams like
23280         cdparanoia.
23281         disconnect the preroll overrun signal when we don't need it anymore.
23282
23283 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23284
23285         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23286         Added reworked patch from #154903 from milosz derezynski (deadchip).
23287
23288 2004-10-08  Wim Taymans  <wim@fluendo.com>
23289
23290         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23291         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23292         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23293         (cdparanoia_convert), (cdparanoia_uri_get_type),
23294         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23295         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23296         * ext/cdparanoia/gstcdparanoia.h:
23297         This adds the cdda://<tracknum> uri.
23298
23299 2004-10-08  Wim Taymans  <wim@fluendo.com>
23300
23301         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23302         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23303         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23305         (unknown_type), (gst_play_base_bin_remove_element),
23306         (gst_play_base_bin_link_stream):
23307         * gst/playback/gstplaybasebin.h:
23308         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23309         (gst_play_bin_set_property), (gen_video_element),
23310         (gen_audio_element), (setup_sinks):
23311         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23312         (gst_stream_info_get_type), (gst_stream_info_class_init),
23313         (gst_stream_info_init), (gst_stream_info_new),
23314         (gst_stream_info_dispose), (stream_info_mute_pad),
23315         (gst_stream_info_set_property), (gst_stream_info_get_property):
23316         * gst/playback/gststreaminfo.h:
23317         Reuse the audio and video bins.
23318         Some internal cleanups in the stream selection code.
23319
23320 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23321
23322         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23323         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23324         * sys/ximage/ximagesink.h:
23325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23326         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23327         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23328         not coming from those elements. Moreover these elements should not keep
23329         the xid they have been given when in NULL state.
23330
23331 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23332
23333         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23334         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23335         * sys/ximage/ximagesink.h:
23336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23337         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23338         * sys/xvimage/xvimagesink.h:
23339           Actually only create a new toplevel window if we're not gonna
23340           embed it right after.
23341
23342 2004-10-07  Wim Taymans  <wim@fluendo.com>
23343
23344         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23345         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23346         * gst/playback/gstplaybin.c: (setup_sinks):
23347         Implement muting/unmuting of streams, mute streams that are not
23348         used.
23349
23350 2004-10-07  Wim Taymans  <wim@fluendo.com>
23351
23352         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23353         (plugin_init):
23354         Added lame audio/x-ac3 typefind function.
23355
23356 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23357
23358         * configure.ac:
23359           bump nano to cvs
23360
23361 === release 0.8.5 ===
23362
23363 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23364
23365         * NEWS:
23366         * RELEASE:
23367         * configure.ac:
23368           releasing 0.8.5, "Take You On"
23369
23370 2004-10-06  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23373         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23374         (no_more_pads), (close_link), (type_found):
23375         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23376         * gst/playback/gstplaybin.c: (gen_video_element):
23377         Do not signal the no_more_pads after the first pad when
23378         we are plugging a non dynamic element with multiple
23379         output pads (like swfdec, dvdec, ...).
23380
23381 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * configure.ac:
23384           bump for prerelease
23385
23386 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23387
23388         * gst/wavparse/gstwavparse.c:
23389           add ATRAC3 to STATIC CAPS to fix a warning
23390
23391         * gst/matroska/ebml-read.c:
23392         * gst-libs/gst/riff/riff-read.c:
23393           fix typos
23394
23395 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23396
23397         * gst-libs/gst/riff/riff-media.c:
23398           generate caps for ATRAC3 audio streams
23399
23400         * gst/realmedia/rmdemux.c:
23401           generate caps for ATRAC3 audio streams
23402
23403 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23404
23405         * gst/wavparse/Makefile.am
23406         * gst/wavparse/riff.h
23407         * gst/wavparse/wavparse.vcproj
23408           riff.h removal (unused and duplication with riff-ids.h)
23409
23410 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23411
23412         * gst/wavparse/gstwavparse.h
23413           remove duplicated defines for audio codec codes
23414
23415         * gst-libs/gst/riff/riff-ids.h
23416         * gst/wavenc/riff.h:
23417           add "4CC" code for ATRAC3 audio streams
23418           add "4CC" code for ITU_G721_ADPCM (unused for now)
23419
23420 2004-10-06  Wim Taymans  <wim@fluendo.com>
23421
23422         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23423         Actually _do_ negotiation. Pass gdouble as arg instead
23424         of guint64 for the framerate.
23425
23426 2004-10-06  Wim Taymans  <wim@fluendo.com>
23427
23428         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23429         (find_compatibles), (close_pad_link), (try_to_link_1),
23430         (no_more_pads), (close_link), (type_found):
23431         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23432         * gst/playback/gstplaybin.c: (gen_video_element),
23433         (gen_audio_element):
23434         Set state on newly added element to READY so that negotiation
23435         can happen ASAP.
23436         Addes some more debug info.
23437         Do not try to plug pads with multiple caps structures or ANY
23438         because it is too dangerous since we do not do dynamic
23439         replugging.
23440
23441 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23442
23443         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23444
23445         * po/LINGUAS:
23446         * po/or.po:
23447           add Oriya translation
23448
23449 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23450
23451         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23452           Prevent overwrite of size member. Makes audio sound crappy.
23453
23454 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23455
23456         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23457         Add rmvb to the list of known RealMedia extensions
23458
23459 2004-10-05  Wim Taymans  <wim@fluendo.com>
23460
23461         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23462         (mngdec_openstream), (mngdec_closestream),
23463         (mngdec_handle_sink_event), (mngdec_readdata),
23464         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23465         (mngdec_getcanvasline), (mngdec_refresh),
23466         (gst_mngdec_change_state):
23467         Set the framerate correctly.
23468
23469 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23470
23471         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23472           There was something wrong with the index massaging.
23473
23474 2004-10-04  Wim Taymans  <wim@fluendo.com>
23475
23476         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23477         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23478         (gst_smokedec_chain):
23479         * ext/jpeg/gstsmokedec.h:
23480         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23481         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23482         * ext/jpeg/gstsmokeenc.h:
23483         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23484         (smokecodec_decode_new), (smokecodec_info_free),
23485         (smokecodec_set_quality), (smokecodec_get_quality),
23486         (smokecodec_set_threshold), (smokecodec_get_threshold),
23487         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23488         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23489         (smokecodec_encode), (smokecodec_parse_id),
23490         (smokecodec_parse_header), (smokecodec_decode):
23491         * ext/jpeg/smokecodec.h:
23492         * ext/jpeg/smokeformat.h:
23493         Updated smoke, new bitstream, allows embedding in ogg.
23494
23495 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23496
23497         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23498           Fix seeking in some files. All this code is no longer needed (and
23499           actually breaks stuff) because we now synchronize the full index
23500           right when reading the header.
23501
23502 2004-10-04  Wim Taymans  <wim@fluendo.com>
23503
23504         * configure.ac:
23505         configure update for libmng.
23506
23507 2004-10-04  Wim Taymans  <wim@fluendo.com>
23508
23509         * ext/libmng/Makefile.am:
23510         * ext/libmng/gstmng.c: (plugin_init):
23511         * ext/libmng/gstmng.h:
23512         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23513         (gst_mngdec_base_init), (gst_mngdec_class_init),
23514         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23515         (gst_mngdec_loop), (gst_mngdec_get_property),
23516         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23517         (mngdec_closestream), (mngdec_handle_sink_event),
23518         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23519         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23520         (gst_mngdec_change_state):
23521         * ext/libmng/gstmngdec.h:
23522         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23523         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23524         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23525         (gst_mngenc_chain), (gst_mngenc_get_property),
23526         (gst_mngenc_set_property):
23527         * ext/libmng/gstmngenc.h:
23528         Added basic MNG decoder. Needs more work. The encoder does
23529         not work yet.
23530
23531 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23532
23533         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23534         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23535         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23536           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23537           no-more-pads.
23538
23539 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23540
23541         * configure.ac:
23542           you need at least 1.0.4 of speex
23543
23544 2004-10-04 Iain <iaingnome@gmail.com>
23545
23546         * ext/speex/gstspeexdec.h: Revert the includes changes.
23547
23548         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23549
23550 2004-09-30 Iain <iaingnome@gmail.com>
23551
23552         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23553         found during init or set as a property instead of hardcoding /dev/audio
23554
23555 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23556
23557         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23558         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23559         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23560         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23561         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23562         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23563         (gst_rmdemux_dump_data):
23564           Use debug category, fix EOS handling. filesrc ! rmdemux now
23565           works.
23566
23567 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23568
23569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23570         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23571         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23572           Improve allocation, cutting and sorting of the index. How takes a
23573           few seconds instead of minutes.
23574
23575 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23576
23577         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23578           fixed compilation
23579
23580 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23581
23582         * gst-libs/gst/riff/riff-media.c:
23583         (gst_riff_create_video_caps_with_data),
23584         (gst_riff_create_video_template_caps):
23585           Add wing commander format mimetype/fourccs.
23586         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23587           Don't crash if some value is 0.
23588
23589 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23590
23591         * gst-libs/gst/riff/riff-media.c:
23592         (gst_riff_create_video_caps_with_data),
23593         (gst_riff_create_video_template_caps):
23594           Add DIB fourcc (raw, palettized 8-bit RGB).
23595         * gst-libs/gst/riff/riff-read.c:
23596         (gst_riff_read_strf_vids_with_data):
23597           Oops, fix strf_data reading bug.
23598         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23599           Use a non-NULL tag.
23600         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23601           Time for hacks. Sorry Dave. At least one quicktime movie (a
23602           trailer) that I've encountered contains multiple video tracks.
23603           One of those is the actual video track, the other are one-frame
23604           tracks (images). Unfortunately, the number of frames according
23605           to the trak header is 1 for each, so that doesn't help. So
23606           instead, I look at the duration and discard tracks with a
23607           duration shorter than 20% of the length of the stream. Better
23608           than nothing.
23609
23610 2004-10-01  Christian Schaller <christian@fluendo.com>
23611
23612         * ext/ivorbis/vorbis.c:
23613           Patch from Phil Blundell (Bug 152341)
23614
23615 2004-10-01  Wim Taymans  <wim@fluendo.com>
23616
23617         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23618         (speex_dec_get_formats), (speex_dec_convert),
23619         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23620         (speex_dec_chain), (gst_speexdec_get_property),
23621         (gst_speexdec_set_property):
23622         Small cleanups.
23623
23624 2004-10-01  Wim Taymans  <wim@fluendo.com>
23625
23626         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23627         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23628         (gst_wavparse_other), (gst_wavparse_loop),
23629         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23630         (gst_wavparse_srcpad_event):
23631         * gst/wavparse/gstwavparse.h:
23632         Added some more debugging info.
23633         Fix the case where the length of the file is 0.
23634         Make sure we seek to sample borders.
23635
23636 2004-10-01  Wim Taymans  <wim@fluendo.com>
23637
23638         * gst/playback/README:
23639         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23640         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23641         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23642         Add some debug info to decodebin, update README
23643
23644 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23645
23646         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23647           Don't use g_print(); use GST_DEBUG().
23648
23649 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23652         (gst_ogg_mux_queue_pads):
23653           Handle EOS properly.
23654
23655 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23656
23657         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23658
23659         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23660         (gst_faad_chain), (gst_faad_change_state):
23661         * ext/faad/gstfaad.h:
23662           Allow playback of raw (unframed) MPEG AAC files (#148993).
23663
23664 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23665
23666         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23669           Throw error if we didn't recognize the stream. Fixes #152289.
23670
23671 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23672
23673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23674           Fix negotiation.
23675
23676 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23677
23678         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23681           Fix memleak.
23682
23683 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23684
23685         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23686
23687         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23688           Solve #152805.
23689         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23690           Solve 152806.
23691
23692 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23693
23694         * gst-libs/gst/riff/riff-media.c:
23695         (gst_riff_create_video_caps_with_data),
23696         (gst_riff_create_audio_caps_with_data):
23697           Add codec_data handling (like asfdemux used to do).
23698         * gst/asfdemux/gstasf.c: (plugin_init):
23699         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23700         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23701           Use riff-media for caps creation instead of our own (mostly
23702           broken) copy of its functions.
23703
23704 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23705
23706         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23707           Don't actually error out if we get another return value than
23708           -EINVAL. Opposite to what I first thought, drivers have random
23709           return values for this, although -EINVAL is the expected return
23710           value. Since this is not fatal, we shouldn't use
23711           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23712
23713 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23714
23715         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23716         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23717         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23718         (dvdreadsrc_get), (dvdreadsrc_open_file),
23719         (dvdreadsrc_change_state):
23720           Fix. Don't do one big huge loop around the whole DVD, that will
23721           cache all data and thus eat sizeof(dvd) (several GB) before we
23722           see something.
23723         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23724           Actually NULL'ify event after using it.
23725         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23726         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23727         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23728         (gst_ebml_read_seek), (gst_ebml_read_skip):
23729           Handle events.
23730         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23731         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23732         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23733           Fix timing (this will probably break if I seek using menus, but
23734           I didn't get there yet). VOBs and normal DVDs should now work.
23735           Add a mpeg2-only pad with high rank so this get autoplugged for
23736           MPEG-2 movies.
23737         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23738         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23739         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23740         (gst_mpeg_demux_get_audio_stream),
23741         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23742         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23743           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23744           MPEG-1 but use dvddemux for MPEG-2.
23745         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23746         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23747         (gst_mpeg_parse_parse_packhead):
23748           Timing. Only add pad template if it exists. Add sink template from
23749           class and not from ourselves. This means we will always use the
23750           correct sink template even if it is not the one defined in this
23751           file.
23752
23753 2004-09-29  Wim Taymans  <wim@fluendo.com>
23754
23755         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23756         (gst_mpeg_demux_parse_pes):
23757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23758         Fix playback of mpeg again, timestamps where screwed up by
23759         patch 1.61.
23760
23761 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23762
23763         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23764           Only return true if we actually filled something in. Prevents
23765           player applications from showing a random length for flac files.
23766         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23767         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23768         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23769         (gst_riff_read_strf_vids_with_data),
23770         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23771           OK, ok, so I implemented event handling. Apparently it's normal
23772           that we receive random events at random points without asking
23773           for it.
23774         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23775         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23776         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23777         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23778         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23779         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23780         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23781         * gst/avi/gstavidemux.h:
23782           Implement non-lineair chunk handling and subchunk processing.
23783           The first solves playback of AVI files where the audio and video
23784           data of individual buffers that we read are not synchronized.
23785           This should not happen according to the wonderful AVI specs, but
23786           of course it does happen in reality. It is also a prerequisite for
23787           the second. Subchunk processing allows us to cut chunks in small
23788           pieces and process each of these pieces separately. This is
23789           required because I've seen several AVI files with incredibly large
23790           audio chunks, even some files with only one audio chunk for the
23791           whole file. This allows for proper playback including seeking.
23792           This patch is supposed to fix all AVI A/V sync issues.
23793         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23794         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23795           Work.
23796         * gst/modplug/gstmodplug.cc:
23797           Proper return value setting for the query() function.
23798         * gst/playback/gstplaybasebin.c: (setup_source):
23799           Being in non-playing state (after, e.g., EOS) is not necessarily
23800           a bad thing. Allow for that. This fixes playback of short files.
23801           They don't actually playback fully now, because the clock already
23802           runs. This means that small files (<500kB) with a small length
23803           (<2sec) will still not or barely play. Other files, such as mod
23804           or flx, will work correctly, however.
23805
23806 2004-09-28  Wim Taymans  <wim@fluendo.com>
23807
23808         * ext/speex/gstspeex.c: (plugin_init):
23809         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23810         (gst_speex_dec_class_init), (speex_dec_get_formats),
23811         (speex_get_event_masks), (speex_get_query_types),
23812         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23813         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23814         (gst_speexdec_get_property), (gst_speexdec_set_property),
23815         (speex_dec_change_state):
23816         * ext/speex/gstspeexdec.h:
23817         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23818         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23819         (gst_speexenc_base_init), (gst_speexenc_class_init),
23820         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23821         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23822         (gst_speexenc_src_query), (gst_speexenc_init),
23823         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23824         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23825         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23826         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23827         (gst_speexenc_chain), (gst_speexenc_get_property),
23828         (gst_speexenc_set_property), (gst_speexenc_change_state):
23829         * ext/speex/gstspeexenc.h:
23830         Rewrote speex encoder, make sure it can be embedded in ogg.
23831         Implemented speex decoder.
23832
23833 2004-09-28  Christian Schaller <christian@fluendo.com>
23834
23835         * configure.ac:
23836         Remove kioslave plugin. Markey is brewing a new working one
23837         * ext/Makefile.am: Remove kioslave plugin
23838         * ext/kio: remove
23839         * gst-plugins.spec.in: remove kio plugin from spec
23840
23841 2004-09-27  Wim Taymans  <wim@fluendo.com>
23842
23843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23844         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23845         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23846         (gst_multifdsink_new_client),
23847         (gst_multifdsink_handle_client_write),
23848         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23849         (gst_multifdsink_handle_clients):
23850         * gst/tcp/gstmultifdsink.h:
23851         Make syncing to keyframes actually work for new clients and lagging
23852         clients.
23853
23854 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23855
23856         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23857         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23858         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23859         * gst/debug/gstnavigationtest.h:
23860           make navigationtest display button-press and button-release events
23861
23862 2004-09-26 Iain <iaingnome@gmail.com>
23863
23864         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23865         the channels have received a new media event.
23866         (interleave_buffered_loop): Compresses a new media event on all
23867         channels into one.
23868
23869 2004-09-26 Iain <iaingnome@gmail.com>
23870
23871         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23872         call the sinkpad's default event handler and not the srcpads. He also
23873         says this is confusing :)
23874         (gst_wavenc_stop_file): Company says that seek events only go upstream
23875         we should send a discontinuous downstream instead.
23876
23877 2004-09-25  Christian Schaller <christian@fluendo.com>
23878
23879         * Update SPEC file to be usable in conjunction with Fedora Core,
23880           Fedora.us and freshrpms packages
23881         * Fix typo in multifilesrc test Makefile
23882
23883 2004-09-24  Wim Taymans  <wim@fluendo.com>
23884
23885         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23886         Only signal the no_more_pads signal when we have
23887         added the stream to our list.
23888
23889 2004-09-24  Wim Taymans  <wim@fluendo.com>
23890
23891         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23892         (new_decoded_pad):
23893         * gst/playback/gstplaybasebin.h:
23894         * gst/playback/gstplaybin.c: (setup_sinks):
23895         Don't try to preroll or decode more than one audio/video
23896         track.
23897
23898 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23899
23900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23901           Throw error if we failed to find a suitable output. This should
23902           throw an error if we successfully set up a pipeline (e.g. because
23903           we recognized a media file) but found no decodable streams in it
23904           (e.g. because it contains only media stream types for which we
23905           have no decoders, or because it's not a media type).
23906
23907 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23908
23909         * ext/dirac/Makefile.am:
23910         * ext/dirac/gstdirac.cc:
23911         * ext/dirac/gstdiracdec.cc:
23912         * ext/dirac/gstdiracdec.h:
23913           Do something. Don't actually know if this works because I don't
23914           have a demuxer yet.
23915         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23916           Add channels=1 to caps returned from _getcaps().
23917         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23918         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23919         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23920         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23921         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23922         (gst_ogm_parse_change_state):
23923           Separate between audio/video so ogmaudioparse actually uses the
23924           audio pad templates. Both audio and video work now, including
23925           autoplugging. Also use sometimes-srcpad hack.
23926         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23927           Handle events better. Don't hang on infinite loops.
23928         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23929         (gst_avi_demux_init), (gst_avi_demux_reset),
23930         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23931         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23932         (gst_avi_demux_change_state):
23933         * gst/avi/gstavidemux.h:
23934           Improve A/V sync. Still not perfect.
23935         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23936         (gst_ebml_read_skip):
23937           Handle events better.
23938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23939         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23940         (qtdemux_audio_caps):
23941           Add IMA4. Improve event handling. Save offset after a seek when
23942           the headers are at the end of the file so that we don't end up in
23943           an infinite loop.
23944         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23945           Add low-priority typefind support for files with no length.
23946
23947 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23948
23949         * testsuite/multifilesink/Makefile.am:
23950         fix typo
23951
23952 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23953
23954         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23956         mistakes from thaytan's patches.
23957
23958 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23959
23960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23961           For completeness, XSync in the destroy function as xvimage does.
23962
23963 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23964
23965         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23966            Correct caps negotiation
23967         * gst/volume/gstvolume.c: (volume_chain_float),
23968         (volume_chain_int16):
23969            Modify debug output to be little more informative
23970         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23972         (gst_xvimagesink_xvimage_destroy):
23973           Add XSync calls after detaching from the shared memory segment to
23974           avoid a crash.
23975
23976 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23977
23978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23979         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23980         * ext/vorbis/vorbis.c: (plugin_init):
23981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23982         (gst_vorbisenc_chain):
23983         * ext/vorbis/vorbisenc.h:
23984         remove explicit newmedia support from oggmux and vorbisenc
23985         add debug category to vorbisenc
23986         * gst/multifilesink/gstmultifilesink.c:
23987         (gst_multifilesink_class_init), (gst_multifilesink_init),
23988         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23989         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23990         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23991         (plugin_init):
23992         * gst/multifilesink/gstmultifilesink.h:
23993         add support for streamheader in multifilesink
23994
23995 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23996
23997         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23998         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23999         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24000           Prevent infinite loops. More correct error reporting.
24001         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24002           Error out if negotiation fails.
24003         * gst/playback/gstplaybasebin.c: (setup_source),
24004         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24005         (gst_play_base_bin_found_tag):
24006           Error/tag forwarding. Pre-roll fixes for source errors on state
24007           changes (e.g. "file does not exist") to prevent hangs.
24008
24009 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24010
24011         * testsuite/multifilesink/Makefile.am:
24012         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24013         (gst_newmedia_class_init), (gst_newmedia_init),
24014         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24015         (newfile_signal), (test_signal), (main):
24016         * testsuite/multifilesink/multifilesrc_test.c: (main):
24017         * testsuite/multifilesink/oggtheora_test.c:
24018         (gst_newmedia_base_init), (gst_newmedia_class_init),
24019         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24020         (test_format), (newfile_signal), (test_signal), (main):
24021         * testsuite/multifilesink/oggvorbis_test.c:
24022         (gst_newmedia_base_init), (gst_newmedia_class_init),
24023         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24024         (test_format), (newfile_signal), (test_signal), (main):
24025         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24026         (gst_newmedia_class_init), (gst_newmedia_init),
24027         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24028         (newfile_signal), (test_signal), (main):
24029         New media tests
24030
24031 2004-09-20  Christian Schaller <christian@fluendo.com>
24032
24033         * Fix mikmod license to LGPL as they have relicensed
24034         * Move Dirac and Effectv into LGPL section of README_license
24035
24036 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24037
24038         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24039         (gst_mad_change_state):
24040           Allow for mp3 rate/channels changes. However, only very
24041           conservatively. Reason that we *have* to enable this is smiply
24042           because the mad find_sync() function is not good enough, it will
24043           regularly sync on random data as valid frames and therefore make
24044           us provide random caps as *final* caps of the stream. The best fix
24045           I could think of is to simply require several of the same stream
24046           changes in a row before we change caps.
24047           The actual testcase that works now is #
24048         * ext/ogg/Makefile.am:
24049         * ext/ogg/gstogg.c: (plugin_init):
24050         * ext/ogg/gstogmparse.c:
24051           OGM support (video only for now; I need an audio sample file).
24052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24053         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24054         (gst_asf_demux_add_video_stream):
24055           WMV extradata.
24056         * gst/playback/gstplaybasebin.c: (unknown_type):
24057           Don't error out on single unknown-types after all. It's wrong.
24058           If we found type of video and audio but not of a subtitle stream,
24059           it will still error out (which is unwanted). Will find a better fix
24060           later on.
24061         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24062         (ogmaudio_type_find), (plugin_init):
24063           OGM support.
24064
24065 2004-09-20  Johan Dahlin  <johan@gnome.org>
24066
24067         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24068         after setting caps.
24069
24070 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24071
24072         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24073         * gst/wavenc/gstwavenc.h:
24074         Added newmedia support to wavenc
24075
24076 2004-09-17  Wim Taymans  <wim@fluendo.com>
24077
24078         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24079         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24080         (gst_fdset_fd_can_write), (gst_fdset_wait):
24081         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24082         (gst_multifdsink_init), (gst_multifdsink_add),
24083         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24084         (gst_multifdsink_remove_client_link),
24085         (gst_multifdsink_client_queue_buffer),
24086         (gst_multifdsink_handle_client_write),
24087         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24088         (gst_multifdsink_close), (gst_multifdsink_change_state):
24089         * gst/tcp/gstmultifdsink.h:
24090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24091         (gst_tcpserversink_removed):
24092         Small cleanups in fdset.c
24093         Use a hastable to map fd to the client structure for faster
24094         lookup in _remove and get_stats.
24095         Added virtual function to close the fds.
24096         Handle clients even when the select/poll call was unblocked because
24097         of a command.
24098         Implement syncing to keyframe in the recovery procedure.
24099
24100 2004-09-16 Iain <iaingnome@gmail.com>
24101
24102         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24103         try caps.
24104
24105 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24106
24107         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24108           Caps are only set if the type of the stream is unknown, but this
24109           is initialized in ->init_stream(), so set to UNKNOWN after calling
24110           ->init_stream() so that capsnego starts.
24111
24112 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24113
24114         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24115         (gst_avi_demux_stream_data):
24116           Just hardcode for raw audio then. AVI audio sucks.
24117
24118 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24119
24120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24121         * gst/matroska/matroska-mux.c: (audiosink_templ),
24122         (gst_matroska_mux_audio_pad_link):
24123         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24124         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24125
24126 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24127
24128         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24129         (gst_avi_demux_stream_data):
24130           Try to fix a/v sync issues.
24131
24132 2004-09-15  David Schleef  <ds@schleef.org>
24133
24134         * configure.ac: remove NASM check, since we don't use it.  Update
24135         dirac check to 0.4
24136         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24138         Initialized variables.
24139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24140         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24141         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24142         SVQ3 format
24143
24144 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24145
24146         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24147         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24148         * gst/avi/gstavidemux.h:
24149           Fix for compressed audio (mp3) timestamp generation. How did this
24150           ever work?
24151
24152 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24153
24154         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24155           Volume is a double not a float.
24156
24157 2004-09-15  Wim Taymans  <wim@fluendo.com>
24158
24159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24160         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24161         Don't close the fd in multifdsink as we didn't open it in the
24162         first place. Some cleanups.
24163
24164 2004-09-15  Wim Taymans  <wim@fluendo.com>
24165
24166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24168         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24169         Fix the case where the muxer would mark pages as delta
24170         frames when they are not (vorbis only ogg).
24171
24172 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24173
24174         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24175         (gst_play_base_bin_change_state):
24176           Handle the case where we failed to setup a clear pipeline. This
24177           will throw an error (or EOS, another nice case) and if you don't
24178           catch that, the app will wait for the signal forever (and thus
24179           hang).
24180
24181 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24182
24183         * ext/gnomevfs/gstgnomevfssink.c:
24184         (gst_gnomevfssink_uri_get_protocols):
24185         * ext/gnomevfs/gstgnomevfssrc.c:
24186         (gst_gnomevfssrc_uri_get_protocols):
24187         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24188         * ext/gnomevfs/gstgnomevfsuri.h:
24189           Use _uri_new() instead of _open(), so it doesn't take as long and
24190           Christophe's computer won't hang.
24191         * gst/playback/gstplaybasebin.c: (unknown_type):
24192           Throw error on unknown media type, so apps actually display it.
24193
24194 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24195
24196         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24197           this script to work on Solaris since bash shell handles echo
24198           differenly than bash.
24199
24200 2004-09-17  Wim Taymans  <wim@fluendo.com>
24201
24202         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24203         (setup_source), (gst_play_base_bin_set_property),
24204         (gst_play_base_bin_add_element):
24205         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24206         Some more work on making sure seeking pauses the pipeline and
24207         that changing the uri actually does something.
24208
24209 2004-09-17  Wim Taymans  <wim@fluendo.com>
24210
24211         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24213         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24214         (gst_tcpserversink_close):
24215         Be a bit more paranoid when freeing memory.
24216
24217 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24218
24219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24220         (qtdemux_parse_trak):
24221           Don't crash by dividing by zero (see sample movie in #126922).
24222
24223 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24224
24225         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24226           Don't touch non-existing data (fixes crash on file in #140147).
24227
24228 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24229
24230         * gst/playback/gstplaybasebin.c:
24231         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24232           Handle double disposals, and proper change of URIs.
24233
24234 2004-09-13  Martin Eikermann <meiker@upb.de>
24235
24236         * gst/mpegstream/gstmpegparse.c:
24237           fix synchronistation for streams recorded from digital PCR
24238           fixes bug #119376
24239
24240 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24241
24242         * ext/gnomevfs/Makefile.am:
24243         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24244         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24245         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24246         (gst_gnomevfssink_uri_get_type),
24247         (gst_gnomevfssink_uri_get_protocols),
24248         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24249         (gst_gnomevfssink_uri_handler_init),
24250         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24251         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24252         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24253         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24254         (gst_gnomevfssrc_uri_get_type),
24255         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24256         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24257         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24258         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24259         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24260         * ext/gnomevfs/gstgnomevfsuri.h:
24261           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24262           of fake URIs to see which this version of Gnome-VFS likes, and
24263           uses that for the Gst-URI interface. Makes playbin support http://
24264           streams. Also fix up some stupid behaviour in gnomevfssrc.
24265
24266 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24267
24268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24269         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24270         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24271         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24272           Update mixer (to sync with other sessions) if we try to obtain
24273           a new value. This makes alsamixer work accross applications.
24274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24275           Only call sync functions if we're running, else alsalib asserts.
24276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24277           Sometimes fails to compile. Possibly a gcc bug.
24278         * gst/playback/gstplaybin.c: (gen_video_element),
24279         (gen_audio_element):
24280           Add a reference to an application-provided object, because we lose
24281           this same reference if we add it to the bin. If we don't do this,
24282           we can only use this object once and thus crash if we go from
24283           ready to playing, back to ready and back to playing again.
24284           Also add an audioscale element because several cheap soundcards -
24285           like mine - don't support all samplerates.
24286         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24287         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24288           Fix wrong order or PAR calls. Makes automatically obtained PAR
24289           from the X server atually being used.
24290
24291 2004-09-12  David Schleef  <ds@schleef.org>
24292
24293         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24294         #151887, #152102, #152247.
24295         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24296         * examples/seeking/cdparanoia.c: same
24297         * examples/seeking/cdplayer.c: same
24298         * examples/seeking/seek.c: same
24299         * examples/seeking/spider_seek.c: same
24300         * examples/seeking/vorbisfile.c: same
24301         * examples/stats/mp2ogg.c: same
24302         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24303         (gst_esdsink_dispose): Dispose of element properly.
24304         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24305         fixes.
24306         * ext/nas/nassink.c: (gst_nassink_class_init),
24307         (gst_nassink_dispose): Dispose of element correctly.
24308         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24309         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24310         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24311         Fix 64-bit warning.
24312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24313         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24314         Fix 64-bit warning.
24315
24316 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24317
24318         * configure.ac : change speex detection as 1.1.6 now uses
24319           .pc/pkg-config and they changed their headers location.
24320
24321 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24322
24323         * gst/matroska/matroska-mux.h:
24324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24325         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24326         (gst_matroska_mux_write_data):
24327           Write multiple blocks/frames per cluster.
24328                 Write meta-seek information (seek heads).
24329
24330 2004-09-09  Scott Wheeler <wheeler@kde.org>
24331
24332         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24333         (gst_play_bin_set_property), (gst_play_bin_get_property),
24334         (gen_audio_element), (gen_audio_element):
24335           Add a volume element / property to the pipeline.
24336
24337 2004-09-07  Wim Taymans  <wim@fluendo.com>
24338
24339         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24340         Copy timestamps from the master pad to the output buffers.
24341
24342 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24343
24344         * ext/raw1394/gstdv1394src.c:
24345           throw errors when applicable
24346
24347 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24348
24349         * gst/matroska/ebml-ids.h:
24350         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24351         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24353           automatically convert unix time <-> ebml time when reading/writing
24354           a date, use gst_ebml_write_uint to write CUETIME,
24355           not gst_ebml_write_date.
24356         * gst/matroska/matroska-ids.h:
24357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24358         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24359         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24360         (gst_matroska_mux_write_data):
24361           Write track and segment UIDs, write muxing date, write
24362           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24363           Create cues for audio only files.
24364
24365 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24366
24367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24368         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24369           Re-commit ALSA switches.
24370         * gst/adder/gstadder.c: (gst_adder_loop):
24371           64-bit fix (#151416).
24372         * gst/debug/progressreport.c: (gst_progressreport_report):
24373           64-bit fix (#151419).
24374         * gst/matroska/matroska-demux.c:
24375         (gst_matroska_demux_parse_contents):
24376           64-bit fix (#151420).
24377         * gst/playback/test3.c: (update_scale):
24378           64-bit fix (#151421).
24379
24380 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24381
24382         * configure.ac:
24383           bump nano to cvs
24384
24385 === release 0.8.4 ===
24386
24387 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24388
24389         * configure.ac: releasing 0.8.4, "Alias"
24390
24391 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24392
24393         * ext/theora/Makefile.am:
24394           fix makefile.  Fixes #151462.
24395
24396 2004-08-30  Wim Taymans  <wim@fluendo.com>
24397
24398         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24399         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24400         (gst_multifdsink_remove_client_link),
24401         (gst_multifdsink_client_queue_buffer),
24402         (gst_multifdsink_handle_client_write):
24403         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24404         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24405         Fix some memory leaks.
24406
24407 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24408
24409         Patch by: David Schleef
24410
24411         * configure.ac:
24412         * sys/Makefile.am:
24413           rename our detection macro for V4L2.  Fixes #151236.
24414
24415 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24416
24417         Patch by: David Schleef
24418
24419         * configure.ac:
24420           check to define LAMEPRESET.  Fixes #151232.
24421
24422 2004-08-27  David Schleef  <ds@schleef.org>
24423
24424         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24425         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24426         (gst_glimagesink_fixate):  Move local variable declarations to
24427         make gcc-2.95 happy.
24428
24429 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24430
24431         * configure.ac:
24432           bump nano for prerelease
24433
24434 2004-08-27  David Schleef  <ds@schleef.org>
24435
24436         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24437         * sys/sunaudio/gstsunaudiosrc.c:
24438         * sys/sunaudio/gstsunaudiosrc.h:
24439
24440 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24441
24442         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24443         handle EOS correctly
24444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24445         * gst/matroska/matroska-mux.h:
24446         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24447         VFW compatibility mode
24448
24449 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24450
24451         patch by: Zaheer Abbas Merali
24452
24453         * ext/ogg/gstoggmux.c:
24454         * ext/vorbis/vorbisenc.c:
24455         * ext/vorbis/vorbisenc.h:
24456           handle NEWMEDIA
24457
24458 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24459
24460         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24461         fix byte order reversion on little endian machines.
24462         * gst/matroska/matroska-mux.c: (audiosink_templ),
24463         (gst_matroska_mux_audio_pad_link):
24464         add TTA codec to the list of supported codecs.
24465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24466         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24467         (gst_matroska_mux_write_data):
24468         * gst/matroska/matroska-mux.h:
24469         write segment duration correctly, write muxing app string, fixes bugs
24470         #140897 and #140898.
24471         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24472         wait for all pads to be negotiated before starting to mux.
24473
24474 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24475
24476         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24477         * ext/lame/gstlame.h:
24478         Added new media support to lame
24479
24480 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24481
24482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24483         send vorbis headers at the beginning of a stream, fixes bug #141554.
24484         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24485         bug #148950.
24486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24487         (gst_matroska_demux_plugin_init):
24488         * gst/matroska/matroska-ids.h:
24489         enable demuxing of TTA audio streams, fixes bug #148951.
24490         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24491         enable typefinding for TTA audio files, fixes bug #148711.
24492         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24493         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24494         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24495
24496 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24497
24498         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24499         (gst_riff_read_element_data), (gst_riff_read_seek),
24500         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24501         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24502         <teuf@gnome.org>
24503
24504 2004-08-23 Iain <iaingnome@gmail.com>
24505
24506         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24507         tags. They appear to be handled differently to normal.
24508         (tag_list_to_id3_tag_foreach): Ditto.
24509
24510 2004-08-22  Wim Taymans  <wim@fluendo.com>
24511
24512         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24513         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24514         Make sure we never send -1 granulepos.
24515
24516 2004-08-20  Wim Taymans  <wim@fluendo.com>
24517
24518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24519         (gst_ogg_mux_loop):
24520         I will accept bitchslappings with non sharp objects.
24521
24522 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24523
24524         * configure.ac:
24525         Clean up the test for lame presets
24526
24527 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24528
24529         * configure.ac:
24530         * ext/lame/Makefile.am:
24531         * ext/lame/gstlame.c: (gst_lame_class_init),
24532         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24533         Only enable lame presets if version of lame has presets in API
24534
24535 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24536         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24537         * gst/udp/gstudpsrc.h:
24538           Don't call gst_pad_push in a get function. Fixes #150449
24539
24540 2004-08-18  Wim Taymans  <wim@fluendo.com>
24541
24542         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24543         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24544         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24545         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24546         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24547         (gst_fdset_wait):
24548         * gst/tcp/gstfdset.h:
24549         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24550         (gst_multifdsink_client_queue_buffer),
24551         (gst_multifdsink_handle_client_write):
24552         * gst/tcp/gstmultifdsink.h:
24553         Some extra checks in gstfdset.
24554         Only use send() when the fd is a socket. Don't try to
24555         read from write only fds.
24556
24557 2004-08-18  Wim Taymans  <wim@fluendo.com>
24558
24559         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24560         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24561         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24562         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24563         (gst_fdset_wait):
24564         Add more locking and bounds checking.
24565
24566 2004-08-18  Wim Taymans  <wim@fluendo.com>
24567
24568         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24569         Realloc test fdset in the lock and right before starting
24570         the poll call. Bump the limit to 4096.
24571
24572 2004-08-17  David Schleef  <ds@schleef.org>
24573
24574         * sys/sunaudio/Makefile.am:
24575         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24576         of rates and channels.  Make debugging less obnoxious.
24577
24578         Patch from Balamurali Viswanathan implementing a mixer for
24579         Sun audio.  (bug #144091):
24580         * sys/sunaudio/gstsunelement.c:
24581         * sys/sunaudio/gstsunelement.h:
24582         * sys/sunaudio/gstsunmixer.c:
24583         * sys/sunaudio/gstsunmixer.h:
24584
24585 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24586
24587         * gst/audioscale/gstaudioscale.c:
24588         * gst/audioscale/gstaudioscale.h:
24589         made audioscale resample from any sample rate to any sample rate
24590
24591 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * ext/libpng/gstpngdec.c:
24594           error out on unsupported types
24595
24596 2004-08-17  Iain <iaingnome@gmail.com>
24597
24598         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24599         mid_side and loose_mid_side properties if its a stereo stream.
24600
24601 2004-08-17  Wim Taymans  <wim@fluendo.com>
24602
24603         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24604         (theora_get_formats), (theora_dec_src_convert),
24605         (theora_dec_sink_convert), (theora_dec_src_query),
24606         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24607         Add a debug line.
24608
24609 2004-08-17  Wim Taymans  <wim@fluendo.com>
24610
24611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24612         (gst_ogg_pad_push):
24613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24614         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24615         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24616         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24617         Mark delta units in the muxer.
24618         Try to decode the packet after an out-of-sync error from
24619         libogg.
24620
24621 2004-08-17  Wim Taymans  <wim@fluendo.com>
24622
24623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24624         (gst_multifdsink_init), (gst_multifdsink_add),
24625         (gst_multifdsink_client_queue_buffer),
24626         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24627         * gst/tcp/gstmultifdsink.h:
24628         Added option to send a keyframe to clients as the first buffer.
24629         Make timeout property writable.
24630
24631 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24632
24633         patch by: Wim Taymans
24634
24635         * gst/tcp/gstfdset.c:
24636         * gst/tcp/gstmultifdsink.c:
24637           fix index comparison, should include 0
24638
24639 2004-08-16  Wim Taymans  <wim@fluendo.com>
24640
24641         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24642         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24643         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24644         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24645         (gst_fdset_wait):
24646           copy when reallocing for poll so the select arguments don't get
24647           changed during the call
24648
24649 2004-08-16  Wim Taymans  <wim@fluendo.com>
24650
24651         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24652         (gst_theora_enc_class_init), (theora_enc_sink_link),
24653         (theora_buffer_from_packet), (theora_enc_chain):
24654         Fix bug where buffers were not marked as keyframes
24655         correctly.
24656
24657 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24658
24659         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24660         (gst_lame_preset_get_type), (gst_lame_class_init):
24661         describe the enum values for vbr mode and presets more verbosely
24662
24663 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24664
24665         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24666         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24667         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24668         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24669         * ext/lame/gstlame.h:
24670         add preset property to lame so it can use lame presets
24671
24672 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24673
24674         * ext/lame/gstlame.c: (gst_lame_get_property):
24675         whoops forgot break, thanks teuf
24676
24677 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24678
24679         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24680         (gst_lame_class_init), (gst_lame_src_getcaps),
24681         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24682         (gst_lame_get_property), (gst_lame_setup):
24683         * ext/lame/gstlame.h:
24684         fix lame's broken vbr stuff, allow it to resample if need be, and also
24685         make xing header optional
24686
24687 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24688
24689         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24690         added getcaps function so samplerate doesnt get fixated to silly values
24691
24692 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24693
24694         * ext/lame/gstlame.c: (gst_lame_src_link):
24695         revert previous fix
24696
24697 2004-08-12  Johan Dahlin  <johan@gnome.org>
24698
24699         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24700         checks. Doesn't matter what state we are in. Interfaces are a
24701         compile time thing, not runtime. It also broke the python bindings.
24702
24703 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24704
24705         * ext/lame/gstlame.c: (gst_lame_src_link):
24706         made source pad link function check if sinkpad is ok..fixes the problem
24707         where core fixates the output rate of lame stupidly
24708
24709 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24710
24711         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24712         * sys/v4l/v4l_calls.c:
24713         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24714           fix fixate function to handle nonsimple caps.
24715           remove bogus check in _link
24716           cleanups
24717
24718 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24719
24720         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24721         set default compression ratio parameter to 0.0 so bitrate parameter
24722         works :)
24723
24724 2004-08-11  David Schleef  <ds@schleef.org>
24725
24726         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24727
24728 2004-08-11  David Schleef  <ds@schleef.org>
24729
24730         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24731         before.
24732
24733 2004-08-11  David Schleef  <ds@schleef.org>
24734
24735         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24736
24737 2004-08-11  David Schleef  <ds@schleef.org>
24738
24739         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24740           license field
24741         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24742         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24743           LGPL.
24744         * gst/auparse/gstauparse.c: Fix plugin license field.
24745         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24746         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24747         * gst/rtp/gstrtp.c: Fix plugin license field.
24748
24749 2004-08-11  Wim Taymans  <wim@fluendo.com>
24750
24751         * gst/tcp/Makefile.am:
24752         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24753         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24754         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24755         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24756         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24757         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24758         (gst_fdset_fd_can_write), (gst_fdset_wait):
24759         * gst/tcp/gstfdset.h:
24760         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24761         (gst_multifdsink_class_init), (gst_multifdsink_init),
24762         (gst_multifdsink_add), (gst_multifdsink_remove),
24763         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24764         (gst_multifdsink_remove_client_link),
24765         (gst_multifdsink_handle_client_read),
24766         (gst_multifdsink_client_queue_data),
24767         (gst_multifdsink_client_queue_caps),
24768         (gst_multifdsink_client_queue_buffer),
24769         (gst_multifdsink_handle_client_write),
24770         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24771         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24772         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24773         (gst_multifdsink_close):
24774         * gst/tcp/gstmultifdsink.h:
24775         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24776         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24777         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24778         (gst_tcpserversink_close):
24779         * gst/tcp/gsttcpserversink.h:
24780         Abstracted away the select call, implemented poll (yes we ran into
24781         the 1024 limit in production).
24782
24783 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24784
24785         * gst/tcp/gsttcp.c:
24786         * gst/tcp/gsttcpplugin.c:
24787           improve debuggging, remove assert
24788
24789 2004-08-10  Wim Taymans  <wim@fluendo.com>
24790
24791         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24792         (gst_client_status_get_type), (gst_multifdsink_class_init),
24793         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24794         (gst_multifdsink_handle_client_read),
24795         (gst_multifdsink_handle_client_write),
24796         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24797         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24798         (gst_multifdsink_get_property):
24799         * gst/tcp/gstmultifdsink.h:
24800         * gst/tcp/gsttcp-marshal.list:
24801         Starting to prepare for specifying buffer time in other units
24802         than buffers. Expose remove reason in signal.
24803
24804 2004-08-10  Wim Taymans  <wim@fluendo.com>
24805
24806         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24807         (gst_multifdsink_remove), (gst_multifdsink_clear),
24808         (gst_multifdsink_remove_client_link),
24809         (gst_multifdsink_handle_client_read),
24810         (gst_multifdsink_client_queue_data),
24811         (gst_multifdsink_client_queue_buffer),
24812         (gst_multifdsink_handle_client_write),
24813         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24814         (gst_multifdsink_chain), (gst_multifdsink_close):
24815         * gst/tcp/gstmultifdsink.h:
24816         Added more debugging info. Changed the way clients are
24817         removed from the lists. Fixed a bug where a bad file descriptor
24818         could cause many clients to be removed.
24819
24820 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24821
24822         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24823           allow all pixel-aspect-ratios, not just 1:1
24824
24825 2004-08-09  David Schleef  <ds@schleef.org>
24826
24827         * sys/glsink/ARB_multitexture.h:  Remove old files.
24828         * sys/glsink/EXT_paletted_texture.h:
24829         * sys/glsink/NV_register_combiners.h:
24830         * sys/glsink/gstgl_nvimage.c:
24831         * sys/glsink/gstgl_pdrimage.c:
24832         * sys/glsink/gstgl_rgbimage.c:
24833         * sys/glsink/gstglsink.c:
24834         * sys/glsink/gstglsink.h:
24835         * sys/glsink/gstglxwindow.c:
24836         * sys/glsink/regcomb_yuvrgb.c:
24837
24838 2004-08-09  David Schleef  <ds@schleef.org>
24839
24840         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24841         GL sink plugin.  (Bug #147302)
24842
24843         * configure.ac: Test for OpenGL
24844         * sys/Makefile.am: Use test for OpenGL
24845         * sys/glsink/Makefile.am:
24846         * sys/glsink/glimagesink.c: rewrite
24847         * sys/glsink/glimagesink.h: rewrite
24848
24849 2004-08-09  David Schleef  <ds@schleef.org>
24850
24851         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24852         sane framerates.
24853         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24855         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24856
24857 2004-08-09  Wim Taymans  <wim@fluendo.com>
24858
24859         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24860         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24861         (gst_multifdsink_client_remove),
24862         (gst_multifdsink_handle_client_read),
24863         (gst_multifdsink_handle_client_write),
24864         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24865         Do a bit more logging, make the client_read code more robust.
24866
24867 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24868
24869         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24870         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24871         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24872         (gst_jpegdec_init), (gst_jpegdec_chain):
24873         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24874         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24875           cleanups, debugging fixes and memleak plugging
24876
24877 2004-08-09  Wim Taymans  <wim@fluendo.com>
24878
24879         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24880         (theora_get_formats), (theora_dec_src_convert),
24881         (theora_dec_sink_convert), (theora_dec_src_query),
24882         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24883         (theora_dec_change_state):
24884         Don't crash on missing header packets.
24885
24886 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24887
24888         * po/LINGUAS:
24889         * po/sq.po:
24890           Added Albanian translation (Laurent Dhima)
24891         * po/cs.po:
24892           updated
24893
24894 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24895
24896         * ext/lame/gstlame.c:
24897           fix/add debugging
24898
24899 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24900
24901         * sys/ximage/ximagesink.c:
24902         * sys/xvimage/xvimagesink.c:
24903           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24904
24905 2004-08-06  Wim Taymans  <wim@fluendo.com>
24906
24907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24908         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24909         (gst_multifdsink_client_remove),
24910         (gst_multifdsink_handle_client_read),
24911         (gst_multifdsink_handle_client_write),
24912         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24913         Make sure we don't try to read more from a client that what
24914         ioctl says us or we deadlock.
24915
24916 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24917
24918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24919         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24920         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24921           decouple running_time and n_frames so it can handle changing
24922           framerate while running
24923
24924 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24925
24926         * po/nl.po:
24927         * po/sv.po:
24928           updated translations
24929
24930 2004-08-04  Benjamin Otte  <otte@gnome.org>
24931
24932         * gst/videotestsrc/gstvideotestsrc.c:
24933         (gst_videotestsrc_get_capslist), (generate_capslist),
24934         (plugin_init):
24935           generate the list of supported caps at startup and reuse it instead
24936           of always generating it
24937
24938 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24939
24940         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24941           whoops, last checkin broke normal build
24942
24943 2004-08-03  Benjamin Otte  <otte@gnome.org>
24944
24945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24946         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24947         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24948         (gst_alsa_mixer_get_option):
24949         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24950         (dvdnavsrc_print_event):
24951         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24953         (gst_ogg_mux_pad_unlink):
24954         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24955         (gst_multipart_mux_pad_unlink):
24956         * gst/videofilter/gstvideobalance.c:
24957         (gst_videobalance_colorbalance_set_value):
24958         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24959         (gst_videomixer_pad_unlink):
24960         * po/uk.po:
24961         * sys/oss/gstossmixer.c:
24962         * sys/v4l/gstv4lcolorbalance.c:
24963         * sys/v4l/gstv4ltuner.c:
24964         * sys/v4l/v4lsrc_calls.c:
24965         * sys/v4l2/gstv4l2colorbalance.c:
24966         * sys/v4l2/gstv4l2tuner.c:
24967           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24968
24969 2004-08-03  Benjamin Otte  <otte@gnome.org>
24970
24971         * examples/dynparams/filter.c: (ui_control_create):
24972         * examples/gstplay/player.c: (print_tag):
24973         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24974         * ext/gdk_pixbuf/gstgdkanimation.c:
24975         (gst_gdk_animation_iter_may_advance):
24976         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24977         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24978         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24979         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24981         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24982         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24983         * gst/sine/demo-dparams.c: (main):
24984         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24985         * testsuite/alsa/formats.c: (create_pipeline):
24986         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24987           fixes for G_DISABLE_ASSERT and friends
24988         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24989         (mp3_type_frame_length_from_header), (mp3_type_find),
24990         (plugin_init):
24991           require mp3 typefinding to have at least MIN_HEADERS valid headers
24992           add typefinding for AAC adts files
24993
24994 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24995
24996         * sys/ximage/ximagesink.c:
24997         (gst_ximagesink_calculate_pixel_aspect_ratio):
24998         * sys/xvimage/xvimagesink.c:
24999         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25000         Make sure we calculate pixel-aspect-ratio using floating point maths
25001
25002 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25003
25004         * po/uk.po:
25005           updated translation
25006
25007 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25008
25009         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25011           add debugging for display PAR calculation
25012
25013 2004-08-02  David Schleef  <ds@schleef.org>
25014
25015         * configure.ac: Fix mikmod CFLAGS.
25016
25017 2004-07-27  Benjamin Otte  <otte@gnome.org>
25018
25019         * gst/audioscale/gstaudioscale.c:
25020         - fix templates to only support S16, it's the only format that works
25021         - make caps nego code use try_set_caps_nonfixed and fixation instead
25022         of try_set_caps twice, which is not nice for autopluggers
25023         - change rank to secondary, so autopluggers can pick it up after
25024         audioconvert
25025
25026 2004-08-02  Iain <iain@prettypeople.org>
25027
25028         * gst/interleave/interleave.c (interleave_init),
25029         (interleave_request_new_pad),
25030         (interleave_pad_removed),
25031         (interleave_buffered_loop): Use the real pad count, not the artificial
25032         one.
25033
25034 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * configure.ac: bump nano back to development
25037
25038 === release 0.8.3 ===
25039
25040 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25041
25042         * configure.ac: releasing 0.8.3, "Water"
25043
25044 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25045
25046         * sys/xvimage/xvimagesink.c:
25047         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25048         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25049         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25050         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25051         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25052         * sys/xvimage/xvimagesink.h:
25053           apply similar PAR fixes as to ximagesink
25054
25055 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25056
25057         patch from: Benjamin Otte
25058
25059         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25060           add link function to lame.  Fixes #148986.
25061
25062 2004-08-02  Johan Dahlin  <johan@gnome.org>
25063
25064         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25065         fix debugging log
25066
25067 2004-07-30  David Schleef  <ds@schleef.org>
25068
25069         * gst/videomixer/Makefile.am: Fix things that should have been
25070         fixed in the last checkin.
25071
25072 2004-07-30  David Schleef  <ds@schleef.org>
25073
25074         * gst/multipart/Makefile.am: Fix things that should have been
25075         fixed in the last checkin.
25076
25077 2004-07-30  David Schleef  <ds@schleef.org>
25078
25079         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25080
25081 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25082
25083         * configure.ac:
25084           bump nano for prerelease
25085         * po/af.po:
25086         * po/az.po:
25087         * po/cs.po:
25088         * po/en_GB.po:
25089         * po/hu.po:
25090         * po/nl.po:
25091         * po/sr.po:
25092         * po/sv.po:
25093         * po/uk.po:
25094           updates
25095
25096 2004-07-30  Wim Taymans  <wim@fluendo.com>
25097
25098         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25099         (gst_multifdsink_add), (gst_multifdsink_remove),
25100         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25101         (gst_multifdsink_client_remove),
25102         (gst_multifdsink_handle_client_write),
25103         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25104         * gst/tcp/gstmultifdsink.h:
25105         Recover from a select with a bad file descriptor by removing
25106         the client.
25107
25108 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25109
25110         * configure.ac:
25111           fix requirement of core
25112         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25113         (gst_play_pipeline_setup):
25114           don't use colorspace element.  do use hermescolorspace element.
25115           make macro to get a colorspace element.
25116           mark strings for translation.
25117         * po/POTFILES.in:
25118           add play.c
25119         * po/af.po:
25120         * po/az.po:
25121         * po/cs.po:
25122         * po/en_GB.po:
25123         * po/hu.po:
25124         * po/nl.po:
25125         * po/sr.po:
25126         * po/sv.po:
25127         * po/uk.po:
25128           update translations
25129
25130 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25131
25132         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25133         fix default for newmedia flag
25134
25135 2004-07-30  Wim Taymans  <wim@fluendo.com>
25136
25137         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25138         (gst_theora_dec_init), (theora_get_formats),
25139         (theora_dec_src_convert), (theora_dec_sink_convert),
25140         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25141         (theora_dec_chain), (theora_dec_set_property),
25142         (theora_dec_get_property):
25143         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25144         (gst_theora_enc_class_init), (gst_theora_enc_init),
25145         (theora_enc_sink_link), (theora_enc_chain),
25146         (theora_enc_set_property), (theora_enc_get_property):
25147         Added cropping option to theora decoder.
25148         Added border option to theora encoder.
25149
25150 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25151
25152         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25153         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25154         (gst_pngenc_set_property):
25155         * ext/libpng/gstpngenc.h:
25156         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
25157
25158 2004-07-30  Wim Taymans  <wim@fluendo.com>
25159
25160         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25161         (theora_enc_sink_link), (theora_enc_chain),
25162         (theora_enc_set_property), (theora_enc_get_property):
25163         Fix encoding of non-multiple-of-16 video.
25164
25165 2004-07-29  David Schleef  <ds@schleef.org>
25166
25167         * configure.ac: make test for audiofile more strict
25168
25169 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25170
25171         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25172           give different names to typefind functions
25173
25174 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25175
25176         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25177         (gst_ximagesink_calculate_pixel_aspect_ratio),
25178         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25179         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25180         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25181         (gst_ximagesink_get_property), (gst_ximagesink_init):
25182         * sys/ximage/ximagesink.h:
25183           allocate PAR's dynamically.
25184           use autodetected PAR if no object-set PAR is given.
25185           add workaround for directfb's X not setting physical size.
25186           fix to xvimagesink will follow tomorrow.
25187
25188 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25189
25190         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25191         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25192         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25193         (gst_shout2send_class_init), (gst_shout2send_init),
25194         (set_shout_metadata), (gst_shout2send_set_metadata),
25195         (gst_shout2send_chain), (gst_shout2send_set_property),
25196         (gst_shout2send_get_property), (gst_shout2send_connect),
25197         (gst_shout2send_change_state):
25198         * ext/shout2/gstshout2.h:
25199         - fix for sending mp3 audio to icecast2 server, if pad link function not
25200         called before PAUSED state
25201         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25202         - added tagging support for mp3 audio broadcasted
25203         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25204         debug info
25205
25206 2004-07-28  Wim Taymans  <wim@fluendo.com>
25207
25208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25209         (gst_ogg_demux_push):
25210         Return query failure when we don't know the length of
25211         an ogg stream insteda of returning TRUE with a bogus value.
25212
25213 2004-07-28  Wim Taymans  <wim@fluendo.com>
25214
25215         * ext/theora/theoradec.c: (theora_get_formats),
25216         (theora_dec_src_convert), (theora_dec_sink_convert),
25217         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25218         (theora_dec_chain):
25219         Don't screw up the 1 Chroma for 1 luma sample situation when we
25220         have an odd offset/width by adding a black border in those cases.
25221
25222 2004-07-28  Wim Taymans  <wim@fluendo.com>
25223
25224         * ext/theora/theoradec.c: (theora_get_formats),
25225         (theora_dec_src_convert), (theora_dec_sink_convert),
25226         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25227         (theora_dec_chain):
25228         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25229         Added first attempt at cropping of the image as required by the
25230         theora spec. We need more properties in the caps (offset_x,
25231         offset_y,stride) to implement this correctly.
25232
25233 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25234
25235         * ext/dvdnav/README:
25236           Update the README to use dvddemux
25237         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25238           Ensure getcaps returns a subset of the template caps
25239         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25240         (gst_mpeg2subt_init):
25241           Ensure getcaps returns a subset of the template caps
25242         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25243         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25244         (gst_dvd_demux_get_subpicture_stream),
25245         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25246         * gst/mpegstream/gstdvddemux.h:
25247           Set the explicit caps on the current_video pad before pushing
25248           anything
25249         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25250         (gst_mpeg_demux_get_audio_stream):
25251           Free caps used to gst_pad_set_explicit_caps, which takes a const
25252           GstCaps *
25253
25254 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25255
25256         * configure.ac: update GStreamer requirement to 0.8.4 because of
25257           GstFraction.
25258
25259 2004-07-28  Wim Taymans  <wim@fluendo.com>
25260
25261         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25262         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25263         Add the pad to the element after setting up the caps. This
25264         makes it a lot easier to autoplug.
25265
25266 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25267
25268         * gst/median/gstmedian.c:
25269         * gst/mpeg2subt/gstmpeg2subt.c:
25270         * gst/mpegaudioparse/gstmpegaudioparse.c:
25271         * gst/mpegstream/gstdvddemux.c:
25272         * gst/mpegstream/gstmpegdemux.c:
25273         * gst/mpegstream/gstmpegpacketize.c:
25274         * gst/rtjpeg/gstrtjpeg.c:
25275         * gst/rtjpeg/gstrtjpegdec.c:
25276         * gst/rtjpeg/gstrtjpegenc.c:
25277         * gst/sine/gstsinesrc.c:
25278         * gst/smooth/gstsmooth.c:
25279         * gst/smpte/gstsmpte.c:
25280         * gst/smpte/gstsmpte.h:
25281         * gst/stereo/gststereo.c:
25282         * gst/videofilter/gstgamma.c:
25283         * gst/videofilter/gstvideobalance.c:
25284         * gst/videofilter/gstvideofilter.c:
25285         * gst/videofilter/gstvideoflip.c:
25286         * gst/videoscale/gstvideoscale.c:
25287         * gst/videoscale/videoscale.c:
25288         * gst/videotestsrc/gstvideotestsrc.c:
25289         * gst/videotestsrc/videotestsrc.c:
25290         * gst/wavenc/gstwavenc.c:
25291         * gst/wavparse/gstwavparse.c:
25292           fix local includes and 64 bits constants
25293
25294 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25295
25296         * win32/gst.sln:
25297         * gst-libs/gst/*/*.vcproj:
25298         * gst/*/*.vcproj:
25299           more working plugins
25300
25301 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25302
25303         * testsuite/alsa/Makefile.am:
25304         * testsuite/alsa/srcstate.c:
25305         add test for alsasrc changing state
25306
25307 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25308
25309         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25310         (gst_silence_get):
25311         * gst/silence/gstsilence.h:
25312         fix silence generation for 16bit raw audio
25313
25314 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25315
25316         * gst/matroska/matroska-demux.c:
25317         (gst_matroska_demux_parse_metadata),
25318         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25319         * gst/mpegaudio/common.c:
25320         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25321         (gst_videoscale_getcaps), (gst_videoscale_link),
25322         (gst_videoscale_src_fixate), (gst_videoscale_init),
25323         (gst_videoscale_finalize):
25324         * gst/videoscale/gstvideoscale.h:
25325         * gst/videotestsrc/gstvideotestsrc.c:
25326         (gst_videotestsrc_get_capslist):
25327         * gst/wavenc/gstwavenc.c:
25328         * sys/oss/gstossmixer.c: (fill_labels):
25329         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25330         (gst_ximagesink_handle_xevents),
25331         (gst_ximagesink_calculate_pixel_aspect_ratio),
25332         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25333         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25334         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25335         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25336         (gst_ximagesink_init), (gst_ximagesink_class_init):
25337         * sys/ximage/ximagesink.h:
25338         * sys/xvimage/xvimagesink.c:
25339         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25340         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25341         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25342         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25343         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25344         * sys/xvimage/xvimagesink.h:
25345           first batch of pixel aspect ratio commits.
25346
25347 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25348
25349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25350         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25351         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25352           handle stride, needs work if we want to move stride handling
25353           upstream, but works correctly for our purposes.
25354
25355 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25356
25357         * gst/videoscale/README:
25358           add testing examples
25359         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25360         (gst_videoscale_chain):
25361         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25362         (gst_videoscale_get_size):
25363           add get_size function that handles stride like videotestsrc.
25364           fixes conversion for YUV formats for as much as I can test them.
25365
25366 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25367
25368         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25369         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25371         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25372         (gst_xvimagesink_xvimage_put):
25373           further cleanups, logging, error handling and synchronizing
25374
25375 2004-07-27  Wim Taymans  <wim@fluendo.com>
25376
25377         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25378         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25379         (gst_videomixer_pad_set_property),
25380         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25381         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25382         (gst_videomixer_class_init), (gst_videomixer_init),
25383         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25384         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25385         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25386         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25387         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25388         (gst_videomixer_loop), (plugin_init):
25389         Be a nicer negotiation citizen and provide a getcaps function on
25390         the srcpad. This also fixes a crash when resizing.
25391
25392 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25393
25394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25395         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25396
25397 2004-07-27  Wim Taymans  <wim@fluendo.com>
25398
25399         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25400         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25401         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25402         (gst_pngenc_set_property):
25403         * ext/libpng/gstpngenc.h:
25404         Added snapshot property to pngenc.
25405         removed g_print from pngdec
25406
25407 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25408
25409         * gst/ac3parse/ac3parse.vcproj
25410         * gst/adder/adder.vcproj
25411         * gst/alpha/alpha.vcproj
25412         * gst/alpha/alphacolor.vcproj
25413         * gst/asfdemux/asf.vcproj
25414         * gst/audioconvert/audioconvert.vcproj
25415         * gst/audiorate/audiorate.vcproj
25416         * gst/audioscale/audioscale.vcproj
25417         * gst/auparse/auparse.vcproj
25418         * gst/avi/avi.vcproj
25419         * gst/cdxaparse/cdxaparse.vcproj
25420         * gst/chart/chart.vcproj
25421         * gst/colorspace/colorspace.vcproj
25422         * gst/cutter/cutter.vcproj
25423         * gst/debug/debug.vcproj
25424         * gst/debug/efence.vcproj
25425         * gst/debug/navigationtest.vcproj
25426         * gst/deinterlace/deinterlace.vcproj
25427         * gst/effectv/effectv.vcproj
25428         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25429         * gst/filter/filter.vcproj
25430         * gst/flx/flxdec.vcproj
25431         * gst/goom/goom.vcproj
25432         * gst/interleave/interleave.vcproj
25433         * gst/law/alaw.vcproj
25434         * gst/law/mulaw.vcproj
25435         * gst/matroska/matroska.vcproj
25436         * gst/median/median.vcproj
25437         * gst/mixmatrix/mixmatrix.vcproj
25438         * gst/mpeg1sys/mpeg1systemencode.vcproj
25439         * gst/mpeg1videoparse/mp1videoparse.vcproj
25440         * gst/mpeg2sub/mpeg2subt.vcproj
25441         * gst/mpegaudio/mpegaudio.vcproj
25442         * gst/mpegaudioparse/mpegaudioparse.vcproj
25443         * gst/mpegstream/mpegstream.vcproj
25444         * gst/multifilesink/multifilesink.vcproj
25445         * gst/multipart/multipart.vcproj
25446         * gst/oneton/oneton.vcproj
25447         * gst/overlay/overlay.vcproj
25448         * gst/passthrough/passthrough.vcproj
25449         * gst/qtdemux/qtdemux.vcproj
25450         * gst/realmedia/rmdemux.vcproj
25451         * gst/rtjpeg/rtjpeg.vcproj
25452         * gst/rtp/rtp.vcproj
25453         * gst/silence/silence.vcproj
25454         * gst/sine/sinesrc.vcproj
25455         * gst/smooth/smooth.vcproj
25456         * gst/smpte/smpte.vcproj
25457         * gst/spectrum/spectrum.vcproj
25458         * gst/speed/speed.vcproj
25459         * gst/stereo/stereo.vcproj
25460         * gst/switch/switch.vcproj
25461         * gst/tags/tagedit.vcproj
25462         * gst/tcp/tcp.vcproj
25463         * gst/typefind/typefindfunctions.vcproj
25464         * gst/udp/udp.vcproj
25465         * gst/videobox/videobox.vcproj
25466         * gst/videocrop/videocrop.vcproj
25467         * gst/videodrop/videodrop.vcproj
25468         * gst/videofilter/gamma.vcproj
25469         * gst/videofilter/videobalance.vcproj
25470         * gst/videofilter/videofilter.vcproj
25471         * gst/videofilter/videoflip.vcproj
25472         * gst/videoflip/videoflip.vcproj
25473         * gst/videomixer/videomixer.vcproj
25474         * gst/videorate/videorate.vcproj
25475         * gst/videoscale/videoscale.vcproj
25476         * gst/videotestsrc/videotestsrc.vcproj
25477         * gst/virtualdub/virtualdub.vcproj
25478         * gst/volenv/volenv.vcproj
25479         * gst/volume/volume.vcproj
25480         * gst/wavenc/wavenc.vcproj
25481         * gst/wavparse/wavparse.vcproj
25482         * gst/y4m/y4menc.vcproj
25483         * gst-libs/gst/audio/audio.vcproj
25484         * gst-libs/gst/audio/audiofilter.vcproj
25485         * gst-libs/gst/colorbalance/colorbalance.vcproj
25486         * gst-libs/gst/idct/idtc.vcproj
25487         * gst-libs/gst/media-info/media-info.vcproj
25488         * gst-libs/gst/mixer/mixer.vcproj
25489         * gst-libs/gst/navigation/navigation.vcproj
25490         * gst-libs/gst/play/play.vcproj
25491         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25492         * gst-libs/gst/resample/resample.vcproj
25493         * gst-libs/gst/riff/riff.vcproj
25494         * gst-libs/gst/tuner/tuner.vcproj
25495         * gst-libs/gst/video/video.vcproj
25496         * gst-libs/gst/xoverlay/xoverlay.vcproj
25497           avoid problems with math.h, fix release dependancy
25498           rename GStreamer-0.8.lib to libgstreamer.lib
25499
25500 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25501
25502         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25504         the atom is not available we have to unlock the mutex. Fixes #148023
25505
25506 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25507
25508         * gst-libs/gst/media-info/media-info.h:
25509           issue for a vararg macro with MSVC
25510
25511 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25512
25513         * gst/effectv/effectv.vcproj
25514         * gst-libs/gst/idct/idct.vcproj:
25515         * gst-libs/gst/media-info/media-info.vcproj:
25516         * gst-libs/gst/navigation/navigation.vcproj:
25517         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25518         * gst-libs/gst/video/video.vcproj:
25519         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25520           fixes for build problems
25521
25522 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25523
25524         * gst-libs/gst/audio/audio.def:
25525         * gst-libs/gst/audio/riff.def:
25526           add some definitions needed by plugins
25527
25528 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25529
25530         * gst/asfdemux/gstasfmux.c
25531           Fix some 64 bits constants to be glib friendly
25532
25533 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25534
25535         * gst/ac3parse/gstac3parse.c
25536         * gst/audioscale/gstaudioscale.c
25537         * gst/auparse/gstauparse.c
25538         * gst/colorspace/gstcolorspace.c
25539         * gst/colorspace/yuv2rgb.h
25540           local include fixes
25541
25542 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25543
25544         * win32/gst.sln
25545           add more plugins to the build
25546
25547 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25548
25549         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25550         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25551
25552 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25553
25554         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25555         (gst_level_set_property), (gst_level_get_property),
25556         (gst_level_base_init), (gst_level_class_init):
25557           add debugging categories.  cleanups.
25558
25559 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25560
25561         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25562         (gst_videoscale_planar411), (gst_videoscale_planar400),
25563         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25564         (gst_videoscale_scale_nearest_str1),
25565         (gst_videoscale_scale_nearest_str2),
25566         (gst_videoscale_scale_nearest_str4),
25567         (gst_videoscale_scale_nearest_16bit),
25568         (gst_videoscale_scale_nearest_24bit):
25569           fixed stride issues
25570           tested with 320x240 -> 321, 322, 324 x240
25571           tested with YV12, I420, YUY2, UYVY
25572           fixed packed422rev (don't think it could have worked before)
25573           by testing with UYVY
25574
25575 2004-07-26  Benjamin Otte  <otte@gnome.org>
25576
25577         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25578         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25579         (plugin_init):
25580           add debugging category, add error checks like checking return values
25581           of setup calls, make sure it still works after
25582           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25583
25584 2004-07-26  Wim Taymans  <wim@fluendo.com>
25585
25586         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25587         (gst_mpeg_demux_get_audio_stream),
25588         (gst_mpeg_demux_process_private):
25589         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25590         Check for error codes from the negotiation functions. Make sure
25591         we really set the pad caps when a new pad is created.
25592
25593 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25594
25595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25596         (gst_ffmpeg_caps_to_pix_fmt):
25597         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25599         (gst_ffmpegcolorspace_pad_link):
25600           don't make function do two things at the same time without reason.
25601
25602 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25603
25604         * gst/ac3parse/ac3parse.vcproj
25605         * gst/adder/adder.vcproj
25606         * gst/alpha/alpha.vcproj
25607         * gst/alpha/alphacolor.vcproj
25608         * gst/asfdemux/asf.vcproj
25609         * gst/audioconvert/audioconvert.vcproj
25610         * gst/audiorate/audiorate.vcproj
25611         * gst/audioscale/audioscale.vcproj
25612         * gst/auparse/auparse.vcproj
25613         * gst/avi/avi.vcproj
25614         * gst/cdxaparse/cdxaparse.vcproj
25615         * gst/chart/chart.vcproj
25616         * gst/colorspace/colorspace.vcproj
25617         * gst/cutter/cutter.vcproj
25618         * gst/debug/debug.vcproj
25619         * gst/debug/efence.vcproj
25620         * gst/debug/navigationtest.vcproj
25621         * gst/deinterlace/deinterlace.vcproj
25622         * gst/effectv/effectv.vcproj
25623         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25624         * gst/filter/filter.vcproj
25625         * gst/flx/flxdec.vcproj
25626         * gst/goom/goom.vcproj
25627         * gst/interleave/interleave.vcproj
25628         * gst/law/alaw.vcproj
25629         * gst/law/mulaw.vcproj
25630         * gst/matroska/matroska.vcproj
25631         * gst/median/median.vcproj
25632         * gst/mixmatrix/mixmatrix.vcproj
25633         * gst/mpeg1sys/mpeg1systemencode.vcproj
25634         * gst/mpeg1videoparse/mp1videoparse.vcproj
25635         * gst/mpeg2sub/mpeg2subt.vcproj
25636         * gst/mpegaudio/mpegaudio.vcproj
25637         * gst/mpegaudioparse/mpegaudioparse.vcproj
25638         * gst/mpegstream/mpegstream.vcproj
25639         * gst/multifilesink/multifilesink.vcproj
25640         * gst/multipart/multipart.vcproj
25641         * gst/oneton/oneton.vcproj
25642         * gst/overlay/overlay.vcproj
25643         * gst/passthrough/passthrough.vcproj
25644         * gst/qtdemux/qtdemux.vcproj
25645         * gst/realmedia/rmdemux.vcproj
25646         * gst/rtjpeg/rtjpeg.vcproj
25647         * gst/rtp/rtp.vcproj
25648         * gst/silence/silence.vcproj
25649         * gst/sine/sinesrc.vcproj
25650         * gst/smooth/smooth.vcproj
25651         * gst/smpte/smpte.vcproj
25652         * gst/spectrum/spectrum.vcproj
25653         * gst/speed/speed.vcproj
25654         * gst/stereo/stereo.vcproj
25655         * gst/switch/switch.vcproj
25656         * gst/tags/tagedit.vcproj
25657         * gst/tcp/tcp.vcproj
25658         * gst/typefind/typefindfunctions.vcproj
25659         * gst/udp/udp.vcproj
25660         * gst/videobox/videobox.vcproj
25661         * gst/videocrop/videocrop.vcproj
25662         * gst/videodrop/videodrop.vcproj
25663         * gst/videofilter/gamma.vcproj
25664         * gst/videofilter/videobalance.vcproj
25665         * gst/videofilter/videofilter.vcproj
25666         * gst/videofilter/videoflip.vcproj
25667         * gst/videoflip/videoflip.vcproj
25668         * gst/videomixer/videomixer.vcproj
25669         * gst/videorate/videorate.vcproj
25670         * gst/videoscale/videoscale.vcproj
25671         * gst/videotestsrc/videotestsrc.vcproj
25672         * gst/virtualdub/virtualdub.vcproj
25673         * gst/volenv/volenv.vcproj
25674         * gst/volume/volume.vcproj
25675         * gst/wavenc/wavenc.vcproj
25676         * gst/wavparse/wavparse.vcproj
25677         * gst/y4m/y4menc.vcproj
25678           more plugins supported under windows
25679
25680 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25681
25682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25683         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25684         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25686         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25687           Add debugging statements.  Use the sizes as returned by the
25688           *CreateImage calls.
25689
25690 2004-07-26  Johan Dahlin  <johan@gnome.org>
25691
25692         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25693         the pad is negotiated.
25694
25695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25696
25697 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25698
25699         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25700         * gst-libs/gst/idct/idct.vcproj:
25701         * gst-libs/gst/media-info/media-info.vcproj:
25702         * gst-libs/gst/mixer/mixer.vcproj:
25703         * gst-libs/gst/navigation/navigation.vcproj:
25704         * gst-libs/gst/play/play.vcproj:
25705         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25706         * gst-libs/gst/resample/resample.vcproj:
25707         * gst-libs/gst/tuner/tuner.vcproj:
25708         * gst-libs/gst/video/video.vcproj:
25709         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25710           more plugins supported under windows
25711
25712 2004-07-25 Iain <iain@prettypeople.org>
25713
25714         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25715         pad now rather than when the pad is created because state changes wipe
25716         explicit caps (fixes #148043).
25717
25718 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25719
25720         reviewed by Benjamin Otte  <otte@gnome.org>
25721
25722         * ext/mad/gstmad.c:
25723           fix mad plugin crashing on Sun (fixes #148289)
25724
25725 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25726
25727         * gst/avi/avi.def:
25728         * gst/avi/avi.vcproj:
25729         * gst/matroska/matroska.def:
25730         * gst/matroska/matroska.vcproj:
25731           remove unused .def files
25732
25733 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25734
25735         * gst-libs/gst/audio/gstaudiofilter.c:
25736           Clean the local include
25737
25738 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25739
25740         * win32/gst.sln:
25741         * gst-libs/gst/audio/audio.def:
25742         * gst-libs/gst/audio/audio.vcproj:
25743         * gst-libs/gst/audio/audiofilter.vcproj:
25744         * gst-libs/gst/audio/riff.def:
25745         * gst-libs/gst/audio/riff.vcproj:
25746         * gst-libs/gst/gst-libs.def:
25747         * gst-libs/gst/gst-libs.vcproj:
25748         * gst/avi/avi.vcproj:
25749         * gst/avi/avi.vcproj:
25750           Copy the files where needed after building, cleaner projects
25751
25752 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25753
25754         * gst/matroska/ebml-write.c:
25755           Fix some 64 bits constants to be glib friendly
25756
25757 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25758
25759         * win32/gst.sln:
25760         * gst-libs/gst/gst-libs.def:
25761         * gst-libs/gst/gst-libs.vcproj:
25762         * gst/matroska/matroska.def:
25763         * gst/matroska/matroska.vcproj:
25764           Add the preliminary canvas to build plugins on Win32
25765
25766 2004-07-23  Benjamin Otte  <otte@gnome.org>
25767
25768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25769           don't enfore negotiation from source side, it breaks
25770           sinesrc ! audioconvert ! osssink
25771
25772 2004-07-22  David Schleef  <ds@schleef.org>
25773
25774         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25775         for ELF files, since they can easily be recognized as audio/mpeg.
25776         (bug #147441)
25777
25778 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25779
25780         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25781         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25782         (gst_videoscale_scale_nearest_24bit),
25783         (gst_videoscale_scale_nearest_16bit):
25784           fix 16bit and 24bit for stride (24bit might need testing)
25785           don't pretend we do more than one algorithm
25786
25787 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25788
25789         * configure.ac:
25790         * gst/Makefile.am:
25791         * gst/multifilesink/Makefile.am:
25792         * gst/multifilesink/gstmultifilesink.c:
25793         (gst_multifilesink_get_formats),
25794         (gst_multifilesink_get_query_types), (_do_init),
25795         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25796         (gst_multifilesink_init), (gst_multifilesink_dispose),
25797         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25798         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25799         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25800         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25801         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25802         (gst_multifilesink_uri_get_type),
25803         (gst_multifilesink_uri_get_protocols),
25804         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25805         (gst_multifilesink_uri_handler_init), (plugin_init):
25806         * gst/multifilesink/gstmultifilesink.h:
25807         * testsuite/Makefile.am:
25808         * testsuite/multifilesink/Makefile.am:
25809         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25810         (gst_newmedia_class_init), (gst_newmedia_init),
25811         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25812         (newfile_signal), (test_signal), (main):
25813         multifilesink plugin for creating new files every time a new media
25814         discontinuity event occurs
25815
25816 2004-07-22  Wim Taymans  <wim@fluendo.com>
25817
25818         * gst/alpha/Makefile.am:
25819         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25820         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25821         (gst_alpha_color_init), (gst_alpha_color_set_property),
25822         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25823         (transform), (gst_alpha_color_chain),
25824         (gst_alpha_color_change_state), (plugin_init):
25825         Stupid plugin to to RGBA to AYUV conversion because none of
25826         the colorspace plugins can handle that yet.
25827
25828 2004-07-22  Wim Taymans  <wim@fluendo.com>
25829
25830         * examples/seeking/seek.c: (update_scale), (main):
25831         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25832         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25833         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25834         (gst_decode_bin_init), (gst_decode_bin_dispose),
25835         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25836         (no_more_pads), (close_link), (type_found),
25837         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25838         (plugin_init):
25839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25840         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25841         (gst_play_base_bin_dispose), (queue_overrun),
25842         (gen_preroll_element), (remove_prerolls), (unknown_type),
25843         (no_more_pads), (new_stream), (setup_source),
25844         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25845         (play_base_eos), (gst_play_base_bin_change_state),
25846         (gst_play_base_bin_add_element),
25847         (gst_play_base_bin_remove_element),
25848         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25849         (gst_play_base_bin_unlink_stream),
25850         (gst_play_base_bin_get_streaminfo):
25851         * gst/playback/gstplaybin.c: (gen_video_element),
25852         (gen_audio_element):
25853         * gst/playback/gststreaminfo.h:
25854         More playback updates, attempt to fix things after the state change
25855         breakage.
25856
25857 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25858
25859         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25860         (gst_videoscale_scale_nearest_16bit):
25861           comment algorithm
25862
25863 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25864
25865         * gst/videotestsrc/gstvideotestsrc.c:
25866         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25867         (gst_videotestsrc_init), (gst_videotestsrc_get),
25868         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25869         (gst_videotestsrc_get_property):
25870         * gst/videotestsrc/gstvideotestsrc.h:
25871         * gst/videotestsrc/videotestsrc.c:
25872         * gst/videotestsrc/videotestsrc.h:
25873           cleanup and commenting
25874
25875 2004-07-21  Wim Taymans  <wim@fluendo.com>
25876
25877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25878         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25879         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25880         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25881         (_find_chain_get_unknown_part), (_find_streams_check),
25882         (gst_ogg_demux_push), (gst_ogg_pad_push):
25883         * ext/theora/theoradec.c: (theora_get_formats),
25884         (theora_dec_src_convert), (theora_dec_sink_convert),
25885         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25886         (theora_dec_chain):
25887         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25888         (vorbis_dec_convert), (vorbis_dec_src_query),
25889         (vorbis_dec_src_event), (vorbis_dec_event):
25890         More seeking fixes, oggdemux now supports seeking to time and
25891         uses the downstream element to convert granulepos to time.
25892         Seeking in theora-only ogg files now works.
25893
25894 2004-07-21  Wim Taymans  <wim@fluendo.com>
25895
25896         * ext/theora/theoradec.c: (gst_theora_dec_init),
25897         (theora_get_formats), (theora_get_event_masks),
25898         (theora_get_query_types), (theora_dec_src_convert),
25899         (theora_dec_sink_convert), (theora_dec_src_query),
25900         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25901         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25902         (vorbis_get_event_masks), (vorbis_get_query_types),
25903         (gst_vorbis_dec_init), (vorbis_dec_convert),
25904         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25905         Added query/convert/formats functions to vorbis and theora decoders
25906         so that the outside world can use them too. Fixed seeking on an
25907         ogg/theora/vorbis file by disabling the seeking seeking on the
25908         theora srcpad.
25909
25910 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25911
25912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25913         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25914         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25915         images creation for both elements. We don't create the image on caps
25916         nego or renego, we just destroy the internal one if present if it does
25917         not match the needs. The chain function takes care of creating a new
25918         image when needed.
25919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25920         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25921         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25922         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25923         the image format information. The buffer pool checks for the context
25924         image format and discard images with different formats.
25925         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25926
25927 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25928
25929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25930         (gst_ffmpegcolorspace_chain):
25931           no point in doing any chaining if the pad we want to push from
25932           isn't usable.
25933
25934 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25935
25936         * gst-libs/gst/riff/riff-media.c:
25937         (gst_riff_create_audio_caps_with_data):
25938           Fix double end-to-native symbol conversion (#148021).
25939
25940 2004-07-20  David Schleef  <ds@schleef.org>
25941
25942         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25943         Don't use an Atom that doesn't exist.
25944
25945 2004-07-20  Wim Taymans  <wim@fluendo.com>
25946
25947         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25948         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25949         (gst_multifdsink_client_remove),
25950         (gst_multifdsink_handle_client_write),
25951         (gst_multifdsink_queue_buffer):
25952         * gst/tcp/gstmultifdsink.h:
25953         More multifdsink stats. Avoid deadlock by releasing locks
25954         before sending out a signal.
25955
25956 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25957
25958         * po/LINGUAS:
25959         * po/hu.po:
25960           added Hungarian translation (Laszlo Dvornik)
25961
25962 2004-07-20  Wim Taymans  <wim@fluendo.com>
25963
25964         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25965         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25966         (gst_multifdsink_handle_client_write),
25967         (gst_multifdsink_queue_buffer):
25968         * gst/tcp/gsttcp-marshal.list:
25969         Fixed the stupid marshal definition.
25970
25971 2004-07-20  Wim Taymans  <wim@fluendo.com>
25972
25973         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25974         (gst_multifdsink_init), (gst_multifdsink_add),
25975         (gst_multifdsink_client_remove),
25976         (gst_multifdsink_handle_client_write),
25977         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25978         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25979         (gst_multifdsink_init_send):
25980         * gst/tcp/gstmultifdsink.h:
25981         Added more stats, added timeout for a client, fixed some typos
25982         and added some comments.
25983
25984 2004-07-20  Wim Taymans  <wim@fluendo.com>
25985
25986         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25987         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25988         (gst_multifdsink_client_remove),
25989         (gst_multifdsink_handle_client_write):
25990         * gst/tcp/gstmultifdsink.h:
25991         * gst/tcp/gsttcp-marshal.list:
25992         Added get_stats method that returns a GValueArray of
25993         stats values.
25994
25995 2004-07-19  Benjamin Otte  <otte@gnome.org>
25996
25997         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25998           make sure longname, description and author are valid UTF-8
25999
26000 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26001
26002         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26003         (gst_ximagesink_set_property):
26004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26005         (gst_xvimagesink_set_property):
26006           make sure SYNCHRONOUS is respected after getting the X context
26007
26008 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26009
26010         * gst/matroska/matroska-demux.c:
26011         (gst_matroska_demux_handle_src_event),
26012         (gst_matroska_demux_parse_blockgroup):
26013         * gst/matroska/matroska-ids.h:
26014           add BlockReference tag and ignore it to clear out log.
26015           ignore NAVIGATION events to clear out log.
26016
26017 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26018
26019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26020         (gst_matroska_demux_add_stream):
26021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26022           add debug categories
26023
26024 2004-07-16  Wim Taymans  <wim@fluendo.com>
26025
26026         * ext/libpng/Makefile.am:
26027         * ext/libpng/gstpng.c: (plugin_init):
26028         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26029         (gst_pngdec_get_type), (gst_pngdec_base_init),
26030         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26031         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26032         * ext/libpng/gstpngdec.h:
26033         Added png decoder.
26034
26035 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26036
26037         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26038         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26039         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26040         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26041         (gst_ximagesink_buffer_alloc):
26042         * sys/ximage/ximagesink.h:
26043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26044         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26045         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26046         (gst_xvimagesink_buffer_alloc):
26047         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26048         again. Using internal data pointer of the x(v)image to store image's
26049         data to be coherent with the buffer alloc mechanism. Investigated the
26050         image destruction code to be sure that everything gets freed correctly.
26051
26052 2004-07-16  Wim Taymans  <wim@fluendo.com>
26053
26054         * gst-libs/gst/riff/riff-read.c:
26055         (gst_riff_read_strf_vids_with_data),
26056         (gst_riff_read_strf_auds_with_data):
26057         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26058         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26059         Make sure we don't create 0 sized subbuffers in riff-read.
26060         Signal the no more pads signal after reading the avi header.
26061
26062 2004-07-16  Wim Taymans  <wim@fluendo.com>
26063
26064         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26065         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26066         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26067         (gst_decode_bin_init), (gst_decode_bin_dispose),
26068         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26069         (no_more_pads), (close_link), (type_found),
26070         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26071         (gst_decode_bin_change_state), (plugin_init):
26072         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26073         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26074         (gst_play_base_bin_dispose), (queue_overrun),
26075         (gen_preroll_element), (remove_prerolls), (unknown_type),
26076         (no_more_pads), (new_stream), (setup_source),
26077         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26078         (play_base_eos), (gst_play_base_bin_change_state),
26079         (gst_play_base_bin_add_element),
26080         (gst_play_base_bin_remove_element),
26081         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26082         (gst_play_base_bin_unlink_stream),
26083         (gst_play_base_bin_get_streaminfo):
26084         * gst/playback/gstplaybasebin.h:
26085         Better error recovery. Added configurable preroll queue size. Faster
26086         detection of no-more-pads.
26087
26088 2004-07-16  Wim Taymans  <wim@fluendo.com>
26089
26090         * gst-libs/gst/video/video.h:
26091         Added 32 bits RGBA. Not sure if we should use another mime-type
26092         for alpha rgb. Currently the presence of the alpha_mask property
26093         signals an alpha channel.
26094
26095 2004-07-16  Wim Taymans  <wim@fluendo.com>
26096
26097         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26099         FPS seems to be 0.0 to MAX everywhere else.
26100
26101 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * gst-libs/gst/riff/riff-media.c:
26104         (gst_riff_create_video_caps_with_data):
26105           mp42/mp43 (no caps) exist too.
26106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26107           Set pixel_width/height; we've got them in-caps.
26108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26109         * gst/wavparse/gstwavparse.c: (plugin_init):
26110           Both are valid primary.
26111         * sys/oss/gstossmixer.c:
26112           Remove i18n hack and enable translations.
26113
26114 2004-07-15  Benjamin Otte  <otte@gnome.org>
26115
26116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26117         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26118           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26119
26120 2004-07-15  Benjamin Otte  <otte@gnome.org>
26121
26122         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26123         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26124         (gst_alsa_close_audio):
26125           disable some of the debugging code for now. Writing debugging to a
26126           buffer is broken in current alsalib releases.
26127
26128 2004-07-12  Benjamin Otte  <otte@gnome.org>
26129
26130         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26131           use bufferpools
26132
26133 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26134
26135         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26136         (theora_dec_src_query), (theora_dec_event):
26137         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26138           add debugging categories.  Remove \n's.
26139
26140 2004-07-13  Johan Dahlin  <johan@gnome.org>
26141
26142         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26143         (gst_play_bin_get_property): Impl.
26144
26145 2004-07-13  Wim Taymans  <wim@fluendo.com>
26146
26147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26148         When trying to find the stream length, seek back N pages
26149         instead of just one, where N is the number of streams in
26150         the current chain.
26151
26152 2004-07-13  Wim Taymans  <wim@fluendo.com>
26153
26154         * gst-libs/gst/riff/riff-media.c:
26155         (gst_riff_create_audio_caps_with_data),
26156         (gst_riff_create_audio_caps),
26157         (gst_riff_create_audio_template_caps):
26158         * gst-libs/gst/riff/riff-media.h:
26159         * gst-libs/gst/riff/riff-read.c:
26160         (gst_riff_read_strf_vids_with_data),
26161         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26162         * gst-libs/gst/riff/riff-read.h:
26163         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26164         (gst_avi_demux_add_stream):
26165         Set codec_data on caps for avidemuxer.
26166
26167 2004-07-12  David Schleef  <ds@schleef.org>
26168
26169         * configure.ac: Fix test for Objective C
26170
26171 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26172         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26173         (gst_gdk_pixbuf_chain):
26174           Add svg and pcx to template caps, and ensure that getcaps returns a
26175           subset of the template caps.
26176           Copy each row manually for output, as gdkpixbuf may pad the
26177           rowstride to a 32-bit word boundary.
26178
26179 2004-07-12  Wim Taymans  <wim@fluendo.com>
26180
26181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26182         (gst_riff_create_video_template_caps):
26183         Fix the template caps to include some more media types.
26184
26185 2004-07-12  Wim Taymans  <wim@fluendo.com>
26186
26187         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26188         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26189         (compare_ranks), (print_feature), (gst_decode_bin_init),
26190         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26191         (try_to_link_1), (new_pad), (close_link), (type_found),
26192         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26193         (gst_decode_bin_change_state), (plugin_init):
26194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26195         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26196         (gst_play_base_bin_dispose), (queue_overrun),
26197         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26198         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26199         (gst_play_base_bin_get_property), (play_base_eos),
26200         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26201         (gst_play_base_bin_remove_element),
26202         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26203         (gst_play_base_bin_unlink_stream),
26204         (gst_play_base_bin_get_streaminfo):
26205         * gst/playback/gstplaybasebin.h:
26206         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26207         (gst_play_bin_class_init), (gst_play_bin_init),
26208         (gst_play_bin_dispose), (gst_play_bin_set_property),
26209         (gst_play_bin_get_property), (gen_video_element),
26210         (gen_audio_element), (remove_sinks), (setup_sinks),
26211         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26212         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26213         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26214         (gst_play_bin_query), (plugin_init):
26215         * gst/playback/test4.c: (main):
26216         More fixes on reusing of the element.
26217
26218 2004-07-11  Benjamin Otte  <otte@gnome.org>
26219
26220         * ext/mad/gstmad.c: (normal_seek):
26221           allow seeking for other methods than just SET
26222
26223 2004-07-11  Andy Wingo  <wingo@pobox.com>
26224
26225         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26226         float, "any" caps -> buffer_frames=[0,MAX].
26227
26228         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26229         doesn't intersect our caps with the template any more. Do it
26230         ourselves.
26231         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26232
26233 2004-07-09  Wim Taymans  <wim@fluendo.com>
26234
26235         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26236         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26237         (compare_ranks), (print_feature), (gst_decode_bin_init),
26238         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26239         (try_to_link_1), (new_pad), (close_link), (type_found),
26240         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26241         (gst_decode_bin_change_state), (plugin_init):
26242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26243         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26244         (gst_play_base_bin_dispose), (queue_overrun),
26245         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26246         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26247         (gst_play_base_bin_get_property), (play_base_eos),
26248         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26249         (gst_play_base_bin_remove_element),
26250         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26251         (gst_play_base_bin_unlink_stream),
26252         (gst_play_base_bin_get_streaminfo):
26253         * gst/playback/gstplaybasebin.h:
26254         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26255         (gst_play_bin_class_init), (gst_play_bin_init),
26256         (gst_play_bin_dispose), (gst_play_bin_set_property),
26257         (gst_play_bin_get_property), (gen_video_element),
26258         (gen_audio_element), (remove_sinks), (setup_sinks),
26259         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26260         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26261         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26262         (gst_play_bin_query), (plugin_init):
26263         * gst/playback/test4.c: (main):
26264         Work on object reuse and seeking.
26265
26266 2004-07-09  Wim Taymans  <wim@fluendo.com>
26267
26268         * examples/seeking/seek.c: (iterate):
26269         Don't consume all CPU in the idle loop.
26270
26271 2004-07-09  Wim Taymans  <wim@fluendo.com>
26272
26273         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26274         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26275         Add pad to element *after* setting the pad functions so that
26276         the scheduler can use the correct ones.
26277
26278 2004-07-09  Wim Taymans  <wim@fluendo.com>
26279
26280         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26281         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26282         Sync to keyframe after seek
26283
26284 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26285
26286         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26288         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26289         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26290         * ext/libvisual/visual.c: (gst_visual_change_state):
26291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26292         * ext/theora/theoradec.c: (theora_dec_change_state):
26293         * ext/theora/theoraenc.c: (theora_enc_change_state):
26294         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26295         * gst-libs/gst/navigation/navigation.c:
26296         * gst/adder/gstadder.c: (gst_adder_change_state):
26297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26298         (gst_audio_convert_get_buffer):
26299         * gst/multipart/multipartdemux.c:
26300         (gst_multipart_demux_change_state):
26301         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26303         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26304         * gst/videoscale/gstvideoscale.c:
26305         (gst_videoscale_handle_src_event):
26306         * gst/volume/gstvolume.c: (volume_chain_int16):
26307           don't assert in state change, this should be done by the base
26308           GstElement class.
26309           various debugging fixes.
26310
26311 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26312
26313         * configure.ac:
26314         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26315         (gst_play_dispose), (gst_play_set_location),
26316         (gst_play_set_data_src), (gst_play_set_video_sink),
26317         (gst_play_set_audio_sink), (gst_play_set_visualization),
26318         (gst_play_connect_visualization), (gst_play_get_sink_element),
26319         (gst_play_get_all_by_interface):
26320         * gst-libs/gst/play/play.h:
26321           add new method to get elements implementing an interface.
26322           add various error logging
26323
26324 2004-07-08  Wim Taymans  <wim@fluendo.com>
26325
26326         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26327         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26328         (make_playerbin_pipeline), (query_durations_elems),
26329         (query_durations_pads), (query_positions_elems),
26330         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26331         (main):
26332         Added playbin seeking example.
26333
26334 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26335
26336         * gst-libs/gst/play/play.c: (gst_play_set_location),
26337         (gst_play_set_data_src), (gst_play_set_video_sink),
26338         (gst_play_set_audio_sink), (gst_play_set_visualization),
26339         (gst_play_connect_visualization), (gst_play_get_framerate):
26340           use a macro to look up elements from hash table
26341
26342 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26343
26344         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26345         (gst_play_get_length_callback), (gst_play_set_location),
26346         (gst_play_seek_to_time), (gst_play_set_data_src),
26347         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26348         (gst_play_set_visualization), (gst_play_connect_visualization),
26349         (gst_play_get_sink_element):
26350         - add debugging info
26351         - fix looking up sink elements by iterating over complete caps
26352         - put everything except for source and autoplugger in a complete bin
26353
26354 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26355
26356         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26358         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26359         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26360         * ext/alsa/gstalsasink.h:
26361         - add debugging info
26362         - clean up schizophrenia of data/buffer/event
26363         - fix double event unref error
26364
26365 2004-07-08  Wim Taymans  <wim@fluendo.com>
26366
26367         * gst/playback/Makefile.am:
26368         Add headers to noinst
26369
26370 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26371
26372         * tools/gst-launch-ext-m.m:
26373         * tools/gst-launch-ext.1.in:
26374           convert to the third millenium
26375
26376 2004-07-07  David Schleef  <ds@schleef.org>
26377
26378         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26379
26380 2004-07-07  Wim Taymans  <wim@fluendo.com>
26381
26382         * gst/playback/Makefile.am:
26383         * gst/playback/README:
26384         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26385         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26386         (compare_ranks), (print_feature), (gst_decode_bin_init),
26387         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26388         (try_to_link_1), (new_pad), (close_link), (type_found),
26389         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26390         (plugin_init):
26391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26392         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26393         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26394         (gen_preroll_element), (no_more_pads), (new_stream),
26395         (setup_source), (gst_play_base_bin_set_property),
26396         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26397         (gst_play_base_bin_add_element),
26398         (gst_play_base_bin_remove_element),
26399         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26400         (gst_play_base_bin_unlink_stream),
26401         (gst_play_base_bin_get_streaminfo):
26402         * gst/playback/gstplaybasebin.h:
26403         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26404         (gst_play_bin_class_init), (gst_play_bin_init),
26405         (gst_play_bin_dispose), (gst_play_bin_set_property),
26406         (gst_play_bin_get_property), (gen_video_element),
26407         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26408         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26409         (gst_play_bin_get_formats), (gst_play_bin_convert),
26410         (gst_play_bin_get_query_types), (gst_play_bin_query),
26411         (plugin_init):
26412         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26413         (gst_stream_info_get_type), (gst_stream_info_class_init),
26414         (gst_stream_info_init), (gst_stream_info_new),
26415         (gst_stream_info_dispose), (gst_stream_info_set_property),
26416         (gst_stream_info_get_property):
26417         * gst/playback/gststreaminfo.h:
26418         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26419         (main):
26420         * gst/playback/test2.c: (main):
26421         * gst/playback/test3.c: (update_scale), (main):
26422         More playbin fixes. Added README. Do better element filtering.
26423         Added base class to preroll media. Added test apps.
26424
26425 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26426
26427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26428         * ext/mpeg2dec/gstmpeg2dec.h:
26429           various debugging improvements.  Reset stream to next picture
26430           instead of sequence header, otherwise seeks cannot work.
26431
26432 2004-07-07  Wim Taymans  <wim@fluendo.com>
26433
26434         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26435         (gst_video_box_class_init), (gst_video_box_set_property),
26436         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26437         Use pad_alloc where possible.
26438
26439 2004-07-07  Wim Taymans  <wim@fluendo.com>
26440
26441         * sys/oss/gstosselement.c: (gst_osselement_reset),
26442         (gst_osselement_parse_caps):
26443         * sys/oss/gstosselement.h:
26444         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26445         Fix offset on osssrc.
26446
26447 2004-07-07  Wim Taymans  <wim@fluendo.com>
26448
26449         * ext/theora/theora.c: (plugin_init):
26450         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26451         (theora_dec_src_query), (theora_dec_chain):
26452         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26453         (theora_enc_sink_link), (theora_buffer_from_packet),
26454         (theora_push_packet), (theora_enc_chain):
26455         Fix theora granulepos calculation.
26456         Fix overflow in duration/position calculation.
26457         Bump rank to PRIMARY for theoradec.
26458         Use granulepos of last packet to calculate position.
26459         Set keyframe flag on buffers when needed.
26460
26461 2004-07-06  David Schleef  <ds@schleef.org>
26462
26463         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26464         serious?  (Fixed, obviously.)
26465
26466 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26467
26468         * po/LINGUAS:
26469         * po/cs.po:
26470           added Czech translation (Miloslav Trmac)
26471
26472 2004-07-05  Wim Taymans  <wim@fluendo.com>
26473
26474         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26475         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26476         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26477         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26478         (close_link), (type_found), (gst_decode_bin_set_property),
26479         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26480         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26481         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26482         (gst_decode_bin_query), (plugin_init):
26483         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26484         (gst_play_bin_class_init), (gst_play_bin_init),
26485         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26486         (get_video_element), (new_pad), (setup_source),
26487         (gst_play_bin_set_property), (gst_play_bin_get_property),
26488         (gst_play_bin_change_state), (gst_play_bin_add_element),
26489         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26490         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26491         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26492         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26493         * gst/playback/test.c: (main):
26494         More fixes, cleaned up playbin, make it use decodebin. Added
26495         threaded property to playbin.
26496
26497 2004-07-05  Wim Taymans  <wim@fluendo.com>
26498
26499         * configure.ac:
26500         * gst/playback/Makefile.am:
26501         * gst/playback/decodetest.c: (main):
26502         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26503         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26504         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26505         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26506         (close_link), (type_found), (gst_decode_bin_set_property),
26507         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26508         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26509         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26510         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26511         (plugin_init):
26512         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26513         (gst_play_bin_class_init), (gst_play_bin_init),
26514         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26515         (collect_sink_pads), (find_compatibles), (close_pad_link),
26516         (try_to_link_1), (new_pad), (close_link), (type_found),
26517         (setup_source), (gst_play_bin_set_property),
26518         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26519         (compare_ranks), (gst_play_bin_collect_factories),
26520         (gst_play_bin_change_state), (gst_play_bin_add_element),
26521         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26522         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26523         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26524         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26525         * gst/playback/test.c: (main):
26526         Added some playback helper elements and some test apps, very alpha
26527         still.
26528
26529 2004-07-04  Benjamin Otte  <otte@gnome.org>
26530
26531         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26532           only restart audio when we indeed have an xrun to fix repeated
26533           xruns. Fix suggested by Giuliano Pochini.
26534
26535 2004-07-03  David Schleef  <ds@schleef.org>
26536
26537         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26538         call to gst_debug_log() if debugging is disabled (bug #145118)
26539
26540 2004-07-03  Benjamin Otte  <otte@gnome.org>
26541
26542         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26543           use our own functions for restarting the alsa device.
26544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26545           I should apply patches myself - use MIN for the third argument, not
26546           the second, this fixes seeking
26547
26548 2004-07-02  David Schleef  <ds@schleef.org>
26549
26550         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26551         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26552         do with the logic.
26553
26554 2004-07-02  David Schleef  <ds@schleef.org>
26555
26556         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26557         output buffers.  Fix logic mistake.  (bug #144866)
26558
26559 2004-07-02  David Schleef  <ds@schleef.org>
26560
26561         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26562         on X.  (bug #144753)
26563
26564 2004-07-02  David Schleef  <ds@schleef.org>
26565
26566         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26567         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26568         (bug #144624)
26569         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26570         (gst_osselement_rate_probe_check): Add another workaround for
26571         buggy drivers (bug #145336)
26572
26573 2004-07-02  David Schleef  <ds@schleef.org>
26574
26575         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26576         Most systems don't have MSG_NOSIGNAL.
26577
26578 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26579
26580         * Makefile.am:
26581         * gst-libs/gst/colorbalance/Makefile.am:
26582         * gst-libs/gst/mixer/Makefile.am:
26583         * gst-libs/gst/play/Makefile.am:
26584         * gst-libs/gst/tuner/Makefile.am:
26585           (hopefully) fix both install and dist and make error message useful.
26586           needs testing across automakes.
26587
26588 2004-07-02  Benjamin Otte  <otte@gnome.org>
26589
26590         * ext/ogg/gstogg.c: (plugin_init):
26591           we require bytestream now
26592         * ext/ogg/gstoggdemux.c:
26593           huge diff to implement chain setup in a fast and generic way. This
26594           improves tag reading and startup of huge files (read: Theora videos)
26595           quite a bit. It probably contains bugs, too, so please test.
26596           Seeking is not improved to the fast method.
26597
26598 2004-06-29  Wim Taymans  <wim@fluendo.com>
26599
26600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26601         * ext/ogg/gstoggmux.c:
26602         Fix memleak in oggdemux when running unconnected pads.
26603         doc update in mux, start working on keyframe mode.
26604
26605 2004-06-29  Benjamin Otte  <otte@gnome.org>
26606
26607         * sys/oss/gstosssink.c:
26608         * sys/oss/gstosssrc.c:
26609           advertise correct template caps - we indeed do non-native endianness
26610           and 8bit audio has no endianness
26611         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26613           avoid (wrong) duplications in getcaps function and return
26614           template caps
26615
26616 2004-06-29  Wim Taymans  <wim@fluendo.com>
26617
26618         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26619         (gst_multifdsink_class_init), (gst_multifdsink_add),
26620         (gst_multifdsink_remove), (gst_multifdsink_clear),
26621         (gst_multifdsink_client_remove),
26622         (gst_multifdsink_handle_client_read),
26623         (gst_multifdsink_client_queue_data),
26624         (gst_multifdsink_client_queue_caps),
26625         (gst_multifdsink_client_queue_buffer),
26626         (gst_multifdsink_handle_client_write),
26627         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26628         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26629         (gst_multifdsink_init_send), (gst_multifdsink_close):
26630         Fix wrong GList iteration that could crash the server when
26631         more then 2 clients disconnect at the same time. Read all the
26632         pending commands in one batch to recover from command storms under
26633         very heavy load.
26634
26635 2004-06-28  Wim Taymans  <wim@fluendo.com>
26636
26637         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26638         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26639         (gst_videomixer_pad_set_property),
26640         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26641         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26642         (gst_videomixer_class_init), (gst_videomixer_init),
26643         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26644         (pad_zorder_compare), (gst_videomixer_sort_pads),
26645         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26646         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26647         (gst_videomixer_update_queues), (gst_videomixer_loop),
26648         (plugin_init):
26649         Avoid divide by zero, choose masterpad as the pad with the highest
26650         framerate.
26651
26652 2004-06-27  Julien Moutte  <julien@moutte.net>
26653
26654         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26655         (gst_ximagesink_xwindow_new):
26656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26657         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26658         function directly. We might want to call it from somewhere else one day.
26659
26660 2004-06-27  Julien Moutte  <julien@moutte.net>
26661
26662         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26663         (gst_ximagesink_xwindow_new):
26664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26665         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26666         window decorations.
26667
26668 2004-06-27  Wim Taymans  <wim@fluendo.com>
26669
26670         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26671         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26672         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26673         (gst_dvdec_set_property), (gst_dvdec_get_property):
26674         * ext/dv/gstdvdec.h:
26675         Implement drop_factor property to lower the framerate with
26676         a factor.
26677
26678 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26679
26680         * gst-libs/gst/colorbalance/Makefile.am:
26681         * gst-libs/gst/mixer/Makefile.am:
26682         * gst-libs/gst/play/Makefile.am:
26683         * gst-libs/gst/tuner/Makefile.am:
26684           unbreak Company's fix that didn't install the -enum.h files
26685
26686 2004-06-27  Wim Taymans  <wim@fluendo.com>
26687
26688         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26689         (gst_dvdec_change_state):
26690         * ext/dv/gstdvdec.h:
26691         Fix timestamp, duration and offset of the buffers.
26692
26693 2004-06-27  Wim Taymans  <wim@fluendo.com>
26694
26695         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26696         (gst_multifdsink_class_init), (gst_multifdsink_add),
26697         (gst_multifdsink_remove), (gst_multifdsink_clear),
26698         (gst_multifdsink_client_remove),
26699         (gst_multifdsink_handle_client_read),
26700         (gst_multifdsink_client_queue_data),
26701         (gst_multifdsink_client_queue_caps),
26702         (gst_multifdsink_client_queue_buffer),
26703         (gst_multifdsink_handle_client_write),
26704         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26705         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26706         (gst_multifdsink_init_send), (gst_multifdsink_close):
26707         * gst/tcp/gstmultifdsink.h:
26708         * gst/tcp/gsttcpserversink.c:
26709         (gst_tcpserversink_handle_server_read),
26710         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26711         More multifdsink fixes, more recovery policy fixes.
26712         Removed stupid g_print
26713
26714 2004-06-26  Wim Taymans  <wim@fluendo.com>
26715
26716         * gst/tcp/Makefile.am:
26717         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26718         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26719         (gst_multifdsink_class_init), (gst_multifdsink_init),
26720         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26721         (gst_multifdsink_handle_client_read),
26722         (gst_multifdsink_client_queue_data),
26723         (gst_multifdsink_client_queue_caps),
26724         (gst_multifdsink_client_queue_buffer),
26725         (gst_multifdsink_handle_client_write),
26726         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26727         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26728         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26729         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26730         (gst_multifdsink_close), (gst_multifdsink_change_state):
26731         * gst/tcp/gstmultifdsink.h:
26732         * gst/tcp/gsttcpplugin.c: (plugin_init):
26733         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26734         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26735         (gst_tcpserversink_handle_server_read),
26736         (gst_tcpserversink_handle_select),
26737         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26738         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26739         * gst/tcp/gsttcpserversink.h:
26740         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26741         one of the locks, added recovery policy to multifdsink.
26742
26743 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26744
26745         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26746           fix decision for when getting frames with same timestamp
26747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26748         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26749         (gst_v4lsrc_get_property):
26750         * sys/v4l/gstv4lsrc.h:
26751           add latency offset property
26752
26753 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26754
26755         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26756         (plugin_init):
26757           fix debugging. add category.
26758
26759 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26760
26761         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26762           fix wrong offsets
26763
26764 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26765
26766         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26767         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26768         (gst_alsa_src_change_state):
26769           return a time that is in sync with the element's processing
26770
26771 2004-06-25  Wim Taymans  <wim@fluendo.com>
26772
26773         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26774         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26775         (gst_tcpserversink_client_remove),
26776         (gst_tcpserversink_handle_client_read),
26777         (gst_tcpserversink_client_queue_data),
26778         (gst_tcpserversink_client_queue_caps),
26779         (gst_tcpserversink_client_queue_buffer),
26780         (gst_tcpserversink_handle_client_write),
26781         (gst_tcpserversink_queue_buffer),
26782         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26783         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26784         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26785         (gst_tcpserversink_close):
26786         * gst/tcp/gsttcpserversink.h:
26787         Serversink rewrite. Really do non blocking writes to clients and
26788         maintain an internal queue to handle slower clients while not
26789         disturbing fast clients.
26790
26791 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26792
26793         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26794           better debug, don't override OFFSET and OFFSET_END
26795
26796 2004-06-25  Iain <iain@prettypeople.org>
26797
26798         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26799         name=source for the wavparse pipeline.
26800
26801 2004-06-24  Johan Dahlin  <johan@gnome.org>
26802
26803         * ext/theora/theoraenc.c (theora_enc_chain): Call
26804         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26805         streamheader caps are set correctly.
26806
26807 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26808
26809         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26810         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26811           respect minimum bitrate; same could be done for max bitrate
26812
26813 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26814
26815         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26816         (gst_vorbisenc_setup):
26817           fix sample rate range
26818
26819 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26820
26821         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26822         (gst_oggvorbisenc_setup):
26823         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26824         (gst_vorbisenc_setup):
26825           resolve ambiguities in code and description
26826
26827 2004-06-24  Wim Taymans  <wim@fluendo.com>
26828
26829         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26830         * ext/alsa/gstalsa.h:
26831         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26832         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26833         Use alsa trigger_tstamp to get the timestamp of the first
26834         sample in the buffer for more precise sync. Some cleanups.
26835
26836 2004-06-24  Wim Taymans  <wim@fluendo.com>
26837
26838         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26839         (gst_audiorate_init), (gst_audiorate_chain),
26840         (gst_audiorate_set_property), (gst_audiorate_get_property):
26841         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26842         (gst_videorate_chain):
26843         Added some logging, fixed an overflow bug in videorate.
26844
26845 2004-06-24  Benjamin Otte  <otte@gnome.org>
26846
26847         * ext/kio/Makefile.am:
26848           fix for builddir != srcdir and distcheck
26849
26850 2004-06-24  Benjamin Otte  <otte@gnome.org>
26851
26852         * gst-libs/gst/colorbalance/Makefile.am:
26853         * gst-libs/gst/mixer/Makefile.am:
26854         * gst-libs/gst/play/Makefile.am:
26855         * gst-libs/gst/tuner/Makefile.am:
26856         * gst/tcp/Makefile.am:
26857         * sys/dxr3/Makefile.am:
26858           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26859           tarball.
26860           Also add all *.list files that were missing.
26861         * Makefile.am:
26862           add a distcheck hook to ensure the above doesn't happen again.
26863
26864 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26865
26866         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26867
26868 2004-06-23  Colin Walters  <walters@redhat.com>
26869
26870         * m4/Makefile.am: Distribute gst-fionread.m4.
26871
26872 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26873
26874         * configure.ac: back to dev
26875
26876 2004-06-23  Wim Taymans  <wim@fluendo.com>
26877
26878         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26879         (gst_alsa_xrun_recovery):
26880         * ext/alsa/gstalsa.h:
26881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26882         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26883         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26884         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26885         (gst_alsa_src_loop):
26886         Add clock to alsasrc. Take new capture timestamp when
26887         restarting after an overrun. Split up some functions between
26888         alsasrc and alsasink.
26889
26890 === release 0.8.2 ===
26891
26892 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26893
26894         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26895         (gst_alsa_change_state), (gst_alsa_update_avail),
26896         (gst_alsa_xrun_recovery):
26897         * ext/alsa/gstalsa.h:
26898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26899           merge back changes from release
26900
26901 2004-06-23  Wim Taymans  <wim@fluendo.com>
26902
26903         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26904         (gst_audiorate_init), (gst_audiorate_chain),
26905         (gst_audiorate_set_property), (gst_audiorate_get_property):
26906         Implement sample dropping and notify
26907
26908 2004-06-22  Wim Taymans  <wim@fluendo.com>
26909
26910         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26911         (theora_enc_sink_link), (theora_buffer_from_packet),
26912         (theora_push_packet), (theora_enc_chain):
26913         Some cleanups, make sure the timestamps are correct.
26914
26915 2004-06-22  Wim Taymans  <wim@fluendo.com>
26916
26917         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26918         (gst_alsa_change_state), (gst_alsa_update_avail),
26919         (gst_alsa_xrun_recovery):
26920         * ext/alsa/gstalsa.h:
26921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26922         Cleanups, take queued samples into account when reporting
26923         the time.
26924
26925 2004-06-22  Wim Taymans  <wim@fluendo.com>
26926
26927         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26928         (gst_videorate_init):
26929         Initialize the property as well.
26930
26931 2004-06-22  Wim Taymans  <wim@fluendo.com>
26932
26933         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26934         (gst_videorate_init), (gst_videorate_chain),
26935         (gst_videorate_set_property), (gst_videorate_get_property):
26936         Add property to make videorate silent.
26937         Add property to prefer new frames over old ones.
26938
26939 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26940
26941         * sys/osxvideo/Makefile.am:
26942         Workaround so that the osxvideo .so file gets linked with the
26943         Cocoa, OpenGL and QuickTime frameworks
26944
26945 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26946
26947         * sys/osxaudio/Makefile.am:
26948         Workaround so that the osxaudio .so file gets linked with the
26949         CoreAudio framework
26950
26951 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26952
26953         * configure.ac:
26954         Whoops, my fault...fixed build issues
26955
26956 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26957
26958         * configure.ac:
26959         Add objective-c support if running in Darwin/Mac OS X
26960         * sys/Makefile.am:
26961         * sys/osxvideo:
26962         * sys/osxvideo/Makefile.am:
26963         * sys/osxvideo/osxvideosink.h:
26964         * sys/osxvideo/osxvideosink.m:
26965         * sys/osxvideo/cocoawindow.h:
26966         * sys/osxvideo/cocoawindow.m:
26967         Add osxvideosink, a cocoa-based osx video sink
26968
26969
26970 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26971         * ext/dvdnav/gst-dvd:
26972         Grab the gconf key from the right spot
26973         * gst/debug/gstnavseek.c: (gst_navseek_init),
26974         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26975         (gst_navseek_chain):
26976         * gst/debug/gstnavseek.h:
26977           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26978           and loop parameters of a segment seek.
26979         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26980         (gst_videotestsrc_get_event_masks),
26981         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26982         * gst/videotestsrc/gstvideotestsrc.h:
26983           Add seeking support to videotestsrc
26984           Initialise the timestamp_offset variable.
26985
26986 2004-06-18  Wim Taymans  <wim@fluendo.com>
26987
26988         * ext/sidplay/gstsiddec.cc:
26989         Fix negotiation and set correct end offset.
26990
26991 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26992
26993         * configure.ac: branch and prerelease
26994
26995 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26996
26997         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26998         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26999         (gst_tcpclientsrc_init_receive):
27000         * gst/tcp/gsttcpclientsrc.h:
27001           read caps when connecting to server for GDP so we set them correctly
27002
27003 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27004
27005         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27006           notify drops and duplicates
27007         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27008           no good reason to limit ourselves to 100x100
27009
27010 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27011
27012         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27013         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27014         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27015         (gst_v4lsrc_get_property):
27016         * sys/v4l/gstv4lsrc.h:
27017         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27018         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27019         (gst_v4l_set_audio):
27020         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27021         (gst_v4lsrc_try_capture):
27022         * sys/v4l/v4lsrc_calls.h:
27023           change try_palette to more general try_capture
27024           add autoprobe option so we can turn off autoprobing
27025           various fixes
27026
27027 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27028
27029         * configure.ac:
27030           add videorate
27031         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27032         (gst_ximagesink_class_init):
27033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27034         (gst_xvimagesink_class_init):
27035           run them as finalize, not dispose, since dispose can be invoked
27036           multiple times
27037
27038 2004-06-17  Wim Taymans  <wim@fluendo.com>
27039
27040         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27041         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27042         * ext/alsa/gstalsa.h:
27043         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27044         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27045         (gst_alsa_src_change_state):
27046         * ext/alsa/gstalsasrc.h:
27047         Make the xrun code timestamp and offset the buffers correctly.
27048         moved the clock to the base class, use alsa methods to get time.
27049         Do correct timestamping on outgoing buffers.
27050
27051 2004-06-17  Wim Taymans  <wim@fluendo.com>
27052
27053         * gst/audiorate/Makefile.am:
27054         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27055         (gst_audiorate_base_init), (gst_audiorate_class_init),
27056         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27057         (gst_audiorate_set_property), (gst_audiorate_get_property),
27058         (gst_audiorate_change_state), (plugin_init):
27059         Added an audiorate converter that fills in gaps.
27060
27061 2004-06-17  Johan Dahlin  <johan@gnome.org>
27062
27063         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27064
27065 2004-06-16  Wim Taymans  <wim@fluendo.com>
27066
27067         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27069         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27070         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27071         (gst_v4lsrc_get_property):
27072         * sys/v4l/gstv4lsrc.h:
27073         Added a copy mode to v4lsrc where it will output a copied version
27074         of its internal hardware buffer.
27075         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27076         can't | them.
27077
27078 2004-06-16  Wim Taymans  <wim@fluendo.com>
27079
27080         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27081         Timestamp fixes.
27082
27083 2004-06-16  Wim Taymans  <wim@fluendo.com>
27084
27085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27086         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27087         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27088         (gst_v4lsrc_get_property):
27089         * sys/v4l/gstv4lsrc.h:
27090         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27091         Added a sync mode enum property to control v4lsrc timestamp method
27092         Removed the use-fixed-fps property and moved functionality in
27093         the enum.
27094         Don't error on an error value from v4l-conf, it might not always
27095         be a real error.
27096
27097 2004-06-16  Wim Taymans  <wim@fluendo.com>
27098
27099         * gst/videorate/Makefile.am:
27100         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27101         (gst_videorate_base_init), (gst_videorate_class_init),
27102         (gst_videorate_getcaps), (gst_videorate_link),
27103         (gst_videorate_init), (gst_videorate_chain),
27104         (gst_videorate_set_property), (gst_videorate_get_property),
27105         (gst_videorate_change_state), (plugin_init):
27106         Added a video timestamp corrector.
27107
27108 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27109
27110         fixed a potential leak with previous commit
27111
27112         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27113
27114 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27115
27116         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27117         Added missing refcount, fixes bug #144425
27118         Cheers Tim for finding the bug
27119
27120 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27121
27122         * sys/v4l/gstv4l.c: (plugin_init):
27123         * sys/v4l/gstv4lcolorbalance.c:
27124         * sys/v4l/gstv4lcolorbalance.h:
27125         * sys/v4l/gstv4lelement.c:
27126         * sys/v4l/gstv4lelement.h:
27127         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27128         * sys/v4l/gstv4lmjpegsink.h:
27129         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27130         * sys/v4l/gstv4lmjpegsrc.h:
27131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27132         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27133         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27134         * sys/v4l/gstv4lsrc.h:
27135         * sys/v4l/gstv4ltuner.c:
27136         * sys/v4l/gstv4ltuner.h:
27137         * sys/v4l/gstv4lxoverlay.c:
27138         * sys/v4l/gstv4lxoverlay.h:
27139         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27140         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27141         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27142         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27143         (gst_v4l_set_audio):
27144         * sys/v4l/v4l_calls.h:
27145         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27146         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27147         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27148         (gst_v4lmjpegsink_playback_init),
27149         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27150         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27151         (gst_v4lmjpegsink_playback_stop),
27152         (gst_v4lmjpegsink_playback_deinit):
27153         * sys/v4l/v4lmjpegsink_calls.h:
27154         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27155         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27156         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27157         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27158         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27159         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27160         * sys/v4l/v4lmjpegsrc_calls.h:
27161         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27162         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27163         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27164         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27165         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27166         (gst_v4lsrc_try_palette):
27167         * sys/v4l/v4lsrc_calls.h:
27168           bunch of paranoia cleanups
27169
27170 2004-06-14  David Schleef  <ds@schleef.org>
27171
27172         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27173         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27174         Send discont events and change timestamps appropriately when
27175         we get a seek event.  (bug #144240)
27176         * ext/cdparanoia/gstcdparanoia.h:
27177
27178 2004-06-14  Benjamin Otte  <otte@gnome.org>
27179
27180         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27181           snd_pcm_hw_params_set_rate  since the latter fails for no good
27182           reason on some setups.
27183
27184 2004-06-14  David Schleef  <ds@schleef.org>
27185
27186         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27187         standard.  Thank you for playing.
27188
27189 2004-06-14  Wim Taymans  <wim@fluendo.com>
27190
27191         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27192         Patch 1.3 broke the ordering of the colorspace info and
27193         made the plugin basically work by coincidence, reordered
27194         the info.
27195
27196 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27197
27198         * ext/lame/gstlame.c:
27199         * ext/mad/gstmad.c:
27200           sync caps.  Make sure mad can only output a list of rates, not
27201           a full range.  In the future, have three caps lists for each of the
27202           mpeg versions.  Change mpegversion to a double as well.
27203
27204 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * gst/volume/.cvsignore:
27207         * gst/volume/Makefile.am:
27208         * gst/volume/demo.c: (value_changed_callback), (idler),
27209         (setup_gui), (main):
27210           added small demo app
27211
27212 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27213         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27214         * ext/esd/esdsink.h:
27215         Close the esd connection on pause, because esd will just wait -
27216         blocking all other esd clients indefinitely.
27217
27218 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27219
27220         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27221           previous commit with GST_DEBUG
27222
27223 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27224
27225         * configure.ac:
27226           add a header check for a dvdread header in dvdnav.  Fixes #133002
27227
27228 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27229
27230         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27231         * gst/tcp/gsttcpclientsink.h:
27232         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27233         * gst/tcp/gsttcpclientsrc.h:
27234         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27235         (gst_tcpserversink_handle_server_read),
27236         (gst_tcpserversink_init_send):
27237         * gst/tcp/gsttcpserversink.h:
27238         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27239         * gst/tcp/gsttcpserversrc.h:
27240         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27241         version of IP)
27242
27243 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27244
27245         * configure.ac:
27246         Added ogg library so that OSX detects libtheora properly
27247
27248 2004-06-11  Wim Taymans  <wim@fluendo.com>
27249
27250         * ext/theora/theoradec.c: (theora_dec_chain),
27251         (theora_dec_change_state):
27252         Don't try to decode frames before we received a keyframe.
27253
27254 2004-06-11  Wim Taymans  <wim@fluendo.com>
27255
27256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27257         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27258         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27259         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27260         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27261         Added property to set the maximum delay of a page.
27262
27263 2004-06-10  Wim Taymans  <wim@fluendo.com>
27264
27265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27266         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27267         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27268         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27269         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27270         Added max-delay property to control the maximum amount
27271         of data to put in one page.
27272
27273 2004-06-10  Wim Taymans  <wim@fluendo.com>
27274
27275         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27276         (gst_theora_enc_init), (theora_enc_sink_link),
27277         (theora_buffer_from_packet), (theora_enc_set_property),
27278         (theora_enc_get_property):
27279         Set duration on encoded buffer, added some more properties
27280
27281 2004-06-10  Wim Taymans  <wim@fluendo.com>
27282
27283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27284         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27285         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27286         * ext/theora/theoraenc.c: (theora_enc_chain):
27287         Fix refcounting bugs
27288
27289 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27292         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27293         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27294         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27295         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27296         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27297         (gst_asf_demux_change_state):
27298         * gst/asfdemux/gstasfdemux.h:
27299           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27300           feels like. I think we should set a new requirement for demuxers
27301           from now on to implement sane loop functions, data loops, query
27302           and seek functions before first commit into CVS. And this commit
27303           fixes all of the above.
27304
27305 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27306
27307         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27308           vorbis comments are properly encoded in UTF-8 before adding them
27309           to a GstTagList
27310
27311 2004-06-09  Benjamin Otte  <otte@gnome.org>
27312
27313         * ext/alsa/gstalsa.c: (add_channels):
27314           handle min <= max correctly
27315         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27316         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27317           add fixation functions so we fixate correctly. No preferring of alaw
27318           anymore because it's the first structure.
27319         * ext/alsa/gstalsa.h:
27320         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27321         (gst_alsa_hw_params_dump):
27322           add functions to ease debugging in alsalib
27323         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27324         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27325         (gst_alsa_start_audio):
27326           only specify hw params if we really setup a format (fixes #134007 -
27327           or at least works around it)
27328
27329 2004-06-09  Wim Taymans  <wim@fluendo.com>
27330
27331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27332         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27333         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27334         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27335         (gst_ogg_mux_loop):
27336         Use stream caps to setup the initial pages in the ogg stream.
27337         Correctly set the streamheader caps on the srcpad.
27338
27339 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27340
27341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27342         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27343         (gst_v4lsrc_getcaps):
27344         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27345         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27346           add querying of fps lists for webcams.  Negotiating to a framerate
27347           now works.
27348
27349 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27350
27351         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27352         (theora_push_buffer), (theora_push_packet),
27353         (theora_set_header_on_caps), (theora_enc_chain):
27354           mark buffers and put on streamheader, raw theora streaming
27355           now works too, whee
27356
27357 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27358
27359         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27360         (gst_tcp_gdp_read_caps):
27361           do a looping read for caps and GDP headers too
27362
27363 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27364
27365         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27367           return EOS instead of NULL in _get
27368
27369 2004-06-08  Wim Taymans  <wim@fluendo.com>
27370
27371         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27372         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27373         (gst_tcp_gdp_write_caps):
27374         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27375         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27376         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27377         Memory leak fixes
27378
27379 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27380
27381         * ext/vorbis/Makefile.am:
27382         * ext/vorbis/vorbis.c: (plugin_init):
27383         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27384         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27385         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27386         (vorbis_parse_change_state):
27387         * ext/vorbis/vorbisparse.h:
27388           adding a vorbisparse element that marks the buffers, streaming
27389           raw vorbis using GDP now works, whee
27390
27391 2004-06-08  Wim Taymans  <wim@fluendo.com>
27392
27393         * ext/jpeg/Makefile.am:
27394         * ext/jpeg/README:
27395         * ext/jpeg/gstjpeg.c: (plugin_init):
27396         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27397         (gst_smokedec_base_init), (gst_smokedec_class_init),
27398         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27399         * ext/jpeg/gstsmokedec.h:
27400         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27401         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27402         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27403         (gst_smokeenc_resync), (gst_smokeenc_chain),
27404         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27405         * ext/jpeg/gstsmokeenc.h:
27406         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27407         (smokecodec_flush_destination), (smokecodec_term_destination),
27408         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27409         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27410         (smokecodec_term_source), (smokecodec_encode_new),
27411         (smokecodec_decode_new), (smokecodec_info_free),
27412         (smokecodec_set_quality), (smokecodec_get_quality),
27413         (smokecodec_set_threshold), (smokecodec_get_threshold),
27414         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27415         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27416         (smokecodec_parse_header), (smokecodec_decode):
27417         * ext/jpeg/smokecodec.h:
27418         Added a new simple jpeg based codec
27419
27420 2004-06-08  Wim Taymans  <wim@fluendo.com>
27421
27422         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27423         (gst_multipart_mux_loop):
27424         Fix memory leak
27425
27426 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27427
27428         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27429         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27430         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27431         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27432         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27433         * gst/tcp/gsttcpserversink.h:
27434           take streamheader into account
27435
27436 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27437
27438         * gst/level/Makefile.am:
27439         * gst/level/gstlevel.c: (gst_level_class_init):
27440           clean up marshal generation
27441
27442 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27443
27444         * gst/tcp/Makefile.am:
27445         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27446         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27447         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27448         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27449         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27450         (gst_tcpclientsrc_get_property):
27451         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27452         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27453         (gst_tcpserversink_handle_client_read),
27454         (gst_tcpserversink_handle_client_write),
27455         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27456         * gst/tcp/gsttcpserversink.h:
27457           add signals client-added and client-removed
27458         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27459         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27460         (gst_tcpserversrc_get_property):
27461         uniformized, change default protocol to NONE
27462         * gst/tcp/gsttcp-marshal.list: added
27463 2004-06-07  Benjamin Otte  <otte@gnome.org>
27464
27465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27466           handle discont events if they happen before caps nego
27467
27468 2004-06-07  Wim Taymans  <wim@fluendo.com>
27469
27470         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27471         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27472         (gst_multipart_demux_plugin_init):
27473         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27474         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27475         (gst_multipart_mux_change_state):
27476         Small updates, fix a memleak
27477
27478 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27479
27480         * configure.ac: OSS portability
27481         * ext/arts/gst_arts.c: idem
27482         * sys/oss/gstosselement.c: idem
27483         * sys/oss/gstossmixer.c: idem
27484         * sys/oss/gstosssink.c: idem
27485         * sys/oss/gstosssrc.c: idem
27486         * sys/oss/oss_probe.c: idem
27487           - check for soundcard.h in different places for some BSD
27488
27489 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27490
27491         * AUTHORS:
27492         Add me to the authors file
27493         * configure.ac:
27494         Increase the libdv requirement to >= version 0.100
27495         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27496         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27497         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27498         * ext/dv/gstdvdec.h:
27499         Add support for the new_media flag when sending DISCONT events
27500         Make the querying work when video pad is not linked
27501
27502 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27503
27504         reviewed by Benjamin Otte  <otte@gnome.org>
27505
27506         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27507           create a NULL-initialized array of pads, so we don't think they
27508           exist already. (fixes #143130)
27509
27510 2004-06-07  Benjamin Otte  <otte@gnome.org>
27511
27512         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27513         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27514         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27515           don't use // coments
27516
27517 2004-06-07  Benjamin Otte  <otte@gnome.org>
27518
27519         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27520           cast to GstClockTime to get higher granularity
27521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27522           use gst_element_set_time_delay to get the exact time
27523         * ext/mad/gstmad.c: (gst_mad_chain):
27524           use the negotiated rate instead of the current frame's rate which
27525           might be wrong because of bit errors. This avoids emitting totally
27526           bogus timestamps and screwing sync.
27527         (fixes #143454)
27528
27529 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27530
27531         reviewed by Benjamin Otte  <otte@gnome.org>
27532
27533         * gst/adder/gstadder.c: (gst_adder_loop):
27534           properly error out when no negotiation has happened yet. (fixes
27535           #143032)
27536
27537 2004-06-06  Benjamin Otte  <otte@gnome.org>
27538
27539         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27540           forward correctly transformed offset in discont events. Based on
27541           patch by Arwed v. Merkatz. (fixes #142851)
27542
27543 2004-06-06  David Schleef  <ds@schleef.org>
27544
27545         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27546         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27547         problems on several systems.
27548
27549 2004-06-06  Benjamin Otte  <otte@gnome.org>
27550
27551         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27552           use explicit caps on the srcpad
27553         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27554           properly error out if caps couldn't be set (fixes #142764)
27555
27556 2004-06-06  Benjamin Otte  <otte@gnome.org>
27557
27558         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27559         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27560         (gst_alsa_start_audio):
27561           - don't call set_periods_integer anymore, it breaks the
27562           configuration randomly
27563           - call snd_pcm_hw_params_set_access directly instead of using masks
27564           - don't fail if the sw_params can't be set, just use the default
27565           params and hope it works. Alsalib has weird issues when you touch
27566           sw_params and does no proper error reporting about what failed.
27567         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27568         (gst_alsa_close_audio):
27569           make our alsa debugging go via gst debugging and not conditionally
27570           defined
27571         * ext/alsa/gstalsa.h:
27572           add ALSA_DEBUG_FLUSH macro
27573         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27574         (plugin_init):
27575           wrap alsa errors to be printed via the gst debugging system and not
27576           spammed to stderr
27577
27578 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27579
27580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27581         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27582         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27583         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27584         (qtdemux_parse_trak):
27585         * gst/qtdemux/qtdemux.h:
27586           Bitch. Also known as seeking, querying & co.
27587         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27588         (gst_osssink_change_state):
27589         * sys/oss/gstosssink.h:
27590           Resyncing is for weenies, this hack is no longer needed and was
27591           broken anyway (since it - unintendedly - always leaves resync to
27592           TRUE).
27593
27594 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27595
27596         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27597         * gst/tcp/gsttcpclientsrc.h: idem
27598           - define MSG_NOSIGNAL if not done
27599           - include unistd.h for off_t
27600           (fixes #143749)
27601
27602 2004-06-05  Benjamin Otte  <otte@gnome.org>
27603
27604         * configure.ac:
27605         * ext/kio/Makefile.am:
27606           check for qt's moc preprocessor explicitly and use it
27607
27608 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27609
27610         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27611           don't get a signal for EPIPE on socket writes
27612           (somebody check if this works on other platforms)
27613
27614 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27615
27616         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27617         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27618           check error condition on available samples correctly
27619
27620 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27621
27622         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27623           avoid a segfault
27624         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27625         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27626         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27627         (gst_tcpserversrc_gdp_read_header):
27628          use ssize_t over size_t since the former is signed and thus the
27629          check for error codes can work
27630
27631 2004-06-02  Wim Taymans  <wim@fluendo.com>
27632
27633         reviewed by: Johan
27634
27635         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27636         (gst_multipart_mux_loop):
27637         Oops
27638
27639 2004-06-02  Wim Taymans  <wim@fluendo.com>
27640
27641         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27642         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27643         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27644         (gst_multipart_mux_change_state):
27645         Added configurable boundary specifier, added the value as a
27646         caps field as well.
27647
27648 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27649
27650         * gst/tcp/gsttcp.c:
27651         * gst/tcp/gsttcpclientsrc.c:
27652         * gst/tcp/gsttcpclientsrc.h:
27653         * gst/tcp/gsttcpserversrc.c:
27654           - portability fix, to compile on OSX
27655             (fixes #143146)
27656
27657         * sys/osxaudio/gstosxaudioelement.c:
27658         * sys/osxaudio/gstosxaudiosink.c:
27659         * sys/osxaudio/gstosxaudiosrc.c:
27660           - compilation warnings on OSX
27661             (fixes #143153)
27662
27663 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27664
27665         * ext/vorbis/vorbisdec.c : sign warning fixes
27666
27667         * gst-libs/gst/mixer/mixertrack.c :
27668           do no use defines which are glib 2.4 specific
27669
27670 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27671
27672         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27673           buffer since libflac doesn't expect it (reports a sync error when
27674           it encounters that)
27675
27676
27677 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27678
27679         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27680         * gst-libs/gst/mixer/mixertrack.c:
27681         (gst_mixer_track_get_property), (get_mixer_track_init),
27682         (get_mixer_track_get_property): Added property accessors
27683         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27684         * gst-libs/gst/mixer/mixeroptions.c:
27685         (gst_mixer_options_get_values): Added
27686         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27687         * gst-libs/gst/mixer/mixer.c: Fixed comment
27688
27689
27690 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27691
27692         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27693           improve error messages on open
27694
27695
27696 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27697
27698         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27699           check if v4l-conf is in path
27700
27701 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27702
27703         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27704           change assert to a more readable error message
27705
27706 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27707
27708         * gst-libs/gst/tuner/tunerchannel.h:
27709           - add a freq_multiplicator field to make the conversion
27710             between internal frequency unit and Hz
27711         * sys/v4l/gstv4lelement.c:
27712         * sys/v4l2/gstv4l2element.c:
27713           - change default video device to /dev/video0
27714         * sys/v4l/v4l_calls.c:
27715         * sys/v4l2/v4l2_calls.c:
27716           - we only expose frequency to the user in Hz instead of
27717             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27718
27719 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27720         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27721           Initialise b_o_s and e_o_s variables
27722         * gst-libs/gst/riff/riff-media.c:
27723         (gst_riff_create_video_caps_with_data):
27724           Add some unusual fourcc's from mplayer avi's
27725         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27726           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27727           autoplugging.
27728
27729 2004-05-28  Wim Taymans  <wim@fluendo.com>
27730
27731         * configure.ac:
27732         * gst/alpha/Makefile.am:
27733         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27734         (gst_alpha_get_type), (gst_alpha_base_init),
27735         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27736         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27737         (gst_alpha_chroma_key), (gst_alpha_chain),
27738         (gst_alpha_change_state), (plugin_init):
27739         A plugin to add an alpha channel to I420 video. Can optionally do
27740         chroma keying.
27741         * gst/multipart/Makefile.am:
27742         * gst/multipart/multipart.c: (plugin_init):
27743         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27744         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27745         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27746         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27747         (gst_multipart_demux_change_state),
27748         (gst_multipart_demux_plugin_init):
27749         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27750         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27751         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27752         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27753         (gst_multipart_mux_pad_unlink),
27754         (gst_multipart_mux_request_new_pad),
27755         (gst_multipart_mux_handle_src_event),
27756         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27757         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27758         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27759         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27760         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27761         send multipart jpeg images to a browser.
27762         * gst/videobox/Makefile.am:
27763         * gst/videobox/README:
27764         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27765         (gst_video_box_get_type), (gst_video_box_base_init),
27766         (gst_video_box_class_init), (gst_video_box_init),
27767         (gst_video_box_set_property), (gst_video_box_get_property),
27768         (gst_video_box_sink_link), (gst_video_box_i420),
27769         (gst_video_box_ayuv), (gst_video_box_chain),
27770         (gst_video_box_change_state), (plugin_init):
27771         Crops or adds borders around an image. can do alpha channel
27772         borders as well.
27773         * gst/videomixer/Makefile.am:
27774         * gst/videomixer/README:
27775         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27776         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27777         (gst_videomixer_pad_get_sink_event_masks),
27778         (gst_videomixer_pad_get_property),
27779         (gst_videomixer_pad_set_property),
27780         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27781         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27782         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27783         (gst_videomixer_base_init), (gst_videomixer_class_init),
27784         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27785         (gst_videomixer_handle_src_event),
27786         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27787         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27788         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27789         (gst_videomixer_loop), (gst_videomixer_get_property),
27790         (gst_videomixer_set_property), (gst_videomixer_change_state),
27791         (plugin_init):
27792         Generic video mixer plugin, can handle multiple inputs all with
27793         different framerates and video sizes. Is fully alpha channel
27794         aware.
27795
27796 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27797
27798         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27799           Select first track as master track. Not sure how else to handle
27800           that...
27801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27802           Discard discont events. Should fix #142962.
27803
27804 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27805
27806         * ext/alsa/Makefile.am:
27807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27808         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27809         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27810         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27811         (gst_alsa_mixer_get_option):
27812         * ext/alsa/gstalsamixer.h:
27813         * ext/alsa/gstalsamixeroptions.c:
27814         (gst_alsa_mixer_options_get_type),
27815         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27816         (gst_alsa_mixer_options_new):
27817         * ext/alsa/gstalsamixeroptions.h:
27818         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27819         * ext/alsa/gstalsamixertrack.h:
27820           Add enumerations (as GstMixerOptions). Make correct distinction
27821           between input/output tracks. Add capture/playback private flag.
27822           Use flag to decide on whether to set capture or playback volumes
27823           or switches. Use playback and record switches.
27824         * gst-libs/gst/mixer/Makefile.am:
27825         * gst-libs/gst/mixer/mixer-marshal.list:
27826         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27827         (gst_mixer_set_option), (gst_mixer_get_option),
27828         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27829         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27830         * gst-libs/gst/mixer/mixer.h:
27831         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27832         (gst_mixer_options_class_init), (gst_mixer_options_init),
27833         (gst_mixer_options_dispose):
27834         * gst-libs/gst/mixer/mixeroptions.h:
27835           Add GstMixerOptions.
27836         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27837           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27838           broken device detection on computers with multiple OSS sound
27839           cards.
27840
27841 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27842
27843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27844           fixate nicely even when the peer is not negotiating
27845
27846 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27847
27848         * gst/audioconvert/gstaudioconvert.c:
27849         (gst_audio_convert_parse_caps):
27850           make sure we don't allow depth > width
27851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27852           fixate endianness to G_BYTE_ORDER as default
27853         * gst/audioscale/gstaudioscale.c:
27854           we don't handle another endianness as host-endianness
27855
27856 2004-05-25  David Schleef  <ds@schleef.org>
27857
27858         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27859
27860 2004-05-24  Benjamin Otte  <otte@gnome.org>
27861
27862         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27863         (gst_oggvorbisenc_setup):
27864           properly fail when we can't setup the vorbis encoder due to
27865           unsupported settings
27866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27867         (gst_vorbisenc_setup):
27868           same
27869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27870           fix case where warnings occured when one pad was unlinked while the
27871           other's link function was called
27872
27873 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27874
27875         * gst/tcp/Makefile.am:
27876           use GST_ENABLE_NEW
27877
27878 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27879
27880         * gst-libs/gst/resample/private.h:
27881           don't use optimizations that are #if 0'ed
27882
27883 2004-05-24  Wim Taymans  <wim@fluendo.com>
27884
27885         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27886         Fix potential division by zero error and hopefully get
27887         the position query right to get correct timestamps on avi
27888         audio.
27889
27890 2004-05-24  Wim Taymans  <wim@fluendo.com>
27891
27892         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27893         (gst_videoscale_scale_nearest_str2),
27894         (gst_videoscale_scale_nearest_str4),
27895         (gst_videoscale_scale_nearest_32bit),
27896         (gst_videoscale_scale_nearest_24bit),
27897         (gst_videoscale_scale_nearest_16bit):
27898         Fix the scaling algorithm and avoid a buffer overflow.
27899         removed the while loop in the scaling function as it
27900         was used for point sampling only.
27901
27902 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27903
27904         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27905         (gst_id3_tag_class_init), (gst_id3_tag_init),
27906         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27907         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27908         (gst_id3_tag_send_tag_event):
27909           lots of fixes to make id3mux work and id3demux work correctly
27910
27911 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27912
27913         * ext/Makefile.am:
27914           add rules to build shout2send (was removed by accident
27915           when this module was no more marked experimental/broken)
27916
27917 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27918
27919         * ext/shout2/gstshout2.c:
27920         * ext/shout2/gstshout2.h:
27921           adding a "connection problem" signal to shout2send
27922           (fixes #142954)
27923
27924 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27925
27926         * ext/kio/kioreceiver.cpp:
27927         * ext/kio/kioreceiver.h:
27928           fix sign comparison issues
27929
27930 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27931
27932         * gst/cdxaparse/gstcdxaparse.c:
27933         * gst/cdxaparse/gstcdxaparse.h:
27934           some renaming
27935           add some checks/sanity
27936           prepare for seek addition
27937
27938         * sys/sunaudio/gstsunaudio.c:
27939           remove exported dupe init function
27940
27941 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27942
27943         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27944         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27945           Fix format conversion and position querying.
27946         * gst/debug/progressreport.c: (gst_progressreport_report):
27947           Don't output a bogus total value that we didn't query.
27948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27949           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27950           only a blank window after xine has been used.
27951
27952 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27953
27954         * m4/as-arts.m4:
27955           sync with upstream version to fix test on FC2
27956           readd with -ko to preserve Id header
27957
27958 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27959
27960         * configure.ac:
27961           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27962         * gst/tcp/gsttcpclientsrc.c: idem
27963         * gst/tcp/gsttcpserversink.c: idem
27964         * gst/tcp/gsttcpserversrc.c: idem
27965         * m4/gst-fionread.m4: idem
27966
27967         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27968
27969         * configure.ac: enable speex plugin for speex 1.1.5+
27970         * ext/speex/gstspeexenc.c: fix cast warning
27971
27972         * ext/esd/README: fix typo
27973
27974 2004-05-20  David Schleef  <ds@schleef.org>
27975
27976         * configure.ac: Minor cosmetic change to convince the buildbot to
27977         reautogen.
27978         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27979         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27980         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27981         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27982         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27983         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27984         More hacking.  Plays audio now.
27985
27986 2004-05-20  David Schleef  <ds@schleef.org>
27987
27988         * configure.ac:
27989         * sys/Makefile.am:
27990
27991 2004-05-20  David Schleef  <ds@schleef.org>
27992
27993         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27994         * sys/osxaudio/gstosxaudio.c:
27995         * sys/osxaudio/gstosxaudioelement.c:
27996         * sys/osxaudio/gstosxaudioelement.h:
27997         * sys/osxaudio/gstosxaudiosink.c:
27998         * sys/osxaudio/gstosxaudiosink.h:
27999         * sys/osxaudio/gstosxaudiosrc.c:
28000         * sys/osxaudio/gstosxaudiosrc.h:
28001
28002 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28003
28004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28005         (gst_vorbisenc_chain):
28006           put the codec headers on the caps as streamheader as well as
28007           pushing them out
28008
28009 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28010
28011         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28012         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28013         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28014         split up push_packet into two functions
28015
28016 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28017
28018         * gst/tcp/.cvsignore:
28019           ignore enums
28020         * gst/tcp/Makefile.am:
28021         * gst/tcp/README:
28022         * gst/tcp/gsttcp.c:
28023         * gst/tcp/gsttcp.h:
28024         * gst/tcp/gsttcpclientsink.c:
28025         * gst/tcp/gsttcpclientsink.h:
28026         * gst/tcp/gsttcpclientsrc.c:
28027         * gst/tcp/gsttcpclientsrc.h:
28028         * gst/tcp/gsttcpplugin.c:
28029         * gst/tcp/gsttcpserversink.c:
28030         * gst/tcp/gsttcpserversink.h:
28031         * gst/tcp/gsttcpserversrc.c:
28032         * gst/tcp/gsttcpserversrc.h:
28033           add new tcp elements
28034
28035 2004-05-19  Wim Taymans  <wim@fluendo.com>
28036
28037         * gst/law/mulaw-conversion.c: (mulaw_encode):
28038         Fix overflow bug in ulaw encoding.
28039
28040 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28041
28042         * ext/mad/gstmad.c: (gst_mad_handle_event):
28043           don't unref the event twice
28044
28045 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28046
28047         * configure.ac:
28048           remove -Wno-sign-compare
28049
28050 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28051
28052         * configure.ac:
28053           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28054           if you want to work against glib 2.2 and 2.4
28055
28056 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28057
28058         * gst/tcp/Makefile.am:
28059         * gst/tcp/gsttcp.c:
28060         * gst/tcp/gsttcp.h:
28061         * gst/tcp/gsttcpsink.h:
28062         * gst/tcp/gsttcpsrc.h:
28063           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28064
28065 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28066
28067         * gst/debug/tests.c: (md5_get_value):
28068           fix segfault on gst-inspect
28069
28070 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28071
28072         * gst/debug/testplugin.c:
28073         * gst/debug/tests.c:
28074         * gst/debug/tests.h:
28075           add new extensible and configurable testing element. Current tests
28076           include buffer count, stream length, timestamp/duration matching and
28077           md5.
28078         * gst/debug/Makefile.am:
28079         * gst/debug/gstdebug.c: (plugin_init):
28080           add infrastructure for new element
28081
28082 2004-05-19  Johan Dahlin  <johan@gnome.org>
28083
28084         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28085         ending of the array. Fixes gst-inspect segfault on ppc.
28086
28087 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28088
28089         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28090
28091         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28092
28093 2004-05-18  David Schleef  <ds@schleef.org>
28094
28095         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28096         warnings (bugs, actually) noticed by gcc but not forte.
28097
28098 2004-05-18  David Schleef  <ds@schleef.org>
28099
28100         * sys/sunaudio/Makefile.am:
28101         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28102
28103 2004-05-18  David Schleef  <ds@schleef.org>
28104
28105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28106         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28107         to allow qtdemux to use non-seekable streams. (bug #142272)
28108
28109 2004-05-18  David Schleef  <ds@schleef.org>
28110
28111         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28112         (gst_resample_sinc_ft_float): Remove use of static temporary
28113         buffer.  This code was obviously not supposed to last long, but
28114         it's stuck in our ABI, so it required a little hack to make it
28115         ABI-compatible.  Fixes #142585.
28116         * gst-libs/gst/resample/resample.h: same.
28117
28118 2004-05-18  David Schleef  <ds@schleef.org>
28119
28120         * configure.ac: Add sunaudio
28121         * examples/Makefile.am: make gstplay depend on gconf
28122         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28123         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28124         (convert_table_lookup), (img_convert): remove c99-isms
28125         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28126           unsigned, to fix a warning on Solaris
28127         * gst/mpeg1sys/systems.c: bcopy->memcpy
28128         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28129         * sys/Makefile.am: Add sunaudio
28130
28131 2004-05-18  Wim Taymans  <wim@fluendo.com>
28132
28133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28134         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28135         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28136         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28137         (gst_ogg_mux_loop):
28138         Fix an ugly memleak where the muxer didn't flush enough ogg
28139         pages. This also resulted in badly muxed ogg files.
28140
28141 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28142
28143         * gst/asfdemux/asfheaders.c :
28144         * gst/asfdemux/asfheaders.h :
28145         * gst/asfdemux/gstasfdemux.c :
28146           - fix ASF_OBJ_PADDING guid
28147           - add 3 new object guids (language list, metadata,
28148             extended stream properties)
28149           - add a function to parse extended header objects
28150
28151 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28152
28153         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28154           remove leftover debugging g_print
28155
28156 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28157
28158         * ext/mad/gstmad.c: (gst_mad_handle_event):
28159           Fix for when the first format in a discont event is not a
28160           byte-based one. Should fix #137710.
28161
28162 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28163
28164         * m4/a52.m4 : fix compilation with -Wall -Werror
28165         * m4/libfame.m4 : idem
28166         * m4/libmikmod.m4 : idem
28167
28168 2004-05-17  Benjamin Otte  <otte@gnome.org>
28169
28170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28171           signal the new tags before giving up the reference
28172
28173 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28174
28175         * ext/shout2/gstshout2.c:
28176           use application/ogg instead of application/x-ogg (patch by Patrick
28177           Guimond, fixes #142432)
28178         * sys/oss/gstosselement.c: (gst_osselement_reset),
28179         (gst_osselement_sync_parms):
28180           don't set fragment size unless specified (fixes #142493)
28181
28182 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28183
28184         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28185           fixes #142664
28186
28187 2004-05-17  Benjamin Otte  <otte@gnome.org>
28188
28189         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28190           compute offsets correctly for internal buffers so timestamps are set
28191           correctly when we can't seek. Also handle cases where there are no
28192           offsets. (based on a patch by David Moore, fixes #142507)
28193
28194 2004-05-17  Benjamin Otte  <otte@gnome.org>
28195
28196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28197           use correct variable when determining amount of data to skip so we
28198           don't skip into the void and segfault
28199
28200 2004-05-16  Benjamin Otte  <otte@gnome.org>
28201
28202         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28203           Hi, I'm a memleak
28204
28205 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28206
28207         * gst/asfdemux/gstasfdemux.c:
28208           - fix a mem leak and always propagate tags
28209           - add WMV3 to known video codecs (but no decoder yet)
28210           - replace "surplus data" at end of audio header for what
28211             it is : codec specific data
28212           - fix a typo
28213
28214 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28215
28216         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28217
28218         * gst-libs/gst/audio/audioclock.c:
28219           Fix wrong return type (#142205).
28220
28221 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28224           Ignore CRCs by default (fixes #142566).
28225
28226 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28227
28228         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28229         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28230         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28231         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28232         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28233         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28234           Fix for cases where we fail to attach to a mixer.
28235
28236 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28237
28238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28239           Don't touch events after not owning them anymore.
28240         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28241         (gst_wavparse_fmt), (gst_wavparse_other),
28242         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28243         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28244         (gst_wavparse_srcpad_event):
28245         * gst/wavparse/gstwavparse.h:
28246           Add seeking, fix querying.
28247
28248 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28249
28250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28251           - process comments even if they don't end with \0\0
28252             g_convert would ignore them if present and works well without them
28253
28254 2004-05-16  Benjamin Otte  <otte@gnome.org>
28255
28256         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28257           simplify caps
28258
28259 2004-05-16  Benjamin Otte  <otte@gnome.org>
28260
28261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28262           don't write to memory we might not write to - g_convert does that
28263           for us anyway (fixes #142613)
28264         (gst_asf_demux_audio_caps):
28265           comment out gst_util_dump_mem
28266
28267 2004-05-16  Benjamin Otte  <otte@gnome.org>
28268
28269         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28270           compute correct expected timestamps after seek (broken since
28271           last commit)
28272         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28273           rename element and debugging category to gdkpixbufscale
28274
28275 2004-05-16  Benjamin Otte  <otte@gnome.org>
28276
28277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28278           add error checking to snd_pcm_delay and remove duplicate call to
28279           snd_pcm_delay that caused issues (see inline code comments)
28280         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28281           make more readable and fix return value when snd_pcm_delay fails
28282         (fixes #142586)
28283
28284 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28285         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28286         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28287         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28288         (gst_pixbufscale_link), (gst_pixbufscale_init),
28289         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28290         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28291         (gst_pixbufscale_get_property), (pixbufscale_init):
28292         * ext/gdk_pixbuf/pixbufscale.h:
28293         Add these files I forgot earlier
28294
28295 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28296         * ext/gdk_pixbuf/Makefile.am:
28297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28298         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28299         Add new pixbufscale element to scale RGB video
28300         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28301         and HYPER interpolation correctly.
28302         * ext/theora/theoraenc.c: (theora_enc_chain),
28303         Discard buffer and return if explicit caps could not be set
28304         (theora_enc_get_property):
28305         Make _get return kbps for the bitrate consistent with
28306         the _set function.
28307
28308
28309 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28310
28311         * ext/libvisual/visual.c: (gst_visual_chain):
28312           add missing visual_audio_analyze
28313
28314 2004-05-14  David Schleef  <ds@schleef.org>
28315
28316         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28317         is killed while we're playing.
28318         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28319         gst_element_no_more_pads().
28320
28321 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28322
28323         * gst-libs/gst/riff/riff-read.c :
28324           - fix INFO tag extraction in RIFF/AVI files
28325             because gst_event_unref (event) also freed taglist
28326           - avoid a mem leak
28327
28328 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28329
28330         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28331         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28332
28333         * gst/auparse/gstauparse.c :
28334           - add code (commented for now) to support audio/x-adpcm on src pad
28335             (we have no decoder for those layout yet)
28336
28337         * gst/cdxaparse/gstcdxaparse.c :
28338         * gst/cdxaparse/gstcdxaparse.h :
28339           - partial rewrite using RiffRead (ripped iain's wavparse code)
28340
28341         * gst/rtp/gstrtpL16enc.c : typo
28342         * gst/rtp/gstrtpgsmenc.c : typo
28343
28344 2004-05-13  Benjamin Otte  <otte@gnome.org>
28345
28346         * configure.ac:
28347           check for exact version of libvisual, it's not supposed to be
28348           API/ABI stable yet
28349
28350 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28351
28352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28353           signal no-more-pads
28354
28355 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28356
28357         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28358         Report which format was used for GST_FORMAT_DEFAULT
28359         * gst/debug/Makefile.am:
28360         * gst/debug/gstdebug.c: (plugin_init):
28361         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28362         (gst_progressreport_class_init), (gst_progressreport_init),
28363         (gst_progressreport_report), (gst_progressreport_set_property),
28364         (gst_progressreport_get_property), (gst_progressreport_chain),
28365         (gst_progressreport_plugin_init):
28366         Add progressreport element for testing.
28367
28368 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28369
28370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28371         * sys/v4l/gstv4lsrc.h:
28372         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28373         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28374         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28375         (gst_v4lsrc_grab_frame):
28376           add more debugging
28377           send a discont at start
28378
28379 2004-05-12  Colin Walters  <walters@redhat.com>
28380
28381         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28382         inflooping if we can't find a chunk.  Or in other words, don't blow
28383         chunks if we don't have a chunk to blow.
28384
28385 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28386         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28387         Remove old debug output
28388         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28389         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28390         (gst_dvdec_set_property), (gst_dvdec_get_property):
28391         Change the quality setting to an enum, so it works from gst-launch
28392         Don't renegotiate a non-linked pad. Allows audio only decoding.
28393         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28394         (gst_deinterlace_link), (gst_deinterlace_init):
28395         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28396         (gst_videodrop_link):
28397         Some caps negotiation fixes
28398
28399 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28400
28401         * ext/tarkin/gsttarkin.c :
28402           - Change RANK from NONE to PRIMARY
28403         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28404           - Change RANK from NONE to MARGINAL
28405         * ext/divx/gstdivxenc.c :
28406           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28407
28408 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28409
28410         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28411         (gst_vorbisenc_push_packet):
28412           copy a function that was added between 1.0 and 1.0.1 until we
28413           depend on worthwhile features of post-1.0
28414
28415 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28416
28417         * configure.ac:
28418           enable shout2 by default
28419         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28420         (gst_shout2send_base_init), (gst_shout2send_init),
28421         (gst_shout2send_connect), (gst_shout2send_change_state):
28422         * ext/shout2/gstshout2.h:
28423           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28424           #142262)
28425         * ext/theora/theora.c: (plugin_init):
28426           don't set rank on encoders
28427
28428 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28429
28430         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28431           Use codec_data property instead of flag1 and flag2 for wma
28432
28433 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28434
28435         * gst/cdxaparse/gstcdxaparse.c :
28436           - Add mpegversion to CAPS to make it link
28437           - Rank is as GST_RANK_SECONDARY instead of NONE
28438         * gst/auparse/gstauparse.c :
28439           - Document all audio encoding we can encounter from Solaris 9
28440             headers and libsndfile information.
28441           - Increase max. rate from 48000 to 192000 (to match other elements)
28442           - Don't try to play junk data between header and samples
28443
28444 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28445
28446         * ext/libvisual/visual.c: (gst_visual_getcaps):
28447           use the right caps depending on endianness (I hope)
28448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28449           use GST_RANK_NONE for all non-decoding elements or spider gets
28450           mighty confused
28451
28452 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28455           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28456
28457 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28458
28459         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28460         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28461         (gst_switch_loop), (gst_switch_get_type):
28462           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28463           HEADERS. Had to be said.
28464
28465 2004-05-10  David Schleef  <ds@schleef.org>
28466
28467         * configure.ac: Add prototype Dirac support.
28468         * ext/Makefile.am:
28469         * ext/dirac/Makefile.am:
28470         * ext/dirac/gstdirac.cc:
28471         * ext/dirac/gstdiracdec.cc:
28472
28473 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28474
28475         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28476         (gst_auparse_init), (gst_auparse_chain),
28477         (gst_auparse_change_state):
28478           Hack around spider. Remove me some day please.
28479
28480 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28481
28482         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28483           Fix for some uninitialized variables in previous patch, also
28484           makes it work. Fixes #142286 while we're at it.
28485
28486 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28487
28488         * gst/auparse/gstauparse.c:
28489                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28490                 only unsupported formats are ADPCM/CCITT G.72x
28491                 reviewed by Ronald
28492         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28493
28494 2004-05-10  Wim Taymans  <wim@fluendo.com>
28495
28496         * ext/vorbis/Makefile.am:
28497         * ext/vorbis/README:
28498         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28499         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28500         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28501         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28502         (gst_oggvorbisenc_convert_sink),
28503         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28504         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28505         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28506         (get_constraints_string), (update_start_message),
28507         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28508         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28509         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28510         * ext/vorbis/oggvorbisenc.h:
28511         * ext/vorbis/vorbis.c: (plugin_init):
28512         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28513         (raw_caps_factory), (gst_vorbisenc_class_init),
28514         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28515         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28516         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28517         * ext/vorbis/vorbisenc.h:
28518         Added a raw vorbis encoder to be used with the oggmuxer.
28519         We still need the old encoder for some gnome applications,
28520         read the README to find out how that works.
28521         The raw encoder is called "rawvorbisenc" until 0.9.
28522
28523 2004-05-10  Wim Taymans  <wim@fluendo.com>
28524
28525         * ext/ogg/gstogg.c: (plugin_init):
28526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28527         (gst_ogg_print):
28528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28529         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28530         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28531         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28532         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28533         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28534         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28535         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28536         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28537         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28538         Added an ogg muxer.
28539         Small typo fixes in the demuxer.
28540
28541 2004-05-10  Wim Taymans  <wim@fluendo.com>
28542
28543         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28544         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28545         (theora_enc_change_state), (theora_enc_set_property),
28546         (theora_enc_get_property):
28547         Mark the last packet with an EOS flag which is not really needed
28548         in gstreamer.
28549         Do some better video framerate initialisation.
28550         Update the buffer timestamp.
28551
28552 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28553
28554         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28555         Return the result of the parent state change call
28556
28557 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28558
28559         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28560         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28561         * gst/law/alaw-encode.c : (idem)
28562         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28563         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28564         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28565
28566 2004-05-09  Benjamin Otte  <otte@gnome.org>
28567
28568         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28569           don't use a fixed buffer size when writing variable length data to
28570           it. Fixes memory corruption and makes alsasrc work
28571
28572 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * ext/gnomevfs/gstgnomevfssink.c:
28575         (_gst_boolean_allow_overwrite_accumulator),
28576         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28577           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28578           RUN_LAST, and don't use that to set the accumulator value because
28579           then it's always FALSE.
28580
28581 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28582
28583         * gst-libs/gst/riff/riff-media.c:
28584         (gst_riff_create_video_caps_with_data),
28585         (gst_riff_create_audio_caps),
28586         (gst_riff_create_audio_template_caps):
28587         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28588           Fix for unaligned RIFF files (i.e. where all the chunks together
28589           in a LIST chunk are not of the same size as the size given in
28590           the LIST chunk header). Fixes several odd WAVE files. Also fix
28591           ADPCM (block_align property) in audio, so that wavparse based
28592           on this works now as it used to stand-alone.
28593
28594 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28595
28596         reviewed by Benjamin Otte  <otte@gnome.org>
28597
28598         * ext/a52dec/gsta52dec.c:
28599         * ext/divx/gstdivxdec.c:
28600         * ext/divx/gstdivxenc.c:
28601         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28602         * ext/faac/gstfaac.c: (gst_faac_base_init):
28603         * ext/faad/gstfaad.c: (gst_faad_base_init):
28604         * ext/ivorbis/vorbisfile.c:
28605         * ext/lame/gstlame.c:
28606         * ext/libfame/gstlibfame.c:
28607         * ext/mpeg2enc/gstmpeg2enc.cc:
28608         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28609         * ext/sidplay/gstsiddec.cc:
28610         * ext/speex/gstspeexdec.c:
28611         * ext/speex/gstspeexenc.c:
28612         * ext/xvid/gstxviddec.c:
28613         * ext/xvid/gstxvidenc.c:
28614           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28615           (fixes #142193)
28616
28617 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28618
28619         * ext/alsa/gstalsa.c: (device_list),
28620         (gst_alsa_class_probe_devices):
28621         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28622           Fix alsa oddness in mixer after the combination of using mixer
28623           in source/sink elements and using hw:x,y instead of just hw:x.
28624
28625 2004-05-09  Benjamin Otte  <otte@gnome.org>
28626
28627         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28628         (gst_wavparse_create_sourcepad):
28629           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28630           sourcepads
28631
28632 2004-05-09  Benjamin Otte  <otte@gnome.org>
28633
28634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28635           allow discont events before caps nego
28636
28637 2004-05-08  Benjamin Otte  <otte@gnome.org>
28638
28639         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28640           don't leak events
28641
28642 2004-05-08  Benjamin Otte  <otte@gnome.org>
28643
28644         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28645         (gst_level_change_state), (gst_level_init):
28646         * gst/level/gstlevel.h:
28647           figure out if we're initialized directly instead of keeping a
28648           variable that's wrong in 90% of cases
28649           don't initialize pads and then leak them and use a new unitialized
28650           pad. (fixes #142084)
28651           these were bugs so n00bish I didn't find them for an hour :/
28652
28653 2004-05-08 Iain <iain@prettypeople.org>
28654
28655         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28656         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28657         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28658         return the length that was read.
28659         (gst_riff_read_strf_auds): Allow fmt tags as well.
28660
28661 2004-05-07  David Schleef  <ds@schleef.org>
28662
28663         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28664         signed char assumption in faad.h.
28665
28666 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28667
28668         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28669           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28670
28671 2004-05-07  Colin Walters  <walters@redhat.com>
28672
28673         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28674         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28675         function.
28676         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28677         Add dispose function.
28678
28679 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28680         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28681           Fix caps nego and pad templates. RGB mode caps should
28682           work now.
28683         * ext/dvdnav/gst-dvd:
28684           Move mpeg2dec inside the thread because otherwise the
28685           queue rejects cap changes mid-stream
28686         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28687         (gst_mpeg2dec_flush_decoder):
28688           For mpeg2dec > 0.4.0, call the flush function instead of
28689           manually extracting all in-flight frames.
28690         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28691         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28692           Change mime type video/dv go video/x-dv to match the
28693           rest of gst-plugins
28694
28695 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28696
28697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28698         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28699         (gst_alsa_sink_class_init):
28700         * ext/alsa/gstalsasink.h:
28701         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28702         (gst_alsa_src_class_init):
28703         * ext/alsa/gstalsasrc.h:
28704           Make alsasink/src a subclass of alsamixer so that mixer stuff
28705           shows up in gst-rec. Needs some finetuning.
28706
28707 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28708
28709         * ext/lame/gstlame.c: (gst_lame_chain):
28710           simplify
28711         * ext/mad/gstmad.c: (gst_mad_handle_event):
28712           fix event leak
28713         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28714           be able to detect mp3 files < 4096 bytes
28715
28716 2004-05-06  Wim Taymans  <wim@fluendo.com>
28717
28718         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28719         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28720         (theora_enc_set_property), (theora_enc_get_property):
28721         Also encode the first frame, cleanup some code.
28722
28723 2004-05-06  Wim Taymans  <wim@fluendo.com>
28724
28725         * ext/mpeg2enc/gstmpeg2enc.cc:
28726         Forward events first before deciding that negotiation was
28727         not performed.
28728
28729 2004-05-06  Wim Taymans  <wim@fluendo.com>
28730
28731         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28732         First process the events before deciding that negotiation
28733         was not performed.
28734
28735 2004-05-06  Wim Taymans  <wim@fluendo.com>
28736
28737         * ext/theora/Makefile.am:
28738         * ext/theora/theora.c: (plugin_init):
28739         * ext/theora/theoradec.c: (theora_dec_change_state):
28740         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28741         (gst_theora_enc_class_init), (gst_theora_enc_init),
28742         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28743         (theora_enc_chain), (theora_enc_change_state),
28744         (theora_enc_set_property), (theora_enc_get_property):
28745         Added a theora encoder, grouped the encoder and decoder into the
28746         same plugin.
28747
28748 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28749
28750         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28751         (gst_jpegenc_chain):
28752         fix DURATION on outgoing buffers
28753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28754         debug using time formats
28755         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28757         (gst_xvimagesink_sink_link):
28758         windows with width/height 0 generate X errors, so don't allow them
28759
28760 2004-05-05  Wim Taymans  <wim@fluendo.com>
28761
28762         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28763         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28764         (gst_mpeg2dec_negotiate_format):
28765         * ext/mpeg2dec/gstmpeg2dec.h:
28766           removed the static pad template so that we can add the
28767           more accurate framerate value to the caps.
28768
28769
28770 2004-05-04  Benjamin Otte  <otte@gnome.org>
28771
28772         * configure.ac:
28773           check for kdemacros.h, too (should fix #141821)
28774         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28775           don't crash if no header was sent, but nicely error out (fixes part
28776           of #141554)
28777
28778 2004-05-04  Wim Taymans  <wim@fluendo.com>
28779
28780         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28781         parent dispose function to avoid segfault on destroy.
28782
28783 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28786         (plugin_init):
28787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28788         (gst_xvimagesink_sink_link):
28789         clean up debugging caps
28790         also recreate xvimage when format has changed
28791
28792 2004-05-04  Benjamin Otte  <otte@gnome.org>
28793
28794         * ext/libvisual/Makefile.am:
28795         * ext/libvisual/visual.c: (gst_visual_class_init),
28796         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28797         (gst_visual_srclink), (gst_visual_chain),
28798         (gst_visual_change_state), (plugin_init):
28799           use a GstAdapter to correctly adapt buffer sizes - allows using a
28800           framerate
28801
28802 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28803
28804         * sys/v4l/gstv4lelement.h:
28805         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28807         (gst_v4lsrc_buffer_free):
28808         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28809         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28810         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28811         (gst_v4lsrc_requeue_frame):
28812         move some debugging categories around
28813         query for fps index and set accordingly if found
28814
28815 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28816
28817         * ext/lame/gstlame.c:
28818         correct defaults that lame_init puts out of range
28819
28820 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28821
28822         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28823         (gst_divxenc_class_init):
28824         fix range since -1 is the default
28825         * gst/mpeg1sys/gstmpeg1systemencode.c:
28826         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28827         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28828         (gst_rtjpegdec_chain):
28829         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28830         (gst_rtjpegenc_chain):
28831         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28832         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28833         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28835         * sys/v4l/gstv4lsrc.c:
28836         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28837         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28838         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28839         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28840         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28841           remove gst_info calls
28842
28843 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28844
28845         * Makefile.am:
28846         * po/af.po:
28847         * po/az.po:
28848         * po/en_GB.po:
28849         * po/nl.po:
28850         * po/sr.po:
28851         * po/sv.po:
28852           Updated translations
28853
28854 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28855
28856         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28857           refactor/comment code
28858
28859 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28860
28861         * gst/asfdemux/Makefile.am:
28862         * gst/asfdemux/asfheaders.c:
28863         * gst/asfdemux/asfheaders.h:
28864         * gst/asfdemux/gstasf.c: (plugin_init):
28865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28866         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28867         (gst_asf_demux_setup_pad):
28868         * gst/asfdemux/gstasfdemux.h:
28869         * gst/asfdemux/gstasfmux.c:
28870         * gst/asfdemux/gstasfmux.h:
28871           Add tagging support to demuxer, split out registration in its own
28872           file instead of in demux (hacky), and prevent having some tables
28873           in our memory multiple times (in asfheaders.h).
28874
28875 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28876
28877         * gst/matroska/matroska-demux.c:
28878         (gst_matroska_demux_parse_metadata):
28879         * gst/matroska/matroska-ids.h:
28880           Basic tag reading support.
28881
28882 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28883
28884         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28885           Really detect ac-3 audio.
28886         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28887           really detect matroska files (off-by-1).
28888
28889 2004-04-30  David Schleef  <ds@schleef.org>
28890
28891         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28892         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28893         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28894         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28895         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28896         hackage -- parse a lot more atoms, extract a few tags.  One might even
28897         mistake this for tag support.  Maybe it is.
28898         * gst/qtdemux/qtdemux.h:
28899
28900 2004-04-30  Colin Walters  <walters@verbum.org>
28901
28902         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28903
28904 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28905
28906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28907         (gst_ffmpegcolorspace_getcaps):
28908           remove broken nego fix
28909
28910 2004-04-30  Benjamin Otte  <otte@gnome.org>
28911
28912         * configure.ac:
28913         * ext/Makefile.am:
28914         * ext/libvisual/Makefile.am:
28915         * ext/libvisual/visual.c:
28916           add initial support for libvisual (http://libvisual.sourceforge.net)
28917           libvisual is still quite alpha, so expect crashes in there :)
28918
28919 2004-04-29  David Schleef  <ds@schleef.org>
28920
28921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28922         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28923         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28924         code; you will no longer respect me.
28925
28926 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28927
28928         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28929         * ext/alsa/gstalsa.h :
28930         change alsa pcm device discovery to find more than 1 device
28931         per card. code review by Ronald.
28932
28933 2004-04-29  David Schleef  <ds@schleef.org>
28934
28935         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28936         Add a check for a driver bug on FreeBSD.  (bug #140565)
28937
28938 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28939
28940         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28941         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28942         (gst_jpegenc_getcaps):
28943           move format setting to inner loop
28944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28945         (gst_ffmpegcolorspace_getcaps):
28946           use GST_PAD_CAPS if available so that we use already negotiated
28947           caps
28948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28949         (qtdemux_parse_moov), (qtdemux_parse):
28950           extra debugging
28951         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28952         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28953           move hardcoded path to DEFINE
28954
28955 2004-04-28  David Schleef  <ds@schleef.org>
28956
28957         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28958         (bug #140064)
28959
28960 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28963           Don't probe for playback device if we're a source element. Fixes
28964           #139658.
28965
28966 2004-04-29  Benjamin Otte  <otte@gnome.org>
28967
28968         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28969         (gst_id3_tag_chain):
28970           rewrite buffer offset
28971
28972 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28973
28974         * configure.ac:
28975         * ext/Makefile.am:
28976         * ext/dts/Makefile.am:
28977         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28978         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28979         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28980         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28981         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28982         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28983         (plugin_init):
28984         * ext/dts/gstdtsdec.h:
28985           New DTS decoder.
28986         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28987         (gst_faad_srcconnect):
28988           Add ESDS atom handling (.m4a).
28989
28990 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28991
28992         * ext/divx/gstdivxdec.c: (plugin_init):
28993           Remove comment that makes no sense.
28994         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28995           Fix for obvious typo that resulted in warnings during gst-register.
28996         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28997         (gst_xviddec_sink_link):
28998           Fix caps negotiation a bit better.
28999         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29000           We call this 'codec_data', not 'esds'.
29001
29002 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29003
29004         * gst/monoscope/gstmonoscope.c:
29005           make sure we only provide 256x128
29006         * gst/monoscope/monoscope.c: (monoscope_init):
29007           assert size of 256x128
29008
29009 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29010
29011         * Makefile.am:
29012         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29013         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29014           fixate to max width and height of device
29015
29016 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29017
29018         * Makefile.am:
29019         * sys/v4l/gstv4l.c:
29020         * sys/v4l/gstv4lsrc.c:
29021         * sys/v4l/v4l_calls.c:
29022         * sys/v4l/v4lsrc_calls.c:
29023           fix for qc-usb driver which fakes having more than one buffer
29024           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29025           buffer_free override
29026           add debugging
29027
29028 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29029
29030         * Makefile.am:
29031         * gst/videotestsrc/gstvideotestsrc.c:
29032         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29033         (gst_videotestsrc_init), (gst_videotestsrc_get),
29034         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29035         * gst/videotestsrc/gstvideotestsrc.h:
29036           add num-buffers property
29037
29038         2004-04-26  Benjamin Otte  <otte@gnome.org>
29039
29040         * ext/mad/gstid3tag.c: (plugin_init):
29041           set id3mux rank to NONE so it doesn't confuse spider
29042           require audio/mpeg,mpegversion=1 in id3mux
29043
29044 2004-04-26  Benjamin Otte  <otte@gnome.org>
29045
29046         * configure.ac:
29047           detect faad correctly as non-working if it's indeed non-working
29048
29049 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29050
29051         * Makefile.am:
29052         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29053         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29054         fix _getcaps so it only negotiates to its supported format
29055
29056 2004-04-25  Benjamin Otte  <otte@gnome.org>
29057
29058         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29059           fix memleak
29060
29061 2004-04-23  Benjamin Otte  <otte@gnome.org>
29062
29063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29064           audio/x-raw-int with height rules! not. Now it's depth.
29065
29066 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29069         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29070         (gst_wavparse_loop):
29071           Missing variable initialization. Add handling of DVI ADPCM. Fix
29072           mis-parsing of LIST chunks. This works around a bug where we mis-
29073           parse non-aligning LIST chunks (so LIST chunks where the contents
29074           don't align with the actual LIST size). The correct fix is to use
29075           rifflib, I'm not going to fix wavparse - too much work. All this
29076           fixes #104878.
29077
29078 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29079
29080         reviewed by Benjamin Otte  <otte@gnome.org>
29081
29082         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29083           fix shoutcast not working (fixes #140844)
29084
29085 2004-04-22  Benjamin Otte  <otte@gnome.org>
29086
29087         * ext/hermes/gsthermescolorspace.c:
29088         (gst_hermes_colorspace_caps_remove_format_info):
29089         * gst/colorspace/gstcolorspace.c:
29090         (gst_colorspace_caps_remove_format_info):
29091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29092         (gst_ffmpegcolorspace_caps_remove_format_info):
29093           s/gst_caps_simplify/gst_caps_do_simplify/
29094
29095 2004-04-22  Benjamin Otte  <otte@gnome.org>
29096
29097         * gst-libs/gst/riff/riff-media.c:
29098         (gst_riff_create_video_caps_with_data):
29099           mpegversion is an int
29100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29101           don't try to create pad templates with NULL caps, use any caps
29102           instead.
29103
29104 2004-04-20  David Schleef  <ds@schleef.org>
29105
29106         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29107         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29108         (bug #140384)
29109
29110 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29111
29112         reviewed by David Schleef
29113
29114         * ext/mad/gstid3tag.c: Add stdlib.h
29115         * gst/rtp/gstrtpgsmenc.c: same
29116         * gst/tags/gstid3tag.c: same
29117         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29118         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29119         GST_DISABLE_LOADSAVE use.
29120         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29121         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29122         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29123         atol(3)).
29124         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29125         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29126         strtoul(3)).
29127         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29128         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29129         $(ID3_CFLAGS).
29130         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29131         $(LIBFAME_CFLAGS).
29132
29133 2004-04-20  David Schleef  <ds@schleef.org>
29134
29135         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29136         last checkin.  Same idea.
29137
29138 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29139
29140         reviewed by David Schleef
29141
29142         * configure.ac: bump required gstreamer version to 0.8.1.1
29143         because of following changes [--ds]
29144
29145         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29146         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29147         (gst_riff_read_header):  Use GST_READ_UINT*
29148         macros to access possibly unaligned memory.
29149
29150         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29151         (mp3_type_find):  Use GST_READ_UINT*
29152         macros to access possibly unaligned memory.
29153         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29154         (speex_type_find): Likewise
29155
29156         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29157
29158         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29159         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29160         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29161         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29162         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29163         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29164         macros to access possibly unaligned memory.
29165
29166         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29167         Likewise.
29168
29169         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29170         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29171
29172         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29173         Likewise.
29174
29175         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29176         (gst_mpeg2subt_chain_subtitle): Likewise.
29177
29178         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29179         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29180         Likewise.
29181
29182         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29183         Likewise.
29184
29185         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29186         Likewise.
29187
29188         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29189         Likewise.
29190
29191 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29192
29193         * configure.ac:
29194           update required version of GStreamer because of GST_TIME_FORMAT
29195
29196 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29197
29198         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29199           remove leftover g_print
29200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29201           don't try setting only a subset of the caps. We don't want to kill
29202           autoplugging on purpose
29203
29204 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29205
29206         * sys/ximage/ximagesink.c: (plugin_init):
29207         * sys/xvimage/xvimagesink.c: (plugin_init):
29208           add debugging categories
29209
29210 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29211
29212         * po/en_GB.po:
29213         * po/LINGUAS:
29214           Adding en_GB translation (Gareth Owen)
29215
29216 2004-04-20  David Schleef  <ds@schleef.org>
29217
29218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29219         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29220         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29221         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29222         A number of new features and hacks to extract the esds atom and
29223         put it into the caps.  (bug #137724)
29224
29225 2004-04-19  David Schleef  <ds@schleef.org>
29226
29227         * gconf/Makefile.am: Fix for non-GNU make
29228         * gst-libs/gst/Makefile.am: Change directory order to handle
29229         GstPlay linking with gstinterfaces
29230         * gst-libs/gst/audio/make_filter: make use of tr portable
29231         * gst-libs/gst/play/Makefile.am: Add intended \
29232         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29233         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29234         function prototype instead of void *.
29235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29236         macro.
29237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29238         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29239         * gst/videofilter/make_filter: make use of tr portable
29240         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29241
29242 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29243
29244         * po/LINGUAS:
29245         * po/uk.po:
29246           Added Ukrainian translation (Maxim V. Dziumanenko)
29247
29248 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29251         (gst_gsmdec_link), (gst_gsmdec_chain):
29252           Fix capsnego, simplify chain function slightly.
29253         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29254           Add GSM.
29255
29256 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29257
29258         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29259         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29260         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29261           Hack to make wavparse work with spider (always -> sometimes pad).
29262           Fixes #135862 && #140411.
29263
29264 2004-04-18  Benjamin Otte  <otte@gnome.org>
29265
29266         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29267         (gst_osselement_rate_probe_check),
29268         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29269           get rid of \n in debug output
29270
29271 2004-04-17  Iain <iain@prettypeople.org>
29272
29273         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29274         not just EOS.
29275
29276 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29277
29278         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29279         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29280         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29281         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29282         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29283         (gst_id3_tag_change_state), (plugin_init):
29284           deprecate id3tag element and replace with id3demux/id3mux.
29285           great side effect: this ugly file is now even uglier, yay!
29286         * ext/mad/gstmad.h:
29287           remove non-available function
29288           update for new get_type
29289
29290 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29291
29292         * configure.ac:
29293           require mpeg2dec >= 0.4.0
29294
29295 2004-04-17  Benjamin Otte  <otte@gnome.org>
29296
29297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29298         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29299         (gst_xvimagesink_set_xwindow_id):
29300           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29301           assorted cleanup fixes.
29302
29303 2004-04-16  David Schleef  <ds@schleef.org>
29304
29305         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29306         * sys/xvimage/xvimagesink.h: same
29307
29308 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29309
29310         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29311           Fix GST_ELEMENT_ERROR with (NULL)
29312
29313 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * gst-libs/gst/riff/riff-media.c:
29316         (gst_riff_create_video_caps_with_data):
29317           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29318
29319 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * gst-libs/gst/riff/riff-media.c:
29322         (gst_riff_create_video_caps_with_data),
29323         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29324         (gst_riff_create_video_template_caps),
29325         (gst_riff_create_audio_template_caps):
29326         * gst-libs/gst/riff/riff-media.h:
29327         * gst-libs/gst/riff/riff-read.c:
29328         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29329         * gst-libs/gst/riff/riff-read.h:
29330         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29331           Add MS RLE support. I added some functions to read out strf chunks
29332           into strf chunks and the data behind it. This is usually color
29333           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29334           caps creation. Lastly, add ADPCM (similar to wavparse - which
29335           should eventually be rifflib based).
29336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29337         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29338         * gst/matroska/matroska-demux.h:
29339           Remove placeholders for some prehistoric tagging system. Didn't add
29340           support for any tag system really anyway.
29341         * gst/qtdemux/qtdemux.c:
29342           Add support for audio/x-m4a (MPEG-4) through spider.
29343         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29344         (gst_wavparse_loop):
29345           ADPCM support (#135862). Increase max. buffer size because we
29346           cannot split buffers for ADPCM (screws references) and I've seen
29347           files with 2048 byte chunks. 4096 seems safe for now.
29348
29349 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29350
29351         * configure.ac: bump nano to 1
29352
29353 === release 0.8.1 ===
29354
29355 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29356
29357         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29358
29359 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29360
29361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29362           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29363           Fixes #140058
29364
29365 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29366
29367         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29368           lower rank of dvddemux so that it's not used for mpeg playback.
29369
29370 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29371
29372         * configure.ac:
29373           save libs correctly when checking mad
29374
29375 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29376
29377         * ext/mad/gstid3tag.c: (plugin_init):
29378           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29379
29380 2004-04-13  David Schleef  <ds@schleef.org>
29381
29382         * common/m4/gst-feature.m4: Call -config scripts with
29383         --plugin-libs if it is supported.
29384         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29385         JPEG images are image/jpeg.
29386         * gst/debug/Makefile.am:
29387         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29388         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29389         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29390         (gst_negotiation_plugin_init): Add a property that acts like
29391         filter caps.
29392         * testsuite/gst-lint:  Move license checking to be a standard
29393         test.
29394
29395 2004-04-13  David Schleef  <ds@schleef.org>
29396
29397         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29398         patch from Sebastien Cote (bug #139958)
29399
29400 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29401
29402         * examples/gstplay/Makefile.am:
29403         * examples/gstplay/player.c: (main):
29404           make the commandline player example use gconf settings
29405
29406 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29407
29408         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29409         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29410         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29411           init/end library during state transition, not object
29412           creation/disposal.  get rid of custom dispose handler.
29413
29414
29415 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29416
29417         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29418         be a symlink
29419
29420 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29421
29422         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29423           Handle JUNK chunks inside data section. Prevents warnings.
29424
29425 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29426
29427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29428         (gst_riff_create_video_template_caps):
29429           Add MS video v1.
29430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29431         (gst_avi_demux_stream_data):
29432           Add support for "rec-list" chunks.
29433
29434 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29435
29436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29437           Fix another codecname mismatch.
29438
29439 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29440
29441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29442           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29443           so that MJPEG plays back.
29444
29445 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29446
29447         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29448         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29449         * gst/mpeg1videoparse/gstmp1videoparse.h:
29450           Fix for some slight mis-cuts in buffer parsing, and for some
29451           potential overflows or faults-causers. Adds disconts. Also fixes
29452           #139105 while we're at it.
29453
29454 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29455
29456         * configure.ac:
29457         * sys/v4l2/gstv4l2element.h:
29458           Workaround for missing struct v4l2_buffer declaration in Suse 9
29459           and Mandrake 10 linux/videodev2.h header file (#135919).
29460
29461 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29464           Bail out if no filename was given.
29465
29466 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29469         (gst_v4l2_fourcc_from_structure):
29470           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29471           Y41B somewhere).
29472
29473 2004-04-09  Benjamin Otte  <otte@gnome.org>
29474
29475         * ext/gnomevfs/gstgnomevfssink.c:
29476         (_gst_boolean_allow_overwrite_accumulator),
29477         (gst_gnomevfssink_class_init):
29478           fix erase signal - if any handler returns false the file will not be
29479           overwritten. If no handler is connected, the file will not be
29480           overwritten either.
29481           renamed signal to "allow-overwrite"
29482         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29483           free string when adding it to ID3 failed
29484         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29485           unref event when done
29486         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29487           free caps
29488         * gst/typefind/gsttypefindfunctions.c:
29489         (mpeg_video_stream_type_find):
29490           fix invalid read
29491
29492 2004-04-08  David Schleef  <ds@schleef.org>
29493
29494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29495         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29496
29497 2004-04-08  David Schleef  <ds@schleef.org>
29498
29499         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29500         we don't support (bug #139532)
29501
29502 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29503
29504         * ext/mad/gstmad.c: (gst_mad_handle_event),
29505         (gst_mad_check_caps_reset), (gst_mad_chain),
29506         (gst_mad_change_state):
29507           only set explicit caps if they haven't been set before for
29508           this stream.  MPEG-audio sample rate/channels aren't allowed
29509           to change in-stream.
29510           Fixes #139382
29511
29512 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29515         (_gst_boolean_did_something_accumulator),
29516         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29517         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29518         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29519         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29520         (gst_gnomevfssink_change_state):
29521           Fix erase signal. Don't erase by default. Remove handoff signal.
29522           Remove erase property. Don't segfault. General cleanup.
29523
29524 2004-04-07  Benjamin Otte  <otte@gnome.org>
29525
29526         * gst-libs/gst/gconf/test-gconf.c: (main):
29527           add missing gst_init
29528
29529 2004-04-07  Benjamin Otte  <otte@gnome.org>
29530
29531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29532           free the mutexes, too
29533
29534 2004-04-07  Benjamin Otte  <otte@gnome.org>
29535
29536         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29537           actually free the URI string
29538         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29539           compute offset correctly when passing discont events
29540         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29541           don't leak discont events
29542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29543           add some missing breaks so caps aren't copied randomly
29544         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29545           if we realloc memory, we better use it
29546
29547 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29548
29549         * ext/mad/gstmad.c: (normal_seek):
29550           fix GST_FORMAT_TIME usage
29551
29552 2004-04-05  David Schleef  <ds@schleef.org>
29553
29554         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29555         a deprecated function (hack!)
29556
29557 2004-04-05  Benjamin Otte  <otte@gnome.org>
29558
29559         * ext/esd/esdmon.c: (gst_esdmon_get):
29560           fix nonterminated vararg and memleak
29561
29562 2004-04-05  Benjamin Otte  <otte@gnome.org>
29563
29564         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29565         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29566         (gst_ladspa_set_property), (gst_ladspa_get_property),
29567         (gst_ladspa_instantiate), (gst_ladspa_activate),
29568         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29569           clean up debugging
29570
29571 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29572
29573         reviewed by Benjamin Otte  <otte@gnome.org>
29574
29575         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29576           check for broken LADSPA parameters (fixes #138635)
29577
29578 2004-04-05  Benjamin Otte  <otte@gnome.org>
29579
29580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29581           advertise buffer-frames correctly on sinkpads
29582
29583 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29584
29585         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29586         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29587         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29588         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29589         (gst_mad_check_caps_reset), (gst_mad_chain):
29590         add more debugging, only reset caps when we're not in error state
29591
29592 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29593
29594         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29595
29596 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29597
29598         reviewed by Benjamin Otte  <otte@gnome.org>
29599
29600         * configure.ac:
29601           fix == in test(1) operator
29602
29603 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29604
29605         reviewed by Benjamin Otte  <otte@gnome.org>
29606
29607         * configure.ac:
29608           fix --export-symblos-regex to a working regex.
29609
29610 2004-04-04  Benjamin Otte  <otte@gnome.org>
29611
29612         * sys/oss/.cvsignore:
29613           add for oss_probe
29614
29615 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29616
29617         reviewed by Benjamin Otte  <otte@gnome.org>
29618
29619         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29620           add missing 'new_media' argument (fixes #138168)
29621         * gst/matroska/matroska-demux.c:
29622         (gst_matroska_demux_handle_seek_event):
29623           add vararg terminator (fixes #138169)
29624
29625 2004-04-02  David Schleef  <ds@schleef.org>
29626
29627         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29628         disted (bug #138914)
29629
29630 2004-04-01  Benjamin Otte  <otte@gnome.org>
29631
29632         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29633         (gst_alsa_close_audio):
29634           handle case better where a soundcard can't pause
29635         * ext/ogg/gstoggdemux.c:
29636           don't crash when we get events but don't have pads yet
29637
29638 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29639
29640         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29641           throw an error if we couldn't probe any caps.
29642
29643 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29644
29645         * ext/dvdnav/gst-dvd:
29646         Add a really simple sample DVD player
29647
29648 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29649
29650         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29651         (gst_a52dec_push), (gst_a52dec_handle_event),
29652         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29653         (gst_a52dec_change_state):
29654         * ext/a52dec/gsta52dec.h:
29655           Use a debug category, Output timestamps correctly
29656           Emit tag info, Handle events, tell liba52dec about cpu
29657           capabilities so it can use MMX etc.
29658         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29659           Fix a crasher accessing invalid memory
29660         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29661         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29662         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29663         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29664         (dvdnavsrc_query):
29665           Some support for byte-format seeking.
29666           Small fixes for still frames and menu button overlays
29667         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29668         (gst_mpeg2dec_alloc_buffer):
29669           Use a debug category. Adjust the report level of several items to
29670           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29671           so it doesn't lose the GstBuffer pointer
29672         * gst/debug/Makefile.am:
29673         * gst/debug/gstdebug.c: (plugin_init):
29674         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29675         (gst_navseek_base_init), (gst_navseek_class_init),
29676         (gst_navseek_init), (gst_navseek_seek),
29677         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29678         (gst_navseek_get_property), (gst_navseek_chain),
29679         (gst_navseek_plugin_init):
29680         * gst/debug/gstnavseek.h:
29681           Add the navseek debug element for seeking back and forth in a
29682           video stream using arrow keys.
29683         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29684         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29685         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29686         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29687         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29688         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29689         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29690         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29691         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29692         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29693         * gst/mpeg2sub/gstmpeg2subt.h:
29694           Pretty much a complete rewrite. Now a loopbased element. May still
29695           require work to properly synchronise subtitle buffers.
29696         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29697         (gst_dvd_demux_send_subbuffer):
29698         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29699           Don't attempt to create subbuffers of size 0
29700           Reduce a couple of error outputs to warnings.
29701         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29702         (gst_y4mencode_chain):
29703         Output the y4m frame header correctly.
29704
29705 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29706
29707         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29708           throw errors instead of allowing SIGFPE
29709
29710 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29711
29712         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29713         (gst_gconf_render_bin_from_key):
29714           leak plugging and style fixing
29715
29716 2004-03-31  David Schleef  <ds@schleef.org>
29717
29718         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29719         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29720         (bug #138225)
29721         * gst/debug/Makefile.am:
29722         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29723         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29724         plugin.
29725         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29726         (gst_negotiation_base_init), (gst_negotiation_class_init),
29727         (gst_negotiation_init), (gst_negotiation_getcaps),
29728         (gst_negotiation_pad_link), (gst_negotiation_chain),
29729         (gst_negotiation_set_property), (gst_negotiation_get_property),
29730         (gst_negotiation_plugin_init):  New element to talk about random
29731         negotiation things happening in a pipeline.
29732
29733 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29734
29735         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29736           fix integer addition with help of Stefan Kost
29737
29738 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29739
29740         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29741
29742 2004-03-30  David Schleef  <ds@schleef.org>
29743
29744         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29745         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29746         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29747         (bug #137504)
29748         * ext/mpeg2dec/gstmpeg2dec.h:
29749
29750 2004-03-30  David Schleef  <ds@schleef.org>
29751
29752         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29753
29754 2004-03-30  David Schleef  <ds@schleef.org>
29755
29756         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29757         Michael Petullo) to handle .mov
29758
29759 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29760
29761         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29762         (gst_osselement_rate_check_rate):
29763           probe caps correctly for sound cards that only support one format
29764
29765 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29766
29767         * ext/kio/kiosrc.cpp: (process_events):
29768           update handling event processing if inside KDE - untested
29769
29770 2004-03-29  David Schleef  <ds@schleef.org>
29771
29772         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29773         by 2 to not interfere with other colorspaces.
29774         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29775         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29776         one to not interfere with ffmpeg_colorspace.
29777
29778 2004-03-29  David Schleef  <ds@schleef.org>
29779
29780         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29781         aren't in the caps.
29782         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29783         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29784
29785 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29786
29787         * gst-libs/gst/riff/riff-media.c:
29788           fail on error, don't try to set stuff on NULL caps
29789
29790 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29791
29792         * configure.ac:
29793         * ext/Makefile.am:
29794         * ext/kio/Makefile.am:
29795         * ext/kio/kioreceiver.cpp:
29796         * ext/kio/kioreceiver.h:
29797         * ext/kio/kiosrc.cpp:
29798         * ext/kio/kiosrc.h:
29799           add experimental kiosrc plugin
29800         * ext/alsa/gstalsaplugin.c: (plugin_init):
29801           initialize debugging category only when we're sure registering the
29802           plugins worked.
29803
29804 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29805
29806         * examples/gstplay/player.c: (main):
29807         * gst-libs/gst/play/play.c: (gst_play_class_init),
29808         (gst_play_set_location), (gst_play_set_data_src),
29809         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29810         (gst_play_set_visualization), (gst_play_connect_visualization):
29811           check return values of element_set_state and return FALSE where
29812           failed
29813
29814 2004-03-29  Benjamin Otte  <otte@gnome.org>
29815
29816         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29817           try harder to check if an event is really a discont
29818
29819 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29820
29821         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29822         * po/az.po:
29823
29824 2004-03-28  Benjamin Otte  <otte@gnome.org>
29825
29826         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29827         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29828         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29829           get rid of non-standard "..." ranges in case statements.
29830
29831 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29832
29833         * gst/mpegstream/gstmpegdemux.c:
29834         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29835         specific functionality split to the new dvddemux element.
29836         * gst/mpegstream/gstdvddemux.c:
29837         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29838         streams, derived from mpegdemux.
29839         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29840         up. SCR based timestamp rewriting can be turned off (will probably
29841         completely disappear soon).
29842         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29843         hacking. General cleanup. All printf statements replaced by
29844         debugging messages. Almost complete libdvdnav support.
29845         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29846         by events. New properties for audio and subpicture languages.
29847         (dvdnavsrc_update_highlight): Now uses events.
29848         (dvdnavsrc_user_op): Cleaned up.
29849         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29850         based). Lots of cleanup, and propper support for most libdvdnav
29851         events.
29852         (dvdnavsrc_make_dvd_event): New function.
29853         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29854         (dvdnavsrc_make_clut_change_event): New function.
29855
29856 2004-03-26  Benjamin Otte  <otte@gnome.org>
29857
29858         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29859           fix bug where typefinding would claim it's theora whenever less then
29860           7 bytes of data were available
29861
29862 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29865         (gst_alawdec_base_init), (gst_alawdec_class_init),
29866         (gst_alawdec_init), (gst_alawdec_chain):
29867         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29868         (gst_alawenc_base_init), (gst_alawenc_class_init),
29869         (gst_alawenc_init), (gst_alawenc_chain):
29870         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29871         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29872         (gst_mulawdec_init), (gst_mulawdec_chain):
29873         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29874         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29875         (gst_mulawenc_init), (gst_mulawenc_chain):
29876           Fix capsnego in all four, remove the unused property functions and
29877           simplify the chain functions slightly. I guess we could use macros
29878           or something similar for those, since the code is so similar, but
29879           I'm currently too lazy...
29880
29881 2004-03-24  David Schleef  <ds@schleef.org>
29882
29883         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29884         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29885         (gst_osselement_get_format_structure),
29886         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29887         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29888         (gst_osselement_rate_int_compare): Add code to handle rate probing
29889         (bug #120883)
29890         * sys/oss/gstosselement.h: same
29891         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29892         Use rate probing provided by osselement.
29893         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29894
29895 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29898         (gst_xvidenc_get_property):
29899           ulong/int mess-up.
29900
29901 2004-03-24  David Schleef  <ds@schleef.org>
29902
29903         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29904         (gst_speexdec_init):
29905         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29906         (gst_speexenc_init):  Create the pad template correctly (from
29907         the static pad template, not a NULL pointer.)
29908
29909 2004-03-25  Benjamin Otte  <otte@gnome.org>
29910
29911         * gst/debug/Makefile.am:
29912         * gst/debug/breakmydata.c:
29913           add element that quasi-randomly changes bytes in the stream.
29914           Intended use is robustness checking of demuxers and decoders in
29915           media tests.
29916
29917 2004-03-24  Benjamin Otte  <otte@gnome.org>
29918
29919         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29920         (gst_alsa_probe_hw_params):
29921         * ext/alsa/gstalsa.h:
29922           debugging output fixes
29923
29924 2004-03-24  Benjamin Otte  <otte@gnome.org>
29925
29926         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29927           don't g_return_if_fail if element is PLAYING, fail silently as every
29928           other element.
29929         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29930           only fix needed for cast lvalue issues in gst-plugins
29931         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29932           add proxy_getcaps
29933
29934 2004-03-24  Benjamin Otte  <otte@gnome.org>
29935
29936         * gst/level/gstlevel.c: (gst_level_init):
29937           add proxying getcaps function, so level doesn't advertise impossible
29938           caps
29939
29940 2004-03-24  David Schleef  <ds@schleef.org>
29941
29942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29943         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29944         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29945         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29946         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29947         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29948         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29949         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29950         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29951         messages.  Divide the chunk size by the compression ratio
29952         (needed for MACE audio)
29953
29954 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29957           Fix buffer overflow read error.
29958
29959 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29960
29961         * ext/alsa/gstalsa.h:
29962           Remove unused entry.
29963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29964           Add cinepak.
29965         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29966         (gst_videodrop_link), (gst_videodrop_chain):
29967           Fix, sort of. Was horribly broken with new capsnego. Bah...
29968
29969 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29970
29971         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29972         (plugin_init):
29973         Add a monkeysaudio typefind function
29974
29975 2004-03-23  Johan Dahlin  <johan@gnome.org>
29976
29977         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29978         (gst_play_video_fixate): Check so the structure has the field
29979         before trying to fixate them, this makes it possible to have
29980         fakesinks for video and audio output without printing errors on
29981         the output console.
29982
29983 2004-03-22  David Schleef  <ds@schleef.org>
29984
29985         * sys/oss/Makefile.am:
29986         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29987         (check_rate), (add_rate):  Rate probing test app.
29988
29989 2004-03-21  Benjamin Otte  <otte@gnome.org>
29990
29991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29992         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29993           add a fixation function that pretty much does the right thing (fixes
29994           #137556)
29995
29996 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29997
29998         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29999
30000 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30001
30002         reviewed by: Benjamin Otte  <otte@gnome.org>
30003
30004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30005           terminate gst_event_new_discontinuous correctly (fixes parts of
30006           #137711)
30007
30008 2004-03-19  David Schleef  <ds@schleef.org>
30009
30010         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30011         since it doesn't depend on X, and it's part of our ABI.
30012
30013 2004-03-19  Iain <iain@prettypeople.org>
30014
30015         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30016         is_int in the structure, not the local variable.
30017
30018 2004-03-19  David Schleef  <ds@schleef.org>
30019
30020         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30021         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30022         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30023         Improvements in caps negotiation.
30024
30025 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30026
30027         * po/LINGUAS:
30028         * po/af.po:
30029           adding Afrikaans (Petri Jooste)
30030
30031 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30032
30033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30034         (gst_ffmpegcolorspace_chain):
30035         throw error instead of g_critical (#137588)
30036
30037 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30038
30039         * Makefile.am:
30040         * configure.ac:
30041           dist common and m4 correctly
30042         * po/sv.po:
30043
30044 2004-03-17  David Schleef  <ds@schleef.org>
30045
30046         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30047         (bug #137348)
30048
30049 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30050
30051         * po/LINGUAS:
30052         * po/sv.po:
30053           adding Swedish translation (Christian Rose)
30054
30055 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30056
30057         * Makefile.am: use release.mak
30058
30059 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30060
30061         * common/ChangeLog:
30062         * common/gst-autogen.sh:
30063           add some explanation about the version detection
30064         * configure.ac:
30065           fix X check
30066
30067 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30068
30069         * configure.ac: bump nano to 1
30070
30071 === release 0.8.0 ===
30072
30073 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30074
30075         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30076
30077 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30078
30079         * configure.ac:
30080           update libtool version
30081         * gst-libs/gst/media-info/Makefile.am:
30082           actually use libtool version
30083
30084 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30085
30086         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30087
30088 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30089
30090         * configure.ac:
30091         * gst-plugins.spec.in:
30092         * pkgconfig/Makefile.am:
30093         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30094         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30095         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30096         * pkgconfig/gstreamer-libs.pc.in:
30097         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30098         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30099         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30100         * pkgconfig/gstreamer-plugins.pc.in:
30101           remove @VERSION@ from some of the pc files since core and plugins
30102           are decoupled.
30103           created gstreamer-plugins.pc as it's a better name, but keeping
30104           -libs around for now to get fixes upstream done first.
30105
30106 2004-03-15  Julien MOUTTE <julien@moutte.net>
30107
30108         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30109         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30110         * gst-libs/gst/play/play.h:
30111
30112 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30113
30114         * *.c, *.cc: don't mix tabs and spaces
30115
30116 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30117
30118         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30119           use the new ffmpegcolorspace
30120         * gst-plugins.spec.in:
30121           package new colorspace and media-info
30122         * configure.ac:
30123         * pkgconfig/Makefile.am:
30124           fix some more disting issues
30125         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30126         * pkgconfig/gstreamer-media-info.pc.in:
30127           generate media-info pc files
30128
30129 2004-03-15  Johan Dahlin  <johan@gnome.org>
30130
30131         * *.h: Revert indenting
30132
30133 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30134
30135         * configure.ac:
30136           adding ffmpegcolorspace element
30137         * gst/ffmpegcolorspace/Makefile.am:
30138         * gst/ffmpegcolorspace/avcodec.h:
30139         * gst/ffmpegcolorspace/common.h:
30140         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30141         * gst/ffmpegcolorspace/dsputil.h:
30142         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30144         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30145         (gst_ffmpeg_caps_to_pix_fmt):
30146         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30148         (gst_ffmpegcolorspace_caps_remove_format_info),
30149         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30150         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30151         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30152         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30153         (gst_ffmpegcolorspace_set_property),
30154         (gst_ffmpegcolorspace_get_property),
30155         (gst_ffmpegcolorspace_register):
30156         * gst/ffmpegcolorspace/imgconvert.c:
30157         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30158         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30159         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30160         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30161         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30162         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30163         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30164         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30165         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30166         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30167         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30168         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30169         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30170         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30171         (img_get_alpha_info), (deinterlace_line),
30172         (deinterlace_line_inplace), (deinterlace_bottom_field),
30173         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30174         * gst/ffmpegcolorspace/imgconvert_template.h:
30175         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30176         * gst/ffmpegcolorspace/mmx.h:
30177         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30178           adding ffmpegcolorspace element supplied by Ronald after cleaning
30179           up and pulling in the right bits of upstream source.
30180           I'm sure a better C/compiler wizard could do some cleaning up (for
30181           example use GLIB's malloc stuff), but as a first pass this
30182           works very well
30183
30184 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30185
30186         * ext/alsa/gstalsa.h:
30187           I assume Ronald forgot to commit the change to have cardname
30188           as a struct member.  Expect some public spanking at the next
30189           opportunity.
30190
30191 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30192
30193         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30194         (gst_alsa_open_audio), (gst_alsa_close_audio):
30195         * ext/alsa/gstalsa.c:
30196           Don't open the device if we're a mixer (= padless).
30197         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30198         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30199         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30200           Open mixer during state change rather than during object
30201           initialization. Also, get a device name. Currently in a somewhat
30202           hackish fashion, but I didn't really find something better.
30203
30204 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30205
30206         * *.c, *.h: run gst-indent
30207
30208 2004-03-14  Benjamin Otte  <otte@gnome.org>
30209
30210         * gst/modplug/gstmodplug.cc:
30211         * gst/modplug/gstmodplug.h:
30212           set correct timestamps on outgoing buffers
30213
30214 2004-03-14  Benjamin Otte  <otte@gnome.org>
30215
30216         * gst/modplug/gstmodplug.cc:
30217           handle events - don't do crap when a discont arrives that's not
30218           necessary
30219           This allows correct loading and playback of mods in Rhythmbox
30220
30221 2004-03-14  Benjamin Otte  <otte@gnome.org>
30222
30223         * configure.ac:
30224         * gst-libs/gst/gconf/Makefile.am:
30225         * pkgconfig/Makefile.am:
30226           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30227           they get rebuilt properly
30228         * configure.ac:
30229           when checking for vorbis, try pkgconfig first.
30230         * gst/modplug/gstmodplug.cc:
30231           add fixate function
30232
30233 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30234
30235         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30236           Fix for obvious mistake, where we first shift the offset and then
30237           read a samplesize element assuming the old offset. Note that this
30238           part still has something weird, i.e. my movies containing those
30239           don't actually play well, but at least there's something that looks
30240           like sound now.
30241
30242 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30243         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30244         (plugin_init):
30245         Add a typefind function for speex format
30246
30247 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30248
30249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30250         (gst_asf_demux_setup_pad):
30251           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30252           instead of 0. Reason is simple: some elements have a fps range
30253           of 1-max instead of 0-max. So now ASF video actually works.
30254
30255 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30256
30257         * po/LINGUAS:
30258         * po/sr.po:
30259           adding serbian as a language
30260
30261 2004-03-13  Benjamin Otte  <otte@gnome.org>
30262
30263         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30264           return taglist correctly from _get function, don't gst_pad_push it.
30265           (fixes #137042)
30266
30267 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30268         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30269
30270 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30271
30272         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30273         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30274         (gst_alsa_mixer_track_new):
30275         * ext/alsa/gstalsamixertrack.h:
30276           Fix ancient leftovers... MixerTrack is a GObject.
30277
30278 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30279
30280         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30281         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30282           Don't block during probing...
30283
30284 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30285
30286         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30287         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30288         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30289         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30290         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30291         (gst_alsa_open_audio), (gst_alsa_close_audio):
30292         * ext/alsa/gstalsa.h:
30293           Add propertyprobe interface implementation, add some device-name
30294           property, all this so that it looks good in gnome-volume-control.
30295
30296 2004-03-12  David Schleef  <ds@schleef.org>
30297
30298         * configure.ac: the Hermes library controls hermescolorspace, not
30299         colorspace.
30300         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30301         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30302         not /* */
30303         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30304         * ext/sdl/sdlvideosink.h: ditto.
30305         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30306
30307 2004-03-12  Benjamin Otte  <otte@gnome.org>
30308
30309         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30310         (gst_x_overlay_got_xwindow_id):
30311         * gst-libs/gst/xoverlay/xoverlay.h:
30312           replace XID with unsigned long to get rid of the xlibs dependency in
30313           XOverlay (fixes #137004)
30314
30315 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30316         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30317         (gst_agingtv_setup):
30318         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30319         (gst_dicetv_base_init), (gst_dicetv_class_init),
30320         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30321         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30322         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30323         (gst_edgetv_setup), (gst_edgetv_rgb32):
30324         * gst/effectv/gsteffectv.c:
30325         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30326         (gst_quarktv_set_property):
30327         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30328         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30329         (gst_revtv_setup), (gst_revtv_rgb32):
30330         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30331         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30332         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30333         (gst_shagadelictv_rgb32):
30334         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30335         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30336         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30337         * gst/effectv/gstwarp.c:
30338         Port everything that can be ported to videofilter and fix up the caps.
30339         Can someone with a big-endian machine please check these?
30340
30341 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30342
30343         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30344         (gst_osssink_chain), (gst_osssink_change_state):
30345           Latest fixes for A/V sync, audio playback and such. This is about
30346           all... MPEG playback issues are mostly related to the async build-
30347           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30348
30349 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30350
30351         patch from: Stephane Loeuillet
30352
30353         * configure.ac:
30354           use pkg-config for some libraries, falling back to the old .m4 way
30355           (fixes #131270)
30356         * m4/libdv.m4:
30357           removed
30358
30359 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30360
30361         * configure.ac:
30362         * tools/Makefile.am:
30363         * tools/Makefile.in:
30364         * tools/gst-launch-ext-m.m:
30365         * tools/gst-launch-ext.1.in:
30366         * tools/gst-visualise-m.m:
30367         * tools/gst-visualise.1:
30368         * tools/gst-visualise.1.in:
30369           reorganizing generation of script tools
30370
30371 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30372
30373         * ext/divx/gstdivxdec.c:
30374           Downgrade priority. We prefer ffdec_mpeg4.
30375         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30376         (gst_faad_chain), (gst_faad_change_state):
30377           Fix capsnego. Doesn't work for some sounds because we don't have
30378           a 5:1 to stereo element.
30379         * ext/xvid/gstxvid.c: (plugin_init):
30380           Add priority.
30381         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30382         (gst_osssink_change_state):
30383           Add discont handling.
30384
30385 2004-03-09  Colin Walters  <walters@verbum.org>
30386
30387         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30388         conversion.
30389
30390 2004-03-09  Benjamin Otte  <otte@gnome.org>
30391
30392         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30393           the signals take 2 arguments
30394
30395 2004-03-09  David Schleef  <ds@schleef.org>
30396
30397         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30398         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30399         * ext/alsa/gstalsa.h:
30400         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30401
30402 2004-03-09  Benjamin Otte  <otte@gnome.org>
30403
30404         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30405         (gst_mikmod_change_state):
30406         * ext/mikmod/gstmikmod.h:
30407           make mikmod's loop function not loop infinitely and call
30408           gst_element_yield anymore
30409         * gst/modplug/gstmodplug.cc:
30410           fix pad negotiation (fixes #136590)
30411
30412 2004-03-09  David Schleef  <ds@schleef.org>
30413
30414         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30415         doesn't conflict with the internal colorspace plugin.
30416         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30417         satisfy the crappy-ass shell shipped by a certain vendor.
30418         * gst/videofilter/make_filter: same (bug #135299)
30419
30420 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30421
30422         * configure.ac: bump nano to 1
30423
30424 === release 0.7.6 ===
30425
30426 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30427
30428         * configure.in: releasing 0.7.6, "There"
30429
30430 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30431
30432         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30433         * pkgconfig/gstreamer-play.pc.in:
30434           synchronize the two
30435
30436 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30437
30438         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30439         (cdparanoia_open), (cdparanoia_event):
30440           fix/add error handling
30441         * po/POTFILES.in:
30442           add cdparanoia source
30443         * tools/Makefile.am:
30444           make scripts executable
30445
30446 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30447
30448         * configure.ac:
30449         * ext/vorbis/Makefile.am:
30450         * sys/Makefile.am:
30451           remove id3types, vorbisfile and xvideosink from the build (#133783)
30452
30453 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30454
30455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30456           Fix metadata read crash (#136537).
30457
30458 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30459
30460         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30461         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30462           adding mime types, fixing the one-stop function
30463
30464 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30465
30466         * ext/nas/nassink.c and /ext/nas/nassink.h:
30467         More NAS love from Arwed von Merkatz
30468         So lets all sing 'Can you feel the NAS tonight'
30469
30470 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30471
30472         * tools/gst-launch-ext.in:
30473         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30474
30475 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30476
30477         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30478         (gst_mpeg2dec_init):
30479         remove the user_data pad for now, because it is being used in
30480         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30481         If someone knows how to fix this properly, please do.
30482
30483 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30484
30485         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30486         (gst_osssink_get_time):
30487         add a warning, IMO this won't get triggered anymore, remove later
30488
30489 2004-03-07  David Schleef  <ds@schleef.org>
30490
30491         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30492         format (bug #136470)
30493
30494 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30495
30496         * gst-libs/Makefile.am:
30497         * gst-libs/gst/media-info/Makefile.am:
30498         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30499         (error_callback), (gst_media_info_error_create),
30500         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30501         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30502         * gst-libs/gst/media-info/media-info-priv.h:
30503         * gst-libs/gst/media-info/media-info-test.c: (main):
30504         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30505         (gst_media_info_class_init), (gst_media_info_instance_init),
30506         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30507         (gst_media_info_read_idler), (gst_media_info_read):
30508         * gst-libs/gst/media-info/media-info.h:
30509         fixed, should work now
30510
30511 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30512
30513         * ext/nas/nassink.c:
30514         A bunch of NAS fixes from Arwed von Merkatz
30515
30516 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30519         (qtdemux_parse_trak):
30520           Fix crash (j might be greater than n_samples, in which case we're
30521           writing outside the allocated space for the array) and memleak.
30522
30523 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30524
30525         * sys/oss/gstosssink.c: (gst_osssink_chain):
30526           And another caller that couldn't handle delay < 0 (unsigned
30527           integer overflow). Video now continues playing on an audio
30528           buffer underrun, and the clock continues working. Audio still
30529           stalls.
30530
30531 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30534         (gst_osssink_get_time):
30535           get_delay() may return values lower than 0. In those cases, we
30536           should not actually cast to *unsigned* int64, that will break
30537           stuff horribly. In my case, it screwed up A/V sync in movies
30538           in totem rather badly.
30539
30540 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30541
30542         * ext/faac/gstfaac.c: (gst_faac_chain):
30543         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30544         * ext/libpng/gstpngenc.c: (user_write_data):
30545         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30546         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30547         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30548         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30549         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30550         of any buffer), should fix some leaks. I hope I didn't unref buffers
30551         that shouldn't be...
30552
30553 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30556         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30557         (error_callback), (gmi_reset), (gmi_seek_to_track),
30558         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30559         (gmip_find_type_post), (gmip_find_stream_post),
30560         (gmip_find_track_streaminfo_post):
30561         * gst-libs/gst/media-info/media-info-priv.h:
30562         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30563         (info_print), (main):
30564         * gst-libs/gst/media-info/media-info.c:
30565         (gst_media_info_error_create), (gst_media_info_error_element),
30566         (gst_media_info_instance_init), (gst_media_info_get_property),
30567         (gst_media_info_new), (gst_media_info_set_source),
30568         (gst_media_info_read_idler), (gst_media_info_read):
30569         * gst-libs/gst/media-info/media-info.h:
30570           first pass at making this work again.  This seems to work on
30571           tagged ogg/vorbis and mp3 files.
30572
30573 2004-03-06  Benjamin Otte  <otte@gnome.org>
30574
30575         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30576           fix huge leak: gst_buffer_merge doesn't unref the first argument
30577           itself.
30578
30579 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30580
30581         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30582           report layer/mode/emphasis
30583
30584 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30585
30586         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30587
30588 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30589
30590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30591           signal serial
30592
30593 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30594
30595         * ext/vorbis/vorbis.c: (plugin_init):
30596         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30597         (gst_vorbis_dec_init), (vorbis_dec_event):
30598         add debug category
30599         make vorbisdec handle _BYTE and _TIME queries
30600
30601 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30602
30603         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30604           from the xing header
30605
30606 2004-03-06  Benjamin Otte  <otte@gnome.org>
30607
30608         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30609         (gst_audio_convert_link), (gst_audio_convert_change_state),
30610         (gst_audio_convert_buffer_from_default_format):
30611           do conversions from/to float correctly, fix some caps nego errors,
30612           export correct supported caps in template and getcaps, use correct
30613           caps in try_set_caps functions
30614
30615 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30616
30617         For some reason, I only committed a ChangeLog entry yesterday and
30618         not the corresponding code...
30619         * ext/mad/gstmad.c: Fix detection of Xing headers
30620         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30621
30622 2004-03-06  Benjamin Otte  <otte@gnome.org>
30623
30624         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30625         (gst_ogg_demux_src_query):
30626           make sure to handle the case where there's no current chain
30627           gracefully.
30628
30629 2004-03-05  David Schleef  <ds@schleef.org>
30630
30631         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30632         Add fixate function. (bug #131128)
30633         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30634         (gst_sdlvideosink_fixate):  Add fixate function.
30635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30636         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30637         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30638         Fix missing break that was causing ulaw to be interpreted as
30639         raw int.
30640
30641 2004-03-05  David Schleef  <ds@schleef.org>
30642
30643         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30644         Fix code that ignores return value of gst_buffer_merge().
30645         (bug #114560)
30646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30647         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30648         * testsuite/gst-lint:  Check for above.
30649
30650 2004-03-05  David Schleef  <ds@schleef.org>
30651
30652         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30653         caps and throw an element error.  (bug #136334)
30654
30655 2004-03-05  David Schleef  <ds@schleef.org>
30656
30657         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30658         (gst_faad_chain): Fix negotiation.
30659         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30660         key and button events.
30661         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30662         dung heap of code.
30663         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30664         depends on gconf
30665         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30666         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30667         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30668         function to encourage better negotiation, particularly between
30669         audioconvert and osssink.
30670         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30671         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30672         more important.
30673         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30674         typefinding.
30675         * gst/vbidec/vbiscreen.c:  Add glib header
30676         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30677
30678 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30679
30680         * ext/mad/gstmad.c: Fix detection of Xing headers
30681         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30682
30683 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30684
30685         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30686         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30687           debug updates
30688
30689 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30690
30691         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30692         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30693         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30694         files, and report the parsed length as a GST_TAG_DURATION tag.
30695         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30696
30697 2004-03-05  Benjamin Otte  <otte@gnome.org>
30698
30699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30700           convert channels correctly. convert correctly to unsigned.
30701
30702 2004-03-05  Julien MOUTTE <julien@moutte.net>
30703
30704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30705         we have a window before clearing it.
30706
30707 2004-03-05  Julien MOUTTE <julien@moutte.net>
30708
30709         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30710         have a window before clearing it.
30711
30712 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30713
30714         * gconf/gstreamer.schemas.in:
30715         * gst-libs/gst/gconf/Makefile.am:
30716           version installation path the same way as for 0.6
30717         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30718         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30719         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30720           remove comment that was fixed
30721
30722 2004-03-05  David Schleef  <ds@schleef.org>
30723
30724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30725         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30726         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30727         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30728         Add prototype code for handling seeking and querying.
30729
30730 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * examples/gstplay/player.c: (main):
30733           Initialize variables to NULL. Prevents a segfault because the
30734           (uninitialized) variable is not NULL, resulting in a crash on
30735           trying to reach error->message.
30736
30737 2004-03-05  Benjamin Otte  <otte@gnome.org>
30738
30739         * gst/audioconvert/gstaudioconvert.c:
30740         (gst_audio_convert_buffer_to_default_format):
30741         make float=>int conversion work correctly even in cornercases.
30742
30743 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30744
30745         * debian/README.Debian:
30746         * debian/build-deps:
30747         * debian/changelog:
30748         * debian/control:
30749         * debian/control.in:
30750         * debian/copyright:
30751         * debian/gstreamer-a52dec.files:
30752         * debian/gstreamer-aa.files:
30753         * debian/gstreamer-alsa.files:
30754         * debian/gstreamer-alsa.manpages:
30755         * debian/gstreamer-arts.files:
30756         * debian/gstreamer-artsd.files:
30757         * debian/gstreamer-audiofile.files:
30758         * debian/gstreamer-avifile.files:
30759         * debian/gstreamer-cdparanoia.files:
30760         * debian/gstreamer-colorspace.files:
30761         * debian/gstreamer-doc.files:
30762         * debian/gstreamer-dv.files:
30763         * debian/gstreamer-dvd.files:
30764         * debian/gstreamer-esd.files:
30765         * debian/gstreamer-festival.files:
30766         * debian/gstreamer-flac.files:
30767         * debian/gstreamer-gconf.conffiles:
30768         * debian/gstreamer-gconf.files:
30769         * debian/gstreamer-gconf.postinst:
30770         * debian/gstreamer-gnomevfs.files:
30771         * debian/gstreamer-gsm.files:
30772         * debian/gstreamer-http.files:
30773         * debian/gstreamer-jack.files:
30774         * debian/gstreamer-jpeg.files:
30775         * debian/gstreamer-mad.files:
30776         * debian/gstreamer-mikmod.files:
30777         * debian/gstreamer-misc.files:
30778         * debian/gstreamer-mpeg2dec.files:
30779         * debian/gstreamer-oss.files:
30780         * debian/gstreamer-plugin-apps.files:
30781         * debian/gstreamer-plugin-apps.manpages:
30782         * debian/gstreamer-plugin-libs-dev.files:
30783         * debian/gstreamer-plugin-libs.files:
30784         * debian/gstreamer-plugin-template.postinst:
30785         * debian/gstreamer-plugin-template.postrm:
30786         * debian/gstreamer-sdl.files:
30787         * debian/gstreamer-sid.files:
30788         * debian/gstreamer-vorbis.files:
30789         * debian/gstreamer-x.files:
30790         * debian/mk.control:
30791         * debian/rules:
30792         Debian package info not maintained here.
30793
30794 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30795
30796         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30797         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30798         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30799         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30800         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30801         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30802         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30803         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30804         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30805         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30806         * gst-libs/gst/colorbalance/colorbalance.c:
30807         (gst_color_balance_class_init):
30808         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30809         (gst_color_balance_channel_class_init):
30810         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30811         * gst-libs/gst/play/play.c: (gst_play_class_init):
30812         * gst-libs/gst/propertyprobe/propertyprobe.c:
30813         (gst_property_probe_iface_init):
30814         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30815         * gst-libs/gst/tuner/tunerchannel.c:
30816         (gst_tuner_channel_class_init):
30817         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30818         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30819         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30820         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30821         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30825         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30826           fix signals to use - instead of _
30827         * ext/libcaca/gstcacasink.h:
30828         * ext/sdl/sdlvideosink.h:
30829           fix header rename
30830
30831 2004-03-04  David Schleef  <ds@schleef.org>
30832
30833         * testsuite/gst-lint:  Add a check for bad signal names.
30834
30835 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30836
30837         reviewed by David Schleef
30838
30839         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30840         modified the alpha channel and caused a warning. (bug #136192)
30841
30842 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30843
30844         * gst-plugins.spec.in:
30845         Change names of plugins to actually be correct. Try to keep things
30846         alphabetical to avoid getting beat up by Thomas
30847
30848 2004-03-03  Julien MOUTTE <julien@moutte.net>
30849
30850         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30851         Using ximagesink as a default if no gconf key found. We should
30852         probably consider using alsasink instead of osssink for the audio
30853         part.
30854
30855 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30856
30857         * configure.ac:
30858           fix --with-plugins, don't think it ever worked before
30859         * gst-plugins.spec.in:
30860           even more updates
30861
30862 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30863
30864         * ext/sdl/sdlvideosink.h:
30865         * sys/ximage/ximagesink.h:
30866         * sys/xvideo/xvideosink.h:
30867         * sys/xvimage/xvimagesink.h:
30868           Fix for move of gstvideosink.h -> videosink.h.
30869
30870 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30871
30872         * gst-libs/gst/xwindowlistener/Makefile.am:
30873           this is a plugin library, not a library
30874
30875 2004-03-01  David Schleef  <ds@schleef.org>
30876
30877         * AUTHORS:  Added some names.  Add yourself if you're still
30878         missing.
30879
30880 2004-03-01  David Schleef  <ds@schleef.org>
30881
30882         * MAINTAINERS: Add
30883
30884 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30885
30886         * gst-plugins.spec.in: clean up spec file
30887
30888 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30889
30890         * gst-libs/gst/video/Makefile.am:
30891         * gst-libs/gst/video/gstvideosink.c:
30892         * gst-libs/gst/video/gstvideosink.h:
30893           rename gstvideosink.h to videosink.h to match other headers
30894         * gst/mixmatrix/Makefile.am:
30895           fix plugin filename
30896         * gst/tags/Makefile.am: fix plugin filename
30897
30898 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30899
30900         * gst/tags/Makefile.am: fix plugin filename
30901
30902 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30903
30904         * examples/gstplay/player.c: (got_time_tick), (main):
30905           add error handler
30906           display time_tick more readably
30907         * gst/mixmatrix/Makefile.am:
30908           fix plugin file name
30909
30910 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30911
30912         * sys/oss/gstosselement.c: (gst_osselement_probe),
30913         (device_combination_append), (gst_osselement_class_probe_devices):
30914         * sys/oss/gstosselement.h:
30915           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30916           on my system using alsa oss emulation, fixes bug #135597
30917
30918 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30919
30920         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30921         (gst_videodrop_chain), (gst_videodrop_change_state):
30922         * gst/videodrop/gstvideodrop.h:
30923           Work based on timestamp of input data, not based on the expected
30924           framerate from the input. The consequence is that this element now
30925           not only scales framerates, but also functions as a framerate
30926           corrector or framerate stabilizer/constantizer.
30927
30928 2004-02-27  David Schleef  <ds@schleef.org>
30929
30930         patches from jmmv@menta.net (Julio M. Merino Vidal)
30931
30932         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30933         GST_ELEMENT_ERROR call (bug #135634)
30934         * gst/interleave/interleave.c: (interleave_buffered_loop),
30935         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30936         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30937         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30938         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30939         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30940         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30941         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30942         Fix GST_ELEMENT_ERROR call.
30943         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30944         GST_ELEMENT_ERROR call.
30945
30946 2004-02-27  Benjamin Otte  <otte@gnome.org>
30947
30948         * gst-libs/gst/audio/audio.h:
30949           add macro to make sure header isn't included twice
30950         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30951           don't use gst_buffer_free
30952         * gst/playondemand/filter.func:
30953           don't use gst_data_free. Free data only once.
30954
30955 2004-02-26  David Schleef  <ds@schleef.org>
30956
30957         * gst-libs/gst/colorbalance/Makefile.am:
30958         * gst-libs/gst/mixer/Makefile.am:
30959         * gst-libs/gst/tuner/Makefile.am:
30960         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30961         should not be disted, -marshal.h files should not be installed,
30962         and -enum.h files _should_ be installed.  Fix to make this the
30963         case.
30964
30965 === release 0.7.5 ===
30966
30967 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30968
30969         * configure.ac: release 0.7.5, "Under The Sea"
30970
30971 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30972
30973         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30974         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30975         * gst/videoscale/gstvideoscale.c:
30976         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30977           assorted debug/warning fixes
30978
30979 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30980
30981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30982         (gst_videoscale_init), (gst_videoscale_chain),
30983         (gst_videoscale_set_property), (plugin_init):
30984         * gst/videoscale/gstvideoscale.h:
30985         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30986         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30987         (gst_videoscale_planar400), (gst_videoscale_packed422),
30988         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30989         (gst_videoscale_24bit), (gst_videoscale_16bit),
30990         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30991         (gst_videoscale_scale_plane_slow),
30992         (gst_videoscale_scale_point_sample),
30993         (gst_videoscale_scale_nearest),
30994         (gst_videoscale_scale_nearest_str2),
30995         (gst_videoscale_scale_nearest_str4),
30996         (gst_videoscale_scale_nearest_32bit),
30997         (gst_videoscale_scale_nearest_24bit),
30998         (gst_videoscale_scale_nearest_16bit):
30999         add debugging category and use it properly
31000         fix use of GST_PTR_FORMAT
31001
31002 2004-02-25  Andy Wingo  <wingo@pobox.com>
31003
31004         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31005         push only when channel->buffer is NULL. Prevents segfaults doing
31006         the state change after a nonlocal exit, like a scheme exception.
31007
31008         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31009         Handle the case where the intersected caps is empty.
31010
31011 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31012
31013         * gst/law/mulaw-decode.c: (mulawdec_link):
31014         * gst/law/mulaw.c: (plugin_init):
31015           fix mulawdec so it actually works again
31016
31017 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31018
31019         reviewed by: David Schleef  <ds@schleef.org>
31020
31021         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31022         (gst_gamma_init), (gst_gamma_set_property),
31023         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31024         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31025         for RGB, with separate r g and b correction factors. (#131167)
31026
31027 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31028
31029         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31030           only signal tags for bitrate if they're > 0 (#134894)
31031
31032 2004-02-24  David Schleef  <ds@schleef.org>
31033
31034         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31035         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31036         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31037         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31038         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31039         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31040         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31041         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31042         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31043         category.  Attempt to fix timestamp calculation.
31044
31045 2004-02-24  Johan Dahlin  <johan@gnome.org>
31046
31047         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31048
31049 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31050
31051         * configure.ac:
31052         * gconf/Makefile.am:
31053         * gconf/gstreamer.schemas:
31054         * gst-libs/gst/gconf/Makefile.am:
31055         * gst-libs/gst/gconf/gconf.c:
31056           version gconf schemas and install locations
31057
31058 2004-02-23  Benjamin Otte  <otte@gnome.org>
31059
31060         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31061         (gst_xine_input_subclass_init):
31062           call parent dispose.
31063           change pad template for CD reader correctly
31064         * ext/xine/Makefile.am:
31065         * ext/xine/gstxine.h:
31066         * ext/xine/xine.c: (plugin_init):
31067         * ext/xine/xineaudiosink.c:
31068           wrap audio sinks, too
31069         * gst-libs/gst/resample/private.h:
31070         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31071         (gst_resample_reinit), (gst_resample_scale),
31072         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31073         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31074         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31075         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31076         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31077         * gst-libs/gst/resample/resample.h:
31078         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31079         (gst_audioscale_class_init), (gst_audioscale_link),
31080         (gst_audioscale_get_buffer), (gst_audioscale_init),
31081         (gst_audioscale_chain), (gst_audioscale_set_property),
31082         (gst_audioscale_get_property):
31083         * gst/audioscale/gstaudioscale.h:
31084           s/resample_*/gst_resample_*/i to not clobber namespaces
31085
31086 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31087
31088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31089         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31090         (gst_riff_create_video_template_caps),
31091         (gst_riff_create_audio_template_caps),
31092         (gst_riff_create_iavs_template_caps):
31093         * gst-libs/gst/riff/riff-media.h:
31094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31095         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31096         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31097         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31099         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31100         (gst_matroska_demux_plugin_init): First batch implementing audio and
31101         video codec tags in demuxers.
31102
31103 2004-02-22  Benjamin Otte  <otte@gnome.org>
31104
31105         * ext/xine/Makefile.am:
31106         * ext/xine/gstxine.h:
31107         * ext/xine/xine.c: (plugin_init):
31108         * ext/xine/xineinput.c:
31109           add input plugin wrapper. Playback from files, http, mms and cdda
31110           works.
31111         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31112           remove leftover G_GNUC_UNUSED
31113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31114         (gst_asf_demux_identify_guid):
31115           improve debugging output
31116
31117 2004-02-22  Benjamin Otte  <otte@gnome.org>
31118
31119         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31120
31121         * autogen.sh:
31122           replace test -e with test -x for mkinstalldirs to be more portable.
31123           (fixes #134816)
31124
31125 2004-02-22  Benjamin Otte  <otte@gnome.org>
31126
31127         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31128
31129         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31130           set rank to PRIMARY
31131         * gst/volume/gstvolume.c: (plugin_init):
31132           set rank to NONE
31133         fixes #134960
31134
31135 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31136
31137         reviewed by Benjamin Otte  <otte@gnome.org>
31138
31139         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31140           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31141
31142 2004-02-22  Benjamin Otte  <otte@gnome.org>
31143
31144         * configure.ac:
31145           export [_]*{gst,Gst,GST}.* symbols from plugins
31146
31147 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31148
31149         reviewed by: Benjamin Otte  <otte@gnome.org>
31150
31151         * ext/lame/gstlame.c: (add_one_tag):
31152         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31154         (gst_vorbisenc_metadata_set1):
31155         * gst/tags/gstid3tag.c:
31156         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31157           apply fixes from bugs #135042 (lame can't write tags) and #133817
31158           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31159
31160 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31161
31162         * configure.ac: Export only gst_plugin_desc from plugins.
31163          Note that this change only makes any effect with Linux using libtool
31164          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31165          fine. And don't try to have several versions of libtool in different
31166          directories.
31167
31168 2004-02-20  Andy Wingo  <wingo@pobox.com>
31169
31170         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31171         interleave respectively.
31172
31173         * gst/interleave/deinterleave.c: New plugin: deinterleave
31174         (replaces on oneton).
31175         * gst/interleave/interleave.c: New plugin: interleave.
31176         * gst/interleave/plugin.h: Support file.
31177         * gst/interleave/plugin.c: Support file.
31178
31179         * configure.ac: Remove intfloat and oneton, add interleave.
31180
31181         * ext/sndfile/gstsf.c: Handle events better.
31182
31183         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31184         and float2int operation. int2float has scheduling problems as
31185         noted in in2float_chain.
31186
31187 2004-02-20  Benjamin Otte  <otte@gnome.org>
31188
31189         * ext/xine/Makefile.am:
31190         * ext/xine/gstxine.h:
31191         * ext/xine/xine.c:
31192         * ext/xine/xineaudiodec.c:
31193         * ext/xine/xinecaps.c:
31194           add first version of xine plugin wrapper. Currently only wraps the
31195           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31196         * configure.ac:
31197         * ext/Makefile.am:
31198           add xine plugin wrapper, disabled by default. Use --enable-xine to
31199           build. Note that it'll segfault on gst-register if you don't remove
31200           the goom and tvtime post plugins from xine.
31201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31202         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31203           add extradata parsing for QDM2.
31204           change around debugging prints.
31205
31206 2004-02-19  Benjamin Otte  <otte@gnome.org>
31207
31208         * ext/lame/gstlame.c: (gst_lame_chain):
31209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31210           use gst_tag_list_insert when you want to insert tags
31211
31212 2004-02-18  David Schleef  <ds@schleef.org>
31213
31214         * configure.ac:  Move massink to gst-rotten
31215         * ext/Makefile.am:
31216         * ext/mas/Makefile.am:
31217         * ext/mas/massink.c:
31218         * ext/mas/massink.h:
31219
31220 2004-02-18  David Schleef  <ds@schleef.org>
31221
31222         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31223         typefinding, since it seems to be worse than nothing.
31224         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31225         atom to recognize .mp4 and .m4a files as video/quicktime.
31226
31227 2004-02-18  David Schleef  <ds@schleef.org>
31228
31229         * gst/sine/demo-dparams.c: (quit_live),
31230         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31231         Use double dparams, not float.
31232         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31233         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31234         sync'd elements don't really work correctly.
31235         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31236         (volume_update_volume), (volume_get_property):  Change dparam
31237         to double.
31238
31239 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31240
31241         * sys/ximage/ximagesink.c:
31242         (gst_ximagesink_xwindow_update_geometry),
31243         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31244         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31245         (gst_ximagesink_init): Rework the way software video scaling works. So
31246         now we check on each chain call if the video frames are feeling the
31247         window. If not we try to renegotiate caps. On failure we memorize that
31248         and we won't try again for that PLAYING sessions.
31249         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31250         failure.
31251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31252         synchronous flag.
31253
31254 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31255
31256         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31257           break up _link so we can give a better debug message for errors
31258
31259 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31260
31261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31262           set up debug category
31263
31264 2004-02-18  Julien MOUTTE <julien@moutte.net>
31265
31266         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31267         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31268         the way renegotiation work. The event handling function is not taking
31269         care of external windows and renegotiate method check for pad flags
31270         NEGOTIATING. Should fix : #133209
31271
31272 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31273
31274         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31275         pad is negotiating before trying renegotiation.
31276
31277 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31278
31279         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31280           pass on all possible mime types as typefind hints
31281
31282 2004-02-17  Julien MOUTTE <julien@moutte.net>
31283
31284         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31286         possible SHM leak if we crash. All other apps using XShm are doing
31287         that.
31288
31289 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31290
31291         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31292         (gst_ximagesink_expose): Renegotiate size on expose.
31293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31294         size on expose.
31295
31296 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31297
31298         * testsuite/alsa/sinesrc.c:
31299           cosmetic fix to fix compile issue with gcc 2.95.4
31300
31301 2004-02-16  Julien MOUTTE <julien@moutte.net>
31302
31303         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31304         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31305         failed opening the audio device.
31306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31307         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31308         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31309         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31310         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31311         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31312         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31313         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31314         Removing some useless g_return_if_fail like wingo suggested.
31315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31316         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31317         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31318         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31319         (gst_xvimagesink_update_colorbalance),
31320         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31321         (gst_xvimagesink_xcontext_clear),
31322         (gst_xvimagesink_get_fourcc_from_caps),
31323         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31324         (gst_xvimagesink_set_xwindow_id),
31325         (gst_xvimagesink_colorbalance_list_channels),
31326         (gst_xvimagesink_colorbalance_set_value),
31327         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31328         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31329
31330 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31331
31332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31333           throw error when not negotiated instead of asserting
31334
31335 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31336
31337         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31338         correct data refcounting.
31339
31340 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31341
31342         * gst/switch/gstswitch.c: (gst_switch_change_state),
31343         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31344         change, mostly the EOS flag.
31345
31346 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31347
31348         * examples/gstplay/player.c: (got_eos), (main): Adding some
31349         output for debugging.
31350         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31351         timeouts if we go to any state different from PLAYING.
31352         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31353         more EOS bugs in riff lib.
31354
31355 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31356
31357         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31358         visualization until i find a way to fix switch correctly.
31359         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31360         EOS arrives.
31361         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31362         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31363         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31364         Reworked switch to get a more correct behaviour with events and refing
31365         of data stored in sinkpads.
31366         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31367         we don't pull from a pad in EOS.
31368
31369 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31370
31371         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31372           remove v1 tag even if we can't read it (makes sure we don't detect
31373           it again)
31374
31375 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31376
31377         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31378         (gst_alsa_xrun_recovery):
31379         * ext/alsa/gstalsa.h:
31380           try xrun recovery when wait failed. Make xrun recovery function
31381           return TRUE/FALSE to indicate success. (might fix #134354)
31382
31383 2004-02-13  David Schleef  <ds@schleef.org>
31384
31385         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31386         (dynparm_value_changed), (main): Convert from float to double.
31387         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31388
31389 2004-02-13  David Schleef  <ds@schleef.org>
31390
31391         * gst/silence/gstsilence.c: (gst_silence_class_init),
31392         (gst_silence_set_clock), (gst_silence_get),
31393         (gst_silence_set_property), (gst_silence_get_property):
31394         * gst/silence/gstsilence.h: Add sync property.
31395         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31396         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31397         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31398         * gst/sine/gstsinesrc.h: Add sync property.
31399
31400 2004-02-13  David Schleef  <ds@schleef.org>
31401
31402         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31403         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31404
31405 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31406
31407         * configure.ac:
31408         * ext/Makefile.am:
31409         * gst-libs/ext/Makefile.am:
31410           move ffmpeg plugin to gst-ffmpeg module
31411
31412 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31413
31414         * configure.ac: use GST_ARCH to detect architecture
31415
31416 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31417
31418         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31419
31420 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31421
31422         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31423           classify LADSPA plugins based on number of src/sink pads
31424           (#133663, Stefan Kost)
31425         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31426           fix dparams registration
31427           (#133528, Stefan Kost)
31428         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31429           fix use of isprint and use g_ascii_isprint instead
31430           (#133316, Stefan Kost)
31431
31432 2004-02-11  David Schleef  <ds@schleef.org>
31433
31434         Convert a few inner loops to use liboil.  This is currently
31435         optional, and is only enabled if liboil is present (duh!).
31436         * configure.ac: Check for liboil-0.1
31437         * gst/intfloat/Makefile.am:
31438         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31439         (gst_int2float_chain_gint16):
31440         * gst/videofilter/Makefile.am:
31441         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31442         (tablelookup_u8), (gst_videobalance_planar411):
31443         * gst/videotestsrc/Makefile.am:
31444         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31445         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31446         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31447         (paint_hline_RGB565), (paint_hline_xRGB1555):
31448
31449 2004-02-11  David Schleef  <ds@schleef.org>
31450
31451         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31452         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31453         (gst_colorspace_getcaps), (gst_colorspace_link),
31454         (gst_colorspace_base_init), (gst_colorspace_init),
31455         (gst_colorspace_chain), (gst_colorspace_change_state),
31456         (plugin_init): Merge Ronald's patch (bug #117897) and update
31457         for new caps and negotiation.  Seems to work, although it
31458         shows off bugs in lcs.
31459
31460 2004-02-11  David Schleef  <ds@schleef.org>
31461
31462         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31463         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31464
31465 2004-02-11  David Schleef  <ds@schleef.org>
31466
31467         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31468         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31469         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31470         Add server and port properties
31471
31472 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31473
31474         * m4/a52.m4:
31475         * m4/aalib.m4:
31476         * m4/as-ffmpeg.m4:
31477         * m4/as-liblame.m4:
31478         * m4/as-slurp-ffmpeg.m4:
31479         * m4/check-libheader.m4:
31480         * m4/esd.m4:
31481         * m4/freetype2.m4:
31482         * m4/gconf-2.m4:
31483         * m4/glib.m4:
31484         * m4/gst-alsa.m4:
31485         * m4/gst-artsc.m4:
31486         * m4/gst-ivorbis.m4:
31487         * m4/gst-matroska.m4:
31488         * m4/gst-sdl.m4:
31489         * m4/gst-shout2.m4:
31490         * m4/gst-sid.m4:
31491         * m4/gtk.m4:
31492         * m4/libdv.m4:
31493         * m4/libfame.m4:
31494         * m4/libmikmod.m4:
31495         * m4/ogg.m4:
31496         * m4/vorbis.m4:
31497           fix underquotedness of macros (#133800)
31498         * m4/as-avifile.m4:
31499         * m4/xmms.m4:
31500           removed because no longer used
31501
31502 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31503
31504         * configure.ac:
31505           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31506           by autopoint (fixes #132996)
31507
31508 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31509
31510         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31511         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31512         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31513         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31514           fix memleaks
31515
31516 2004-02-11  David Schleef  <ds@schleef.org>
31517
31518         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31519         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31520         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31521         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31522         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31523         (gst_jpegenc_class_init), (gst_jpegenc_init),
31524         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31525         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31526         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31527         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31528
31529 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31530
31531         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31532         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31533         * ext/mikmod/gstmikmod.h:
31534           fix caps negotiation in mikmod
31535         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31536           output debug information
31537
31538 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31539
31540         * gst-libs/gst/colorbalance/Makefile.am:
31541         * gst-libs/gst/navigation/Makefile.am:
31542         * gst-libs/gst/xoverlay/Makefile.am:
31543           remove unused GST_OPT_CFLAGS from Makefiles
31544           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31545
31546 2004-02-07  David Schleef  <ds@schleef.org>
31547
31548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31549         push events to pads that haven't been created (#133508)
31550
31551 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31552
31553         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31554         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31555         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31556         (gst_dvdec_loop), (gst_dvdec_change_state):
31557         Second attempt at committing a working dvdec element.
31558
31559 2004-02-06  David Schleef  <ds@schleef.org>
31560
31561         Build fixes for OS X: (see #129600)
31562         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31563         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31564         (gst_riff_read_strf_iavs):
31565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31566         (gst_avi_demux_stream_odml):
31567         * gst/playondemand/Makefile.am:
31568         * gst/rtp/rtp-packet.c:
31569
31570 2004-02-05  David Schleef  <ds@schleef.org>
31571
31572         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31573         last change, because it Just Doesn't Compile.
31574
31575 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31576
31577         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31578           skip undecodable id3v2 tag instead of keeping it
31579
31580 2004-02-05  David Schleef  <ds@schleef.org>
31581
31582         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31583         Unref leaked buffer.  (Noticed by Ronald)
31584
31585 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31586
31587         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31588         Sync requires with other checks.  >= vs =.
31589
31590 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31591
31592         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31593         (gst_dvdec_video_link), (gst_dvdec_loop):
31594         * ext/dv/gstdvdec.h:
31595           rework the caps negotiation so that dvdec works again instead
31596           of just segfaulting.
31597
31598 === release 0.7.4 ===
31599
31600 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31603         * configure.ac: changed for release
31604
31605 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31606
31607         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31608         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31609         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31610         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31611           reworked patch by David Lehn to fix libdir and includedir for
31612           uninstalled libraries
31613           removed play and gconf from gstreamer-libs since they have their
31614           own pkgconfig files
31615
31616 2004-02-04  David Schleef  <ds@schleef.org>
31617
31618         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31619         memleak.
31620
31621 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31622
31623         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31624           use correct GST_TAG_ENCODER tag
31625
31626 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31627
31628         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31629           be sure to stop the clock when going to paused
31630         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31631           reset number of transmitted when going to ready.
31632         fixes #132935
31633
31634 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31635
31636         reviewed by Benjamin Otte
31637
31638         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31639           extract track count (fixes #133410)
31640
31641 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31642
31643         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31644           that should be !=, not == (fixes #132519)
31645
31646 2004-02-04  David Schleef  <ds@schleef.org>
31647
31648         Make sure set_explicit_caps() is called before adding pad.
31649         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31650         * gst/id3/gstid3types.c: (gst_id3types_loop):
31651         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31652         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31653
31654 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * configure.ac:
31657           bump nano to 2, first prerelease
31658           put back AM_PROG_LIBTOOL
31659
31660 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * testsuite/alsa/Makefile.am:
31663           these are user test apps, not automatic testsuite tests
31664
31665 2004-02-04  David Schleef  <ds@schleef.org>
31666
31667         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31668         * gst/mpeg1videoparse/gstmp1videoparse.c:
31669         (mp1videoparse_parse_seq):
31670         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31671         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31672         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31673         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31674         (gst_xvideosink_getcaps):
31675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31676         * testsuite/gst-lint: more tests
31677
31678 2004-02-04  David Schleef  <ds@schleef.org>
31679
31680         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31681         with the code that they would expand to.
31682         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31683         (gst_flacdec_get_src_query_types),
31684         (gst_flacdec_get_src_event_masks):
31685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31686         (gst_gnomevfssrc_get_query_types),
31687         (gst_gnomevfssrc_get_event_mask):
31688
31689 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31690
31691         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31692         (gst_sinesrc_dispose):
31693           fix memleak by properly disposing sinesrc
31694
31695 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31696
31697         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31698         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31699         an overlay to redraw the image because it has been exposed.
31700         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31701         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31702         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31703         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31704         interface
31705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31706         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31707         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31708         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31709         interface
31710
31711 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31712
31713         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31714           more memleak fixage
31715
31716 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31717
31718         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31719         * gst/typefind/gsttypefindfunctions.c:
31720           fix memleaks shown by gst-typefind
31721
31722 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31723
31724         * common/glib-gen.mak:
31725           add hack rule to touch .Plo files
31726         * gst-libs/gst/colorbalance/Makefile.am:
31727         * gst-libs/gst/mixer/Makefile.am:
31728         * gst-libs/gst/play/Makefile.am:
31729         * gst-libs/gst/tuner/Makefile.am:
31730           remove glib_root variable
31731
31732 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31733
31734         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31735           set explicit caps before adding the element, so the autopluggers can
31736           plug correctly.
31737         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31738         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31739         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31740         (dv_type_find):
31741           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31742           argument.
31743
31744 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31745
31746         * gst-libs/gst/colorbalance/Makefile.am:
31747         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31748         * gst-libs/gst/colorbalance/colorbalance.c:
31749         * gst-libs/gst/colorbalance/colorbalance.h:
31750         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31751         * gst-libs/gst/mixer/Makefile.am:
31752         * gst-libs/gst/mixer/mixer-marshal.list:
31753         * gst-libs/gst/mixer/mixer.c:
31754         * gst-libs/gst/mixer/mixer.h:
31755         * gst-libs/gst/mixer/mixermarshal.list:
31756         * gst-libs/gst/play/Makefile.am:
31757         * gst-libs/gst/play/play.h:
31758         * gst-libs/gst/tuner/Makefile.am:
31759         * gst-libs/gst/tuner/tuner-marshal.list:
31760         * gst-libs/gst/tuner/tuner.c:
31761         * gst-libs/gst/tuner/tuner.h:
31762         * gst-libs/gst/tuner/tunermarshal.list:
31763           use new glib-gen.mak snippet to clean up Makefile.am
31764           fix various bugs in Makefile.am's
31765
31766 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31767
31768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31769           handle chain parsing correctly in the multichain case
31770         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31771         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31772         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31773         (theora_dec_chain):
31774           handle events and queries correctly
31775
31776 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31777
31778         * .cvsignore:
31779         Ignore generated file _stdint.h.
31780
31781 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31782
31783         * gst-libs/gst/colorbalance/Makefile.am:
31784         * gst-libs/gst/colorbalance/colorbalance.h:
31785         * gst-libs/gst/mixer/Makefile.am:
31786         * gst-libs/gst/mixer/mixer.h:
31787         * gst-libs/gst/play/Makefile.am:
31788         * gst-libs/gst/play/play.h:
31789         * gst-libs/gst/tuner/Makefile.am:
31790         * gst-libs/gst/tuner/tuner.h:
31791         Generate enum type code with glib-mkenums.
31792         * gst-libs/gst/colorbalance/.cvsignore:
31793         * gst-libs/gst/mixer/.cvsignore:
31794         * gst-libs/gst/play/.cvsignore:
31795         * gst-libs/gst/tuner/.cvsignore:
31796         Ignore generated files.
31797
31798 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31799
31800         * gst-libs/gst/audio/.cvsignore:
31801         Ignore generated file.
31802         * gst-libs/gst/audio/Makefile.am:
31803         Do not install example filter.
31804
31805 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31806
31807         * examples/switch/.cvsignore:
31808         Ignore generated file.
31809
31810 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31811
31812         * common/m4/ax_create_stdint_h.m4:
31813         * configure.ac:
31814           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31815           _stdint.h.
31816         * Makefile.am:
31817           remove generated _stdint.h in DISTCLEANFILES
31818         * ext/a52dec/gsta52dec.c:
31819           include _stdint.h for a52dec. (should fix #133064)
31820
31821 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31822
31823         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31824         (gst_tag_to_vorbis_comments):
31825         Add replaygain support to vorbistag
31826
31827 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31828         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31829         (gst_ffmpeg_caps_to_extradata):
31830           Fix SVQ3 caps flag properties
31831           Use glib macro for bytes swap
31832
31833 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31836         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31837         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31838         * ext/sndfile/gstsf.c: (plugin_init):
31839         * gst/avi/gstavi.c: (plugin_init):
31840         * sys/dxr3/dxr3init.c: (plugin_init):
31841         * sys/oss/gstossaudio.c: (plugin_init):
31842         * sys/v4l/gstv4l.c: (plugin_init):
31843         * sys/v4l2/gstv4l2.c: (plugin_init):
31844           remove textdomain calls
31845         * po/nl.po:
31846           update Dutch translation
31847
31848 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31849
31850         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31851         (gst_play_set_audio_sink): Moving volume in the audio thread for
31852         instantaneous volume change. Maybe i will add another volume in front
31853         of visualization later, not sure yet though.
31854
31855 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31856
31857         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31858         (gst_ximagesink_handle_xevents): Better X events handling, only take
31859         the latest events for configure and motion.
31860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31861
31862 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31863
31864         reviewed by: David Schleef  <ds@schleef.org>
31865
31866         Fix memory leaks:
31867         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31868         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31869
31870 2004-02-02  David Schleef  <ds@schleef.org>
31871
31872         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31873         of lines.
31874         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31875         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31876         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31877         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31878         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31879         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31880         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31881         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31882         (gst_float2_2_int_link):
31883         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31884         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31885         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31886         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31887         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31888         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31889         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31890         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31891         * testsuite/gst-lint: Add tests for bzero and ;;
31892
31893 2004-02-02  David Schleef  <ds@schleef.org>
31894
31895         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31896
31897 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31898
31899         * ext/aalib/gstaasink.c: (gst_aasink_open):
31900         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31902         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31903         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31904         (gst_afsink_close_file):
31905         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31906         (gst_afsrc_close_file):
31907         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31908         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31909         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31910         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31911         * ext/esd/esdmon.c: (gst_esdmon_get):
31912         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31913         * ext/faac/gstfaac.c: (gst_faac_chain):
31914         * ext/faad/gstfaad.c: (gst_faad_chain):
31915         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31916         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31917         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31918         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31919         (gst_flacdec_loop):
31920         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31921         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31922         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31923         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31924         (gst_gnomevfssink_close_file):
31925         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31926         (gst_gnomevfssrc_open_file):
31927         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31928         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31929         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31930         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31931         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31932         * ext/mad/gstmad.c: (gst_mad_chain):
31933         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31934         * ext/mpeg2dec/gstmpeg2dec.c:
31935         * ext/mpeg2enc/gstmpeg2enc.cc:
31936         * ext/mplex/gstmplex.cc:
31937         * ext/mplex/gstmplexibitstream.cc:
31938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31939         (gst_ogg_demux_push):
31940         * ext/raw1394/gstdv1394src.c:
31941         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31942         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31943         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31944         (gst_sf_loop):
31945         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31946         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31947         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31948         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31949         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31950         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31951         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31952         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31953         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31954         (gst_riff_read_element_data), (gst_riff_read_seek),
31955         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31956         * gst/adder/gstadder.c: (gst_adder_loop):
31957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31958         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31959         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31960         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31961         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31962         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31963         * gst/goom/gstgoom.c: (gst_goom_chain):
31964         * gst/id3/gstid3types.c: (gst_id3types_loop):
31965         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31966         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31967         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31968         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31969         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31970         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31971         (gst_ebml_read_float), (gst_ebml_read_header):
31972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31973         (gst_matroska_demux_parse_blockgroup):
31974         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31976         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31977         * gst/silence/gstsilence.c: (gst_silence_get):
31978         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31979         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31980         * gst/speed/gstspeed.c: (speed_loop):
31981         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31982         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31983         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31984         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31985         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31986         (gst_wavparse_loop):
31987         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31988         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31989         (dxr3audiosink_close):
31990         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31991         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31992         (dxr3videosink_close), (dxr3videosink_write_data):
31993         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31994         * sys/oss/gstosssink.c: (gst_osssink_chain):
31995         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31996         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31997         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31999         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32000         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32001         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32002         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32003         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32004         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32005         (gst_v4l_set_audio):
32006         * sys/v4l/v4l_calls.h:
32007         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32008         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32009         (gst_v4lmjpegsink_playback_init),
32010         (gst_v4lmjpegsink_playback_start):
32011         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32013         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32014         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32016         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32017         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32018         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32019         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32020         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32021         (gst_v4l2_get_output), (gst_v4l2_set_output),
32022         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32023         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32024         (gst_v4l2_set_attribute):
32025         * sys/v4l2/v4l2_calls.h:
32026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32027         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32028         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32029         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32030         (gst_v4l2src_capture_stop):
32031         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32032         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32033         (gst_ximagesink_chain):
32034         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32035         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32036         (gst_xvideosink_xwindow_new):
32037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32038         (gst_xvimagesink_chain):
32039
32040 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32041
32042         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32043         (gst_volume_get_volume), (volume_class_init), (volume_init),
32044         (volume_chain_int16), (volume_update_volume):
32045         * gst/volume/gstvolume.h:
32046           make code more readable by removing magic numbers
32047           make mixer interface export 0-100 range
32048           make it internally map to 0.0-1.0 range so users don't distort
32049           output by putting the sliders at full volume
32050
32051 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32054         (gst_play_state_change), (gst_play_seek_to_time):
32055         block the tick callback for 0.5 secs after doing a seek
32056
32057 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32058
32059         * gst-libs/gst/play/play.c: (gst_play_new):
32060           check for GError
32061
32062 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32063
32064         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32065         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32066         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32067         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32069         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32070
32071 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32072
32073         * configure.ac:
32074         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32075           check for a function added in vorbis 1.1
32076
32077 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32078
32079         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32080         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32081           really start/stop clock only on PLAYING <=> PAUSED
32082         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32083           remove \n from debugging lines
32084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32085           make it work when seeking does not
32086         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32087           reset on DISCONT
32088
32089 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32090
32091         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32092           start clock on PAUSED=>PLAYING, not later
32093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32094           extract correct time for different discont formats
32095         (gst_alsa_sink_get_time):
32096           don't segfault when no format is negotiated yet, just return 0
32097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32098         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32099         (gst_ogg_pad_push):
32100           handle flush and discont events correctly
32101         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32102           handle discont events correctly
32103
32104 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32105
32106         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32107         (gst_play_error_create), (gst_play_error_plugin),
32108         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32109         * gst-libs/gst/play/play.h:
32110           add error handling during creation
32111         * examples/gstplay/player.c: (main):
32112           use new gst_play_new
32113
32114
32115 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32116
32117         * ext/theora/theoradec.c: (theora_dec_chain):
32118           make comments work
32119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32120         (vorbis_dec_src_event), (vorbis_dec_chain):
32121           add encoder tag, fix tag reading to be more error tolerant, change
32122           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32123           gst_pad_event_default.
32124         * gst/tags/gstvorbistag.c:
32125         (gst_tag_list_from_vorbiscomment_buffer):
32126           undefine function specific define at end of function
32127
32128 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32129
32130         * ext/flac/gstflac.c: (plugin_init):
32131         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32132         * ext/flac/gstflacdec.h:
32133         * ext/flac/gstflacenc.h:
32134           Fix typos
32135
32136 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32137
32138         * examples/gstplay/player.c: s/gstplay.h/play.h/
32139
32140 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32141
32142         * gst-libs/gst/play/Makefile.am:
32143         * gst-libs/gst/play/gstplay.c:
32144         * gst-libs/gst/play/gstplay.h:
32145         * gst-libs/gst/play/play.c:
32146           more surgery, operation complete
32147
32148 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32149
32150         * gst-libs/gst/play/play.old.c:
32151         * gst-libs/gst/play/play.old.h:
32152           after CVS surgery by moving, remove
32153         * gst-libs/gst/play/playpipelines.c:
32154           remove
32155
32156         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32157           add negotiation error
32158
32159 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32160
32161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32162         (gst_ogg_demux_push):
32163           add some seeking debug info
32164           send a flush when seeking
32165
32166 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32167
32168         * configure.ac:
32169           use AC_C_INLINE
32170         * configure.ac:
32171         * ext/Makefile.am:
32172         * ext/theora/Makefile.am:
32173         * ext/theora/theoradec.c:
32174           add theora video decoder. Does just do simple decoding for now and
32175           has been tested against Theora cvs only. It only works when theora
32176           is compiled with --enable-static.
32177         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32178           always reset packetno on DISCONT
32179
32180 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32181
32182         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32183           Fix audio.
32184
32185 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32186
32187         * gst/mpegaudioparse/gstmpegaudioparse.c:
32188         (mp3_type_frame_length_from_header):
32189           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32190
32191 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32192
32193         * ext/esd/esdsink.c: (gst_esdsink_init):
32194           Since we have static pad template caps, we don't need to negotiate;
32195           either the core errors out or we know the format.
32196
32197 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32198
32199         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32200         (gst_riff_read_seek):
32201         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32202         (gst_ebml_read_seek):
32203           Fix event handling.
32204
32205 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32206
32207         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32208           removee video/x-theora from vp3 decoder, it doesn't handle raw
32209           theora streams
32210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32211           fix bug with finalizing element that never went to PAUSED
32212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32213           length and position queries were swapped
32214         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32215         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32216         (vorbis_dec_src_event):
32217           implement querying time and bytes
32218
32219 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * just about every source file:
32222           gst_element_error -> GST_ELEMENT_ERROR
32223
32224 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32225
32226         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32227         emiting FLUSH and even before DISCONT.
32228         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32229         get the best instant seeking as possible yay!
32230
32231 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32232
32233         * gst/mpeg1videoparse/gstmp1videoparse.c:
32234         (gst_mp1videoparse_real_chain):
32235           Committed wrong version last week... Grr... Didn't notice until now.
32236
32237 2004-01-29  Julien MOUTTE <julien@moutte.net>
32238
32239         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32241         have_xwindow_id signal in xwindow_create.
32242
32243 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32244
32245         * ext/ogg/gstoggdemux.c:
32246           lots of changes - mainly support for chained bitstreams, seeking,
32247           querying and bugfixes of course
32248         * ext/vorbis/Makefile.am:
32249         * ext/vorbis/vorbisdec.c:
32250         * ext/vorbis/vorbisdec.h:
32251           add vorbisdec raw vorbis decoder
32252         * ext/vorbis/vorbis.c: (plugin_init):
32253           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32254         * gst/intfloat/Makefile.am:
32255         * gst/intfloat/float22int.c:
32256         * gst/intfloat/float22int.h:
32257         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32258           add float2intnew plugin. It converts multichannel interleaved float to
32259           multichannel interleaved int. The name should probably be changed.
32260         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32261         (plugin_init):
32262           add typefinding for raw theora video so oggdemux can detect it.
32263
32264 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32265
32266         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32267         sink element first.
32268         * gst/videoscale/gstvideoscale.c:
32269         (gst_videoscale_handle_src_event): Fixing src event handler.
32270
32271 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32272
32273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32274         (gst_v4lsrc_open), (gst_v4lsrc_close),
32275         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32276         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32277         * sys/v4l/gstv4lsrc.h:
32278         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32279         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32280           Implement resizing... Hack. But that's why v4l is b0rked...
32281
32282 2004-01-28  Julien MOUTTE <julien@moutte.net>
32283
32284         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32285         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32286         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32287         (gst_ximagesink_xwindow_destroy):
32288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32289         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32290         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32291         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32292         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32293         correctly cleaning the image created to check xshm calls on succes,
32294         added a lot of XSync calls in X11 functions, and fixed a segfault when
32295         no image format was defined before negotiation happened.
32296
32297 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32298
32299         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32300           use gst_element_get_time to get correct time
32301
32302 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32303
32304         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32305         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32306         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32308         (gst_xvimagesink_check_xshm_calls),
32309         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32310         X plugins are now able to detect that XShm calls will fail even if the
32311         server claims that it has XShm support (remote displays most of the
32312         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32313         so that we use non XShm functions. This feature is almost useless for
32314         xvimagesink as Xv is not supported on remote displays anyway, but
32315         it might happen than even on the local display XShm calls fail.
32316
32317 2004-01-27  David Schleef  <ds@schleef.org>
32318
32319         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32320         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32321         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32322         changed esdsink to only use 44100,16,2, since esd sucks at rate
32323         conversion and esdsink has had difficulty negotiating.
32324
32325 2004-01-27  Julien MOUTTE <julien@moutte.net>
32326
32327         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32328         (gst_play_seek_to_time): Fixing the way to get current position.
32329
32330 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32331
32332         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32333           use gst_element_get_time to get correct time
32334
32335 2004-01-27  Julien MOUTTE <julien@moutte.net>
32336
32337         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32338         fix ever... Inverting 2 lines of code make spider autoplug correctly
32339         tagged mp3 !
32340
32341 2004-01-27  David Schleef  <ds@schleef.org>
32342
32343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32344         Use gst_pad_try_set_caps_nonfixed().
32345
32346 2004-01-27  David Schleef  <ds@schleef.org>
32347
32348         * gst/ac3parse/gstac3parse.c: update to checklist 5
32349         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32350         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32351         * gst/audioscale/gstaudioscale.c: same
32352         * gst/auparse/gstauparse.c: same
32353         * gst/avi/gstavidemux.c: same
32354
32355 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32356
32357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32358           stop processing after EOS
32359
32360 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32361
32362         * gst/asfdemux/asfheaders.h:
32363         * gst/asfdemux/gstasfdemux.c:
32364         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32365         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32366         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32367           lot's of fixes to make data extraction simpler and get the code
32368           architecture and compiler independant. Add debugging category
32369         * gst/goom/gstgoom.c: (gst_goom_change_state):
32370           reset channel count on PAUSED=>READY, not READY=>PAUSED
32371
32372 2004-01-26  Colin Walters  <walters@verbum.org>
32373
32374         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32375         code to pull a bigger buffer in iradio mode.  This as a side effect
32376         makes typefinding work.
32377
32378 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32379
32380         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32381         Fix SVQ3 decoding on PPC
32382
32383 2004-01-26  Julien MOUTTE <julien@moutte.net>
32384
32385         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32386         that one managed to stay there... Fixed.
32387
32388 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32389
32390         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32391         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32392         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32393         (qtdemux_video_caps):
32394         * gst/qtdemux/qtdemux.h:
32395         Add SVQ3 specific flags to qtdemux and ffmpeg
32396
32397 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32398
32399         * gst-libs/gst/audio/audio.h:
32400           remove buffer-frames from audio caps
32401         * gst/audioconvert/gstaudioconvert.c:
32402           fix plugin to really work.
32403
32404 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32405
32406         * gst-libs/gst/mixer/mixer.c:
32407         * gst-libs/gst/propertyprobe/propertyprobe.c:
32408         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32409         (gst_tuner_find_channel_by_name):
32410         * gst-libs/gst/tuner/tuner.h:
32411           Add gtk-doc style comments. Also fix a function name.
32412
32413 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32414
32415         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32416         (gst_divxdec_negotiate):
32417           Fix for new capsnego - also fixes gst-player with divxdec.
32418
32419 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32420
32421         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32422         (gst_play_identity_handoff), (gst_play_set_location),
32423         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32424         try in visualization implementation. Still have an issue with switch
32425         blocking when pulling from video_queue and only audio comes out of
32426         spider.
32427         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32428         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32429         release method. And check if the pad is usable before pulling.
32430
32431 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32432
32433         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32434         (gst_videobalance_init),
32435         (gst_videobalance_colorbalance_list_channels),
32436         (gst_videobalance_colorbalance_set_value),
32437         (gst_videobalance_colorbalance_get_value),
32438         (gst_videobalance_update_properties),
32439         (gst_videobalance_update_tables_planar411),
32440         (gst_videobalance_planar411):
32441         * gst/videofilter/gstvideobalance.h:
32442           Implement lookup-tables. +/- 10x faster.
32443
32444 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32445
32446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32447         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32448           The index reading was broken. The rest worked fine, but the whole
32449           goal of my rewrite was to make avidemux readable, and this was
32450           not at all readable. Please use typed variables.
32451
32452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32453
32454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32455           Additional pad usability check.
32456         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32457         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32458         (gst_mp1videoparse_real_chain):
32459           Fix MPEG video stream parsing. The original plugin had several
32460           issues, including not timestamping streams where the source was
32461           not timestamped (this happens with PTS values in mpeg system
32462           streams, but MPEG video is also a valid stream on its own so
32463           that needs timestamps too). We use the display time code for that
32464           for now. Also, if one incoming buffer contains multiple valid
32465           frames, we push them all on correctly now, including proper EOS
32466           handling. Lastly, several potential segfaults were fixed, and we
32467           properly sync on new sequence/gop headers to include them in next,
32468           not previous frames (since they're header for the next frame, not
32469           the previous). Also see #119206.
32470         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32471         (bpf_from_header):
32472           Move caps setting so we only do it after finding several valid
32473           MPEG-1 fraes sequentially, not right after the first one (which
32474           might be coincidental).
32475         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32476         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32477         (plugin_init):
32478           Add unsynced MPEG video stream typefinding, and change some
32479           probability values so we detect streams rightly. The idea is as
32480           follows: I can have an unsynced system stream which contains
32481           video. In the current code, I would randomly get a type for either
32482           system or video stream type found, because the probabilities are
32483           being calculated rather randomly. I now use fixed values, so we
32484           always prefer system stream if that was found (and that is how it
32485           should be). If no system stream was found, we can still identity                the stream as video-only.
32486
32487 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32488
32489         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32490         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32491           don't write to buffer. Extract data without the need of
32492           __attribute__ ((packed))
32493
32494 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32495
32496         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32497         (mpeg1_sys_type_find):
32498           Fix MPEG-1 stream typefinding.
32499
32500 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32501
32502         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32503           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32504
32505 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32506
32507         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32508         * ext/esd/gstesd.c: (plugin_init):
32509           private debugging, better error reporting
32510
32511 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32512
32513         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32514         (gst_riff_read_init), (gst_riff_read_change_state):
32515         * gst-libs/gst/riff/riff-read.h:
32516           Remove stuff fromold metadata system.
32517
32518 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32519
32520         * ext/ogg/gstoggdemux.c:
32521           Fix wrong file comment.
32522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32523         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32524           Add metadata reading properly.
32525
32526 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32527
32528         * ext/Makefile.am:
32529           Fix nas DIST_SUBDIRS
32530           Uraeus:
32531           Fix bug where make distcheck doesn't get run on adding stuff to
32532           the build.
32533
32534 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32535
32536         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32537         * ext/divx/gstdivxdec.h:
32538           Fix divx3 ("msmpeg4") playback using divxdec.
32539
32540 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32541
32542         * gst/typefind/gsttypefindfunctions.c:
32543         (mp3_type_frame_length_from_header): fix bug in length computation
32544         (mp3_type_find): improve debugging output
32545
32546 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32547
32548         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32549         (gst_play_set_location), (gst_play_seek_to_time),
32550         (gst_play_set_audio_sink), (gst_play_set_visualization),
32551         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32552         the pipeline from scratch. Visualization is back and switch went out as
32553         i realized it was not possible to use the way i wanted.
32554         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32555         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32556         clearing in state change from READY to NULL. So that one can clean the
32557         X ressources keeping the element.
32558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32559         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32560         (gst_xvimagesink_colorbalance_set_value),
32561         (gst_xvimagesink_colorbalance_get_value),
32562         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32563         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32564         change from READY to NULL and fixed some stupid bugs in colorbalance
32565         get/set values. Also added the following feature : when nobody tries to
32566         set some values to the colorbalance levels before the xcontext is
32567         grabbed, then when creating channels list from Xv attributes we set the
32568         internal values to the Xv defaults. This way we handle buggy Xv drivers
32569         that set default hue values far from the middle of the range (Thanks
32570         to Jon Trowbridge for pointing that issue).
32571         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32572         colorbalance levels have been set before xcontext is grabbed.
32573
32574 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32575
32576         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32577           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32578           it might block operations (which is bad for a mixer).
32579
32580 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32581
32582         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32583         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32584         (gmip_find_type_pre):
32585         * gst-libs/gst/media-info/media-info-priv.h:
32586         * gst-libs/gst/media-info/media-info.c:
32587         (gst_media_info_instance_init), (gst_media_info_read_idler):
32588         add fakesink to get caps on decoder src pad again
32589         fix callback prototype to match new have_type signal signature
32590
32591 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32592
32593         * gst/adder/gstadder.c: (gst_adder_link):
32594           fix non-compile and cut-n-paste code
32595
32596 2004-01-21  David Schleef  <ds@schleef.org>
32597
32598         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32599         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32600         (gst_swfdec_init), (gst_swfdec_change_state):
32601         * ext/swfdec/gstswfdec.h:
32602         Fix negotiation.
32603         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32604         (gst_adder_request_new_pad): Fix negotiation.
32605         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32606         Add a fixate function.
32607         * gst/intfloat/gstfloat2int.c:
32608         * gst/intfloat/gstfloat2int.h:
32609         * gst/intfloat/gstint2float.c:
32610         * gst/intfloat/gstint2float.h:
32611         Completely rewrite the negotiation.  Doesn't quite work yet,
32612         due to some buffer-frames problem.
32613
32614 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32615
32616         * ext/gnomevfs/gstgnomevfssrc.c:
32617         * sys/v4l2/v4l2_calls.h:
32618           fix includes for distcheck
32619
32620 2004-01-21  Christian Schaller <uraeus@gnome.org>
32621
32622         * ext/nas/
32623         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32624         based on earlier patch from Laurent Vivier
32625
32626 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32627
32628         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32629         Fix wma caps property
32630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32631         Fix typo (flags1 and flags2)
32632
32633 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32634
32635         * gst-libs/gst/media-info/media-info-priv.c:
32636         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32637         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32638         (gmip_find_stream), (gmip_find_track_metadata),
32639         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32640         (gmip_find_track_format):
32641         * gst-libs/gst/media-info/media-info-priv.h:
32642         * gst-libs/gst/media-info/media-info-test.c: (main):
32643         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32644         (gst_media_info_read_idler), (gst_media_info_read):
32645         * gst-libs/gst/media-info/media-info.h:
32646           register debugging category and use it for debugging
32647
32648 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32649
32650         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32651         (gst_vorbisfile_new_link):
32652           signal streaminfo through tags
32653
32654 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32655
32656         * ext/mplex/gstmplex.cc:
32657         * ext/mplex/gstmplexibitstream.cc:
32658           g++ doesn't like NULL in our i18n/error macros, should be
32659           either (NULL) or ("").
32660
32661 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32662
32663         * sys/dxr3/dxr3audiosink.c:
32664         * sys/dxr3/dxr3init.c:
32665         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32666         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32667           Fix more error error error errors (missing includes here).
32668
32669 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32670
32671         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32672           fix thomas' error errors.
32673
32674 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32675
32676         * ext/mpeg2enc/gstmpeg2enc.cc:
32677           fix error errors.
32678
32679 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32680
32681         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32682         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32683           Fix for new error system.
32684
32685 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32686
32687         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32688           fix for new error reporting
32689
32690 2004-01-20  David Schleef  <ds@schleef.org>
32691
32692         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32693         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32694         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32695         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32696         and neither is 100+, most likely.
32697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32698         (gst_xvimagesink_getcaps): same
32699
32700 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32701
32702         * configure.ac:
32703           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32704           clashes with ffmpeg.
32705
32706 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32707
32708         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32709         (gst_switch_init): Fixed switch element : proxying link and setting
32710         caps from src to sink on request.
32711
32712 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32713
32714         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32715         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32716         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32717         fix element_error
32718
32719 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32720
32721         * sys/v4l/v4l_calls.h:
32722         * sys/v4l2/v4l2_calls.h:
32723           element_error fixes
32724
32725 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32726
32727         * gst-libs/gst/gst-i18n-plugin.h:
32728           add locale.h
32729           remove config.h inclusion
32730
32731 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32732
32733         * autogen.sh:
32734           adding autopoint invocation
32735         * Makefile.am:
32736         * configure.ac:
32737         * gst-libs/gst/gettext.h:
32738           adding gettext bits
32739         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32740         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32741         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32742         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32743         (gst_gnomevfssink_close_file):
32744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32745         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32746         * gst-libs/gst/gst-i18n-plugin.h:
32747         * gst/avi/gstavi.c: (plugin_init):
32748         * sys/dxr3/dxr3init.c: (plugin_init):
32749         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32750         * sys/oss/gstossaudio.c: (plugin_init):
32751         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32752         * sys/v4l/gstv4l.c: (plugin_init):
32753         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32754         * sys/v4l2/gstv4l2.c: (plugin_init):
32755         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32756         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32757         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32758         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32759         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32760         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32761           make sure locale and translation domain are set
32762           fix translated strings
32763         * po/.cvsignore:
32764         * po/LINGUAS:
32765         * po/Makevars:
32766         * po/POTFILES.in:
32767         * po/nl.po:
32768           put translation files into place
32769         * sys/xvideo/imagetest.c: (main):
32770         * ext/dv/demo-play.c: (main):
32771           fix unnecessary translations
32772
32773 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32774
32775         * ext/sndfile/gstsf.c:
32776         * gst/avi/gstavimux.c:
32777         * ext/audiofile/gstafsink.c:
32778         * ext/audiofile/gstafsrc.c:
32779         * ext/gnomevfs/gstgnomevfssink.c:
32780         * ext/gnomevfs/gstgnomevfssrc.c:
32781         * sys/oss/gstosselement.c:
32782         * sys/v4l/v4l_calls.h:
32783           fix i18n include
32784
32785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32786
32787         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32788         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32789         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32790         (gst_v4l2_get_output), (gst_v4l2_set_output),
32791         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32792         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32793         (gst_v4l2_set_attribute):
32794         update to new error handling
32795
32796 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32797
32798         * ext/sidplay/gstsiddec.cc:
32799         * gst/modplug/gstmodplug.cc:
32800           parenthese NULL because C++ seems angry about it
32801
32802 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32803
32804         * gst-libs/gst/gst-i18n-plugin.h:
32805           add skeleton i18n stuff, but needs to be further implemented
32806
32807 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32808
32809         * examples/gstplay/player.c: (main):
32810         * ext/aalib/gstaasink.c: (gst_aasink_open):
32811         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32813         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32814         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32815         (gst_afsink_close_file):
32816         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32817         (gst_afsrc_close_file):
32818         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32819         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32820         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32821         * ext/esd/esdmon.c: (gst_esdmon_get):
32822         * ext/esd/esdsink.c: (gst_esdsink_chain):
32823         * ext/faac/gstfaac.c: (gst_faac_chain):
32824         * ext/faad/gstfaad.c: (gst_faad_chain):
32825         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32826         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32827         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32828         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32829         (gst_flacdec_loop):
32830         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32831         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32832         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32833         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32834         (gst_gnomevfssink_close_file):
32835         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32836         (gst_gnomevfssrc_open_file):
32837         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32838         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32839         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32840         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32841         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32842         * ext/mad/gstmad.c: (gst_mad_chain):
32843         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32844         * ext/mpeg2dec/gstmpeg2dec.c:
32845         * ext/mpeg2enc/gstmpeg2enc.cc:
32846         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32847         * ext/mplex/gstmplex.cc:
32848         * ext/mplex/gstmplexibitstream.cc:
32849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32850         (gst_ogg_demux_push), (gst_ogg_pad_push):
32851         * ext/raw1394/gstdv1394src.c:
32852         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32853         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32854         * ext/sidplay/gstsiddec.cc:
32855         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32856         (gst_sf_loop):
32857         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32858         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32859         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32861         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32862         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32863         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32864         * gst-libs/gst/Makefile.am:
32865         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32866         (gst_riff_read_element_data), (gst_riff_read_seek),
32867         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32868         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32870         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32871         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32872         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32873         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32874         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32875         * gst/goom/gstgoom.c: (gst_goom_chain):
32876         * gst/id3/gstid3types.c: (gst_id3types_loop):
32877         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32878         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32879         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32880         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32881         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32882         (gst_ebml_read_float), (gst_ebml_read_header):
32883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32884         (gst_matroska_demux_parse_blockgroup):
32885         * gst/modplug/gstmodplug.cc:
32886         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32887         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32888         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32889         * gst/silence/gstsilence.c: (gst_silence_get):
32890         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32891         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32892         * gst/speed/gstspeed.c: (speed_loop):
32893         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32894         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32895         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32896         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32897         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32898         (gst_wavparse_loop):
32899         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32900         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32901         (dxr3audiosink_close):
32902         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32903         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32904         (dxr3videosink_close), (dxr3videosink_write_data):
32905         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32906         * sys/oss/gstosselement.h:
32907         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32908         (gst_osssink_chain):
32909         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32910         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32911         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32913         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32914         (gst_v4l_enable_overlay):
32915         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32916         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32917         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32918         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32919         (gst_v4l_set_audio):
32920         * sys/v4l/v4l_calls.h:
32921         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32922         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32923         (gst_v4lmjpegsink_playback_init),
32924         (gst_v4lmjpegsink_playback_start):
32925         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32926         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32927         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32928         (gst_v4lmjpegsrc_requeue_frame):
32929         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32930         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32931         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32932         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32933         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32934         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32935         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32936         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32937         (gst_v4l2src_capture_stop):
32938         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32939         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32940         (gst_ximagesink_chain):
32941         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32942         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32943         (gst_xvideosink_xwindow_new):
32944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32945         (gst_xvimagesink_chain):
32946         use new error signal, function and categories
32947
32948 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32949
32950         * configure.ac:
32951         * ext/Makefile.am:
32952         * ext/musicbrainz/gsttrm.c:
32953         * ext/musicbrainz/gsttrm.h:
32954         * ext/musicbrainz/Makefile.am:
32955         Add a trm plugin
32956
32957 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32958
32959         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32960         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32961         synchronous property for debugging.
32962         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32964         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32965         smaller block, fixing indent.
32966
32967 2004-01-16  David Schleef  <ds@schleef.org>
32968
32969         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32970         property affects the video stream.
32971         * sys/xvimage/xvimagesink.c:
32972         * sys/xvimage/xvimagesink.h:
32973         Add synchronous property for debugging.  Should probably be
32974         disabled in non-CVS builds.  Make sure that the Xv attribute
32975         exists before we set it (crash!).  Fix a silly float bug that
32976         caused colorbalance to just not work.
32977
32978 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32979
32980         * tools/gst-launch-ext.in - update for new plugins
32981
32982 2004-01-16  David Schleef  <ds@schleef.org>
32983
32984         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32985         already-freed caps.
32986
32987 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32988
32989         * Update spec for new colorspace plugin and libcaca plugin
32990         * Fix compilation of libcaca plugin (clock -> id)
32991
32992 2004-01-16  Julien MOUTTE <julien@moutte.net>
32993
32994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32995         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32996         (gst_xvimagesink_set_xwindow_id),
32997         (gst_xvimagesink_colorbalance_set_value),
32998         (gst_xvimagesink_colorbalance_get_value),
32999         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33000         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33001         correct colorbalance properties. They can now be set when the element
33002         is still in NULL state. The values will be committed to the Xv Port
33003         when xcontext is initialized.
33004         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33005         brightness int values in the GstXvImagesink structure.
33006
33007 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33008
33009         * gst-libs/gst/Makefile.am:
33010           restructure so having local patches works easier.
33011
33012 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33013
33014         * ext/mpeg2enc/Makefile.am:
33015         * ext/mpeg2enc/gstmpeg2enc.cc:
33016         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33017           Bugfix with respect to EOS handling.
33018
33019 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33020
33021         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33022           Link with right caps (else, it segfaults).
33023         * ext/mplex/gstmplexjob.cc:
33024           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33025
33026 2004-01-15  David Schleef  <ds@schleef.org>
33027
33028         * gst-libs/gst/audio/Makefile.am:
33029         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33030         from the template.
33031         * gst-libs/gst/audio/gstaudiofilter.c:
33032         * gst-libs/gst/audio/gstaudiofilter.h:
33033         Add bytes_per_sample and size and n_samples calculation.
33034         * gst-libs/gst/audio/gstaudiofilterexample.c:
33035         Remove, now autogenerated.
33036         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33037         Moved from gstaudiofilterexample, object name changed, code added
33038         so that it actually works.
33039         * gst-libs/gst/audio/make_filter:
33040         Script to build an audiofilter subclass from the template.
33041         * gst/colorspace/Makefile.am:
33042         * gst/colorspace/yuv2yuv.c:
33043         Remove file, since it's GPL, and we don't use it.
33044
33045 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33046
33047         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33049         them use the buffer free function to test how the buffer was allocated.
33050
33051 2004-01-15  David Schleef  <ds@schleef.org>
33052
33053         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33054         that handles osssink fallback.
33055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33056         (gst_audio_convert_getcaps):
33057         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33058         Add audio/x-qdm2 for QDM2 audio.
33059         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33060         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33062         Decrease minimum size to 16x16.
33063         * gst/wavparse/gstwavparse.c:
33064         Convert disabled pad template caps to new caps.
33065         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33067         (gst_xvimagesink_chain): Throw element error when display cannot
33068         be opened.  Increase minimum framerate to 1.0.  Check the data
33069         free function on a buffer to make sure it is the type we expect
33070         before manipulating it.
33071
33072 2004-01-15  Julien MOUTTE <julien@moutte.net>
33073
33074         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33075         (gst_videobalance_colorbalance_set_value): Implement passthru if
33076         settings are in the middle.
33077         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33078
33079 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33080
33081         * gst/videofilter/Makefile.am:
33082         * gst/volume/Makefile.am:
33083           Since we use videofilter symbols, link to it.
33084
33085 2004-01-15  Julien MOUTTE <julien@moutte.net>
33086
33087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33088         mixer interface type to HARDWARE.
33089         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33090         type to SOFTWARE.
33091         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33092         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33093         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33094         (gst_volume_interface_init), (gst_volume_list_tracks),
33095         (gst_volume_set_volume), (gst_volume_get_volume),
33096         (gst_volume_set_mute), (gst_volume_mixer_init),
33097         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33098         (volume_init): Implementing mixer interface.
33099         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33100         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33101         (gst_osselement_change_state): Removing some trailing commas in
33102         structures.
33103         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33104         interface type to HARDWARE.
33105         * sys/v4l/gstv4lcolorbalance.c:
33106         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33107         type to HARDWARE.
33108         * sys/v4l2/gstv4l2colorbalance.c:
33109         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33110         interface type to HARDWARE.
33111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33112         same code than ximagesink for event handling.
33113
33114 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33115
33116         * ext/snapshot/Makefile.am:
33117         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33118         (gst_snapshot_chain):
33119         * ext/snapshot/gstsnapshot.h:
33120           This has to be a joke... Snapshot should be connected to a tee,
33121           colorspace element before it and EOS after that, where the other
33122           src of the tee receives normal data.
33123           The current way is *wrong*.
33124
33125 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33126
33127         * ext/hermes/gsthermescolorspace.c:
33128           Fix another compile error. Same as below.
33129
33130 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33131
33132         * gst/colorspace/gstcolorspace.c:
33133         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33134         (gst_colorspace_i420_to_yv12):
33135           Fix compiling... Didn't test if it actually works.
33136
33137 2004-01-15  David Schleef  <ds@schleef.org>
33138
33139         * configure.ac:
33140         * gst/colorspace/Makefile.am:
33141         * gst/colorspace/gstcolorspace.c:
33142         * gst/colorspace/gstcolorspace.h:
33143         * gst/colorspace/yuv2rgb.c:
33144         * gst/colorspace/yuv2rgb.h:
33145         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33146         code and GPL code.  Fix for new caps negotiation.  Rewrite
33147         much of the format handling code, and some of the conversion
33148         code.  Basically, rewrote almost everything.  This element
33149         handles I420, YV12 to RGB conversions.
33150         * ext/hermes/Makefile.am:
33151         * ext/hermes/gsthermescolorspace.c:
33152         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33153         Remove non-Hermes related code.  This element handles lots of
33154         RGB to RGB conversions, but no YUV.
33155         * ext/hermes/gstcolorspace.c:
33156         * ext/hermes/gstcolorspace.h:
33157         * ext/hermes/rgb2yuv.c:
33158         * ext/hermes/yuv2rgb.c:
33159         * ext/hermes/yuv2rgb.h:
33160         * ext/hermes/yuv2rgb_mmx16.s:
33161         * ext/hermes/yuv2yuv.c:
33162         * ext/hermes/yuv2yuv.h:
33163         Remove old code.
33164
33165 2004-01-14  Colin Walters  <walters@verbum.org>
33166
33167         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33168         they've already been.
33169
33170 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33171
33172         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33173           assume tag mode when pad is not connected
33174
33175 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33176
33177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33178           Don't update the time of the clock
33179         (gst_alsa_sink_loop):
33180           sync to the clock given to alsasink, not the own clock
33181         * sys/oss/gstosssink.c: (gst_osssink_chain):
33182           sync to the clock
33183         (gst_osssink_change_state):
33184           activate the clock
33185         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33187           remove bogus code that made DISCONT events unhandled
33188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33189           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33190           #131502)
33191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33192         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33193         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33194           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33195           2nd warning in bug #131502)
33196
33197 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33198
33199         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33200         (gst_videobalance_colorbalance_set_value),
33201         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33202         for colorbalance interface implementation.
33203         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33204         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33205         (gst_ximagesink_dispose), (gst_ximagesink_init),
33206         (gst_ximagesink_class_init): Adding DISPLAY property.
33207         * sys/ximage/ximagesink.h: Adding display_name to store display.
33208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33209         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33210         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33211         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33212         properties (they still need polishing though for gst-launch use : no
33213         xcontext yet, i ll do that tomorrow).
33214         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33215
33216 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33217
33218         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33219         (gst_play_set_location), (gst_play_set_visualization): Preparing
33220         switch integration, adding videobalance in the pipeline.
33221
33222 2004-01-14  Julien MOUTTE <julien@moutte.net>
33223
33224         * gst-libs/gst/colorbalance/colorbalance.c:
33225         (gst_color_balance_class_init): Adding a default type.
33226         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33227         the type.
33228         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33229         (gst_videobalance_dispose), (gst_videobalance_class_init),
33230         (gst_videobalance_init), (gst_videobalance_interface_supported),
33231         (gst_videobalance_interface_init),
33232         (gst_videobalance_colorbalance_list_channels),
33233         (gst_videobalance_colorbalance_set_value),
33234         (gst_videobalance_colorbalance_get_value),
33235         (gst_videobalance_colorbalance_init): Implementing colorbalance
33236         interface.
33237         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33238         list.
33239         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33240         bug which was triggering a BadAccess X error when setting an overlay
33241         before pad was really negotiated.
33242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33243         Using the colorbalance type macro.
33244
33245 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33246
33247         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33248         (gst_flacenc_chain):
33249           handle tags correctly
33250         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33251           extract ID3v1 tags correctly
33252
33253 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33254
33255         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33256         (plugin_init):
33257           Improve matroska typefinding for odd-typed headers...
33258
33259 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33260
33261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33262           Fix for using incremental number on padnames.
33263
33264 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33265
33266         * ext/divx/gstdivxdec.c:
33267         * ext/divx/gstdivxenc.c:
33268           Set category to divx4linux instead of divx (too generic).
33269         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33270         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33271         (gst_wavparse_loop), (gst_wavparse_change_state):
33272         * gst/wavparse/gstwavparse.h:
33273           fix parsing of WAV files with non-standard fmt-tag size and fix
33274           skipping of unrecognized chunks... Someone please fix this thing
33275           to use rifflib so all this is automated.
33276         * sys/v4l/Makefile.am:
33277         * sys/v4l2/Makefile.am:
33278           Add X_CFLAGS because we depend on X (for overlay).
33279
33280 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33281
33282         * ext/mpeg2dec/gstmpeg2dec.c:
33283           Don't issue a timestamp unless we tagged the frame
33284           with a PTS.
33285
33286 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33287
33288         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33289           Query the audio element to get the time, not the clock. We're
33290           interested in the element's time here.
33291
33292 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33293
33294         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33296         * ext/esd/esdsink.c: (gst_esdsink_chain):
33297         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33298         * ext/mas/massink.c: (gst_massink_chain):
33299         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33301         (gst_matroska_demux_parse_metadata):
33302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33303         (gst_mpeg_parse_release_locks):
33304         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33305         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33306         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33307         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33308         (gst_osssink_change_state):
33309         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33310         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33311         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33312         (gst_xvideosink_release_locks):
33313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33314           use element time.
33315         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33316         (gst_alsa_clock_stop):
33317         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33318         (gst_audio_clock_get_internal_time):
33319           simplify for use with new clocking code.
33320         * testsuite/alsa/Makefile.am:
33321         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33322           fix testsuite for new caps system
33323
33324 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33325
33326         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33327         * ext/flac/gstflacenc.c: (add_one_tag):
33328           length is already host endian, no need to convert. Fixes playback of
33329           tagged files on PPC. (bug #128384)
33330
33331 2004-01-13  Julien MOUTTE <julien@moutte.net>
33332
33333         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33334         colorbalance interface stating if it is hardware based or software
33335         based.
33336         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33337         Removing a trailing comma.
33338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33339         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33340         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33341         the documentation seems to be wrong on the -1000 to 1000 interval.
33342
33343 2004-01-12  David Schleef  <ds@schleef.org>
33344
33345         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33346         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33347         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33348         Fix negotiation.  Add a bufferalloc function for the sink pad,
33349         and generally clean up some of the code.
33350
33351 2004-01-12  Julien MOUTTE <julien@moutte.net>
33352
33353         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33354         (gst_color_balance_channel_dispose): Adding safety check in dispose
33355         method.
33356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33357         (gst_xvimagesink_xcontext_clear),
33358         (gst_xvimagesink_interface_supported),
33359         (gst_xvimagesink_colorbalance_list_channels),
33360         (gst_xvimagesink_colorbalance_set_value),
33361         (gst_xvimagesink_colorbalance_get_value),
33362         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33363         Adding colorbalance interface support to set XV parameters such as
33364         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33365         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33366         interface.
33367
33368 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33369
33370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33371         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33372         (gst_audio_convert_init), (gst_audio_convert_set_property),
33373         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33374         (gst_audio_convert_link),
33375         (gst_audio_convert_buffer_to_default_format),
33376         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33377           - implement _getcaps and use it
33378           - improve linking
33379           - remove float caps since no float conversion is actually done
33380           - remove properties and arguments that were to be used for rate
33381             conversion
33382
33383 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33384
33385         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33386         (gst_audio_structure_set_int):
33387         * gst-libs/gst/audio/audio.h:
33388           add helper functions for _getcaps matching the standard audio
33389           templates
33390
33391 2004-01-12  David Schleef  <ds@schleef.org>
33392
33393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33394         Test that pad is negotiated before getting its caps.
33395
33396 2004-01-12  Julien MOUTTE <julien@moutte.net>
33397
33398         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33399         analyzing the pads of an element the bin is mostly in READY state so
33400         no caps were negotiated. This helper function needs to work with
33401         _get_caps directly then. I was not freeing them though, added that to
33402         fix the mem leak.
33403
33404 2004-01-12  Julien MOUTTE <julien@moutte.net>
33405
33406         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33408         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33409         than the free_func.
33410
33411 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33412
33413         * sys/oss/gstossaudio.c: (plugin_init):
33414         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33415         * sys/oss/gstosselement.h:
33416           make an oss debugging category
33417           make failure more descriptive
33418
33419 2004-01-11  David Schleef  <ds@schleef.org>
33420
33421         * ext/ffmpeg/gstffmpeg.c:
33422         * ext/ffmpeg/gstffmpegcodecmap.c:
33423         * ext/ffmpeg/gstffmpegdec.c:
33424         * ext/ffmpeg/gstffmpegenc.c:
33425         * ext/ffmpeg/gstffmpegprotocol.c:
33426         * ext/gdk_pixbuf/gstgdkanimation.c:
33427         * ext/jpeg/gstjpeg.c:
33428         * ext/libpng/gstpng.c:
33429         * ext/mpeg2dec/perftest.c:
33430         * ext/speex/gstspeex.c:
33431         * gst-libs/gst/resample/dtos.c:
33432         * gst/intfloat/gstintfloatconvert.c:
33433         * gst/oneton/gstoneton.c:
33434         * gst/rtjpeg/RTjpeg.c:
33435         * gst/rtp/gstrtp.c:
33436         * sys/dxr3/dxr3init.c:
33437         * sys/glsink/gstgl_nvimage.c:
33438         * sys/glsink/gstgl_pdrimage.c:
33439         * sys/glsink/gstglsink.c:
33440         * testsuite/gst-lint:
33441         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33442
33443 2004-01-11  David Schleef  <ds@schleef.org>
33444
33445         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33446         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33447         * ext/gdk_pixbuf/gstgdkanimation.c:
33448         (gst_gdk_animation_iter_create_pixbuf):
33449         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33450         (gst_gdk_pixbuf_chain):
33451         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33452         * ext/jack/gstjack.c: (gst_jack_change_state):
33453         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33454         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33455         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33456         * gst/videofilter/gstvideofilter.c:
33457         (gst_videofilter_set_output_size):
33458         Remove all usage of gst_pad_get_caps(), and replace it with
33459         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33460
33461 2004-01-11  David Schleef  <ds@schleef.org>
33462
33463         * configure.ac:
33464         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33465         * ext/divx/gstdivxdec.c:
33466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33467         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33468         handle images that span multiple buffers.  Now work with both
33469         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33470         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33471         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33472         video/video.h changes
33473         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33474         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33475         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33476         of GstData free function.
33477         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33478         same.
33479
33480 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33481
33482         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33483         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33484         (gst_v4l2element_get_property):
33485         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33486           add norm, channel and frequency properties.
33487         * sys/v4l2/gstv4l2tuner.c:
33488           fixes for tuner interface changes
33489         * sys/v4l2/gstv4l2element.h:
33490         * sys/v4l2/gstv4l2src.c:
33491         * sys/v4l2/gstv4l2src.h:
33492         * sys/v4l2/v4l2src_calls.c:
33493         * sys/v4l2/v4l2src_calls.h:
33494           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33495
33496 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33497
33498         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33499         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33500         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33501         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33502         * gst-libs/gst/tuner/tuner.h:
33503           GObjects aren't const.
33504           Add find_by_name functions.
33505           Add checks to _changed functions.
33506         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33507         (gst_v4l_tuner_get_norm):
33508           Fixes for above.
33509
33510 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33511
33512         * gst-libs/gst/video/video.h:
33513           Fix caps template names to be understandable.
33514           Prefix everything with GST_VIDEO.
33515         * ext/aalib/gstaasink.c:
33516         * ext/divx/gstdivxdec.c:
33517         * ext/divx/gstdivxenc.c:
33518         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33519         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33520         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33521         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33522         * ext/libcaca/gstcacasink.c:
33523         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33524         * ext/snapshot/gstsnapshot.c:
33525         * ext/swfdec/gstswfdec.c:
33526         * ext/xvid/gstxviddec.c:
33527         * ext/xvid/gstxvidenc.c:
33528         * gst/chart/gstchart.c:
33529         * gst/deinterlace/gstdeinterlace.c:
33530         * gst/effectv/gsteffectv.c:
33531         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33532         * gst/goom/gstgoom.c:
33533         * gst/median/gstmedian.c:
33534         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33535         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33536         * gst/overlay/gstoverlay.c:
33537         * gst/smooth/gstsmooth.c:
33538         * gst/smpte/gstsmpte.c:
33539         * gst/synaesthesia/gstsynaesthesia.c:
33540         * gst/videocrop/gstvideocrop.c:
33541         * gst/videodrop/gstvideodrop.c:
33542         * gst/y4m/gsty4mencode.c:
33543         * sys/qcam/gstqcamsrc.c:
33544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33545           Make them work with new video.h file.
33546         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33547         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33549         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33550           Make it work with new buffer allocation system.
33551
33552 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33553
33554         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33555         pad_alloc_buffer implementation to use ->srcpad
33556         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33557         pad_alloc_buffer implementation to use ->srcpad
33558         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33559         pad_alloc_buffer implementation to use ->srcpad
33560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33561         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33562         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33563         a reference to everything we need.
33564         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33566         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33567         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33568         a reference to everything we need.
33569         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33570
33571 2004-01-11  David Schleef  <ds@schleef.org>
33572
33573         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33574         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33575         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33576         structure members.
33577         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33578         value during a resize/renegotiation.
33579         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33580         gst_pad_alloc_buffer();
33581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33582         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33583         structure members.
33584         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33585         Fix for rename of buffer private structure members.
33586         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33587         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33588         Fix for rename of buffer private structure members.
33589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33590         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33591         Fix for rename of buffer private structure members.
33592
33593 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33594
33595         reviewed by: David Schleef <ds@schleef.org>
33596
33597         * gst/videofilter/Makefile.am:
33598         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33599         from the patch by ds to fit in with recent make_filter changes.
33600
33601 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33602
33603         * configure.ac: Adding examples/switch/Makefile
33604         * examples/Makefile.am: Adding examples/switch
33605         * examples/switch/Makefile.am: Adding switcher example.
33606         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33607         (switch_timer), (main): Adding an example demonstrating switch usage
33608         with 2 videotestsrc showing different patterns.
33609         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33610         (gst_switch_init): Fixing switch with the new caps system.
33611
33612 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33613
33614         * gst-libs/gst/video/video.h:
33615           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33616           They should probably be like
33617           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33618
33619 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33620
33621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33622         (qtdemux_parse_trak):
33623           fix audio chunk size/timestamp calculation
33624
33625 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33626
33627         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33628           fix SVQ3 caps
33629
33630 2004-01-11  Steve Baker  <steve@stevebaker.org>
33631
33632         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33633         (gst_agingtv_base_init), (gst_agingtv_class_init),
33634         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33635         (gst_agingtv_set_property), (gst_agingtv_get_property):
33636         Port agingTV to videofilter
33637
33638 2004-01-09  Julien MOUTTE <julien@moutte.net>
33639
33640         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33641         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33642
33643 2004-01-09  Julien MOUTTE <julien@moutte.net>
33644
33645         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33646         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33647         * gst-libs/gst/xoverlay/xoverlay.c:
33648         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33649         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33650         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33651         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33652         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33653         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33654         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33655         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33656         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33657         interface implementation to handle xid being 0 and fix some bugs
33658         triggered by Benjamin's testcase.
33659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33660         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33661         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33662         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33663         interface implementation to handle xid being 0 and fix some bugs
33664         triggered by Benjamin's testcase.
33665
33666 2004-01-09  David Schleef  <ds@schleef.org>
33667
33668         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33669         mouse pointer events.  It works.
33670
33671 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33672
33673         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33674           Use explicit caps - fix capsnego.
33675         * ext/xvid/gstxviddec.c:
33676         * ext/xvid/gstxvidenc.c:
33677           Remove macro-inside-macro which caused compile errors.
33678         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33679           Error out if it's not a RIFF file. Else we error out without
33680           gst_element_error() which is not good...
33681
33682 2004-01-08  David Schleef  <ds@schleef.org>
33683
33684         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33685         Fix pad_link function to handle formats that ffmpeg returns
33686         as multiple caps structures.
33687         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33688         Only complain if source buffer is _smaller_ than expected.
33689         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33690         (gst_videoscale_handle_src_event): Resize navigation events
33691         when passing them upstream.
33692         * gst/videotestsrc/gstvideotestsrc.c:
33693         * gst/videotestsrc/gstvideotestsrc.h:
33694         * gst/videotestsrc/videotestsrc.c:
33695         * gst/videotestsrc/videotestsrc.h:
33696         Rewrite many of the buffer painting functions to handle odd
33697         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33698         been verified to work with my video card.
33699         * testsuite/gst-lint:  Add check for elements calling
33700         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33701
33702 2004-01-08  David Schleef  <ds@schleef.org>
33703
33704         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33705         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33706
33707 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33708
33709         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33710         configure event is not emiting the desired size signal. That fixes
33711         aspect ratio issues with gst-player.
33712
33713 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33714
33715         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33716           Fix capsnego.
33717
33718 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33719
33720         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33721         public method to fire size signal.
33722
33723 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33724
33725         * examples/gstplay/Makefile.am: Adding the interface library.
33726         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33727         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33728         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33729         GST_IS_X_OVERLAY before signal connect.
33730         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33731         Removing the have_video_size signal.
33732         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33733         and associated public method.
33734         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33735         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33736         signal.
33737         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33738         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33739         signal.
33740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33741         Using XOverlay public method to fire size signal.
33742
33743 2004-01-07  David Schleef  <ds@schleef.org>
33744
33745         * gst/videofilter/Makefile.am:
33746         * gst/videofilter/gstvideotemplate.c:
33747         * gst/videofilter/make_filter:
33748         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33749         Convert make_filter to /bin/sh script.
33750
33751 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33752
33753         * gst/modplug/gstmodplug.cc: fix element description
33754
33755 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33756
33757         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33758         (got_video_size): Adding some new lines in g_print calls.
33759         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33760         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33761         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33762         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33763         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33764         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33765         Complete code review, reverting some stuff i disagree with, adding
33766         some fixes : time synchronization on invalid timestamps, renegotiation
33767         of private window.
33768         * sys/ximage/ximagesink.h:
33769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33770         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33771         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33772         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33773         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33774         (gst_xvimagesink_buffer_new),
33775         (gst_xvimagesink_navigation_send_event),
33776         (gst_xvimagesink_set_xwindow_id),
33777         (gst_xvimagesink_get_desired_size),
33778         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33779         stuff i disagree with, adding some fixes : Renegotiation of private
33780         window, implementing get_desired_size.
33781
33782 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33783
33784         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33785         (gst_afsink_handle_event):
33786         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33787         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33788         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33789         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33790         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33791           Fix for instantiate-test (see core). Also remove dead code from
33792           jpegenc (which still needs fixing, but that's lower on my TODO
33793           list...).
33794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33795           Never return NULL as caps.
33796
33797 2004-01-07  David Schleef  <ds@schleef.org>
33798
33799         * configure.ac:
33800         * ext/Makefile.am:
33801         * ext/librfb/Makefile.am:
33802         * ext/librfb/gstrfbsrc.c:
33803         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33804         is the protocol used by VNC.
33805
33806 2004-01-07  David Schleef  <ds@schleef.org>
33807
33808         * gst/videofilter/gstvideotemplate.c:
33809         * gst/videofilter/gstvideotemplate.h:
33810         * gst/videofilter/make_filter:
33811         Merge videotemplate header into source file.
33812         * gst/effectv/Makefile.am:
33813         * gst/effectv/gsteffectv.c: (plugin_init):
33814         * gst/effectv/gstwarp.c:
33815         Make warpTV a subclass of videofilter.
33816
33817 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33818
33819         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33820           Add guard against invalid utf-8 conversions in mad. Just in case.
33821
33822 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33823
33824         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33825           Fix for bug shown by poisoning
33826
33827 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33828
33829         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33830         (gst_v4lmjpegsrc_buffer_free):
33831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33832         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33833         (gst_v4lsrc_buffer_free):
33834           Fix for removed bufferpools.
33835
33836 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33837
33838         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33839         Fix caps negotiation.
33840
33841         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33842         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33843         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33844         (dvdnavsrc_event):
33845         * ext/mpeg2dec/gstmpeg2dec.c:
33846         * gst-libs/gst/navigation/navigation.c:
33847         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33848         * gst-libs/gst/navigation/navigation.h:
33849         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33852         Super-simple first version of mouse and keyboard events. Clicking
33853         on a DVD menu now works, although it may not take you where you
33854         expected.
33855
33856         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33857         * gst/videotestsrc/gstvideotestsrc.c:
33858         (gst_videotestsrc_src_fixate):
33859         These fixate functions were broken - they never actually
33860         fixated :)
33861
33862 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33863
33864         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33865         (gst_icecastsend_init):
33866           fix for new caps system.
33867         * gst-libs/gst/mixer/mixertrack.h:
33868         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33869           Add 'master track' flag (for tools like ACME that only want to
33870           change the main volume).
33871
33872 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33873
33874         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33875         (gst_xvid_csp_to_caps):
33876         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33877         * ext/xvid/gstxvidenc.c:
33878         ifdef out ARGB type when it isn't available
33879         in xvidcore 1.0.0beta2
33880
33881 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33882
33883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33884           When we have received a new SCR right in the first buffer after
33885           a seek (so in the same cycle that handles the discont), we should
33886           handle the buffer instead of unreffing it, else we lose data.
33887
33888 2004-01-06  Iain <iain@prettypeople.org>
33889
33890         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33891           buffer-frames caps too.
33892
33893         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33894           caps that we need, don't destroy them all and rebuild them. And when
33895           creating src pads, use the src pad template rather than the sink...
33896
33897 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33898
33899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33900           Add pad to element *after* setting functions such as event handler.
33901           Without this, the scheduler (opt) will link pads, set the event
33902           handler from the default event function (dispatcher in gstpad.c)
33903           and *after* that, we will set our own event function, which will
33904           thus never be used (and thus mpegdemux doesn't handle events).
33905
33906 2004-01-04  David Schleef  <ds@schleef.org>
33907
33908         Fix the fixate functions to handle new prototype:
33909         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33910         * gst/videotestsrc/gstvideotestsrc.c:
33911         (gst_videotestsrc_src_fixate):
33912         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33913         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33915
33916 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33917
33918         * sys/ximage/ximagesink.h:
33919         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33920         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33921         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33922         (gst_ximagesink_xoverlay_init):
33923           assorted fixes to make (re)embedding work
33924         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33925         (gst_ximagesink_get_desired_size):
33926           implement desired size additions to XOverlay
33927
33928 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33929
33930         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33931         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33932         (gst_x_overlay_got_desired_size):
33933         * gst-libs/gst/xoverlay/xoverlay.h:
33934           Add optional "desired size" signal and querying.
33935
33936 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33937
33938         * gst/matroska/matroska-demux.c:
33939         (gst_matroska_demux_parse_blockgroup):
33940           Fix EBML-laced block parsing. Diffs are relative to previous
33941           lace, not the first lace. Thanks to Mosu from the Matroska
33942           team for detecting this.
33943         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33944         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33945         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33946         (gst_wavparse_change_state):
33947         * gst/wavparse/gstwavparse.h:
33948           Quickfix for capsnego.
33949
33950 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33951
33952         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33953           Fix indenting, fix pad creation.
33954
33955 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33956
33957         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33958         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33959         (gst_xviddec_sink_link):
33960           Implement src_getcaps() so proper size caps is negotiated.
33961
33962 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33963
33964         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33965           Finish flac decoder on EOS. See #116178.
33966
33967 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33968
33969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33970         (gst_matroska_demux_add_stream):
33971         * gst/matroska/matroska-ids.h:
33972           Add getcaps() function to fix capsnego...
33973
33974 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33975
33976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33977         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33978         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33979           Fix more integer overflows. Again, see #126967.
33980
33981 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33982
33983         * ext/mpeg2dec/gstmpeg2dec.c:
33984           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33985           #130416.
33986
33987 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33988
33989         * configure.ac:
33990         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33991         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33992         * ext/xvid/gstxvid.h:
33993         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33994         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33995         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33996         (gst_xviddec_change_state):
33997         * ext/xvid/gstxviddec.h:
33998         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33999         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34000         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34001         (gst_xvidenc_link), (gst_xvidenc_set_property),
34002         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34003         * ext/xvid/gstxvidenc.h:
34004           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34005
34006 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34007
34008         * gst/rtp/rtp-packet.c:
34009           Add sys/types.h include, since OS X doesn't define in_addr_t
34010           in netinet/in.h, like it does on Linux (see #129600).
34011
34012 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34013
34014         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34015
34016         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34017           Correct logic of dispose function (see #129306).
34018
34019 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34020
34021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34023         (gst_mpeg_parse_init):
34024         * gst/mpegstream/gstmpegparse.h:
34025           Remove clock (which was never provided, i.e. dead code), and
34026           also fix integer overflows at high PTS values (see #126967).
34027
34028 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34029
34030         * ext/flac/gstflacdec.c:
34031         * ext/libpng/gstpngenc.h:
34032         * ext/mikmod/gstmikmod.h:
34033           OS X fixes (see #126628).
34034
34035 2004-01-02  David Schleef  <ds@schleef.org>
34036
34037         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34038         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34039         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34040         (gst_mpeg_parse_class_init): Move pad template registration
34041         to class_init, since the derived class (mpegdemux) doesn't
34042         want them.
34043
34044 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34045
34046         * sys/ximage/Makefile.am:
34047         * sys/xvideo/Makefile.am:
34048         * sys/xvimage/Makefile.am:
34049           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34050           after installation (see #127664).
34051
34052 2004-01-02  David Schleef  <ds@schleef.org>
34053
34054         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34055         (gst_ffmpegenc_connect):  Negotiation fixes.
34056         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34057         Remove inappropriate gst_caps_free().
34058         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34059         Reenable Ronald's internal resize code, since the core handles
34060         it correctly now.
34061
34062 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34063
34064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34067           Fix pad template stuff.
34068
34069 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34070
34071         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34072         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34073           fix signed integer reading/writing.
34074
34075 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34076
34077         * ext/alsa/README:
34078           Remove outdated document
34079
34080 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34081
34082         * gst/cutter/gstcutter.c: (gst_cutter_init):
34083           src pad was being created twice - oops.
34084
34085 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34086
34087         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34088           Comment out internal resize. It doesn't handle the resulting
34089           XEvent internally, does another try_set_caps() which leads to
34090           a really nice loop.
34091           Real fix will come when Julien and Dave are awake. ;).
34092
34093 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34094
34095         * ext/mpeg2enc/gstmpeg2enc.cc:
34096           fix const/nonconst compile issue.
34097
34098 2004-01-02  David Schleef  <ds@schleef.org>
34099
34100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34101         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34102         Add fixate function and a check for bad formats.
34103
34104 2004-01-01  David Schleef  <ds@schleef.org>
34105
34106         Negotiation fixes:
34107         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34108         (gst_audiofilter_init):
34109         * gst/debug/efence.c: (gst_efence_init):
34110         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34111         (gst_deinterlace_init):
34112         * gst/volume/gstvolume.c: (volume_connect):
34113
34114 2004-01-01  David Schleef  <ds@schleef.org>
34115
34116         Convert elements to use gst_pad_use_explicit_caps() where
34117         appropriate:
34118         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34119         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34120         (gst_afparse_open_file):
34121         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34122         (gst_afsrc_open_file):
34123         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34124         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34125         (gst_ffmpegdec_chain):
34126         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34127         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34128         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34129         (gst_gdk_pixbuf_chain):
34130         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34131         (gst_jpegdec_chain):
34132         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34133         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34134         (gst_mikmod_negotiate):
34135         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34136         (gst_mpeg2dec_negotiate_format):
34137         * ext/mpeg2enc/gstmpeg2enc.cc:
34138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34139         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34140         (gst_speexdec_sinkconnect):
34141         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34142         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34143         (gst_vorbisfile_new_link):
34144         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34145         (gst_ac3parse_chain):
34146         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34147         (gst_asf_demux_setup_pad):
34148         * gst/auparse/gstauparse.c: (gst_auparse_init),
34149         (gst_auparse_chain):
34150         * gst/id3/gstid3types.c: (gst_id3types_loop):
34151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34152         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34153         (mp1videoparse_parse_seq):
34154         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34155         (bpf_from_header):
34156         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34157         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34158         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34159         (gst_mpeg_parse_send_data):
34160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34161         (gst_qtdemux_add_stream):
34162         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34163         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34164         (gst_wavparse_parse_fmt):
34165
34166 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34167
34168         * configure.ac:
34169           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34170           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34171           it therefore uses the wrong include paths. Too bad... Note
34172           that 1.6.1.93 is not release yet. ;).
34173           Also add a check for mplex, which is now using the lib'ified
34174           mplex from mjpegtools, too.
34175         * ext/ffmpeg/gstffmpegcodecmap.c:
34176           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34177           issues. I don't think ffmpeg handles 3ivx correctly, so this
34178           probably won't work. But it won't hurt either.
34179         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34180         (gst_ffmpegdec_chain):
34181         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34182         (gst_ffmpegenc_chain_audio):
34183           Fix memleak in audio encoding. Close codec if open fails, this
34184           calls the cleanup routines so we can re-use the context.
34185         * ext/mpeg2enc/gstmpeg2enc.cc:
34186           Fix pad template names/types, fix memory issue with getcaps().
34187         * ext/mpeg2enc/gstmpeg2encoder.cc:
34188         * ext/mpeg2enc/gstmpeg2encoder.hh:
34189           Fix compile issue with new caps system (const thingy).
34190         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34191         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34192           We read a first frame right on initing, so that we have a caps
34193           when we init the output. This caps is cached in padprivate and
34194           read as first frame.
34195         * ext/mplex/Makefile.am:
34196         * ext/mplex/gstmplex.cc:
34197         * ext/mplex/gstmplex.h:
34198         * ext/mplex/gstmplex.hh:
34199         * ext/mplex/gstmplexibitstream.cc:
34200         * ext/mplex/gstmplexibitstream.hh:
34201         * ext/mplex/gstmplexjob.cc:
34202         * ext/mplex/gstmplexjob.hh:
34203         * ext/mplex/gstmplexoutputstream.cc:
34204         * ext/mplex/gstmplexoutputstream.hh:
34205           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34206           had issues, didn't do capsnego, supported only a subset of the
34207           mplex features and required a mplex fork in our local CVS. Plus
34208           that it worked agaist a very old mplex version. Rewriting was
34209           faster than updating it.
34210         * gst-libs/ext/Makefile.am:
34211         * gst-libs/ext/mplex/INSTRUCT:
34212         * gst-libs/ext/mplex/Makefile.am:
34213         * gst-libs/ext/mplex/README:
34214         * gst-libs/ext/mplex/TODO:
34215         * gst-libs/ext/mplex/ac3strm_in.cc:
34216         * gst-libs/ext/mplex/audiostrm.hh:
34217         * gst-libs/ext/mplex/audiostrm_out.cc:
34218         * gst-libs/ext/mplex/aunit.hh:
34219         * gst-libs/ext/mplex/bits.cc:
34220         * gst-libs/ext/mplex/bits.hh:
34221         * gst-libs/ext/mplex/buffer.cc:
34222         * gst-libs/ext/mplex/buffer.hh:
34223         * gst-libs/ext/mplex/fastintfns.h:
34224         * gst-libs/ext/mplex/format_codes.h:
34225         * gst-libs/ext/mplex/inputstrm.cc:
34226         * gst-libs/ext/mplex/inputstrm.hh:
34227         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34228         * gst-libs/ext/mplex/mjpeg_logging.cc:
34229         * gst-libs/ext/mplex/mjpeg_logging.h:
34230         * gst-libs/ext/mplex/mjpeg_types.h:
34231         * gst-libs/ext/mplex/mpastrm_in.cc:
34232         * gst-libs/ext/mplex/mpegconsts.cc:
34233         * gst-libs/ext/mplex/mpegconsts.h:
34234         * gst-libs/ext/mplex/mplexconsts.hh:
34235         * gst-libs/ext/mplex/multplex.cc:
34236         * gst-libs/ext/mplex/outputstream.hh:
34237         * gst-libs/ext/mplex/padstrm.cc:
34238         * gst-libs/ext/mplex/padstrm.hh:
34239         * gst-libs/ext/mplex/stillsstream.cc:
34240         * gst-libs/ext/mplex/stillsstream.hh:
34241         * gst-libs/ext/mplex/systems.cc:
34242         * gst-libs/ext/mplex/systems.hh:
34243         * gst-libs/ext/mplex/vector.cc:
34244         * gst-libs/ext/mplex/vector.hh:
34245         * gst-libs/ext/mplex/videostrm.hh:
34246         * gst-libs/ext/mplex/videostrm_in.cc:
34247         * gst-libs/ext/mplex/videostrm_out.cc:
34248         * gst-libs/ext/mplex/yuv4mpeg.cc:
34249         * gst-libs/ext/mplex/yuv4mpeg.h:
34250         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34251         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34252           We don't fork mjpegtools' mplex in our CVS anymore.
34253         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34254         (gst_avi_demux_add_stream):
34255         * gst/avi/gstavidemux.h:
34256           Add getcaps() function for proper caps nego. This makes some
34257           parts of AVI playback/reading work.
34258         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34259           Resize window on new capsnego. This is probably wrong, but
34260           I'm still committing it because with current capsnego, the
34261           first successfull capsnego is auto-fixated, therefore rounded
34262           down to the lowest values in the caps. this results in a 16x16
34263           XWindow that is not reized when real capsnego finishes.
34264           Dave, I see more cases of this, do you know a proper solution?
34265         * tools/gst-launch-ext.in:
34266           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34267
34268 2003-12-31  David Schleef  <ds@schleef.org>
34269
34270         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34271         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34272           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34273
34274 2003-12-30  David Schleef  <ds@schleef.org>
34275
34276         * ext/ffmpeg/gstffmpegcolorspace.c:
34277         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34278         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34279         (gst_ffmpegcsp_chain): Negotiation fixes
34280         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34282         (gst_audio_convert_link), (gst_audio_convert_channels):
34283         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34284         (gst_audioscale_link), (gst_audioscale_get_buffer),
34285         (gst_audioscale_chain): Negotiation fixes
34286         * gst/audioscale/gstaudioscale.h:
34287         * gst/videofilter/gstvideofilter.c:
34288         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34289         (gst_videofilter_link), (gst_videofilter_init),
34290         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34291         (gst_videofilter_find_format_by_structure):
34292         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34294         (gst_videoscale_link):
34295         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34296         (videoscale_find_by_structure), (gst_videoscale_setup):
34297         * gst/videoscale/videoscale.h: Negotiation fixes
34298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34299         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34300         function, restrict resizing to a multiple of 4 (hack until
34301         everyone supports odd sizes correctly).
34302
34303 2003-12-29  Colin Walters  <walters@verbum.org>
34304
34305         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34306         signed.
34307
34308 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34309
34310         * ext/sndfile/gstsf.c: (gst_sf_loop):
34311           Fix warning about discarding const qualifier
34312
34313 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34314
34315         * gst/cutter/gstcutter.c:
34316         * gst/videoscale/gstvideoscale.c:
34317         * gst/volenv/gstvolenv.c:
34318         * gst-libs/gst/audio/audio.c:
34319         * gst-libs/gst/video/video.c:
34320           Fix warnings
34321
34322 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34323
34324         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34325           Don't send ALSA debugging to stderr.
34326         * ext/alsa/gstalsa.h:
34327           Use GST_WARNING instead of g_warning when ALSA functions fail.
34328
34329 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34330
34331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34332           Free XVAdapterInfo correctly.
34333
34334 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34335
34336         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34337         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34338           Make id3tag use correct caps nego.
34339
34340 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34341
34342         * ext/ivorbis/vorbis.c:
34343         * ext/ivorbis/vorbisenc.h:
34344         * ext/ivorbis/vorbisfile.c:
34345           Modify so that it uses the new caps things
34346
34347 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34348
34349         * testsuite/spider/spider1.c: (main):
34350         * testsuite/spider/spider2.c: (main):
34351         * testsuite/spider/spider3.c: (main):
34352           Make tests compile again. They probably don't work.
34353
34354 2003-12-24  Colin Walters  <walters@verbum.org>
34355
34356         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34357         we can't fixate the caps anymore.
34358
34359 2003-12-23  David Schleef  <ds@schleef.org>
34360
34361         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34362         * sys/oss/gstosssink.c: (gst_osssink_init),
34363         (gst_osssink_sink_fixate): Add fixate function.
34364
34365 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34366
34367         * ext/ffmpeg/gstffmpegcodecmap.c:
34368         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34369         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34370         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34371         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34372         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34373         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34374         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34375           fix typo in RGB masks, and move back to "old" colorspace
34376           capsnego code until whoever wrote this new crap has actually
34377           tested it so that it works.
34378           And yes, this works, keep it that way please.
34379
34380 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34381
34382         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34383         (gst_divxdec_init), (gst_divxdec_negotiate):
34384         * ext/divx/gstdivxdec.h:
34385         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34386         (gst_divxenc_init):
34387         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34388         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34389         * ext/mpeg2enc/gstmpeg2enc.cc:
34390         * ext/mpeg2enc/gstmpeg2encoder.cc:
34391         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34392         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34393         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34394         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34395         (dxr3spusink_init):
34396         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34397         (dxr3videosink_init):
34398           Fix caps breakage after Dave's caps branch merge.
34399
34400 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34401
34402         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34403           Fix for 24bpp display.
34404
34405 2003-12-23  Colin Walters  <walters@verbum.org>
34406
34407         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34408         a GnomeVFSHandle directly.
34409
34410 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34411
34412         * gst/volume/Makefile.am:
34413         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34414         (volume_base_init), (volume_init):
34415           Reenable volume element and fix to work with new caps stuff.
34416           Rhythmbox needs this.
34417
34418 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34419
34420         * gst/qtdemux/qtdemux.c: (plugin_init):
34421           qtdemux requires bytestream
34422
34423 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34424
34425         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34426           Fix remaining caps handling errors due to CAPS merge.
34427
34428 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34429
34430         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34431         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34432         (gst_faad_srcconnect):
34433           Port to new caps system.
34434
34435 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34436
34437         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34438         (got_video_size), (main): using g_print instead of g_message.
34439         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34440         signal which was not emitted because of "switch" element added to the
34441         bin but not connected. (Removing from the bin temporarily)
34442
34443 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34444
34445         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34446         find X development files. I don't understand the previous tests and
34447         they fail on my debian/ppc unstable. This one works.
34448         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34449         exiting.
34450         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34451         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34452         (gst_play_set_visualization): Add some safety checks in set_ methods
34453         and state_change. This was throwing some ugly CRITICAL messages when
34454         pipeline was getting disposed and casts were failing.
34455
34456 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34457
34458         * configure.ac:
34459           Improve mpeg2enc detection. This is for distributions that do
34460           ship mjpegtools, but without mpeg2enc. Also does object check
34461           for might there ever be ABI incompatibility.
34462         * ext/mpeg2enc/gstmpeg2enc.cc:
34463           Add Andrew as second maintainer (he's helping me), and also add
34464           an error if no caps was set. This happens if I pull before capsnego
34465           and that's something I should solve sometime else.
34466         * gst/matroska/matroska-demux.c:
34467         (gst_matroska_demux_parse_blockgroup):
34468           Fix time parsing.
34469         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34470         (gst_matroska_mux_track_header):
34471           Add caps to templates.
34472         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34473           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34474         * gst/mpegstream/gstmpegdemux.c:
34475           Remove layer since it causes warnings about unfixed caps.
34476         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34477           Fix obvious typo (we error out if caps were set, we should of
34478           course error out if *no* caps were set).
34479         * sys/oss/gstosselement.c: (gst_osselement_convert):
34480           Fix format conversion, we confused bits/bytes.
34481         * sys/oss/gstosselement.h:
34482           Improve documentation for 'bps'.
34483         * sys/v4l/TODO:
34484           Remove stuff about plugins that need removing - this was done
34485           ages ago.
34486         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34487         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34489         (gst_v4lsrc_src_query):
34490         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34491         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34492           Add get_query_types(), get_formats() and query() functions.
34493
34494 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34495
34496         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34497           * moved CVS to freedesktop.org