gst-libs/gst/rtp/gstbasertppayload.c: Make sure we start our RTP timestamp from the...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2
3         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
4         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5         (gst_basertppayload_change_state):
6         Make sure we start our RTP timestamp from the random base RTP
7         timestamp even if the buffer timestamp starts from some random value.
8
9 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
10
11         * configure.ac:
12         * tests/examples/Makefile.am:
13         * tests/examples/dynamic/.cvsignore:
14         * tests/examples/dynamic/Makefile.am:
15         * tests/examples/dynamic/addstream.c: (create_stream),
16         (pause_play_stream), (message_received), (eos_message_received),
17         (perform_step), (main):
18         Add simple exmple app to demonstrate starting and pausing live and
19         non-live bins in a PLAYING pipeline.
20
21 2007-09-14  Julien MOUTTE  <julien@moutte.net>
22
23         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
24         typefind for QCP files (RFC #3625)
25
26 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
27
28         * gst-libs/gst/audio/gstbaseaudiosink.c:
29         (gst_base_audio_sink_init):
30         Disable pull mode scheduling, we're not ready for it yet and it subtly
31         breaks a lot of things.
32
33 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * tests/check/elements/libvisual.c:
36           Test all libvisual plugins, not just the first one; this reproduces
37           bug #450336 quite easily.  Looks like a problem with the 'jess'
38           visualisation.
39
40 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
41
42         * tests/check/Makefile.am:
43         * tests/check/elements/.cvsignore:
44         * tests/check/elements/libvisual.c:
45           Add basic libvisual test case in an attempt to reproduce bug #450336.
46           Doesn't reproduce that bug, but some other crasher instead (invalid
47           free), at least with make elements/libvisual.forever and the bumscope
48           plugin on x86-64/gutsy. Leaving test disabled for now.
49
50 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
51
52         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
53
54         * gst-libs/gst/rtsp/gstrtspconnection.c:
55         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
56         (read_body), (gst_rtsp_connection_receive):
57         Make sure we can not cancel in the middle of receiving a message.
58         Fixes #475731.
59
60 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
61
62         Patch by: Josep Torra Valles <josep@fluendo.com>
63
64         * gst/playback/gstplaybasebin.c:
65           Increase upper limit for audio queue a bit; fixes preroll problem
66           with playbin and decodebin2 when playing a quicktime trailer with
67           multichannel audio via http (#464666).
68
69 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
70
71         * gst-libs/gst/audio/gstbaseaudiosrc.c:
72         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
73         (gst_base_audio_src_provide_clock),
74         (gst_base_audio_src_set_property),
75         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
76         * gst-libs/gst/audio/gstbaseaudiosrc.h:
77         Allow othe clocks than the internal clock to be used for the pipeline.
78         Add property to disable clock provide.
79         API: GstBaseAudioSrc::provide-clock
80
81 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
82
83         * gst/playback/gstdecodebin2.c:
84           Don't leak request pads. Fixes #475395.
85
86 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
87
88         Patch by: René Stadler <mail at renestadler dot de>
89
90         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
91         (gst_ximage_buffer_class_init):
92         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
93         (gst_xvimage_buffer_class_init):
94         Correctly chain up finalize with the parent class to prevent
95         memory leaks. Fixes #474880.
96
97 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * gst/volume/gstvolume.c: (volume_choose_func):
100         * tests/check/elements/volume.c: (GST_START_TEST):
101         Revert the latest change: floating point samples are allowed to
102         have any value, not only values in the range [-1,1]. Thanks to Andy
103         Wingo for noticing.
104         Also fix processing of int32 samples with volumes > 4 by making the
105         unity value smaller which prevents overflows.
106
107 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
108
109         * gst-libs/gst/rtp/gstrtpbuffer.c:
110         * tests/check/libs/rtp.c:
111           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
112
113 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
114
115         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
116
117         * gst-libs/gst/rtp/gstrtpbuffer.c:
118           Fix up GstRTPHeader helper struct so that compilers will not under
119           any circumstances add padding in between our fields, as currently
120           happens with MSVC on win32, because that would lead to us sending
121           out RTP payloads with broken RTP headers (#471194).
122           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
123           
124         * tests/check/Makefile.am:
125         * tests/check/libs/.cvsignore:
126         * tests/check/libs/rtp.c:
127           Add some simple unit tests for GstRTPBuffer. Some are disabled
128           because the code tested still needs fixing (set_csrc() does not work).
129
130 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
131
132         * win32/MANIFEST:
133         * win32/common/gstrtsp-enumtypes.c:
134         * win32/common/gstrtsp-enumtypes.h:
135         * win32/common/interfaces-enumtypes.c:
136         * win32/common/interfaces-enumtypes.h:
137         * win32/common/multichannel-enumtypes.c:
138           Add rtsp enumtypes (#474384) and update others.
139
140 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
141
142         * configure.ac:
143           Fix configure check for HAVE_LIBXML_HTML.
144
145 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
146
147         * tests/check/libs/.cvsignore:
148           Ignore more, in case the build bots work again one day.
149
150 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
153
154         * configure.ac:
155         * gst-libs/gst/Makefile.am:
156         * gst-libs/gst/fft/Makefile.am:
157         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
158         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
159         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
160         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
161         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
162         * gst-libs/gst/fft/gstfft.h:
163         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
164         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
165         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
166         * gst-libs/gst/fft/gstfftf32.h:
167         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
168         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
169         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
170         * gst-libs/gst/fft/gstfftf64.h:
171         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
172         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
173         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
174         * gst-libs/gst/fft/gstffts16.h:
175         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
176         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
177         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
178         * gst-libs/gst/fft/gstffts32.h:
179         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
180         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
181         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
182         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
183         * gst-libs/gst/fft/kiss_fft_f32.h:
184         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
185         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
186         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
187         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
188         * gst-libs/gst/fft/kiss_fft_f64.h:
189         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
190         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
191         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
192         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
193         * gst-libs/gst/fft/kiss_fft_s16.h:
194         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
195         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
196         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
197         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
198         * gst-libs/gst/fft/kiss_fft_s32.h:
199         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
200         (kiss_fftr_f32), (kiss_fftri_f32):
201         * gst-libs/gst/fft/kiss_fftr_f32.h:
202         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
203         (kiss_fftr_f64), (kiss_fftri_f64):
204         * gst-libs/gst/fft/kiss_fftr_f64.h:
205         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
206         (kiss_fftr_s16), (kiss_fftri_s16):
207         * gst-libs/gst/fft/kiss_fftr_s16.h:
208         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
209         (kiss_fftr_s32), (kiss_fftri_s32):
210         * gst-libs/gst/fft/kiss_fftr_s32.h:
211         * gst-libs/gst/fft/kiss_version:
212         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
213         * pkgconfig/gstreamer-plugins-base.pc.in:
214         Add libgstfft, a FFT library based on Kiss FFT which is
215         BSD licensed. Supported sample formats are int16, int32,
216         float and double. For those formats a real FFT and IFFT
217         can be done, different windowing functions can be applied
218         and functions for extracting the magnitude and phase exist.
219         Fixes #468619.
220
221         * docs/libs/Makefile.am:
222         * docs/libs/gst-plugins-base-libs-docs.sgml:
223         * docs/libs/gst-plugins-base-libs-sections.txt:
224         Integrate libgstfft into the docs.
225
226         * tests/check/Makefile.am:
227         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
228         Add unit tests for libgstfft, currently only testing the FFT.
229         Unit tests for IFFT will follow soon.
230
231 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
232
233         Patch by: Peter Kjellerstedt  <pkj at axis com>
234
235         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
236         (gst_sdp_message_init), (gst_sdp_message_uninit),
237         (is_multicast_address), (gst_sdp_message_as_text),
238         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
239         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
240         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
241         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
242         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
243         (gst_sdp_media_init), (gst_sdp_media_uninit),
244         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
245         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
246         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
247         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
248         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
249         * gst-libs/gst/sdp/gstsdpmessage.h:
250         Separate INIT_ARRAY() and related macros into two versions, one for
251         structures and one for pointers (e.g., INIT_ARRAY() and
252         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
253         lists of emails and phone numbers.
254         Add missing const as appropriate.
255         Change all gint to guint since they all actually represent unsigned
256         values.
257         Do not use time as a variable name as it shadows the global time().
258         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
259         Actually implement gst_sdp_message_add_time().
260         Make gst_sdp_message_add_time() take repeat times as an argument.
261         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
262         Corrected the definition of gst_sdp_media_get_bandwidth() (was
263         misspelled as badwidth).
264         gst-indented and a little clean up. Fixes #471067.
265
266 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * gst/volume/gstvolume.c: (volume_choose_func),
269         (volume_process_double), (volume_process_double_clamp),
270         (volume_process_float_clamp):
271         Correctly clamp float/double samples in the [-1.0,1.0] range to
272         prevent weird effects.
273         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
274         Add unit tests for all samples types that had none before.
275
276 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * gst-libs/gst/rtp/gstrtpbuffer.c:
279           Need to include stdlib.h for abs() here too.
280
281 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/playback/gststreaminfo.c:
284           Fix build.
285
286 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
287
288         * gst/playback/gststreaminfo.c:
289           Clean up some half-disabled code and comment.
290
291 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
292
293         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
294
295         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
296         (gst_base_rtp_payload_audio_handle_event):
297         Return FALSE from the event handler to let the parent class handle the
298         event. Fixes #446766.
299
300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
301         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
302         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
303
304         * gst-libs/gst/rtp/gstbasertppayload.c:
305         Bump the MTU to 1400.
306
307 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
308
309         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
310         Add an audio/x-nsf typefind function for the nsfdec element.
311
312 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
313         * gst/playback/gstplaybasebin.c:
314         Included "myth://" on stream_uris list for enable buffering to mythtv files
315
316 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
317
318         * docs/libs/gst-plugins-base-libs-sections.txt:
319         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
320         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
321         (gst_rtcp_unix_to_ntp):
322         * gst-libs/gst/rtp/gstrtcpbuffer.h:
323         Fix parsing of RB blocks.
324         Fix docs.
325         Added helper functions to convert to/from UNIX and NTP time.
326         API: gst_rtcp_ntp_to_unix()
327         API: gst_rtcp_unix_to_ntp()
328
329         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
330         (gst_rtp_buffer_get_header_len),
331         (gst_rtp_buffer_get_extension_data),
332         (gst_rtp_buffer_get_payload_subbuffer),
333         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
334         (gst_rtp_buffer_ext_timestamp):
335         * gst-libs/gst/rtp/gstrtpbuffer.h:
336         Fix some more docs.
337         Implement handling of packets with extensions.
338         Fix padding check in _validate().
339         Added function to get extension data.
340         API: gst_rtp_buffer_get_header_len()
341         API: gst_rtp_buffer_get_extension_data()
342
343 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
344
345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
346         (gst_base_rtp_depayload_class_init),
347         (gst_base_rtp_depayload_set_gst_timestamp):
348         Add some more docs for the queue-delay property and fix a typo in a
349         comment.
350
351         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
352         Fix typo.
353
354 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
355
356         * gst-libs/gst/audio/gstbaseaudiosink.c:
357         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
358         (gst_base_audio_sink_change_state):
359         When skew slaving, try to hover around the middle of a segment so that
360         we at most drift by half a segment.
361         If we are aligning in the oposite direction of the clock skew, we don't
362         have to resync.
363
364 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
365
366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
367         (gst_base_rtp_depayload_setcaps),
368         (gst_base_rtp_depayload_set_gst_timestamp):
369         Be less silly with the segment start, just apply the clock-base to the
370         timestamp.
371
372 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
373
374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
375         (gst_base_rtp_depayload_class_init),
376         (gst_base_rtp_depayload_finalize),
377         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
378         (gst_base_rtp_depayload_handle_sink_event),
379         (gst_base_rtp_depayload_set_gst_timestamp),
380         (gst_base_rtp_depayload_change_state):
381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
382         Deprecate the queue handling thread thing and remove the code.
383         Use new method to calculate the extended timestamp.
384
385 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
386
387         * gst-libs/gst/rtp/gstrtcpbuffer.c:
388         (gst_rtcp_packet_sdes_copy_entry):
389         Use g_strndup which does exactly what we want.
390
391         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
392         (gst_rtp_buffer_ext_timestamp):
393         * gst-libs/gst/rtp/gstrtpbuffer.h:
394         Add helper function to compare seqnums.
395         Add helper function to calculate extended timestamps.
396         API: gst_rtp_buffer_compare_seqnum()
397         API: gst_rtp_buffer_ext_timestamp()
398
399 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
400
401         * gst-libs/gst/rtp/gstrtcpbuffer.c:
402         (gst_rtcp_packet_sdes_get_entry),
403         (gst_rtcp_packet_sdes_copy_entry):
404         * gst-libs/gst/rtp/gstrtcpbuffer.h:
405         Fix and document SDES item data function.
406         Add new function that makes a proper copy of SDES item data.
407         API: gst_rtcp_packet_sdes_copy_entry()
408
409 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
410
411         * configure.ac:
412         * gst/Makefile.am:
413           The tcp and subparse plugins are under gst, but not totaly free of
414           dependencies. Handle selection inconfigure.ac, so that they show up
415           on the final list of what is build and what is not. Maybe they should
416           better be moved to ext.
417
418 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
419
420         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
421
422         * configure.ac:
423         * gst/Makefile.am:
424           Check if libxml provides HTML parser which subparse needs.
425           Fixes #451970.
426
427 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
428
429         * ext/alsa/gstalsa.c:
430           Fix typo and compilation on big endian systems.
431
432 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
433
434         * gst/subparse/gstssaparse.c:
435           Convert SSA newline codes into actual newline characters (#470766).
436
437 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
438
439         * docs/libs/gst-plugins-base-libs-sections.txt:
440         * gst-libs/gst/pbutils/install-plugins.c:
441         * gst-libs/gst/pbutils/install-plugins.h:
442         * tests/check/libs/pbutils.c:
443           API: also add gst_install_plugins_supported() while we're at it
444           (see #470456).
445
446 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
447
448         * docs/libs/gst-plugins-base-libs-sections.txt:
449         * gst-libs/gst/pbutils/missing-plugins.c:
450         * gst-libs/gst/pbutils/missing-plugins.h:
451         * tests/check/libs/pbutils.c:
452           API: add gst_missing_*_installer_detail_new() convenience API so
453           that applications that know exactly what they're missing can request
454           installer detail strings for those items directly instead of having
455           to first create a dummy missing-plugin message and then get the
456           installer detail string from that.  Fixes #470456.
457
458 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
459
460         * gst/playback/gstdecodebin.c: (close_pad_link):
461         We need to set up delayed-linking whenever the caps are non-fixed,
462         not just when there are multiple types - use gst_pad_is_fixed()
463         to test.
464
465 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
466
467         * gst-libs/gst/pbutils/missing-plugins.c:
468           (gst_missing_plugin_message_get_installer_detail):
469           Add missing separator in PID fallback case.
470
471 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
472
473         * ext/alsa/Makefile.am:
474         There is no GST_PLUGINS_BASE_LIBS defined.
475         
476         * ext/alsa/gstalsa.c:
477         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
478         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
479         Add support for ALSA 24-bit formats.
480         snd_pcm_delay can return an error code, especially
481         during XRUNS. In that case, the best we can do is assume
482         delay = 0.
483
484         * gst/audioconvert/Makefile.am:
485         Add flags from -base before any more-remote dependencies.
486
487 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
488
489         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
490
491         * gst/volume/gstvolume.c: (volume_choose_func),
492         (volume_update_real_volume), (gst_volume_set_volume),
493         (gst_volume_init), (volume_process_int32),
494         (volume_process_int32_clamp), (volume_process_int24),
495         (volume_process_int24_clamp), (volume_process_int16),
496         (volume_process_int16_clamp), (volume_process_int8),
497         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
498         * gst/volume/gstvolume.h:
499         Add support for int32, int24 and int8 to the volume element.
500         Fixes #445529.
501
502 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
503
504         * tests/examples/Makefile.am:
505           Fix even more.
506
507 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
508
509         * configure.ac:
510         * docs/libs/Makefile.am:
511         * docs/libs/gst-plugins-base-libs-docs.sgml:
512         * docs/libs/gst-plugins-base-libs-sections.txt:
513         * ext/gnomevfs/gstgnomevfssrc.c:
514         * ext/gnomevfs/gstgnomevfssrc.h:
515         * gst-libs/gst/Makefile.am:
516         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
517         * pkgconfig/gstreamer-plugins-base.pc.in:
518         * sys/v4l/v4lsrc_calls.c:
519         * tests/examples/Makefile.am:
520         * win32/common/config.h:
521           Revert unwanted commit. many thanks to moap. I want a fix for 
522           https://thomas.apestaart.org/moap/trac/ticket/239
523
524 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst/volume/gstvolume.c:
527           Move passthrough below gst_object_sync_values(). Fixes #442654.
528
529 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
530
531         * gst-libs/gst/audio/audio.c:
532         Clarify the docs a little.
533
534 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
535
536         * gst/volume/gstvolume.c:
537           Enable liboil for float and add more details about problems with
538           int16.
539
540 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
541
542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
543         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
544
545 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
546
547         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
548         When calculating the first timestamp of the buffers, don't go below 0
549         and clip the samples because the offset was on the eos page.
550         Fixes #466717.
551
552 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
553
554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
555         (gst_ogg_demux_collect_chain_info):
556         Also submit the eos page when trying to find the first timestamp.
557         See #466717.
558
559 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
560
561         * gst-libs/gst/audio/audio.h:
562         Use gst_util_uint64_scale() instead of doing the math
563         with double for GST_FRAMES_TO_CLOCK_TIME() and
564         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
565         prevents rounding errors. Fixes #467667.
566
567 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
568
569         * gst-libs/gst/rtsp/gstrtspconnection.c:
570         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
571         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
572         * gst-libs/gst/rtsp/gstrtspconnection.h:
573         Small cleanups.
574         On shutdown, don't read the control socket yet.
575         Set timeout value correctly in all cases.
576         Add function to check if the server accepts reads or writes.
577         API: gst_rtsp_connection_poll()
578
579         * gst-libs/gst/rtsp/gstrtspdefs.h:
580         Fix compilation with -pedantic.
581         Add enum for _poll.
582
583 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
584
585         Patch by: Olivier Crete  <tester at tester ca>
586
587         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
588         (gst_basertppayload_getcaps):
589         * gst-libs/gst/rtp/gstbasertppayload.h:
590         Add getcaps vfunc to basertppayload. See #465146.
591
592 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
593
594         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
595         Only post buffering messages when we are a stream.
596
597 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst-libs/gst/pbutils/install-plugins.c:
600         * gst-libs/gst/pbutils/missing-plugins.c:
601           Small docs fix and addition.
602
603 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * tests/icles/.cvsignore:
606         * tests/icles/Makefile.am:
607         * tests/icles/test-textoverlay.c:
608           Add a dumb little test for textoverlay alignments.
609
610 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
611
612         Patch by: Dan Williams  <dcbw redhat com>
613
614         * ext/pango/gsttextoverlay.c:
615         * ext/pango/gsttextoverlay.h:
616           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
617           "silent" property so there's a Since tag in the API reference.
618
619 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
620
621         * gst-libs/gst/rtp/gstbasertppayload.c:
622         (gst_basertppayload_set_outcaps):
623         * gst-libs/gst/rtp/gstbasertppayload.h:
624         Improve caps negotiation so that downstream elements can confiure
625         certain RTP properties by fixing them on the caps. See #465146.
626         Add docs.
627
628 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * docs/libs/gst-plugins-base-libs-sections.txt:
631         * gst-libs/gst/rtp/gstbasertpdepayload.c:
632         * gst-libs/gst/rtp/gstbasertpdepayload.h:
633           Mark as deprecated some macros which were presumably meant to be
634           private API and accidentally exposed in the public header file.
635           Also actually _init() lock (only works at the moment because the
636           struct is zeroed out when created and the initial values in the
637           mutex struct are zeroes too). (#459585)
638
639 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
640
641         * docs/libs/Makefile.am:
642           Remove cruft and do some cleanups.
643
644         * docs/libs/gst-plugins-base-libs-docs.sgml:
645           Prepare for comming gtkdoc features (rebase against online docs).
646
647 2007-08-10  Michael Smith <msmith@fluendo.com>
648
649         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
650           Debug output fixes.
651         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
652         (GST_START_TEST):
653           Change the number of buffers used; 500 is too many and leads to
654           timeouts.
655
656 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/playback/gstqueue2.c:
659         * gst/videorate/gstvideorate.c:
660           Printf format fixes (#465028).
661
662 2007-08-09  Michael Smith <msmith@fluendo.com>
663
664         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
665           If we have a large (> 1 second) discontinuity, push a series of
666           smaller buffers rather than a single very large buffer. Avoids
667           unreasonably large single buffer allocations when encountering a
668           large gap.
669         * tests/check/elements/audiorate.c: (GST_START_TEST),
670         (audiorate_suite):
671           Add a test for this.
672
673 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
674
675         * gst/playback/gstplaybasebin.c: (group_commit),
676         (queue_remove_probe), (queue_threshold_reached):
677
678         Patch by: Josep Torra Valles <josep@fluendo.com>
679         Fixes: #465015
680         Make sure we remove the check_queues buffer probe from the 
681         correct queue to avoid racily going back to "buffering 99%" when
682         buffering is actually complete.
683
684         Also, fix the spelling of Josep's surname in the ChangeLog.
685
686 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
687
688         * ext/ogg/gstoggmux.c:
689           Do not leak oggmux instance.
690         
691         * ext/vorbis/vorbisenc.c:
692           Also log values.
693
694 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         * po/hu.po:
697         * po/it.po:
698         * po/nl.po:
699         * po/uk.po:
700         * po/vi.po:
701           Updated translations.
702
703 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
704
705         patch by: Yang Hong <hongyang@redflag-linux.com>
706
707         * ext/pango/gsttextoverlay.c:
708         * ext/pango/gsttextoverlay.h:
709           Add 'silent' property to GstTimeOverlay. Fixes #462979
710
711 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
712
713         Patch by: Josep Torra Valles <josep@fluendo.com>
714
715         * docs/plugins/gst-plugins-base-plugins.args:
716         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
717         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
718         (gst_uri_decode_bin_get_property), (gen_source_element):
719         Add connection-speed property. Fixes #464690.
720
721 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
722
723         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
724
725         * configure.ac:
726         * gst-libs/gst/rtsp/Makefile.am:
727         * gst-libs/gst/rtsp/gstrtspconnection.c:
728         (gst_rtsp_connection_connect):
729         Fix compilation on windows. Fixes #464320.
730
731 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
732
733         Patch by: Josep Torra Valles <josep@fluendo.com>
734
735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
736         (gst_play_base_bin_init), (queue_threshold_reached),
737         (gen_source_element), (setup_substreams),
738         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
739         (gst_play_base_bin_get_streaminfo_value_array):
740         * gst/playback/gstplaybasebin.h:
741         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
742         (gst_play_bin_set_property), (gst_play_bin_get_property),
743         (gst_play_bin_handle_redirect_message):
744         Move connection-speed property from playbin to playbasebin so that we
745         can also configure it in source elements that have the connection-speed
746         property. Fixes #464028.
747         Add some debug info here and there.
748
749 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
750
751         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
752         Properly respond to conversion queries. Fixes #464079.
753
754 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
755
756         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
757         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
758         (gst_audio_test_src_init_sine_table),
759         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
760         * gst/audiotestsrc/gstaudiotestsrc.h:
761         Add float/double and int32 support to audiotestsrc. Fixes #460422.
762         Also set the default volume to the default value specified in the
763         GParamSpec.
764
765 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
766
767         Patch by: Jens Granseuer <jensgr at gmx dot net>
768
769         * gst/audioconvert/gstaudioquantize.c:
770         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
771
772 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
773
774         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
775         Add rdt manager for rdt transport.
776         Fix parsing of RDT transport.
777
778 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
779
780         * configure.ac:
781         Back to CVS
782
783 === release 0.10.14 ===
784
785 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
786
787         * configure.ac:
788           releasing 0.10.14, "Light Years Ahead"
789
790 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
791
792         * tests/check/libs/audio.c: (GST_START_TEST):
793         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
794
795 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
796
797         * gst-libs/gst/audio/audio.c:
798         When clipping a buffer with no timestamp, assume it is
799         within the segment without warnings.
800
801         Fixes: #460978
802
803 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
804
805         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
806         Fire the signal on the object, not the interface.
807
808 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
809
810         * gst-libs/gst/rtsp/.cvsignore:
811         Ber. Don't include the full path, idiot.
812
813 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
814
815         * gst-libs/gst/rtsp/.cvsignore:
816         Ignore generated files.
817
818 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
819
820         * gst-libs/gst/interfaces/Makefile.am:
821         * gst-libs/gst/interfaces/interfaces-marshal.list:
822         * gst-libs/gst/interfaces/rtspextension.c:
823         * gst-libs/gst/interfaces/rtspextension.h:
824         * gst-libs/gst/rtsp/Makefile.am:
825         * gst-libs/gst/rtsp/gstrtsp.h:
826         * gst-libs/gst/rtsp/gstrtspextension.c:
827         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
828         (gst_rtsp_extension_detect_server),
829         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
830         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
831         (gst_rtsp_extension_configure_stream),
832         (gst_rtsp_extension_get_transports),
833         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
834         * gst-libs/gst/rtsp/gstrtspextension.h:
835         * gst-libs/gst/rtsp/rtsp-marshal.list:
836         Move the rtspextension.h interface into gstrtspextension.h
837         as part of libgstrtsp instead of libgstinterfaces, because it's
838         only for use within plugins, not applications. 
839         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
840         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
841         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
842         is abstract.
843
844 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
845
846         * gst-libs/gst/interfaces/Makefile.am:
847         * gst-libs/gst/interfaces/interfaces-marshal.list:
848         * gst-libs/gst/interfaces/rtspextension.c:
849         (gst_rtsp_extension_iface_init),
850         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
851         * gst-libs/gst/interfaces/rtspextension.h:
852         Fix marshaller for the send signal.
853         Add URL to stream selection interface method.
854
855 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
856
857         * gst-libs/gst/riff/Makefile.am:
858         Pull in our dependencies from -base before those from outside.
859
860 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
861
862         * docs/libs/gst-plugins-base-libs-sections.txt:
863         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
864         * gst-libs/gst/rtsp/gstrtspbase64.h:
865         API: gst_rtsp_base64_decode_ip()
866         Added function to decode Base64 in-place.
867
868 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
869
870         * tests/check/libs/.cvsignore:
871         Ignore the mixer test binary.
872
873 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
874
875         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
876         Gratuitous comment change to trigger a rebuild on the buildbots.
877
878 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
879
880         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
881         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
882         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
883         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
884         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
885         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
886         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
887         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
888         (gst_sdp_media_get_attribute_val):
889         * gst-libs/gst/sdp/gstsdpmessage.h:
890         Constify args where we can.
891
892 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
893
894         * gst-libs/gst/interfaces/Makefile.am:
895         * gst-libs/gst/interfaces/rtspextension.c:
896         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
897         (gst_rtsp_extension_detect_server),
898         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
899         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
900         (gst_rtsp_extension_configure_stream),
901         (gst_rtsp_extension_get_transports),
902         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
903         * gst-libs/gst/interfaces/rtspextension.h:
904         Move interface for RTSP extensions from -good to here.
905         Added helper methods to invoke interface methods.
906
907 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
908
909         * docs/libs/gst-plugins-base-libs-sections.txt:
910         * gst-libs/gst/rtsp/gstrtspdefs.h:
911         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
912         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
913         (gst_rtsp_message_init_response),
914         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
915         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
916         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
917         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
918         (gst_rtsp_message_get_body), (dump_key_value):
919         * gst-libs/gst/rtsp/gstrtspmessage.h:
920         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
921         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
922         (gst_rtsp_range_parse):
923         * gst-libs/gst/rtsp/gstrtsprange.h:
924         * gst-libs/gst/rtsp/gstrtsptransport.c:
925         * gst-libs/gst/rtsp/gstrtspurl.c:
926         Fix some more RTSP docs.
927         Add some missing methods for dealing with messages.
928
929 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
930
931         * docs/libs/gst-plugins-base-libs-docs.sgml:
932         * docs/libs/gst-plugins-base-libs-sections.txt:
933         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
934         * gst-libs/gst/rtsp/gstrtspbase64.h:
935         * gst-libs/gst/rtsp/gstrtspconnection.c:
936         (gst_rtsp_connection_connect), (add_auth_header),
937         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
938         (read_body), (gst_rtsp_connection_receive),
939         (gst_rtsp_connection_next_timeout),
940         (gst_rtsp_connection_reset_timeout),
941         (gst_rtsp_connection_set_auth):
942         * gst-libs/gst/rtsp/gstrtspconnection.h:
943         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
944         * gst-libs/gst/rtsp/gstrtspdefs.h:
945         * gst-libs/gst/rtsp/gstrtspmessage.h:
946         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
947         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
948         (gst_rtsp_range_parse):
949         * gst-libs/gst/rtsp/gstrtspurl.h:
950         Added beginnings of RTSP documentation.
951
952 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
953
954         * docs/libs/Makefile.am:
955         * docs/libs/gst-plugins-base-libs-docs.sgml:
956         * docs/libs/gst-plugins-base-libs-sections.txt:
957         * gst-libs/gst/sdp/gstsdp.h:
958         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
959         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
960         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
961         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
962         (gst_sdp_message_get_attribute_val),
963         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
964         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
965         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
966         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
967         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
968         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
969         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
970         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
971         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
972         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
973         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
974         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
975         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
976         (gst_sdp_media_get_attribute_val_n),
977         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
978         (print_media), (gst_sdp_message_dump):
979         * gst-libs/gst/sdp/gstsdpmessage.h:
980         Document the SDP library.
981         Add some of the missing SDPMedia methods.
982
983 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
984
985         * configure.ac:
986         * gst-libs/gst/Makefile.am:
987         * gst-libs/gst/rtsp/Makefile.am:
988         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
989         * gst-libs/gst/rtsp/gstrtspbase64.h:
990         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
991         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
992         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
993         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
994         (parse_response_status), (parse_request_line), (parse_line),
995         (gst_rtsp_connection_read), (read_body),
996         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
997         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
998         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
999         (gst_rtsp_connection_set_auth):
1000         * gst-libs/gst/rtsp/gstrtspconnection.h:
1001         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1002         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1003         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1004         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1005         (gst_rtsp_find_method):
1006         * gst-libs/gst/rtsp/gstrtspdefs.h:
1007         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1008         (gst_rtsp_message_new), (gst_rtsp_message_init),
1009         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1010         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1011         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1012         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1013         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1014         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1015         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1016         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1017         (gst_rtsp_message_dump):
1018         * gst-libs/gst/rtsp/gstrtspmessage.h:
1019         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1020         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1021         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1022         * gst-libs/gst/rtsp/gstrtsprange.h:
1023         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1024         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1025         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1026         (range_as_text), (rtsp_transport_mode_as_text),
1027         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1028         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1029         (gst_rtsp_transport_free):
1030         * gst-libs/gst/rtsp/gstrtsptransport.h:
1031         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1032         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1033         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1034         * gst-libs/gst/rtsp/gstrtspurl.h:
1035         * gst-libs/gst/sdp/Makefile.am:
1036         * gst-libs/gst/sdp/gstsdp.h:
1037         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1038         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1039         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1040         (gst_sdp_attribute_init), (gst_sdp_message_new),
1041         (gst_sdp_message_init), (gst_sdp_message_uninit),
1042         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1043         (gst_sdp_media_uninit), (gst_sdp_media_free),
1044         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1045         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1046         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1047         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1048         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1049         (gst_sdp_message_get_attribute_val),
1050         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1051         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1052         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1053         (gst_sdp_media_get_attribute_val_n),
1054         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1055         (read_string), (read_string_del), (gst_sdp_parse_line),
1056         (gst_sdp_message_parse_buffer), (print_media),
1057         (gst_sdp_message_dump):
1058         * gst-libs/gst/sdp/gstsdpmessage.h:
1059         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1060         Move SDP and RTSP from helper objects in -good to a reusable library.
1061         Use a proper gst_ namespace.
1062
1063 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1064
1065         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1066         (vorbis_dec_flush_decode):
1067         Use the new buffer clipping function from gstaudio here.
1068
1069 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1070
1071         * docs/libs/gst-plugins-base-libs-sections.txt:
1072         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1073         * gst-libs/gst/audio/audio.h:
1074         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1075         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1076         Also add deprecation guards for gst_audio_structure_set_int() to the
1077         header.
1078
1079 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1080
1081         * docs/libs/gst-plugins-base-libs-sections.txt:
1082           Cleanup the docs.
1083
1084 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1085
1086         Patch by: Dan Williams <dcbw at redhat dot com>
1087
1088         * gst/playback/gstplaybasebin.c:
1089         (gst_play_base_bin_get_streaminfo_value_array):
1090         Don't return NULL when querying the stream info value array but instead
1091         return an empty array. Fixes #459204.
1092
1093 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * gst/playback/gsturidecodebin.c:
1096           Init debug category before using it.
1097
1098 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1099
1100         * gst-libs/gst/interfaces/mixer.h:
1101         Add padding vars in place of the signal pointers
1102         when building with DISABLE_DEPRECATED so that the
1103         interface structure doesn't change size.
1104
1105 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1106
1107         * docs/libs/gst-plugins-base-libs-sections.txt:
1108         * ext/alsa/gstalsamixer.c:
1109         * ext/alsa/gstalsamixer.h:
1110         * ext/alsa/gstalsamixerelement.c:
1111         * ext/alsa/gstalsamixertrack.c:
1112         * gst-libs/gst/interfaces/mixer.c:
1113         * gst-libs/gst/interfaces/mixer.h:
1114         * gst-libs/gst/interfaces/mixeroptions.c:
1115         * gst-libs/gst/interfaces/mixeroptions.h:
1116         * gst-libs/gst/interfaces/mixertrack.c:
1117         * gst-libs/gst/interfaces/mixertrack.h:
1118         * tests/check/Makefile.am:
1119         * tests/check/libs/mixer.c:
1120
1121         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1122         Fixes: #152864 
1123
1124         Add support for notifying mixer changes on the message bus, and
1125         implement it in alsamixer.
1126
1127         API: gst_mixer_get_mixer_flags
1128         API: gst_mixer_message_parse_mute_toggled
1129         API: gst_mixer_message_parse_record_toggled
1130         API: gst_mixer_message_parse_volume_changed
1131         API: gst_mixer_message_parse_option_changed
1132         API: GstMixerMessageType
1133         API: GstMixerFlags
1134
1135 2007-07-20  Michael Smith <msmith@fluendo.com>
1136
1137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1138         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1139           xcontext->im_format is only for testing XShm support (as the header
1140           file comments document). Use xvimage->im_format for everything else.
1141           Avoids spurious warnings on buffer allocation before setcaps.
1142
1143 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1144
1145         * tests/examples/volume/Makefile.am:
1146         * tests/icles/Makefile.am:
1147           We should use $(LIBM).
1148
1149 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1150
1151         * tests/icles/Makefile.am:
1152           This needs -lm.
1153
1154 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1155
1156         * gst-libs/gst/rtp/gstbasertppayload.c:
1157         (gst_basertppayload_class_init), (gst_basertppayload_init),
1158         (gst_basertppayload_set_property),
1159         (gst_basertppayload_get_property):
1160         Don't break ABI, restore previous ranges. Keep the default random
1161         selection of timestamp and seqnum offset but as soon as the app sets a
1162         specific value, use that one.
1163
1164 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1165
1166         Patch by: Bastien Nocera <hadess at hadess dot net>
1167
1168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1169         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1170         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1171         * sys/xvimage/xvimagesink.h:
1172         Add option to turn off double-buffering for debugging purposes.
1173         Fixes #437169.
1174
1175 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1176
1177         Patch by: Jorn Baayen <jorn at openedhand dot com>
1178
1179         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1180         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1181         (gst_ximagesink_init), (gst_ximagesink_class_init):
1182         * sys/ximage/ximagesink.h:
1183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1184         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1185         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1186         * sys/xvimage/xvimagesink.h:
1187         add 'handle-expose' property. Useful for video widgets which may want to
1188         be in control of Expose behaviour. Fixes #380625
1189
1190 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1191
1192         * gst-libs/gst/rtp/gstbasertppayload.c:
1193         (gst_basertppayload_class_init), (gst_basertppayload_init),
1194         (gst_basertppayload_event), (gst_basertppayload_push),
1195         (gst_basertppayload_set_property),
1196         (gst_basertppayload_get_property),
1197         (gst_basertppayload_change_state):
1198         * gst-libs/gst/rtp/gstbasertppayload.h:
1199         Fix ranges of rtp payloader properties so that the full range can be
1200         used in addition to -1 (random).
1201         Fix wrong seqnum reporting in caps.
1202         Fixes #420326.
1203
1204 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1205
1206         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1207         (gst_video_rate_query):
1208         Use boilerplate.
1209         Add latency query, might not be perfect yet but already works a lot
1210         better. Fixes #442557.
1211
1212 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1213
1214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1215         (gst_xvimagesink_setcaps):
1216         * sys/xvimage/xvimagesink.h:
1217         After a caps change, redraw our borders to avoid garbage left there
1218         when the image format changes to a smaller size, like 16:9 -> 4:3
1219         Also, hold the flow_lock a bit longer in the set_caps while we're
1220         fiddling with the xcontext.
1221
1222 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1223
1224         * Makefile.am:
1225         * configure.ac:
1226         * tests/Makefile.am:
1227         Remove bogus check for libcheck, since we check for
1228         gstreamer-check and it pulls in the required info from there, and we
1229         weren't actually _using_ the information for libcheck ourselves
1230         anyway.
1231
1232 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1233
1234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1235         (gst_ffmpeg_caps_to_pixfmt):
1236         Fix the r_mask test for RGBA32 on little-endian.
1237         Fix a stupid typo that would have obviously broken 
1238         compilation on big-endian, if anyone was testing.
1239
1240 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1241
1242         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1243         (paint_hline_str4):
1244         * gst/videotestsrc/videotestsrc.h:
1245         Add alpha to the color struct.
1246         Use a default alpha value of 255 instead of 128.
1247
1248 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1249
1250         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1251         (setup_source):
1252         Clear the dynamic pads counter when starting a new uri. This makes
1253         reusing playbin work again.
1254         Fixes #454264.
1255
1256 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * configure.ac:
1259           Use pkg-config to locate check.
1260
1261 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1262
1263         * configure.ac:
1264         * tests/check/elements/volume.c: (GST_START_TEST):
1265           Fix 'make check' build against core CVS.
1266
1267 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1268
1269         * gst-libs/gst/interfaces/propertyprobe.c:
1270         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1271         * gst-libs/gst/tag/gstvorbistag.c:
1272           Make gtk-doc happy.
1273
1274 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1275
1276         * gst-libs/gst/audio/gstbaseaudiosink.c:
1277         (gst_base_audio_sink_callback):
1278           Quick hack to make audiosinks stop at EOS when operating in
1279           pull-mode; needs to be fixed properly some day.
1280
1281 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * docs/libs/gst-plugins-base-libs-sections.txt:
1284           Fix location of includes in the docs.
1285
1286 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1287
1288         * gst/ffmpegcolorspace/avcodec.h:
1289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1290         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1291         (gst_ffmpegcsp_avpicture_fill):
1292         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1293         (img_get_alpha_info):
1294         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1295         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1296         end of the word. Partially fixes #451908
1297
1298 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1299
1300         * docs/libs/Makefile.am:
1301         * docs/plugins/Makefile.am:
1302           Simplify --extra-dir as gtkdoc scans recursively.
1303
1304 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1305
1306         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1307         (gst_adder_request_new_pad):
1308         Make getcaps more robust by not using the proxycaps function. This makes
1309         sure that we don't end up recursively calling getcaps upstream.
1310         See #316248.
1311
1312 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1313
1314         * gst/audioconvert/audioconvert.c:
1315         Include math.h to fix compilation.
1316
1317 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1318
1319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1320         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1321         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1322         format, as produced by some dc1394 cameras like the iSight.
1323         See http://www.fourcc.org/yuv.php#IYU1
1324
1325 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1326
1327         * gst/audioconvert/Makefile.am:
1328         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1329         (check_default), (audio_convert_prepare_context),
1330         (audio_convert_clean_context), (audio_convert_convert):
1331         * gst/audioconvert/audioconvert.h:
1332         * gst/audioconvert/gstaudioconvert.c:
1333         (gst_audio_convert_dithering_get_type),
1334         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1335         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1336         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1337         * gst/audioconvert/gstaudioconvert.h:
1338         * gst/audioconvert/gstaudioquantize.c:
1339         (gst_audio_quantize_setup_noise_shaping),
1340         (gst_audio_quantize_free_noise_shaping),
1341         (gst_audio_quantize_setup_dither),
1342         (gst_audio_quantize_free_dither),
1343         (gst_audio_quantize_setup_quantize_func),
1344         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1345         * gst/audioconvert/gstaudioquantize.h:
1346         Implement dithering and noise shaping in audioconvert. By default now
1347         TPDF dithering (and no noise shaping) will be used when converting
1348         from a higher bit depth to 20 bit depth or smaller, otherwise
1349         everything will be as it is now.
1350         For the last audioconvert in a pipeline it would make sense to
1351         use some kind of noise shaping, enabling it by default for all
1352         conversions would give undesired results though. Fixes #360246.
1353         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1354         (GST_START_TEST):
1355         Adjust unit test for the new audioconvert.
1356
1357 2007-06-28  Wim Taymans  <wim@fluendo.com>
1358
1359         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1360         Use other metrics as well when estimating the buffer level.
1361
1362 2007-06-28  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1365         Small debug improvement.
1366
1367         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1368         (plugin_init):
1369         Tweak the rate estimation period.
1370         When calculating the buffer filledness in rate estimation mode, don't
1371         mix it with other metrics.
1372
1373 2007-06-28  Wim Taymans  <wim@fluendo.com>
1374
1375         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1376         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1377         When creating the groups, allow for a 5 second, unlimited buffers
1378         preroll phase after which we expose the group.
1379         When the group is exposed, use a small number of buffers up to a 2
1380         second limit. Also disconnect the overrun signal from multiqueue when we
1381         exposed the group because it is not needed anymore.
1382
1383 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1386           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1387           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1388           (#451707); also, output some debugging info when dealing with
1389           freeform strings.
1390
1391         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1392           Add unit test for the above.
1393
1394 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1397           Add description for Windows Media RTP caps.
1398
1399         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1400           Remove RTP fields that don't define the format from caps.
1401
1402 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1405           Skip empty buffers, but not empty header buffers. That way the original
1406           vorbisdec unit test still passes (#451145); also, take into account
1407           that those empty packets might carry a granulepos.
1408
1409         * tests/check/Makefile.am:
1410         * tests/check/elements/vorbisdec.c:
1411         (_create_codebook_header_buffer), (_create_audio_buffer),
1412         (GST_START_TEST), (vorbisdec_suite):
1413           Add unit test that sends an empty packet.
1414
1415 2007-06-27  Wim Taymans  <wim@fluendo.com>
1416
1417         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1418         Don't error out on 0-sized packets, just emit a warning because this is
1419         not a fatal error. Fixes #451145.
1420
1421 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * docs/plugins/gst-plugins-base-plugins.args:
1424         * docs/plugins/gst-plugins-base-plugins.signals:
1425         * docs/plugins/inspect/plugin-adder.xml:
1426         * docs/plugins/inspect/plugin-alsa.xml:
1427         * docs/plugins/inspect/plugin-audioconvert.xml:
1428         * docs/plugins/inspect/plugin-audiorate.xml:
1429         * docs/plugins/inspect/plugin-audioresample.xml:
1430         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1431         * docs/plugins/inspect/plugin-cdparanoia.xml:
1432         * docs/plugins/inspect/plugin-decodebin.xml:
1433         * docs/plugins/inspect/plugin-decodebin2.xml:
1434         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1435         * docs/plugins/inspect/plugin-gdp.xml:
1436         * docs/plugins/inspect/plugin-gnomevfs.xml:
1437         * docs/plugins/inspect/plugin-libvisual.xml:
1438         * docs/plugins/inspect/plugin-ogg.xml:
1439         * docs/plugins/inspect/plugin-pango.xml:
1440         * docs/plugins/inspect/plugin-playbin.xml:
1441         * docs/plugins/inspect/plugin-subparse.xml:
1442         * docs/plugins/inspect/plugin-tcp.xml:
1443         * docs/plugins/inspect/plugin-theora.xml:
1444         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1445         * docs/plugins/inspect/plugin-video4linux.xml:
1446         * docs/plugins/inspect/plugin-videorate.xml:
1447         * docs/plugins/inspect/plugin-videoscale.xml:
1448         * docs/plugins/inspect/plugin-videotestsrc.xml:
1449         * docs/plugins/inspect/plugin-volume.xml:
1450         * docs/plugins/inspect/plugin-vorbis.xml:
1451         * docs/plugins/inspect/plugin-ximagesink.xml:
1452         * docs/plugins/inspect/plugin-xvimagesink.xml:
1453           Update docs with caps info.
1454
1455 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * po/POTFILES.in:
1458           Add more files with translatable strings (#450875).
1459
1460 2007-06-23  Edward Hervey  <edward@fluendo.com>
1461
1462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1463         The chain should be freed if we error out here, else it will leak.
1464         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1465         (cleanup_decodebin):
1466         Don't forget to *properly* remove the signals, else it will leak.
1467
1468 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1469
1470         * MAINTAINERS:
1471         Updating all the maintainers files
1472
1473 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1474
1475         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1476         (main):
1477           Destroy and recreate parse-launch based pipeline after stop to be able
1478           to play again. Reorder some code and add more comments.
1479
1480 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1481
1482         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1483         When handling a delayed-caps notification case, mark
1484         the group as dynamic so that the nbdynamic count is
1485         incremented and decremented correctly. Fixes: #449156
1486         Patch by: Wim Taymans <wim@fluendo.com>
1487
1488 2007-06-19  Andy Wingo  <wingo@pobox.com>
1489
1490         * gst-libs/gst/audio/gstbaseaudiosink.c
1491         (gst_base_audio_sink_init): Enable pull-mode operation.
1492
1493 2007-06-19  Michael Smith <msmith@fluendo.com>
1494
1495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1496           Change minimum rate back to 1000 to allow low-sample-rate wav files
1497           to play back.
1498
1499 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1500
1501         * po/vi.po:
1502           Update translations.
1503
1504 2007-06-15  David Schleef  <ds@schleef.org>
1505
1506         * gst/playback/gstqueue2.c:
1507           Fix compile error from ignored return value.
1508
1509 2007-06-15  Michael Smith <msmith@fluendo.com>
1510
1511         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1512           Update tmpbuf for all neccesary rows, not just one, as is required
1513           when downscaling.
1514           Fixes #402076.
1515
1516 2007-06-15  Michael Smith <msmith@fluendo.com>
1517
1518         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1519         (eos_buffer_probe):
1520           Add a test that ensures we set DELTA_UNIT on all non-header,
1521           non-video buffers, if we have a video stream.
1522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1523         (gst_ogg_mux_process_best_pad):
1524           Move setting delta_pad to earlier, where we inspect all pads, so
1525           that leading audio pages don't get DELTA_UNIT unset if they come
1526           before the first DELTA_UNIT from video pages. Fixes the newly-added
1527           test. Fixes #385527.
1528
1529 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1530
1531         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1532           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1533           fails on the p5-ppc64 build bot and the failure looks like it is due
1534           to the same issue as #348114, ie. a compiler bug.
1535
1536 2007-06-13  Edward Hervey  <edward@fluendo.com>
1537
1538         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1539         Fix build on MacOSX.
1540
1541 2007-06-13  Wim Taymans  <wim@fluendo.com>
1542
1543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1544         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1545         Fix compilation on mingw. Fixes #446972.
1546
1547 2007-06-12  Wim Taymans  <wim@fluendo.com>
1548
1549         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1550
1551         * gst/playback/gstqueue2.c: (update_buffering),
1552         (gst_queue_locked_enqueue):
1553         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1554         also update the buffering status when receiving events. Fixes #446551.
1555
1556 2007-06-11  Wim Taymans  <wim@fluendo.com>
1557
1558         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1559
1560         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1561         (gst_queue_handle_src_query):
1562         Wait for preroll before attempting to forward a duration query upstream.
1563         Fixes #445505.
1564
1565 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1566
1567         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1568         (gst_base_rtp_depayload_set_gst_timestamp):
1569         Use G_GINT64_CONSTANT macro for int64 constant.
1570         * win32/common/libgstinterfaces.def:
1571         * win32/common/libgsttag.def:
1572         Add new exported functions.
1573
1574 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1575
1576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1577           The BOS page of the first Dirac video stream needs to come before
1578           the BOS page of any Vorbis streams or other audio streams, just like
1579           it is with Theora.
1580
1581 2007-06-07  Wim Taymans  <wim@fluendo.com>
1582
1583         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1584         Fix compilation.
1585
1586 2007-06-06  Wim Taymans  <wim@fluendo.com>
1587
1588         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1589
1590         * gst/playback/gstqueue2.c: (gst_queue_init),
1591         (gst_queue_handle_sink_event), (gst_queue_chain),
1592         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1593         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1594         (gst_queue_src_activate_pull):
1595         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1596         Does not yet completely work because duration queries upstream won't
1597         block yet.
1598
1599 2007-06-06  Wim Taymans  <wim@fluendo.com>
1600
1601         * configure.ac:
1602         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1603         Some more fseeko checks.
1604
1605 2007-06-06  Wim Taymans  <wim@fluendo.com>
1606
1607         * configure.ac:
1608         check for large file support.
1609
1610 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1611
1612         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1613
1614         * gst/subparse/gstsubparse.c: (parse_subrip),
1615         (subviewer_unescape_newlines), (parse_subviewer),
1616         (gst_sub_parse_data_format_autodetect),
1617         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1618         * gst/subparse/gstsubparse.h:
1619         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1620         * tests/check/elements/subparse.c: (GST_START_TEST),
1621         (subparse_suite):
1622         Add a unit test for both SubViewer formats.
1623
1624 2007-06-01  Michael Smith <msmith@fluendo.com>
1625
1626         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1627           Don't overflow intermediate values when seeking to large time values
1628           in audiotestsrc.
1629
1630 2007-06-05  Wim Taymans  <wim@fluendo.com>
1631
1632         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1633         (gst_queue_create_read), (gst_queue_read_item_from_file),
1634         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1635         Include stdio to define fseeko.
1636
1637 2007-06-05  Wim Taymans  <wim@fluendo.com>
1638
1639         Patch by: Edward Hervey  <edward@fluendo.com>
1640
1641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1642         (gst_v4lsrc_query):
1643         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1644
1645 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         * gst-libs/gst/riff/Makefile.am:
1648         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1649           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1650           our own implementation.
1651
1652 2007-06-05  Wim Taymans  <wim@fluendo.com>
1653
1654         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1655         (gst_base_rtp_depayload_setcaps),
1656         (gst_base_rtp_depayload_set_gst_timestamp),
1657         (gst_base_rtp_depayload_change_state):
1658         Handle timestamp wraparound.
1659
1660 2007-06-05  Wim Taymans  <wim@fluendo.com>
1661
1662         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1663         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1664         (gst_uri_decode_bin_change_state):
1665         Make sure we name srcpads uniquely even when using different internal
1666         decodebins.
1667         Signal no-more-pads when no more dynamic elements exist.
1668         Remove pads on cleanup.
1669
1670 2007-06-05  Wim Taymans  <wim@fluendo.com>
1671
1672         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1673
1674         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1675         (gst_queue_init), (gst_queue_finalize),
1676         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1677         (gst_queue_create_read), (gst_queue_read_item_from_file),
1678         (gst_queue_open_temp_location_file),
1679         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1680         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1681         (gst_queue_is_empty), (gst_queue_is_filled),
1682         (gst_queue_change_state), (gst_queue_set_temp_location),
1683         (gst_queue_set_property):
1684         Add support for filebased buffering. Fixes #441264.
1685
1686 2007-06-05  Wim Taymans  <wim@fluendo.com>
1687
1688         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1689         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1690         (caps_notify_group_cb), (gst_decode_group_new),
1691         (gst_decode_group_free):
1692         Add support for delayed caps fixation when autoplugging.
1693         Optimize cases where a multiqueue is not needed/wanted, like right after
1694         anything that is not a demuxer.
1695
1696 2007-06-05  Wim Taymans  <wim@fluendo.com>
1697
1698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1699         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1700         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1701         consideratly speedup ogg chain detection by not trying to find a base
1702         timestamp for skeleton streams. 
1703
1704 2007-06-05  Wim Taymans  <wim@fluendo.com>
1705
1706         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1707         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1708         (gst_multi_fd_sink_remove_flush),
1709         (gst_multi_fd_sink_remove_client_link),
1710         (gst_multi_fd_sink_handle_client_write),
1711         (gst_multi_fd_sink_handle_clients):
1712         * gst/tcp/gstmultifdsink.h:
1713         Add support for remove_flush.
1714
1715 2007-06-05  Wim Taymans  <wim@fluendo.com>
1716
1717         * docs/design/draft-keyframe-force.txt:
1718         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1719         (theora_enc_chain):
1720         Add draft design for forcing keyframes in encoders and implement in
1721         theoraenc.
1722
1723 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1724
1725         * configure.ac:
1726           Back to CVS
1727
1728 === release 0.10.13 ===
1729
1730 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1731
1732         * configure.ac:
1733           releasing 0.10.13, "What's Going on?"
1734
1735 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1736
1737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1738         In riff, the depth is stored in the size field but it just means that
1739         the least significant bits are cleared. We can therefore just play
1740         the sample as if it had a depth == width. Fixes: #440997
1741
1742         Patch by: Wim Taymans <wim@fluendo.com> 
1743         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1744
1745 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1746
1747         * gst-libs/gst/floatcast/floatcast.h:
1748         Define inline when needed on win32 builds. Fixes: #441295
1749         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1750
1751 2007-05-29  Wim Taymans  <wim@fluendo.com>
1752
1753         * gst/playback/gstplaybasebin.c: (queue_overrun),
1754         (no_more_pads_full):
1755         Stop buffering when the group is commited because the queues filled up.
1756         Fixes #442024.
1757
1758 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1759
1760         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1761         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1762         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1763         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1764         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1765         * ext/alsa/gstalsamixer.h:
1766         * ext/alsa/gstalsamixerelement.c:
1767         (gst_alsa_mixer_element_interface_supported),
1768         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1769         (gst_alsa_mixer_element_set_property),
1770         (gst_alsa_mixer_element_get_property),
1771         (gst_alsa_mixer_element_change_state):
1772         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1773         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1774         (gst_mixer_option_changed):
1775         * gst-libs/gst/interfaces/mixer.h:
1776         Revert commits towards #152864 made so far. We'll pick it up again
1777         after the 0.10.13 release.
1778
1779 2007-05-24  Wim Taymans  <wim@fluendo.com>
1780
1781         * gst-libs/gst/audio/gstbaseaudiosink.c:
1782         (gst_base_audio_sink_render):
1783         After an interrupt (PAUSED/flush) assume that the next sample should not
1784         be aligned to the previous sample. Fixes #417992.
1785
1786 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1789           Don't add channels and rate fields to the template caps for
1790           audio/x-dts, as wavparse might not always be able to set them,
1791           which would then lead to 'caps are not a real subset of the
1792           template caps' warnings.
1793
1794 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1795
1796         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1797         Handle unknown or invalid pads without crashing, as might occur if
1798         a media file like an mp3 is specified as a subtitle file.
1799         Fixes: #410039
1800
1801 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1802
1803         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1804         (setup_sinks):
1805         Block the subtitle bin output queue before ghosting it and linking,
1806         then unblock after. This avoids spurious not-linked errors caused 
1807         by the queue starting up (because it gets linked when it is ghosted). 
1808         Fixes: #350299
1809
1810 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1811
1812         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1813         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1814         file. Avoids flukes where the input gets typefound to some valid but
1815         useless type.
1816
1817 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1818
1819         * tests/check/Makefile.am:
1820         * tests/check/elements/.cvsignore:
1821         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1822         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1823           Add unit test for gnomevfssink seeking and position reporting for
1824           file:// URIs.
1825
1826 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1827
1828         Patch by: Mark Nauwelaerts <manauw at skynet be>
1829
1830         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1831         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1832         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1833         * ext/gnomevfs/gstgnomevfssink.h:
1834           Fix position reporting, especially after a seek (from upstream),
1835           see #412648.
1836
1837 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * ext/cdparanoia/gstcdparanoiasrc.c:
1840           Repair umlaut.
1841
1842 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1843
1844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1845         Specify the full valid range for MP3 samplerates. Fixes a regression
1846         caused by extra header checks since the last release.
1847
1848 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1849
1850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1852         Fix a locking-order bug I introduced with my changes the other day.
1853         Patch by Mike Smith.
1854
1855 2007-05-21  Michael Smith <msmith@fluendo.com>
1856
1857         * ext/theora/theoradec.c: (theora_handle_data_packet):
1858           Don't look inside 0-length packets (which indicate duplicated
1859           frames)
1860
1861 2007-05-21  Wim Taymans  <wim@fluendo.com>
1862
1863         * ext/cdparanoia/gstcdparanoiasrc.c:
1864         (gst_cd_paranoia_src_read_sector):
1865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1866         (gst_base_audio_src_create):
1867         Small cleanups.
1868
1869         * ext/theora/theoradec.c: (theora_dec_sink_event):
1870         Fix typo.
1871
1872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1873         (gst_base_rtp_depayload_set_gst_timestamp):
1874         Add some FIXME
1875
1876         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1877         And some debug info when a FIXME path is hit.
1878
1879 2007-05-21  Wim Taymans  <wim@fluendo.com>
1880
1881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1882         (gst_base_rtp_audio_payload_class_init),
1883         (gst_base_rtp_audio_payload_init),
1884         (gst_base_rtp_audio_payload_finalize),
1885         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1886         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1887         (gst_base_rtp_payload_audio_handle_event):
1888         Some cleanups, remove minptime property as it is now in the parent
1889         class.
1890         Override parent class event function.
1891
1892         * gst-libs/gst/rtp/gstbasertppayload.c:
1893         (gst_basertppayload_class_init), (gst_basertppayload_init),
1894         (gst_basertppayload_event), (gst_basertppayload_set_property),
1895         (gst_basertppayload_get_property):
1896         * gst-libs/gst/rtp/gstbasertppayload.h:
1897         Add min-ptime property.
1898         Add handle-event vmethod. Fixes #415001.
1899
1900 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1901
1902         * gst-libs/gst/audio/gstbaseaudiosink.c
1903           (gst_base_audio_sink_change_state):
1904           Fix typo in comment.
1905
1906         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1907           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1908           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1909           close_link):
1910         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1911           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1912           Remove trailing whitespaces in comments.
1913
1914         * gst/volume/Makefile.am:
1915           Fix tabs.
1916
1917 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1918
1919         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1920
1921         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1922           set_option, get_option, _gst_reserved):
1923           Revert reordering functions (keep ABI).
1924
1925 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1926
1927         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1928         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1929         (gst_ximagesink_show_frame):
1930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1931         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1932         (gst_xvimagesink_show_frame):
1933         When we create our own window, indicate that we handle the 
1934         WM_DELETE client message from the window manager, so that it won't 
1935         kill our window (and our app) along with it. Handle ClientMessage,
1936         post an error on the bus, and close the window. Further buffers
1937         arriving will result in a FlowError because the window has been
1938         destroyed.
1939
1940         Fixes: #393975
1941
1942         Clean up the X event handling loop and make them the same for
1943         both xvimagesink and ximagesink while I'm at it.
1944
1945 2007-05-17  Wim Taymans  <wim@fluendo.com>
1946
1947         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1948         Make decodebin2 autoplug depayloaders too.
1949
1950         * gst/playback/gsturidecodebin.c: (source_new_pad):
1951         Set the newly created decoder in a usable state when autoplugging a
1952         dynamic source such as RTSP.
1953
1954 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * gst/playback/gststreaminfo.c: (cb_probe):
1957           Ignore video-codec tag for audio streams and ignore audio-codec tags
1958           for video streams. Should make codec name collection a bit more
1959           robust against sloppy demuxers that send tag events containing both
1960           tags down each pad.
1961
1962 2007-05-17  Wim Taymans  <wim@fluendo.com>
1963
1964         * gst/playback/gstqueue2.c: (update_rates):
1965         Tweak the buffering thresholds a little.
1966         Update the buffer size with the previously calculate rate instead of
1967         only when we calculate a new rate so that we get smoother buffering
1968         updates.
1969
1970         * gst/playback/Makefile.am:
1971         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1972         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1973         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1974         (gst_uri_decode_bin_get_property), (unknown_type),
1975         (add_element_stream), (no_more_pads_full), (no_more_pads),
1976         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1977         (gen_source_element), (has_all_raw_caps), (analyse_source),
1978         (remove_decoders), (make_decoder), (remove_source),
1979         (source_new_pad), (setup_source), (decoder_query_init),
1980         (decoder_query_duration_fold), (decoder_query_duration_done),
1981         (decoder_query_position_fold), (decoder_query_position_done),
1982         (decoder_query_latency_fold), (decoder_query_latency_done),
1983         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1984         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1985         (gst_uri_decode_bin_change_state), (plugin_init):
1986         New element that intergrates a source, optional buffering element and
1987         decodebin.
1988
1989 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * configure.ac:
1992           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1993           (also has a .pc file, so we don't need the fallback check any
1994           longer). Fixes #438840.
1995
1996 2007-05-17  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1999         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2000         (apply_segment), (apply_buffer), (update_buffering),
2001         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2002         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2003         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2004         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2005         (plugin_init):
2006         fix build.
2007
2008 2007-05-17  Wim Taymans  <wim@fluendo.com>
2009
2010         * gst/playback/Makefile.am:
2011         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2012         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2013         (gst_queue_getcaps), (gst_queue_bufferalloc),
2014         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2015         (apply_buffer), (update_buffering), (reset_rate_timer),
2016         (update_rates), (gst_queue_locked_flush),
2017         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2018         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2019         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2020         (gst_queue_loop), (gst_queue_handle_src_event),
2021         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2022         (gst_queue_src_activate_push), (gst_queue_change_state),
2023         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2024         On our way to playbin2 this is the new network queue that does buffering
2025         all by itself using high and low watermarks. It can also measure up and
2026         downstream bandwidth to optimally size the queue.
2027
2028 2007-05-17  Michael Smith <msmith@fluendo.com>
2029
2030         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2031         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2032           Use the segment->last_stop value to calculate the next timestamp to
2033           generate after a seek; not the segment->start value.
2034
2035 2007-05-15  David Schleef  <ds@schleef.org>
2036
2037         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2038           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2039
2040 2007-05-15  Wim Taymans  <wim@fluendo.com>
2041
2042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2043         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2044         Some more chained streaming ogg timestamp fixes.
2045
2046 2007-05-15  Wim Taymans  <wim@fluendo.com>
2047
2048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2049         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2050         (gst_ogg_demux_handle_page):
2051         Add some FIXMEs.
2052         Fix chain start/stop segment handling based on patch by
2053         <ahalda at cs dot mcgill dot ca> see #320984.
2054
2055 2007-05-15  Michael Smith <msmith@fluendo.com>
2056
2057         * configure.ac:
2058           We don't require a C++ compiler. So don't require one.
2059
2060 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2061
2062         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2063           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2064           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2065           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2066           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2067           gst_alsa_mixer_update_track):
2068           Apply some of the cleanup Tim suggested in #152864 afterwards.
2069
2070 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2071
2072         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2073
2074         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2075           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2076           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2077           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2078           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2079           gst_alsa_mixer_handle_source_callback,
2080           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2081           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2082           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2083           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2084           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2085           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2086         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2087         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2088           gst_alsa_mixer_element_interface_supported,
2089           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2090           gst_alsa_mixer_element_set_property,
2091           gst_alsa_mixer_element_get_property,
2092           gst_alsa_mixer_element_change_state):
2093         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2094         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2095           gst_mixer_option_changed):
2096         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2097           volume_changed, option_changed, _gst_reserved):
2098           Implement notification for alsamixer. Fixes #152864
2099
2100 2007-05-14  David Schleef  <ds@schleef.org>
2101
2102         * gst/videotestsrc/videotestsrc.c:
2103         * gst/videotestsrc/videotestsrc.h:
2104           Add support for video/x-raw-bayer.
2105
2106 2007-05-12  David Schleef  <ds@schleef.org>
2107
2108         * sys/xvimage/xvimagesink.c:
2109           Add some sanity checking for the XVImage size returned by X.
2110           Related to #377400.
2111
2112 2007-05-12  Wim Taymans  <wim@fluendo.com>
2113
2114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2115         (gst_base_rtp_depayload_setcaps),
2116         (gst_base_rtp_depayload_set_gst_timestamp):
2117         Parse and use additional caps fields as described in updated
2118         application/x-rtp caps spec.
2119
2120 2007-05-12  Wim Taymans  <wim@fluendo.com>
2121
2122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2123         (gst_ogg_demux_collect_chain_info):
2124         If there is a stream in a chain without any data packets, ignore the
2125         stream in the total length calculations. Might be related to #436820.
2126
2127 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2128
2129         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2130         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2131         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2132         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2133         (plugin_init):
2134
2135         Consolidate and re-work our mpeg system stream detection to probe
2136         more packets and produce a higher confidence result. Fixes a
2137         regression caused by lowering the typefind probability last year
2138         - related to bug #397810. Remove the redundant MPEG-1 specific 
2139         typefind function, as the new one detects both MPEG-1 & MPEG-2
2140         happily.
2141
2142         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2143         little. 
2144
2145         Tested against my media test directory, with some improvements and
2146         no regressions.
2147
2148 2007-05-10  Wim Taymans  <wim@fluendo.com>
2149
2150         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2151         (queue_out_of_data):
2152         Connect to the new queue "pushing" signal instead of the broken
2153         "running" one.
2154
2155 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2156
2157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2158         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2159         Move variable declaration before the first instruction.
2160         * gst/videotestsrc/videotestsrc.c:
2161         Define M_PI if it's not defined yet.
2162         * win32/common/libgstrtp.def:
2163         Add new exported functions.
2164
2165 2007-05-09  Michael Smith <msmith@fluendo.com>
2166
2167         * ext/theora/theoradec.c: (theora_handle_type_packet):
2168           gst_pad_push_event() does not return a GstFlowReturn!
2169
2170 2007-05-09  Wim Taymans  <wim@fluendo.com>
2171
2172         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2173         * tests/examples/seek/seek.c: (do_seek):
2174         Some small cosmetic changes.
2175
2176 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2179           gst_adder_change_state):
2180         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2181           segment_pending, segment_position, segment_rate):
2182           Handle playback-rate on adder.
2183
2184 2007-05-07  Michael Smith <msmith@fluendo.com>
2185
2186         * ext/theora/gsttheoradec.h:
2187         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2188         (theora_dec_sink_event), (theora_handle_comment_packet),
2189         (theora_handle_type_packet), (theora_dec_change_state):
2190           Don't push events (newsegment, tags) before initialising the
2191           decoder.
2192           This is neccesary for seeking to work correctly in gnonlin.
2193
2194 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2195
2196         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2197         * gst/adder/gstadder.c:
2198         * gst/audiotestsrc/gstaudiotestsrc.c
2199           (gst_audio_test_src_create_white_noise):
2200         * gst/videotestsrc/gstvideotestsrc.c:
2201         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2202           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2203           volume_sink_template, volume_src_template, gst_volume_init,
2204           volume_process_double, volume_process_int16,
2205           volume_process_int16_clamp):
2206           Doc fixes and formatting.
2207
2208 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         * tests/check/Makefile.am:
2211         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2212           Minimal check for volume's GstController usability; also another
2213           test for #422295.
2214
2215 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2216
2217         * gst-libs/gst/cdda/gstcddabasesrc.c:
2218         (gst_cdda_base_src_add_track):
2219           Fix it so that it (a) makes sense and (b) doesn't break
2220           everything cdda-related including the unit test.
2221
2222 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * gst-libs/gst/cdda/gstcddabasesrc.c:
2225         (gst_cdda_base_src_add_track):
2226           Fix build when disabling asserts.
2227
2228 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2229
2230         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2231           When XShm is not available, we might get row strides that are not
2232           rounded up to multiples of four; this is bad, because virtually
2233           every RGB-processing element in GStreamer assumes rowstrides are
2234           rounded up to multiples of four, so let's allocate at least enough
2235           memory to avoid crashes in this case. The image will still be
2236           displayed distorted though if this happens, so that still needs
2237           fixing (maybe by allocating a bigger image with an 'even' width
2238           and then clipping it appropriately when rendering - something for
2239           Xlib aficionados in any case).
2240
2241 2007-05-03  Michael Smith <msmith@fluendo.com>
2242
2243         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2244           If a buffer doesn't have a timestamp, assume it's contiguous with
2245           the previous buffer, and synthesise timestamps appropriately.
2246
2247 2007-05-03  Edward Hervey  <edward@fluendo.com>
2248
2249         * tests/check/elements/videorate.c: (GST_START_TEST):
2250         Set buffer timestamp to a valid value in order to test the buffer
2251         really does stay in videorate.
2252
2253 2007-05-03  Edward Hervey  <edward@fluendo.com>
2254
2255         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2256         There is no sensible way to handle incoming buffers which don't have a
2257         valid timestamp. We therefore discard them and wait for the next one.
2258
2259 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2262         * gst/playback/gstdecodebin2.c: (plugin_init):
2263           Better error message for text files.
2264
2265 2007-04-29  Wim Taymans  <wim@fluendo.com>
2266
2267         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2268         Fix offset bug in generation RR packets.
2269
2270 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2271
2272         * ext/theora/theoradec.c: (_theora_granule_time),
2273         (theora_dec_push_forward), (theora_handle_data_packet),
2274         (theora_dec_decode_buffer): Calculate buffer duration correctly
2275         to generate a perfect stream (#433888).
2276         * gst/audioresample/gstaudioresample.c:
2277         (audioresample_check_discont): Glib provides ABS.
2278
2279 2007-04-27  Wim Taymans  <wim@fluendo.com>
2280
2281         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2282         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2283         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2284         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2285         (gst_rtcp_packet_bye_set_reason):
2286         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2287         Fix RB block parsing and writing.
2288         Add support for constructing BYE packets.
2289
2290 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2291
2292         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2293         (gst_base_audio_src_create):
2294         * po/POTFILES.in:
2295           When posting a warning message because samples were dropped, post
2296           something more intelligible than he default error message for clock
2297           errors which is just confusing in this context (#432984).
2298
2299 2007-04-25  Wim Taymans  <wim@fluendo.com>
2300
2301         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2302         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2303         (read_packet_header), (gst_rtcp_packet_move_to_next),
2304         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2305         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2306         (gst_rtcp_packet_sdes_get_item_count),
2307         (gst_rtcp_packet_sdes_first_item),
2308         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2309         (gst_rtcp_packet_sdes_first_entry),
2310         (gst_rtcp_packet_sdes_next_entry),
2311         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2312         (gst_rtcp_packet_sdes_add_entry):
2313         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2314         Implement code to write SR, RR and SDES packets.
2315
2316 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2319
2320         * sys/ximage/ximagesink.c:
2321           Fix build if XShm is not available (#432362).
2322
2323 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2326         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2327         pointers to random memory which are passed to g_free() when
2328         audio_convert_prepare_context() is called the first time.
2329
2330 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         Patch by: Dan Williams <dcbw redhat com>
2333
2334         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2335           Don't leak incoming buffer if gst_pad_push() returns a
2336           non-OK flow. Fixes #432755.
2337          
2338         * tests/check/elements/videorate.c: (GST_START_TEST),
2339         (videorate_suite):
2340           Unit test for the above by Yours Truly.
2341
2342 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2343
2344         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2345         (gst_adder_sink_event), (gst_adder_collected):
2346           Fix non-flushing segmented seeks, Fixes #340060 for me
2347
2348 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2349
2350         Patch by: Olivier Crete  <tester at tester ca>
2351
2352         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2353         (gst_base_rtp_audio_payload_class_init),
2354         (gst_base_rtp_audio_payload_init),
2355         (gst_base_rtp_audio_payload_dispose):
2356           Chain up to parent class in dispose function; get rid of
2357           unnecessary 'diposed' flag in private structure (#415001).
2358
2359 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * docs/libs/gst-plugins-base-libs.types:
2362         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2363         (gst_base_rtp_audio_payload_class_init):
2364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2365         * gst-libs/gst/rtp/gstbasertppayload.c:
2366           Some minor docs fixes and additions; also add missing 'Since' bits.
2367
2368 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2369
2370         Patch by: Zeeshan Ali  <zeenix gmail com>
2371
2372         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2373         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2374         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2375         (gst_base_rtp_audio_payload_push):
2376         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2377           The recently-added gst_base_rtp_audio_payload_push() should take an
2378           object of type GstBaseRTPAudioPayload as first argument (#431672).
2379
2380 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2381
2382         * gst/audioresample/gstaudioresample.c:
2383           Make more functions static, just because we can.
2384
2385 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * tests/check/elements/audioresample.c:
2388           Add unit test for audioresample shutdown crasher (#420106).
2389
2390 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2391
2392         * gst/subparse/gstsubparse.c:
2393         * gst/subparse/samiparse.c:
2394           Use GST_DISABLE_XML here
2395
2396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2397         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2398         (gst_xvimagesink_buffer_alloc),
2399         (gst_xvimagesink_navigation_send_event):
2400         * sys/xvimage/xvimagesink.h:
2401           Include stdlib.h when using atoi.
2402           
2403         * tests/check/elements/playbin.c: (playbin_suite):
2404           Use GST_DISABLE_REGISTRY here
2405
2406 2007-04-19  Michael Smith  <msmith@fluendo.com>
2407
2408         * ext/theora/gsttheoraenc.h:
2409         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2410         (theora_enc_sink_event), (theora_enc_change_state):
2411           Track initialisation state; don't try to use encoder state if we're
2412           not initialised (it'll segfault).
2413
2414 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * tests/check/pipelines/.cvsignore:
2417         Fix build.
2418
2419 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2420
2421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2422         Allow random depths between 1 and 32 instead of only multiplies of 8.
2423
2424 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2425
2426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2427         Set the maximum number of channels for PCM and float in the correct
2428         place to have it also used when creating the template caps.
2429
2430 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2431
2432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2433         Correctly support 4, 6 and 8 channels with normal PCM and float
2434         wav files.
2435
2436         Fix the depth and signedness calculation in extensible wav files and
2437         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2438         mask is found.
2439
2440         Add support for float, alaw and mulaw in extensible wav files.
2441
2442         This allows correct playback of all but 5 files from
2443         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2444         
2445         (gst_riff_create_audio_template_caps):
2446         Add voxware and float formats to the template caps.     
2447
2448 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2449
2450         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2451
2452         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2453         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2454
2455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2456         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2457         Use the correct format strings for integer formats.
2458
2459 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2460
2461         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2462           Don't use pad_alloc_buffer_and_set_caps to create a small header
2463           packet, or, worse, to create a big temporary video buffer using the
2464           src pad.
2465
2466 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2467
2468         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2469         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2470           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2471           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2472
2473 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2474
2475         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2476           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2477           streamheader_suite):
2478           Add another test set up for failure
2479
2480 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2481
2482         * tests/check/Makefile.am:
2483         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2484           GST_START_TEST, streamheader_suite, main):
2485           Add a test for the streamheader bug Wim fixed.
2486
2487 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2488
2489         * ext/theora/theoradec.c: (theora_dec_sink_event):
2490         Fix misleading comment.
2491
2492 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2493
2494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2495           More sanity checks for the header fields.
2496
2497 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2500           Try encodings from all environment variables, not just those in the
2501           first environment variable that is set.
2502
2503 2007-04-12  Wim Taymans  <wim@fluendo.com>
2504
2505         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2506         (gst_video_rate_chain):
2507         Add some debug.
2508
2509         * tests/check/elements/videorate.c: (GST_START_TEST),
2510         (videorate_suite):
2511         Added check for videorate changing caps handling. Closes #421834.
2512
2513 2007-04-12  Michael Smith  <msmith@fluendo.com>
2514
2515         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2516           Use scale functions to avoid overflow when calculating duration of 
2517           vorbis buffers.
2518
2519 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2520
2521         * docs/libs/gst-plugins-base-libs-sections.txt:
2522         * gst-libs/gst/tag/tag.h:
2523         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2524           API: add gst_tag_freeform_string_to_utf8() (#405072).
2525
2526         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2527           Use gst_tag_freeform_string_to_utf8() here.
2528
2529 2007-04-12  Wim Taymans  <wim@fluendo.com>
2530
2531         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2532         (gst_gdp_pay_sink_event):
2533         Make sure we set the IN_CAPS flag correctly.
2534
2535         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2536         Get the IN_CAPS flag before we call functions that mess with the flags.
2537
2538 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2539
2540         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2541           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2542           Only stamp buffers with offset/offset_end right before they get
2543           pushed.  This ensures offset continuity, which was not the case
2544           before as shown by
2545           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2546
2547 2007-04-06  Wim Taymans  <wim@fluendo.com>
2548
2549         * gst/playback/gstplaybin.c: (add_sink),
2550         (gst_play_bin_change_state):
2551         Activate sync in playbin, we are ready to handle it for live streams.
2552
2553 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2554
2555         * tests/check/elements/playbin.c:
2556         (test_sink_usage_video_only_stream), (playbin_suite):
2557           Add small test for stream-info-value-array code paths.
2558
2559 2007-04-05  Wim Taymans  <wim@fluendo.com>
2560
2561         * gst-libs/gst/audio/gstbaseaudiosink.c:
2562         (gst_base_audio_sink_skew_slaving):
2563         Don't try to create invalid calibration parameters by making the
2564         internal time go backwards, instead make external time go forward.
2565
2566 2007-04-05  Wim Taymans  <wim@fluendo.com>
2567
2568         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2569
2570         * gst/playback/gstplaybasebin.c: (add_stream):
2571         Fix leak in add_stream(), when g_value_set_object() increases the
2572         refcount of streaminfo object. Fixes #426250.
2573
2574 2007-04-03  David Schleef  <ds@schleef.org>
2575
2576         * gst/videotestsrc/gstvideotestsrc.c:
2577         * gst/videotestsrc/gstvideotestsrc.h:
2578         * gst/videotestsrc/videotestsrc.c:
2579         * gst/videotestsrc/videotestsrc.h:
2580           Add a test pattern called "circular", which has concentric
2581           rings with varying radial frequency.  The main purpose of this
2582           pattern is to test fidelity loss in a filter or scaler element.
2583           Notably, this pattern is scale invariant, and is optimally viewed
2584           with a width (and height) of 400.
2585
2586 2007-04-03  Wim Taymans  <wim@fluendo.com>
2587
2588         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2589
2590         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2591         (deactivate_free_recursive):
2592         Decodebin2 doesn't unref pads it obtains in some occasions:
2593         - multiqueue src pads, when either connecting further or exposing
2594         - sink pads of new autoplugged elements
2595         - peer pads when recursively freeing elements
2596         Fixes #425455.
2597
2598 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2601         Add audio/x-raw-float support, now that audioconvert support
2602         non-native endianness floats.
2603
2604 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2605
2606         * docs/libs/gst-plugins-base-libs-docs.sgml:
2607           gstreamer-plugins-base.pc doesn't exist, it's
2608           gstreamer-plugins-base-0.10.pc.
2609
2610 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2611
2612         Patch by: René Stadler <mail at renestadler dot de>
2613         with some minor changes
2614
2615         * gst-libs/gst/floatcast/floatcast.h:
2616         Use more efficient float endianness conversion functions that don't
2617         involve 2 function calls per value.
2618         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2619         (check_default), (audio_convert_prepare_context):
2620         * gst/audioconvert/gstaudioconvert.c:
2621         (gst_audio_convert_parse_caps), (make_lossless_changes):
2622         Support non-native endianness floats as input and output.
2623         Fixes #339838.
2624         * tests/check/elements/audioconvert.c: (verify_convert),
2625         (GST_START_TEST):
2626         Add unit tests for the non-native endianness float conversions.
2627
2628 2007-03-29  Wim Taymans  <wim@fluendo.com>
2629
2630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2631         (gst_base_rtp_depayload_base_init),
2632         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2633         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2634         (gst_base_rtp_depayload_set_gst_timestamp),
2635         (gst_base_rtp_depayload_change_state),
2636         (gst_base_rtp_depayload_set_property),
2637         (gst_base_rtp_depayload_get_property):
2638         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2639         Add Private structure.
2640         Bring element code to 2007.
2641         Parse clock-base caps param and use it when generating the
2642         newsegment.
2643         Reset variables before going to PAUSED.
2644         Fix some docs.
2645
2646 2007-03-29  Wim Taymans  <wim@fluendo.com>
2647
2648         * docs/libs/gst-plugins-base-libs-docs.sgml:
2649         * docs/libs/gst-plugins-base-libs-sections.txt:
2650         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2651         (gst_base_rtp_audio_payload_get_adapter):
2652         Add RTCP docs.
2653         Fix some more docs.
2654
2655         * gst-libs/gst/rtp/Makefile.am:
2656         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2657         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2658         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2659         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2660         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2661         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2662         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2663         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2664         (gst_rtcp_packet_sr_get_sender_info),
2665         (gst_rtcp_packet_sr_set_sender_info),
2666         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2667         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2668         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2669         (gst_rtcp_packet_sdes_get_chunk_count),
2670         (gst_rtcp_packet_sdes_first_chunk),
2671         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2672         (gst_rtcp_packet_sdes_first_item),
2673         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2674         (gst_rtcp_packet_bye_get_ssrc_count),
2675         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2676         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2677         (gst_rtcp_packet_bye_get_reason_len),
2678         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2679         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2680         Add new helper object for parsing and creating RTCP messages.
2681
2682 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2683
2684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2685         PCM samples with width=8 must be always unsigned, no matter what
2686         depth they have.
2687
2688 2007-03-29  Andy Wingo  <wingo@pobox.com>
2689
2690         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2691         perfect offsets also, not just timestamps.
2692
2693         * tests/check/elements/videorate.c (test_more): Test that given
2694         any incoming offsets, that videorate produces perfect offsets.
2695
2696 2007-03-29  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst-libs/gst/riff/riff-ids.h:
2699         Add some more RIFF formats.
2700
2701 2007-03-29  Wim Taymans  <wim@fluendo.com>
2702
2703         * gst-libs/gst/rtp/gstrtpbuffer.c:
2704         (gst_rtp_buffer_default_clock_rate):
2705         * gst-libs/gst/rtp/gstrtpbuffer.h:
2706         Fix fixed payload names and docs.
2707         Added method to get the default clock rates of fixed payload types.
2708         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2709
2710 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2711
2712         * tests/check/pipelines/.cvsignore:
2713         Add new vorbisdec test to cvsignore.
2714
2715 2007-03-28  Wim Taymans  <wim@fluendo.com>
2716
2717         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2718         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2719         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2720         (gst_base_audio_sink_set_property),
2721         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2722         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2723         (gst_base_audio_sink_skew_slaving),
2724         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2725         (gst_base_audio_sink_async_play):
2726         * gst-libs/gst/audio/gstbaseaudiosink.h:
2727         Store private stuff in GstBaseAudioSinkPrivate.
2728         Add configurable clock slaving modes property.
2729         API:: GstBaseAudioSink::slave-method property
2730         Some more latency reporting tweaks.
2731         Added skew based clock slaving correction and make it the default until
2732         the resampling method is more robust.
2733
2734 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2735
2736         * gst/audioconvert/audioconvert.c:
2737         Add docs to the integer pack functions and implement proper
2738         rounding. Before we had rounding towards negative infinity, i.e.
2739         always the smaller number was taken. Now we use natural rounding,
2740         i.e. rounding to the nearest integer and to the one with the largest
2741         absolute value for X.5. The old rounding introduced some minor
2742         distortions. Fixes #420079
2743         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2744         Fix one unit test that assumed the old rounding and added unit tests
2745         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2746         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2747         rounding from signed int32 to signed/unsigned int16.
2748
2749 2007-03-27  Michael Smith  <msmith@fluendo.com>
2750
2751         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2752         (gst_audio_convert_transform_caps):
2753           Fix typo in debug line introduced recently, as pointed out on irc.
2754
2755 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2756
2757         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2758         * tests/check/libs/tag.c: (GST_START_TEST):
2759           Make sure we parse floating-point numbers in vorbis comments
2760           correctly with either '.' or ',' as separator, no matter what
2761           the current locale is. Add unit test for this too.
2762
2763 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2764
2765         Patch by: René Stadler  <mail at renestadler de>
2766
2767         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2768           When writing out floating-point numbers to vorbis comment tags, always
2769           use the same character as separator no matter what the current locale is
2770           (fixes #423051).
2771
2772         * tests/check/libs/tag.c: (GST_START_TEST):
2773           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2774
2775 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2776
2777         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2778           vorbis_handle_data_packet):
2779           Correctly set DURATION to generate a timestamp-continuous stream.
2780           One bug left at the end; see
2781           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2782         * tests/check/Makefile.am:
2783         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2784           Add a test to check this.  Without the above patch this test fails.
2785
2786 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2787
2788         * gst-libs/gst/rtp/Makefile.am:
2789         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2790
2791 2007-03-23  Michael Smith  <msmith@fluendo.com>
2792
2793         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2794         (gst_video_rate_reset), (gst_video_rate_chain):
2795           If videorate changes caps, we can no longer use the old buffer
2796           (which may have a different size, incompatible with our caps).
2797           So don't do that; just duplicate the new frame more times.
2798
2799 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2800
2801         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2802         Remove playbin's override of the set_clock vmethod. It's irrelevant
2803         after Wim's commit on the 19th.
2804
2805 2007-03-22  Wim Taymans  <wim@fluendo.com>
2806
2807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2808         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2809         * ext/gnomevfs/gstgnomevfssrc.h:
2810         Don't cache file sizes. Fixes #341078.
2811
2812 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         * gst/playback/gstplaybin.c: (add_sink):
2815           Use GST_PTR_FORMAT to log caps. 
2816
2817 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2818
2819         Patch by: Young-Ho Cha <ganadist at chollian net>
2820
2821         * gst/subparse/samiparse.c: (handle_start_font):
2822           Special-case some more colour names that pango doesn't handle by
2823           default. Fixes #420578.
2824
2825 2007-03-20  Michael Smith  <msmith@fluendo.com>
2826
2827         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2828           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2829           that marks EOS internally. After that, libvorbis will buffer all
2830           input data, and encode none of it, eventually leading to memory
2831           exhaustion.
2832
2833 2007-03-19  Wim Taymans  <wim@fluendo.com>
2834
2835         * gst/playback/gstdecodebin.c: (remove_fakesink):
2836         Don't post STATE_DIRTY anymore.
2837
2838         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2839         (gst_play_bin_change_state):
2840         Remove stream_time reset in seek handling, core does that now.
2841         Disable clocking for live pipelines by forcing a NULL clock to the
2842         complete pipeline, core is too smart now for our previous hack.
2843         We can always autoplug in PAUSED now.
2844
2845 2007-03-17  David Schleef  <ds@schleef.org>
2846
2847         * REQUIREMENTS:  Update this file, change the formatting to make
2848         it more consistent, plus more machine readable.
2849
2850 2007-03-16  Michael Smith  <msmith@fluendo.com>
2851
2852         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2853         (strip_width_64), (append_with_other_format):
2854           Previous fix was too simplistic, and broke the tests. Use a better
2855           approach; only strip 64 from widths for integer audio.
2856
2857 2007-03-16  Michael Smith  <msmith@fluendo.com>
2858
2859         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2860         (gst_audio_convert_transform_caps):
2861           We don't support 64 bit integer audio, so don't try to claim we can.
2862           Stops us producing caps don't match our template caps.
2863           Update comments.
2864
2865 2007-03-15  Michael Smith  <msmith@fluendo.com>
2866
2867         * gst/audioresample/gstaudioresample.c:
2868         (audioresample_check_discont), (audioresample_transform):
2869           Don't trigger discontinuities for very small imperfections; a filter
2870           flush will sound bad, and many plugins have rounding errors leading
2871           to these.
2872
2873 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2874
2875         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2876
2877         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2878         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2879         API: add "min-ptime" property to RTP base audio payloader.
2880         API: add gst_base_rtp_audio_payload_push().
2881         API: add gst_base_rtp_audio_payload_get_adapter().
2882         Fixes #415001
2883         Indentation/whitespace/documentation fixes.
2884
2885 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2886
2887         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2888         (audioresample_transform_size), (audioresample_do_output),
2889         (audioresample_transform), (audioresample_pushthrough): Handle
2890         discontinuous streams.
2891         * gst/audioresample/gstaudioresample.h:
2892         * tests/check/elements/audioresample.c:
2893         (test_discont_stream_instance), (GST_START_TEST),
2894         (audioresample_suite): Add a test for discontinuous streams.
2895         * win32/common/config.h: Updated.
2896
2897 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2898
2899         * po/af.po:
2900         * po/az.po:
2901         * po/cs.po:
2902         * po/en_GB.po:
2903         * po/it.po:
2904         * po/nb.po:
2905         * po/nl.po:
2906         * po/or.po:
2907         * po/sq.po:
2908         * po/sr.po:
2909         * po/sv.po:
2910         * po/uk.po:
2911         * po/vi.po:
2912           Update translations from translation project.
2913
2914 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2915
2916         * gst/audioresample/debug.h:
2917         * gst/audioresample/resample.c: (resample_init):
2918           Since I really am not interested in a debug line for each sample
2919           being processed, move the library's debugging to its own category,
2920           libaudioresample
2921
2922 2007-03-13  Michael Smith  <msmith@fluendo.com>
2923
2924         * ext/theora/theoradec.c: (theora_handle_type_packet):
2925           Since the plugin doesn't support anything other than 4:2:0 right
2926           now, post an error and fail if we get something else. Won't matter
2927           until libtheora supports the other pixel formats, but hopefully
2928           that'll be soon...
2929
2930 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2931
2932         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2933         Use gst_guint64_to_gdouble for conversion.
2934         * win32/MANIFEST:
2935         Add new files to the win32 MANIFEST.
2936         * win32/common/libgstaudio.def:
2937         * win32/common/libgstpbutils.def:
2938         Add new exported functions.
2939         * win32/vs6/gst_plugins_base.dsw:
2940         * win32/vs6/libgstdecodebin.dsp:
2941         * win32/vs6/libgstplaybin.dsp:
2942         Change the link to libgstpbutils.lib.
2943         * win32/vs6/libgstdecodebin2.dsp:
2944         Add a new project for decodebin2.
2945         * win32/vs6/libgstpbutils.dsp:
2946         Add a new project for pbutils.
2947
2948 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2951           Also accept partial dates with only year and month,
2952           like 1999-12-00 (fixes #410396 even more).
2953
2954         * tests/check/libs/tag.c: (GST_START_TEST):
2955           Add unit test for the above.
2956
2957 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2958
2959         * tests/check/elements/subparse.c: (GST_START_TEST),
2960         (subparse_suite):
2961           Add unit test for MPL2 subtitle format (#413799).
2962
2963 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2966
2967         * gst/subparse/Makefile.am:
2968         * gst/subparse/gstsubparse.c:
2969         (gst_sub_parse_data_format_autodetect),
2970         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2971         (gst_subparse_type_find):
2972         * gst/subparse/gstsubparse.h:
2973         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2974         * gst/subparse/mpl2parse.h:
2975           Add support for MPL2 subtitle format (#413799).
2976
2977 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2978
2979         * configure.ac:
2980           We require core CVS for the new buffer metadata copy functions.
2981
2982 2007-03-09  Wim Taymans  <wim@fluendo.com>
2983
2984         * gst-libs/gst/tag/gstid3tag.c:
2985         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2986         Fixes #414496.
2987
2988         Patch by: Alex Lancaster <alexl at users sourceforge net>
2989
2990 2007-03-09  Wim Taymans  <wim@fluendo.com>
2991
2992         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2993         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2994         Improve adapter usage and comments.
2995
2996 2007-03-09  Wim Taymans  <wim@fluendo.com>
2997
2998         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2999         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3000         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3001         Use new metadata copy function.
3002
3003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3004         (gst_ffmpegcsp_transform):
3005         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3006         Basetransform copied the metadata for us.
3007
3008 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3009
3010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3011         (gst_text_overlay_video_event):
3012           Some more logging. Only accept newsegment events in TIME format and
3013           send a WARNING message if they are not in TIME format.
3014
3015         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3016         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3017         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3018         * gst/subparse/gstsubparse.h:
3019           No need to allocate GstSegment structure dynamically, just put it
3020           into the instance structure; ignore newsegment events in BYTE
3021           format and in particular don't let it overwrite our saved TIME
3022           segment from the last seek.
3023
3024 2007-03-09  Michael Smith  <msmith@fluendo.com>
3025
3026         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3027           Replace AC3 typefinder with one that isn't terrible, and actually
3028           works usefully.
3029
3030 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3031
3032         * gst/audioconvert/gstaudioconvert.c:
3033         (gst_audio_convert_transform):
3034           fix error category and translatable string
3035           
3036
3037 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3038
3039         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3040         * pkgconfig/gstreamer-plugins-base.pc.in:
3041           Fix up utils => pbutils here too.
3042
3043 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3044
3045         * gst/subparse/gstsubparse.c: (handle_buffer):
3046           Break out of loop in chain function as soon as possible if we get
3047           a non-OK flow return.
3048
3049 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3050
3051         * tests/check/elements/alsa.c: (GST_START_TEST):
3052         Unref the mixer if the state change fails too (if the
3053         alsa devices are inaccessible, for example)
3054
3055 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3056
3057         * tests/check/Makefile.am:
3058         Don't test libvisual elements in the states check, because libvisual
3059         seems to leak internally.
3060
3061         Re-enable the alsa and states tests now that there's new suppressions
3062         in gst.supp.
3063
3064         * tests/check/elements/alsa.c: (GST_START_TEST):
3065         Don't leak the alsamixer we instantiated.
3066
3067 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3068
3069         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3070         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3071         (gst_ximagesink_finalize):
3072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3073         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3074         Move some cleanup stuff from the state change handler into a _reset()
3075         function that can be called from _finalize(). This ensures that things
3076         get freed even if (for some reason) the NULL->READY state transition
3077         fails in the parent class.
3078         Even if a parent state change fails, process our downward state change
3079         logic instead of bailing out early.
3080         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3081
3082 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3083
3084         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3085         Extra log line.
3086
3087         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3088         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3089         Use pango_font_description_set_family_static instead of 
3090         pango_font_description_set_family to save a string copy (it was
3091         leaking due to the strdup anyway)
3092
3093         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3094         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3095         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3096         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3097         Chain up in finalize.
3098
3099 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3100
3101         * gst-libs/gst/interfaces/mixertrack.c:
3102         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3103         (gst_mixer_track_set_property):
3104           API: add "untranslated-label" property which should be set by
3105           implementations at construct time (#414645).
3106
3107         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3108         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3109           Set "untranslated-label" when constructing mixer track objects.
3110
3111         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3112           Unit test to check the above.
3113
3114 2007-03-07  Wim Taymans  <wim@fluendo.com>
3115
3116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3117         Fix confusing debug message.
3118
3119 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3120
3121         * gst-plugins-base.doap:
3122         update doap file with new version
3123
3124 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3125
3126         * configure.ac:
3127         Back to CVS
3128
3129 === release 0.10.12 ===
3130
3131 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3132
3133         * configure.ac:
3134           releasing 0.10.12, "Zombie Horde"
3135
3136 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3137
3138         * configure.ac:
3139         Bump version to 0.10.11.4 pre-release
3140
3141 2007-03-06  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst-libs/gst/audio/gstbaseaudiosink.c:
3144         (gst_base_audio_sink_async_play):
3145         Fix regression that made GStreamer skip the first samples of audio.
3146         Fixes #414684.
3147
3148 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3149
3150         * configure.ac:
3151         Bump version to 0.10.11.3 pre-release
3152
3153 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3154
3155         * po/POTFILES.in:
3156           Update paths for the rename from utils to pbutils to fix the build.
3157
3158 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3159
3160         * gst-libs/gst/pbutils/Makefile.am:
3161           Change directory to install headers in from gst/utils to gst/pbutils
3162           as well.
3163
3164 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3165
3166         * configure.ac:
3167         * docs/libs/gst-plugins-base-libs-docs.sgml:
3168         * docs/libs/gst-plugins-base-libs-sections.txt:
3169         * gst-libs/gst/Makefile.am:
3170         * gst-libs/gst/interfaces/mixer.c:
3171         * gst-libs/gst/pbutils/Makefile.am:
3172         * gst-libs/gst/pbutils/descriptions.c:
3173         (gst_pb_utils_get_source_description),
3174         (gst_pb_utils_get_sink_description),
3175         (gst_pb_utils_get_decoder_description),
3176         (gst_pb_utils_get_encoder_description),
3177         (gst_pb_utils_get_element_description),
3178         (gst_pb_utils_add_codec_description_to_tag_list),
3179         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3180         * gst-libs/gst/pbutils/descriptions.h:
3181         * gst-libs/gst/pbutils/install-plugins.c:
3182         * gst-libs/gst/pbutils/install-plugins.h:
3183         * gst-libs/gst/pbutils/missing-plugins.c:
3184         (gst_missing_uri_source_message_new),
3185         (gst_missing_uri_sink_message_new),
3186         (gst_missing_element_message_new),
3187         (gst_missing_decoder_message_new),
3188         (gst_missing_encoder_message_new),
3189         (gst_missing_plugin_message_get_description):
3190         * gst-libs/gst/pbutils/missing-plugins.h:
3191         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3192         * gst-libs/gst/pbutils/pbutils.h:
3193         * gst-libs/gst/utils/Makefile.am:
3194         * gst-libs/gst/utils/base-utils.c:
3195         * gst-libs/gst/utils/base-utils.h:
3196         * gst-libs/gst/utils/descriptions.c:
3197         * gst-libs/gst/utils/descriptions.h:
3198         * gst-libs/gst/utils/install-plugins.c:
3199         * gst-libs/gst/utils/install-plugins.h:
3200         * gst-libs/gst/utils/missing-plugins.c:
3201         * gst-libs/gst/utils/missing-plugins.h:
3202         * gst-plugins-base.spec.in:
3203         * gst/playback/Makefile.am:
3204         * gst/playback/gstdecodebin.c:
3205         * gst/playback/gstdecodebin2.c:
3206         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3207         (gen_source_element):
3208         * gst/playback/gstplaybin.c: (plugin_init):
3209         * tests/check/Makefile.am:
3210         * tests/check/libs/pbutils.c: (GST_START_TEST),
3211         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3212         * tests/check/libs/utils.c:
3213           rename utils to pbutils
3214
3215 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3216
3217         * docs/plugins/Makefile.am:
3218         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3219         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3220         * docs/plugins/inspect/plugin-decodebin2.xml:
3221         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3222         Add documentation for decodebin2 that indicates that the API
3223         is still unstable.
3224
3225 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3226
3227         * configure.ac:
3228         Update to 0.10.11.2 (0.10.12 pre-release)
3229
3230 2007-03-01  Wim Taymans  <wim@fluendo.com>
3231
3232         * gst-libs/gst/audio/gstbaseaudiosink.c:
3233         (gst_base_audio_sink_async_play):
3234         base time is irrelevant here.
3235
3236 2007-03-01  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3239         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3240         Improve debugging.
3241
3242         * gst-libs/gst/audio/gstbaseaudiosink.c:
3243         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3244         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3245         Improve latency and clock slaving calculations.
3246         Improve slave clock calibration.
3247
3248         * gst-libs/gst/audio/gstringbuffer.c:
3249         (gst_ring_buffer_commit_full):
3250         When we are asked to render N sample to 0 bytes, return N.
3251
3252 2007-03-01  Wim Taymans  <wim@fluendo.com>
3253
3254         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3255         (gst_alsasink_write), (gst_alsasink_reset):
3256         * ext/alsa/gstalsasink.h:
3257         Remove unused dispose function.
3258         Rename lock to not interfere with alsasrc lock.
3259
3260         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3261         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3262         (gst_alsasrc_read), (gst_alsasrc_reset):
3263         * ext/alsa/gstalsasrc.h:
3264         Implement finalize function.
3265         Use lock to protect alsa access.
3266         Implement _reset.
3267         Fine tune sw params.
3268
3269 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3270
3271         * configure.ac:
3272           Convert to new AG_GST style.
3273
3274 2007-02-28  Wim Taymans  <wim@fluendo.com>
3275
3276         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3277
3278         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3279         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3280         Fix race condition when rapidly switching visualisations in playbin.
3281         Fixes #401029.
3282
3283 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3284
3285         * tests/check/Makefile.am:
3286         Include local stuff before system installed things in LDFLAGS and
3287         CFLAGS.
3288
3289 2007-02-28  Wim Taymans  <wim@fluendo.com>
3290
3291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3292         Improve debugging.
3293
3294 2007-02-28  Wim Taymans  <wim@fluendo.com>
3295
3296         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3297         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3298         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3299         Fix duration and timestamping, taking latency into account.
3300         Implement latency query.
3301
3302 2007-02-28  Wim Taymans  <wim@fluendo.com>
3303
3304         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3305         (gst_audio_clock_new):
3306         Fix clock name.
3307
3308         * gst-libs/gst/audio/gstbaseaudiosink.c:
3309         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3310         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3311         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3312         (gst_base_audio_src_create):
3313         Improve latency query code.
3314         Use proper clock names.
3315
3316 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3317
3318         * tests/check/generic/states.c: (GST_START_TEST):
3319           Copy the states.c test from core again
3320         * tests/check/Makefile.am:
3321           ignore cdio and cdparanoiasrc
3322
3323 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3324
3325         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3326         (double_hq), (audio_convert_get_func_index), (check_default),
3327         (audio_convert_prepare_context), (audio_convert_convert):
3328           Also make valgrind happy and avoid copying data in some cases.
3329
3330 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3331
3332         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3333         (double_hq), (audio_convert_get_func_index),
3334         (audio_convert_prepare_context), (audio_convert_convert):
3335         * gst/audioconvert/gstaudioconvert.c:
3336         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3337         (gst_audio_convert_transform_caps):
3338         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3339         (audioconvert_suite):
3340           Don't run inplace if that overwrites source data as we go. Add more
3341           tests. Fixes #339837 even more.
3342
3343 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3344
3345         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3346         (msg_segment_done): Fix various seeking bugs (Slider was not
3347         updating when doing a non flushing seek, Reverse playback 
3348         on segment seek was wrong).
3349
3350 2007-02-26  Wim Taymans  <wim@fluendo.com>
3351
3352         * tests/examples/seek/seek.c: (stop_seek):
3353         When we stop scrubbing, don't leave the pipeline PLAYING when we
3354         requested a PAUSED state.
3355
3356 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         Patch by: René Stadler <mail at renestadler de>
3359
3360         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3361           Parse date strings in vorbis comments that have an invalid (zero)
3362           month or day (#410396).
3363
3364         * tests/check/libs/tag.c: (GST_START_TEST):
3365           Test case for the above.
3366
3367 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3368
3369         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3370
3371         * configure.ac:
3372         * ext/alsa/Makefile.am:
3373         * gst/audiotestsrc/Makefile.am:
3374           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3375
3376 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * gst/playback/gstplaybin.c:
3379           Improve docs: point out that the application needs to assist playbin
3380           with buffering.
3381
3382 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * gst-libs/gst/utils/install-plugins.c:
3385         * gst-libs/gst/utils/missing-plugins.c:
3386         * tests/check/libs/utils.c: (missing_msg_check_getters):
3387           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3388           to just 'gstreamer'. Document the caps string component of the
3389           decoder/encoder detail a bit better, since not everyone will be
3390           familiar with the GStreamer media type/caps system (but they better
3391           enjoy nested itemized lists).
3392
3393 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3394
3395         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3396         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3397           Fix copying of GstNetBuffer (would crash before, or at least lead to
3398           invalid memory access, #410772), for now by copying the GstBuffer copy
3399           code from the core over here so we can copy the GstBuffer fields on a
3400           provided buffer instance (of type GstNetBuffer in this case). Would be
3401           better to fix this with some support by the core though (and in the long
3402           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3403
3404         * tests/check/Makefile.am:
3405           Enable unit test for GstNetBuffer.
3406
3407 2007-02-22  Andy Wingo  <wingo@pobox.com>
3408
3409         * gst-libs/gst/audio/gstbaseaudiosink.c
3410         (gst_base_audio_sink_init): Disable pull-mode activation until we
3411         figure out how to make audio sinks go to PLAYING.
3412
3413 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3414
3415         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3416         (double_hq), (audio_convert_get_func_index),
3417         (audio_convert_prepare_context), (audio_convert_convert):
3418         * gst/audioconvert/audioconvert.h:
3419         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3420         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3421         * gst/audioconvert/gstchannelmix.h:
3422         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3423           Add float as an intermediate format, as well as float mixing. Enable
3424           test that was failing before. Fixes #339837
3425
3426 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3427
3428         * tests/examples/seek/seek.c: (do_seek):
3429         Undo the previous commit: -1 as a stop time implies that the stop
3430         time is the end of file, clearing any previously configured segment.
3431
3432 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3433
3434         * tests/examples/seek/seek.c: (do_seek):
3435         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3436
3437 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3438
3439         * gst/volume/gstvolume.c: (volume_process_int16),
3440         (volume_process_int16_clamp), (volume_set_caps):
3441           Unbreak volume, value remains gint.
3442
3443 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3444
3445         * gst/volume/gstvolume.c: (volume_choose_func),
3446         (volume_update_real_volume), (gst_volume_set_volume),
3447         (gst_volume_init), (volume_process_double), (volume_process_float),
3448         (volume_process_int16), (volume_process_int16_clamp),
3449         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3450         * gst/volume/gstvolume.h:
3451           Extend float audio support (double) and some int->uint cleanups.
3452
3453 2007-02-20  Edward Hervey  <edward@fluendo.com>
3454
3455         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3456         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3457         (sort_end_pads), (gst_decode_group_expose),
3458         (gst_decode_group_hide):
3459         Don't free groups from the streaming threads. Just put them aside and
3460         free them in dispose.
3461
3462 2007-02-20  Edward Hervey  <edward@fluendo.com>
3463
3464         * gst/playback/gstdecodebin2.c: (connect_element),
3465         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3466         (sort_end_pads), (gst_decode_group_expose):
3467         Handle dynamic pads within groups.
3468         Sort pads before exposing them in order to make playbin happy.
3469         There still is a race with the multiqueue filling up. This should be
3470         solved separately.
3471         Fixes #398721
3472
3473 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         * gst-libs/gst/utils/base-utils.c:
3476         * gst-libs/gst/utils/descriptions.c:
3477         * gst-libs/gst/utils/install-plugins.c:
3478         * gst-libs/gst/utils/missing-plugins.c:
3479           Some more docs (and descriptions for two subtitle formats).
3480
3481 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst-libs/gst/audio/audio.c:
3484           Fix documentation.
3485
3486 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         Patch by: Yves Lefebvre  <ivanohe abacom com>
3489
3490         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3491           Don't leak caps. Fixes #408278.
3492
3493 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3494
3495         * ext/cdparanoia/gstcdparanoiasrc.h:
3496         * ext/ogg/gstoggdemux.h:
3497         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3498         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3499         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3500         * gst-libs/gst/audio/audio.h:
3501         * gst-libs/gst/audio/gstaudiofilter.h:
3502         * gst-libs/gst/interfaces/videoorientation.h:
3503         * gst/adder/gstadder.h:
3504           More docs coverage and some ChangeLog surgery (add missing names)
3505
3506 2007-02-15  Wim Taymans  <wim@fluendo.com>
3507
3508         * sys/ximage/ximagesink.c:
3509         (gst_ximagesink_calculate_pixel_aspect_ratio):
3510         * sys/xvimage/xvimagesink.c:
3511         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3512         Small constifications.
3513
3514 2007-02-15  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst-libs/gst/audio/gstbaseaudiosink.c:
3517         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3518         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3519         (gst_base_audio_sink_async_play),
3520         (gst_base_audio_sink_change_state):
3521         Answer latency query.
3522         Use configured latency when syncing.
3523         Fix clock slaving.
3524
3525         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3526         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3527         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3528         Fix possible memleak.
3529         Implement latency query.
3530         Small cleanups.
3531
3532 2007-02-15  Wim Taymans  <wim@fluendo.com>
3533
3534         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3535         Ignore errors in reset, these are not fatal. They also grab the element
3536         lock which is already taking when this function is called. Fixes
3537         #405451.
3538
3539 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * configure.ac:
3542           Remove 'tests/examples/xerror/Makefile' from output files again.
3543
3544 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * configure.ac:
3547         * docs/plugins/Makefile.am:
3548           Also crossref against gst-plugins-base-libs.
3549
3550 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3551
3552         * configure.ac:
3553         * docs/libs/Makefile.am:
3554         * docs/plugins/Makefile.am:
3555           Add crossreferences to glib/gobject/gstream docs.
3556
3557         * gst-libs/gst/audio/audio.h:
3558           Source formatting.
3559
3560         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3561           Add own debug category.
3562
3563 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         Patch by: René Stadler <mail at renestadler de>
3566
3567         * gst-libs/gst/tag/gstvorbistag.c:
3568           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3569           (#403597).
3570
3571 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * gst/playback/gstplaybasebin.c: (setup_source):
3574           When we have external subtitles and wait for the subtitle decodebin
3575           to get up and running, we set up a (sync) bus handler for the
3576           subtitle decodebin, so we can stop waiting when it posts an error
3577           message. However, we should do that before we set the subtitle
3578           decodebin's state to playing, otherwise things are racy and we might
3579           miss error messages posted before we had a chance to set up the bus.
3580           This should finally fix totem hanging on .txt pseudo-subtitle files.
3581           
3582 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3583
3584         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3585           Use gst_gdouble_to_guint64 for conversions.
3586         * win32/common/config.h.in:
3587           Add a define for GST_INSTALL_PLUGINS_HELPER
3588         * win32/common/libgstaudio.def:
3589         * win32/common/libgstcdda.def:
3590         * win32/common/libgstnetbuffer.def:
3591         * win32/common/libgstrtp.def:
3592         * win32/common/libgutils.def:
3593           Add new exported functions.
3594         * win32/vs6/gst_plugins_base.dsw:
3595         * win32/vs6/libgstdecodebin.dsp:
3596         * win32/vs6/libgstnetbuffer.dsp:
3597         * win32/vs6/libgstplaybin.dsp:
3598         * win32/vs6/libgstrtp.dsp:
3599         * win32/vs6/libgstvorbis.dsp:
3600         * win32/vs6/libgstcdda.dsp:
3601         * win32/vs6/libgstgdp.dsp:
3602         * win32/vs6/libgstutils.dsp:
3603           Update and add new project files.
3604
3605 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3608         (subrip_remove_unhandled_tags), (parse_subrip):
3609           For SubRip (.srt) subtitles, ignore all markup tags we don't
3610           handle (like font tags, for example).
3611
3612         * tests/check/elements/subparse.c:
3613           Add test for this.
3614
3615 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3616
3617         * gst/playback/gstdecodebin.c: (add_fakesink),
3618         (gst_decode_bin_change_state):
3619         * gst/playback/gstdecodebin2.c: (add_fakesink),
3620         (gst_decode_bin_change_state):
3621           Don't error out if there is no fakesink in the NULL to READY state
3622           change, since when decodebin is re-used, we're only adding the
3623           fakesink element in READY to PAUSED.
3624
3625         * tests/check/elements/decodebin.c:
3626         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3627         (decodebin_suite):
3628           Minimal unit test to make sure we can use the same decodebin
3629           instance twice (at least with audiotestsrc input).
3630
3631 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3634           Try to get devic-name from device string first, and from handle only
3635           as fallback (seems to yield better results and is more robust
3636           against buggy probing code on the application side).
3637
3638 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3641
3642         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3643         (gst_alsa_find_device_name):
3644         * ext/alsa/gstalsa.h:
3645         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3646         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3647           Improve device-name detection a bit, especially in the case where
3648           the device is not actually open (#405020, #405024). Move common code
3649           into gstalsa.c instead of duplicating it.
3650
3651 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * gst/audioconvert/gstaudioconvert.c:
3654           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3655
3656 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3657
3658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3659         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3660         (gst_xvimagesink_interface_supported),
3661         (gst_xvimagesink_probe_get_properties),
3662         (gst_xvimagesink_probe_probe_property),
3663         (gst_xvimagesink_probe_needs_probe),
3664         (gst_xvimagesink_probe_get_values),
3665         (gst_xvimagesink_property_probe_interface_init),
3666         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3667         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3668         (gst_xvimagesink_get_type):
3669         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3670         for XVAdaptors so that one can choose the adaptor to use with 
3671         gstreamer-properties.
3672
3673 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3674
3675         * gst/audioconvert/gstaudioconvert.c:
3676           Also mention that a conversion from double to float is suboptimal still.
3677
3678 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3679
3680         * gst-libs/gst/audio/gstaudiofilter.c:
3681         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3682           Clear our formats structure and free the caps contained in it when
3683           shutting down.
3684
3685 2007-02-05  Andy Wingo  <wingo@pobox.com>
3686
3687         * gst-libs/gst/audio/gstbaseaudiosink.c
3688         (gst_base_audio_sink_callback): Update basesink->offset so that we
3689         pull monotonically increasing offsets instead of, um, seeking back
3690         to 0 each time. Fixes alsasrc ! alsasink!
3691
3692 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst/videoscale/gstvideoscale.c:
3695           A width and height of 1 makes us crash, so increase minimum size to
3696           2x2 pixels until someone feels like fixing this (#404512).
3697
3698 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3699
3700         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3701           Add small test to make sure request pads are cleaned up properly
3702           even if oggmux never changes state out of NULL.
3703
3704 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         * tests/check/libs/utils.c: (GST_START_TEST):
3707           Fix unit test. Turns out things work much better when you
3708           NULL-terminate string arrays. Should make p5 build bot happy again.
3709
3710 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3711
3712         * gst-libs/gst/audio/Makefile.am:
3713         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3714         (gst_audio_filter_template_base_init),
3715         (gst_audio_filter_template_class_init),
3716         (gst_audio_filter_template_init),
3717         (gst_audio_filter_template_set_property),
3718         (gst_audio_filter_template_get_property),
3719         (gst_audio_filter_template_setup),
3720         (gst_audio_filter_template_filter),
3721         (gst_audio_filter_template_filter_inplace), (plugin_init):
3722           Oops, forgot to commit fixed-up example.
3723
3724 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * docs/libs/gst-plugins-base-libs-sections.txt:
3727         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3728         (gst_audio_filter_class_init), (gst_audio_filter_init),
3729         (gst_audio_filter_set_caps),
3730         (gst_audio_filter_class_add_pad_templates):
3731         * gst-libs/gst/audio/gstaudiofilter.h:
3732           Port GstAudioFilter to 0.10. This change technically breaks
3733           API and ABI (and thus also every library developer's heart),
3734           but seems justifiable on the grounds that the base class was
3735           completely unusable before (ie. would crash immediately when
3736           actually used). Fixes #403963 (and eventually also #403572).
3737           Also document all of this a bit.
3738
3739 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741         * gst-libs/gst/utils/install-plugins.c:
3742         (gst_install_plugins_spawn_child):
3743         * tests/check/libs/utils.c:
3744         (test_base_utils_install_plugins_do_callout):
3745           Lowering log level to see why things fail on the p5 build bot;
3746           fix some typos in unit test messages.
3747
3748 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * tests/check/libs/utils.c:
3751         (test_base_utils_install_plugins_do_callout):
3752           Don't hard-code temp directory for test helper; use GLib functions
3753           to write out file and do error checking etc.
3754
3755 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst-libs/gst/utils/Makefile.am:
3758         * gst-libs/gst/utils/base-utils.h:
3759         * gst-libs/gst/utils/install-plugins.c:
3760         (gst_install_plugins_context_set_xid),
3761         (gst_install_plugins_context_new),
3762         (gst_install_plugins_context_free),
3763         (gst_install_plugins_get_helper),
3764         (gst_install_plugins_spawn_child),
3765         (gst_install_plugins_return_from_status),
3766         (gst_install_plugins_installer_exited),
3767         (gst_install_plugins_async), (gst_install_plugins_sync),
3768         (gst_install_plugins_return_get_name),
3769         (gst_install_plugins_installation_in_progress):
3770         * gst-libs/gst/utils/install-plugins.h:
3771           API: add API for applications to initiate installation of missing
3772           plugins, ie. gst_install_plugins_async() primarily.
3773           Based on libgimme-codec by Ryan Lortie.
3774
3775         * configure.ac:
3776           Add --with-install-plugins-helper configure option so distros can specify
3777           the path of the helper script or program to call when plugin installation
3778           is requested (distros: please do any argument munging in this helper
3779           script instead of patching GStreamer to pass arguments differently
3780           to another program directly).
3781
3782         * docs/libs/gst-plugins-base-libs-docs.sgml:
3783         * docs/libs/gst-plugins-base-libs-sections.txt:
3784           Build and document new API.
3785
3786         * tests/check/libs/utils.c: (result_cb),
3787         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3788         (libgstbaseutils_suite):
3789           Some simple checks for the new API.
3790
3791 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * tests/check/elements/audioconvert.c: (test_float_conversion):
3794           Add small test for 32bit float <=> 64bit float conversion (works
3795           only one way so far, 32=>64 produces structured noise).
3796
3797 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * gst/audioconvert/gstaudioconvert.c:
3800         (set_structure_widths_32_and_64), (make_lossless_changes):
3801           We don't support floats with a width of 40, 48 or 56 bits.
3802
3803 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3804
3805         * gst/audioconvert/audioconvert.c: (float), (double),
3806         (audio_convert_get_func_index):
3807         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3808         (make_lossless_changes):
3809           Support for 64-bit float audio in audioconvert (#339837)
3810
3811 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3812
3813         Patch by: Holger Wansing  <linux wansing-online de>
3814
3815         * po/LINGUAS:
3816         * po/de.po:
3817           Add German translation (#352069).
3818
3819 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3820
3821         reviewed by: Wim Taymans <wim@fluendo.com>
3822
3823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3824         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3825         Use newly added GstCollectPads API to free the allocated resources in
3826         the GstOggPad structures (#402393).
3827
3828 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3829
3830         * gst/playback/gstplaybin.c: (gen_vis_element):
3831           Add audioresample+audioconvert in front of the visualisation
3832           element, so that elements like libvisual 0.4 that don't support all
3833           samplerates can work.
3834
3835           Fixes: #402505
3836
3837 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3840         (gst_play_base_bin_get_streaminfo_value_array):
3841           Take some locks and make a copy of the streaminfo value array we
3842           maintain while holding the lock, so that the application can
3843           retrieve the stream-info as a value array in a thread-safe way.
3844
3845 2007-01-30  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/audioconvert/gstaudioconvert.c:
3848         Don't fail on 0 sized buffers. Fixes #396835.
3849
3850 2007-01-29  David Schleef  <ds@schleef.org>
3851
3852         * gst/typefind/gsttypefindfunctions.c:
3853           Detect BBCD as video/x-dirac, so we can play raw dirac
3854           streams.
3855
3856 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * ext/theora/theoraenc.c: (theora_enc_chain):
3859           Check return value of theora_encode_header(), or we might try to
3860           allocate a random number of bytes. theora_encode_header() can fail
3861           if libtheora has been compiled with encoding support disabled.
3862           Fixes #398110.
3863
3864 2007-01-29  Wim Taymans  <wim@fluendo.com>
3865
3866         * tests/check/gst/.cvsignore:
3867         Do as buildbot says.
3868
3869 2007-01-29  Wim Taymans  <wim@fluendo.com>
3870
3871         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3872         Fix strides in libvisual. Gst uses X strides.
3873         Inspired by: <ed at catmur dot co dot uk> and 
3874         <tim at centricular dot net>
3875         Fixes #401118.
3876
3877 2007-01-27  Wim Taymans  <wim@fluendo.com>
3878
3879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3880         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3881         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3882         (gst_ogg_demux_perform_seek),
3883         (gst_ogg_demux_bisect_forward_serialno),
3884         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3885         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3886         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3887         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3888         * ext/ogg/gstoggdemux.h:
3889         Properly propagate streaming errors when we are scanning the file for
3890         chains so that we don't crash when shut down. Might fix some crashers
3891         when quickly switching oggs in RB such as #332503 and #378436.
3892
3893 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3896           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3897           error code as well.
3898
3899 2007-01-25  Wim Taymans  <wim@fluendo.com>
3900
3901         * gst/playback/gstplaybasebin.c: (remove_source):
3902         Don't try to disconnect a signal from a finalized object.
3903
3904 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3905
3906         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3907           Cast lock macro parameters to make sure we're actually accessing the
3908           lock member at the right class level. Free list itself in _dispose()
3909           as well and NULL it in case dispose gets called multiple times.
3910
3911 2007-01-25  Edward Hervey  <edward@fluendo.com>
3912
3913         * gst/playback/gstdecodebin2.c:
3914         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3915         Free GstDecodeGroups no longer used.
3916         (gst_decode_group_expose):
3917         Don't unlock too many times !
3918         (deactivate_free_recursive):
3919         Free iterator once we're done with it.
3920         Fix for recursively deactivating elements (stop at ghostpads).
3921
3922 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         * gst/playback/gstplaybin.c: (handoff):
3925           Fix up caps on the frame buffer before we save it and potentially
3926           make it accessible to other threads via g_object_get; also use
3927           gst_buffer_replace() instead of gst_mini_object_replace().
3928
3929 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3932           Make getting the current frame thread-safe.
3933
3934 2007-01-25  Edward Hervey  <edward@fluendo.com>
3935
3936         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3937         (gst_decode_group_new), (gst_decode_group_free):
3938         Set queues to bigger sizes to cope with HD contents.
3939         Fix some mutex freeing and add comment about MT safe methods.
3940
3941 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3942
3943         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3944         (gst_text_overlay_text_event):
3945           Don't unnecessarily ref (and then leak) upstream events if the text
3946           pad is not linked. Fixes #399948.
3947
3948         * tests/check/gst-plugins-base.supp:
3949           Add suppression for pango on edgy/x86 for textoverlay test.
3950
3951 2007-01-24  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst-libs/gst/rtp/gstrtpbuffer.h:
3954         Add some more fixed payloads.
3955
3956 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3959           Error out properly if we get an error from libogg while reading the
3960           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3961
3962 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3965           Don't leak mutex.
3966
3967         * tests/check/elements/playbin.c:
3968         (test_sink_usage_video_only_stream),
3969         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3970         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3971         (test_missing_suburisource_handler),
3972         (test_missing_primary_decoder), (playbin_suite):
3973           Run all tests once with decodebin and once with decodebin2.
3974           One test does not pass yet with decodebin2.
3975
3976 2007-01-23  Edward Hervey  <edward@fluendo.com>
3977
3978         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3979         Fix the cases where oggmux doesn't properly figure out that all
3980         sinkpads have gone EOS, and therefore doesn't push out the remaining
3981         buffers and the final EOS event.
3982         Fixes #363379
3983
3984 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3985
3986         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3988         Don't lock on navigation event push, just on keysym to string.
3989         Fixes #397673 again.
3990
3991 2007-01-22  Edward Hervey  <edward@fluendo.com>
3992
3993         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3994         (get_current_group), (group_demuxer_event_probe),
3995         (gst_decode_group_expose), (deactivate_free_recursive),
3996         (gst_decode_group_free):
3997         Cleanups.
3998         Don't forget to emit 'no-more-pads' once a group is exposed.
3999         Cleanup elements from a DecodeGroup once we remove it.
4000         Protect call to gst_decode_group_expose() with the decodebin lock.
4001
4002 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4003
4004         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4006         Looking at Xorg code i can't figure out if that XKeysymToString
4007         function is thread sensible or not. Lock it just in case as
4008         recommended by Radek Doulik <rodo at ximian dot com>.
4009
4010 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4011
4012         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4014         Lock that X Call as well. Fixes #397673.
4015
4016 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4019           Don't go into an endless loop if the file starts with 00 00 01 2X,
4020           like quicktime redirect files might. Fixes #396042.
4021
4022         * tests/check/Makefile.am:
4023         * tests/check/gst/.cvsignore:
4024         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4025         (typefindfunctions_suite):
4026           Add unit test for the above.
4027
4028 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4031           On second thought, use "depth" field rather than "bpp" field.
4032
4033 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4034
4035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4036           Camtasia caps apparently need a bpp field (#398875).
4037
4038 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4041         (gen_source_element), (gst_play_base_bin_change_state):
4042           Attempt at a better error message in case we don't have the required
4043           URI handler installed; post missing-plugin message also when we're
4044           missing an URI handler for the subtitle URI; clean up properly also
4045           when an error occurs and we never made it to PAUSED state.
4046
4047         * tests/check/elements/playbin.c: (GST_START_TEST),
4048         (playbin_suite):
4049           Check that we're also getting a missing-plugin messsage for a
4050           missing subtitle URI handler (and clean up properly).
4051
4052 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4055           Plug a few reference leaks.
4056
4057 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4058
4059         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4060           Lower probability a bit if the marker isn't right at the start,
4061           to decrease the chance of false positives.
4062
4063 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4064
4065         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4066           Small mpeg2 system stream typefinding improvement: make typefinder
4067           probe a bit into the stream instead of just looking for a marker
4068           at the beginning. Fixes #397810.
4069
4070 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         * gst/audioconvert/gstchannelmix.c:
4073           Remove compatibility cruft for prehistoric GLib versions.
4074
4075 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4076
4077         * gst/playback/Makefile.am:
4078         * gst/playback/gstdecodebin.c: (close_pad_link):
4079         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4081         (gst_play_base_bin_handle_message_func), (unknown_type):
4082           Let decodebin be the element to post missing-plugin messages for
4083           missing decoders (rather than playbin); make playbin implement
4084           GstBin::handle_message so we can suppress missing-plugin messages
4085           for types we're not handling on purpose (don't want to bring up an
4086           installer in those cases).
4087
4088 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4091         * gst-libs/gst/tag/gstvorbistag.c:
4092         (gst_tag_list_to_vorbiscomment_buffer):
4093         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4094           Fix potentially unaligned access (#397207).
4095
4096 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4097
4098         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4099         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4100         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4101         (main):
4102           Allow to toggle looping while it plays. Fix callback prototype. Clean
4103           up code a bit more. Add copyright header.
4104
4105 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4106
4107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4108           Red and blue mask was swapped (spotted by Dan Williams).
4109
4110 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4111
4112         * gst-libs/gst/tag/gstid3tag.c:
4113         * gst-libs/gst/tag/gstvorbistag.c:
4114           Use new beats-per-minute tag from core.
4115
4116 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * po/POTFILES.in:
4119           Add new files with translatable strings, so they actually make it
4120           into the template file one day.
4121
4122 2007-01-12  Andy Wingo  <wingo@pobox.com>
4123
4124         * gst-libs/gst/audio/gstbaseaudiosink.c
4125         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4126         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4127         stuff, as the base class handles this now. Actually tell the ring
4128         buffer to start.
4129         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4130         How did this work before? Maybe I'm not as awesome a programmer as
4131         I think.
4132
4133         * gst-libs/gst/audio/gstbaseaudiosrc.c
4134         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4135         of a pad function.
4136
4137 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4140           Remove more fields so that the application can better blacklist
4141           formats that have been tried before.
4142
4143 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * gst-libs/gst/audio/mixerutils.h:
4146           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4147           used when compiling with c++ compilers as well.
4148
4149 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4150
4151         * gst/typefind/gsttypefindfunctions.c:
4152           Fix comment.
4153
4154 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * gst/playback/gstplaybin.c: (post_missing_element_message),
4157         (gen_video_element), (gen_text_element), (gen_audio_element),
4158         (gen_vis_element):
4159           Post missing-plugin messages also when we error out because
4160           converters, textoverlay or auto*sinks are missing (#161922).
4161
4162 2007-01-10  Wim Taymans  <wim@fluendo.com>
4163
4164         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4165         (is_demuxer_element), (new_caps):
4166         * gst/playback/gstplaybasebin.c: (source_new_pad):
4167         Fix the case where we try to ref a NULL element when we delay a link
4168         because of unfixed caps.
4169         Set the state of autoplugged decodebins to PAUSED.
4170         RTSP now works in playbin, we can remove it from the blacklist.
4171
4172 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4173
4174         * gst/playback/Makefile.am:
4175         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4176         (unknown_type), (setup_subtitle), (gen_source_element):
4177         * gst/playback/gstplaybin.c: (plugin_init):
4178           Post missing-plugin messages on the bus for missing sources and
4179           missing decoders/demuxers/depayloaders; fix error code used when
4180           we're missing an URI handler source; for media types that we are not
4181           handling on purpose at the moment, don't print "don't know how to
4182           handle xyz" messages to the terminal or post missing-plugin
4183           messages on the bus.
4184
4185         * tests/check/elements/playbin.c: (create_playbin),
4186         (GST_START_TEST), (gst_codec_src_uri_get_type),
4187         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4188         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4189         (gst_codec_src_init_type), (gst_codec_src_base_init),
4190         (gst_codec_src_create), (gst_codec_src_class_init),
4191         (gst_codec_src_init), (plugin_init), (playbin_suite):
4192           Add some tests for the missing-plugin stuff.
4193
4194 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         * configure.ac:
4197         * gst-libs/gst/Makefile.am:
4198         * gst-libs/gst/utils/Makefile.am:
4199         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4200         * gst-libs/gst/utils/base-utils.h:
4201         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4202         (find_format_info), (caps_are_rtp_caps),
4203         (gst_base_utils_get_source_description),
4204         (gst_base_utils_get_sink_description),
4205         (gst_base_utils_get_decoder_description),
4206         (gst_base_utils_get_encoder_description),
4207         (gst_base_utils_get_element_description),
4208         (gst_base_utils_add_codec_description_to_tag_list),
4209         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4210         * gst-libs/gst/utils/descriptions.h:
4211         * gst-libs/gst/utils/missing-plugins.c:
4212         (missing_structure_get_type), (copy_and_clean_caps),
4213         (gst_missing_uri_source_message_new),
4214         (gst_missing_uri_sink_message_new),
4215         (gst_missing_element_message_new),
4216         (gst_missing_decoder_message_new),
4217         (gst_missing_encoder_message_new),
4218         (missing_structure_get_string_detail),
4219         (missing_structure_get_caps_detail),
4220         (gst_missing_plugin_message_get_installer_detail),
4221         (gst_missing_plugin_message_get_description),
4222         (gst_is_missing_plugin_message):
4223         * gst-libs/gst/utils/missing-plugins.h:
4224           API: add new libgstbaseutils library with functions
4225           - to create and parse missing-plugins messages
4226           - that provide (translated) descriptions for caps/decoders/sources/etc.
4227           Closes #392393.
4228
4229         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4230         * pkgconfig/gstreamer-plugins-base.pc.in:
4231           Add new lib.
4232
4233         * docs/libs/gst-plugins-base-libs-docs.sgml:
4234         * docs/libs/gst-plugins-base-libs-sections.txt:
4235           Generate docs for new lib and API.
4236
4237         * tests/check/Makefile.am:
4238         * tests/check/libs/.cvsignore:
4239         * tests/check/libs/utils.c: (missing_msg_check_getters),
4240         (GST_START_TEST), (libgstbaseutils_suite):
4241           Add some basic unit tests.
4242
4243 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * ext/ogg/Makefile.am:
4246           Dist gstoggdemux.h to fix 'make distcheck'.
4247
4248         * sys/v4l/Makefile.am:
4249           Fix 'make distcheck' even more.
4250
4251 2007-01-09  Wim Taymans  <wim@fluendo.com>
4252
4253         * docs/plugins/Makefile.am:
4254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4256         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4257         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4258         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4259         (gst_ogg_demux_perform_seek):
4260         * ext/ogg/gstoggdemux.h:
4261         Added docs.
4262         Add some more comments.
4263         Small cleanups.
4264
4265 2007-01-09  Wim Taymans  <wim@fluendo.com>
4266
4267         * ext/theora/theoradec.c:
4268         * ext/vorbis/vorbisdec.c:
4269         * gst-libs/gst/audio/gstringbuffer.c:
4270         (gst_ring_buffer_commit_full):
4271         * gst-libs/gst/audio/gstringbuffer.h:
4272         * gst-libs/gst/rtp/gstrtpbuffer.c:
4273         * gst-libs/gst/tag/gstvorbistag.c:
4274         Small documentation updates/fixes
4275
4276 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * configure.ac:
4279           Require core CVS HEAD for Andy's basesrc/sink API additions.
4280
4281 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4282
4283         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4284
4285         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4286         (plugin_init):
4287           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4288           on flac.sf.net (there appear to be other versions of the first
4289           ogg page in the wild) (#391365).
4290
4291 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * configure.ac:
4294           Check if localtime_r() is available.
4295
4296         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4297           If localtime_r() is not available, fall back to localtime(). Should
4298           fix build on MingW (#393310).
4299
4300 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4303         * gst/subparse/gstsubparse.h:
4304           Remove spurious 1000 subtrahend when calculating the timestamp from
4305           the frame number and the frame rate . Also, use the frames/second
4306           value specified in the first line of the file, if one is specified
4307           there. Should fix #357503.
4308
4309         * tests/check/elements/subparse.c: (do_test),
4310         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4311         (subparse_suite):
4312           Add some basic unit tests for the microdvd subtitle format.
4313
4314 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4315
4316         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4317
4318         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4319         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4320         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4321         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4322         (gst_xvimagesink_set_xwindow_id),
4323         (gst_xvimagesink_set_event_handling),
4324         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4325         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4326         Fixes: #390076.
4327         Add an adaptor property to select a specific XV adaptor.
4328         * sys/xvimage/xvimagesink.h:
4329
4330 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4331
4332         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4333         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4334         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4335         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4336         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4337         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4338         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4339         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4340         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4341         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4342         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4343         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4344         Use flow_lock much more to protect every access to xwindow.
4345         Try to catch erros while creating images in case some drivers are
4346         just generating an XError when the requested image is too big.
4347         Should fix : #354698, #384008, #384060.
4348         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4349         Implement some stress testing of setting window xid.
4350
4351 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4352
4353         * win32/common/libgsaudio.def:
4354           Add new exported function.
4355         * win32/common/libgstogg.dsp:
4356           Add gstoggaviparse.c to the build.
4357         * win32/common/libgstvideoscale.dsp:
4358           Add vs_4tap.c to the build.
4359         * win32/common/libgstvorbis.dsp:
4360           Add vorbistag.c to the build.
4361         
4362 2007-01-06  Andy Wingo  <wingo@pobox.com>
4363
4364         * gst-libs/gst/audio/gstbaseaudiosink.c
4365         (gst_base_audio_sink_class_init)
4366         (gst_base_audio_sink_init): 
4367         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4368         to baseaudiosink, and tell basesink that we can work in pull mode.
4369         This way the ring buffer thread drives the pipeline directly, if
4370         pull mode is possible. There is some lingering nastiness regarding
4371         capsnego, however.
4372         (gst_base_audio_sink_callback): Implement the callback to pull
4373         data. This interface is a bit light, though -- it should get a
4374         GstFlowReturn return value at least.
4375
4376 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4379         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4380         * gst/playback/gstdecodebin2.c:
4381         (gst_decode_group_check_if_blocked):
4382           Printf format and missing argument fixes.
4383
4384 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4385
4386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4387         (gst_ogm_parse_change_state):
4388         Activate pads before adding them to the element.
4389
4390 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         * tests/examples/seek/scrubby.c: (main):
4393         * tests/examples/seek/seek.c: (main):
4394           Call g_thread_init() first thing in main() (see #391278).
4395
4396 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4397
4398         * tests/check/Makefile.am:
4399         * tests/check/libs/.cvsignore:
4400         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4401         (netbuffer_suite):
4402           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4403           for the time being, since it's broken, see #393099.
4404
4405 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4406
4407         * tests/check/Makefile.am:
4408           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4409
4410 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * configure.ac:
4413           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4414           so that GST_BASE_CFLAGS can go inbetween them, making sure
4415           we use uninstalled gst-libs headers
4416         * docs/libs/Makefile.am:
4417         * ext/alsa/Makefile.am:
4418         * ext/cdparanoia/Makefile.am:
4419         * ext/gnomevfs/Makefile.am:
4420         * ext/libvisual/Makefile.am:
4421         * ext/ogg/Makefile.am:
4422         * ext/theora/Makefile.am:
4423         * ext/vorbis/Makefile.am:
4424         * gst-libs/gst/audio/Makefile.am:
4425         * gst-libs/gst/cdda/Makefile.am:
4426         * gst-libs/gst/interfaces/Makefile.am:
4427         * gst-libs/gst/riff/Makefile.am:
4428         * gst-libs/gst/rtp/Makefile.am:
4429         * gst-libs/gst/tag/Makefile.am:
4430         * gst/adder/Makefile.am:
4431         * gst/audioconvert/Makefile.am:
4432         * gst/audiorate/Makefile.am:
4433         * gst/audioresample/Makefile.am:
4434         * gst/playback/Makefile.am:
4435         * gst/tcp/Makefile.am:
4436         * gst/videoscale/Makefile.am:
4437         * gst/volume/Makefile.am:
4438         * sys/ximage/Makefile.am:
4439         * sys/xvimage/Makefile.am:
4440         * tests/icles/Makefile.am:
4441           adapt
4442
4443 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4444
4445         * gst-libs/gst/interfaces/xoverlay.c:
4446         (gst_x_overlay_handle_events):
4447         * gst-libs/gst/interfaces/xoverlay.h:
4448         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4449         (gst_ximagesink_set_xwindow_id),
4450         (gst_ximagesink_set_event_handling),
4451         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4452         (gst_ximagesink_get_property), (gst_ximagesink_init),
4453         (gst_ximagesink_class_init):
4454         * sys/ximage/ximagesink.h:
4455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4456         (gst_xvimagesink_set_xwindow_id),
4457         (gst_xvimagesink_set_event_handling),
4458         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4459         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4460         (gst_xvimagesink_class_init):
4461         * sys/xvimage/xvimagesink.h:
4462         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4463         Add a method to the XOverlay interface to allow disabling of 
4464         event handling in x[v]imagesink elements. This will let X events
4465         propagate to parent windows which can be usefull in some cases.
4466         Be carefull that the application is then responsible of pushing
4467         navigation events and expose events to the video sink.
4468         Fixes: #387138.
4469
4470 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst-libs/gst/tag/gstvorbistag.c:
4473         * tests/check/libs/tag.c: (GST_START_TEST):
4474           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4475           (fixes #392070).
4476
4477 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4478
4479         * configure.ac:
4480         * docs/Makefile.am:
4481         * docs/design/Makefile.am:
4482           Dist design docs.
4483
4484 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4485
4486         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4487         typo. Fixes: #390063.
4488
4489 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4490
4491         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4493         caps leak.
4494         * win32/common/config.h: Updated.
4495
4496 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4497
4498         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4499         (setup_gdpdepay_streamheader):
4500         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4501         (setup_gdppay_streamheader):
4502           Fix the dp tests, but activating the pads for the streamheader tests
4503           too and cleaning up conditionaly
4504
4505 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4506
4507         * gst/ffmpegcolorspace/avcodec.h:
4508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4509         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4510         (gst_ffmpegcsp_avpicture_fill):
4511         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4512         (img_get_alpha_info):
4513         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4514         other end of the word. Fixes: #387073.
4515
4516         Add some inconsequential branch hints in a couple of places.
4517
4518 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4521         (gst_ffmpeg_caps_to_smpfmt):
4522           The "signed" field in raw audio caps is of boolean type, trying to
4523           extract the value with _get_int() will fail (fix to keep in sync with
4524           the copy in gst-ffmpeg)
4525
4526 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4527
4528         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4529         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4530         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4531         (cleanup_gdpdepay):
4532         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4533         * tests/check/elements/subparse.c: (teardown_subparse):
4534         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4535         * tests/check/elements/videorate.c: (cleanup_videorate):
4536         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4537         * tests/check/elements/volume.c: (cleanup_volume):
4538         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4539         (cleanup_vorbisdec):
4540         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4541         (cleanup_vorbistag):
4542           consistent pad (de)activation
4543
4544 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4547           Forgot to register the extensions.
4548
4549 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4550
4551         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4552         (plugin_init):
4553           Add typefinder for VIVO files (my christmas present to the 90s).
4554
4555 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * gst/playback/gstdecodebin.c: (type_found):
4558           Special-case the text/plain media type: we only want to recognise it
4559           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4560           parser, but not if the entire stream is of text/plain type. If the
4561           entire stream is text/plain, we should just error out.
4562
4563           This fixes playback of audio files with lyrics in totem. Totem can't
4564           distinguish between text files and subtitle files and passes any
4565           .txt file with the same basename as the main file to playbin as
4566           suburi, and playbin will then throw a 'subtitle found, but no video
4567           stream' error, which isn't entirely helpful. See #380342.
4568
4569           Also, with this change we'll show a slightly more correct error
4570           message in case totem passes a playlist file to us (although a
4571           custom error message wording instead of the default text would
4572           probably not be a bad idea either).
4573
4574           Same problem also needs to be fixed for playbin+decodebin2.
4575
4576         * tests/check/Makefile.am:
4577         * tests/check/elements/decodebin.c: (src_handoff_cb),
4578         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4579         (decodebin_suite):
4580           Add simple unit test for decodebin for the above.
4581
4582 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4585         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4586           Refuse to change state to READY when we failed to create any of the
4587           required elements in our instance init function.
4588
4589 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4590
4591         * docs/libs/gst-plugins-base-libs-sections.txt:
4592           Small docs fixes/updates.
4593
4594         * gst-libs/gst/video/gstvideosink.h:
4595           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4596           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4597           removed from the base sink API between 0.9.6 and 0.9.7).
4598           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4599           accessor macros, so we don't do a runtime GObject type check every
4600           time we use them.
4601
4602 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4603
4604         * Makefile.am:
4605         * gst-plugins-base.doap:
4606         * gst-plugins-base.spec.in:
4607           add doap file
4608
4609 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4610
4611         Patch by: Jens Granseuer <jensgr at gmx net>
4612
4613         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4614         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4615         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4616         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4618           Declare variables at the beginning of a block. Fixes #383195.
4619
4620 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4621
4622         * configure.ac:
4623         Bump version nano - back to CVS.
4624
4625
4626 === release 0.10.11 ===
4627
4628 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4629
4630         * configure.ac:
4631           releasing 0.10.11, "Dumb things"
4632
4633 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4634
4635         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4636         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4637         Handle the case where an element has multiple pads with 
4638         unfixed caps as well as still possibly producing more dynamic 
4639         pads by storing each case as a distinct entry in the dynamic list.
4640         Fixes #38223 again.
4641
4642 2006-12-04  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/playback/gstdecodebin.c: (close_pad_link):
4645         Fix #382223, add more dynamic caps handling.
4646
4647 2006-12-04  Wim Taymans  <wim@fluendo.com>
4648
4649         reviewed by: <delete if not using a buddy>
4650
4651         * gst-libs/gst/audio/gstringbuffer.h:
4652         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4653         (gst_netaddress_set_ip4_interface),
4654         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4655         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4656         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4657         (gst_netaddress_get_ttl):
4658         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4659         * gst/playback/gstdecodebin.c: (close_pad_link):
4660         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4661         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4662         * win32/common/config.h:
4663
4664 2006-12-01  Michael Smith  <msmith@fluendo.com>
4665
4666         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4667           Delete bad debug code.
4668           Fixes #381219
4669
4670 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4671
4672         * gst/videoscale/vs_4tap.c:
4673         * win32/MANIFEST:
4674         * win32/common/config.h:
4675         * win32/vs8/libgstvideoscale.vcproj:
4676         Fix compilation on win32 under VS8
4677         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4678         Partially fixes #381175
4679
4680 2006-11-30  Michael Smith  <msmith@fluendo.com>
4681
4682         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4683         (GST_START_TEST):
4684           It would be very bad if, after a discont buffer, we thought every
4685           single following buffer was also discont. So, add to the test to
4686           ensure that this isn't the case.
4687           
4688         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4689           ... it was the case. So fix it.
4690
4691 2006-11-28  Wim Taymans  <wim@fluendo.com>
4692
4693         * gst/playback/gstplaybasebin.c: (check_queue_event):
4694         Improve debug.
4695
4696         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4697         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4698         padtemplate caps. Refixes #357577.
4699
4700 2006-11-28  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/playback/gstplaybasebin.c: (check_queue_event),
4703         (queue_threshold_reached), (queue_out_of_data),
4704         (gen_preroll_element):
4705         Add event probe to see when EOS is in a queue and we can disable the
4706         underrun signals. Fixes #357577.
4707
4708 2006-11-28  Edward Hervey  <edward@fluendo.com>
4709
4710         * gst/playback/Makefile.am:
4711         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4712         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4713         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4714         (gst_decode_bin_init), (gst_decode_bin_dispose),
4715         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4716         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4717         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4718         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4719         (connect_element), (expose_pad), (type_found),
4720         (pad_added_group_cb), (pad_removed_group_cb),
4721         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4722         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4723         (are_raw_caps), (multi_queue_overrun_cb),
4724         (multi_queue_underrun_cb), (gst_decode_group_new),
4725         (get_current_group), (group_demuxer_event_probe),
4726         (gst_decode_group_control_demuxer_pad),
4727         (gst_decode_group_control_source_pad),
4728         (gst_decode_group_check_if_blocked),
4729         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4730         (gst_decode_group_hide), (gst_decode_group_free),
4731         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4732         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4733         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4734         (plugin_init):
4735         New decodebin2 element.
4736         Closes #370092
4737         * gst/playback/gstplay-marshal.list:
4738         Added marshallers for new signals in decodebin2
4739         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4740         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4741         is set.
4742
4743 2006-11-28  Wim Taymans  <wim@fluendo.com>
4744
4745         * gst/playback/gstplaybasebin.c: (setup_source),
4746         (gst_play_base_bin_change_state):
4747         Disable rtsp:// uris for the release, it's not good enough yet.
4748         Remove unused var.
4749
4750 2006-11-26  Wim Taymans  <wim@fluendo.com>
4751
4752         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4753         (theora_dec_push_forward), (theora_dec_push_reverse),
4754         (theora_handle_data_packet), (theora_dec_decode_buffer),
4755         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4756         (theora_dec_chain_forward), (theora_dec_chain):
4757         Implement reverse playback.
4758
4759         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4760         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4761         (vorbis_dec_chain_forward):
4762         Clear buffers used for reverse playback in _reset.
4763         No need to set the eos flag, we clip samples using the segment.
4764
4765 2006-11-24  Wim Taymans  <wim@fluendo.com>
4766
4767         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4768         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4769         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4770         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4771         Some cleanups.
4772         Handle continued pages in reverse mode.
4773
4774 2006-11-24  Wim Taymans  <wim@fluendo.com>
4775
4776         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4777         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4778         (vorbis_dec_flush_decode):
4779         Small cleanups.
4780         Don't try to add invalid timestamps.
4781         Clipping will unref the buffer.
4782
4783 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4784
4785         * gst/adder/gstadder.h:
4786         * gst/audiotestsrc/gstaudiotestsrc.h:
4787           remove obsolete _factory_init protos
4788
4789 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4790
4791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4792           Fix spacing in debug message.
4793
4794 2006-11-23  Wim Taymans  <wim@fluendo.com>
4795
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4797         (gst_ogg_demux_chain):
4798         Don't just ignore return values from _pad_push().
4799         Small debug improvements.
4800
4801 2006-11-23  Michael Smith  <msmith@fluendo.com>
4802
4803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4804           If our incoming buffer is marked as DISCONT, then increment the page
4805           number (so that the discontinuity is marked in the final ogg
4806           bitstream) and flush the previous page.
4807
4808 2006-11-22  Michael Smith  <msmith@fluendo.com>
4809
4810         * ext/theora/gsttheoraenc.h:
4811         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4812         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4813         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4814         (theora_enc_chain), (theora_enc_change_state):
4815           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4816
4817         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4818         (GST_START_TEST), (theoraenc_suite):
4819           Enable discontinuity test, fix it.
4820
4821 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4822
4823         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4824         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4825         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4826         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4827         (gst_text_overlay_change_state):
4828         * ext/pango/gsttextoverlay.h:
4829           Some textoverlay fixes: for one, in the video chain function,
4830           actually wait for a text buffer to come in if there is none at the
4831           moment and there should be one; also, deal more gracefully with
4832           incoming buffers that do not have a timestamp or duration; discard
4833           text buffer when not needed any longer. Fixes #341681.
4834
4835         * tests/check/Makefile.am:
4836         * tests/check/elements/.cvsignore:
4837         * tests/check/elements/textoverlay.c:
4838         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4839         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4840         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4841         (test_video_waits_for_text_send_text_newsegment_thread),
4842         (test_video_waits_for_text_shutdown_element),
4843         (test_render_continuity_push_video_buffers_thread),
4844         (textoverlay_suite):
4845           Add some unit tests for textoverlay.
4846
4847 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4850           Avoid integer underflow when the found probability for mp3 is
4851           smaller than the 'penalty' we subtract if there's not a clean
4852           mp3 header sync at offset 0.
4853
4854 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4855
4856         * docs/libs/gst-plugins-base-libs-sections.txt:
4857           Add some new symbols to the docs
4858
4859 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         * tests/check/Makefile.am:
4862         * tests/check/elements/ffmpegcolorspace.c:
4863         (ffmpegcolorspace_suite):
4864           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4865           (for now not for valgrinding though, since it takes too long).
4866
4867 2006-11-20  Wim Taymans  <wim@fluendo.com>
4868
4869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4870         (gst_ffmpeg_pixfmt_to_caps):
4871         Fix RGBA32 caps. Fixes #357038.
4872
4873 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         * gst-libs/gst/interfaces/mixertrack.h:
4876           Add FIXME so we can add some padding here in 0.11
4877
4878 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4879
4880         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4881           Fix GstBaseRTPAudioPayload structure so the whole GObject
4882           inheritance business actually works (parent class instance structure
4883           must always come first in the derived class instance structure).
4884
4885 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * gst/videotestsrc/Makefile.am:
4888         * tests/check/Makefile.am:
4889           Make sure our checks and the videotestsrc plugin link against the
4890           local uninstalled gst libs and not any installed gst libs that
4891           might happen to exist as well.
4892
4893         * tests/check/elements/adder.c: (message_received),
4894         (test_event_message_received), (test_play_twice_message_received):
4895         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4896           Fix compiler warnings when compiling against core with disabled
4897           debugging system.
4898
4899 2006-11-16  Michael Smith  <msmith@fluendo.com>
4900
4901         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4902         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4903           Fix audiorate, so that it accurately sets offsets and timestamps.
4904           Doesn't change the fundamental algorithmic decisions; so should be
4905           safe.
4906
4907         * tests/check/Makefile.am:
4908           Enable audiorate test now that it passes.
4909
4910 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4911
4912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4913           clear xv when going to NULL, remove // commented non-existant proto
4914
4915         * tests/examples/seek/seek.c: (main):
4916           add missing tooltip description for scrub and play_scrub
4917
4918 2006-11-14  David Schleef  <ds@schleef.org>
4919
4920         * configure.ac:
4921           Bump liboil requirement to 0.3.8.
4922         * gst-libs/gst/riff/riff-media.c:
4923           Add Dirac fourcc.
4924         * gst/videoscale/vs_image.h:
4925         * gst/videoscale/vs_scanline.h:
4926           Use liboil's stdint.h.
4927         * gst/videotestsrc/videotestsrc.c:
4928           Remove liboil related ifdef's, since they aren't needed now, and
4929           won't work with future versions.
4930
4931 2006-11-14  David Schleef  <ds@schleef.org>
4932
4933         * gst/videoscale/Makefile.am:
4934         * gst/videoscale/gstvideoscale.c:
4935         * gst/videoscale/gstvideoscale.h:
4936         * gst/videoscale/vs_4tap.c:
4937         * gst/videoscale/vs_4tap.h:
4938         * gst/videoscale/vs_image.c:
4939         * gst/videoscale/vs_image.h:
4940         * gst/videoscale/vs_scanline.c:
4941         * gst/videoscale/vs_scanline.h:
4942           Add a 4-tap image scaler.  Theoretically looks much prettier.
4943           The tap calculation could use some improvement.
4944
4945 2006-11-14  Wim Taymans  <wim@fluendo.com>
4946
4947         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4948
4949         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4950         (gst_riff_parse_strf_iavs):
4951         * gst/subparse/gstsubparse.c: (convert_encoding):
4952         * gst/tcp/gstmultifdsink.c:
4953         (gst_multi_fd_sink_handle_client_write):
4954         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4955         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4956         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4957         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4958         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4959         (gst_ximagesink_ximage_new):
4960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4961         Various gsize and gssize printf fixes. Fixes #372507.
4962
4963 2006-11-13  Wim Taymans  <wim@fluendo.com>
4964
4965         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4966         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4967         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4968         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4969         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4970         * ext/vorbis/vorbisdec.h:
4971         First stab at vorbis reverse playback.
4972
4973 2006-11-13  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst-libs/gst/audio/gstbaseaudiosink.c:
4976         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4977         * gst-libs/gst/audio/gstbaseaudiosink.h:
4978         Make the clock sync code more accurate wrt resampling and playback
4979         at different rates.
4980         
4981         * gst-libs/gst/audio/gstringbuffer.c:
4982         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4983         * gst-libs/gst/audio/gstringbuffer.h:
4984         Use better algorithm to interpolate sample rates. 
4985
4986 2006-11-13  Michael Smith  <msmith@fluendo.com>
4987
4988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4989           Improve a debug line slightly.
4990
4991         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4992           Call gst_riff_init() in plugin_init, to avoid getting errors from
4993           the debug system (unrelated changes to another plugin made this turn
4994           up; not sure why).
4995
4996 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4997
4998         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4999
5000         * win32/common/libgsttag.def:
5001           Add missing symbol (#366492).
5002
5003 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5006           Don't unref a NULL pad.
5007
5008 2006-11-09  Wim Taymans  <wim@fluendo.com>
5009
5010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5011         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5012         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5013         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5014         (gst_ogg_demux_loop):
5015         Implement first stab at reverse playback.
5016
5017 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5018
5019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5020         (gst_riff_create_video_template_caps):
5021           add h263/h264 variants to the caps, Fixes #363118
5022
5023 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5026         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5027           Use g_strerror instead of strerror so we get UTF-8.
5028
5029 2006-11-03  David Schleef  <ds@schleef.org>
5030
5031         * ext/ogg/gstoggdemux.c:
5032         * ext/ogg/gstoggmux.c:
5033           Add/remove KW-DIRAC header here, since it is ogg-specific.
5034
5035 2006-11-03  Michael Smith  <msmith@fluendo.com>
5036
5037         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5038           Recognise more mpeg4 elementary video streams.
5039
5040 2006-11-02  Edward Hervey  <edward@fluendo.com>
5041
5042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5043         Lower the probability of mp3 typefinding functions if we don't find a
5044         valid mp3 header at the start of the file.
5045         Closes #369482
5046
5047 2006-11-02  Wim Taymans  <wim@fluendo.com>
5048
5049         * ext/theora/gsttheoradec.h:
5050         * ext/theora/theoradec.c: (gst_theora_dec_init),
5051         (theora_dec_sink_event), (theora_dec_chain_forward),
5052         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5053         (theora_dec_chain):
5054         Document and partially implement an algorithm for doing reverse playback
5055         of theora video.
5056
5057 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5060
5061         * win32/common/config.h:
5062         * win32/common/interfaces-enumtypes.c:
5063         * win32/common/libgsttag.def:
5064         * win32/vs8/gst-plugins-base.sln:
5065         * win32/vs8/libgstaudioresample.vcproj:
5066         * win32/vs8/libgstinterfaces.vcproj:
5067         * win32/vs8/libgstogg.vcproj:
5068         * win32/vs8/libgstriff.vcproj:
5069         * win32/vs8/libgsttag.vcproj:
5070         * win32/vs8/libgsttheora.vcproj:
5071         * win32/vs8/libgstvideoscale.vcproj:
5072         * win32/vs8/libgstvorbis.vcproj:
5073           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5074           to libgsttag.def; add missing dependencies for some vs8 projects;
5075           re-arrange placement of .def files in vs8 projects (#366334).
5076
5077 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * ext/ogg/gstogg.c:
5080           Remove unused variable.
5081
5082         * ext/ogg/gstoggdemux.c:
5083           Fix Wim's surname in plugin description.
5084
5085 2006-10-31  Wim Taymans  <wim@fluendo.com>
5086
5087         * gst-plugins-base.spec.in:
5088         spec new .h file. Fixes #368310.
5089
5090 2006-10-31  Michael Smith  <msmith@fluendo.com>
5091
5092         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5093         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5094         (gst_multi_fd_sink_get_stats),
5095         (gst_multi_fd_sink_remove_client_link),
5096         (gst_multi_fd_sink_queue_buffer),
5097         (gst_multi_fd_sink_handle_clients):
5098         * gst/tcp/gstmultifdsink.h:
5099           Make using the remove or clear signals threadsafe.
5100           Make calling get-stats with an invalid fd not segfault.
5101           Fixes 368273.
5102
5103 2006-10-31  Wim Taymans  <wim@fluendo.com>
5104
5105         * gst-libs/gst/rtp/Makefile.am:
5106         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5107         (gst_base_rtp_audio_payload_init):
5108         Fix and activate base audio payloader.
5109
5110 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5113         (plugin_init):
5114           Add typefinder for QuickTime Image Files (see #366156).
5115
5116 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5119           Another typo fix (#366212).
5120
5121 2006-10-27  Wim Taymans  <wim@fluendo.com>
5122
5123         * gst/volume/gstvolume.c: (volume_transform_ip):
5124         Use stream time to synchronize volume property instead of rather random
5125         timestamps. This is needed when gnonlin does its time shifting.
5126
5127 2006-10-27  Wim Taymans  <wim@fluendo.com>
5128
5129         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5130
5131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5132         Remove the pad from the element in release_pad. Fixes #364812.
5133
5134 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5138           Explicitly create our custom buffer classes at a thread-safe
5139           location as well, since g_type_class_ref() doesn't seem to be
5140           entirely thread-safe either (#365501; also see #349410).
5141
5142 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5145         (gst_riff_parse_info):
5146           If strings in INFO chunk are not UTF-8, do something similar to
5147           what we do for ID3v1 tags: check a number of environment variables
5148           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5149           character sets to try, otherwise try the current locale and/or fall
5150           back on ISO-8859-1. Fixes #360552.
5151
5152 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5153
5154         * gst/videotestsrc/gstvideotestsrc.c:
5155         (gst_video_test_src_pattern_get_type),
5156         (gst_video_test_src_set_pattern):
5157         * gst/videotestsrc/gstvideotestsrc.h:
5158         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5159         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5160         (gst_video_test_src_checkers8):
5161         * gst/videotestsrc/videotestsrc.h:
5162           Add a bunch of exciting new checkers patterns.
5163
5164 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         * gst/subparse/Makefile.am:
5167         * gst/subparse/gstsubparse.c:
5168         (gst_sub_parse_data_format_autodetect),
5169         (gst_sub_parse_format_autodetect), (handle_buffer),
5170         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5171         * gst/subparse/gstsubparse.h:
5172         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5173         (parse_tmplayer):
5174         * gst/subparse/tmplayerparse.h:
5175           Add support for TMPlayer-type subtitles (#362845).
5176
5177         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5178         (GST_START_TEST), (subparse_suite):
5179           Add some basic unit tests for the above.
5180
5181 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5182
5183         * tests/check/elements/audiorate.c: (test_injector_base_init),
5184         (test_injector_class_init), (test_injector_chain),
5185         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5186         (GST_START_TEST), (audiorate_suite):
5187           More tests for audiorate: inject buffers to check behaviour when
5188           buffers overlap.
5189
5190 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * tests/check/Makefile.am:
5193         * tests/check/elements/.cvsignore:
5194         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5195         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5196           Add some basic unit tests for audiorate. Disabled at the moment
5197           since it doesn't pass yet (see bug #363119).
5198
5199 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5202         (parse_subrip), (handle_buffer):
5203           Add missing closing tags for markup and fix broken markup,
5204           otherwise pango won't render anything (fixes #357531). Also,
5205           make sure the text we send out is always NUL-terminated
5206           (better safe than sorry etc.).
5207
5208         * tests/check/elements/subparse.c: (test_srt_do_test),
5209         (test_srt):
5210           Some more tests for .srt incl. tests for the above stuff.
5211
5212 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5213
5214         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5216         Patch by: Stefan Kost  <ensonic@users.sf.net>
5217         Try to redraw borders only when needed. Apparently this consumes
5218         resources on small devices... :-O (#363607)
5219
5220 2006-10-20  Michael Smith  <msmith@fluendo.com>
5221
5222         * gst/tcp/gstmultifdsink.c:
5223         (gst_multi_fd_sink_client_queue_buffer):
5224           If caps change, then update the client's idea of the caps so that we
5225           don't end up re-sending streamheaders for every single buffer after
5226           the caps change.
5227
5228 2006-10-20  Michael Smith  <msmith@fluendo.com>
5229
5230         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5231         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5232           Set caps on pushed buffers; fix up refcounting of caps objects.
5233
5234 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5235
5236         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5237         (plugin_init):
5238           Typefind mmsh header data packet to application/x-mmsh (#362625).
5239
5240 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * tests/check/Makefile.am:
5243         * tests/check/elements/.cvsignore:
5244         * tests/check/elements/subparse.c: (buffer_from_static_string),
5245         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5246         (GST_START_TEST), (subparse_suite):
5247           Add very simple unit test for subparse.
5248
5249 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5252         (parse_subrip):
5253           Strip trailing newlines from subtitle text output.
5254
5255 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5256
5257         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5258         (gst_sub_parse_change_state):
5259           Fix memleak; clear subparse->textbuf n state change function.
5260
5261 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * gst/subparse/gstsubparse.c:
5264         (gst_sub_parse_data_format_autodetect):
5265           Don't require subrip (.srt) files to start with a chunk number of 1.
5266
5267 2006-10-18  Wim Taymans  <wim@fluendo.com>
5268
5269         * gst-libs/gst/audio/gstbaseaudiosink.c:
5270         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5271         * gst-libs/gst/audio/gstbaseaudiosink.h:
5272         Extract rate from the NEWSEGMENT event.
5273         Use commit_full to also take rate adjustment into account when writing
5274         samples to the ringbuffer.
5275         
5276         * gst-libs/gst/audio/gstringbuffer.c:
5277         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5278         (gst_ring_buffer_read):
5279         * gst-libs/gst/audio/gstringbuffer.h:
5280         Added _commit_full() to also take rate into account.
5281         Use simple interpolation algorithm to resample audio.
5282         API: gst_ring_buffer_commit_full()
5283
5284         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5285         * tests/examples/seek/seek.c: (segment_done):
5286         Don't try to seek with 0.0 rate, just pause instead.
5287         Remove bogus debug line.
5288
5289 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5292         (setup_source):
5293           Catch async errors when starting up the subtitle bin, so we can
5294           stop waiting and continue with the main film instead of hanging
5295           forever. Fixes #339366.
5296
5297         * tests/check/elements/playbin.c: (playbin_suite):
5298           Enable unit test for the above.
5299
5300 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         * tests/check/Makefile.am:
5303         * tests/check/elements/.cvsignore:
5304         * tests/check/elements/playbin.c: (GST_START_TEST),
5305         (gst_red_video_src_uri_get_type),
5306         (gst_red_video_src_uri_get_protocols),
5307         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5308         (gst_red_video_src_uri_handler_init),
5309         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5310         (gst_red_video_src_create), (gst_red_video_src_class_init),
5311         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5312           Some small and basic unit tests for playbin; not very useful yet,
5313           but at least a start.
5314
5315 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * gst/playback/gstplaybin.c: (setup_sinks):
5318           The old pad activation spiel.
5319
5320 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * gst/playback/gstplaybasebin.c: (setup_source):
5323           Don't hang forever if the subbin already fails to start up in 
5324           the state change to PAUSED (#339366).
5325
5326 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5329         (gst_tuner_set_channel), (gst_tuner_get_channel),
5330         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5331         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5332         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5333         (gst_tuner_find_channel_by_name):
5334           Fix some function guards, add some more function guards.
5335
5336 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5337
5338         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5339         (remove_element_chain):
5340         Don't return a pad from get_our_ghost_pad unless it is actually the
5341         one we want.
5342         Change a cast in remove_element_chain slightly.
5343
5344 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5345
5346         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5347         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5348         Segment seeking needs to use the rate and set stop to -1.
5349
5350 2006-10-13  Wim Taymans  <wim@fluendo.com>
5351
5352         * gst-libs/gst/audio/gstbaseaudiosink.c:
5353         (gst_base_audio_sink_setcaps):
5354         Don't crash when ringbuffer is not yet created.
5355         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5356         Fixes #361634.
5357
5358         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5359         * gst/playback/gststreamselector.c:
5360         (gst_stream_selector_request_new_pad):
5361         Activate pads befre adding them to running elements.
5362
5363 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5364
5365         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5366         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5367         updater when we start grabing the slider. Don't wait for the
5368         pipeline to be PAUSED.
5369
5370 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5373         (gst_mixer_set_volume), (gst_mixer_get_volume),
5374         (gst_mixer_set_mute), (gst_mixer_set_option),
5375         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5376         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5377         (gst_mixer_option_changed):
5378           Guard mixer interface functions against bogus arguments.
5379
5380 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5381
5382         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5383         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5384         (msg_state_changed), (main): Use state-changed messages to trigger
5385         start/stop of scale update timer. Indeed the scale slider was
5386         jumping here and there because the update timer was activated 
5387         before seek completed. This fixes instant applying of rate changes
5388         by pressing the spinbutton like a crazy man !
5389
5390 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5393
5394         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5395         (gst_basertppayload_finalize):
5396           Fix two small memory leaks (#361456).
5397
5398 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5399
5400         * tests/examples/seek/seek.c: (do_seek),
5401         (rate_spinbutton_changed_cb): When changing spinbutton we try
5402         to change the rate on the fly.
5403
5404 2006-10-10  Wim Taymans  <wim@fluendo.com>
5405
5406         * gst-libs/gst/riff/riff-ids.h:
5407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5408         (gst_riff_create_audio_template_caps):
5409         Add WMS caps.
5410
5411 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5412
5413         Patch by: Josep Torra Valles <josep@fluendo.com>
5414
5415         * ext/gnomevfs/gstgnomevfssink.c:
5416         * ext/gnomevfs/gstgnomevfssrc.c:
5417         Fix URI interface implementation return type.
5418         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5419         Fix what looks like a copy/paste issue when assigning values.
5420         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5421         (gst_audio_filter_template_get_type):
5422         Cast to prevent Forte warnings.
5423         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5424         Fix URI interface implementation return type.
5425         gst_pad_query_position requires a signed integer pointer as
5426         3rd parameter, GstClockTime is unsigned.
5427         * gst/audioconvert/audioconvert.c:
5428         Fix integer overflow when treated as signed.
5429         * gst/audioresample/resample.c: (resample_add_input_data):
5430         Cast to prevent warnings on Forte.
5431         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5432         Fix integer overflow when treated as signed.
5433         * gst/ffmpegcolorspace/imgconvert_template.h:
5434         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5435         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5436         (cleanup_decodebin):
5437         Who initialises a guint to -1!
5438         Cast function pointers to prevent warnings on Forte.
5439         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5440         (queue_threshold_reached):
5441         Cast function pointers correctly to prevent warnings on Forte.
5442         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5443         Cast function pointers correctly to prevent warnings on Forte.
5444         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5445         Obvious change to unsigned, 0xEF > max signed char.
5446         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5447         GstClockTime is unsigned, initialise correctly.
5448         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5449         Cast so pointer arithemetic doesn't cause warnings on Forte.
5450         * gst/videorate/gstvideorate.c:
5451         Use correct return value.
5452         * tests/examples/seek/scrubby.c:
5453         GstClockTime is unsigned, initialise correctly.
5454
5455 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5458
5459         * gst/typefind/gsttypefindfunctions.c:
5460           Recognise XML files and XML-like files shorter than 256 bytes as
5461           well (fixes #359237).
5462
5463 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5464
5465         Patch by: Renato Filho <renato.filho@indt.org.br>
5466         
5467         * gst/typefind/gsttypefindfunctions.c:
5468         Added typefind functions to video/x-nuv media.
5469         
5470 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * gst-libs/gst/interfaces/xoverlay.c:
5473         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5474           Some more guards against invalid input.
5475
5476 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5477
5478         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5479         Useless goto.
5480         * tests/examples/seek/seek.c: (do_seek),
5481         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5482         seek example to experiment with rates != 1.0 (reverse playback !)
5483
5484 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5485
5486         * gst-libs/gst/interfaces/xoverlay.c:
5487           Unref message in doc-example (spotted by Robert McQueen)
5488
5489 2006-10-06  Wim Taymans  <wim@fluendo.com>
5490
5491         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5492         (mpeg1_parse_header), (mpeg1_sys_type_find):
5493         printf fix.
5494
5495 2006-10-06  Wim Taymans  <wim@fluendo.com>
5496
5497         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5498         (close_pad_link):
5499         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5500         Activate dynamic pads before adding them to the element.
5501
5502 2006-10-06  Michael Smith  <msmith@fluendo.com>
5503
5504         * gst-libs/gst/floatcast/floatcast.h:
5505           Fix obviously-bogus macros; use the correct types.
5506
5507 2006-10-06  Wim Taymans  <wim@fluendo.com>
5508
5509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5510         (gst_base_rtp_depayload_change_state):
5511         Also call parent state change function to activate pads.
5512
5513         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5514         (mpeg1_parse_header), (mpeg1_sys_type_find):
5515         Add some more debug info in mpeg typefinding.
5516
5517 2006-10-06  Michael Smith  <msmith@fluendo.com>
5518
5519         * ext/theora/theoradec.c: (theora_dec_chain):
5520           Zero byte theora packets are valid and well-defined; don't warn on
5521           them.
5522
5523 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5524
5525         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5526         (gst_multi_fd_sink_get_stats), (find_limits),
5527         (gst_multi_fd_sink_queue_buffer):
5528           API: add dropped_buffers to the get-stats GValueArray
5529
5530 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * ext/alsa/gstalsadeviceprobe.c:
5533         (gst_alsa_device_property_probe_get_values):
5534         * ext/alsa/gstalsasink.c: (set_hwparams):
5535         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5536         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5538         (gst_ogg_mux_process_best_pad):
5539         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5540         (gst_ogg_parse_chain):
5541         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5542         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5543         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5544         (gst_vorbis_enc_buffer_check_discontinuous):
5545         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5546         * gst-libs/gst/audio/gstbaseaudiosink.c:
5547         (gst_base_audio_sink_render):
5548         * gst-libs/gst/cdda/gstcddabasesrc.c:
5549         (gst_cdda_base_src_handle_track_seek):
5550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5551         (gst_base_rtp_depayload_push_full):
5552         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5553         * gst/audioresample/resample.c: (resample_input_pushthrough):
5554         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5555         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5556         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5557         (wavpack_type_find):
5558         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5559         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5560         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5561         * tests/check/elements/volume.c: (GST_START_TEST):
5562           Printf format fixes.
5563
5564 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5565
5566         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5567           Fix a simple mistake (see the docs)
5568           Fixes #359580
5569
5570 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * docs/plugins/Makefile.am:
5573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5575         * docs/plugins/gst-plugins-base-plugins.args:
5576         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5577         * docs/plugins/inspect/plugin-adder.xml:
5578         * docs/plugins/inspect/plugin-alsa.xml:
5579         * docs/plugins/inspect/plugin-audioconvert.xml:
5580         * docs/plugins/inspect/plugin-audiorate.xml:
5581         * docs/plugins/inspect/plugin-audioresample.xml:
5582         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5583         * docs/plugins/inspect/plugin-cdparanoia.xml:
5584         * docs/plugins/inspect/plugin-decodebin.xml:
5585         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5586         * docs/plugins/inspect/plugin-gdp.xml:
5587         * docs/plugins/inspect/plugin-gnomevfs.xml:
5588         * docs/plugins/inspect/plugin-libvisual.xml:
5589         * docs/plugins/inspect/plugin-ogg.xml:
5590         * docs/plugins/inspect/plugin-pango.xml:
5591         * docs/plugins/inspect/plugin-playbin.xml:
5592         * docs/plugins/inspect/plugin-subparse.xml:
5593         * docs/plugins/inspect/plugin-tcp.xml:
5594         * docs/plugins/inspect/plugin-theora.xml:
5595         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5596         * docs/plugins/inspect/plugin-video4linux.xml:
5597         * docs/plugins/inspect/plugin-videorate.xml:
5598         * docs/plugins/inspect/plugin-videoscale.xml:
5599         * docs/plugins/inspect/plugin-videotestsrc.xml:
5600         * docs/plugins/inspect/plugin-volume.xml:
5601         * docs/plugins/inspect/plugin-vorbis.xml:
5602         * docs/plugins/inspect/plugin-ximagesink.xml:
5603         * docs/plugins/inspect/plugin-xvimagesink.xml:
5604           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5605
5606 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5607
5608         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5609
5610         * ext/vorbis/Makefile.am:
5611         * ext/vorbis/vorbis.c: (plugin_init):
5612         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5613         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5614         * ext/vorbis/vorbisparse.h:
5615         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5616         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5617         (gst_vorbis_tag_parse_packet):
5618         * ext/vorbis/vorbistag.h:
5619           Add new vorbistag element which derives from vorbisparse
5620           and is essentially the same as well, only that it implements
5621           the GstTagSetter interface and can modify the stream's
5622           vorbiscomment on the fly (#335635).
5623
5624         * tests/check/Makefile.am:
5625         * tests/check/elements/.cvsignore:
5626         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5627         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5628         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5629         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5630           Add unit test for new vorbistag element.
5631
5632 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5635         (vorbis_parse_push_headers), (vorbis_parse_chain):
5636           Set BOS flag in packet structure to fix 'jump depends
5637           on unitialized value' errors in valgrind; various minor
5638           clean-ups.
5639
5640 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5641
5642         * gst/playback/gstdecodebin.c: (close_pad_link):
5643         Fix typo in a debug statement.
5644
5645         * gst/playback/gstplaybasebin.c: (probe_triggered),
5646         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5647         (gen_source_element), (source_new_pad), (analyse_source),
5648         (setup_source):
5649         When handling no_more_pads in new_decoded_pad, make sure to treat
5650         subtitle pads correctly. Fixes playback with subtitle files.
5651
5652         Move a recurring message to LOG level.
5653
5654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5655         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5656         which ends up as -1 when cast to an int. Make the logic handle the
5657         max value as an unsigned mask and only change the colorkey when it's
5658         a value we recognise.
5659
5660 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5661
5662         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5663         Removed empty * between paragraphs
5664
5665 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5666
5667         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5668         * gst-libs/gst/rtp/README:
5669         Moved some documentation into .c file
5670
5671 2006-09-29  Wim Taymans  <wim@fluendo.com>
5672
5673         * gst/playback/gstdecodebin.c: (no_more_pads):
5674         Fix compilation.
5675
5676 2006-09-29  Wim Taymans  <wim@fluendo.com>
5677
5678         * gst/playback/gstdecodebin.c: (new_caps):
5679         Remove g_print
5680
5681         * gst/playback/gstplaybin.c:
5682         Add some docs.
5683
5684 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * tests/check/Makefile.am:
5687           Re-enable cddabasesrc test to see if it works again
5688           now.
5689
5690 2006-09-29  Wim Taymans  <wim@fluendo.com>
5691
5692         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5693         (gen_source_element):
5694         Handle invalid URIs a bit more gracefully.
5695
5696 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5697
5698         * tests/check/pipelines/oggmux.c:
5699           Remove obsolete comment.
5700
5701 2006-09-29  Michael Smith  <msmith@fluendo.com>
5702
5703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5704         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5705         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5706         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5707         (gst_ogg_mux_collected):
5708           Commit patch from James "Doc" Livingston, adds proper EOS handling
5709           in oggmux. GStreamer can, for the first time ever, create a valid
5710           Ogg file! Yay!
5711
5712         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5713         (oggmux_suite):
5714           Reenable tests now that they pass.
5715
5716 2006-09-29  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5719         Stop reading commands when EOF (we read 0) as well.
5720
5721 2006-09-28  Wim Taymans  <wim@fluendo.com>
5722
5723         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5724         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5725         (find_dynamic), (unlinked), (close_link):
5726         Implement delayed caps linking needed for element with a lot of
5727         different caps on the src pads that get fixed at runtime.
5728         Improve management of dynamic elements.
5729
5730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5731         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5732         (gen_preroll_element), (remove_groups), (unknown_type),
5733         (add_element_stream), (no_more_pads_full), (no_more_pads),
5734         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5735         (new_decoded_pad), (setup_subtitle), (array_has_value),
5736         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5737         (analyse_source), (remove_decoders), (make_decoder),
5738         (remove_source), (setup_source), (finish_source), (prepare_output),
5739         (gst_play_base_bin_change_state):
5740         * gst/playback/gstplaybasebin.h:
5741         Use more _CAST instead of full type checking casts.
5742         Small cleanups, plug some leaks.
5743         Handle dynamic sources.
5744         Add some helper functions to create lists of strings used for
5745         blacklisting and other stuff.
5746         Refactor some code dealing with analysing the source.
5747         Re-enable sources without pads (like cd:// or other selfcontained
5748         elements).
5749
5750 2006-09-28  Wim Taymans  <wim@fluendo.com>
5751
5752         * gst-libs/gst/audio/gstbaseaudiosink.c:
5753         (gst_base_audio_sink_render):
5754         When we have a timestamp, we can still perform clipping.
5755         When we have no clock, we must play the sample ASAP.
5756
5757 2006-09-28  Wim Taymans  <wim@fluendo.com>
5758
5759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5760         Set caps on outgoing buffers.
5761
5762         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5763         (gst_video_rate_event), (gst_video_rate_chain):
5764         * gst/videorate/gstvideorate.h:
5765         Fix videorate some more. Fixes #357977
5766
5767 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * tests/check/elements/adder.c: (adder_suite):
5770           Don't set timeout to 6 seconds when we're running
5771           in valgrind ... (and how is 6 seconds longer than
5772           the default anyway?)
5773
5774 2006-09-28  Wim Taymans  <wim@fluendo.com>
5775
5776         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5777         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5778         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5779         Keep sink and src segment to keep track of time and support more
5780         input formats.
5781         Fix bogus next_offset and run_time calculation, don't understand how
5782         this could have worked before. Fixes #357976.
5783         Remove some unneeded vars.
5784
5785 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5786
5787         * gst/playback/gstplaybin.c: (remove_sinks):
5788           Only remove visualisation from visbin if there is a visbin (or:
5789           don't throw warnings when closing totem without playing a file).
5790
5791 2006-09-27  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst-libs/gst/audio/gstbaseaudiosink.c:
5794         (gst_base_audio_sink_render):
5795         Add some more info in a WARNING.
5796
5797         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5798         (gst_base_audio_src_create):
5799         Handle PAUSE in create function, use new -core addition to
5800         wait for playing. Fixes pausing and resuming capture from an
5801         audiosrc.
5802
5803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5804         (gst_ring_buffer_read):
5805         Constify some more.
5806         Caller supports interrupted reads now.
5807
5808 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5809
5810         * tests/check/Makefile.am:
5811           Another attempt to make the gen64 buildbot happy.
5812
5813 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5814
5815         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5816
5817         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5818         (gst_visual_chain), (gst_visual_change_state):
5819           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5820           correctly. Fixes #357800
5821
5822 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5823
5824         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5825           Add timeout to _get_state() so we see which pipeline it is
5826           that causes trouble on the gen64 build bot.
5827
5828 2006-09-27  Wim Taymans  <wim@fluendo.com>
5829
5830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5831         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5832         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5833         (gst_base_rtp_depayload_set_gst_timestamp):
5834         the source pad always uses fixed caps.
5835
5836 2006-09-27  Wim Taymans  <wim@fluendo.com>
5837
5838         * docs/libs/gst-plugins-base-libs-docs.sgml:
5839         * docs/libs/gst-plugins-base-libs-sections.txt:
5840         * gst-libs/gst/audio/gstaudioclock.c:
5841         * gst-libs/gst/audio/gstaudioclock.h:
5842         * gst-libs/gst/audio/gstaudiosink.c:
5843         * gst-libs/gst/audio/gstaudiosink.h:
5844         * gst-libs/gst/audio/gstaudiosrc.c:
5845         * gst-libs/gst/audio/gstbaseaudiosink.c:
5846         (gst_base_audio_sink_render):
5847         * gst-libs/gst/audio/gstbaseaudiosink.h:
5848         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5849         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5850         * gst-libs/gst/audio/gstringbuffer.h:
5851         Added docs for the audio libs.
5852
5853 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         * tests/check/Makefile.am:
5856           Temporarily disable test that fails on the bots for unknown reasons.
5857
5858 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5859
5860         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5861         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5862         Moved AudioCodecType into priv
5863         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5864
5865 2006-09-25  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5868         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5869         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5870         (new_pad):
5871         Cleanups and small leak fixes.
5872         Added Depayloaders to valid list of autopluggable elements.
5873
5874 2006-09-25  Wim Taymans  <wim@fluendo.com>
5875
5876         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5877         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5878         (gen_video_element), (gen_text_element), (gen_audio_element),
5879         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5880         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5881         Detect NO_PREROLL state change returns and disable clock distribution to
5882         the sinks so that sync is disabled.
5883         Avoid some type checking and do simple casts instead.
5884         Small cleanups, fix some FIXMEs.
5885         Be more robust when linking user specified elements, catch an report
5886         errors. Fixes #357404.
5887         Fix some leaks in the error paths.
5888
5889 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5890
5891         * ChangeLog:
5892           ChangeLog surgery for missing bug-number
5893
5894 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         Patch by: Peter Kjellerstedt  <pkj at axis com>
5897
5898         * gst/playback/test.c:
5899           Fix compilation with uClibc and -Werror (#357591).
5900
5901 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5904           Parse dates that are followed by a time as well (#357532).
5905
5906         * tests/check/libs/tag.c: (test_vorbis_tags):
5907           Add unit test for this.
5908
5909 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5910
5911         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5912         (gst_audio_convert_transform_caps):
5913         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5914         * gst/videotestsrc/videotestsrc.h:
5915           A few array const-ifications.
5916
5917 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5918
5919         * tests/check/Makefile.am:
5920           See if this makes the build bots happy.
5921
5922         * tests/check/libs/cddabasesrc.c:
5923           UTF8-ise my name.
5924
5925 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5928
5929         * gst/subparse/samiparse.c: (handle_start_font),
5930         (fix_invalid_entities):
5931           More case-insensitivity for certain tags; recognise entities with
5932           decimal codes as special entities as well (#357330).
5933
5934 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * gst-libs/gst/Makefile.am:
5937           Need to build tag directory before cdda.
5938
5939 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5940
5941         * docs/libs/gst-plugins-base-libs-sections.txt:
5942         * gst-libs/gst/cdda/Makefile.am:
5943         * gst-libs/gst/cdda/gstcddabasesrc.c:
5944         (gst_cdda_base_src_base_init):
5945         * gst-libs/gst/cdda/gstcddabasesrc.h:
5946         * gst-libs/gst/tag/tag.h:
5947         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5948         (gst_tag_register_musicbrainz_tags):
5949           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5950           depend on libgsttag. This is required so we can extract/read tags like
5951           DISCID without depending on libgstcddabasesrc (which used to register
5952           them).
5953
5954         * gst-libs/gst/tag/gstvorbistag.c:
5955           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5956           tags (also see #347848).
5957
5958         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5959           Log vorbis comments we are actually writing. Const-ify array.
5960
5961 2006-09-23  Wim Taymans  <wim@fluendo.com>
5962
5963         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5964         Improve buffering a bit by avoiding a deadlock because we cannot assume
5965         the underrun is always called.
5966
5967 2006-09-23  Wim Taymans  <wim@fluendo.com>
5968
5969         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5970
5971         * gst-libs/gst/riff/riff-ids.h:
5972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5973         (gst_riff_create_audio_template_caps):
5974         Added MPEG-4 AAC and id and caps. Fixes #357289
5975         Added WMA9 Lossless id.
5976
5977 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * ext/gnomevfs/gstgnomevfssrc.c:
5980           Fix misleading docs addition.
5981
5982         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5983           Get rid of compiler warning the right way.
5984
5985 2006-09-22  Wim Taymans  <wim@fluendo.com>
5986
5987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5988         (gst_base_rtp_depayload_finalize),
5989         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5990         (gst_base_rtp_depayload_push_full),
5991         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5992         (gst_base_rtp_depayload_process),
5993         (gst_base_rtp_depayload_set_gst_timestamp),
5994         (gst_base_rtp_depayload_queue_release):
5995         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5996         Small cleanups.
5997         Fix some leaks.
5998         Refactored the process method and added methods to push from the process
5999         vmethod.
6000         Use _scale functions.
6001         API: gst_base_rtp_depayload_push_ts
6002         API: gst_base_rtp_depayload_push
6003
6004         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6005         timestamps are uint.
6006
6007 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6008
6009         * gst-libs/gst/interfaces/xoverlay.c:
6010           Remove unused statement from doc example.
6011
6012 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6013
6014         * gst-libs/gst/interfaces/videoorientation.c:
6015         (gst_video_orientation_iface_init),
6016         (gst_video_orientation_get_hflip),
6017         (gst_video_orientation_get_vflip),
6018         (gst_video_orientation_get_hcenter),
6019         (gst_video_orientation_get_vcenter),
6020         (gst_video_orientation_set_hflip),
6021         (gst_video_orientation_set_vflip),
6022         (gst_video_orientation_set_hcenter),
6023         (gst_video_orientation_set_vcenter):
6024           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6025           in ChangeLog)
6026
6027 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6028
6029         * tests/check/Makefile.am:
6030         * tests/check/elements/.cvsignore:
6031         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6032         (create_rgb_conversions), (rgb_conversion_free),
6033         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6034         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6035           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6036           but disable for now since it doesn't pass (something wrong with
6037           RGBA somewhere).
6038
6039 2006-09-21  Wim Taymans  <wim@fluendo.com>
6040
6041         * gst/playback/gstplaybasebin.c: (group_commit),
6042         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6043         (queue_out_of_data), (gen_preroll_element),
6044         (preroll_remove_overrun), (probe_triggered):
6045         Refactor handling of overrun detection.
6046         Separate handling of group completion and deadlock detection when doing
6047         network buffering. This should fix some deadlocks that were not detected
6048         because the group was completed.
6049         Add more comments, improve debugging.
6050
6051 2006-09-21  Wim Taymans  <wim@fluendo.com>
6052
6053         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6054         * tests/check/libs/audio.c:
6055         Some more compilation fixes.
6056
6057 2006-09-21  Wim Taymans  <wim@fluendo.com>
6058
6059         * gst-libs/gst/audio/gstringbuffer.c:
6060         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6061         (gst_ring_buffer_read):
6062         Early morning compilation fix.
6063
6064 2006-09-20  Wim Taymans  <wim@fluendo.com>
6065
6066         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6067         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6068         * tests/check/elements/videorate.c: (GST_START_TEST):
6069         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6070         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6071         Fix some warnings.
6072
6073 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6074
6075         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6076         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6077         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6078           Handcrafted merge to help CVS understanding what I changed and what
6079           not.
6080
6081 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6084         (gst_xvimagesink_get_times):
6085           change colorkey behaviour back according to #354773 comment 6/7
6086
6087 2006-09-19  Michael Smith  <msmith@fluendo.com>
6088
6089         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6090         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6091         (gst_multi_fd_sink_recover_client),
6092         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6093         (gst_multi_fd_sink_get_property):
6094         * gst/tcp/gstmultifdsink.h:
6095           Implement stubbed out properties unit-type, units-soft-max,
6096           units-max, to allow specifying maximum sizes in units other than
6097           buffers.
6098           Fixes #355935
6099
6100 2006-09-19  Wim Taymans  <wim@fluendo.com>
6101
6102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6103         (gst_riff_create_audio_template_caps):
6104         Reorder the audio formats a bit for clarity.
6105         Detect and create caps for MSGSM and MSN (WAV49).
6106         Fixes #356596.
6107
6108         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6109         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6110         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6111         Small cleanups, move error handling out of normal flow for clarity.
6112
6113 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6114
6115         * docs/libs/gst-plugins-base-libs-docs.sgml:
6116         * docs/libs/gst-plugins-base-libs.types:
6117         * gst-libs/gst/interfaces/Makefile.am:
6118         * gst-libs/gst/interfaces/videoorientation.c:
6119         (gst_video_orientation_get_type),
6120         (gst_video_orientation_iface_init),
6121         (gst_video_orientation_get_hflip),
6122         (gst_video_orientation_get_vflip),
6123         (gst_video_orientation_get_hcenter),
6124         (gst_video_orientation_get_vcenter),
6125         (gst_video_orientation_set_hflip),
6126         (gst_video_orientation_set_vflip),
6127         (gst_video_orientation_set_hcenter),
6128         (gst_video_orientation_set_vcenter):
6129         * gst-libs/gst/interfaces/videoorientation.h:
6130           API: Add new interface to control video orientation (fixes #354908)
6131
6132 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6133
6134         * gst/videotestsrc/gstvideotestsrc.c:
6135           Use G_UNLIKELY in _create and log one more detail.
6136           
6137         (gst_video_test_src_get_times), (gst_video_test_src_create):
6138         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6139           Use gst_util_uint64_scale_int in _get_times().
6140
6141 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6144           Give better warning message (add object and detail).
6145
6146 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6149         (gst_xvimagesink_get_times):
6150           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6151           #354773), use gst_util_uint64_scale_int in _get_times()
6152
6153 2006-09-18  Michael Smith  <msmith@fluendo.com>
6154
6155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6156           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6157           always true, leading to dropping all timestamps.
6158
6159 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6162         (gst_visual_chain), (gst_visual_change_state):
6163           update to work also with libvisual 0.4 API, fix double unref (#355914)
6164           
6165         * tools/gst-launch-ext.1.in:
6166         * tools/gst-visualise.1.in:
6167           remove references to old man-pages
6168
6169         * tests/examples/seek/seek.c: (main):
6170           add real meadi-buttons, add tool-tips for the seek-options, arrange
6171           seek options in a table
6172
6173 2006-09-18  Michael Smith  <msmith@fluendo.com>
6174
6175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6176         (gst_ogg_mux_push_buffer):
6177           Don't generate out-of-order timestamps from oggmux, instead clamp
6178           output timestamps to be >= the previously output ts.
6179           Fixes #355595
6180
6181 2006-09-18  Michael Smith  <msmith@fluendo.com>
6182
6183         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6184         (gst_multi_fd_sink_class_init):
6185           Updates, fixes, and typo corrections for multifdsink. No functional
6186           changes.
6187
6188 2006-09-17  Michael Smith  <msmith@fluendo.com>
6189
6190         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6191           Don't crash on truncated files - check that we got an 8 byte buffer
6192           before trying to memcmp it.
6193
6194 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * gst/playback/gstplaybasebin.c: (get_active_source):
6197           Make stream-switching appear instant to the application
6198           (ie. make sure that a g_object_get on 'current-foo' returns
6199           the stream previously set with g_object_set(). Totem needs
6200           this to update stream-related meta-info (like audio-codec)
6201           correctly when switching streams.
6202
6203 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6206         (gst_alsa_mixer_ensure_track_list):
6207           Try harder to guess which mixer track is the master mixer
6208           track (instead of just taking the first one that has a pvolume).
6209           Fixes #342228.
6210
6211 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6212
6213         reviewed by: <delete if not using a buddy>
6214
6215         * gst-libs/gst/audio/audio.h:
6216         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6217
6218 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6219
6220         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6221         (gst_audio_convert_transform_caps):
6222           Get structure-name just once.
6223
6224 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * tests/check/elements/audioresample.c: (GST_START_TEST):
6227         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6228         * tests/check/elements/volume.c: (GST_START_TEST):
6229         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6230         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6231         (test_pipeline), (GST_START_TEST):
6232         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6233         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6234           Fix big batch of compiler warnings.
6235
6236 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * ext/gnomevfs/gstgnomevfssrc.c:
6239           Add docs about icydemux usage in connection with gnomevfssrc
6240
6241         * ext/libvisual/visual.c:
6242         * ext/ogg/gstoggaviparse.c:
6243         * ext/ogg/gstoggdemux.c:
6244         * ext/ogg/gstoggmux.c:
6245         * ext/ogg/gstoggparse.c:
6246         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6247         * gst-libs/gst/audio/gstaudiosink.c:
6248         * gst-libs/gst/audio/gstaudiosrc.c:
6249         * gst/audiorate/gstaudiorate.c:
6250           More G_OBJECT macro fixing.
6251
6252         * gst/audiotestsrc/gstaudiotestsrc.h:
6253           Fix wrong info in header due to copy & paste
6254
6255 2006-09-15  Wim Taymans  <wim@fluendo.com>
6256
6257         * gst-libs/gst/audio/gstbaseaudiosink.c:
6258         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6259         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6260         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6261         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6262         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6263         Do the delay calculation in the source/sink base classes as this is
6264         specific for the capture/playback mode.
6265         Try to fixate a bit better, like round depth up to a multiple of 8
6266         bigger than width.
6267         Handle underruns correctly by marking DISCONT on buffers and adjusting
6268         timestamps to handle the gap.
6269         Set offset/offset_end correctly on buffers.
6270
6271         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6272         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6273         (gst_ring_buffer_read):
6274         Remove resync and underrun recovery from the ringbuffer.
6275         Fix ringbuffer read code on under/overrun.
6276
6277 2006-09-15  Wim Taymans  <wim@fluendo.com>
6278
6279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6280         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6281         (queue_threshold_reached), (gst_play_base_bin_set_property),
6282         (gst_play_base_bin_get_property):
6283         * gst/playback/gstplaybasebin.h:
6284         Don't use a 0 low watermark when buffering, it is catching starvation
6285         way too late. Instead, use a 3 second queue with 30 and 95
6286         percent low/high watermarks. 
6287         Added queue-min-threshold property to configure low watermark.
6288         Use new _buffering message API.
6289         Make queue_threshold variable big enough to store a uint64 time value.
6290         API: playbin::queue-min-threshold property.
6291
6292 2006-09-15  Wim Taymans  <wim@fluendo.com>
6293
6294         * configure.ac:
6295         We require 0.10.10.1 now because of _wait_preroll().
6296
6297         * gst-libs/gst/audio/gstbaseaudiosink.c:
6298         (gst_base_audio_sink_render):
6299         Use gst_base_sink_wait_preroll().
6300
6301 2006-09-15  Wim Taymans  <wim@fluendo.com>
6302
6303         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6304         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6305         Use DEBUG_OBJECT more.
6306
6307 === release 0.10.10 ===
6308
6309 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         patch by: Michael Smith <msmith at fluendo dot com>
6312
6313         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6314         (gst_multi_fd_sink_client_queue_buffer),
6315         (gst_multi_fd_sink_new_client):
6316         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6317         (multifdsink_suite):
6318           Fix implementation of sync-method 'next-keyframe'
6319           Closes #354594
6320
6321 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         patch by: Wim Taymans <wim at fluendo dot com>
6324
6325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6326         This patch removes the RANDOM flag that was incorrectly introduced with
6327         revision 1.91.  Fixes #354590
6328
6329 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * tests/check/Makefile.am:
6332           Random variation in Makefile line to see if it makes the
6333           gen64-base-full bot any happier.
6334
6335 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6336
6337         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6338           Disable test that fails at the moment (killed after timeout).
6339
6340 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         Patch by: James Livingston  <doclivingston at gmail.com>
6343
6344         * tests/check/Makefile.am:
6345         * tests/check/pipelines/.cvsignore:
6346         * tests/check/pipelines/oggmux.c: (get_page_codec),
6347         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6348         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6349         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6350         (test_theora_vorbis), (oggmux_suite):
6351           Add simple unit test for oggmux from #337026 with checking for the
6352           EOS flags disabled for the time being.
6353
6354 2006-09-04  Wim Taymans  <wim@fluendo.com>
6355
6356         patch by: Alessandro Dessina <alessandro nnva org>
6357
6358         * ext/ogg/gstoggmux.c:
6359         Add cmml caps to oggmux. Fixes #353912
6360
6361 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6364           Returning a return value often helps. In this case, we
6365           don't need the return value anyway, so just get rid of it.
6366           Should make build bots much happier.
6367
6368 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6371         (paint_get_structure), (gst_video_test_src_get_size),
6372         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6373         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6374         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6375         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6376         * gst/videotestsrc/videotestsrc.h:
6377           Add support for AYUV and the various RGBA formats. Initialise
6378           fields of paintinfo structs allocated on the stack.
6379
6380         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6381         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6382         (check_rgb_buf), (videotestsrc_suite):
6383           Add unit tests for videotestsrc's RGB output.
6384
6385 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * gst/videotestsrc/gstvideotestsrc.c:
6388         (gst_video_test_src_pattern_get_type),
6389         (gst_video_test_src_set_pattern):
6390         * gst/videotestsrc/gstvideotestsrc.h:
6391         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6392         (gst_video_test_src_black), (gst_video_test_src_white),
6393         (gst_video_test_src_red), (gst_video_test_src_green),
6394         (gst_video_test_src_blue):
6395         * gst/videotestsrc/videotestsrc.h:
6396           Add more uni-colour patterns ("white", "red", "green", and "blue").
6397
6398 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6401           Fix stride for YVYU, should be word-aligned (#353658).
6402
6403 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * gst/adder/gstadder.c: (gst_adder_src_event):
6406           Fix build.
6407
6408 2006-08-31  Edward Hervey  <edward@fluendo.com>
6409
6410         * gst/adder/gstadder.c: (forward_event_func),
6411         (gst_adder_src_event), (gst_adder_collected),
6412         (gst_adder_change_state):
6413         * gst/adder/gstadder.h:
6414         Remember the start position asked in the incoming seeks, so we can
6415         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6416         of assuming it will always be 0).
6417
6418 2006-08-31  Edward Hervey  <edward@fluendo.com>
6419
6420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6421         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6422         (gst_ogg_demux_loop):
6423         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6424
6425 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6426
6427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6428         (gst_ffmpegcsp_get_unit_size):
6429           Return FALSE instead of returning a random false unit
6430           size when the format isn't known/supported (even if
6431           this shouldn't happen under normal circumstances).
6432
6433 2006-08-29  Wim Taymans  <wim@fluendo.com>
6434
6435         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6438         (gst_gnome_vfs_src_start):
6439         Try harder to get the size from a uri by using _info_uri() when
6440         _info_from_handle() does not give us enough info. 
6441         Also follow symlinks when getting the size.
6442         Partially Fixes #332864.
6443
6444 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6447
6448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6449         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6450         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6451         (gst_alsa_mixer_set_record):
6452         * ext/alsa/gstalsamixertrack.c:
6453         (gst_alsa_mixer_track_update_alsa_capabilities),
6454         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6455         (gst_alsa_mixer_track_update):
6456         * ext/alsa/gstalsamixertrack.h:
6457           Improve and fix mixer track handling, in particular better handling
6458           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6459           separate track objects for tracks that have both capture and playback
6460           volume (and label them differently as well so they're not mistakenly
6461           assumed to be duplicates); classify mixer tracks that only affect
6462           the audible volume of something (rather than the capture volume)
6463           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6464           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6465           (following the meaning documented in the mixer interface header
6466           file); add support for alsa's exclusive cswitch groups; update/sync
6467           state/flags better if mixer settings are changed by another
6468           application. Fixes #336075.
6469
6470 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6471
6472         * gst/playback/gstplaybin.c:
6473           Improve docs: add section about BUFFERING messages sent by playbin.
6474
6475 2006-08-29  Michael Smith  <msmith@fluendo.com>
6476
6477         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6478         (gst_vorbis_enc_buffer_check_discontinuous),
6479         (gst_vorbis_enc_chain):
6480           Ignore explicit DISCONT marked on buffers (which is often spurious,
6481           particularly when using multiple segments), in favour of solely
6482           using the timestamps/durations.
6483
6484 2006-08-29  Edward Hervey  <edward@fluendo.com>
6485
6486         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6487         Don't rely on incoming buffers offset anymore, since it is completely
6488         broken when using multiple segments.
6489         Instead convert the incoming buffers timestamp to running time, and
6490         then convert that value to the offsets.
6491         Also inform GstSegment of the last outputted stop position, which is
6492         needed if we received several segments with an unknown stop value.
6493
6494 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6495
6496         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6497           fix buffer unreffing on a header push failure
6498
6499 2006-08-28  Wim Taymans  <wim@fluendo.com>
6500
6501         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6502         (gst_audio_rate_chain):
6503         Make the metadata of the buffer writable before changing its
6504         flags.
6505
6506 2006-08-28  Wim Taymans  <wim@fluendo.com>
6507
6508         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6509         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6510         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6511         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6512         Fix audiorate some more.
6513         Reset and resync counters on flush and READY.
6514         Handle the DISCONT flag correctly.
6515         Use GstSegment to track position.
6516         Fail when not negotiated.
6517         Fixes #353234.
6518
6519 2006-08-25  Michael Smith  <msmith@fluendo.com>
6520
6521         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6522           Fix spelling.
6523           Remove accidently included debug line.
6524
6525 2006-08-25  Wim Taymans  <wim@fluendo.com>
6526
6527         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6528         Small cleanups.
6529         If a buffer is received with no caps, make the buffer metadata
6530         writable and set the caps, making sure that we don't screw up the
6531         refcounts.
6532
6533 2006-08-25  Michael Smith  <msmith@fluendo.com>
6534
6535         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6536         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6537           Fix memory leaks and misleading debug messages, add a couple of
6538           comments.
6539
6540         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6541         (gst_multi_fd_sink_render):
6542           Do not use gst_buffer_make_writable() in a basesink render method,
6543           as it may incorrectly unref the buffer. Instead, use convoluted
6544           dance to avoid copying the buffer except when we need to.
6545
6546 2006-08-25  Michael Smith  <msmith@fluendo.com>
6547
6548         * ext/vorbis/vorbisenc.c:
6549         (gst_vorbis_enc_buffer_check_discontinuous):
6550           Allow very small discontinuities in the timestamps. These we can't
6551           do anything useful with anyway (because vorbis's timestamps have
6552           only sample granularity), and are commonly produced by elements with
6553           minor bugs. Allow up to 1/2 a sample out.
6554           Fixes #351742.
6555
6556 2006-08-24  Wim Taymans  <wim@fluendo.com>
6557
6558         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6559         (play_scrub_toggle_cb), (main):
6560         Add a checkbox to enable play scrubbing. Makes it possible to disable
6561         normal scrubbing.
6562
6563 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6564
6565         * tests/check/elements/.cvsignore:
6566           make buildbot happy
6567
6568 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6571         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6572         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6573         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6574         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6575         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6576         (gst_ogm_text_parse_strip_trailing_zeroes),
6577         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6578         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6579           Refactor ogm parse, do better input checking, misc. clean-ups.
6580           Cache incoming events and push them once the source pad has
6581           been created. Don't pass unterminated strings to sscanf().
6582           Strip trailing zeroes from subtitle text output, since they
6583           are not valid UTF-8. Don't push vorbiscomment packets on
6584           the subtitle text pad. Output perfect streams if possible.
6585
6586 2006-08-23  Wim Taymans  <wim@fluendo.com>
6587
6588         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6589         Waits for tasks to settle down so that we clean up correctly for 
6590         valgrind.
6591
6592 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6595           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6596           actually return return value in taglists_are_equal.
6597
6598 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6601           Fix crash due to broken bitstream parsing on x86-64: can't make
6602           any assumptions about sizeof(struct) due to alignment/packing
6603           differences on different architectures. Fixes #351790.
6604
6605 2006-08-22  Wim Taymans  <wim@fluendo.com>
6606
6607         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6608         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6609         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6610         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6611         (gst_riff_parse_info):
6612         Protect public functions against bad input.
6613         Do some cleanups.
6614         Fix documentation.
6615
6616 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst-libs/gst/riff/riff-ids.h:
6619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6620           Add voxware audio IDs (even if we can't play it) (#351795).
6621
6622 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst-libs/gst/riff/riff-media.c:
6625         (gst_riff_create_video_template_caps),
6626         (gst_riff_create_audio_template_caps),
6627         (gst_riff_create_iavs_template_caps):
6628           Const-ify some arrays and use G_N_ELEMENTS instead
6629           of wasting oodles of RAM on terminator bits.
6630
6631 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst-libs/gst/tag/gstvorbistag.c:
6634         (gst_tag_list_to_vorbiscomment_buffer):
6635         * tests/check/libs/tag.c: (GST_START_TEST):
6636           And the same for _to_vorbiscomment_buffer(): allow
6637           id_data_len == 0 for speex.
6638
6639 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6640
6641         * configure.ac:
6642         * docs/plugins/Makefile.am:
6643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6645         * docs/plugins/inspect/plugin-gdp.xml:
6646         * gst/gdp/Makefile.am:
6647         * tests/check/Makefile.am:
6648           Move GDP plugin to -base from -bad.  Closes #347783.
6649
6650 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * gst-libs/gst/tag/gstvorbistag.c:
6653         (gst_tag_list_from_vorbiscomment_buffer):
6654           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6655           Also add some checks to make sure we don't memcmp() beyond the end of
6656           vorbiscomment buffer if the ID to check for is larger than the buffer.
6657
6658         * tests/check/libs/tag.c: (GST_START_TEST):
6659           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6660
6661 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6664         (gst_vorbis_enc_set_metadata):
6665           Use vorbis comment utility functions from libgsttag
6666           instead of re-inventing the wheel (partially fixes #347091).
6667
6668 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6669
6670         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6671         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6672         as some that won't.
6673
6674 2006-08-21  Wim Taymans  <wim@fluendo.com>
6675
6676         * docs/libs/Makefile.am:
6677         * docs/libs/gst-plugins-base-libs-sections.txt:
6678         * docs/libs/gst-plugins-base-libs.types:
6679         Don't try to GObject scan the netbuffer as it's not a GObject.
6680         Fixes #351308.
6681
6682         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6683         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6684         Document GstNetBuffer.
6685
6686 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6689         (audioconvert_suite):
6690           Add testcase for caps-size-explosion
6691
6692 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6693
6694         * gst/audioconvert/gstaudioconvert.c:
6695         (gst_audio_convert_get_unit_size), (set_structure_widths):
6696           Lower debug, use g_assert in _get_unit_size
6697
6698         * gst/audioresample/gstaudioresample.c:
6699         (audioresample_get_unit_size):
6700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6701         (gst_ffmpegcsp_get_unit_size):
6702         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6703           use g_assert in _get_unit_size
6704
6705 2006-08-18  Wim Taymans  <wim@fluendo.com>
6706
6707         * docs/libs/gst-plugins-base-libs-sections.txt:
6708         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6709         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6710         (gst_rtp_buffer_get_payload_buffer):
6711         * gst-libs/gst/rtp/gstrtpbuffer.h:
6712         Document GstRTPBuffer.
6713         Added function to efficiently strip payload headers.
6714         API: gst_rtp_buffer_get_payload_subbuffer()
6715
6716 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6719         (gst_tag_to_vorbis_comments):
6720           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6721           tags and deserialise them properly as well (#347091).
6722           Add some more gtk-doc blurbs and also some g_return_if_fail().
6723
6724         * tests/check/libs/tag.c: (GST_START_TEST),
6725         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6726           More tests.
6727
6728 2006-08-17  Wim Taymans  <wim@fluendo.com>
6729
6730         * ext/ogg/Makefile.am:
6731         * ext/ogg/gstogg.c: (plugin_init):
6732         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6733         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6734         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6735         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6736         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6737         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6738         Added ogg-in-avi parser element. Fixes #140139.
6739
6740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6741         Fixed a bug in oggdemux debug code.
6742
6743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6744         (gst_riff_create_audio_template_caps):
6745         Recognise Ogg in the AVI extensible wave format.
6746
6747 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6750           Make buffer durations add up (duration should be next_ts-ts for
6751           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6752           from CVS.
6753
6754         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6755         (test_buffer_timestamps), (cddabasesrc_suite):
6756           Add unit test for the above.
6757
6758         * tests/check/Makefile.am:
6759           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6760           to see what happens.
6761
6762 2006-08-16  Wim Taymans  <wim@fluendo.com>
6763
6764         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6765         (gst_alsasink_open):
6766         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6767         (gst_alsasrc_open):
6768         Avoid setting and using a NULL device name.
6769         Print more info when we fail to open a device.
6770
6771 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * docs/libs/gst-plugins-base-libs-sections.txt:
6774         * gst-libs/gst/tag/tag.h:
6775         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6776           API: add gst_tag_parse_extended_comment() (#351426).
6777
6778         * tests/check/Makefile.am:
6779         * tests/check/libs/.cvsignore:
6780         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6781           Add unit test for gst_tag_parse_extended_comment().
6782
6783 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6787           Fix leak (#351502).
6788
6789 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6792         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6793         * docs/plugins/gst-plugins-base-plugins.args:
6794         * gst/playback/gstplaybin.c:
6795           Document playbin.
6796           
6797         * docs/plugins/inspect/plugin-adder.xml:
6798         * docs/plugins/inspect/plugin-alsa.xml:
6799         * docs/plugins/inspect/plugin-audioconvert.xml:
6800         * docs/plugins/inspect/plugin-audiorate.xml:
6801         * docs/plugins/inspect/plugin-audioresample.xml:
6802         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6803         * docs/plugins/inspect/plugin-cdparanoia.xml:
6804         * docs/plugins/inspect/plugin-decodebin.xml:
6805         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6806         * docs/plugins/inspect/plugin-gnomevfs.xml:
6807         * docs/plugins/inspect/plugin-ogg.xml:
6808         * docs/plugins/inspect/plugin-pango.xml:
6809         * docs/plugins/inspect/plugin-playbin.xml:
6810         * docs/plugins/inspect/plugin-subparse.xml:
6811         * docs/plugins/inspect/plugin-tcp.xml:
6812         * docs/plugins/inspect/plugin-theora.xml:
6813         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6814         * docs/plugins/inspect/plugin-video4linux.xml:
6815         * docs/plugins/inspect/plugin-videorate.xml:
6816         * docs/plugins/inspect/plugin-videoscale.xml:
6817         * docs/plugins/inspect/plugin-videotestsrc.xml:
6818         * docs/plugins/inspect/plugin-volume.xml:
6819         * docs/plugins/inspect/plugin-vorbis.xml:
6820         * docs/plugins/inspect/plugin-ximagesink.xml:
6821         * docs/plugins/inspect/plugin-xvimagesink.xml:
6822           Update to CVS version.
6823
6824 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6827         (gst_play_bin_set_property), (gst_play_bin_get_property),
6828         (value_list_append_structure_list),
6829         (gst_play_bin_handle_redirect_message),
6830         (gst_play_bin_handle_message):
6831           API: GstPlayBin::connection-speed
6832           Add "connection-speed" property; re-order redirect messages with
6833           multiple redirect locations depending on the minimum bitrate if
6834           that information is available and a connection speed is set
6835           (#350399).
6836
6837 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         * gst/playback/gstplaybin.c:
6840           Update max volume to the same value that the volume element uses.
6841
6842 2006-08-14  Wim Taymans  <wim@fluendo.com>
6843
6844         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6845         Less uglyness..
6846
6847 2006-08-14  Wim Taymans  <wim@fluendo.com>
6848
6849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6850         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6851         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6852         Add some more debug info.
6853         Don't crash when a seek failed.
6854         Actually return the result of the seek instead of TRUE.
6855         Ignore multiple BOS pages with the same serial so that we don't create
6856         the same stream multiple times.
6857         Post an error when we fail to do the initial seek.
6858
6859 2006-08-13  Wim Taymans  <wim@fluendo.com>
6860
6861         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6862         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6863         Small code cleanup.
6864
6865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6866         (gst_alsa_mixer_new):
6867         Remove hack that always set the device to hw:0*.
6868         Properly find the card name for whatever device was configured.
6869         Do some better debugging.
6870         Fixes #350784.
6871
6872         * ext/alsa/gstalsamixerelement.c:
6873         (gst_alsa_mixer_element_set_property),
6874         (gst_alsa_mixer_element_change_state):
6875         Cleanups.
6876         Handle setting of a NULL device name better.
6877
6878 2006-08-11  Wim Taymans  <wim@fluendo.com>
6879
6880         * gst/adder/gstadder.c:
6881         Don't clip float values. Fixes #350900.
6882
6883 2006-08-11  Andy Wingo  <wingo@pobox.com>
6884
6885         * gst/tcp/gsttcp.c: Really fix the build?
6886
6887         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6888         fixes the build.
6889
6890 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6893           Float caps shouldn't have a "signed" field.
6894
6895 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6898           Implement SEEKING query in its most basic form, so that we can
6899           at least check if we're seekable or not (#350655).
6900
6901 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6904           The checks here are not even close to anything that would
6905           justify MAXIMUM probability, lowering to POSSIBLE until someone
6906           fixes the checks (case at hand: quicktime redirection files
6907           might start with 00 00 01 XX and pass the checks here just
6908           fine, see #350399).
6909
6910 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         Patch by: Sjoerd Simons  <sjoerd at luon net>
6913
6914         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6915           Better detection for multipart/x-mixed-replace: accept leading
6916           whitespaces before the boundary marker as well (as our very own
6917           multipartmux used to produce) (#349068).
6918
6919 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6920
6921         Patch by: Young-Ho Cha  <ganadist at chollian net>
6922
6923         * gst-libs/gst/riff/riff-ids.h:
6924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6925         (gst_riff_create_audio_template_caps):
6926           Detect DTS audio streams (#350157).
6927
6928 2006-08-05  Andy Wingo  <wingo@pobox.com>
6929
6930         * ext/theora/gsttheoraparse.h:
6931         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6932         (theora_parse_dispose, theora_parse_set_property)
6933         (theora_parse_get_property, theora_parse_munge_granulepos)
6934         (theora_parse_push_buffer, theora_parse_change_state):
6935         API: GstTheoraParse::synchronization-points
6936         Add a property 'synchronization-points' to fix badly synchronized oggs.
6937
6938 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * tests/check/Makefile.am:
6941         * tests/check/libs/.cvsignore:
6942         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6943         (fixed_caps_have_channel_positions), (GST_START_TEST),
6944         (audio_suite), (main):
6945           Add a few tests for the channel position stuff in libgstaudio.
6946
6947 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6950         (gst_alsa_detect_channels):
6951         * ext/alsa/gstalsasink.c:
6952           Add support for cards that (only) do more than 8 channels,
6953           like the Delta 44 (#345188).
6954
6955         * gst-libs/gst/audio/multichannel.c:
6956         (gst_audio_check_channel_positions):
6957         * gst-libs/gst/audio/multichannel.h:
6958           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6959           unspecified channel position and cannot be combined with any
6960           of the other audio channel positions; adjust position layout
6961           checks accordingly (#345188).
6962
6963 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6966           Recognise ancient RealAudio files (see #349779).
6967
6968 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6969
6970         Patch by: Jens Granseuer  <jensgr at gmx net>
6971
6972         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6973           Add typefinder for Interplay's MVE format (#348973).
6974
6975 2006-08-02  Wim Taymans  <wim@fluendo.com>
6976
6977         Patch by: Marcel Moreaux <marcelm at luon dot net>
6978
6979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6980         (gst_base_rtp_depayload_add_to_queue):
6981         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6982         Handle RTP sequence number rollover.
6983         Disable jitterbuffer by default.
6984
6985 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6986
6987         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6988         (audioresample_set_caps):
6989         Don't leak references to the incoming caps. Clean them up when
6990         stopping.
6991
6992         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6993         (gst_video_scale_finalize):
6994         Don't leak our temporary pixel buffer.
6995
6996         * tests/check/Makefile.am:
6997         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6998         (GST_START_TEST), (simple_launch_lines_suite):
6999
7000         Fix leaks and re-enable the test for valgrind checking.
7001
7002 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         Patch by: Sjoerd Simons  <sjoerd at luon net>
7005
7006         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7007         (plugin_init):
7008           Add typefind function for multipart/x-mixed-replace (#348916).
7009
7010 2006-07-28  Wim Taymans  <wim@fluendo.com>
7011
7012         * gst/adder/gstadder.c: (gst_adder_setcaps),
7013         (gst_adder_query_duration):
7014         Fix leak in duration query.
7015         Reflow some docs and notes.
7016
7017 2006-07-28  Michael Smith  <msmith@fluendo.com>
7018
7019         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7020         (vorbisenc_suite):
7021           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7022           aspect of it.
7023
7024 2006-07-28  Michael Smith  <msmith@fluendo.com>
7025
7026         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7027         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7028         (gst_vorbis_enc_push_buffer),
7029         (gst_vorbis_enc_buffer_check_discontinuous),
7030         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7031         * ext/vorbis/vorbisenc.h:
7032           Handle discontinuities in the input vorbis stream correctly,
7033           so that the output is properly timestamped (and has good granulepos
7034           values). Needs some oggmux fixes too.
7035
7036 2006-07-27  Wim Taymans  <wim@fluendo.com>
7037
7038         patch by: Kai Vehmanen <kv2004 eca cx>
7039
7040         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7041         (gst_base_rtp_depayload_chain),
7042         (gst_base_rtp_depayload_handle_sink_event),
7043         (gst_base_rtp_depayload_change_state):
7044         Don't send multiple newsegments with different formats.
7045         Fixes #348677.
7046
7047 2006-07-26  Wim Taymans  <wim@fluendo.com>
7048
7049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7050         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7051         Make seeking in ogg more accurate again by doing the more correct
7052         granuletime to stream time conversion.
7053
7054 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7055
7056         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7057         (gst_multi_fd_sink_new_client):
7058           debug a little more understandably
7059           do not use goto as a substitute for break, especially if
7060           break is also being used
7061
7062 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7065         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7066           Remove GLib-2.6 compatibility cruft.
7067
7068 2006-07-24  Wim Taymans  <wim@fluendo.com>
7069
7070         * gst-libs/gst/audio/gstbaseaudiosink.c:
7071         (gst_base_audio_sink_render):
7072         Don't try to align a sample to an unknown value.
7073
7074 2006-07-24  Wim Taymans  <wim@fluendo.com>
7075
7076         * gst-libs/gst/audio/gstbaseaudiosink.c:
7077         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7078         When the audio clock is slaved to another clock, never try to align
7079         samples but trust the rate interpolation algorithm.
7080
7081 2006-07-24  Wim Taymans  <wim@fluendo.com>
7082
7083         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7084         Don't try to calculate silence samples, base class does this much
7085         better now.
7086
7087         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7088         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7089         (gst_ring_buffer_acquire):
7090         Calculate silence samples correctly.
7091
7092         * gst-libs/gst/audio/gstringbuffer.h:
7093         Add _CAST macro.
7094
7095 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7098           Limit search for the first markup tag to the first few kB of
7099           the file. If we don't find one there, it's highly unlikely that
7100           this is an XML(-ish) file.
7101
7102 2006-07-21  Andy Wingo  <wingo@pobox.com>
7103
7104         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7105         test to the one in vorbisenc. Also commented out.
7106
7107         * tests/check/pipelines/vorbisenc.c: 
7108         (test_discontinuity): New test, commented out until Mike lands
7109         some elite vorbisenc patches.
7110
7111         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7112         Bufferstraw was actually factored out of these tests. Now we share
7113         code yay.
7114
7115         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7116         for bufferstraw addition to gstcheck.
7117
7118 2006-07-21  Wim Taymans  <wim@fluendo.com>
7119
7120         * ext/theora/theoradec.c: (clip_buffer):
7121         Better clipping.
7122
7123 2006-07-21  Wim Taymans  <wim@fluendo.com>
7124
7125         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7126         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7127         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7128         Fix leak.
7129         Avoid type casting when we can.
7130
7131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7132         Fix mem leak.
7133
7134 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         * ext/alsa/gstalsamixerelement.c:
7137         (gst_alsa_mixer_element_change_state):
7138           Make state change fail if the specified device can't be opened
7139           for some reason.
7140
7141 2006-07-20  Wim Taymans  <wim@fluendo.com>
7142
7143         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7144         (cb_newpad), (main):
7145         Example of a small audio/video player using decodebin.
7146
7147 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7148
7149         * gst-libs/gst/riff/riff-ids.h:
7150           Add 'fact' chunk id
7151
7152 2006-07-19  Wim Taymans  <wim@fluendo.com>
7153
7154         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7155         (gst_base_rtp_depayload_chain),
7156         (gst_base_rtp_depayload_change_state):
7157         Don't assert when not negotiated but post a meaningfull 
7158         error message. Fixes #347918.
7159
7160         * gst-libs/gst/rtp/gstbasertppayload.c:
7161         Add comment about better default MTU size.
7162
7163         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7164         Small cleanups, start docs.
7165
7166 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         Patch by: Martin Szulecki
7169
7170         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7171           If "device-name" is requested and the device is not
7172           open, try to temporarily open it to obtain this
7173           information (#342494).
7174
7175 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7176
7177         * gst-libs/gst/tag/gstid3tag.c:
7178           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7179
7180         * gst-libs/gst/tag/gsttageditingprivate.h:
7181         * gst-libs/gst/tag/gstvorbistag.c:
7182           Some more random const-ifications.
7183
7184 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7185
7186         * gst-libs/gst/riff/riff-ids.h:
7187         * gst-libs/gst/riff/riff-media.c:
7188         (gst_riff_create_video_template_caps):
7189           Add more FOURCCs (sort list to make stuff easier to find),
7190           add comment what those 16 bytes in struct _gst_riff_strh according to
7191           one avi-dumper are
7192
7193 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         * gst-libs/gst/audio/multichannel.c:
7196         (gst_audio_check_channel_positions),
7197         (gst_audio_fixate_channel_positions):
7198           Const-ify two arrays.
7199
7200 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7203           Fix typo, so that alsasink also advertises 8 channels
7204           if that's supported (tags: can, worms, open, alsa, ph34r).
7205
7206 2006-07-17  Wim Taymans  <wim@fluendo.com>
7207
7208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7209         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7210         *sigh*, when is the compiler going to warn when the comments
7211         are out-of-sync with the code.. Refix case of busted theora
7212         headers with 0 granule pos.
7213
7214 2006-07-14  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7217         (gst_base_rtp_depayload_wait),
7218         (gst_base_rtp_depayload_change_state),
7219         (gst_base_rtp_depayload_set_property),
7220         (gst_base_rtp_depayload_get_property):
7221         Fix 99% cpu load by waiting for absolute times on the
7222         clock. Fixes #347300.
7223
7224 2006-07-14  Andy Wingo  <wingo@pobox.com>
7225
7226         * ext/theora/gsttheoraparse.h: 
7227         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7228         (theora_parse_push_headers, theora_parse_clear_queue)
7229         (theora_parse_drain_queue_prematurely, )
7230         (theora_parse_sink_event, theora_parse_change_state): Queue events
7231         until we initialized our state, like in vorbisparse.
7232
7233         * ext/vorbis/vorbisparse.h: 
7234         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7235         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7236         (vorbis_parse_drain_queue_prematurely, )
7237         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7238         until we have initialized our state. Fixes seeking after an
7239         initial pad block.
7240
7241 2006-07-14  Andy Wingo  <wingo@pobox.com>
7242
7243         Patch by: Iain Holmes <iaingnome@gmail.com>
7244         
7245         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7246
7247 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7248
7249         * configure.ac:
7250         Bump nano back to CVS
7251
7252 === release 0.10.9 ===
7253
7254 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7255
7256         * configure.ac:
7257           releasing 0.10.9, "I walk the line"
7258
7259 2006-07-14  Michael Smith  <msmith@fluendo.com>
7260
7261         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7262           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7263           (commonly happens when running this test under valgrind) when trying
7264           to remove the buffer probe.
7265
7266 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7267
7268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7269         Fix missing g_unlock from the previous commit
7270
7271 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7272
7273         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7274         (gst_ximagesink_change_state):
7275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7276         (gst_xvimagesink_change_state):
7277         Implement a locking order to ensure we always take the object lock
7278         before the x_lock and never vice-versa.
7279
7280 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7281
7282         * gst/playback/gstdecodebin.c: (find_compatibles):
7283         Fix a caps leak when linking (#347304)
7284
7285         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7286         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7287         (gst_ximagesink_change_state):
7288         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7289         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7290         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7291         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7292         Don't leak shared memory resources. Use the object lock to protect
7293         against the xcontext disappearing while returning a buffer from the
7294         pipeline. (#347304)
7295
7296 2006-07-12  Edward Hervey  <edward@fluendo.com>
7297
7298         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7299         (vorbis_handle_comment_packet):
7300         gst_tag_list_merge() returns a new object. Take that into account when
7301         using it. This avoids memleak.
7302         Revert previous commit which is not needed.
7303
7304 2006-07-12  Edward Hervey  <edward@fluendo.com>
7305
7306         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7307         Reset the decoder in finalize so that all fields get cleared.
7308
7309 2006-07-12  Wim Taymans  <wim@fluendo.com>
7310
7311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7312         (gst_base_audio_src_set_clock),
7313         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7314         Don't try to post an error message when setting the clock fails
7315         as this can happen when adding an element to a bin which will then
7316         deadlock. Fixes #347296.
7317
7318 2006-07-12  Edward Hervey  <edward@fluendo.com>
7319
7320         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7321         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7322         (vorbis_handle_type_packet):
7323         Post tag messages on the bus even if we're not initialized.
7324         If we're not initialized, we still postpone the event pushing of tags.
7325
7326 2006-07-12  Wim Taymans  <wim@fluendo.com>
7327
7328         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7329         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7330         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7331         Revert last two changes that broke the freeze.
7332
7333 2006-07-12  Wim Taymans  <wim@fluendo.com>
7334
7335         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7336         basesink calculates silence sample correctly for us.
7337
7338 2006-07-12  Wim Taymans  <wim@fluendo.com>
7339
7340         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7341         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7342         Calculate correct silence samples so we don't fill our ringbuffer
7343         with noise.
7344
7345 2006-07-12  Edward Hervey  <edward@fluendo.com>
7346
7347         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7348         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7349         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7350         * ext/vorbis/vorbisdec.h:
7351         Delay sending events (newsegment, tags) until the decoder is properly
7352         initialized.
7353         Fixes #347295
7354
7355 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7356
7357         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7358         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7359           Patch from #347221 adding a test for audioconvert
7360           channel remappings.
7361
7362 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7365         (gst_ssa_parse_parse_line):
7366           Don't include the terminating NUL in the buffer size,
7367           it's only there for extra paranoia (would add random
7368           '*' characters at the end of each subtitle since the
7369           terminator itself is not valid UTF-8 technically).
7370           Also fix indenting after boilerplate macro.
7371
7372 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * gst/playback/gstdecodebin.c: (close_pad_link):
7375           Also emit 'unknown-type' signal (which should really be
7376           called unhandled-type) if we found potential decoders/demuxers
7377           in the registry but none of them worked in the end (as in the
7378           case where the plugins don't exist any longer but are still
7379           listed in the registry). Fixes #329798.
7380
7381 2006-07-08  Andy Wingo  <wingo@pobox.com>
7382
7383         * theoraparse.c (theora_parse_push_buffer)
7384         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7385         Add some more debugging. Fix granulepos reconstruction in the face
7386         of discontinuities.
7387
7388 2006-07-06  Wim Taymans  <wim@fluendo.com>
7389
7390         * gst-libs/gst/audio/gstbaseaudiosink.c:
7391         (gst_base_audio_sink_class_init),
7392         (gst_base_audio_sink_provide_clock):
7393         Use gobject_class instead of G_OBJECT_CLASS (klass)
7394
7395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7396         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7397         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7398         (gst_base_audio_src_get_time),
7399         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7400         (gst_base_audio_src_create_ringbuffer):
7401         Fix latency and buffer-time constants and properties ala basesink.
7402         Implement pull based scheduling. Fixes #346527.
7403         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7404         one segment.
7405         Refuse slaving to another clock instead of silently not working.
7406         Only provide a clock when we are actually able to do so.
7407         Various small cleanups and compiler hints.
7408
7409 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         Patch by: Lutz Mueller <lutz at topfrose de>
7412
7413         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7414         (plugin_init):
7415           Add typefinding for text/html (#346581).
7416
7417 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7420         (xml_check_first_element), (xml_type_find), (smil_type_find):
7421           Fix SMIL typefinding, make xml_check_first_element() more
7422           useful.
7423
7424 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7425
7426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7427         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7428         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7429         * gst/playback/gstplaybasebin.h:
7430           Protect list of elements with a subtitle-encoding property and
7431           the subtitle encoding member itself with a lock of their own
7432           instead of using the object lock. This prevents a dead-lock in
7433           the element-remove callback in some circumstances when shutting
7434           down playbin.
7435
7436 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7437
7438         * win32/common/libgsttag.def:
7439         Export some new functions.
7440         * win32/vs6/libgstogg.dsp:
7441         Add a link to libgsttag-0.10.lib.
7442
7443 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7446           Some const-ification.
7447
7448 2006-07-04  Wim Taymans  <wim@fluendo.com>
7449
7450         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7451         Improve checking if we are dealing with a stream. Added some
7452         more uris that need buffering.
7453
7454 2006-07-03  Edward Hervey  <edward@fluendo.com>
7455
7456         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7457         Remove unused variable.
7458
7459 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         * Makefile.am:
7462           include lcov.mak
7463         * configure.ac:
7464           add GCOV_LIBS to GST_LIBS
7465
7466 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7469
7470         * ext/alsa/gstalsasrc.c:
7471           Add 32 bps to template caps and increase channels range
7472           from [1,2] to [1,MAX]. See #346326.
7473
7474 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7475
7476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7477           Recognise 'WMVA' video codec fourcc (#345879).
7478           
7479 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7480          
7481         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7482           Fixed nasty memory leak
7483
7484 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7485
7486         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7487         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7488           fix logging
7489
7490 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7491
7492         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7493         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7494         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7495         Protect remove_fakesink using a mutex, so that we don't try and
7496         remove the fakesink simultaneously from multiple threads.
7497
7498         When going from READY to PAUSED, restore the fakesink, so that
7499         it is there when decodebin gets reused.
7500
7501 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7505         * gst-libs/gst/rtp/gstbasertppayload.c:
7506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7507         * gst/tcp/gstmultifdsink.c:
7508         * gst/tcp/gsttcpclientsink.c:
7509         * gst/tcp/gsttcpclientsrc.c:
7510         * gst/tcp/gsttcpserversink.c:
7511         * gst/tcp/gsttcpserversrc.c:
7512         * gst/videorate/gstvideorate.c:
7513         * gst/videotestsrc/gstvideotestsrc.c:
7514         * sys/v4l/gstv4ljpegsrc.c:
7515         * sys/v4l/gstv4lmjpegsink.c:
7516         * sys/v4l/gstv4lsrc.c:
7517         * tests/examples/seek/scrubby.c:
7518         * tests/examples/seek/seek.c:
7519           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7520
7521 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7522
7523         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7524           Second field in GEnumValue shouldn't be a description,
7525           but a stringified version of the enum value.
7526
7527 2006-06-22  Wim Taymans  <wim@fluendo.com>
7528
7529         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7530         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7531         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7532         Avoid type checking in buffer casts.
7533         Avoid caps copy in buffer_alloc when we can.
7534         Use pad_peer_accept.
7535
7536 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * gst-libs/gst/tag/tag.h:
7539           Oops, make that 'Since: 0.10.9'.
7540
7541 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7542
7543         * docs/libs/gst-plugins-base-libs-sections.txt:
7544         * gst-libs/gst/tag/tag.h:
7545         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7546         (gst_tag_image_type_get_type):
7547           API: add GstTagImageType enum to describe images contained
7548           in image tags (#345641).
7549
7550 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7553           Fix warnings with gst-inspect: "buffers-min" property
7554           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7555           typo in property description.
7556
7557 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         Patch by: Cody Russell <bratsche at gnome org>
7560
7561         * gst/audioresample/gstaudioresample.c:
7562         (gst_audioresample_class_init):
7563         * gst/playback/gststreamselector.c:
7564         (gst_stream_selector_class_init):
7565         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7566         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7567         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7568         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7569         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7570         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7571         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7572         * gst/videotestsrc/gstvideotestsrc.c:
7573         (gst_video_test_src_class_init):
7574         * gst/volume/gstvolume.c: (gst_volume_class_init):
7575           Avoid unnecessary class cast check in class_init
7576           functions (#337747).
7577
7578 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7581         (gst_text_overlay_video_chain):
7582           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7583           and doesn't validate its input either (and neither did
7584           textoverlay it seems). Let's do that then and fix #345206.
7585
7586 2006-06-19  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7589         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7590         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7591         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7592         (find_syncframe), (find_limits), (assign_value),
7593         (count_burst_unit), (gst_multi_fd_sink_new_client),
7594         (gst_multi_fd_sink_handle_client_write),
7595         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7596         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7597         (gst_multi_fd_sink_change_state):
7598         * gst/tcp/gstmultifdsink.h:
7599         Added shiny new burst-on-connect methods.
7600         Add properties to control the minimal amount of data queued.
7601         Small cleanups.
7602         API: bytes-min property
7603         API: time-min property
7604         API: buffers-min property
7605         API: burst-unit property
7606         API: burst-value property
7607         API: add-full signal
7608
7609         * gst/tcp/gsttcp-marshal.list:
7610         Added new marshaller code for the new signal.
7611
7612         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7613         (multifdsink_suite):
7614         Added testcases for new burst methods.
7615
7616 2006-06-19  Edward Hervey  <edward@fluendo.com>
7617
7618         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7619         Implement clipping for accurate seeking.
7620         Closes #345225
7621
7622 2006-06-19  Wim Taymans  <wim@fluendo.com>
7623
7624         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7625
7626         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7627         (gst_video_scale_transform):
7628         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7629
7630 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * configure.ac:
7633           Fix --disable-external (can't set conditionals conditionally,
7634           #343602).
7635
7636 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * tests/check/elements/audioresample.c: (test_reuse),
7639         (audioresample_suite):
7640           Add test case for bug #342789 fixed below.
7641
7642 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * gst/audioresample/gstaudioresample.c:
7645         (gst_audioresample_class_init), (gst_audioresample_init),
7646         (audioresample_start), (audioresample_stop),
7647         (gst_audioresample_set_property), (gst_audioresample_get_property):
7648           Implement GstBaseTransform::start and ::stop so that audioresample
7649           can clear its internal state properly and be reused instead of
7650           causing non-negotiated errors with playbin under some circumstances
7651           (#342789).
7652
7653         * tests/check/elements/audioresample.c: (setup_audioresample),
7654         (cleanup_audioresample):
7655           Need to set element state here so that ::start and ::stop are
7656           called.
7657
7658 2006-06-16  Wim Taymans  <wim@fluendo.com>
7659
7660         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7661
7662         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7663         Parse extra data better, apparently it's right behind
7664         the normal strf header size. Fixes #343500.
7665
7666 2006-06-16  Wim Taymans  <wim@fluendo.com>
7667
7668         * ext/alsa/gstalsasink.c: (set_hwparams):
7669         If we fail to set the buffer_time and period_time alsa
7670         parameters, post a warning and leave alsa select a 
7671         default instead of failing. Fixes #342085
7672
7673 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * docs/libs/gst-plugins-base-libs-sections.txt:
7676         * gst-libs/gst/cdda/gstcddabasesrc.h:
7677           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7678           out in the header file and shouldn't be listed in the docs.
7679
7680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7681           Must dereference pointer to fourcc in the debug statement.
7682
7683 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7684
7685         * docs/libs/Makefile.am:
7686         * docs/libs/gst-plugins-base-libs-docs.sgml:
7687         * docs/libs/gst-plugins-base-libs-sections.txt:
7688         * docs/libs/gst-plugins-base-libs.types:
7689         add remaining symbols into correct setions
7690         
7691         * gst-libs/gst/audio/gstringbuffer.c:
7692         fix incomplete docs
7693         
7694         * gst-libs/gst/audio/gstringbuffer.h:
7695         comment out not yet implemented function
7696         
7697         
7698         * gst-libs/gst/floatcast/floatcast.h:
7699         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7700         add short descriptions
7701         
7702         
7703         * gst-libs/gst/interfaces/propertyprobe.c:
7704         fix return value docs   
7705         
7706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7707         simplify debug logging
7708         
7709         * gst-libs/gst/riff/riff-read.h:
7710         sync function prototype and docs
7711         
7712         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7713         remove left over symbol
7714
7715 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * autogen.sh:
7718         * configure.ac:
7719         * docs/Makefile.am:
7720           Use GST_PLUGIN_DOCS macro in configure.ac, add
7721           --enable-plugin-docs default to autogen.sh and use
7722           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7723
7724 2006-06-15  Wim Taymans  <wim@fluendo.com>
7725
7726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7727         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7728         (gst_ogg_demux_loop):
7729         Combine GstFlowReturn from the source pads to give a
7730         meaningfull result to the upstream peer or to stop the
7731         processing task in case of errors.
7732
7733 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         * gst/playback/gststreaminfo.c: (cb_probe):
7736           Try GST_TAG_CODEC as fallback when extracting the
7737           codec name; more debug info.
7738
7739 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * ext/ogg/Makefile.am:
7742         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7743           Extract language tags from ogm subtitle streams, so that
7744           the subtitle menu choices are labelled correctly in
7745           Totem (fixes #344708).
7746
7747 2006-06-14  Wim Taymans  <wim@fluendo.com>
7748
7749         Patch by: Alessandro Decina <alessandro at nnva dot org>
7750
7751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7752         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7753         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7754         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7755         Fix various leaks. Fixes #343699.
7756         Add x-smoke mime type.
7757
7758 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         * gst-libs/gst/riff/riff-ids.h:
7761           Add IDs for 'bext' chunks (see #343837).
7762
7763 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         Patch by: Young-Ho Cha  <ganadist at chollian net>
7766
7767         * gst/subparse/samiparse.c: (sami_context_pop_state),
7768         (handle_start_font), (end_sami_element):
7769           Honour font face tags in SAMI subtitles (#344503).
7770
7771 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * po/POTFILES.in:
7774           add missing files containing translatable strings
7775
7776 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7777
7778         * docs/libs/tmpl/.cvsignore:
7779           we don't want those *.sgml files in CVS either
7780
7781 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7782
7783         * docs/libs/.cvsignore:
7784         * tests/check/elements/.cvsignore:
7785         * tests/check/libs/.cvsignore:
7786           ignore more
7787
7788 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7789
7790         * docs/libs/Makefile.am:
7791           also commiting the changed Makefile.am (added more libs to the
7792           doc-build)
7793
7794 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7795
7796         * docs/libs/gst-plugins-base-libs-docs.sgml:
7797         * docs/libs/gst-plugins-base-libs-sections.txt:
7798         * docs/libs/gst-plugins-base-libs.types:
7799           first batch of reordering things, add index & hierarchy
7800
7801 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7802
7803         * configure.ac:
7804           use GST_PKG_CHECK_MODULES, cleans up output
7805
7806 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7809           Add support for burn:// URIs (#343385); const-ify things a bit,
7810           use G_N_ELEMENTS instead of hard-coded array size.
7811
7812 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         Patch by: Young-Ho Cha  <ganadist at chollian net>
7815
7816         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7817           Fix up broken entities before passing them to libxml *sigh*.
7818           (#343303).
7819           
7820 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7821
7822         * configure.ac:
7823           back to TRUNK
7824
7825 === release 0.10.8 ===
7826
7827 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7828
7829         * configure.ac:
7830           releasing 0.10.8, "Moar gij ziet mij nie"
7831
7832 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7833
7834         * configure.ac:
7835         * po/af.po:
7836         * po/az.po:
7837         * po/cs.po:
7838         * po/en_GB.po:
7839         * po/hu.po:
7840         * po/it.po:
7841         * po/nb.po:
7842         * po/nl.po:
7843         * po/or.po:
7844         * po/sq.po:
7845         * po/sr.po:
7846         * po/sv.po:
7847         * po/uk.po:
7848         * po/vi.po:
7849         * win32/common/config.h:
7850           0.10.7.2 prerelease
7851
7852 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7853
7854         * docs/libs/tmpl/gstaudio.sgml:
7855         * docs/libs/tmpl/gstcolorbalance.sgml:
7856         * docs/libs/tmpl/gstmixer.sgml:
7857         * docs/libs/tmpl/gstringbuffer.sgml:
7858         * docs/libs/tmpl/gsttuner.sgml:
7859         * docs/libs/tmpl/gstxoverlay.sgml:
7860         * gst-libs/gst/audio/audio.c:
7861         * gst-libs/gst/audio/gstringbuffer.c:
7862         * gst-libs/gst/interfaces/colorbalance.c:
7863         * gst-libs/gst/interfaces/mixer.c:
7864         * gst-libs/gst/interfaces/tuner.c:
7865         * gst-libs/gst/interfaces/xoverlay.c:
7866           move last template doc snippets to source code and delete them
7867
7868 2006-06-06  Michael Smith  <msmith@fluendo.com>
7869
7870         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7871         (theora_parse_drain_queue):
7872           Mark DELTA_UNIT on non-keyframes.
7873
7874 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7875
7876         * gst-libs/gst/audio/gstbaseaudiosink.c:
7877         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7878         * gst-libs/gst/audio/gstbaseaudiosink.h:
7879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7880         (gst_ring_buffer_samples_done):
7881         * gst-libs/gst/audio/gstringbuffer.h:
7882         Document better the fact that latency_time and buffer_time are values
7883         stored in microseconds, and not the usual GStreamer nanoseconds.
7884         Change the variables (compatibly) that store them from GstClockTime 
7885         to guint64 to make it more clear that they're not storing clock times.
7886         Also, remove the bogus property description that says the user can
7887         specify -1 to get the default value, since that's never been the case.
7888
7889         When computing the default segment size for the ring buffer, make it
7890         an integer number of samples.
7891
7892         When the sub-class indicates a delay greater than the number of
7893         samples we've written return 0 from the audio sink get_time method.
7894
7895 2006-06-02  Michael Smith  <msmith@fluendo.com>
7896
7897         * tests/check/elements/audioconvert.c: (set_channel_positions),
7898         (get_float_mc_caps), (get_int_mc_caps):
7899         * tests/check/elements/audioresample.c:
7900         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7901         * tests/check/elements/videorate.c:
7902         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7903         * tests/check/elements/volume.c:
7904         * tests/check/elements/vorbisdec.c:
7905         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7906           Don't busy-wait in tests; this was causing test timeouts very
7907           frequently when running under valgrind.
7908
7909 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7910
7911         * gst/tcp/README:
7912         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7913         (gst_multi_fd_sink_remove_client_link),
7914         (gst_multi_fd_sink_client_queue_caps),
7915         (gst_multi_fd_sink_client_queue_buffer),
7916         (gst_multi_fd_sink_handle_client_write),
7917         (gst_multi_fd_sink_render):
7918         * gst/tcp/gstmultifdsink.h:
7919           make multifdsink properly deal with streamheader:
7920           - streamheader is taken from caps
7921           - buffers marked with IN_CAPS are not sent
7922           - streamheaders are sent, on connection, from the caps of the
7923             buffer where the client gets positioned to
7924           - further streamheader changes are done every time the client
7925             will receive a buffer with different caps
7926         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7927         (gst_multifdsink_create_streamheader):
7928           add tests for this
7929
7930 2006-06-02  Michael Smith  <msmith@fluendo.com>
7931
7932         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7933           Reinstate limit on channel count. Vorbis does not define the meaning
7934           of > 6 channels, so they're just independent channels. Gstreamer
7935           currently has no mechanism to represent N independent channels.
7936
7937 2006-06-02  Michael Smith  <msmith@fluendo.com>
7938
7939         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7940           Don't arbitrarily restrict channel counts and rate in vorbis.
7941           In terms of effects likely on real-world files, this fixes 96kHz
7942           playback of vorbis.
7943
7944 2006-06-02  Michael Smith  <msmith@fluendo.com>
7945
7946         * gst/audioconvert/audioconvert.c: (float):
7947           More correct float->int conversion.
7948
7949 2006-06-02  Michael Smith  <msmith@fluendo.com>
7950
7951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7952           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7953           value. Fixes g-critical on trying to play back ogg containing
7954           unknown codec.
7955
7956 2006-06-02  Wim Taymans  <wim@fluendo.com>
7957
7958         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7959         (setup_source):
7960         * gst/playback/gstplaybasebin.h:
7961         Make the subtitle detection work from any thread so we don't
7962         deadlock. Fixes #343397.
7963
7964 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         * gst/volume/Makefile.am:
7967           Seriously, it's not *that* hard to get compilation right.  Even
7968           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7969
7970 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7971
7972         * gst/volume/gstvolume.c: (volume_choose_func),
7973         (volume_update_real_volume), (gst_volume_class_init),
7974         (gst_volume_init), (volume_process_float), (volume_process_int16),
7975         (volume_process_int16_clamp), (volume_set_caps),
7976         (volume_transform_ip), (plugin_init):
7977         * gst/volume/gstvolume.h:
7978         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7979         another property desc., remove unused param from process function
7980         
7981         * tests/check/elements/volume.c: (volume_suite):
7982         reactivate the passthrough test
7983
7984 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7985
7986         * ext/alsa/gstalsamixerelement.h:
7987         * ext/alsa/gstalsamixeroptions.h:
7988         * ext/alsa/gstalsamixertrack.h:
7989         * ext/gnomevfs/gstgnomevfssink.h:
7990         * ext/gnomevfs/gstgnomevfssrc.h:
7991         * ext/theora/gsttheoradec.h:
7992         * ext/theora/gsttheoraenc.h:
7993         * ext/theora/gsttheoraparse.h:
7994         * ext/vorbis/vorbisparse.h:
7995         * gst-libs/gst/audio/gstaudioclock.h:
7996         * gst-libs/gst/audio/gstaudiofilter.h:
7997         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7998         * gst/audioconvert/gstaudioconvert.h:
7999         * gst/audioresample/gstaudioresample.h:
8000         * gst/audiotestsrc/gstaudiotestsrc.h:
8001         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8002         * gst/playback/gststreamselector.h:
8003         * gst/tcp/gstmultifdsink.h:
8004         * gst/tcp/gsttcpclientsink.h:
8005         * gst/tcp/gsttcpclientsrc.h:
8006         * gst/tcp/gsttcpserversink.h:
8007         * gst/tcp/gsttcpserversrc.h:
8008         * gst/videorate/gstvideorate.h:
8009         * gst/videoscale/gstvideoscale.h:
8010         * gst/videotestsrc/gstvideotestsrc.h:
8011         * gst/volume/gstvolume.h:
8012         * sys/v4l/gstv4ljpegsrc.h:
8013         * sys/v4l/gstv4lmjpegsink.h:
8014         * sys/v4l/gstv4lmjpegsrc.h:
8015         * sys/v4l/gstv4lsrc.h:
8016         * sys/ximage/ximagesink.h:
8017         * sys/xvimage/xvimagesink.h:
8018         * tests/old/testsuite/alsa/sinesrc.h:
8019         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8020
8021 2006-05-31  Wim Taymans  <wim@fluendo.com>
8022
8023         * ext/libvisual/visual.c: (gst_visual_reset),
8024         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8025         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8026         Handle DISCONT.
8027         Use running time before doing QoS.
8028         Handle mono too.
8029
8030 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8031
8032         * docs/libs/Makefile.am:
8033           set a magic variable to indicate we know the docs are incomplete
8034
8035 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8036
8037         * win32/common/libgstvideo.def:
8038           export gst_video_calculate_display_ratio
8039         * win32/vs6/libgstvideoscale.dsp:
8040           add link to libgstvideo-0.10.lib
8041
8042 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * gst/playback/gstplaybasebin.c: (gen_source_element):
8045           Throw a more comprehensible error for rtsp:// URIs (rather
8046           than erroring out with a negotiation error later on) until
8047           we fix playbin to handle rtspsrc etc.
8048
8049 2006-05-30  Wim Taymans  <wim@fluendo.com>
8050
8051         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8052         (gst_text_overlay_text_event):
8053         Added some FIXMEs.
8054
8055 2006-05-30  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8058         (gst_adder_request_new_pad), (gst_adder_release_pad):
8059         * gst/adder/gstadder.h:
8060         Implement release_request_pad.
8061         Make padcounter atomic.
8062
8063         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8064         Added check for release_pad in adder.
8065
8066 2006-05-30  Wim Taymans  <wim@fluendo.com>
8067
8068         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8069         Fix build again.
8070
8071 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8072
8073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8074         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8075         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8076         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8077         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8078         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8079         (gst_ogg_demux_bisect_forward_serialno),
8080         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8081         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8082           add more debugging
8083           clean up printf formats for granulepos and serialno
8084
8085 2006-05-30  Michael Smith  <msmith@fluendo.com>
8086
8087         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8088         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8089         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8090         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8091         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8092         * ext/vorbis/vorbisenc.h:
8093           Multi-channel caps negotiation, so we can do proper multichannel
8094           vorbis encoding, negotiated through audioconvert.
8095
8096 2006-05-30  Wim Taymans  <wim@fluendo.com>
8097
8098         * tests/check/elements/adder.c: (test_event_message_received),
8099         (test_play_twice_message_received), (GST_START_TEST),
8100         (adder_suite):
8101         Added check to show that #339935 is fixed with ongoing
8102         adder and collectpads fixes.
8103
8104 2006-05-29  Wim Taymans  <wim@fluendo.com>
8105
8106         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8107         Don't leak pad name.
8108
8109 2006-05-29  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/adder/gstadder.c: (gst_adder_query_duration),
8112         (forward_event_func), (forward_event), (gst_adder_src_event):
8113         Fix adder seeking.
8114         Make query/seeking code threadsafe.
8115
8116         * tests/check/Makefile.am:
8117         * tests/check/elements/adder.c: (test_event_message_received),
8118         (GST_START_TEST), (test_play_twice_message_received):
8119         Fix adder test case.
8120
8121 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         Patch by: Young-Ho Cha  <ganadist at chollian net>
8124
8125         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8126         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8127         (set_encoding_element), (decodebin_element_added_cb),
8128         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8129         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8130         * gst/playback/gstplaybasebin.h:
8131           Add 'subtitle-encoding' property to playbin, so applications can
8132           force a subtitle encoding for non-UTF8 subtitles (#342268).
8133
8134         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8135         (gst_sub_parse_set_property):
8136           Rename recently-added 'encoding' property to 'subtitle-encoding'
8137           (so it can be proxied by playbin/decodebin in a generic way
8138           with less danger of false positives).
8139
8140 2006-05-29  Michael Smith  <msmith@fluendo.com>
8141
8142         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8143         (append_with_other_format), (set_structure_widths),
8144         (gst_audio_convert_transform_caps):
8145           Patch from #341562: give more specific audio caps in get_caps, so
8146           that basetransform  can make better decisions on what caps to
8147           negotiate.
8148
8149 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8150
8151         * tests/check/elements/volume.c:
8152         make it compile again
8153
8154 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8155
8156         * tests/check/elements/volume.c: (volume_suite):
8157         disable test until #343196 gets resolved
8158
8159 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8160
8161         * gst/adder/gstadder.c: (gst_adder_get_type):
8162         Make it easier to copy&paste
8163         
8164         * gst/volume/Makefile.am:
8165         * gst/volume/gstvolume.c: (volume_update_real_volume),
8166         (gst_volume_set_volume), (gst_volume_set_mute),
8167         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8168         (volume_transform_ip), (volume_update_mute),
8169         (volume_update_volume):
8170         * gst/volume/gstvolume.h:
8171         Add own debug category, move duplicate code to helper function, fix
8172         property texts, add more comments and prepare ffor liboil-goodness
8173         
8174         * tests/check/Makefile.am:
8175         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8176         add test for mute and passtrough case, be a bit more verbose to track
8177         failure
8178         
8179         * tests/check/generic/states.c: (GST_START_TEST):
8180         catch elements that fail to instantiate
8181
8182 2006-05-28  Edward Hervey  <edward@fluendo.com>
8183
8184         * tests/check/pipelines/simple-launch-lines.c:
8185         * tests/check/pipelines/theoraenc.c:
8186         * tests/check/pipelines/vorbisenc.c:
8187         Comment out tests using parse_launch() if core was built without
8188         parsing capabilities.
8189
8190 2006-05-27  Edward Hervey  <edward@fluendo.com>
8191
8192         * tests/check/Makefile.am:
8193         Extra bonus points for whoever explains to ensonic that you are meant
8194         to test unit tests thoroughly before commiting them, especially if
8195         you know it's going to break.
8196         De-activated element/adder tests.
8197
8198 2006-05-27  Edward Hervey  <edward@fluendo.com>
8199
8200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8201         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8202         Marking caps conversion issues as GST_WARNING is way too verbose,
8203         Moving them to GST_LOG.
8204
8205 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8206
8207         * README:
8208           Replace current README (containing the release notes from
8209           some 0.9.x version) with a proper README taken from the core.
8210
8211 2006-05-26  Wim Taymans  <wim@fluendo.com>
8212
8213         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8214         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8215         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8216         (vorbis_dec_change_state):
8217         Small cleanups.
8218         Add some FIXMEs
8219         Clip output samples to segment boundaries.
8220
8221 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8222
8223         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8224         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8225         Improve the errors produced on bad output, including some human
8226         readable description strings.
8227         Handle the (theoretical for ximagesink) case where the XServer 
8228         has a different idea about the size required for a particular 
8229         frame and gives us too small a memory allocation.
8230
8231 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8232
8233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8234         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8235         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8236         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8237         Improve the errors produced on bad output, including some human 
8238         readable description strings.
8239         Handle RGB Xv formats properly by transforming them into our 
8240         big-endian caps description.
8241         Use gst_caps_truncate to ensure that we never try and choose a
8242         non-fixed caps in buffer_alloc.
8243         Handle the case where the XServer has a different idea about the size
8244         required for a particular frame and gives us too small a memory
8245         allocation.
8246         Use -1 to indicate 'no image format', because 0 is a valid XServer
8247         image format number.
8248         Put RGB Xv formats at the end of the caps, so that we always prefer
8249         YUV format frames.
8250         Iterate the available Xv Encodings to determine the maximum width and
8251         height, and then return that in our caps.
8252         (Closes #315312, #337544)
8253
8254 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8255
8256         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8257         When there is only one unfinished pad and it receives an event that
8258         doesn't match our requirements, we need to set alldone=FALSE so that
8259         the fakesink is not removed yet.
8260
8261 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8262
8263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8264           Use gst_type_find_helper_for_buffer() to find the type
8265           of stream from the first packet.
8266
8267         * configure.ac:
8268           Bump requirements to core CVS (needed for vorbis
8269           typefinding to work).
8270
8271 2006-05-24  Edward Hervey  <edward@fluendo.com>
8272
8273         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8274         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8275         contain.  Else they play perfectly fine with qtdemux.
8276
8277 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8278
8279         * ext/theora/theoradec.c:
8280         * ext/theora/theoraenc.c:
8281         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8282         * gst/audiorate/gstaudiorate.c:
8283           make more debug catagories static
8284         
8285         * tests/check/Makefile.am:
8286         * tests/check/elements/adder.c: (message_received),
8287         (test_event_message_received), (GST_START_TEST),
8288         (test_play_twice_message_received), (adder_suite):
8289           added test case for using element twice, extra bonus points for anyone
8290           who can make these test run reliably
8291
8292 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * ext/theora/theoradec.c: (theora_dec_chain):
8295           Make work with time-stamped input buffers that do not
8296           have a granulepos in BUFFER_OFFSET_END (like theora
8297           buffers coming from matroskademux). Fixes #342448.
8298
8299 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         Patch by: Peter Kjellerstedt  <pkj at axis com>
8302
8303         * gst/tcp/Makefile.am:
8304           fdstresstest doesn't need Gtk+, fix compilation if 
8305           gtk is not available (#342566).
8306
8307 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8308          
8309         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8310           80 line columns
8311           Removed redundant floor()
8312
8313 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8316           On second thought, just skip JUNK chunks automatically, so
8317           the caller doesn't have to handle this. Fixes #342345.
8318           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8319           not GST_FLOW_ERROR.
8320
8321 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8322
8323         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8324           Don't bail out on JUNK chunks with a size of 0 (would try to
8325           pull_range 0 bytes before, which sources don't like too much).
8326           See #342345.
8327
8328 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8329
8330         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8332         Use the gstutil scaling function to preserve 64 bits while calculating
8333         output width and height from the display-aspect-ratio. (A continuation
8334         of #341542)
8335
8336 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8339         (gst_xvimagesink_buffer_alloc):
8340         * sys/xvimage/xvimagesink.h:
8341         When performing buffer allocations, remember the caps and image format
8342         we return so that if the same caps are asked for next time we can
8343         return them immediately without doing any caps intersections.
8344
8345 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8346          
8347         * gst-libs/gst/rtp/README:
8348           Some new documentation
8349         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8350           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8351         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8352         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8353           New RTP audio base payloader class. Supports frame or sample based
8354           codecs.  Not enabled in Makefile.am until approved.
8355
8356 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * tests/check/elements/alsa.c: (test_device_property_probe):
8359           Fix test case: don't try to free NULL GValueArray when there
8360           are no devices.
8361
8362 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * tests/check/Makefile.am:
8365         * tests/check/elements/alsa.c: (test_device_property_probe),
8366         (alsa_suite), (main):
8367           Add simple test that runs a device property probe on alsasrc,
8368           alsasink and alsamixer. Disable valgrind check for now (too
8369           many leaks in libasound, and valgrind ignored my suppressions
8370           additions).
8371
8372 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8375         (gst_alsa_device_property_probe_probe_property),
8376         (gst_alsa_device_property_probe_needs_probe),
8377         (gst_alsa_device_property_probe_get_values),
8378         (gst_alsa_type_add_device_property_probe_interface):
8379         * ext/alsa/gstalsadeviceprobe.h:
8380         * ext/alsa/gstalsamixerelement.c:
8381         (gst_alsa_mixer_element_init_interfaces):
8382         * ext/alsa/gstalsamixerelement.h:
8383           Clean up and simplify alsa device probing. Make it actually work
8384           for multiple classes. Don't cache results any longer.
8385
8386         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8387         (gst_alsasink_init):
8388         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8389         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8390         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8391           Make alsasink and alsasrc implement the GstPropertyProbe interface
8392           for device probing (#342181).
8393           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8394
8395 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * gst/subparse/samiparse.c: (handle_start_font):
8398           Don't ignore return value of strtol (++compiler_happiness).
8399
8400 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         Patch by: Young-Ho Cha  <ganadist chollian net>
8403
8404         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8405         (gst_sub_parse_class_init), (gst_sub_parse_init),
8406         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8407         (convert_encoding):
8408         * gst/subparse/gstsubparse.h:
8409           Add 'encoding' property (#341681).
8410
8411         * gst/subparse/samiparse.c: (characters_sami):
8412           Output is pango markup, so we need to escape text
8413           between tags (#342143).
8414
8415 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8416
8417         * gst-libs/gst/audio/multichannel.c:
8418         (gst_audio_check_channel_positions):
8419           It's okay to have caps with channels=1 and a channel position
8420           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8421           (deinterleavers might want to keep the position in the caps,
8422           so that they can be re-interleaved again properly later).
8423           Leave check for unexpected 2-channel layouts intact for now.
8424
8425 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8426
8427         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8428         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8429         basesrc can do its job correctly.
8430
8431 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8432
8433         * ext/alsa/Makefile.am:
8434         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8435         (gst_alsa_detect_formats), (get_channel_free_structure),
8436         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8437         (gst_alsa_probe_supported_formats):
8438         * ext/alsa/gstalsa.h:
8439         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8440           Refactor and improve caps probing code: probe signedness
8441           when we probe the supported formats/widths; set endianness
8442           to the one we actually probed for (ie. cpu endianness).
8443           
8444         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8445         (gst_alsasrc_close):
8446         * ext/alsa/gstalsasrc.h:
8447           Implement caps probing for alsasrc.
8448
8449 2006-05-15  Wim Taymans  <wim@fluendo.com>
8450
8451         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8452         (theora_dec_src_query), (theora_dec_src_event),
8453         (theora_dec_sink_event), (theora_handle_comment_packet),
8454         (theora_handle_data_packet), (theora_dec_change_state):
8455         Cleanups, add some G_LIKELY.
8456         Use segment helpers instead of our own wrong code.
8457         Clear queued buffers on seek and READY.
8458
8459         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8460         (vorbis_dec_convert), (vorbis_dec_src_query),
8461         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8462         (vorbis_handle_comment_packet), (vorbis_dec_push),
8463         (vorbis_handle_data_packet), (vorbis_dec_chain),
8464         (vorbis_dec_change_state):
8465         * ext/vorbis/vorbisdec.h:
8466         Remove old useless packetno variable.
8467         Do position query properly.
8468         Add some G_LIKELY.
8469         Do cleanup of queued buffers in new helper function
8470         and use it.
8471
8472 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8475           Query supported sample rates. Fixes #341732.
8476
8477 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8478
8479         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8480         (gst_decode_bin_change_state): Make decodebin reusable
8481         when going from PAUSE_TO_READY and then back to PAUSED.
8482         Fixes #331678.
8483
8484 2006-05-15  Wim Taymans  <wim@fluendo.com>
8485
8486         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8487         (vorbis_dec_convert), (vorbis_dec_src_query),
8488         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8489         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8490         (vorbis_dec_clean_queued), (vorbis_dec_push),
8491         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8492         Cleanups. Use refcounting and DEBUG_OBJECT.
8493         Reset segment on flush, use code methods instead of our
8494         own wrong version.
8495         Fix potential memleak.
8496
8497 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8500         (gst_alsasink_init):
8501         * ext/alsa/gstalsasink.h:
8502           Don't leak allocated snd_output_t structure if there's
8503           more than one alsasink instance at a time (#341873).
8504           Also fix GObject macros in header file.
8505           
8506 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8507
8508         * gst/subparse/gstsubparse.c:
8509         (gst_sub_parse_data_format_autodetect):
8510           Don't use libxml functions in the typefinding code.
8511
8512 2006-05-15  Wim Taymans  <wim@fluendo.com>
8513
8514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8515         Fix seeking performance in the case where a non-header 
8516         packet has a 0 granulepos (busted theora case). 
8517         Fixes #341719
8518         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8519          the first place, you limelight stealer you)
8520
8521 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * gst/subparse/gstsubparse.c:
8524         (gst_sub_parse_data_format_autodetect):
8525           Improve SAMI typefinding: handle case where there are
8526           whitespaces or newlines in front of the first <SAMI>
8527           tag (#169936).
8528
8529 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         * configure.ac:
8532           Build video4linux plugin even if there's no XVIDEO, just
8533           without implementing the GstXOverlay interface (#334002).
8534          
8535 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * configure.ac:
8538         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8539         (plugin_init):
8540           Add tentative support for libvisual-0.4 (#336881).
8541
8542 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8543
8544         Patch by: Young-Ho Cha <ganadist at chollian net>
8545
8546         * gst/subparse/samiparse.c: (handle_start_font):
8547           Need to map "silver" colour explicitly (#169936).
8548
8549 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         Patch by: Young-Ho Cha  <ganadist at chollian net>
8552
8553         * gst/subparse/Makefile.am:
8554         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8555         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8556         (gst_sub_parse_format_autodetect), (feed_textbuf),
8557         (gst_subparse_type_find), (plugin_init):
8558         * gst/subparse/gstsubparse.h:
8559         * gst/subparse/samiparse.c:
8560         * gst/subparse/samiparse.h:
8561           Add support for SAMI subtitles (#169936).
8562
8563 2006-05-14  Michael Smith  <msmith@fluendo.com>
8564
8565         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8566           Fix #341696: crash when mixing L+R+C to mono or stereo.
8567         * tests/check/Makefile.am:
8568         * tests/check/elements/audioconvert.c: (set_channel_positions),
8569         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8570         (audioconvert_suite):
8571           Add test for the above, including some generic framework bits for
8572           testing multichannel things.
8573
8574 === release 0.10.7 ===
8575
8576 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8577
8578         * configure.ac:
8579           releasing 0.10.7, "Leave the gun"
8580
8581 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8582
8583         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8585         Fix the build.
8586
8587 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8588
8589         * docs/libs/gst-plugins-base-libs-docs.sgml:
8590         * docs/libs/gst-plugins-base-libs-sections.txt:
8591         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8592         * gst-libs/gst/video/video.h:
8593         * gst/videoscale/Makefile.am:
8594         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8596         * tests/check/Makefile.am:
8597         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8598         (main):
8599           Fix integer overflow problem with pixel-aspect-ratio calculations
8600           in videoscale and xvimagesink (#341542)
8601
8602 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8603
8604         * gst-libs/gst/tag/gstid3tag.c:
8605           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8606
8607 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8608
8609         * win32/MANIFEST:
8610           update win32 files listing
8611
8612 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8613
8614         patch by: Sjoerd Simons (sjoerd@luon.net)
8615
8616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8617         (group_create), (group_destroy), (add_stream),
8618         (gst_play_base_bin_get_property),
8619         (gst_play_base_bin_get_streaminfo_value_array):
8620         * gst/playback/gstplaybasebin.h:
8621           API: GstPlayBaseBin::stream-info-value-array property
8622           use a more bindings-friendly way of exposing streaminfo
8623           using a GValueArray.  Tested in ipython.
8624           Closes #341114
8625
8626 2006-05-11  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8629         (queue_underrun_cb), (queue_filled_cb):
8630         Also catch queue underruns but don't do anything yet.
8631         Refactor and comment queue enlarging code a bit.
8632
8633         * gst/playback/gstplaybasebin.c: (queue_overrun),
8634         (queue_threshold_reached), (queue_out_of_data),
8635         (gen_preroll_element):
8636         If a queue over/underruns check that we don't create nasty
8637         deadlocks when the min-threshold is not reached but the
8638         max-bytes is. In those cases disable max-bytes when we
8639         know that the queue is fed timed data.
8640         Add more comments.
8641
8642 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * gst/playback/gstplaybin.c: (gen_audio_element):
8645           Make playbin automatically plug an 'audioresample'
8646           element before the audio sink as well. This solves
8647           problems with sinks that only accept a very specific
8648           sample rate, like esdsink (e.g. #340379).
8649
8650 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8651
8652         * gst/playback/gstplaybasebin.c: (gen_source_element):
8653           Make http sources send special headers so that we receive
8654           icecast metadata if the http stream is an icecast stream
8655           (otherwise the server will just ignore them). This also
8656           means that from now on users will need the 'icydemux'
8657           element from gst-plugins-good installed if they want to
8658           listen to icecast radio streams. (#341432, #333657).
8659
8660 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8661
8662         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8663         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8664           remove stupid example from docs - it should come with a simple
8665           C program instead.
8666           Clean up/fix docs
8667         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8668         (fail_if_can_read), (GST_START_TEST),
8669         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8670           add a test for changing streamheader which exposes a bug in
8671           multifdsink
8672
8673 2006-05-11  Michael Smith  <msmith@fluendo.com>
8674
8675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8676         (gst_gnome_vfs_src_received_headers_callback):
8677         * ext/gnomevfs/gstgnomevfssrc.h:
8678           Don't set icy-caps unless we have a sane interval value. Move
8679           interval to a local variable; we never use it outside this function.
8680
8681 2006-05-11  Wim Taymans  <wim@fluendo.com>
8682
8683         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8685         Register special buffer types along with the objects so
8686         that they are not registered at runtime from N different
8687         streaming threads since they are not threadsafe.
8688
8689 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8690
8691         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8692         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8693           add two more tests, one doing streamheader
8694
8695 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8696
8697         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8698           clean up the bufqueue when shutting down
8699         * tests/check/Makefile.am:
8700         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8701         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8702         (main):
8703           add a test for the leak that was just fixed
8704
8705 2006-05-10  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/adder/gstadder.c: (gst_adder_setcaps),
8708         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8709         (gst_adder_src_event), (gst_adder_sink_event),
8710         (gst_adder_class_init), (gst_adder_finalize),
8711         (gst_adder_request_new_pad), (gst_adder_collected):
8712         * gst/adder/gstadder.h:
8713         Updated some docs. Added comments and FIXMEs all over the place.
8714         Improve debugging info.
8715         Fix leak on finalize by not calling the parent.
8716         Implement duration query.
8717         Make event forwarding threadsafe.
8718         Correctly send NEWSEGMENT at start and after flush.
8719         Handle EOS correctly.
8720         Post error when not negotiated.
8721
8722         * tests/check/elements/adder.c: (GST_START_TEST):
8723         Added FIXME in the test.
8724
8725 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8728         (gst_text_overlay_halign_get_type),
8729         (gst_text_overlay_wrap_mode_get_type):
8730         * ext/theora/theoradec.c: (theora_handle_type_packet),
8731         (theora_handle_data_packet):
8732         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8733         (theora_enc_sink_setcaps), (theora_enc_chain):
8734         * gst-libs/gst/cdda/gstcddabasesrc.c:
8735         (gst_cdda_base_src_mode_get_type):
8736         * gst/audiotestsrc/gstaudiotestsrc.c:
8737         (gst_audiostestsrc_wave_get_type):
8738         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8739         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8740         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8741         (gst_sync_method_get_type), (gst_unit_type_get_type),
8742         (gst_client_status_get_type):
8743         * gst/videoscale/gstvideoscale.c:
8744         (gst_video_scale_method_get_type):
8745         * gst/videotestsrc/gstvideotestsrc.c:
8746         (gst_video_test_src_pattern_get_type):
8747         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8748         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8749         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8750         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8751         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8752         (paint_setup_RGB565), (paint_setup_xRGB1555):
8753           Const-ify GEnumValue and GFlagsValue arrays. Use
8754           GST_ROUND_UP_* macros instead of home-made ones.
8755
8756 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * configure.ac:
8759           Require core CVS for the new newsegment stuff.
8760
8761 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         Patch by: Sjoerd Simons  <sjoerd at luon net>
8764
8765         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8766           Register nick for enum value (#341160).
8767
8768 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8769
8770         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8771         (plugin_init):
8772          backout typefind patch #340375
8773          
8774         * tests/check/elements/adder.c: (message_received),
8775         (GST_START_TEST), (adder_suite):
8776           redo, signal-handling of test
8777
8778 2006-05-09  Wim Taymans  <wim@fluendo.com>
8779
8780         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8781         (gst_adder_collected):
8782         * gst/adder/gstadder.h:
8783         Remove bogus segment merging and forwarding, we don't
8784         care about timestamps anyway and we just produce a
8785         continuous stream. 
8786         Also create a nice NEWSEGMENT event when we start.
8787         Use _scale_int some more.
8788
8789 2006-05-09  Edward Hervey  <edward@fluendo.com>
8790
8791         * tests/icles/stress-xoverlay.c:
8792         Fix if core was built without parsing support.
8793
8794 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8797           Add SEDG (Samsung MPEG-4) fourcc.
8798
8799 2006-05-09  Edward Hervey  <edward@fluendo.com>
8800
8801         * tests/icles/stress-xoverlay.c:
8802         * tests/examples/volume/volume.c:
8803         Fix if core was built without parsing support.
8804
8805         * tests/examples/seek/seek.c:
8806         Disable the parse_launch example if core was built without parsing
8807         support.
8808
8809 2006-05-08  Edward Hervey  <edward@fluendo.com>
8810
8811         * autogen.sh: (CONFIGURE_DEF_OPT): 
8812         libtoolize on Darwin/MacOSX is called glibtoolize
8813
8814 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8815
8816         * tests/check/Makefile.am:
8817         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8818           Disable the adder test, until the build-slaves posses the kindness to 
8819           either like it or to give valid reason for not doing so 
8820
8821 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8822
8823         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8824         (adder_suite):
8825           Shuffle NULL state change around and raise timeout more
8826
8827 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8828
8829         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8830         (mp4_type_find), (plugin_init):
8831           Add typefind to distinguish between "audio/x-m4a" and new type
8832           "video/mp4". Fixes #340375
8833
8834         * tests/check/elements/adder.c: (adder_suite):
8835           Raise timeout to make buildbot happy
8836
8837 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8838
8839         * gst/adder/gstadder.c: (gst_adder_sink_event),
8840         (gst_adder_request_new_pad), (gst_adder_change_state):
8841         * gst/adder/gstadder.h:
8842         * tests/check/Makefile.am:
8843         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8844         (adder_suite), (main):
8845           Add sink-event handling to adder. It tries to merge incomming
8846           newsegment-events. Added test to check if segment_done is comming
8847           through. Fixes #340060
8848
8849 2006-05-05  Andy Wingo  <wingo@pobox.com>
8850
8851         * ext/theora/theoraparse.c (gst_theora_parse_init)
8852         (theora_parse_src_convert, theora_parse_src_query):
8853         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8854         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8855         query functions on the source pads of the theora and vorbis parse
8856         elements. Fixes position querying when doing a remux.
8857
8858 2006-05-05  Michael Smith  <msmith@fluendo.com>
8859
8860         * ext/theora/theoraparse.c: (parse_granulepos),
8861         (theora_parse_drain_queue_prematurely),
8862         (theora_parse_queue_buffer), (theora_parse_sink_event):
8863           Fix flushing.
8864           Fix invalid granulepos outputs when starting with a non-keyframe.
8865
8866 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8867
8868         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8869         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8870         Rearrange MPEG system stream detection, fixing some memleaks in the
8871         process.
8872         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8873         they clean up their data correctly.
8874         Remove unused ogganx caps and move the 'is_annodex' check to inside
8875         the 'is_ogg' if statement.
8876
8877 2006-05-05  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8880         Properly remove ghostpads. Fixes #340392
8881
8882 2006-05-04  David Schleef  <ds@schleef.org>
8883
8884         * gst/typefind/gsttypefindfunctions.c:
8885
8886 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8887
8888         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8889         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8890
8891         When typefinding an MP3 in push-based mode, don't penalise the
8892         probability down to 74% when we found 5 valid frames just because we
8893         can't peek the end of the file.
8894
8895         Make the probability for detecting MPEG Transport Streams based on the
8896         number of sequential headers we successfully detected.
8897
8898 2006-05-03  Wim Taymans  <wim@fluendo.com>
8899
8900         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8901         (vorbis_dec_push), (vorbis_dec_chain):
8902         Still produce an error when we receive an empty packet.
8903
8904 2006-05-03  Wim Taymans  <wim@fluendo.com>
8905
8906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8907         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8908         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8909         Mark buffers with DISCONT after seek and after activating new
8910         chains.
8911
8912         * ext/theora/gsttheoradec.h:
8913         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8914         (theora_get_query_types), (theora_dec_sink_event),
8915         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8916         (theora_dec_change_state):
8917         Fix frame counter.
8918         Detect and mark DISCONT buffers.
8919
8920         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8921         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8922         (vorbis_dec_change_state):
8923         * ext/vorbis/vorbisdec.h:
8924         Use GstSegment.
8925         Detect and mark DISCONT buffers.
8926         Don't crash on 0 sized buffers.
8927
8928 2006-05-03  Wim Taymans  <wim@fluendo.com>
8929
8930         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8931         (volume_transform_ip):
8932         Increase "volume" property to 10.0. Fixes #340369.
8933         Set the process function to NULL when capsnego fails so that
8934         we properly error out.
8935
8936 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * gst/playback/gstplaybin.c: (add_sink):
8939         * gst/playback/test.c: (main):
8940         * gst/playback/test5.c: (dump_element_stats):
8941         * gst/playback/test6.c: (main):
8942           free caps using gst_caps_unref, don't leak caps-strings
8943
8944 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8947         (plugin_init):
8948           Refine musepack typefinding a bit. Return MAXIMUM
8949           probability when we detect stream version 7 to make
8950           sure the mpeg audio typefinder doesn't trump us.
8951
8952 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8955           Protect against unexpected NULL strf_data buffer.
8956
8957 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         * tests/check/elements/audioconvert.c: (verify_convert),
8960         (GST_START_TEST):
8961           interpret the out[] buffer in the order the bytes are actually
8962           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8963           Other tests should use BYTE_ORDER since the array is filled in
8964           with actual values
8965
8966 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8967
8968         * tests/check/elements/audioconvert.c: (verify_convert),
8969         (GST_START_TEST):
8970           when a test fails, give an indication of which it is
8971
8972 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8973
8974         * gst-libs/gst/cdda/gstcddabasesrc.c:
8975           compile fix; strtol() needs <stdlib.h>
8976
8977 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8978
8979         * ext/alsa/gstalsamixerelement.c:
8980         * ext/alsa/gstalsasrc.c:
8981         * ext/cdparanoia/gstcdparanoiasrc.c:
8982         * ext/gnomevfs/gstgnomevfssink.c:
8983         * ext/gnomevfs/gstgnomevfssrc.c:
8984         * ext/ogg/gstoggdemux.c:
8985         * ext/ogg/gstoggmux.c:
8986         * ext/ogg/gstoggparse.c:
8987         * ext/ogg/gstogmparse.c:
8988         * ext/pango/gstclockoverlay.c:
8989         * ext/pango/gsttextoverlay.c:
8990         * ext/pango/gsttextrender.c:
8991         * ext/pango/gsttimeoverlay.c:
8992         * ext/theora/theoradec.c:
8993         * ext/theora/theoraenc.c:
8994         * ext/vorbis/vorbisdec.c:
8995         * ext/vorbis/vorbisenc.c:
8996         * gst-libs/gst/audio/gstaudiofilter.c:
8997         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8998         * gst/audioconvert/gstaudioconvert.c:
8999         * gst/audiorate/gstaudiorate.c:
9000         * gst/audioresample/gstaudioresample.c:
9001         * gst/audiotestsrc/gstaudiotestsrc.c:
9002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9003         * gst/playback/gstdecodebin.c:
9004         * gst/playback/gstplaybin.c:
9005         * gst/playback/gststreamselector.c:
9006         * gst/subparse/gstsubparse.c:
9007         * gst/tcp/gstmultifdsink.c:
9008         * gst/tcp/gsttcpclientsink.c:
9009         * gst/tcp/gsttcpclientsrc.c:
9010         * gst/tcp/gsttcpserversink.c:
9011         * gst/tcp/gsttcpserversrc.c:
9012         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9013         * gst/videorate/gstvideorate.c:
9014         * gst/videoscale/gstvideoscale.c:
9015         * gst/videotestsrc/gstvideotestsrc.c:
9016         * gst/volume/gstvolume.c:
9017         * sys/v4l/gstv4ljpegsrc.c:
9018         * sys/v4l/gstv4lmjpegsink.c:
9019         * sys/v4l/gstv4lmjpegsrc.c:
9020         * sys/v4l/gstv4lsrc.c:
9021         * sys/ximage/ximagesink.c:
9022         * sys/xvimage/xvimagesink.c:
9023         * tests/check/libs/cddabasesrc.c:
9024           make GstElementDetails const
9025
9026 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9027
9028         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9029         (gst_adder_init):
9030           send events from src-pad to all sink-pads fixes #338657
9031
9032 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9033
9034         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9035         (alsasink_parse_spec):
9036           query width capabilities from alsa, fixes #338919
9037
9038 2006-04-28  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9041         (gst_multi_fd_sink_remove_client_link):
9042         * gst/tcp/gstmultifdsink.h:
9043         Fix race condition in multifdsink that can lead to spurious 
9044         duplicate clients. this patch adds a new signal that is fired when
9045         multifdsink has removed all references to the fd.
9046         Fixes #339574.
9047         Updated documentation.
9048         API: client-fd-removed signal added
9049
9050 2006-04-28  Michael Smith  <msmith@fluendo.com>
9051
9052         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9053           When asking g_value_array_new to prealloc elements, we may as well
9054           ask for the right number of elements.
9055
9056 2006-04-28  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst-libs/gst/audio/gstbaseaudiosink.c:
9059         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9060         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9061         patch to make timestamp checking more tollerant to rounding 
9062         errors given that real discontinuities are to be marked on
9063         buffers. Fixes some asf files and #338778.
9064         Also avoid some crashers when we receive an event in the 
9065         NULL state.
9066
9067 2006-04-28  Michael Smith  <msmith@fluendo.com>
9068
9069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9070         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9071         (gst_gnome_vfs_src_get_property),
9072         (gst_gnome_vfs_src_send_additional_headers_callback),
9073         (gst_gnome_vfs_src_received_headers_callback),
9074         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9075         (gst_gnome_vfs_src_stop):
9076         * ext/gnomevfs/gstgnomevfssrc.h:
9077           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9078           proper shared support within icydemux.
9079
9080 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9081
9082         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9083         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9084           fix up docs
9085           fix a leak when no caps negotiated
9086           fix counting of input frames
9087         * tests/check/elements/.cvsignore:
9088         * tests/check/elements/videorate.c: (assert_videorate_stats),
9089         (GST_START_TEST), (videorate_suite):
9090           add tests for these
9091
9092 2006-04-28  Wim Taymans  <wim@fluendo.com>
9093
9094         * gst-libs/gst/audio/gstringbuffer.c:
9095         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9096         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9097         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9098         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9099         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9100         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9101         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9102         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9103         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9104         Check arguments passed to public functions instead of
9105         crashing.
9106
9107 2006-04-28  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9110         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9111         GstBaseAudioSrc must be live or it does not work.
9112
9113         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9114         Don't set live to TRUE as this is the default in the parentclass.
9115
9116 2006-04-28  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9119         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9120         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9121         fixation cases better. Fixes #338991
9122
9123 2006-04-28  Wim Taymans  <wim@fluendo.com>
9124
9125         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9126         Handle 0/1 framerate correctly Fixes #331901.
9127
9128 2006-04-28  Wim Taymans  <wim@fluendo.com>
9129
9130         * tests/check/elements/audioconvert.c: (get_float_caps),
9131         (GST_START_TEST), (audioconvert_suite):
9132         Added check for correct clipping when doing float samples
9133         in audioconvert.
9134
9135 2006-04-28  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9138         (gst_video_rate_chain):
9139         Print more debugging info.
9140
9141 2006-04-28  Wim Taymans  <wim@fluendo.com>
9142
9143         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9144         (resample_set_state_from_caps):
9145         Add support for other formats audioresample can handle such as
9146         32 bits in and float and 64 bits float. Fixes #301759
9147
9148 2006-04-28  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/audioconvert/audioconvert.c: (float):
9151         correctly clip float samples > 1.0. Fixes #338718
9152
9153 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         Patch by: Young-Ho Cha  <ganadist at chollian net>
9156
9157         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9158         (gst_text_overlay_render_text):
9159           Don't strip newlines from the text. Also, center lines
9160           within multi-line paragraphs (#339405).
9161
9162 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9163
9164         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9165           Fix wavpack typefinding to work in more cases (don't peek
9166           for chunks of multiple hundred kBs at once, but process
9167           things step-by-step in smaller units). Fixes #339786.
9168
9169 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9170
9171         * configure.ac:
9172           back to HEAD
9173
9174 === release 0.10.6 ===
9175
9176 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9177
9178         * configure.ac:
9179           releasing 0.10.6, "Chao"
9180
9181 2006-04-26  David Schleef  <ds@schleef.org>
9182
9183         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9184           Fixes #338897.
9185
9186 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9187
9188         * configure.ac:
9189         * win32/common/config.h:
9190           new prerelease
9191
9192 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9193
9194         patch by: Wim Taymans
9195
9196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9197         (gst_ogg_demux_perform_seek):
9198           make sure correct newsegments are sent, so that the decoder
9199           and the demuxer agree on timestamps.  Fixes playback of a lot
9200           of Ogg files that do not start from 0.  Fixes #339833.
9201
9202 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9203
9204         Patch by: Edward Hervey  <edward@fluendo.com>
9205
9206         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9207         * tests/check/Makefile.am:
9208         * tests/check/elements/videorate.c: (assert_videorate_stats),
9209         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9210         (videorate_suite), (main):
9211           Fix an infinite loop if frames are passed in with wrongly ordered
9212           timestamps.  Fixes #339013.
9213
9214 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9215
9216         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9217
9218         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9219           fix typefinding on some ISO files.  Fixes #339212.
9220
9221 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9222
9223         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9224
9225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9226           add another H264 fourcc.  Fixes #339047.
9227
9228 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9229
9230         Patch by: Jan Schmidt
9231
9232         * gst/playback/gststreamselector.c:
9233         (gst_stream_selector_bufferalloc):
9234           Restore old StreamSelector behaviour.
9235           Fixes #338419.
9236
9237 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9238
9239         * configure.ac:
9240         * win32/common/config.h:
9241           prerelease
9242
9243 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9246
9247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9248         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9249           Fix some memory leaks: on finalize, free buffers left in the queue
9250           before destroying the queue; in _push(), unref rtp_buf even if
9251           the process vfunc returned a NULL buffer as output buffer (#337548);
9252           demote some recuring debug messages to LOG level.
9253
9254 2006-04-11  Wim Taymans  <wim@fluendo.com>
9255
9256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9257         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9258         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9259         (gst_ogg_demux_loop):
9260         More cleanups.
9261         Respect segment stop when emiting EOS or SEGMENT_DONE.
9262         Fixes (#337945).
9263
9264 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * gst/playback/gststreamselector.c:
9267         (gst_stream_selector_get_property):
9268           Don't leak pad name.
9269
9270 2006-04-10  Michael Smith  <msmith@fluendo.com>
9271
9272         * tests/check/Makefile.am:
9273         * tests/check/gst-plugins-base.supp:
9274           Suppress an old libtheora bug (fixed in more recent versions), so 
9275           that FC4 buildslaves can pass.
9276
9277 2006-04-10  Wim Taymans  <wim@fluendo.com>
9278
9279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9280         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9281         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9282         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9283         (gst_ogg_demux_loop):
9284         Don't leak events.
9285         Remember what error we got when finding chains, if we
9286         were shutdown, that would not be an error.
9287
9288 2006-04-10  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst-libs/gst/audio/gstbaseaudiosink.c:
9291         (gst_base_audio_sink_event):
9292         Starting the ringbuffer when we did not acquire it can cause
9293         a deadlock, is pointless and causes nasty things for
9294         subclasses. 
9295         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9296
9297 2006-04-10  Wim Taymans  <wim@fluendo.com>
9298
9299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9300         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9301         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9302         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9303         (gst_ogg_demux_deactivate_current_chain),
9304         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9305         (gst_ogg_demux_bisect_forward_serialno),
9306         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9307         Add some more debugging.
9308
9309 2006-04-10  Wim Taymans  <wim@fluendo.com>
9310
9311         * ext/theora/theoradec.c: (theora_dec_src_event),
9312         (theora_handle_data_packet):
9313         Some more debug info.
9314
9315         * tests/examples/seek/seek.c: (start_seek), (main):
9316         Print element messages too.
9317
9318 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9319
9320         * gst/audioresample/debug.h:
9321           replace debug macros with variable number of parameters
9322           by a simple alias to gstreamer standard debug macros 
9323          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9324           supported by MSVC 6.0 and 7.1)
9325         * gst/audioresample/resample.h:
9326           define M_PI and rint for WIN32
9327         * win32/common/libgstaudio.def:
9328         * win32/common/libgstriff.def:
9329         * win32/common/libgsttag.def:
9330         * win32/common/libgstvideo.def:
9331           add new exported functions
9332         * win32/vs6:
9333           update project files
9334
9335 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9336
9337         * ext/alsa/gstalsamixeroptions.c:
9338         (gst_alsa_mixer_options_class_init):
9339         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9342         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9343         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9344         * gst-libs/gst/audio/gstaudiofilter.c:
9345         (gst_audio_filter_class_init):
9346         * gst-libs/gst/audio/gstaudiosink.c:
9347         (gst_audioringbuffer_class_init):
9348         * gst-libs/gst/audio/gstaudiosrc.c:
9349         (gst_audioringbuffer_class_init):
9350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9351         * gst-libs/gst/interfaces/colorbalancechannel.c:
9352         (gst_color_balance_channel_class_init):
9353         * gst-libs/gst/interfaces/mixeroptions.c:
9354         (gst_mixer_options_class_init):
9355         * gst-libs/gst/interfaces/mixertrack.c:
9356         (gst_mixer_track_class_init):
9357         * gst-libs/gst/interfaces/tunerchannel.c:
9358         (gst_tuner_channel_class_init):
9359         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9360         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9361         (gst_netbuffer_class_init):
9362         * gst-libs/gst/rtp/gstbasertppayload.c:
9363         (gst_basertppayload_class_init):
9364         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9366         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9367         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9368         * gst/playback/gststreamselector.c:
9369         (gst_stream_selector_class_init):
9370         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9371         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9372         * sys/v4l/gstv4lcolorbalance.c:
9373         (gst_v4l_color_balance_channel_class_init):
9374         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9375         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9377         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9378         (gst_v4l_tuner_norm_class_init):
9379         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9381         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9382         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9383
9384 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9385
9386         * ext/pango/gsttextrender.h:
9387         * gst-libs/gst/audio/gstaudiosink.h:
9388         * gst-libs/gst/audio/gstaudiosrc.h:
9389         * gst-libs/gst/audio/gstbaseaudiosink.h:
9390         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9391         * gst-libs/gst/audio/gstringbuffer.h:
9392         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9393         * gst-libs/gst/rtp/gstbasertppayload.h:
9394         * gst-libs/gst/video/gstvideofilter.h:
9395         * gst-libs/gst/video/gstvideosink.h:
9396         * gst/playback/gstplaybasebin.h:
9397         * gst/tcp/gstmultifdsink.h:
9398         * sys/v4l/gstv4lelement.h:
9399         Fix broken GObject macros
9400
9401 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9402
9403         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9404         More debug to trace why my USB headset is not working with gst
9405
9406 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9407
9408         * gst/playback/gstplaybasebin.c: (group_destroy):
9409         Clean up our group elements properly in the case where it never 
9410         got committed - it still got added unconditionally to the bin.
9411
9412 2006-04-07  Wim Taymans  <wim@fluendo.com>
9413
9414         * ext/theora/theoradec.c: (theora_dec_sink_event),
9415         (theora_handle_data_packet), (theora_dec_chain):
9416         Unref unhandled events.
9417         Protect against empty buffers.
9418         Perform QoS on running time.
9419
9420 2006-04-07  Michael Smith  <msmith@fluendo.com>
9421
9422         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9423         (gst_vorbis_enc_chain):
9424           Remove leaks from vorbisenc.
9425           Mostly minor changes, the only significant one is that now the
9426           buffers we set as 'streamheader' on the caps are copies of the
9427           original buffers, to avoid circular refcounting problems.
9428
9429 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9430
9431         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9432           Don't remove our mute-probe if someone else already did so.
9433           Don't set a 2nd one if there is already one pending on the pad.
9434
9435         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9436         (do_playbin_seek):
9437           When a seek fails, ensure that playbin is still set back to playing.
9438           
9439         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9440         (mpeg_ts_type_find), (plugin_init):
9441           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9442
9443 2006-04-06  Andy Wingo  <wingo@pobox.com>
9444
9445         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9446         (gst_video_rate_init): Caps-related parameters should not be reset
9447         by a flush -- move their inits to the instance init function.
9448         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9449         is not OK, just return the result.
9450
9451         * gst/audiotestsrc/gstaudiotestsrc.c
9452         (gst_audio_test_src_class_init)
9453         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9454         broken by Stefan's commit on 24 March.
9455
9456         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9457         buffers being pushed out. Fixes oggmux ! multifdsink.
9458
9459 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9462         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9463         * ext/vorbis/vorbisdec.h:
9464         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9465         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9466         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9467         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9468         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9469         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9470         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9471         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9472         (gst_vorbis_enc_buffer_from_packet),
9473         (gst_vorbis_enc_buffer_from_header_packet),
9474         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9475         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9476         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9477         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9478         (gst_vorbis_enc_change_state):
9479         * ext/vorbis/vorbisenc.h:
9480           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9481           vorbisenc adhere to the official nomenclature; use boilerplate
9482           macro.
9483
9484 2006-04-04  Andy Wingo  <wingo@pobox.com>
9485
9486         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9487         Whoops, fix bug introduced. Bad hacker!
9488         
9489         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9490         Properly handle the case where you get EOS before any buffers are
9491         received. Use gst_buffer_make_metadata_writable where appropriate.
9492
9493         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9494         is often negative -- make it signed so as not to wrap around.
9495         Fixes segfaults introduced on 9 March.
9496
9497 2006-04-03  Wim Taymans  <wim@fluendo.com>
9498
9499         * ext/theora/gsttheoradec.h:
9500         * ext/theora/theoradec.c: (theora_dec_src_event):
9501         Don't try to store a gdouble in a gboolean.
9502         Small cleanups.
9503
9504 2006-04-03  Michael Smith  <msmith@fluendo.com>
9505
9506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9507           Oggmux sucks.
9508           Make it suck slightly less by writing out the final page.
9509           Still can't encode a vorbis-in-ogg file correctly, though.
9510
9511 2006-04-03  Andy Wingo  <wingo@pobox.com>
9512
9513         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9514         a g_print.
9515
9516         * ext/theora/theora.c (plugin_init): Register theoraparse.
9517
9518         * ext/theora/gsttheoraparse.h: 
9519         * ext/theora/theoraparse.c: New files implementing a theora
9520         parser. Now we can properly remux ogg/theora+vorbis, yay.
9521
9522         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9523
9524 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9525
9526         * gst/audiotestsrc/gstaudiotestsrc.c:
9527           Fixed the sample pipeline (see #323798)
9528
9529 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9530
9531         * configure.ac:
9532         * win32/common/config.h:
9533         * win32/common/config.h.in:
9534           use AS_VERSION and AS_NANO
9535           more cleanups
9536
9537 2006-03-31  Andy Wingo  <wingo@pobox.com>
9538
9539         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9540         uninitialized variable return that would happen.
9541         
9542         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9543         uninitialized variable return that would never happen.
9544
9545         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9546         (vorbis_parse_sink_event): Add an event function to flush our
9547         state on a seek, and to drain buffers on a premature EOS.
9548         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9549         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9550         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9551         (vorbis_parse_drain_queue): Queue up buffers until we can set
9552         their timestamps and granulepos values.
9553
9554         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9555         and keep track of data needed for deriving granulepos and
9556         timestamps for buffers.
9557
9558 2006-03-29  Wim Taymans  <wim@fluendo.com>
9559
9560         Patch by: j^ <j at bootlab dot org>
9561
9562         * ext/alsa/gstalsamixerelement.c:
9563         (gst_alsa_mixer_element_class_init):
9564         * ext/alsa/gstalsasink.c:
9565         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9566         * ext/ogg/gstoggdemux.c:
9567         * ext/ogg/gstoggmux.c:
9568         * ext/ogg/gstoggparse.c:
9569         * ext/pango/gstclockoverlay.c:
9570         * ext/pango/gsttextoverlay.c:
9571         * ext/pango/gsttextrender.c:
9572         * ext/pango/gsttimeoverlay.c:
9573         * ext/theora/theoradec.c:
9574         * ext/theora/theoraenc.c:
9575         * ext/vorbis/vorbisdec.c:
9576         * ext/vorbis/vorbisenc.c:
9577         * gst/audioconvert/gstaudioconvert.c:
9578         * gst/subparse/gstsubparse.c:
9579         * gst/tcp/gstmultifdsink.c:
9580         * gst/tcp/gsttcpclientsink.c:
9581         * gst/tcp/gsttcpclientsrc.c:
9582         * gst/tcp/gsttcpserversink.c:
9583         * gst/tcp/gsttcpserversrc.c:
9584           better/unified long descriptions
9585           Fixes #336477
9586
9587 2006-03-29  Wim Taymans  <wim@fluendo.com>
9588
9589         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9590         (stop_seek):
9591         Don't let double and triple clicks mess up our state.
9592
9593 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9594
9595         * gst/playback/gstplaybin.c: (gen_video_element),
9596         (gen_text_element), (gen_audio_element), (gen_vis_element):
9597           Error out gracefully when we can't create any of the usual
9598           conversion elements for some reason. Also, don't try to
9599           create an audioscale (sic) element that's not used anyway.
9600
9601 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9602
9603         * gst/playback/gstplaybasebin.c: (setup_source):
9604           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9605           element for a particular protocol, that's confusing for users.
9606           Instead, post a RESOURCE_FAILED error, so that our own error
9607           message is actually shown in totem etc. (#336303).
9608
9609 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9610
9611         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9612
9613         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9614         (gst_gnome_vfs_src_get_icy_metadata):
9615           Fix some minor memory leaks (#336194).
9616
9617 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9618
9619         * ext/gnomevfs/gstgnomevfs.c:
9620         (gst_gnome_vfs_location_to_uri_string):
9621         * ext/gnomevfs/gstgnomevfs.h:
9622         * ext/gnomevfs/gstgnomevfssink.c:
9623         (gst_gnome_vfs_sink_set_property):
9624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9625           Make gnomevfssink accept filenames as well as URIs for the
9626           "location" property, just like gnomevfssrc does (and
9627           filesrc/filesink do) (#336190).
9628
9629 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9630
9631         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9632           set to NULL before unreffing, fixes a valgrind leak.
9633           Why was this not triggering the error that an object needs to
9634           be NULL before unreffing ?
9635         * win32/common/config.h:
9636           update
9637
9638 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * gst/subparse/gstsubparse.c: (convert_encoding),
9641         (gst_sub_parse_change_state):
9642         * gst/subparse/gstsubparse.h:
9643           Text subtitle files may or may not be UTF-8. If it's not, we
9644           don't really want to see '?' characters in place of non-ASCII
9645           characters like accented characters. So let's assume the input
9646           is UTF-8 until we come across text that is clearly not. If it's
9647           not UTF-8, we don't really know what it is, so try the following:
9648           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9649           is set; if not, check (b) if the current locale encoding is
9650           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9651           the current locale encoding is UTF-8 and the environment variable
9652           was not set to any particular encoding. Not perfect, but better
9653           than nothing (and better than before, I think) (fixes #172848).
9654
9655 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9656
9657         * configure.ac:
9658           update core requirement to 0.10.4.1 because of async_playback
9659           vmethod on GstBaseSink
9660
9661 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9662
9663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9664         * gst/adder/gstadder.c: (gst_adder_init):
9665         use DEBUG_FUNCPTR for collectpads
9666
9667 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9668
9669         * docs/plugins/Makefile.am:
9670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9671         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9672         * ext/cdparanoia/gstcdparanoiasrc.c:
9673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9674         (gst_gnome_vfs_sink_class_init):
9675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9677         * ext/ogg/gstoggmux.c:
9678         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9679         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9680         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9681         * ext/pango/gsttextoverlay.c:
9682         * ext/pango/gsttextrender.c:
9683         * ext/theora/theoradec.c:
9684         * ext/theora/theoraenc.c:
9685         * ext/vorbis/vorbisdec.c:
9686         * ext/vorbis/vorbisenc.c:
9687         * gst-libs/gst/audio/gstaudiofilter.c:
9688         (gst_audio_filter_base_init):
9689         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9690         (gst_audio_filter_template_base_init):
9691         * gst/adder/gstadder.c: (gst_adder_get_type):
9692         * gst/adder/gstadder.h:
9693         * gst/audioconvert/gstaudioconvert.c:
9694         * gst/audiotestsrc/gstaudiotestsrc.c:
9695         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9696         (gst_audio_test_src_create):
9697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9698         * gst/playback/gstdecodebin.c:
9699         * gst/playback/gstplaybin.c:
9700         * gst/playback/gststreamselector.c:
9701         (gst_stream_selector_base_init):
9702         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9703         * gst/volume/gstvolume.c:
9704         * sys/v4l/gstv4lmjpegsink.c:
9705         * sys/v4l/gstv4lmjpegsrc.c:
9706         * tests/check/libs/cddabasesrc.c:
9707         * tests/old/examples/gob/gst-identity2.gob:
9708           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9709           define GstElementDetails at the top
9710
9711 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9712
9713         * win32/common/libgstinterfaces.def:
9714         Add a lot of export functions for gst-python
9715         * win32/vs6/libgstinterfaces.dsp:
9716         Add a missing include folder in the project configuration
9717         
9718 2006-03-23  Wim Taymans  <wim@fluendo.com>
9719
9720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9721         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9722         (gst_base_audio_src_change_state):
9723         Fix audio sources, forgot to make the ringbuffer
9724         startable...
9725
9726 2006-03-23  Wim Taymans  <wim@fluendo.com>
9727
9728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9729         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9730         (gst_base_audio_src_change_state):
9731         unparent instead of unref the ringbuffer.
9732
9733 2006-03-23  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst-libs/gst/audio/gstbaseaudiosink.c:
9736         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9737         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9738         Implement new async_play vmethod to start slaving and allow
9739         playback start in case of async PLAY state changes. 
9740
9741         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9742         Enable QoS with new method in base class.
9743
9744 2006-03-23  Wim Taymans  <wim@fluendo.com>
9745
9746         Patch by: Julien MOUTTE <julien at moutte dot net>
9747
9748         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9749         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9750         Partially handle 0 framerate, only EOS after the first frame
9751         is missing.
9752
9753 2006-03-23  Wim Taymans  <wim@fluendo.com>
9754
9755         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9756
9757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9758         (gst_riff_create_video_template_caps):
9759         * gst/ffmpegcolorspace/avcodec.h:
9760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9761         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9762         (gst_ffmpegcsp_avpicture_fill):
9763         * gst/ffmpegcolorspace/imgconvert.c:
9764         Patch for support of YVU9 AVI files (#334822)
9765
9766 2006-03-22  Edward Hervey  <edward@fluendo.com>
9767
9768         * docs/design/design-decodebin.txt:
9769         Added design document for new decodebin
9770         (Target Caps): text/x-pango-markup is also a default target caps.
9771
9772 2006-03-22  Wim Taymans  <wim@fluendo.com>
9773
9774         * gst-libs/gst/audio/gstbaseaudiosink.c:
9775         (gst_base_audio_sink_dispose):
9776         Since we _parent the ringbuffer, we also need to
9777         _unparent instead of a plain _unref.
9778
9779 2006-03-22  Wim Taymans  <wim@fluendo.com>
9780
9781         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9782         (stop_seek), (scrub_toggle_cb), (main):
9783         Add scrub checkbox.
9784
9785 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9788         (gst_ogg_parse_chain):
9789           Fix very inefficient usage of linked lists (#335365).
9790
9791 2006-03-21  Edward Hervey  <edward@fluendo.com>
9792
9793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9794         * gst/playback/gstplaybin.c: (handoff):
9795         * gst/playback/gststreamselector.c:
9796         (gst_stream_selector_set_property):
9797         gcc 4.1 unreferenced pointer fixes.
9798         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9800         gst_buffer_ref() now takes a GstBuffer*.
9801
9802 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9803
9804         * sys/xvimage/xvimagesink.c:
9805         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9806         by Jan Schmidt.
9807
9808 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9809
9810         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9811         (id3v1_type_find), (apetag_type_find), (plugin_init):
9812           Can't do tag preferences via probability, as tags would then
9813           lose against types that are recognised with MAXIMUM probability
9814           (like .wav); so let all tag typefinders return MAXIMUM themselves
9815           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9816           that we can prefer APE to ID3v1 (fixes #335028).
9817           
9818 2006-03-17  Wim Taymans  <wim@fluendo.com>
9819
9820         * gst-libs/gst/audio/gstbaseaudiosink.c:
9821         (gst_base_audio_sink_change_state):
9822         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9823         (gst_ring_buffer_may_start):
9824         * gst-libs/gst/audio/gstringbuffer.h:
9825         Only start playback if we are playing.
9826         should fix #330748.
9827
9828 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9829
9830         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9831         * win32/common/config.h:
9832           Revert accidental commits to these files.
9833
9834 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9835
9836         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9837
9838         * tests/Makefile.am:
9839           Don't try to build tests in tests/icles if we
9840           don't have X (#323852)
9841
9842 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * gst-libs/gst/tag/gstid3tag.c:
9845           Add TXXX frame identifiers for replaygain stuff as used
9846           by some taggers (see #323721).
9847
9848 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9849
9850         * gst/playback/gststreamselector.c:
9851         (gst_stream_selector_set_property),
9852         (gst_stream_selector_bufferalloc):
9853           Preserve the existing buggy streamselector behaviour by performing
9854           a fallback buffer allocation when downstream isn't linked yet.
9855           This should really be fixed in playbin by blocking pads until it's
9856           linked them.
9857           Also, use gst_pad_alloc_buffer instead of
9858           gst_pad_alloc_buffer_and_set.
9859
9860 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst-libs/gst/tag/gstid3tag.c:
9863           Don't crash on unknown ID3v2 TXXX frames.
9864           
9865 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9866
9867         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9868           Chain up to the parent finalize method.
9869           Add 32-bit sample size to the template caps.
9870
9871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9872         (gst_riff_create_video_template_caps):
9873           Add the fourcc that the VMWare codec uses.
9874           
9875         * gst/playback/gststreamselector.c:
9876         (gst_stream_selector_set_property),
9877         (gst_stream_selector_bufferalloc),
9878         (gst_stream_selector_request_new_pad):
9879           For the active pad, forward buffer-alloc requests, otherwise
9880           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9881           having to memcpy every frame when used by playbin.
9882
9883         * gst/tcp/gstmultifdsink.c:
9884         (gst_multi_fd_sink_handle_client_write):
9885           Get negotiated caps from the sink pad, rather than the sink
9886           pad's peer.
9887
9888 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9889
9890         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9891         
9892         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9893           Don't forget to set src->callbacks_pushed to FALSE again when
9894           popping them, otherwise re-activation in a different mode won't
9895           work (#334620).
9896
9897 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         Patch by: Sebastien Moutte  <sebastien moutte net>
9900
9901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9902         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9903         (gst_ffmpeg_smpfmt_to_caps):
9904           Replace __VA_ARGS__ caps creation macros with varargs functions.
9905           Makes things compile on MSVC (#320765), looks nicer, and we can
9906           tell the compiler to check for the NULL terminator.
9907
9908 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9911
9912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9913           Make sure the buffer we copy into is really always big
9914           enough, this time for real (#333488).
9915           
9916 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9919           Add support for 24bpp DIB (#305279).
9920
9921 2006-03-14  Wim Taymans  <wim@fluendo.com>
9922
9923         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9924         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9926         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9927         (gst_video_scale_init), (gst_video_scale_src_event):
9928         Re-enable QoS after the release.
9929         Rework videoscale to use the base class src_event handler.
9930
9931 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         * configure.ac:
9934           back to CVS.
9935
9936 === release 0.10.5 ===
9937
9938 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9939
9940         * configure.ac:
9941           releasing 0.10.5, "Net"
9942
9943 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * docs/plugins/Makefile.am:
9946           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9947           
9948 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9952         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9953           Add cdparanoiasrc to docs.
9954
9955         * gst-libs/gst/cdda/gstcddabasesrc.c:
9956           More GstCddaBaseSrc docs.
9957
9958 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * docs/libs/gst-plugins-base-libs-sections.txt:
9961         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9962         * gst-libs/gst/tag/tag.h:
9963           API: libgsttag: new method gst_tag_from_id3_user_tag().
9964
9965 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9968           NULL-terminate array of mpeg4 video file extensions.
9969           Fixes crash on PPC (#334226).
9970
9971 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * ext/gnomevfs/gstgnomevfssrc.c:
9974         (gst_gnome_vfs_src_check_get_range):
9975           gnome_vfs_uri_is_local() alone is not a good indicator
9976           whether we can operate in pull-mode with a specific URI,
9977           as it returns FALSE for file:// URIs that point to an
9978           NFS-mounted path. Be more conservative here: whitelist
9979           local files, blacklist http URIs and use the old
9980           mechanism for anything else (fixes #334216).
9981
9982 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9983
9984         * configure.ac:
9985           back to trunk
9986
9987 === release 0.10.4 ===
9988
9989 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9990
9991         * configure.ac:
9992           releasing 0.10.4, "Power"
9993
9994 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9995
9996         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9997         Disable max-lateness by setting it to -1 for now, so that 
9998         we can bed QoS stuff in thoroughly between now and the next
9999         release.
10000
10001 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         Patch by: Fabrizio Gennari
10004
10005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10006           Make sure we don't read beyond the palette buffer in case of
10007           broken or manipulated files (#333488)
10008
10009 2006-03-10  Edward Hervey  <edward@fluendo.com>
10010
10011         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10012         Fix for variable not initialized.
10013
10014 2006-03-09  Wim Taymans  <wim@fluendo.com>
10015
10016         * ext/libvisual/visual.c: (gst_visual_get_type),
10017         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10018         (gst_visual_chain):
10019         Small cleanups.
10020
10021         * ext/theora/gsttheoradec.h:
10022         * ext/theora/theoradec.c: (gst_theora_dec_init),
10023         (gst_theora_dec_reset), (_theora_granule_time),
10024         (theora_dec_src_convert), (theora_dec_sink_convert),
10025         (theora_dec_src_query), (theora_dec_src_event),
10026         (theora_dec_sink_event), (theora_handle_comment_packet),
10027         (theora_handle_header_packet), (theora_dec_push),
10028         (theora_handle_data_packet), (theora_dec_chain),
10029         (theora_dec_change_state):
10030         Add simple QoS.
10031
10032 2006-03-09  Wim Taymans  <wim@fluendo.com>
10033
10034         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10035         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10036         Some cleanups.
10037
10038 2006-03-09  Wim Taymans  <wim@fluendo.com>
10039
10040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10041         Don't try to activate NULL chains.
10042
10043 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10046           Fix invalid memory access to region before peek'd data (#332964).
10047
10048 2006-03-09  Wim Taymans  <wim@fluendo.com>
10049
10050         Patch by: Christophe Fergeau
10051
10052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10053         * ext/pango/gsttextrender.c: (gst_text_render_init):
10054         * gst/adder/gstadder.c: (gst_adder_init):
10055         Don't leak padtemplates, closes #333510.
10056
10057 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10058
10059         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10060           Fix invalid memory access: make sure string passed to
10061           regexec() is NUL-termianted.
10062
10063 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10066         (mp3_type_find):
10067           Refactor mpeg/audio typefinding to make it more maintainable
10068           and easier to fine-tune. Make probing into middle of the file
10069           work properly (fixes #333900, also see #152688).
10070
10071 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         * gst/typefind/gsttypefindfunctions.c:
10074         (utf8_type_find_have_valid_utf8_at_offset):
10075           Remove part from previous commit that was bogus:
10076           g_utf8_validate() does in fact not accept embedded
10077           zeroes, so we don't need to check for those (thanks
10078           to Mike for the hint).
10079
10080 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst/typefind/gsttypefindfunctions.c:
10083         (utf8_type_find_count_embedded_zeroes),
10084         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10085           Make plain/text typefinder more conservative: firstly, check
10086           for embedded zeroes, which are perfectly valid UTF-8 characters,
10087           but also a fairly good sign that something is not a plain text
10088           file; secondly, probe into the middle of the file if possible.
10089           If we can't probe into the middle, limit the probability value
10090           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10091
10092 2006-03-08  Michael Smith  <msmith@fluendo.com>
10093
10094         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10095           Make typefind function name for mpeg4 video unique.
10096
10097 2006-03-08  Wim Taymans  <wim@fluendo.com>
10098
10099         * ext/libvisual/visual.c: (gst_visual_init),
10100         (gst_visual_clear_actors), (gst_visual_dispose),
10101         (gst_visual_reset), (gst_visual_src_setcaps),
10102         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10103         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10104         (gst_visual_chain), (gst_visual_change_state):
10105         Cleanups, post nice errors.
10106         Handle sink and src events.
10107         Implement simple QoS.
10108
10109         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10110         Use new basesink methods to configure max-lateness.
10111         Small doc update.
10112
10113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10114         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10115         Debug statement cleanups.
10116
10117         * gst/volume/gstvolume.c: (gst_volume_class_init):
10118         Simple cleanup.
10119
10120 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10123         (gst_text_overlay_init), (gst_text_overlay_set_property),
10124         (gst_text_overlay_get_property):
10125           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10126           as string type properties, but mark them deprecated. Add
10127           'halignment' and 'valignment' properties that use enums
10128           instead of strings.
10129
10130 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         Patch by: Fabrizio Gennari
10133
10134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10135           Allow palettes with less than 256 colours in AVI files
10136           (#333488)
10137
10138 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10139
10140         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10141         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10142         pad. We were releasing the queued text buffer when we should keep
10143         it until video pad gets EOS or discard the text buffer because it's
10144         too old. That was eating the last subtitle buffer. Add some more
10145         debug.
10146
10147 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10150         (gst_text_overlay_video_chain):
10151           Fix invalid memory access (we can't access a buffer after it's been
10152           pushed downstream without taking a reference); fix memory leak (if
10153           there's no text to render, bail out before allocating stuff).
10154
10155 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10158         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10159         * ext/pango/gsttextoverlay.h:
10160           If input is plain text, escape it before passing it to
10161           pango_layout_set_markup().
10162
10163 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10166           Don't ignore flow return from gst_pad_push().
10167
10168 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         Patch by: Fabrizio Gennari
10171
10172         * ext/libvisual/visual.c: (gst_visual_getcaps),
10173         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10176         (gst_vorbisenc_convert_sink):
10177         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10178         (gst_audio_duration_from_pad_buffer):
10179         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10180         (gst_audio_filter_chain):
10181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10182         (gst_base_rtp_depayload_setcaps):
10183         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10184         (gst_video_get_size):
10185         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10186           Don't leak references returned by gst_pad_get_parent()
10187           (#333663)
10188
10189 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10190
10191         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10192           change location param details
10193         * gst/volume/gstvolume.c: (plugin_init):
10194           correct plugin description
10195
10196 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10199         (gst_gnome_vfs_src_check_get_range):
10200           Override GstBaseSrc::check_get_range() in order to avoid opening
10201           the resource just to check whether we can operate in pull-mode or
10202           not - we can predict that pretty well from the URI alone. Should
10203           fix problems with last.fm (#331690). (Requires latest core CVS).
10204
10205 2006-03-06  Wim Taymans  <wim@fluendo.com>
10206
10207         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10208         (gst_video_sink_class_init):
10209         Throw away frames that are later than 20 ms.
10210
10211 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         Patch by: Fabrizio Gennari
10214
10215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10216           Set depth on WMA caps (#333545)
10217
10218 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10221         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10222           put Theora BOS pages before others.  This hardcodes
10223           the Ogg/Theora I profile, but hey.
10224
10225 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10226
10227         * ext/ogg/README:
10228           updated with some examples
10229         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10230         (granulepos_add), (theora_buffer_from_packet):
10231         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10232         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10233         (gst_vorbisenc_chain):
10234           implement strategy from ext/ogg/README
10235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10236         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10237         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10238         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10239           Fix muxer so that oggz-validate is happy with all streams;
10240           except for no eos mark, and the BOS page ordering
10241         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10242         (check_buffer_granulepos):
10243         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10244           update tests to check for OFFSET being set as requested
10245           fixed type of granulepos, it's not a ClockTime
10246
10247 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10248
10249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10250         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10251         Check that the xvimage we are creating has a correct size
10252         before returning it. (#314897)
10253
10254 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10257           Give id3 and ape tag typefinders a rank slightly higher
10258           than PRIMARY to ensure they're always run before any of
10259           the other typefinders (in particular wav and mp3) (#324186).
10260
10261 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10264           Add support for '3IVD' fourcc (#333403).
10265
10266 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * configure.ac:
10269           Bump requirements to GStreamer CVS for the new error enum.
10270
10271         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10272           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10273           space left on the device (fixes #333352).
10274
10275 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10276
10277         * win32/vs6:
10278           add a project file for libgstvolume
10279           update the workspace
10280
10281 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10282
10283         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10284         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10285         (GST_START_TEST):
10286           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10287           Set IN_CAPS on header buffers
10288
10289 2006-03-02  Wim Taymans  <wim@fluendo.com>
10290
10291         * docs/plugins/Makefile.am:
10292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10294         Add audioresample to docs.
10295
10296         * gst/audioconvert/gstaudioconvert.c:
10297         Add revision date.
10298
10299         * gst/audioresample/gstaudioresample.c:
10300         (gst_audioresample_base_init), (gst_audioresample_class_init),
10301         (gst_audioresample_init), (gst_audioresample_dispose),
10302         (audioresample_get_unit_size), (audioresample_transform_caps),
10303         (resample_set_state_from_caps), (audioresample_transform_size),
10304         (audioresample_set_caps), (audioresample_event),
10305         (audioresample_do_output), (audioresample_transform),
10306         (audioresample_pushthrough), (gst_audioresample_set_property),
10307         (gst_audioresample_get_property), (plugin_init):
10308         * gst/audioresample/gstaudioresample.h:
10309         Added docs.
10310         Small code cleanups.
10311
10312 2006-03-02  Wim Taymans  <wim@fluendo.com>
10313
10314         * docs/plugins/Makefile.am:
10315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10317         Added videoscale to docs.
10318
10319         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10320         (gst_video_rate_swap_prev), (gst_video_rate_event),
10321         (gst_video_rate_chain):
10322         Fix typo in docs.
10323
10324         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10325         (gst_video_scale_init), (gst_video_scale_prepare_size),
10326         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10327         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10328         * gst/videoscale/gstvideoscale.h:
10329         Added docs, examples.
10330         Some code cleanups.
10331         Post errors instead of g_warning.
10332
10333 2006-03-02  Wim Taymans  <wim@fluendo.com>
10334
10335         * docs/libs/gst-plugins-base-libs-docs.sgml:
10336         * docs/libs/gst-plugins-base-libs-sections.txt:
10337         * docs/libs/gst-plugins-base-libs.types:
10338         * docs/plugins/Makefile.am:
10339         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10340         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10341         Added some more docs to libs and plugins.
10342
10343         * gst-libs/gst/audio/gstringbuffer.c:
10344         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10345         * gst-libs/gst/audio/gstringbuffer.h:
10346         Document ringbuffer some more.
10347
10348         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10349         (gst_video_rate_setcaps), (gst_video_rate_reset),
10350         (gst_video_rate_init), (gst_video_rate_flush_prev),
10351         (gst_video_rate_swap_prev), (gst_video_rate_event),
10352         (gst_video_rate_chain), (gst_video_rate_change_state):
10353         * gst/videorate/gstvideorate.h:
10354         Fix videorate to use segments.
10355         Make it work with 0/1 framerates (closes #331903)
10356         Handle EOS correctly.
10357         Added docs.
10358
10359 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10362         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10363         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10364           In state change function, first chain up to parent class,
10365           then handle downwards state change stuff. Remove some
10366           commented out cruft from 0.8 code.
10367
10368 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10371         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10372         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10373         (gst_ogm_parse_chain):
10374           Don't remove/re-add source pad if the new caps are the same as
10375           the old caps anyway (#333042). When removing source pad, don't
10376           unref it afterwards - we didn't ref it when adding. Sprinkle some
10377           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10378           after using gst_pad_get_parent(). Return downstream flow return
10379           value in chain function.
10380
10381 2006-03-02  Wim Taymans  <wim@fluendo.com>
10382
10383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10384         * docs/plugins/gst-plugins-base-plugins.args:
10385         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10386         * docs/plugins/gst-plugins-base-plugins.interfaces:
10387         * docs/plugins/gst-plugins-base-plugins.signals:
10388         Fix hierarchy, added some more elements to the docs.
10389
10390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10391         (gst_ffmpegcsp_get_type):
10392         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10393         Fix docs for ffmpegcolorspace.
10394
10395 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10398         (apetag_type_find), (ape_type_find), (plugin_init):
10399           Some typefinding fine-tuning:
10400           - rank ID3/APE tags in order of preference via probabilities, so that
10401             ID3v2 > APEv2 > APEv1 > ID3v1.
10402           - three or four bytes don't really justify MAXIMUM probability,
10403             change those to 'very likely' (musepack and monkeysaudio).
10404
10405 2006-03-01  Wim Taymans  <wim@fluendo.com>
10406
10407         * docs/plugins/Makefile.am:
10408         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10409         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10410         * ext/alsa/gstalsamixer.c:
10411         * ext/alsa/gstalsamixer.h:
10412         * ext/alsa/gstalsamixerelement.c:
10413         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10414         * ext/alsa/gstalsamixerelement.h:
10415         * ext/alsa/gstalsasink.c:
10416         * ext/alsa/gstalsasink.h:
10417         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10418         (gst_alsasrc_init):
10419         * ext/alsa/gstalsasrc.h:
10420         Added alsa docs.
10421         Small code cleanups.
10422
10423 2006-03-01  Wim Taymans  <wim@fluendo.com>
10424
10425         * ext/theora/Makefile.am:
10426         Dist new header too,
10427
10428 2006-03-01  Wim Taymans  <wim@fluendo.com>
10429
10430         * docs/plugins/Makefile.am:
10431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10433         * ext/gnomevfs/gstgnomevfssink.h:
10434         * ext/gnomevfs/gstgnomevfssrc.h:
10435         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10436         * ext/vorbis/vorbisdec.h:
10437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10438         * ext/vorbis/vorbisenc.h:
10439         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10440         (vorbis_parse_chain), (vorbis_parse_change_state):
10441         * ext/vorbis/vorbisparse.h:
10442         * gst/audioconvert/gstaudioconvert.h:
10443         * gst/tcp/gsttcpserversink.h:
10444         * gst/videotestsrc/gstvideotestsrc.c:
10445         * gst/videotestsrc/gstvideotestsrc.h:
10446         * gst/volume/gstvolume.c:
10447         * gst/volume/gstvolume.h:
10448         Fix some more docs.
10449         Added docs for vorbisdec and vorbisparse.
10450         Fix vorbisparse.
10451
10452 2006-03-01  Wim Taymans  <wim@fluendo.com>
10453
10454         * docs/plugins/Makefile.am:
10455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10457         * ext/pango/gstclockoverlay.h:
10458         * ext/pango/gsttextoverlay.h:
10459         * ext/pango/gsttextrender.h:
10460         * ext/pango/gsttimeoverlay.h:
10461         * ext/theora/gsttheoradec.h:
10462         * ext/theora/gsttheoraenc.h:
10463         * ext/theora/theoradec.c:
10464         * ext/theora/theoraenc.c:
10465         * gst/audioconvert/gstaudioconvert.h:
10466         * gst/audiotestsrc/gstaudiotestsrc.h:
10467         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10468         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10469         * gst/tcp/gstmultifdsink.h:
10470         Updated/added documentation.
10471
10472         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10473         (gst_text_overlay_halign_get_type),
10474         (gst_text_overlay_wrap_mode_get_type),
10475         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10476         (gst_text_overlay_init), (gst_text_overlay_set_property),
10477         (gst_text_overlay_get_property):
10478         Fix up properties to be enums instead of string to make bindings,
10479         introspection and automatic GUI creation possible.
10480         Add getters for the properties.
10481
10482 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10483
10484         * gst/audiotestsrc/gstaudiotestsrc.c:
10485           added defines of M_PI and M_PI_2
10486         * gst/ffmpegcolorspace/avcodec.h:
10487           removed #include "stdint.h" for win32 as _stdint.h is 
10488           autogenerated to win32/common
10489         * win32/common/libgstaudio.def:
10490         * win32/common/libgsttag.def:
10491           added some exports
10492         * win32/vs6:
10493           some project files bugs corrected
10494         * win32/vs7:
10495           project files are reset to the default vs7 configuration 
10496           (they link to msvcr71.dll using default optimizations)
10497           
10498 2006-02-28  Wim Taymans  <wim@fluendo.com>
10499
10500         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10501         Fix some docs.
10502
10503 2006-02-28  Edward Hervey  <edward@fluendo.com>
10504
10505         * ext/alsa/gstalsasrc.c:
10506         Set proper class on the ElementDetails:
10507         Source/Audio instead of Src/Audio/
10508
10509 2006-02-28  Edward Hervey  <edward@fluendo.com>
10510
10511         * gst/videoscale/vs_scanline.c:
10512         (vs_scanline_resample_nearest_RGBA):
10513         Revert optimization in videoscale. It should go in liboil and have
10514         an appropriate liboil function.
10515
10516 2006-02-28  Wim Taymans  <wim@fluendo.com>
10517
10518         * gst-libs/gst/audio/gstbaseaudiosink.c:
10519         (gst_base_audio_sink_provide_clock):
10520         Don't try to provide a clock in the NULL state.
10521
10522 2006-02-28  Wim Taymans  <wim@fluendo.com>
10523
10524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10525         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10526         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10527         (gst_ogg_demux_deactivate_current_chain),
10528         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10529         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10530         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10531         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10532         Use GstSegment infrastructure to remove duplicated code
10533         and handle more seek cases correctly.
10534
10535 2006-02-28  Wim Taymans  <wim@fluendo.com>
10536
10537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10538         (gst_ffmpegcsp_transform):
10539         Don't ignore return code from ffmpeg convert function.
10540
10541         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10542         Split out some long statements to ease debugging.
10543
10544 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10545
10546         * ext/libvisual/visual.c: (gst_visual_init),
10547         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10548         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10549         being able to renegotiate the size. Instead, use the negotiation
10550         algorithm from the goom plugin to pick an initial output caps. 
10551
10552         Also, allow theoretical libvisual plugins that might support non-GL 
10553         output even if they also do GL.
10554
10555 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10556
10557         * ext/libvisual/visual.c: (gst_visual_init),
10558         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10559         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10560         possible negotiation issues.
10561
10562 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10563
10564         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10565
10566 2006-02-24  Michael Smith  <msmith@fluendo.com>
10567
10568         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10569         (cmml_type_find), (plugin_init):
10570           Fix CMML type find function to not require a specific minor version
10571           of the CMML header.
10572
10573           Add an MPEG4 video elementary stream typefind function.
10574
10575 2006-02-04  Michael Smith  <msmith@fluendo.com>
10576
10577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10578         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10579         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10580         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10581         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10582         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10583           Annodex support in ogg demuxer. Doesn't do very much without the
10584           other annodex patches (to come).
10585
10586 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10589
10590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10591           Pick up palette for MS video v1 (#327028)
10592
10593 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10596         (gst_ffmpegcsp_caps_remove_format_info),
10597         (gst_ffmpegcsp_get_unit_size):
10598           The 'palette_data' field from incoming RGB caps shouldn't be
10599           proxied on outgoing YUV caps; also, restrict unit size
10600           adjustment in case of paletted data only to the unit that
10601           actually has a palette. Fixes #330711.
10602
10603 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10606         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10607         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10608         (gst_ffmpegcsp_get_unit_size):
10609           Plug some memory leaks.
10610
10611 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * sys/ximage/Makefile.am:
10614         * sys/xvimage/Makefile.am:
10615           Add some _CFLAGS and _LIBS that seem to be missing
10616           and/or required for Cygwin (see #317048).
10617
10618 2006-02-22  Wim Taymans  <wim@fluendo.com>
10619
10620         * ext/alsa/gstalsasrc.c:
10621         Fix description as pointed out by caugier.
10622
10623 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10624
10625         Reviewed by : Edward Hervey  <edward@fluendo.com>
10626
10627         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10628         (qt_type_find):
10629         Better 3gp typefinding (#331526).
10630
10631 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10634           Don't send EOS event here, the base class will send one for us.
10635
10636         * gst/playback/gstplaybasebin.c: (prepare_output):
10637           Subpictures without video stream aren't allowed either.
10638         
10639         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10640           Fix debug statement copy'n'paste-o.
10641
10642 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10643
10644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10645           Fix issues with mixer keeping state when muting/unmuting
10646           and when changing the volume whilst muted (see #331763
10647           and #331765).
10648
10649 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10652         (parse_subrip), (gst_sub_parse_format_autodetect):
10653           Set right caps given that we send escaped text. Also,
10654           honour <i></i>, <b></b> and <u></u> markers that can be found
10655           in .srt files (fixes #310202).
10656
10657 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst-libs/gst/audio/mixerutils.c:
10660         (element_factory_rank_compare_func):
10661           Make order in which elements are tried more determinable.
10662
10663 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10664
10665         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10666         (remove_element_chain), (cleanup_decodebin),
10667         (gst_decode_bin_change_state): Make decodebin reusable by
10668         fixing remove_element_chain first and then introduce a
10669         cleaner in state change to ->NULL. (Closes #331678)
10670
10671 2006-02-19  Wim Taymans  <wim@fluendo.com>
10672
10673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10674         use 0666 mask when creating files so umask gets applied
10675         correctly. Fixes #331295.
10676
10677 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * gst/subparse/Makefile.am:
10680         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10681         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10682         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10683         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10684         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10685         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10686         * gst/subparse/gstssaparse.h:
10687         * gst/subparse/gstsubparse.c: (plugin_init):
10688           Add very basic parser for SSA subtitle streams (as often
10689           found in matroska files).
10690
10691 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10694           That should be text/x-pango-markup, not text/x-pango-layout.
10695
10696 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10697
10698         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10699         Polishing.
10700
10701 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10702
10703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10704         (gst_text_overlay_finalize), (gst_text_overlay_init),
10705         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10706         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10707         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10708         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10709         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10710         Fix state change deadlock.
10711
10712 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10713
10714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10715         (gst_text_overlay_finalize), (gst_text_overlay_init),
10716         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10717         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10718         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10719         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10720         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10721         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10722         and subtitles files.
10723
10724 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10725
10726         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10727         should be considered as raw.
10728
10729 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10730
10731         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10732         (cb_probe):
10733         * gst/playback/gststreaminfo.h: Introduce language informations.
10734
10735 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10736
10737         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10738         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10739         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10740         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10741         Set shared memory segments to be deleted as soon as we have attached,
10742         that way they get cleaned up automatically if we crash.
10743
10744 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10745
10746         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10747         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10748         functions are called with lock held.
10749
10750 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10751
10752         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10753         (gst_text_overlay_finalize), (gst_text_overlay_init),
10754         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10755         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10756         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10757         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10758         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10759         (gst_text_overlay_change_state): Refactoring of textoverlay
10760         without collectpads. This now supports sparse subtitles coming
10761         from a demuxer instead of a sub file. Seeking is still broken 
10762         though. Need to discuss with wtay some more on how to handle
10763         seeking correctly.
10764         * ext/pango/gsttextoverlay.h:
10765         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10766         subtitles coming from the demuxer.
10767
10768 2006-02-17  Wim Taymans  <wim@fluendo.com>
10769
10770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10771         (gst_vorbisenc_convert_sink):
10772         Use some more scaling functions.
10773
10774 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * ext/cdparanoia/gstcdparanoiasrc.c:
10777         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10778         (gst_cd_paranoia_paranoia_callback),
10779         (gst_cd_paranoia_src_signal_is_being_watched),
10780         (gst_cd_paranoia_src_read_sector):
10781         * ext/cdparanoia/gstcdparanoiasrc.h:
10782           Add back 'transport-error' and 'uncorrected-error' signals and
10783           make them actually be fired when bad stuff happens (#319340).
10784
10785 2006-02-17  Wim Taymans  <wim@fluendo.com>
10786
10787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10788         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10789         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10790         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10791         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10792         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10793         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10794         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10795         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10796         (gst_ring_buffer_clear):
10797         Small cleanups.
10798         Added some G_LIKELY.
10799
10800 2006-02-17  Wim Taymans  <wim@fluendo.com>
10801
10802         * gst-libs/gst/audio/TODO:
10803         Update TODO
10804
10805         * gst-libs/gst/audio/gstbaseaudiosink.c:
10806         (gst_base_audio_sink_get_offset):
10807         When trying to play samples ASAP and we don't have a
10808         previous sample, try to play at position 0 instead of
10809         an invalid position.
10810
10811 2006-02-17  Wim Taymans  <wim@fluendo.com>
10812
10813         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10814         (gst_alsasink_reset):
10815         Also release lock when we get an error in _reset();
10816         fix an error message.
10817
10818 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10821         (gst_alsasink_init), (get_channel_free_structure),
10822         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10823         (gst_alsasink_close):
10824         * ext/alsa/gstalsasink.h:
10825           Add support for more than 2 channels (#326720).
10826
10827 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10830           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10831           with 4 or 6 channels, assume a default channel layout to make things
10832           work (not sure there's anything else we can do in those cases).
10833
10834 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst-libs/gst/audio/multichannel.c:
10837           Minor docs fix.
10838
10839         * gst-libs/gst/riff/Makefile.am:
10840         * gst-libs/gst/riff/riff-ids.h:
10841         * gst-libs/gst/riff/riff-media.c:
10842         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10843           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10844           channels and a channel layout map.
10845           
10846 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10847
10848         Reviewed by Edward Hervey  <edward@fluendo.com>
10849
10850         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10851         C-level optimization of the RGBA nearest neighbour function.
10852         Eventually this might end up in liboil with vectorized versions.
10853
10854 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * gst-libs/gst/audio/multichannel.c:
10857         (gst_audio_get_channel_positions):
10858           When we have more than 2 channels, but no channel layout is
10859           specified in the caps, return some default channel layout
10860           to the caller and warn about about a possibly buggy element
10861           (could be buggy filtercaps as well of course) (#317038).
10862
10863 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10866           Add gst-libs/gst/cdda to list of lib search paths.
10867
10868 2006-02-15  Andy Wingo  <wingo@pobox.com>
10869
10870         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10871         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10872         to the Lord Jesus that I do not have to touch the ogg muxer ever
10873         again.
10874
10875 2006-02-15  Edward Hervey  <edward@fluendo.com>
10876
10877         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10878         quicktime movie files can also contain 'uuid' atoms.
10879
10880 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst/audioconvert/plugin.c: (plugin_init):
10883           Register the GstAudioChannelPosition enum type with the type
10884           system in the plugin_init function, so that it is known before
10885           any element actually makes use of multi-channel stuff. This is
10886           required for example if one wants to be able to deserialise/use
10887           a caps string with channel positions before any pipeline has
10888           been setup and started, like with gst-launch.
10889
10890 2006-02-14  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst-libs/gst/audio/gstringbuffer.c:
10893         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10894         (gst_ring_buffer_samples_done), (wait_segment),
10895         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10896         Add some compiler G_(UN_)LIKELY help.
10897         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10898         make sure they can exit their functions. Should fix #330748
10899
10900 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10901
10902         * Makefile.am:
10903         * configure.ac:
10904         * win32/MANIFEST:
10905         * win32/common/_stdint.h:
10906           Windows does not have long long; copy the generated _stdint.h
10907         * win32/common/interfaces-enumtypes.c:
10908         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10909         (gst_mixer_track_flags_get_type),
10910         (gst_tuner_channel_flags_get_type):
10911         * win32/common/multichannel-enumtypes.c:
10912         (gst_audio_channel_position_get_type):
10913           update
10914
10915 2006-02-13  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst-libs/gst/audio/gstbaseaudiosink.c:
10918         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10919         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10920         Always sync on first sample we receive when starting.
10921
10922 2006-02-13  Wim Taymans  <wim@fluendo.com>
10923
10924         * gst/playback/gstplaybin.c: (gen_vis_element):
10925         Update vis bin docs.
10926         Move queue after tee so we don't queue video buffers but
10927         audio samples instead. Fixes problems where the video queue
10928         is filled and the audio queue empty.
10929
10930 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10931
10932         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10933           No need to push an EOS event here, GstBaseSrc will do that for us
10934           when we return FLOW_UNEXPECTED.
10935           
10936 2006-02-12  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst-libs/gst/audio/gstbaseaudiosink.c:
10939         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10940         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10941         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10942         Use scale functions when possible.
10943         Fix error messages.
10944         Free clockid when after waiting for EOS.
10945         Use G_(UN_)LIKLY when it makes sense.
10946         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10947
10948 2006-02-12  Edward Hervey  <edward@fluendo.com>
10949
10950         * gst/playback/gstplaybasebin.c: (prepare_output): 
10951         Remove stray semi-colon (fixes #330888).
10952
10953 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10954
10955         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10957         Fix up the XShm call testing so that we catch errors, and don't
10958         cause new ones by attempting to detach from a segment we failed
10959         to attach to. Fixes #312439.
10960
10961 2006-02-10  Edward Hervey  <edward@fluendo.com>
10962
10963         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10964         Added flv file typefind (video/x-flv).
10965
10966 2006-02-10  Edward Hervey  <edward@fluendo.com>
10967
10968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10969         (gst_riff_create_video_template_caps):
10970         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10971         Also added the caps to the default set of riff video caps.
10972
10973 2006-02-09  Andy Wingo  <wingo@pobox.com>
10974
10975         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10976         time and the end time of the last packet in the page.
10977         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10978         on the pages in our queue, set the duration as well. Reflow a
10979         debug statement.
10980         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10981         Fixes bad muxing order.
10982
10983 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10984
10985         * gst-libs/gst/rtp/gstbasertppayload.c:
10986         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10987           update seqnum before setting it on the packet; this makes sure
10988           that the timestamp and seqnum properties match after pushing
10989           a buffer
10990
10991 2006-02-09  Andy Wingo  <wingo@pobox.com>
10992
10993         * gst-libs/gst/audio/gstringbuffer.c
10994         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10995         overflow after 13.5 hours of recording. Kapow!
10996
10997         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10998         the buffer size -- we don't care about underrun/overrun reporting
10999         right now, just need to return a useful value.
11000
11001 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11002
11003         * configure.ac:
11004           Back to CVS
11005
11006 === release 0.10.3 ===
11007
11008 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11009
11010         * configure.ac:
11011           releasing 0.10.3, "Under Pressure"
11012
11013 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11014
11015         * configure.ac:
11016         Drat. Bump libtool version number for new API.
11017         Prelease 0.10.2.3 (of 0.10.3)
11018
11019 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11020
11021         * configure.ac:
11022         * win32/common/config.h:
11023         0.10.2.2 prerelease (of 0.10.3).
11024
11025 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11026
11027         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11028           Revert Andy's newsegment change pending a more correct
11029           fix.
11030
11031 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11032
11033         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11034         (qt_type_find), (plugin_init):
11035           detect more files as 3gp
11036           group and reorder the iso file formats
11037
11038 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * ext/vorbis/vorbis.c: (plugin_init):
11041           Register musicbrainz tags, so apps don't have to.
11042
11043 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11046         (gst_tag_to_vorbis_tag):
11047           Make sure we called gst_tag_register_musicbrainz_tags()
11048           before possibly mapping a vorbiscomment string from/to a
11049           musicbrainz tag.
11050
11051 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11054           In case we can't find the required number of consecutive
11055           mpeg audio frames to positively identify an MPEG audio
11056           stream, check if there's at least a valid mpeg audio
11057           frame right at offset 0 and if so suggest mpeg/audio
11058           caps with a very low probability (#153004).
11059
11060 2006-02-07  Andy Wingo  <wingo@pobox.com>
11061
11062         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11063         a TIME segment if we get timestamped buffers. Requires recent
11064         fixes in core to work properly.
11065
11066 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/playback/gstplaybasebin.c: (prepare_output):
11069           Don't print the URI as part of the error message, it
11070           makes error dialogs look rather ugly, especially if
11071           the URI is very long or has characters in it that
11072           need escaping.
11073
11074 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst/playback/gstplaybasebin.c: (prepare_output):
11077           Error out if we have only text or subtitles, but nothing
11078           else. Also error out if we have subtitles but no video
11079           stream.
11080
11081 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11082
11083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11084           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11085           Post an error message on the bus when we encounter an
11086           error, which will hopefully be more meaningful than the
11087           'Internal Flow Error' message users get to see if we
11088           just return GST_FLOW_ERROR.
11089
11090 2006-02-07  Andy Wingo  <wingo@pobox.com>
11091
11092         * configure.ac (GST_MAJORMINOR): Update core version req to
11093         0.10.2.2, for the collectpads API addition (#330244).
11094
11095 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11098           Return FALSE from plugin_init() when GnomeVFS can't
11099           be initialised for some reason (#328423).
11100
11101 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11102
11103         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11104         Stick to seeking theory until i find the bug.
11105         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11106
11107 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11108
11109         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11110         (theora_enc_finalize), (theora_enc_sink_setcaps),
11111         (theora_set_header_on_caps), (theora_enc_chain),
11112         (theora_enc_change_state):
11113         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11114           Make theoraenc and the tests leak free. Like, really.
11115
11116 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11117
11118         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11119         (theora_enc_finalize), (theora_enc_sink_setcaps):
11120           Add a finalize method to ensure we clean up state even if
11121           someone omitted the state change back to NULL.
11122
11123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11124         (gst_vorbisenc_chain):
11125           Free some more leaked bits.
11126
11127         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11128         (stop_pipeline):
11129           Wait for state changes to happen if they're ASYNC.
11130
11131           This ought to teach those fancy pants buildbots a lesson.
11132
11133 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11134
11135         * gst-libs/gst/tag/gstid3tag.c:
11136           Add mapping for ID3 International Standard Recording Code
11137           tag "TSRC"
11138
11139 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11140
11141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11142           Don't leak tag names.
11143
11144 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * docs/libs/gst-plugins-base-libs-docs.sgml:
11147         * docs/libs/gst-plugins-base-libs-sections.txt:
11148         * gst-libs/gst/tag/gstid3tag.c:
11149         * gst-libs/gst/tag/gstvorbistag.c:
11150         * gst-libs/gst/tag/tags.c:
11151           Split libgsttag docs into multiple sections.
11152
11153 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * docs/libs/Makefile.am:
11156         * docs/libs/gst-plugins-base-libs-docs.sgml:
11157         * docs/libs/gst-plugins-base-libs-sections.txt:
11158         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11159         * gst-libs/gst/tag/gstvorbistag.c:
11160         * gst-libs/gst/tag/tag.h:
11161         * gst-libs/gst/tag/tags.c:
11162           Add libgsttag to the docs.
11163
11164 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11165
11166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11167         (gst_text_overlay_init), (gst_text_overlay_src_event),
11168         (gst_text_overlay_collected): Fix clockoverlay.
11169
11170 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * docs/libs/compiling.sgml:
11173           Fix typo: it's pkg-config, not pkg-gconfig
11174
11175         * docs/libs/gst-plugins-base-libs-docs.sgml:
11176         * docs/libs/gst-plugins-base-libs-sections.txt:
11177         * docs/libs/tmpl/gstgconf.sgml:
11178           There is no libgstgconf in 0.10, remove it
11179           from the docs.
11180
11181 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11182
11183         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11185         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11186         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11187         (gst_sub_parse_class_init), (gst_sub_parse_init),
11188         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11189         (parse_mpsub), (parser_state_init), (handle_buffer),
11190         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11191         * gst/subparse/gstsubparse.h: Introduce seeking code.
11192
11193 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11196           Add comment about LANGUAGE tag inconsistency (we want
11197           ISO-639-1, but extract three-letter identifiers?)
11198
11199         * po/POTFILES.in:
11200           Add two translatable files.
11201
11202 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst-libs/gst/tag/Makefile.am:
11205         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11206         * gst-libs/gst/tag/tag.h:
11207         * gst-libs/gst/tag/tags.c:
11208         (gst_tag_register_musicbrainz_tags_internal),
11209         (gst_tag_register_musicbrainz_tags):
11210           Forward-port some tags stuff from the 0.8 branch. This is
11211           mostly the addition of musicbrainz tags and their mapping
11212           to vorbistags, and a vorbistag mapping of the language tag.
11213
11214 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11215
11216         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11217         refactoring.
11218
11219 2006-02-04  David Schleef  <ds@schleef.org>
11220
11221         * ext/ogg/gstoggmux.c:
11222         * gst/typefind/gsttypefindfunctions.c:
11223           Add Dirac typefinding and add dirac format to oggmux.
11224
11225 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11226
11227         * gst/playback/gstdecodebin.c: (try_to_link_1):
11228           Don't put essential function call into
11229           g_return_*() macro, otherwise it'll all be
11230           replaced by NOOPs when compiling with
11231           G_DISABLE_CHECKS defined.
11232
11233 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11234
11235         * ext/ogg/gstoggdemux.c:
11236         * ext/ogg/gstoggparse.c:
11237         * gst/tcp/gsttcpserversink.c:
11238         * sys/v4l/v4lsrc_calls.c:
11239         * sys/v4l/v4lsrc_calls.h:
11240         Just make it compile with --disable-gst-debug.
11241
11242 2006-02-03  Wim Taymans  <wim@fluendo.com>
11243
11244         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11245         (gst_alsasink_class_init), (gst_alsasink_init),
11246         (gst_alsasink_write), (gst_alsasink_reset):
11247         * ext/alsa/gstalsasink.h:
11248         Add lock to protect alsa calls.
11249         Implement reset to flush samples ASAP, does not work
11250         with dmix though.
11251
11252 2006-02-02  Wim Taymans  <wim@fluendo.com>
11253
11254         * gst-libs/gst/audio/gstbaseaudiosink.c:
11255         (gst_base_audio_sink_provide_clock):
11256         Ugh.. getting late I guess...
11257
11258 2006-02-02  Wim Taymans  <wim@fluendo.com>
11259
11260         * gst-libs/gst/audio/gstbaseaudiosink.c:
11261         (gst_base_audio_sink_provide_clock),
11262         (gst_base_audio_sink_set_property),
11263         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11264         Don't try to provide a clock when we are not negotiated since
11265         we might not be able to make it run.
11266
11267 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/playback/gstdecodebin.c: (try_to_link_1):
11270           Unlinking two source pads is ... hard.
11271
11272 2006-02-02  Wim Taymans  <wim@fluendo.com>
11273
11274         * gst-libs/gst/audio/TODO:
11275         Updated.
11276
11277         * gst-libs/gst/audio/gstbaseaudiosink.c:
11278         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11279         On EOS, wait till the last sample is played before posting EOS.
11280
11281 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11282
11283         Patch by: Kai Vehmanen
11284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11285           Adds ability to enable newsegment bypass by setting queue_delay to
11286           zero. Also avoid thread being started if queue_delay is zero.
11287
11288 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11291           Make test work again by connecting fakesinks to each decoded pad,
11292           which makes the pipeline wait until each fakesink has a buffer
11293           queued before going to PAUSED state. At that point we know the
11294           decodebin pads are negotiated.
11295
11296 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11299         (gst_cdda_base_src_handle_event):
11300         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11301           Pass unhandled queries to the parent class's query function.
11302
11303 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11306         (gst_ogg_pad_src_query):
11307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11308         * ext/theora/theoradec.c: (theora_dec_src_query),
11309         (theora_dec_sink_query):
11310         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11311         (vorbis_dec_sink_query):
11312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11313         (gst_vorbisenc_sink_query):
11314         * gst/adder/gstadder.c: (gst_adder_query):
11315           Pass unhandled queries upstream instead of just
11316           dropping them (#326447). Also, fix supported
11317           query types list for some elements.
11318
11319 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11320
11321         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11322         (paris_type_find), (ilbc_type_find), (plugin_init):
11323           Fix typefinding for audio/x-au, audio/x-paris and
11324           audio/iLBC-sh. We cannot use the START_WITH macros
11325           here, because there can only be one typefind factory
11326           with the same name (caps), so the second one would
11327           replace the first one and the first one would never
11328           be called when doing typefinding (see #161712).
11329           
11330
11331 2006-01-31  Wim Taymans  <wim@fluendo.com>
11332
11333         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11334         (vorbis_handle_header_packet), (vorbis_dec_push),
11335         (vorbis_handle_data_packet):
11336         Use scale_int when we can, add some more scaling.
11337         Check packettype before parsing it.
11338
11339 2006-01-31  Wim Taymans  <wim@fluendo.com>
11340
11341         * ext/theora/theoradec.c: (_theora_granule_time),
11342         (theora_dec_src_convert), (theora_dec_sink_convert):
11343         Call right _scale functions.
11344         Use parameter instead of some other random value.
11345
11346 2006-01-31  Wim Taymans  <wim@fluendo.com>
11347
11348         * ext/theora/theoradec.c: (_theora_granule_frame),
11349         (_theora_granule_time), (_inc_granulepos),
11350         (theora_dec_src_convert), (theora_dec_sink_convert),
11351         (theora_handle_type_packet), (theora_handle_data_packet),
11352         (theora_dec_chain):
11353         Use higher precision timestamps calculation.
11354         Convert some other conversions to _scale.
11355
11356 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11357
11358         * gst/audiotestsrc/gstaudiotestsrc.c:
11359         (gst_audio_test_src_create_sine_table), (plugin_init):
11360         * gst/volume/gstvolume.c: (plugin_init):
11361           initialize gst_controller before using
11362
11363 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11364
11365         * tests/check/pipelines/theoraenc.c:
11366         * tests/check/pipelines/vorbisenc.c:
11367         Define constant using G_GINT64_CONSTANT to avoid errors when
11368         passing it around - otherwise it gets truncated to 32 bits.
11369
11370         Fixes failing tests.
11371
11372 2006-01-31  Andy Wingo  <wingo@pobox.com>
11373
11374         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11375         caps being set doesn't have a framerate value. Basically a stopgap
11376         measure.
11377
11378         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11379         technically correct enough to put into core though.
11380         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11381         DURATION. Fixes theoraenc ! oggmux.
11382
11383         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11384         fraction, not double.
11385
11386 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11387
11388         * win32/vs7:
11389         add vs7 project files created by Sergey Scobich
11390
11391 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11392
11393         * win32/vs8:
11394         add vs8 project files created by Sergey Scobich
11395         
11396 2006-01-30  Andy Wingo  <wingo@pobox.com>
11397
11398         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11399         timestamp + duration, not just timestamp -- ogg pages should be
11400         ordered by stop time. Necessary fix given the change in vorbis
11401         timestamps.
11402
11403         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11404         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11405         (granulepos_add): New function, handles the messiness of adjusting
11406         granulepos values.
11407         (theora_buffer_from_packet):
11408         (theora_enc_chain):
11409         (theora_enc_sink_event): Use granulepos_add, not +.
11410
11411         * tests/check/pipelines/theoraenc.c
11412         (check_buffer_granulepos_from_starttime): Just check the frame
11413         count, not the actual granulepos -- we can't dictate to the
11414         encoder when it should be placing keyframes.
11415
11416 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11419           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11420           play an http:// stream from a server that's not serving
11421
11422 2006-01-30  Andy Wingo  <wingo@pobox.com>
11423
11424         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11425         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11426         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11427         available.
11428
11429         * ext/theora/gsttheoraenc.h:
11430         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11431         although theoraenc was timestamping correctly. Added handling of
11432         streams that start with nonzero timestamps.
11433
11434         * tests/check/Makefile.am:
11435         * tests/check/pipelines/theoraenc.c: New file, basically does same
11436         tests as vorbisenc.
11437
11438         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11439
11440 2006-01-30  Wim Taymans  <wim@fluendo.com>
11441
11442         * gst-libs/gst/audio/gstaudiosink.c:
11443         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11444         (gst_audioringbuffer_pause):
11445         Implement pause that does not wait for completion.
11446
11447         * gst-libs/gst/audio/gstbaseaudiosink.c:
11448         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11449         Don't drop buffers when going to PAUSED but perform preroll on
11450         remaining samples now that core base class supports this.
11451
11452         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11453         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11454         (gst_ring_buffer_commit):
11455         Pause should not signal waiters.
11456         Implement return value of _commit correctly.
11457
11458 2006-01-30  Andy Wingo  <wingo@pobox.com>
11459
11460         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11461
11462         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11463         updated to timestamp from the first sample, not the last.
11464         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11465         special care of granulepos and timestamp for header packets.
11466         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11467         when the first buffer has a nonzero timestamp.
11468
11469         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11470         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11471         case when the first audio buffer we get has a nonzero timestamp.
11472         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11473         properly timestamp vorbis buffers with the time of the first
11474         sample, not the last.
11475         
11476         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11477         vorbis_granule_time_copy -- now it takes the granule/subgranule
11478         offset into account.
11479
11480         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11481         timestamps, durations, and granulepos on buffers produced by
11482         vorbisenc.
11483
11484 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11485
11486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11487         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11488           Patch from Eric Jonas to support conversions to/from UYVY 
11489           (Fixes: #324626)
11490
11491 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11492
11493         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11494         (setup_subtitle), (setup_source), (set_active_source):
11495         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11496         (gen_text_element), (gen_audio_element), (gen_vis_element),
11497         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11498
11499 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11500
11501         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11502         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11503                 use gst_guint64_to_gdouble to be compliant with vs6
11504         * gst/playback/gstdecodebin.c: (try_to_link_1)
11505         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11506                 use G_GINT64_CONSTANT for int64 constants
11507         * win32/common/libgstinterfaces.def:
11508                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11509         * win32/vs6:
11510                 update and add new project files
11511                 
11512 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11513
11514         * Makefile.am:
11515         * win32/MANIFEST:
11516         * win32/common/interfaces-enumtypes.c:
11517         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11518         (gst_mixer_track_flags_get_type),
11519         (gst_tuner_channel_flags_get_type):
11520         * win32/common/interfaces-enumtypes.h:
11521         * win32/common/multichannel-enumtypes.c:
11522         (gst_audio_channel_position_get_type):
11523         * win32/common/multichannel-enumtypes.h:
11524           add a win32-update rule like in core, and copy over enumtypes files
11525
11526 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11527
11528         * win32/MANIFEST:
11529         * win32/common/config.h:
11530         * win32/common/config.h.in:
11531           add config files just like in core
11532
11533 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11536           Make gcc-4.1 happy (part of #327357).
11537
11538 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11539
11540         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11541         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11542         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11543         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11544         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11545         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11546           Update all error messages.  All of them should either use
11547           the default translated message, or actually provide a
11548           translatable string.
11549           Make the string for channel count problems meaningful.
11550
11551 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11554           check for and throw RESOURCE_BUSY
11555
11556 2006-01-27  David Schleef  <ds@schleef.org>
11557
11558         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11559           checked in this change -- it requires liboil features not
11560           in 0.3.6.  Revert parts.
11561
11562 2006-01-27  David Schleef  <ds@schleef.org>
11563
11564         * REQUIREMENTS:
11565         * configure.ac: update liboil requirement to 0.3.6
11566         * gst/videoscale/Makefile.am:
11567         * gst/videoscale/vs_scanline.c: liboilify
11568
11569 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * ext/libvisual/visual.c: (get_buffer):
11572           When pad_alloc returns a GstFlowReturn other
11573           than GST_FLOW_OK, make sure it is passed upstream.
11574
11575 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11576
11577         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11578         (gst_alsasink_class_init):
11579           Free the device name string.
11580
11581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11582         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11583         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11584           Don't remove a pad from the collectpads structure until it
11585           is released - it's a request pad, and may receive data again
11586           if the element gets moved back to PLAYING state.
11587
11588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11589           Ensure we turn on double buffering on the Xv port, and
11590           set the colour key to something dark and mysterious that
11591           isn't black.
11592
11593 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         * ext/alsa/gstalsaplugin.c: (plugin_init):
11596         * ext/cdparanoia/gstcdparanoiasrc.c:
11597         (gst_cd_paranoia_src_base_init), (plugin_init):
11598         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11600           - a library should not call setlocale. see "Libraries" node in
11601             gettext manual
11602           - make sure all plugins that use translation do bindtextdomain
11603             to point to the localedir
11604         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11605         (setup_sinks), (plugin_init):
11606           all this, and check for NULL when creating sinks
11607
11608 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11609
11610         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11611         (plugin_init): Make typefinding of subtitles work again.
11612
11613 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11616         (mp3_type_frame_length_from_header), (mp3_type_find),
11617         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11618         (plugin_init):
11619           Backport a bunch of typefinding fixes from the 0.8 branch.
11620           Also, improve wavpack typefinding: if we can't peek the
11621           entire wavpack block, try to parse the bits we can get and
11622           see if we find what we're looking for in those.
11623
11624 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11625
11626         * sys/ximage/ximagesink.c:
11627         (gst_ximagesink_calculate_pixel_aspect_ratio):
11628         * sys/xvimage/xvimagesink.c:
11629         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11630         more cases of pixel aspect ratio.
11631
11632 2006-01-26  Edward Hervey  <edward@fluendo.com>
11633
11634         * gst/playback/gstdecodebin.c: (pad_probe):
11635         Also consider the flush-start and tag events as unblockers
11636         for the pad probes.
11637
11638 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11639
11640         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11641         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11642         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11643         On the fly visualisation switch, works disabling, enabling as
11644         well but it won't be able to enable vis in a playbin that was
11645         created with no visualisation.
11646
11647 2006-01-25  Wim Taymans  <wim@fluendo.com>
11648
11649         * gst-libs/gst/audio/gstbaseaudiosink.c:
11650         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11651         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11652         resume after pause.
11653
11654 2006-01-25  Wim Taymans  <wim@fluendo.com>
11655
11656         * gst-libs/gst/audio/gstbaseaudiosink.c:
11657         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11658         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11659         Improve debugging.
11660         Post error when caps cannot be parsed.
11661         Resync on discontinuity in the stream.
11662         Clip samples to segment boundaries.
11663         return WRONG_STATE sooner when we are flushing.
11664
11665         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11666         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11667         Make audiosrc operate in TIME.
11668         Set TIMESTAMP and DURATION on buffers.
11669
11670 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * tests/examples/seek/seek.c: (main):
11673           Output tag messages as well.
11674
11675 2006-01-23  Edward Hervey  <edward@fluendo.com>
11676
11677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11678         (free_pad_probes), (remove_fakesink), (pad_probe),
11679         (close_pad_link), (gst_decode_bin_change_state):
11680         Replace GstPadBlockCallback with pad probes that detect
11681         first buffer AND eos before removing fakesink.
11682         Fixes hang with demuxers doing EOS while pre-rolling.
11683         Solves #328279
11684
11685 2006-01-23  Andy Wingo  <wingo@pobox.com>
11686
11687         * ext/alsa/gstalsasink.c:
11688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11689         (gst_base_rtp_depayload_setcaps),
11690         (gst_base_rtp_depayload_add_to_queue),
11691         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11692         
11693         Patch by: Jens Granseuer <jensgr at gmx dot net>
11694
11695 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11696
11697         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11698         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11699         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11700         frames. We might get a frame destroyed after changing state to
11701         NULL, adding a safety check on xcontext.
11702
11703 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * gst-libs/gst/interfaces/xoverlay.c:
11706           Fix prepare-xwindow-id code example in the docs - we need to
11707           ignore all messages that aren't element messages as well.
11708           
11709 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11710
11711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11712           I think one day i'll completely undestand how caps negotiation
11713           is supposed to work. This refactoring handles buffer_alloc
11714           called with caps we can't handle. We definitely don't want a
11715           set_caps with those caps, so we define and allocate a buffer
11716           we would like to receive.
11717
11718 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         * gst/playback/gstplaybasebin.c: (setup_source):
11721           Free iterator when done.
11722
11723 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11724
11725         * gst-libs/gst/audio/gstbaseaudiosink.c:
11726         (gst_base_audio_sink_render):
11727           Fix playback of non-synchronised streams by assuming a rate
11728           of 1.0 instead of a random one.
11729
11730           Makes this work again:
11731
11732           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11733           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11734           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11735           audioresample ! alsasink
11736
11737 === release 0.10.2 ===
11738
11739 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11740
11741         * configure.ac:
11742           releasing 0.10.2, "Then the devil is six"
11743
11744 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11745
11746         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11747         * gst/playback/gststreamselector.c:
11748         (gst_stream_selector_set_property):
11749           Comment out broken code that connects to the state-changed signal.
11750           At this point, changing current stream selection is broken, but 
11751           stuff like gst-launch playbin current-audio=1 works and filters
11752           to the chosen stream.
11753
11754 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11757           Fix #327216 (null dereference in vorbisdec)
11758
11759 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11762           Post taglist actually on bus instead of just freeing it
11763           (fixes #327114 and totem bug #327080).
11764
11765         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11766           Use gst_element_found_tags_for_pad(), so that the tags
11767           are sent downstream as an event as well.
11768
11769 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11770
11771         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11772         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11773         (gst_ximagesink_buffer_alloc):
11774         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11775         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11776         (gst_xvimagesink_buffer_alloc):
11777           move all regularly occurring messages to GST_LOG level
11778           add some more object logs
11779
11780 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11781
11782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11783           fix a silly segfault
11784
11785 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * docs/libs/gst-plugins-base-libs-docs.sgml:
11788         * docs/libs/gst-plugins-base-libs-sections.txt:
11789         * gst-libs/gst/audio/mixerutils.c:
11790         * gst-libs/gst/audio/mixerutils.h:
11791           Add docs for mixerutils stuff.
11792
11793 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * gst/playback/gstplaybasebin.c: (setup_source):
11796           Fix playback for sources that emit raw audio or
11797           raw video streams (e.g.: cd audio sources) (#325984).
11798
11799 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11800
11801         * gst-libs/gst/audio/mixerutils.c:
11802         (gst_audio_mixer_filter_do_filter):
11803           actually save the element we create
11804
11805 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * gst-libs/gst/cdda/gstcddabasesrc.c:
11808         (gst_cdda_base_src_handle_track_seek):
11809           No need to post a tag message on the bus when seeking
11810           within the same track, only post it when the current
11811           track changes.
11812
11813 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11814
11815         * gst/playback/gstplaybasebin.c: (group_destroy),
11816         (probe_triggered), (new_decoded_pad), (mute_group_type),
11817         (set_active_source):
11818         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11819         * gst/playback/gststreamselector.c:
11820         (gst_stream_selector_base_init),
11821         (gst_stream_selector_set_property),
11822         (gst_stream_selector_request_new_pad):
11823           Reenable stream selection. These mechanisms need a complete overhaul
11824           in the face of 0.8->0.10 changes though.
11825
11826 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11827
11828         * ext/ogg/gstoggdemux.c:
11829           Change the pad template to src_%d to match the pads that 
11830           are created from it. decodebin needs this information in order
11831           to decide that oggdemux is capable of producing multiple pads
11832           (and hence needs queues inserted).
11833
11834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11835         (gst_ogg_mux_collected):
11836           Make debug output more useful by using GST_PTR_FORMAT.
11837
11838 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11839
11840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11843           Set depth and width for alaw/mulaw (fixes #326601).
11844
11845 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * tests/icles/Makefile.am:
11848           don't build the tests if we don't have the libs
11849
11850 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11851
11852         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11853         (gst_cd_paranoia_paranoia_callback):
11854           Don't try to free NULL pointers.
11855
11856 2006-01-10  Edward Hervey  <edward@fluendo.com>
11857
11858         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11859         (gst_audio_rate_change_state), (plugin_init):
11860         Add debugging category.
11861         Fix type issues.
11862         Add case for incoming buffers without valid offset/offset_end.
11863
11864 2006-01-10  Michael Smith  <msmith@fluendo.com>
11865
11866         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11867           Don't leak GCond in audio sources.
11868
11869 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11870
11871         * gst/playback/gstplaybin.c: (gen_audio_element):
11872           Don't leak an autoaudiosink/alsasink when we generate
11873           a new audio element. (old code, I guess)
11874
11875 2006-01-10  Michael Smith  <msmith@fluendo.com>
11876
11877         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11878           Support float audio in audiorate.
11879           Use width rather than depth for selecting sample width.
11880
11881 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/videotestsrc/videotestsrc.h:
11884           Use GLib types here (that way we don't have to include the
11885           generated _stdint.h header, which makes life easier for win32
11886           folks that don't use autotools for the build) (#325990, patch
11887           by: Sergey Scobich).
11888
11889 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11890
11891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11892         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11893         (gst_ring_buffer_pause), (wait_segment):
11894         * gst-libs/gst/audio/gstringbuffer.h:
11895           Name (private) union, makes Forte compiler happy (this time
11896           for real) (#324900).
11897
11898 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         * gst-libs/gst/audio/Makefile.am:
11901           Link against libgstinterfaces, needed for mixer
11902           and property probe stuff.
11903
11904 2006-01-09  Edward Hervey  <edward@fluendo.com>
11905
11906         * gst-libs/gst/Makefile.am:
11907
11908 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         * gst-libs/gst/audio/Makefile.am:
11911         * gst-libs/gst/audio/mixerutils.c:
11912         (gst_audio_mixer_filter_do_filter),
11913         (gst_audio_mixer_filter_check_element),
11914         (gst_audio_mixer_filter_probe_feature),
11915         (element_factory_rank_compare_func),
11916         (gst_audio_default_registry_mixer_filter):
11917         * gst-libs/gst/audio/mixerutils.h:
11918           Add gst_audio_default_registry_mixer_filter() utility
11919           function.
11920
11921 2006-01-03  Michael Smith  <msmith@fluendo.com>
11922
11923         * gst/audioresample/resample.h:
11924           As before, but for o_buf
11925
11926 2006-01-03  Michael Smith  <msmith@fluendo.com>
11927
11928         * gst/audioresample/resample.h:
11929           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11930           since we do arithmetic on it.
11931
11932 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11933
11934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11935         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11936         (gst_ring_buffer_pause), (wait_segment):
11937         * gst-libs/gst/audio/gstringbuffer.h:
11938           Sun's Forte compiler doesn't seem to like anonymous structs,
11939           so use same setup as in GstBaseSrc (fixes #324900).
11940
11941 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11942
11943         * configure.ac:
11944         * gst/volume/Makefile.am:
11945         * gst/volume/demo.c:
11946           move old example to tests/examples/volume/volune.c
11947         * tests/examples/Makefile.am:
11948         * tests/examples/seek/seek.c: (main):
11949           change window-close event from "delete-event" to "destroy"
11950         * tests/examples/volume/Makefile.am:
11951         * tests/examples/volume/volume.c: (value_changed_callback),
11952         (setup_gui), (message_received), (eos_message_received), (main):
11953           fix event handling and bus usage
11954
11955 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11956
11957         * gst/audiotestsrc/gstaudiotestsrc.c:
11958         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11959         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11960         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11961         (gst_audio_test_src_create_square),
11962         (gst_audio_test_src_create_saw),
11963         (gst_audio_test_src_create_triangle),
11964         (gst_audio_test_src_create_silence),
11965         (gst_audio_test_src_create_white_noise),
11966         (gst_audio_test_src_create_pink_noise),
11967         (gst_audio_test_src_init_sine_table),
11968         (gst_audio_test_src_create_sine_table),
11969         (gst_audio_test_src_change_wave),
11970         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11971         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11972         * gst/audiotestsrc/gstaudiotestsrc.h:
11973           update to basesrc changes, implement segmented seeking and eos
11974           handling, add a 'sine-tab' waveform for performance critical playback
11975
11976 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11977
11978         * po/POTFILES.in:
11979           ... and this time the other modified file that I missed last time.
11980
11981 2005-12-29  Michael Smith  <msmith@fluendo.com>
11982
11983         * gst/playback/gstdecodebin.c: (new_pad):
11984           Fix non-C89 variable declaration not at the start of a block. Should
11985           help some compilers.
11986
11987 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * tests/check/Makefile.am:
11990           And now fix 'make distcheck' (builddir != srcdir)
11991
11992 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * configure.ac:
11995         * ext/cdparanoia/Makefile.am:
11996         * ext/cdparanoia/gstcdparanoia.c:
11997         * ext/cdparanoia/gstcdparanoia.h:
11998         * ext/cdparanoia/gstcdparanoiasrc.c:
11999         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12000         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12001         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12002         (gst_cd_paranoia_paranoia_callback),
12003         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12004         (gst_cd_paranoia_src_set_property),
12005         (gst_cd_paranoia_src_get_property), (plugin_init):
12006         * ext/cdparanoia/gstcdparanoiasrc.h:
12007           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12008           plugin again (there are still fixes required to playbin to make
12009           cdda:// uris work there).
12010
12011 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * tests/check/Makefile.am:
12014           Fix test case compilation.
12015
12016 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst-libs/gst/cdda/gstcddabasesrc.c:
12019         (gst_cdda_base_src_update_duration),
12020         (gst_cdda_base_src_calculate_cddb_id):
12021           An integer is not a string. Fix access to uninitialised variable.
12022
12023         * tests/check/Makefile.am:
12024           Add cddabasesrc unit test; also actually enable the vorbis test.
12025
12026         * tests/check/generic/states.c:
12027           Blacklist new cd audio elements as well.
12028
12029         * tests/check/libs/cddabasesrc.c:
12030           Unit test for GstCddaBaseSrc (discid calculation mostly).
12031
12032 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * docs/libs/Makefile.am:
12035         * docs/libs/gst-plugins-base-libs-docs.sgml:
12036         * docs/libs/gst-plugins-base-libs-sections.txt:
12037         * docs/libs/gst-plugins-base-libs.types:
12038           Add docs for libgstcdda/GstCddaBaseSrc.
12039
12040         * gst-libs/gst/interfaces/mixertrack.h:
12041           Do one struct member per line with a semicolon at the end, that way
12042           even gtk-doc might parse it without complaining.
12043
12044 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * configure.ac:
12047         * gst-libs/gst/Makefile.am:
12048         * gst-libs/gst/cdda/Makefile.am:
12049         * gst-libs/gst/cdda/base64.c:
12050         * gst-libs/gst/cdda/base64.h:
12051         * gst-libs/gst/cdda/gstcddabasesrc.c:
12052         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12053         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12054         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12055         (gst_cdda_base_src_get_property),
12056         (gst_cdda_base_src_get_track_from_sector),
12057         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12058         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12059         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12060         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12061         (gst_cdda_base_src_uri_get_protocols),
12062         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12063         (gst_cdda_base_src_uri_handler_init),
12064         (gst_cdda_base_src_setup_interfaces),
12065         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12066         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12067         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12068         (gst_cdda_base_src_add_tags),
12069         (gst_cdda_base_src_add_index_associations),
12070         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12071         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12072         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12073         (gst_cdda_base_src_create):
12074         * gst-libs/gst/cdda/gstcddabasesrc.h:
12075         * gst-libs/gst/cdda/sha1.c:
12076         * gst-libs/gst/cdda/sha1.h:
12077           Add new libgstcdda with GstCddaBaseSrc class.
12078
12079 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * ext/gnomevfs/gstgnomevfssink.h:
12082           Use GstBaseSinkClass as parent_class member for class struct, not
12083           GstBaseSink.
12084
12085 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         Patch by: Michael Benes
12088
12089         * gst/videotestsrc/gstvideotestsrc.c:
12090         (gst_video_test_src_class_init), (gst_video_test_src_start):
12091           Add start method to reset running time and number of frames sent
12092           when starting up (fixes #324696)
12093
12094 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * docs/plugins/Makefile.am:
12097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12099         * docs/plugins/gst-plugins-base-plugins.args:
12100         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12101         * docs/plugins/gst-plugins-base-plugins.signals:
12102           Add docs stuff for gnomevfssrc and gnomevfssink.
12103
12104         * ext/gnomevfs/gstgnomevfssrc.c:
12105           Fix example pipeline in gtk-doc blurb.
12106
12107 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * ext/gnomevfs/Makefile.am:
12110         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12111         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12112         (gst_gnome_vfs_handle_get_type), (plugin_init):
12113         * ext/gnomevfs/gstgnomevfs.h:
12114         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12115         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12116         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12117         (gst_gnome_vfs_sink_set_property),
12118         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12119         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12120         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12121         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12122         (gst_gnome_vfs_sink_uri_get_type),
12123         (gst_gnome_vfs_sink_uri_get_protocols),
12124         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12125         (gst_gnome_vfs_sink_uri_handler_init):
12126         * ext/gnomevfs/gstgnomevfssink.h:
12127           Port gnomevfssink; add gtk-doc blurb.
12128
12129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12130         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12131         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12132         (gst_gnome_vfs_src_uri_get_type),
12133         (gst_gnome_vfs_src_uri_get_protocols),
12134         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12135         (gst_gnome_vfs_src_uri_handler_init),
12136         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12137         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12138         (gst_gnome_vfs_src_send_additional_headers_callback),
12139         (gst_gnome_vfs_src_received_headers_callback),
12140         (gst_gnome_vfs_src_push_callbacks),
12141         (gst_gnome_vfs_src_pop_callbacks),
12142         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12143         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12144         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12145         * ext/gnomevfs/gstgnomevfssrc.h:
12146           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12147           file; add gtk-doc blurb with example pipelines.
12148
12149 === release 0.10.1 ===
12150
12151 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12152
12153         * configure.ac:
12154           releasing 0.10.1, "Dobro Dedek"
12155
12156 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12157
12158         * gst/typefind/gsttypefindfunctions.c:
12159         iLBC30 and iLBC20 added to typefind.
12160
12161 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12162
12163         * gst-libs/gst/audio/gstbaseaudiosink.c:
12164         (gst_base_audio_sink_class_init):
12165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12166         (gst_base_audio_src_class_init):
12167           update strings, values are in microseconds
12168           change the default sink buffer time to something that is smaller
12169           (to help software volume mixing have a slightly lower delay) but
12170           still be acceptable on Wim's laptop
12171
12172 2005-12-20  Edward Hervey  <edward@fluendo.com>
12173
12174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12175         Made a quack, forgot to add DUCK to the riff video template.
12176
12177 2005-12-19  Edward Hervey  <edward@fluendo.com>
12178
12179         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12180         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12181         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12182         (gst_ogm_parse_chain):
12183         Make sure pads are initialized correctly.
12184         * gst-libs/gst/riff/riff-ids.h:
12185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12186         (gst_riff_create_video_template_caps):
12187         Add a whole bunch of FOURCC <=> MimeType.
12188         Extend the riff video pad template to support the newly added fourcc.
12189
12190 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12191
12192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12193         (gst_ogg_demux_activate_chain):
12194           Extra debug output when activating/deactivating chains.
12195
12196         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12197         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12198         (unlinked):
12199           Remove a queue from our list when it becomes unlinked.
12200           Don't add queues to elements in class 'Demux' if they
12201           can only produce one pad 
12202
12203 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12204
12205         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12206         (gst_video_sink_get_type): Add a debug category.
12207
12208 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12209
12210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12211         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12212           Handle downstream newsegment by sending our own newsegment before the
12213           next buffer to be released. (#323900)
12214
12215 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12216
12217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12218         (gst_base_rtp_depayload_set_gst_timestamp):
12219           add queue delay to new segment as well (as opposed to just the first
12220           buffer). (bug #322347)
12221
12222 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12223
12224         * ext/libvisual/visual.c: (make_valid_name):
12225           change some char* into char[]
12226         * gst/audiotestsrc/gstaudiotestsrc.c:
12227         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12228         (gst_audio_test_src_create):
12229         * gst/audiotestsrc/gstaudiotestsrc.h:
12230           prepare to handle EOS and SEGMENT_DONE
12231
12232 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * tests/check/generic/states.c: (GST_START_TEST):
12235           Blacklist cdparanoia element in state test.
12236
12237 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239           Patch by: Benjamin Pineau
12240
12241         * gst/tcp/gsttcp.c:
12242         * gst/tcp/gsttcpclientsink.c:
12243         * gst/tcp/gsttcpserversink.c:
12244         * gst/tcp/gsttcpserversrc.c:
12245           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12246
12247 2005-12-15  Michael Smith  <msmith@fluendo.com>
12248
12249         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12250         (gst_video_rate_chain):
12251           Fix timestamping for videorate when the first buffer it sees has a
12252           non-zero timestamp. Fix some misleading debug output.
12253
12254 2005-12-15  Michael Smith  <msmith@fluendo.com>
12255
12256         * gst/audioresample/gstaudioresample.c:
12257           Don't leak all input buffers to audioresample.
12258
12259 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12262           Don't operate on empty text buffers. Strip newlines and
12263           tabs only from the end of the text, but leave them intact
12264           in the middle. Fix typo in gtk-doc description.
12265
12266 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/playback/gstplaybasebin.c:
12269         * gst/playback/gstplaybin.c: (handoff):
12270           Make sure the video frame buffer we return to apps via the
12271           "frame" property always has caps set on it. Modify
12272           _gst_gvalue_set_object() macro to handle NULL objects
12273           gracefully too.
12274
12275 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12276
12277         * gst/audiotestsrc/gstaudiotestsrc.c:
12278         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12279         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12280         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12281         (gst_audio_test_src_create):
12282         * gst/audiotestsrc/gstaudiotestsrc.h:
12283         Adjust to some recent api changes and add wtays new cool seeking
12284         capabillities
12285
12286 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * ext/alsa/Makefile.am:
12289         * ext/alsa/gstalsadeviceprobe.c:
12290         * ext/alsa/gstalsadeviceprobe.h:
12291           Helper functions to add device probing via the GstPropertyProbe
12292           interface to a class.
12293
12294         * ext/alsa/gstalsamixer.h:
12295           Comment out GST_ALSA_MIXER, it returns a struct that's not
12296           used.
12297
12298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12299           Add some debug info. 
12300
12301         * ext/alsa/gstalsamixerelement.c:
12302         (gst_alsa_mixer_element_interface_supported),
12303         (gst_implements_interface_init),
12304         (gst_alsa_mixer_element_init_interfaces),
12305         (gst_alsa_mixer_element_class_init),
12306         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12307         (gst_alsa_mixer_element_set_property),
12308         (gst_alsa_mixer_element_get_property),
12309         (gst_alsa_mixer_element_change_state):
12310         * ext/alsa/gstalsamixerelement.h:
12311           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12312           for device handling (gnome-volume-control will need that).
12313
12314 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12315
12316         * ext/Makefile.am: fix cdparanoia entry
12317         * gst-plugins-base.spec.in: add cdparanoia
12318
12319 2005-12-12  Michael Smith  <msmith@fluendo.com>
12320
12321         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12322           Use the correct function to free list of typefind factories.
12323
12324 2005-12-12  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst/videotestsrc/gstvideotestsrc.c:
12327         (gst_video_test_src_class_init), (gst_video_test_src_init),
12328         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12329         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12330         (gst_video_test_src_create):
12331         * gst/videotestsrc/gstvideotestsrc.h:
12332         Implement seeking in videotestsrc.
12333         Small cleanups.
12334
12335 2005-12-12  Wim Taymans  <wim@fluendo.com>
12336
12337         * ext/cdparanoia/Makefile.am:
12338         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12339         (gst_paranoia_endian_get_type), (_do_init),
12340         (cdparanoia_class_init), (cdparanoia_init),
12341         (cdparanoia_set_property), (cdparanoia_get_property),
12342         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12343         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12344         (cdparanoia_convert), (cdparanoia_get_query_types),
12345         (cdparanoia_query), (cdparanoia_set_index),
12346         (cdparanoia_uri_set_uri):
12347         * ext/cdparanoia/gstcdparanoia.h:
12348         Partially ported cdparanoia now that basesrc can support a
12349         plugin like this..
12350
12351 2005-12-12  Wim Taymans  <wim@fluendo.com>
12352
12353         * tests/examples/seek/scrubby.c: (main):
12354         Set higher priority for bus events so they don't get reordered with
12355         gtk gui events.
12356
12357         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12358         (flush_toggle_cb), (main):
12359         Added checkbox to disable flushing seeks. 
12360         Disable scrubbing when doing non flushing seeks.
12361
12362 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12365         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12366         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12367         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12368           Implement some sort of event handling that doesn't rely on
12369           g_return_if_fail; make sure we always push the last chunk of an 
12370           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12371           state change function; remove some old cruft. Seeking is still
12372           rather unlikely to work though.
12373
12374         * tools/.cvsignore:
12375           Ignore more.
12376
12377 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12378
12379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12380         Fixed a leak of the current image reference when cleaning up.
12381         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12382
12383 2005-12-09  Michael Smith  <msmith@fluendo.com>
12384
12385         * tools/Makefile.am:
12386         * tools/gst-launch-ext-m.m:
12387           Remove gst-launch-ext. It doesn't work, and is no longer
12388           particularly useful.
12389
12390 2005-12-08  Luca Ognibene  <luogni@tin.it>
12391
12392         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12393           don't pass random values to ogmparse convert function.
12394           Make seeking possible in the exile1.ogm file.
12395
12396 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12399         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12400           Work around refcount problem with g_value_set_object() that occur
12401           if the core has been compiled against GLib-2.6 (g_value_set_object()
12402           will only g_object_ref() the element, but the caller will
12403           gst_object_unref() it and bad things will happen due to the way
12404           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12405           totem for people on FC4 using Thomas's 0.10 RPMs.
12406           
12407 2005-12-07  Edward Hervey  <edward@fluendo.com>
12408
12409         Time to welcome ogm to 0.10 :)
12410         
12411         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12412         (gst_ogg_pad_typefind):
12413         Oggdemux can now properly typefind elements with dynamic pads.
12414         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12415         Properly set caps on src pad, and set caps on outgoing buffers.
12416
12417 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12418
12419         * ext/alsa/gstalsamixer.h:
12420         * ext/alsa/gstalsamixerelement.h:
12421         * ext/alsa/gstalsamixeroptions.h:
12422         * ext/alsa/gstalsamixertrack.h:
12423         * ext/alsa/gstalsasink.c:
12424         * ext/alsa/gstalsasink.h:
12425         * ext/alsa/gstalsasrc.c:
12426         * ext/alsa/gstalsasrc.h:
12427         * ext/cdparanoia/gstcdparanoia.h:
12428         * ext/gnomevfs/gstgnomevfsuri.h:
12429         * ext/ogg/gstoggdemux.c:
12430         * ext/ogg/gstoggmux.c:
12431         * ext/pango/gsttextoverlay.h:
12432         * ext/theora/theoradec.c:
12433         * ext/theora/theoraenc.c:
12434         * ext/vorbis/vorbisdec.h:
12435         * ext/vorbis/vorbisenc.c:
12436         * ext/vorbis/vorbisenc.h:
12437         * ext/vorbis/vorbisparse.h:
12438         * gst-libs/gst/audio/gstaudioclock.h:
12439         * gst-libs/gst/audio/gstaudiosink.c:
12440         * gst-libs/gst/audio/gstaudiosink.h:
12441         * gst-libs/gst/audio/gstaudiosrc.c:
12442         * gst-libs/gst/audio/gstaudiosrc.h:
12443         * gst-libs/gst/audio/gstbaseaudiosink.c:
12444         * gst-libs/gst/audio/gstbaseaudiosink.h:
12445         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12446         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12447         * gst-libs/gst/audio/gstringbuffer.h:
12448         * gst-libs/gst/audio/multichannel.h:
12449         * gst-libs/gst/floatcast/floatcast.h:
12450         * gst-libs/gst/interfaces/colorbalance.c:
12451         * gst-libs/gst/interfaces/colorbalance.h:
12452         * gst-libs/gst/interfaces/colorbalancechannel.h:
12453         * gst-libs/gst/interfaces/mixer.h:
12454         * gst-libs/gst/interfaces/mixeroptions.h:
12455         * gst-libs/gst/interfaces/mixertrack.h:
12456         * gst-libs/gst/interfaces/navigation.h:
12457         * gst-libs/gst/interfaces/propertyprobe.h:
12458         * gst-libs/gst/interfaces/tuner.h:
12459         * gst-libs/gst/interfaces/tunerchannel.h:
12460         * gst-libs/gst/interfaces/tunernorm.h:
12461         * gst-libs/gst/interfaces/xoverlay.h:
12462         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12463         * gst-libs/gst/riff/riff-ids.h:
12464         * gst-libs/gst/riff/riff-media.h:
12465         * gst-libs/gst/riff/riff-read.h:
12466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12467         * gst-libs/gst/rtp/gstbasertppayload.c:
12468         * gst-libs/gst/rtp/gstbasertppayload.h:
12469         * gst-libs/gst/rtp/gstrtpbuffer.c:
12470         * gst-libs/gst/rtp/gstrtpbuffer.h:
12471         * gst-libs/gst/tag/gsttageditingprivate.h:
12472         * gst-libs/gst/tag/gstvorbistag.c:
12473         (gst_tag_list_from_vorbiscomment_buffer):
12474         * gst-libs/gst/tag/tag.h:
12475         * gst-libs/gst/video/video.h:
12476         * gst/adder/gstadder.c:
12477         * gst/adder/gstadder.h:
12478         * gst/audioconvert/audioconvert.c:
12479         * gst/audioconvert/audioconvert.h:
12480         * gst/audioconvert/gstaudioconvert.c:
12481         * gst/audioconvert/gstchannelmix.c:
12482         * gst/audioconvert/gstchannelmix.h:
12483         * gst/audiorate/gstaudiorate.c:
12484         * gst/audioresample/buffer.h:
12485         * gst/audioresample/functable.h:
12486         * gst/audioresample/gstaudioresample.c:
12487         * gst/audioresample/resample.h:
12488         * gst/ffmpegcolorspace/avcodec.h:
12489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12490         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12491         * gst/ffmpegcolorspace/imgconvert.c:
12492         * gst/ffmpegcolorspace/imgconvert_template.h:
12493         * gst/playback/gstdecodebin.c:
12494         * gst/playback/gstplaybasebin.h:
12495         * gst/playback/gstplaybin.c:
12496         * gst/playback/gststreaminfo.h:
12497         * gst/tcp/gstfdset.c:
12498         * gst/tcp/gstfdset.h:
12499         * gst/tcp/gstmultifdsink.c:
12500         * gst/tcp/gstmultifdsink.h:
12501         * gst/tcp/gsttcp.h:
12502         * gst/tcp/gsttcpclientsrc.c:
12503         * gst/tcp/gsttcpclientsrc.h:
12504         * gst/tcp/gsttcpplugin.h:
12505         * gst/tcp/gsttcpserversink.c:
12506         * gst/tcp/gsttcpserversrc.c:
12507         * gst/typefind/gsttypefindfunctions.c:
12508         * gst/videorate/gstvideorate.c:
12509         * gst/videotestsrc/gstvideotestsrc.h:
12510         * gst/videotestsrc/videotestsrc.h:
12511         * sys/v4l/gstv4lcolorbalance.h:
12512         * sys/v4l/gstv4ltuner.h:
12513         * sys/v4l/gstv4lxoverlay.h:
12514         * sys/v4l/v4l_calls.h:
12515         * sys/v4l/videodev_mjpeg.h:
12516         * tests/check/elements/audioconvert.c:
12517         * tests/check/elements/audioresample.c:
12518         * tests/check/elements/audiotestsrc.c:
12519         * tests/check/elements/videotestsrc.c:
12520         * tests/check/elements/volume.c:
12521         * tests/examples/seek/scrubby.c:
12522         * tests/examples/seek/seek.c:
12523           expand tabs
12524
12525 === release 0.10.0 ===
12526
12527 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12528
12529         * configure.ac:
12530           releasing 0.10.0, "Mont-d'or"
12531
12532 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12533
12534         * tests/examples/seek/Makefile.am:
12535         Build fix for when gtk is not available.
12536
12537 2005-12-05  Andy Wingo  <wingo@pobox.com>
12538
12539         * ext/libvisual/visual.c: (get_buffer):
12540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12541         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12542         * ext/theora/theoradec.c: (theora_handle_data_packet):
12543         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12544         (theora_enc_chain):
12545         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12546         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12547         Update for alloc_buffer changes.
12548
12549 2005-12-05  Andy Wingo  <wingo@pobox.com>
12550
12551         patch by: Kai Vehmanen <kv2004 eca cx>
12552         
12553         * gst-libs/gst/rtp/gstbasertpdepayload.c
12554         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12555
12556 2005-12-04  Andy Wingo  <wingo@pobox.com>
12557
12558         patch by: Sebastien Cote <sebas642 yahoo ca>
12559         
12560         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12561         Fixes #319172.
12562
12563 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * docs/plugins/Makefile.am:
12566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12568         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12569         * ext/pango/gstclockoverlay.c:
12570         * ext/pango/gsttextoverlay.c: 
12571         * ext/pango/gsttextrender.c:
12572         * ext/pango/gsttimeoverlay.c:
12573           Add gtk-doc blurbs to pango elements.
12574
12575 2005-12-02  Wim Taymans  <wim@fluendo.com>
12576
12577         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12578         * gst/audioresample/buffer.h:
12579         * gst/audioresample/gstaudioresample.c:
12580         * gst/audioresample/gstaudioresample.h:
12581         * gst/audioresample/resample.c: (resample_input_flush),
12582         (resample_input_pushthrough), (resample_input_eos),
12583         (resample_get_output_size_for_input),
12584         (resample_get_input_size_for_output), (resample_get_output_size),
12585         (resample_get_output_data):
12586         * gst/audioresample/resample.h:
12587         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12588         Fix audioresample, seek torture, new segments, reverse negotiation
12589         etc.. work fine.
12590
12591 2005-12-02  Wim Taymans  <wim@fluendo.com>
12592
12593         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12594         Small cleanups.
12595
12596 2005-12-02  Wim Taymans  <wim@fluendo.com>
12597
12598         * gst/audioconvert/gstaudioconvert.c:
12599         (gst_audio_convert_transform):
12600         Post errors.
12601
12602 === release 0.9.7 ===
12603
12604 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12605
12606         * configure.ac:
12607           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12608
12609 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12610
12611         * Makefile.am:
12612         * po/hu.po:
12613         * win32/MANIFEST:
12614         * win32/gst.sln:
12615           add win32 MANIFEST file
12616           do something to the hungarian translation
12617
12618 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12619
12620         * ext/Makefile.am:
12621           Add $(PANGO_DIR) to SUBDIRS
12622
12623         * ext/pango/gstclockoverlay.c:
12624         * ext/pango/gsttimeoverlay.c:
12625           Fix and improve element descriptions.
12626
12627 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12628
12629         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12630         * docs/plugins/inspect/plugin-libvisual.xml:
12631         * docs/plugins/inspect/plugin-pango.xml:
12632           add pango plugin to docs
12633
12634 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12635
12636         * configure.ac:
12637         * ext/Makefile.am:
12638           moved pango to base
12639
12640 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12641
12642         * configure.ac:
12643         * tests/Makefile.am:
12644         * tests/icles/.cvsignore:
12645         * tests/icles/Makefile.am:
12646         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12647         (close_display), (resize_window), (move_window), (create_window),
12648         (terminate_playback), (pause_playback), (start_playback), (main):
12649           add stress test for xoverlay from Julien
12650
12651 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12652
12653         * docs/libs/tmpl/gstcolorbalance.sgml:
12654         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12655         * gst-libs/gst/rtp/gstbasertppayload.c:
12656         * gst-libs/gst/rtp/gstrtpbuffer.c:
12657         * gst-libs/gst/rtp/gstrtpbuffer.h:
12658           Do burger's rename for rtp payloaders and depayloaders
12659
12660 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * win32/:
12663           add Visual Studio 6 build files
12664
12665 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12666
12667         * docs/libs/gst-plugins-base-libs-docs.sgml:
12668         * docs/libs/gst-plugins-base-libs-sections.txt:
12669         * docs/libs/tmpl/gstaudio.sgml:
12670         * docs/libs/tmpl/gstringbuffer.sgml:
12671         * gst-libs/gst/interfaces/xoverlay.c:
12672         * gst-libs/gst/video/gstvideofilter.c:
12673         * gst-libs/gst/video/gstvideosink.c:
12674           update documentation
12675
12676 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12677
12678         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12679         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12680         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12681         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12682         (gst_multi_fd_sink_get_stats),
12683         (gst_multi_fd_sink_remove_client_link),
12684         (gst_multi_fd_sink_handle_client_read),
12685         (gst_multi_fd_sink_client_queue_data),
12686         (gst_multi_fd_sink_client_queue_caps),
12687         (gst_multi_fd_sink_client_queue_buffer),
12688         (gst_multi_fd_sink_new_client),
12689         (gst_multi_fd_sink_handle_client_write),
12690         (gst_multi_fd_sink_recover_client),
12691         (gst_multi_fd_sink_queue_buffer),
12692         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12693         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12694         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12695         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12696         * gst/tcp/gstmultifdsink.h:
12697         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12698         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12699         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12700         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12701         (gst_tcp_client_sink_set_property),
12702         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12703         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12704         * gst/tcp/gsttcpclientsink.h:
12705         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12706         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12707         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12708         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12709         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12710         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12711         * gst/tcp/gsttcpclientsrc.h:
12712         * gst/tcp/gsttcpplugin.c: (plugin_init):
12713         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12714         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12715         (gst_tcp_server_sink_finalize),
12716         (gst_tcp_server_sink_handle_server_read),
12717         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12718         (gst_tcp_server_sink_set_property),
12719         (gst_tcp_server_sink_get_property),
12720         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12721         * gst/tcp/gsttcpserversink.h:
12722         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12723         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12724         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12725         (gst_tcp_server_src_set_property),
12726         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12727         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12728         * gst/tcp/gsttcpserversrc.h:
12729           more borgifying
12730
12731 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12732
12733         * docs/plugins/Makefile.am:
12734         * docs/plugins/gst-plugins-base-plugins.args:
12735         * docs/plugins/inspect/plugin-libvisual.xml:
12736         * gst/audioconvert/plugin.h:
12737         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12738         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12739         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12740         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12741         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12742         (plugin_init):
12743         * gst/audiotestsrc/gstaudiotestsrc.c:
12744         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12745         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12746         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12747         (gst_audio_test_src_get_query_types),
12748         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12749         (gst_audio_test_src_create_square),
12750         (gst_audio_test_src_create_saw),
12751         (gst_audio_test_src_create_triangle),
12752         (gst_audio_test_src_create_silence),
12753         (gst_audio_test_src_create_white_noise),
12754         (gst_audio_test_src_init_pink_noise),
12755         (gst_audio_test_src_generate_pink_noise_value),
12756         (gst_audio_test_src_create_pink_noise),
12757         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12758         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12759         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12760         (plugin_init):
12761         * gst/audiotestsrc/gstaudiotestsrc.h:
12762         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12763         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12764         (gst_sub_parse_init), (gst_sub_parse_formats),
12765         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12766         (convert_encoding), (get_next_line),
12767         (gst_sub_parse_data_format_autodetect),
12768         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12769         (gst_sub_parse_loop), (gst_sub_parse_chain),
12770         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12771         (plugin_init):
12772         * gst/subparse/gstsubparse.h:
12773         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12774         (gst_video_rate_base_init), (gst_video_rate_class_init),
12775         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12776         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12777         (gst_video_rate_init), (gst_video_rate_event),
12778         (gst_video_rate_chain), (gst_video_rate_set_property),
12779         (gst_video_rate_get_property), (gst_video_rate_change_state),
12780         (plugin_init):
12781         * gst/videoscale/gstvideoscale.c:
12782         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12783         (gst_video_scale_src_template_factory),
12784         (gst_video_scale_sink_template_factory),
12785         (gst_video_scale_get_type), (gst_video_scale_base_init),
12786         (gst_video_scale_class_init), (gst_video_scale_init),
12787         (gst_video_scale_set_property), (gst_video_scale_get_property),
12788         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12789         (gst_video_scale_prepare_size), (parse_caps),
12790         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12791         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12792         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12793         (plugin_init):
12794         * gst/videoscale/gstvideoscale.h:
12795         * gst/videotestsrc/gstvideotestsrc.c:
12796         (gst_video_test_src_pattern_get_type),
12797         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12798         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12799         (gst_video_test_src_set_pattern),
12800         (gst_video_test_src_set_property),
12801         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12802         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12803         (gst_video_test_src_event), (gst_video_test_src_get_times),
12804         (gst_video_test_src_create), (plugin_init):
12805         * gst/videotestsrc/gstvideotestsrc.h:
12806         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12807         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12808         (gst_video_test_src_black):
12809         * gst/videotestsrc/videotestsrc.h:
12810           borgify further
12811           clean up docs a little
12812
12813 2005-11-30  Wim Taymans  <wim@fluendo.com>
12814
12815         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12816         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12817         (gst_basertppayload_event), (gst_basertppayload_push),
12818         (gst_basertppayload_change_state):
12819         * gst-libs/gst/rtp/gstbasertppayload.h:
12820         closed #320644.
12821
12822 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12823
12824         * docs/libs/gst-plugins-base-libs-docs.sgml:
12825         * docs/libs/gst-plugins-base-libs-sections.txt:
12826         * gst-libs/gst/video/gstvideofilter.c:
12827         * gst-libs/gst/video/gstvideosink.c:
12828         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12829
12830 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12831
12832         * LICENSE:
12833           move
12834         * po/af.po:
12835         * po/az.po:
12836         * po/cs.po:
12837         * po/en_GB.po:
12838         * po/hu.po:
12839         * po/it.po:
12840         * po/nb.po:
12841         * po/nl.po:
12842         * po/or.po:
12843         * po/sq.po:
12844         * po/sr.po:
12845         * po/sv.po:
12846         * po/uk.po:
12847         * po/vi.po:
12848         * Makefile.am:
12849           update
12850         * scripts/autoplugins.sh:
12851           remove
12852
12853 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12854
12855         * Makefile.am:
12856         * configure.ac:
12857         * examples/Makefile.am:
12858         * examples/capsfilter/Makefile.am:
12859         * examples/capsfilter/capsfilter1.c:
12860         * examples/gob/Makefile.am:
12861         * examples/gob/gst-identity2.gob:
12862         * examples/indexing/.cvsignore:
12863         * examples/indexing/Makefile.am:
12864         * examples/indexing/indexmpeg.c:
12865         * examples/seeking/.cvsignore:
12866         * examples/seeking/Makefile.am:
12867         * examples/seeking/cdparanoia.c:
12868         * examples/seeking/cdplayer.c:
12869         * examples/seeking/chained.c:
12870         * examples/seeking/scrubby.c:
12871         * examples/seeking/seek.c:
12872         * examples/stats/Makefile.am:
12873         * examples/stats/mp2ogg.c:
12874         * examples/switch/.cvsignore:
12875         * examples/switch/Makefile.am:
12876         * examples/switch/switcher.c:
12877         * tests/Makefile.am:
12878         * tests/check/generic/.cvsignore:
12879         * tests/check/pipelines/.cvsignore:
12880         * tests/examples/Makefile.am:
12881         * tests/examples/seek/Makefile.am:
12882           reorganize stuff under tests/
12883
12884 2005-11-30  Edward Hervey  <edward@fluendo.com>
12885
12886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12887         Go away you stupid GstStaticPadTemplate memleak.
12888
12889 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12890
12891         * gst-libs/gst/net/Makefile.am:
12892         * gst-libs/gst/net/README:
12893         * gst-libs/gst/net/gstnetbuffer.c:
12894         * gst-libs/gst/net/gstnetbuffer.h:
12895           this was moved to "netbuffer"
12896
12897 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12898
12899         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12900         (gst_video_filter_class_init), (gst_video_filter_init):
12901         * gst-libs/gst/video/gstvideofilter.h:
12902           borgify name to bring in line with other classes
12903
12904 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         * gst/audioscale/.cvsignore:
12907         * gst/audioscale/Makefile.am:
12908         * gst/audioscale/README:
12909         * gst/audioscale/audioscale.vcproj:
12910         * gst/audioscale/dtof.c:
12911         * gst/audioscale/dtos.c:
12912         * gst/audioscale/functable.c:
12913         * gst/audioscale/gstaudioscale.c:
12914         * gst/audioscale/gstaudioscale.h:
12915         * gst/audioscale/private.h:
12916         * gst/audioscale/resample.c:
12917         * gst/audioscale/resample.h:
12918         * gst/audioscale/test.c:
12919           remove
12920
12921 2005-11-30  Edward Hervey  <edward@fluendo.com>
12922
12923         * gst-libs/gst/netbuffer/Makefile.am:
12924         really, really tired
12925
12926 2005-11-30  Edward Hervey  <edward@fluendo.com>
12927
12928         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12929         Update for new GstTypeFindFactory _register()
12930
12931 2005-11-30  Edward Hervey  <edward@fluendo.com>
12932
12933         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12934         Let's not override libgstnet from core for no reason...
12935         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12936         Ok, maybe not so quick next time.
12937
12938 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12939
12940         * configure.ac:
12941         * gst-libs/gst/Makefile.am:
12942           moved gst-libs/gst/net to netbuffer through CVS surgery
12943           remove old directory
12944           updating build to accomodate
12945           (#322257)
12946
12947 2005-11-29  Andy Wingo  <wingo@pobox.com>
12948
12949         * pkgconfig/gstreamer-plugins-base.pc.in:
12950         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12951         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12952         (#322257).
12953
12954 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12955
12956         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12957         3rd time's the charm. Correct ref-counting for discarded buffers.
12958
12959 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12960
12961         * gst/playback/gststreamselector.c:
12962         (gst_stream_selector_class_init),
12963         (gst_stream_selector_set_property),
12964         (gst_stream_selector_get_property),
12965         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12966         Fix ref-counting
12967
12968 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12969
12970         * gst/subparse/gstsubparse.c: (feed_textbuf):
12971           Don't access already unref'ed buffer.
12972
12973 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12974
12975         * gst/playback/gststreamselector.c:
12976         (gst_stream_selector_class_init), (gst_stream_selector_init),
12977         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12978         (gst_stream_selector_get_property),
12979         (gst_stream_selector_get_linked_pad),
12980         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12981         * gst/playback/gststreamselector.h:
12982         Add the active-pad property for playbin to use shortly. Ignore buffers
12983         from any other pad, returning GST_FLOW_NOT_LINKED
12984
12985 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12986
12987         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12988         patch from bug #322704 (Alessandro Decina).
12989
12990 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         * gst-libs/gst/audio/Makefile.am:
12993           folded audiofilter into the audio library
12994
12995 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12996
12997         * gst/videoscale/gstvideoscale.h:
12998         * gst/videoscale/gstvideoscale.c:
12999           remove unimplemented scale methods
13000
13001 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13004           Don't leak caps.
13005
13006 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13007
13008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13009         (gst_ximagesink_setcaps):
13010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13011         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13012         happens (only visible on ximagesink but bug is in xv too) set_caps was
13013         destroying the internal x[v]image used to memcpy non locally alloced
13014         buffers so that it got renewed on next _chain. The issue is that 
13015         _expose will try to put that image as it reffed it in _put.
13016         Using gst_buffer_unref instead of destroy fixes it !
13017
13018 2005-11-28  Edward Hervey  <edward@fluendo.com>
13019
13020         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13021         (try_to_link_1), (queue_filled_cb):
13022         Better use of the queues. Start with a small size queue and only increase
13023         the size of the queues when the other queues are empty.
13024
13025 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13026
13027         * gst-libs/gst/video/Makefile.am:
13028           compile in copied-over videofilter into the video library
13029         * gst-libs/gst/video/videosink.h:
13030           rename the header to gstvideosink.h since it's a base GstObject class
13031         * sys/ximage/ximagesink.h:
13032         * sys/xvimage/xvimagesink.h:
13033           use the new header
13034
13035 2005-11-28  Wim Taymans  <wim@fluendo.com>
13036
13037         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13038         * gst/playback/gstplaybasebin.h:
13039         Prepare to handle errors betters.
13040
13041         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13042         Set sinks to PAUSED first before adding and linking them so that
13043         we don't interrupt dataflow.
13044
13045 2005-11-28  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst-libs/gst/audio/TODO:
13048         Updated TODO
13049
13050         * gst-libs/gst/audio/gstaudiosink.c:
13051         (gst_audioringbuffer_open_device),
13052         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13053         (gst_audioringbuffer_release):
13054         Small cleanups.
13055
13056         * gst-libs/gst/audio/gstbaseaudiosink.c:
13057         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13058         (gst_base_audio_sink_change_state):
13059         Slave to the master clock when going to PLAYING and unslave when
13060         going to PAUSED.
13061
13062         * gst-libs/gst/audio/gstringbuffer.c:
13063         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13064         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13065         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13066         (gst_ring_buffer_clear_all), (wait_segment),
13067         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13068         (gst_ring_buffer_advance):
13069         * gst-libs/gst/audio/gstringbuffer.h:
13070         Add some docs and cleanups.
13071
13072 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13073
13074         * sys/xvimage/xvimagesink.c:
13075         (gst_xvimagesink_navigation_send_event): Fix navigation events
13076         coordinates translation with pixel aspect ratios.
13077
13078 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13079
13080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13081         Use calculated video geometry from _setcaps instead of buffer
13082         caps to respect pixel aspect ratio. (fixes #322388)
13083
13084 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13085
13086         * docs/libs/tmpl/gstcolorbalance.sgml:
13087         * docs/libs/tmpl/gstmixer.sgml:
13088         * docs/libs/tmpl/gstxoverlay.sgml:
13089         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13090         interface.
13091
13092 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13093
13094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13095         Refuse to create an XvImage if we can't find the format.
13096
13097 2005-11-28  Edward Hervey  <edward@fluendo.com>
13098
13099         * gst-libs/gst/riff/riff-media.c:
13100         (gst_riff_create_audio_template_caps):
13101         Add ATRAC3 to the list of riff-possible audio caps.
13102         I know we still don't have a plugin for atrac3, but it's saner to output
13103         that than a cryptic mimetype.
13104
13105 2005-11-27  Edward Hervey  <edward@fluendo.com>
13106
13107         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13108         Don't try to create a zero-sized subbuffer.
13109
13110 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13111
13112         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13113         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13114         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13115         (gst_ximagesink_expose): Fixed a tricky race.
13116         * sys/ximage/ximagesink.h:
13117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13118         (gst_xvimagesink_expose): Fixed a tricky race.
13119         * sys/xvimage/xvimagesink.h:
13120
13121 2005-11-27  Edward Hervey  <edward@fluendo.com>
13122
13123         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13124         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13125         Remove unused properties, and add queues between demuxers and decoders
13126         so that a lot more files can preroll properly.
13127
13128 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13129
13130         * gst-libs/gst/net/Makefile.am:
13131         * gst-libs/gst/rtp/Makefile.am:
13132         * gst-libs/gst/tag/Makefile.am:
13133           remove silly include
13134         * gst/tags/Makefile.am:
13135         * gst/tags/gsttagediting.c:
13136         * gst/tags/gsttageditingprivate.h:
13137         * gst/tags/tagedit.vcproj:
13138           remove directory, is as good as empty
13139
13140 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13141
13142         * configure.ac:
13143           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13144         * gst-libs/Makefile.am:
13145         * gst-libs/gst/audio/Makefile.am:
13146         * gst-libs/gst/interfaces/Makefile.am:
13147         * gst-libs/gst/net/Makefile.am:
13148         * gst-libs/gst/riff/Makefile.am:
13149         * gst-libs/gst/rtp/Makefile.am:
13150         * gst-libs/gst/tag/Makefile.am:
13151         * gst-libs/gst/video/Makefile.am:
13152           and use them
13153
13154 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13155
13156         * docs/libs/tmpl/gstcolorbalance.sgml:
13157         * docs/libs/tmpl/gstmixer.sgml:
13158         * docs/libs/tmpl/gstxoverlay.sgml:
13159         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13160         * sys/ximage/ximagesink.h:
13161         * sys/xvimage/xvimagesink.h: More and more documentation.
13162
13163 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13164
13165         * docs/libs/gst-plugins-base-libs-docs.sgml:
13166         * docs/libs/gst-plugins-base-libs-sections.txt:
13167         * docs/libs/tmpl/gstcolorbalance.sgml:
13168         * docs/libs/tmpl/gstmixer.sgml:
13169         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13170         to documentation.
13171
13172 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13173
13174         * docs/plugins/Makefile.am:
13175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13177         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13178
13179 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13180
13181         * docs/plugins/Makefile.am:
13182         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13183         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13184         * docs/plugins/inspect/plugin-adder.xml:
13185         * docs/plugins/inspect/plugin-alsa.xml:
13186         * docs/plugins/inspect/plugin-audioconvert.xml:
13187         * docs/plugins/inspect/plugin-audiorate.xml:
13188         * docs/plugins/inspect/plugin-audioresample.xml:
13189         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13190         * docs/plugins/inspect/plugin-decodebin.xml:
13191         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13192         * docs/plugins/inspect/plugin-gnomevfs.xml:
13193         * docs/plugins/inspect/plugin-ogg.xml:
13194         * docs/plugins/inspect/plugin-playbin.xml:
13195         * docs/plugins/inspect/plugin-subparse.xml:
13196         * docs/plugins/inspect/plugin-tcp.xml:
13197         * docs/plugins/inspect/plugin-theora.xml:
13198         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13199         * docs/plugins/inspect/plugin-video4linux.xml:
13200         * docs/plugins/inspect/plugin-videorate.xml:
13201         * docs/plugins/inspect/plugin-videoscale.xml:
13202         * docs/plugins/inspect/plugin-videotestsrc.xml:
13203         * docs/plugins/inspect/plugin-volume.xml:
13204         * docs/plugins/inspect/plugin-vorbis.xml:
13205         * docs/plugins/inspect/plugin-ximagesink.xml:
13206         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13207         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13208
13209 2005-11-26  Edward Hervey  <edward@fluendo.com>
13210
13211         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13212         Properly return GstFlowReturn from gst_pad_push in chain functions.
13213
13214 2005-11-25  Michael Smith  <msmith@fluendo.com>
13215
13216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13217         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13218         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13219         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13220           Handle various conditions better when we don't understand a stream.
13221           Removes a heap of CRITICALs on ogg streams containing unknown data.
13222
13223 2005-11-24  Andy Wingo  <wingo@pobox.com>
13224
13225         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13226         Be threadsafe.
13227
13228 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13229
13230         * configure.ac: back to HEAD
13231
13232 === release 0.9.6 ===
13233
13234 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13235
13236         * configure.ac:
13237           releasing 0.9.6, "White Eight"
13238
13239 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13242         * docs/plugins/inspect/plugin-sine.xml:
13243           remove sinesrc some more
13244
13245 2005-11-23  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13248         If we are reading too slowly, jump forward in the ringbuffer
13249         instead of blocking.
13250
13251 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13252
13253         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13254         (gst_visual_chain):
13255         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13256         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13257         (gst_videorate_chain):
13258         * gst/videotestsrc/gstvideotestsrc.c:
13259         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13260         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13261         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13262         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13263         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13264         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13265           Updates for API changes
13266
13267 2005-11-23  Wim Taymans  <wim@fluendo.com>
13268
13269         * gst-libs/gst/audio/gstbaseaudiosink.c:
13270         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13271         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13272         Fix for calibration API change.
13273
13274 2005-11-23  Michael Smith <msmith@fluendo.com>
13275
13276         * gst-libs/gst/audio/multichannel.c:
13277         (gst_audio_get_channel_positions),
13278         (gst_audio_set_channel_positions),
13279         (gst_audio_set_structure_channel_positions_list),
13280         (gst_audio_fixate_channel_positions):
13281           Use gst_value_array_*() functions on value arrays, not
13282           gst_value_list_*().
13283
13284 2005-11-23  Edward Hervey  <edward@fluendo.com>
13285
13286         * autogen.sh:
13287         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13288         Fixes autogen
13289
13290 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13291
13292         * check/Makefile.am:
13293         * check/elements/videotestsrc.c: (setup_videotestsrc),
13294         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13295         (main):
13296           add a test for videotestsrc
13297
13298 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13299
13300         * gst/sine/.cvsignore:
13301         * gst/sine/Makefile.am:
13302         * gst/sine/gstsinesrc.c:
13303         * gst/sine/gstsinesrc.h:
13304         * gst/sine/sinesrc.vcproj:
13305           and remove sinesrc from the repository.  Closes #321446
13306
13307 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13308
13309         * configure.ac:
13310         * gst-plugins-base.spec.in:
13311           remove sinesrc from the build
13312
13313 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13314
13315         * check/Makefile.am:
13316         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13317         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13318         (main):
13319           add a test for audiotestsrc, testing all waves.  Even seems
13320           leak-free at first glance, nice job Stefan
13321
13322 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13323
13324         * po/af.po:
13325         * po/az.po:
13326         * po/cs.po:
13327         * po/en_GB.po:
13328         * po/hu.po:
13329         * po/it.po:
13330         * po/nb.po:
13331         * po/nl.po:
13332         * po/or.po:
13333         * po/sq.po:
13334         * po/sr.po:
13335         * po/sv.po:
13336         * po/uk.po:
13337         * po/vi.po:
13338           Translation string updates
13339
13340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13341         (gst_v4lsrc_set_caps):
13342         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13343         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13344         * sys/v4l/v4lsrc_calls.h:
13345           Improve v4lsrc, by making it work again.
13346
13347 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13348
13349         * ext/libvisual/visual.c: (gst_visual_chain):
13350           Fix the fps calculations.
13351
13352         * gst/ffmpegcolorspace/avcodec.h:
13353           Move structure element for clarity
13354
13355         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13356         * gst-libs/gst/interfaces/tunernorm.h:
13357         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13358         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13359         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13360         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13361         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13362         (gst_v4lmjpegsrc_getcaps):
13363         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13364         (gst_v4lsrc_set_caps):
13365         * sys/v4l/gstv4lsrc.h:
13366         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13367         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13368         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13369         * sys/v4l/v4lsrc_calls.h:
13370           Fractional framerates...
13371
13372 2005-11-22  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst-libs/gst/audio/gstbaseaudiosink.c:
13375         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13376         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13377         And we provide a clock by default, of course...
13378
13379 2005-11-22  Wim Taymans  <wim@fluendo.com>
13380
13381         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13382         This clock can be slaved to a master clock now.
13383
13384         * gst-libs/gst/audio/gstbaseaudiosink.c:
13385         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13386         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13387         (gst_base_audio_sink_set_clock),
13388         (gst_base_audio_sink_set_property),
13389         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13390         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13391         * gst-libs/gst/audio/gstbaseaudiosink.h:
13392         Handle slaving the internal clock to the clock selected in the
13393         pipeline.
13394         Add property to make the basesink not provide a clock.
13395
13396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13397         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13398         (gst_base_rtp_depayload_wait):
13399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13400         We can use the clock in GstElement, no need to store it ourselves.
13401
13402 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13403
13404         * docs/libs/tmpl/gstaudio.sgml:
13405           update
13406         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13407         (gst_paranoia_endian_get_type):
13408         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13409         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13410         * gst/audiotestsrc/gstaudiotestsrc.c:
13411         (gst_audiostestsrc_wave_get_type):
13412         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13413         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13414         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13415         (gst_sync_method_get_type), (gst_unit_type_get_type),
13416         (gst_client_status_get_type), (gst_multifdsink_class_init),
13417         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13418         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13419         (gst_multifdsink_get_property):
13420         * gst/tcp/gstmultifdsink.h:
13421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13422         * gst/videotestsrc/gstvideotestsrc.c:
13423         (gst_videotestsrc_pattern_get_type):
13424           remove deprecated properties
13425           fix up enums to correctly have short lowercase dashed nicks
13426
13427 2005-11-22  Michael Smith <msmith@fluendo.com>
13428
13429         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13430         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13431           Add underscore.
13432
13433 2005-11-22  Michael Smith <msmith@fluendo.com>
13434
13435         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13436         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13437           Use utility method for scaling clocktime for fractional framerates.
13438
13439 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13440
13441         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13442         (gst_visual_chain):
13443         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13444         * ext/theora/theoradec.c: (theora_handle_type_packet):
13445         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13446         (theora_enc_chain):
13447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13448         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13449         * gst-libs/gst/video/video.h:
13450         * gst/ffmpegcolorspace/avcodec.h:
13451         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13452         (gst_ffmpeg_caps_to_pixfmt):
13453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13454         (gst_ffmpegcsp_set_caps):
13455         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13456         (gst_videorate_setcaps), (gst_videorate_blank_data),
13457         (gst_videorate_chain):
13458         * gst/videotestsrc/gstvideotestsrc.c:
13459         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13460         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13461         (gst_videotestsrc_event), (gst_videotestsrc_create):
13462         * gst/videotestsrc/gstvideotestsrc.h:
13463         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13464         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13465         (gst_ximagesink_get_times), (gst_ximagesink_init):
13466         * sys/ximage/ximagesink.h:
13467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13468         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13469         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13470         * sys/xvimage/xvimagesink.h:
13471           Convert elements to use fractions for their framerate.
13472           V4L elements to come later tonight.
13473
13474 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * gst-libs/gst/audio/audio.c:
13477         * gst-libs/gst/audio/audio.h:
13478           remove some deprecated functions
13479
13480 2005-11-22  Andy Wingo  <wingo@pobox.com>
13481
13482         * Update for gst_tag_setter API changes.
13483
13484 2005-11-22  Andy Wingo  <wingo@pobox.com>
13485
13486         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13487         (gst_ogg_demux_perform_seek):
13488         * ext/theora/theoradec.c (theora_dec_sink_event):
13489         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13490         update-funcnames.
13491
13492 2005-11-22  Wim Taymans  <wim@fluendo.com>
13493
13494         * examples/seeking/seek.c: (main):
13495         Give higher priority to bus signals than the gtk events
13496         to fix a race condition in the segment looping.
13497
13498 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * ext/theora/Makefile.am:
13501         * ext/vorbis/Makefile.am:
13502         * gst-libs/gst/tag/Makefile.am:
13503         * gst-plugins-base.spec.in:
13504           Rename libgsttagedit to libgsttag (#322117).
13505
13506 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13510           Call gst_x_overlay_prepare_xwindow_id() to give applications
13511           a final chance to set their own xwindow id before the video
13512           sink creates its own window.
13513
13514 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13515
13516         * sys/xvimage/xvimagesink.c:
13517         (gst_xvimagesink_navigation_send_event): Handle navigation
13518         events correcly with borders if applicable.
13519
13520 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         Patch by: Luca Ognibene
13523
13524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13525         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13527         (gst_ffmpegcsp_caps_remove_format_info):
13528         * gst/ffmpegcolorspace/imgconvert.c:
13529         * gst/ffmpegcolorspace/imgconvert_template.h:
13530           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13531           #318353); use gst_structure_has_name().
13532
13533 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13534
13535         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13536         (gst_ximagesink_class_init): Add debug macros on functions.
13537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13538         (gst_xvimagesink_xwindow_draw_borders),
13539         (gst_xvimagesink_xvimage_put),
13540         (gst_xvimagesink_xwindow_update_geometry),
13541         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13542         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13543         (gst_xvimagesink_xcontext_clear),
13544         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13545         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13546         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13547         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13548         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13549         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13550         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13551         expose while being PAUSED, out of data flow navigation events, etc..
13552
13553 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13554
13555         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13556         * gst-libs/gst/audio/audio.h:
13557           fix prototype - wondering why the test worked regardless
13558
13559 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13560
13561         * check/Makefile.am:
13562         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13563         * gst-libs/gst/audio/audio.h:
13564           add a method that returns a proper GstClockTime
13565
13566 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13569         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13570         * gst-libs/gst/interfaces/xoverlay.h:
13571           Remove everything having to do with the desired size; add 
13572           gst_x_overlay_prepare_xwindow_id() function; remove the
13573           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13574           post a message on the bus instead (#321816).
13575
13576         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13578         (gst_xvimagesink_xoverlay_init):
13579           Remove desired size stuff (#321816).
13580
13581 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13584         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13585         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13586           Terminate vararg functions with NULL instead of 0 to 
13587           make gcc4 happy.
13588
13589 2005-11-21  Andy Wingo  <wingo@pobox.com>
13590
13591         patch by: Sebastien Cote <sebas642@yahoo.ca>
13592         
13593         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13594         * gst-libs/gst/rtp/gstrtpbuffer.c
13595         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13596
13597 2005-11-21  Andy Wingo  <wingo@pobox.com>
13598
13599         * gst/playback/gstplaybin.c (gen_audio_element) 
13600         (gen_video_element): Use the new MISSING_PLUGIN core error
13601         category. Closes #320060.
13602
13603         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13604         * gst/videorate/gstvideorate.c (gst_videorate_event):
13605         * ext/theora/theoradec.c (theora_dec_sink_event): 
13606         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13607         stream lock.
13608
13609         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13610         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13611         stream lock changes.
13612
13613 2005-11-21  Wim Taymans  <wim@fluendo.com>
13614
13615         * gst-libs/gst/audio/gstbaseaudiosink.c:
13616         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13617         (gst_base_audio_sink_provide_clock),
13618         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13619         (gst_base_audio_sink_change_state):
13620         * gst/audioresample/gstaudioresample.c:
13621         Segment update fix.
13622
13623 2005-11-21  Andy Wingo  <wingo@pobox.com>
13624
13625         * *.h:
13626         * *.c: Ran scripts/update-macros. Oh yes.
13627
13628 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * sys/ximage/Makefile.am:
13631         * sys/ximage/ximage.c:
13632           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13633           remove your old libgstximage.* manually if necessary).
13634
13635 2005-11-21  Michael Smith <msmith@fluendo.com>
13636
13637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13638           Minimal fix for bug #320200: set the min/max bitrate in the correct
13639           units. A better fix would be to upgrade to the RATEMANAGE2
13640           interface, rather than using the deprecated interface used here, but
13641           that would require an update in our libvorbis dependency (to 1.1),
13642           which is probably undesirable.
13643
13644 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13645
13646         * ext/libvisual/visual.c: (get_buffer):
13647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13648         (gst_base_audio_src_fixate):
13649         * gst/audioconvert/gstaudioconvert.c:
13650         (gst_audio_convert_fixate_caps):
13651         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13652         * gst/audiotestsrc/gstaudiotestsrc.c:
13653         (gst_audiotestsrc_src_fixate):
13654         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13655         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13657         * gst/videotestsrc/gstvideotestsrc.c:
13658         (gst_videotestsrc_src_fixate):
13659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13661           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13662           (#322027)
13663
13664
13665 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13668         (gst_riff_create_iavs_caps):
13669         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13670         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13671         (gst_riff_parse_info):
13672         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13675           Fixes for GST_FOURCC_FORMAT API change.
13676
13677 2005-11-21  Andy Wingo  <wingo@pobox.com>
13678
13679         patch by: Alessandro Dessina <alessandro nnva org>
13680
13681         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13682         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13683         (gst_ogg_parse_chain):
13684         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13685         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13686         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13687         gst_value_list calls on arrays. Fixes #321962.
13688
13689 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13692         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13693         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13694         * gst/adder/gstadder.c: (gst_adder_init),
13695         (gst_adder_request_new_pad), (gst_adder_collected),
13696         (gst_adder_change_state):
13697           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13698           API change.
13699
13700 2005-11-21  Michael Smith <msmith@fluendo.com>
13701
13702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13703         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13704           Properly handle pad_push return values.
13705
13706 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13707
13708         * gst-libs/gst/tag/Makefile.am:
13709         * gst-libs/gst/tag/gstvorbistag.c:
13710         (gst_tag_list_to_vorbiscomment_buffer):
13711           Remove obsolete vorbistag element and debug category.
13712
13713         * gst/playback/gstplaybasebin.c: (check_queue):
13714           Don't divide by 0 when queue-threshold is 0.
13715
13716         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13717           Don't modify an existing pixel-aspect-ratio if we fail to read
13718           a new one.
13719
13720 2005-11-20  Wim Taymans  <wim@fluendo.com>
13721
13722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13723         (gst_vorbisenc_push_packet):
13724         GST_PAD_IS_USABLE is gone, use the return value of
13725         the push or pad_alloc_buffer instead.
13726
13727 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13728
13729         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13730         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13731         (gst_ximagesink_ximage_destroy),
13732         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13733         (gst_ximagesink_xwindow_new),
13734         (gst_ximagesink_xwindow_update_geometry),
13735         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13736         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13737         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13738         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13739         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13740         (gst_ximagesink_navigation_send_event),
13741         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13742         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13743         (gst_ximagesink_finalize), (gst_ximagesink_init),
13744         (gst_ximagesink_class_init):
13745         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13746         This new version brings correct software scaling, non flickering
13747         window while resizing, pixel aspect ratio handling, usage of
13748         hardware buffer pools, out of data flow event thread for 
13749         navigation and handling of expose events even when being PAUSED,
13750         a new property to keep video aspect ratio when resizing, etc...
13751
13752 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13753
13754         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13755         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13756         handling of PAR.
13757
13758 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13759
13760         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13761         Unsetting IS_SINK flag from the fakesink, so decodebin
13762         never behaves as a sink.
13763
13764 2005-11-17  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13767         (gst_base_audio_src_change_state):
13768         Fix the audiosrc base class again, we did not unflush.
13769
13770 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13771
13772         * examples/seeking/seek.c: (make_dv_pipeline),
13773         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13774         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13775         to ogg/vorbis/theora pipeline.
13776
13777 2005-11-17  Wim Taymans  <wim@fluendo.com>
13778
13779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13780         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13781         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13782         Fix EOS on multiple streams.
13783         More debugging.
13784
13785 2005-11-16  Wim Taymans  <wim@fluendo.com>
13786
13787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13788         (gst_ogg_demux_perform_seek):
13789         Segment done must include stream time.
13790
13791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13792         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13793         (gst_ogg_mux_change_state):
13794         Fix ogg muxer again.
13795
13796 2005-11-16  Wim Taymans  <wim@fluendo.com>
13797
13798         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13799         Fix compile again.
13800
13801 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13802
13803         * ext/libvisual/visual.c: (gst_visual_init):
13804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13805         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13806         (gst_ogg_parse_chain):
13807         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13808         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13809         * ext/theora/theoradec.c: (gst_theora_dec_init):
13810         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13811         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13812         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13813         * gst/adder/gstadder.c: (gst_adder_class_init),
13814         (gst_adder_dispose):
13815         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13816         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13817         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13818           Fix a whole set of pad template leaks
13819
13820 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13821
13822         * check/generic/states.c: (GST_START_TEST):
13823           fix the test so that it only checks for elements that are part of
13824           this source module
13825
13826 2005-11-16  Michael Smith <msmith@fluendo.com>
13827
13828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13829         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13830         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13831         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13832         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13833         (gst_ogg_mux_change_state):
13834           Fix leaking collectpads.
13835
13836 2005-11-16  Edward Hervey  <edward@fluendo.com>
13837
13838         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13839         (gst_videorate_event), (gst_videorate_chain):
13840         Handle segment seeks
13841
13842 2005-11-16  Wim Taymans  <wim@fluendo.com>
13843
13844         * gst-libs/gst/audio/gstbaseaudiosink.c:
13845         (gst_base_audio_sink_provide_clock),
13846         (gst_base_audio_sink_change_state):
13847         Set ringbuffer to non-flushing when going to PAUSED, set to
13848         flushing again when going to READY.
13849
13850         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13851         (gst_ring_buffer_stop):
13852         Start in flushing mode by default.
13853         Don't set flushing in the _stop method, let the app call
13854         this explicitly.
13855
13856 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13857
13858         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13859         * gst-libs/gst/video/videosink.h: Add helper function needed
13860         for video sinks.
13861
13862 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * gst/videoscale/gstvideoscale.c:
13865         (gst_videoscale_handle_src_event):
13866           Don't leak reference to pad parent.
13867
13868 2005-11-16  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13871         Set ringbuffer to flushing when stopping so that we don't
13872         block on wait_segment anymore and livelock.
13873
13874 2005-11-16  Wim Taymans  <wim@fluendo.com>
13875
13876         * examples/seeking/seek.c: (send_event), (do_seek),
13877         (loop_toggle_cb), (segment_done), (main):
13878         Added looping checkbox.
13879
13880 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13881
13882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13883         (gst_ogg_demux_init):
13884         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13885         (gst_vorbis_dec_init):
13886           revert unrefs, they don't pass make check
13887
13888 2005-11-15  Johan Dahlin  <johan@gnome.org>
13889
13890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13891         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13892         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13893         (gst_vorbis_dec_init):
13894         Fix pad template leaks. 
13895
13896 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13899           Make state change function thread safe.
13900
13901 2005-11-15  Edward Hervey  <edward@fluendo.com>
13902
13903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13904         (gst_ogg_demux_class_init):
13905         Implement GstElement::send_event, so we can send seek events
13906         in GST_STATE_READY
13907
13908 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13909
13910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13911         Discovered how to take away flickering while resizing the
13912         window. Please don't put that in ximagesink, refactoring in
13913         progress.
13914
13915 2005-11-14  Michael Smith <msmith@fluendo.com>
13916
13917         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13918         (gst_multifdsink_render):
13919           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13920
13921 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * gst/playback/gstplaybin.c: (gen_audio_element):
13924           Use autoaudiosink, it tends to be more widely available than
13925           autoaudiiosink.
13926           
13927 2005-11-14  Andy Wingo  <wingo@pobox.com>
13928
13929         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13930         as well if it is available. Fixes #316442.
13931
13932 2005-11-14  Michael Smith <msmith@fluendo.com>
13933
13934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13935         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13936         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13937         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13938         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13939         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13941         (gst_vorbisenc_change_state):
13942           Fix a small memory leak in vorbisenc.
13943           Fix large memory leaks in oggmux, also fix lots of state change
13944           bugs in oggmux.
13945
13946 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13947
13948         * gst/videotestsrc/gstvideotestsrc.c:
13949         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13950         (gst_videotestsrc_src_fixate):
13951           move fixation to a fixate function
13952           remove negotiate function, basesrc's is good enough
13953           fixes a bug for check when using the element alone
13954
13955 2005-11-13  Edward Hervey  <edward@fluendo.com>
13956
13957         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13958         (key_toggle_cb), (main):
13959         Added checkboxes for adding/removing the accurate and key_unit seek
13960         flags.
13961
13962 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13963
13964         * configure.ac: back to HEAD
13965
13966 === release 0.9.5 ===
13967
13968 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13969
13970         * configure.ac:
13971           releasing 0.9.5, "No No Kia"
13972
13973 2005-11-11  Edward Hervey  <edward@fluendo.com>
13974
13975         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13976         Added parse-launch syntax seeking mode for the seeking example.
13977         This should help stress-test even more cases.
13978         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13979
13980 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13981
13982         * sys/xvimage/xvimagesink.c:
13983         (gst_xvimagesink_navigation_send_event):
13984           Check whether peer pad exists before sending navigation events
13985           to it.
13986
13987 2005-11-11  Michael Smith <msmith@fluendo.com>
13988
13989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13990         (gst_vorbisenc_buffer_from_packet):
13991         * ext/vorbis/vorbisenc.h:
13992           Set duration on encoded buffers. This allows oggmux's
13993           max_page_delay parameter to actually work.
13994
13995 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13998         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13999         (gst_ffmpegcsp_avpicture_fill):
14000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14001         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14002           Make palettes work again (see #132341). Use our own macros
14003           for rounding up.
14004
14005 2005-11-10  Andy Wingo  <wingo@pobox.com>
14006
14007         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14008         string doober.
14009
14010 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14011
14012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14013         (gst_ffmpegcsp_transform_caps):
14014           Prefer passthrough in transform_caps
14015
14016 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14019           check for ALSA errors properly, instead of relying on ALSA's
14020           error strings to serve to the user.
14021
14022 2005-11-10  Wim Taymans  <wim@fluendo.com>
14023
14024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14025         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14026         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14027         Modernise the seek code.
14028
14029 2005-11-10  Michael Smith <msmith@fluendo.com>
14030         
14031         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14032         (setup_substreams), (set_active_source):
14033           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14034           trying to go to NULL if we failed to read a file.
14035
14036 2005-11-10  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst/audiotestsrc/gstaudiotestsrc.c:
14039         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14040         (gst_audiotestsrc_create):
14041         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14042         (gst_sinesrc_get_times), (gst_sinesrc_create):
14043         * gst/videotestsrc/gstvideotestsrc.c:
14044         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14045         (gst_videotestsrc_create):
14046         The base class can now sync for us.
14047
14048 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14051           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14052           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14053           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14054           format=(fourcc)I420" ! xvimagesink
14055
14056 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14057
14058         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14059         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14060         (gst_sinesrc_newsegment):
14061           Send newsegment event in TIME format, set duration if
14062           num-buffers is set, fix duration querying.
14063
14064 2005-11-10  Michael Smith <msmith@fluendo.com>
14065
14066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14067         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14068         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14069         (gst_ogg_mux_collected):
14070          Fix EOS handling, partially. Now forwarding an EOS event once we have
14071          EOS on all pads works correctly. However, we still don't properly set
14072          EOS on the actual ogg stream pages.
14073
14074 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14075
14076         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14077           Set elements to NULL state before disposing of them.
14078
14079 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14080
14081         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14082
14083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14084         (gst_base_rtp_depayload_init),
14085         (gst_base_rtp_depayload_set_gst_timestamp):
14086         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14087           We need to send a newsegment event for each instance, not
14088           just for the first instance of this class (get rid of
14089           static variable in function). (#321011).
14090           
14091 2005-11-08  Michael Smith <msmith@fluendo.com>
14092
14093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14094         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14095         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14096         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14097           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14098           This makes us mux things correctly according to the ogg muxing
14099           rules. Still not handling EOS correctly right now, though.
14100
14101 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14102
14103         * gst/audioconvert/gstaudioconvert.c:
14104           Fix typo in docs. 
14105
14106 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14109         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14110           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14111           creating a new chain; should fix live streaming. Also
14112           add more debug output and fix a typo.
14113
14114 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14115
14116         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14117
14118         * gst/volume/gstvolume.c: (volume_set_caps):
14119           Fix compilation on Solaris with Forte. (#320923)
14120
14121 2005-11-08  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst-libs/gst/audio/gstbaseaudiosink.c:
14124         (gst_base_audio_sink_render):
14125         No need to do a typecheck.
14126
14127 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * ext/alsa/gstalsa.h:
14130           We register a debug category, so let's use it.
14131
14132 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14133
14134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14135         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14136         Fixed a small problem.
14137
14138 2005-11-04  Wim Taymans  <wim@fluendo.com>
14139
14140         * examples/seeking/Makefile.am:
14141         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14142         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14143         (make_playerbin_pipeline), (format_value), (update_scale),
14144         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14145         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14146         (print_usage), (main):
14147         Added app for playback speed testing.
14148
14149         * examples/seeking/seek.c: (dynamic_link),
14150         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14151         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14152         (message_received), (main):
14153         Updated seek example.
14154
14155 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14156
14157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14158         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14159         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14160         (gst_base_rtp_depayload_set_clock):
14161         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14162         Don't sleep on the bench (system clock) when you have a nice 
14163         comfortable bed (Gstreamer clock) to sleep on.
14164
14165 2005-11-03  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14168         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14169         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14170         Handle the case where a pad_block failed.
14171
14172 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14173
14174         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14175
14176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14177         (gst_base_rtp_depayload_add_to_queue),
14178         (gst_base_rtp_depayload_push),
14179         (gst_base_rtp_depayload_set_gst_timestamp),
14180         (gst_base_rtp_depayload_queue_release):
14181           Fixes some bugs in the depayloader's queuing/de-queueing code.
14182
14183 2005-10-31  Michael Smith <msmith@fluendo.com>
14184
14185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14186         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14187         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14188           Patch from Alessandro Decina <alessandro@nnva.org>.
14189           Make oggdemux only find the final time in a chain, not per-pad,
14190           since the per-pad information can be very expensive to locate, and
14191           it isn't used anywhere. This makes reading a file containing
14192           OggSkeleton reasonably fast.
14193           Also, make chain finding work when there are logical bitstreams that
14194           can't be decoded. Fixes #319110.
14195
14196 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14197
14198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14199         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14200         (gst_base_rtp_depayload_chain),
14201         (gst_base_rtp_depayload_add_to_queue),
14202         (gst_base_rtp_depayload_push),
14203         (gst_base_rtp_depayload_set_gst_timestamp),
14204         (gst_base_rtp_depayload_queue_release),
14205         (gst_base_rtp_depayload_start_thread),
14206         (gst_base_rtp_depayload_set_property),
14207         (gst_base_rtp_depayload_get_property):
14208         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14209         Some random fixes, to fullfill the desires of thomas.
14210
14211 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14212
14213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14214         (gst_base_rtp_depayload_add_to_queue),
14215         (gst_base_rtp_depayload_push):
14216         Fixed the queueing algorithm.
14217
14218 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14219
14220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14221         (gst_base_rtp_depayload_push):
14222         A small fix
14223
14224 2005-10-31  Wim Taymans  <wim@fluendo.com>
14225
14226         * gst-libs/gst/audio/gstringbuffer.h:
14227         Don't break ABI.
14228
14229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14230         (gst_ffmpeg_caps_to_pixfmt):
14231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14232         (gst_ffmpegcsp_set_caps):
14233         Some more comments.
14234         Handle missing required caps fields better.
14235
14236 2005-10-31  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst-libs/gst/audio/gstbaseaudiosink.c:
14239         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14240         (gst_base_audio_sink_render):
14241         * gst-libs/gst/audio/gstringbuffer.c:
14242         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14243         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14244         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14245         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14246         (gst_ring_buffer_read):
14247         * gst-libs/gst/audio/gstringbuffer.h:
14248         Add flushing mode to the ringbuffer so that it in all cases does
14249         not try to handle more audio. This makes sure it does not try to
14250         block anymore when flushing and fixes a livelock.
14251
14252 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14255         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14256         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14257           Explicitly check for -1 values before doing a conversion
14258           and always map them to -1. (#315545)
14259
14260 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14261
14262         * gst/playback/gstplaybin.c: (gen_video_element):
14263           first try autovideosink, then xvimagesink, then error out
14264         * po/POTFILES.in:
14265           add translatable file
14266         * po/af.po:
14267         * po/az.po:
14268         * po/cs.po:
14269         * po/en_GB.po:
14270         * po/hu.po:
14271         * po/it.po:
14272         * po/nb.po:
14273         * po/nl.po:
14274         * po/or.po:
14275         * po/sq.po:
14276         * po/sr.po:
14277         * po/sv.po:
14278         * po/uk.po:
14279         * po/vi.po:
14280           update translations
14281
14282 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14283
14284         * gst-libs/gst/rtp/gstbasedepayload.c:
14285         * gst-libs/gst/rtp/gstbasedepayload.h:
14286           Minor cleanups
14287
14288 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * gst/playback/.cvsignore:
14291         * gst/playback/decodetest.c:
14292         * gst/playback/test3.c:
14293           Port these two tests as well.
14294
14295 2005-10-27  Wim Taymans  <wim@fluendo.com>
14296
14297         * ext/theora/theoradec.c: (theora_dec_src_query),
14298         (theora_dec_sink_event):
14299         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14300         (theora_enc_change_state):
14301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14302         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14303         Take proper locks when handling events.
14304
14305 2005-10-27  Wim Taymans  <wim@fluendo.com>
14306
14307         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14308         (gst_adder_change_state):
14309         Fix timestamps and fix deadlock when stopping the collectpads.
14310
14311 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14312
14313         * gst-libs/gst/rtp/gstrtpbuffer.h:
14314         Declaring the payload types as strings too so that they can be used
14315         in the padtemplate inialization.
14316
14317 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14318
14319         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14320
14321         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14322         (gst_base_rtp_depayload_class_init):
14323         Fixes a small but nasty bug. The derived elements no longer segfaults
14324         on finalization.
14325
14326 2005-10-26  Michael Smith <msmith@fluendo.com>
14327
14328         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14329           When clearing an audioconvert context, set tmpbufsize to zero, so
14330           we'll allocate it again later if required.
14331           This fixes audioconvert re-negotiating formats, which previously
14332           segfaulted with a NULL destination buffer.
14333
14334 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14335
14336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14337         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14338         (gst_base_rtp_depayload_set_gst_timestamp),
14339         (gst_base_rtp_depayload_queue_release):
14340         Fixed a smalll memleak.
14341
14342 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14344         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14345         (gst_base_rtp_depayload_finalize),
14346         (gst_base_rtp_depayload_setcaps),
14347         (gst_base_rtp_depayload_add_to_queue),
14348         (gst_base_rtp_depayload_push),
14349         (gst_base_rtp_depayload_set_gst_timestamp),
14350         (gst_base_rtp_depayload_queue_release),
14351         (gst_base_rtp_depayload_thread),
14352         (gst_base_rtp_depayload_change_state):
14353         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14354         Changed the C++ comments to C comments
14355
14356 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14359         * gst/tcp/gsttcpclientsrc.h:
14360         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14361         * gst/tcp/gsttcpserversrc.h:
14362           Remove unused 'curoffset' structure member.
14363
14364 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14365
14366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14367         (gst_base_rtp_depayload_base_init),
14368         (gst_base_rtp_depayload_finalize):
14369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14370         * gst-libs/gst/rtp/gstbasertppayload.h:
14371           The pad-template on the sinkpad should be set by the derived classes.
14372           Also added some useful macros.
14373
14374 2005-10-24  Wim Taymans  <wim@fluendo.com>
14375
14376         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14377         Correctly flush decoder samples even if we could not
14378         copy them to an output buffer. Fixes #319618.
14379
14380 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14381
14382         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14384         the caps against our xcontext caps.
14385
14386 2005-10-24  Wim Taymans  <wim@fluendo.com>
14387
14388         * gst-libs/gst/audio/gstbaseaudiosink.c:
14389         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14390         Remove g_print
14391         Use sync property from baseclass to disable sync.
14392
14393 2005-10-24  Wim Taymans  <wim@fluendo.com>
14394
14395         * gst-libs/gst/audio/gstbaseaudiosink.c:
14396         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14397         Buffers with no timestamps get aligned with previous buffers or
14398         on underrun, played ASAP.
14399
14400 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14401
14402         * gst-libs/gst/video/video.h:
14403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14404         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14406         here comes my change on caps for framerate and geometry range.
14407         We are now accepting 1 to MAXINT for width and height, and from
14408         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14409         to be blended correctly in videomixer.
14410
14411 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * configure.ac:
14414           back to HEAD
14415
14416 === release 0.9.4 ===
14417
14418 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14419
14420         * NEWS:
14421         * RELEASE:
14422         * configure.ac:
14423           releasing 0.9.4, "Velociraptor"
14424
14425 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14426
14427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14428         * po/POTFILES.in:
14429           STOPPED -> FAILED
14430
14431 2005-10-21  Wim Taymans  <wim@fluendo.com>
14432
14433         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14434         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14435         (pad_blocked), (close_pad_link), (new_pad):
14436         Don't try to remove elements twice.
14437
14438 2005-10-21  Wim Taymans  <wim@fluendo.com>
14439
14440         * ext/theora/theoradec.c: (theora_dec_src_query),
14441         (theora_dec_sink_event):
14442         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14443         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14444         (vorbis_handle_data_packet):
14445         * ext/vorbis/vorbisdec.h:
14446         Fix old naming.
14447
14448         * gst-libs/gst/audio/gstbaseaudiosink.c:
14449         (gst_base_audio_sink_render):
14450         Don't try to sync on buffers without a timestamp.
14451
14452 2005-10-21  Wim Taymans  <wim@fluendo.com>
14453
14454         * ext/theora/theoradec.c: (theora_dec_src_query),
14455         (theora_dec_sink_event):
14456         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14457         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14458         (vorbis_handle_data_packet):
14459         * ext/vorbis/vorbisdec.h:
14460         Fix old naming.
14461
14462 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14465         (gst_vorbisenc_src_query):
14466           Implement position and duration queries.
14467
14468         * gst/playback/test3.c: (update_scale), (main):
14469           Fix for async state changes and print nicer output.
14470
14471 2005-10-20  Wim Taymans  <wim@fluendo.com>
14472
14473         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14474         (dump_element_stats), (main):
14475         * gst/playback/test6.c: (main):
14476         Fix tests again
14477
14478 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14479
14480         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14481         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14482           Don't use functions for position queries when handling
14483           duration queries.
14484
14485 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14488         (vorbis_handle_data_packet), (vorbis_dec_chain),
14489         (vorbis_dec_change_state):
14490         * ext/vorbis/vorbisdec.h:
14491           Vorbis streams can be embedded in other container formats
14492           than ogg, container formats where the demuxer might set 
14493           timestamps on encoded vorbis buffers instead of those silly 
14494           granulepos thingies. In short: make vorbisdec handle 
14495           timestamps on incoming buffers as well.
14496
14497 2005-10-20  Wim Taymans  <wim@fluendo.com>
14498
14499         * gst/playback/gstplaybasebin.c: (group_destroy),
14500         (gst_play_base_bin_change_state):
14501         Fix leak.
14502         Handle case where playbasebin is now ASYNC because
14503         decodebin is.
14504
14505 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14506
14507         * gst/audioconvert/Makefile.am:
14508         * gst/audioconvert/bufferframesconvert.c:
14509         * gst/audioconvert/plugin.c: (plugin_init):
14510         * gst/audioconvert/plugin.h:
14511           And bye bye buffer-frames-convert
14512
14513 2005-10-19  Wim Taymans  <wim@fluendo.com>
14514
14515         * check/elements/audioconvert.c:
14516         * docs/libs/tmpl/gstaudio.sgml:
14517         * docs/libs/tmpl/gstcolorbalance.sgml:
14518         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14519         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14520         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14521         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14522         * gst-libs/gst/audio/audio.h:
14523         * gst/audioconvert/audioconvert.h:
14524         * gst/audioconvert/gstaudioconvert.c:
14525         (gst_audio_convert_parse_caps):
14526         * gst/volume/gstvolume.c:
14527         Bye bye buffer-frames.
14528
14529 2005-10-19  Wim Taymans  <wim@fluendo.com>
14530
14531         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14532         (query_positions_elems), (query_positions_pads), (update_scale),
14533         (do_seek), (set_update_scale), (message_received), (main):
14534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14535         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14536         (gst_ogg_demux_loop):
14537         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14538         * ext/theora/theoradec.c: (theora_dec_src_query),
14539         (theora_dec_sink_event):
14540         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14541         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14542         * gst/adder/gstadder.c: (gst_adder_query):
14543         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14544         * gst/playback/test3.c: (update_scale):
14545         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14546         (dump_element_stats), (main):
14547         * gst/playback/test6.c: (main):
14548         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14549         Query API update.
14550
14551 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14554         (xml_check_first_element), (xml_type_find), (smil_type_find),
14555         (plugin_init):
14556           Add typefinding for SMIL and for generic XML. Based on patch by
14557           Akos Maroy (#308663).
14558
14559 2005-10-18  Wim Taymans  <wim@fluendo.com>
14560
14561         * gst/playback/Makefile.am:
14562         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14563         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14564         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14565         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14566         (gst_decode_bin_change_state):
14567         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14568         (gst_play_bin_send_event_to_sink):
14569         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14570         (dump_element_stats), (main):
14571         * gst/playback/test6.c: (main):
14572         Make playbin async, it'll commit state to paused when all streams
14573         are detected.
14574         Remove ugly hack.
14575         Added test6.c to show async behaviour.
14576
14577 2005-10-18  Wim Taymans  <wim@fluendo.com>
14578
14579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14580         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14581         Fix for segment-start/stop API change.
14582
14583 2005-10-18  Wim Taymans  <wim@fluendo.com>
14584
14585         * check/Makefile.am:
14586         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14587         (main):
14588         Add future test for clock selection.
14589
14590 2005-10-18  Wim Taymans  <wim@fluendo.com>
14591
14592         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14593         (gst_alsasink_close):
14594         Set handle to NULL.
14595
14596         * gst-libs/gst/audio/gstringbuffer.c:
14597         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14598         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14599         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14600         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14601         (gst_ring_buffer_read):
14602         More debug info.
14603
14604 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14605
14606         * gst/audiotestsrc/Makefile.am:
14607         * gst/sine/Makefile.am:
14608         * gst/volume/Makefile.am:
14609           fix broken build of controllerized plugins
14610
14611 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14612
14613         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14616         (gst_riff_create_video_template_caps):
14617           Add support for Indeo-3 (IV32).
14618
14619 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14620
14621         * configure.ac:
14622           rewrite
14623
14624 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14625
14626         * gst-libs/gst/video/video.c: (gst_video_get_size):
14627         * gst/audiotestsrc/gstaudiotestsrc.c:
14628           doc updates
14629
14630 2005-10-17  Andy Wingo  <wingo@pobox.com>
14631
14632         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14633         with the collectpads change.
14634         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14635
14636         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14637
14638         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14639
14640         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14641         alloc_buffer flow return to callers.
14642         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14643         change. Fix some memleaks in theoraenc.
14644
14645         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14646         in strange circumstance.
14647
14648 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14649
14650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14651         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14652         from caps, let's use the caps...
14653
14654 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14655
14656         * configure.ac:
14657           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14658
14659 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14660
14661         * gst-libs/gst/interfaces/Makefile.am:
14662           fix silly typo
14663
14664 2005-10-16  Andy Wingo  <wingo@pobox.com>
14665
14666         * gst/playback/gstdecodebin.c
14667         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14668         function!
14669         (try_to_link_1): Increase kraziness level.
14670
14671 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * configure.ac:
14674           restructure like the core one
14675         * gst-libs/gst/audio/Makefile.am:
14676         * gst-libs/gst/interfaces/Makefile.am:
14677         * gst-libs/gst/net/Makefile.am:
14678         * gst-libs/gst/riff/Makefile.am:
14679         * gst-libs/gst/rtp/Makefile.am:
14680         * gst-libs/gst/tag/Makefile.am:
14681         * gst-libs/gst/video/Makefile.am:
14682           use correct linker flags, now the libs are properly versioned
14683         * check/elements/audioconvert.c: (verify_convert):
14684         * ext/alsa/gstalsaplugin.c:
14685         * ext/cdparanoia/gstcdparanoia.c:
14686         * ext/gnomevfs/gstgnomevfs.c:
14687         * ext/libvisual/visual.c:
14688         * ext/ogg/gstogg.c:
14689         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14690         * ext/theora/theora.c:
14691         * ext/vorbis/vorbis.c:
14692         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14693         * gst-libs/gst/tag/gsttagediting.c:
14694         * gst-libs/gst/video/video.c:
14695         * gst/adder/gstadder.c:
14696         * gst/audioconvert/plugin.c:
14697         * gst/audiorate/gstaudiorate.c:
14698         * gst/audioresample/gstaudioresample.c:
14699         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14700         * gst/audioscale/gstaudioscale.c:
14701         * gst/audioscale/resample.c:
14702         * gst/audiotestsrc/gstaudiotestsrc.c:
14703         * gst/ffmpegcolorspace/gstffmpeg.c:
14704         * gst/playback/gstdecodebin.c: (close_pad_link):
14705         * gst/playback/gstplaybin.c: (gen_video_element),
14706         (gen_audio_element):
14707         * gst/sine/gstsinesrc.c:
14708         * gst/subparse/gstsubparse.c:
14709         * gst/tags/gsttagediting.c:
14710         * gst/tcp/gsttcpplugin.c:
14711         * gst/typefind/gsttypefindfunctions.c:
14712         * gst/videorate/gstvideorate.c:
14713         * gst/videoscale/gstvideoscale.c:
14714         * gst/videotestsrc/gstvideotestsrc.c:
14715         * gst/volume/gstvolume.c:
14716         * sys/v4l/gstv4l.c:
14717         * sys/ximage/ximage.c:
14718         * sys/xvimage/xvimagesink.c:
14719           fix up defines
14720
14721 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         * ext/vorbis/vorbisenc.c:
14724         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14725         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14726         (gst_tag_to_vorbis_comments):
14727           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14728
14729 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14730
14731         * examples/stats/mp2ogg.c:
14732         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14733           typo fixes
14734
14735 2005-10-13  Michael Smith <msmith@fluendo.com>
14736
14737         * ext/ogg/gstoggmux.c:
14738           Use magic glib macros to define constants as 64 bit, to ensure
14739           appropriate vararg passing.
14740
14741 2005-10-13  Michael Smith <msmith@fluendo.com>
14742
14743         * ext/ogg/gstoggmux.c:
14744         * gst/audioconvert/audioconvert.c: (float):
14745           Don't use LL suffix, as it's not portable, and neither of these
14746           uses required it anyway.
14747
14748 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14749
14750         * examples/indexing/indexmpeg.c: (main):
14751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14752         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14753         (cdparanoia_convert), (cdparanoia_query):
14754         * ext/cdparanoia/gstcdparanoia.h:
14755         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14756         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14757         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14759         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14760         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14761         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14762         (gst_multifdsink_render), (gst_multifdsink_start),
14763         (gst_multifdsink_stop):
14764         * gst/tcp/gstmultifdsink.h:
14765         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14766         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14767         (gst_tcpclientsink_stop):
14768         * gst/tcp/gsttcpclientsink.h:
14769         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14770         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14771         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14772         * gst/tcp/gsttcpclientsrc.h:
14773         * gst/tcp/gsttcpserversink.h:
14774         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14775         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14776         (gst_tcpserversrc_stop):
14777         * gst/tcp/gsttcpserversrc.h:
14778         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14780         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14781           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14782           moved bitshift from macro to enum definition
14783
14784 2005-10-12  Wim Taymans  <wim@fluendo.com>
14785
14786         * examples/seeking/Makefile.am:
14787         Oops.
14788
14789 2005-10-12  Wim Taymans  <wim@fluendo.com>
14790
14791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14792         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14793         Don't assert on normal stuff.
14794
14795         * gst/playback/gstplaybin.c: (do_playbin_seek):
14796         API fix.
14797
14798 2005-10-12  Wim Taymans  <wim@fluendo.com>
14799
14800         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14801         * examples/seeking/Makefile.am:
14802         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14803         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14804         (do_seek), (set_update_scale), (message_received), (main):
14805         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14806         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14807         Update for _get_state() API change.
14808
14809 2005-10-11  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst-libs/gst/audio/gstbaseaudiosink.c:
14812         (gst_base_audio_sink_render):
14813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14814         (gst_base_audio_src_create):
14815         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14816         (gst_ring_buffer_read):
14817         Cleanups.
14818         Commit and read from ringbuffer in samples rather than bytes.
14819
14820 2005-10-11  Wim Taymans  <wim@fluendo.com>
14821
14822         * gst-libs/gst/audio/gstbaseaudiosink.c:
14823         (gst_base_audio_sink_render):
14824         Respect segment rate and accum when scheduling samples.
14825
14826 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14827
14828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14829         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14830         EOS correctly, that needs more work.
14831
14832 2005-10-11  Wim Taymans  <wim@fluendo.com>
14833
14834         * check/generic/states.c: (GST_START_TEST):
14835         remove old property.
14836
14837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14838         (gst_ogg_demux_perform_seek):
14839         * ext/theora/theoradec.c: (theora_dec_sink_event):
14840         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14841         (vorbis_handle_data_packet):
14842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14843         (gst_base_rtp_depayload_set_gst_timestamp):
14844         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14845         Update for newsegment API change.
14846
14847 2005-10-11  Michael Smith <msmith@fluendo.com>
14848
14849         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14850         (do_playbin_seek), (gst_play_bin_send_event):
14851           Override send_event differently, so that we can takes bits of
14852           functionality from GstPipeline (special handling for seeks,
14853           including pausing/resuming, and resetting stream time) and still get
14854           the appropriate behaviour of only forwarding event to a single sink,
14855           rather than all of them.
14856           Unfortunately requires a lot of code duplication, but the
14857           alternatives are equally ugly in the end.
14858
14859 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14860
14861         * check/elements/audioconvert.c: (setup_audioconvert),
14862         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14863         (GST_START_TEST), (audioconvert_suite):
14864           clean up tests a little, fix some leaks.
14865
14866 2005-10-10  Wim Taymans  <wim@fluendo.com>
14867
14868         * ext/alsa/gstalsasink.c:
14869         Also allow unsigned int.
14870
14871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14872         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14873         Small cleanup
14874
14875 2005-10-10  Wim Taymans  <wim@fluendo.com>
14876
14877         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14878         Small update, use API as stated in design docs.
14879
14880         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14881         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14882         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14883         (message_received), (main):
14884         Updated seek example for GOption. Some usability improvements.
14885
14886 2005-10-10  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/audioconvert/audioconvert.h:
14889         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14890         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14891         Alloc temp storage somewhere else where we can do it more
14892         portable.
14893
14894 2005-10-10  Wim Taymans  <wim@fluendo.com>
14895
14896         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14897         (gst_tcpserversrc_start):
14898         Don't block in accept while doing the state change, move
14899         to poll and make cancellable.
14900
14901 2005-10-09  Philippe Khalaf <burger@speedy.org>
14902
14903         * gst-libs/gst/rtp/rtpbasedepayload.c:
14904         Set timestamp and add queue delay to timestamp
14905         * gst-libs/gst/rtp/rtpbuffer.h:
14906         Set correct payload type for h263
14907
14908 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14909
14910         * gst/audiotestsrc/gstaudiotestsrc.c:
14911         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14912         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14913         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14914         (gst_audiotestsrc_create_triangle),
14915         (gst_audiotestsrc_create_silence),
14916         (gst_audiotestsrc_create_white_noise),
14917         (gst_audiotestsrc_init_pink_noise),
14918         (gst_audiotestsrc_generate_pink_noise_value),
14919         (gst_audiotestsrc_create_pink_noise),
14920         (gst_audiotestsrc_change_wave):
14921         * gst/audiotestsrc/gstaudiotestsrc.h:
14922           fixed typo, added pink noise
14923
14924 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14927         (plugin_init):
14928           Add wavpack and spc typefind functions from 0.8 branch.
14929
14930 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14933         (ar_type_find), (msdos_type_find), (plugin_init):
14934           Add typefind functions for tar archives, ar archives,
14935           RAR archives, and msdos-executables (dlls, exe, etc.).
14936           Some of those would be wrongly identified as mpeg
14937           streams of some sort before (#315550).
14938
14939 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14940
14941         * configure.ac:
14942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14944         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14945         * gst/audiotestsrc/Makefile.am:
14946         * gst/audiotestsrc/gstaudiotestsrc.c:
14947         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14948         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14949         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14950         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14951         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14952         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14953         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14954         (gst_audiotestsrc_create_silence),
14955         (gst_audiotestsrc_create_white_noise),
14956         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14957         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14958         (gst_audiotestsrc_start), (plugin_init):
14959         * gst/audiotestsrc/gstaudiotestsrc.h:
14960           add new plugin and element
14961         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14962           use gobject_class
14963
14964 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14967         (gst_adder_init), (gst_adder_request_new_pad),
14968         (gst_adder_change_state):
14969           Add query function to source pad, so adder reports the correct
14970           time/sample position when queried (#315457); fix state change
14971           function; use GST_DEBUG_FUNCPTR() for pad functions.
14972
14973 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14974
14975         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14976           Fix leaks in typefind registration
14977           Clean up the gratuitous commenting and whitespacing a little
14978
14979 2005-10-08  Wim Taymans  <wim@fluendo.com>
14980
14981         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14982         Only actually wait for the thread to be stopped if it's 
14983         running.
14984
14985 2005-10-08  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst-libs/gst/audio/gstbaseaudiosink.c:
14988         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14989         If we receive EOS we can start playback of what we had.
14990
14991 2005-10-08  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14994         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14995         (gst_multifdsink_stop):
14996         Fix crasher when going to NULL multiple times.
14997
14998 2005-10-06  Wim Taymans  <wim@fluendo.com>
14999
15000         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15001         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15002         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15004         patch from Edgard Lima <edgard.lima@indt.org.br>
15005         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15006
15007 2005-10-06  Wim Taymans  <wim@fluendo.com>
15008
15009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15010         Report the FLOW_RETURN as string in the error message.
15011
15012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15013         Don't assert when clearing an unnegotiated buffer.
15014
15015 2005-10-04  Michael Smith <msmith@fluendo.com>
15016
15017         * gst/playback/gstplaybasebin.c: (group_destroy),
15018         (gen_preroll_element), (remove_groups), (setup_source):
15019         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15020         (setup_sinks), (gst_play_bin_send_event),
15021         (gst_play_bin_change_state):
15022           Set state to NULL before removing from bin. Fix refcounting.
15023
15024 2005-10-04  Michael Smith <msmith@fluendo.com>
15025
15026         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15027           Correct refcounting in send_event() function. Previously was wrong
15028           if the first sink was unable to handle the event.
15029
15030 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15031
15032         * configure.ac:
15033           back to development
15034
15035 === release 0.9.3 ===
15036
15037 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15038
15039         * configure.ac:
15040           Releasing 0.9.3, "De Facto"
15041
15042 2005-10-03  Andy Wingo  <wingo@pobox.com>
15043
15044         * gst/playback/gstdecodebin.c (try_to_link_1)
15045         (remove_element_chain): set element to NULL before removing it.
15046
15047 2005-10-02  Johan Dahlin  <johan@gnome.org>
15048
15049         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15050         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15051         MT safe.
15052
15053 2005-10-02  Andy Wingo  <wingo@pobox.com>
15054
15055         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15056         (gst_ring_buffer_prepare_read): 
15057         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15058         Demote to LOG.
15059
15060 2005-09-29  Wim Taymans  <wim@fluendo.com>
15061
15062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15063         * ext/theora/theoradec.c: (theora_handle_data_packet):
15064         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15065         Propagate error codes from alloc_buffer too.
15066
15067 2005-09-29  Wim Taymans  <wim@fluendo.com>
15068
15069         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15070         We use fixed caps.
15071
15072         * gst/playback/Makefile.am:
15073         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15074         (dump_element_stats), (main):
15075         Added example stream introspection code.
15076
15077 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15078
15079         * gst/adder/gstadder.c: (gst_adder_collected):
15080           fix adder for float elements
15081
15082 2005-09-28  Wim Taymans  <wim@fluendo.com>
15083
15084         * gst-libs/gst/audio/gstbaseaudiosink.c:
15085         (gst_base_audio_sink_class_init),
15086         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15088         (gst_base_audio_src_class_init),
15089         (gst_base_audio_src_provide_clock):
15090         get_clock -> provide_clock
15091
15092 2005-09-28  Andy Wingo  <wingo@pobox.com>
15093
15094         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15095         and unlocking.
15096
15097         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15098         unlocking.
15099
15100         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15101         Actually add the pad template.
15102         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15103
15104         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15105         I'm at it...
15106
15107         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15108         from fdsrc. Get caps in create() instead of start() so it can be
15109         interrupted. Interruption somewhat untested.
15110
15111         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15112         Proper EOS handling.
15113
15114 2005-09-27  Andy Wingo  <wingo@pobox.com>
15115
15116         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15117
15118         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15119
15120         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15121
15122         * gst/tcp/gsttcp.h: 
15123         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15124         out of tcpclientsrc.c. Cancellable.
15125         (gst_tcp_socket_read): Made private, cancellable, with better
15126         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15127         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15128         whole buffer, and better diagnostics.
15129         (gst_tcp_gdp_read_caps): Same.
15130
15131         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15132
15133 2005-09-26  Andy Wingo  <wingo@pobox.com>
15134
15135         * gst/sine/gstsinesrc.h:
15136         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15137         change the 'sync' property to 'is-live' and implement it halfway,
15138         update for controller api change.
15139
15140         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15141         controller api change.
15142
15143 2005-09-24  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15146         * gst-libs/gst/audio/gstaudiosink.c:
15147         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15148         (gst_audioringbuffer_stop):
15149         * gst-libs/gst/audio/gstbaseaudiosink.c:
15150         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15151         (gst_base_audio_sink_change_state):
15152         * gst-libs/gst/audio/gstbaseaudiosink.h:
15153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15154         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15155         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15156         * gst-libs/gst/audio/gstringbuffer.h:
15157         Fix sync again. Moved sample alignment to basesink.
15158
15159 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15160
15161         * docs/plugins/Makefile.am:
15162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15164         * gst/volume/gstvolume.c:
15165           add/fix docs
15166         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15167         * gst-libs/gst/audio/audio.h:
15168           add conversion macros for frames <-> clocktime
15169
15170 2005-09-23  David Schleef  <ds@schleef.org>
15171
15172         * gst/audioresample/Makefile.am:
15173         * gst/audioresample/debug.h:
15174         * gst/audioresample/gstaudioresample.c:
15175         * gst/audioresample/resample.c: Convert to using gst debugging
15176
15177 2005-09-22  Wim Taymans  <wim@fluendo.com>
15178
15179         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15180         (gst_play_bin_send_event):
15181         Only seek on one sink, the first one that succeeds.
15182
15183 2005-09-22  Michael Smith <msmith@fluendo.com>
15184
15185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15186         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15187         Don't flush encoder state unless we have an initialised encoder.
15188         Clear out encoder state on PAUSED_TO_READY.
15189
15190 2005-09-22  Wim Taymans  <wim@fluendo.com>
15191
15192         * gst-libs/gst/rtp/gstbasertppayload.c:
15193         (gst_basertppayload_class_init), (gst_basertppayload_init),
15194         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15195         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15196         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15197         (gst_basertppayload_set_property),
15198         (gst_basertppayload_get_property),
15199         (gst_basertppayload_change_state):
15200         * gst-libs/gst/rtp/gstbasertppayload.h:
15201         Added max-ptime to control amount of data in the rtp packets.
15202
15203 2005-09-21  Andy Wingo  <wingo@pobox.com>
15204
15205         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15206         thingies.
15207
15208         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15209         can be called multiple times, dogs.
15210
15211 2005-09-21  Wim Taymans  <wim@fluendo.com>
15212
15213         * gst-libs/gst/rtp/gstbasertppayload.c:
15214         (gst_basertppayload_class_init), (gst_basertppayload_init),
15215         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15216         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15217         (gst_basertppayload_push), (gst_basertppayload_get_property),
15218         (gst_basertppayload_change_state):
15219         Allow 0 ssrc too.
15220
15221 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15222
15223         * docs/libs/compiling.sgml:
15224           fixing typos
15225
15226 2005-09-20  Wim Taymans  <wim@fluendo.com>
15227
15228         * gst-libs/gst/rtp/gstbasertppayload.c:
15229         (gst_basertppayload_class_init), (gst_basertppayload_init),
15230         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15231         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15232         (gst_basertppayload_push), (gst_basertppayload_set_property),
15233         (gst_basertppayload_get_property),
15234         (gst_basertppayload_change_state):
15235         * gst-libs/gst/rtp/gstbasertppayload.h:
15236         Added property to configure sequence number offsets.
15237
15238 2005-09-20  Wim Taymans  <wim@fluendo.com>
15239
15240         * gst-libs/gst/rtp/gstbasertppayload.c:
15241         (gst_basertppayload_class_init), (gst_basertppayload_init),
15242         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15243         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15244         (gst_basertppayload_push), (gst_basertppayload_set_property),
15245         (gst_basertppayload_get_property),
15246         (gst_basertppayload_change_state):
15247         * gst-libs/gst/rtp/gstbasertppayload.h:
15248         Make timestamp offset configurable.
15249
15250 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15251
15252         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15253           fix wrong pop/unref
15254
15255 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15256
15257         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * gst-libs/gst/interfaces/propertyprobe.c:
15260         (gst_property_probe_probe_property_name),
15261         (gst_property_probe_needs_probe_name),
15262         (gst_property_probe_get_values_name),
15263         (gst_property_probe_probe_and_get_values_name):
15264           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15265           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15266
15267 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         * check/Makefile.am:
15270           have some tests be disabled for valgrinding
15271         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15272         (GST_START_TEST):
15273         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15274           Fix A Leak.  Chain To Parent Finalize.
15275
15276 2005-09-19  Wim Taymans  <wim@fluendo.com>
15277
15278         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15279         Fixed wav pipeline.
15280
15281 2005-09-19  Wim Taymans  <wim@fluendo.com>
15282
15283         * gst-libs/gst/rtp/gstbasertppayload.c:
15284         (gst_basertppayload_class_init), (gst_basertppayload_init),
15285         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15286         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15287         (gst_basertppayload_push), (gst_basertppayload_get_property),
15288         (gst_basertppayload_change_state):
15289         Posting ERROR and WARNING messages is good.
15290
15291 2005-09-19  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15294         (gst_base_rtp_depayload_add_to_queue),
15295         (gst_base_rtp_depayload_push),
15296         (gst_base_rtp_depayload_set_gst_timestamp),
15297         (gst_base_rtp_depayload_queue_release):
15298         This one was not supposed to go in.
15299
15300 2005-09-19  Wim Taymans  <wim@fluendo.com>
15301
15302         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15303         Fix for bus API.
15304
15305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15306         (gst_base_rtp_depayload_chain),
15307         (gst_base_rtp_depayload_add_to_queue),
15308         (gst_base_rtp_depayload_push),
15309         (gst_base_rtp_depayload_set_gst_timestamp),
15310         (gst_base_rtp_depayload_queue_release):
15311         Some cleanups.
15312
15313         * gst-libs/gst/rtp/gstbasertppayload.c:
15314         (gst_basertppayload_class_init), (gst_basertppayload_init),
15315         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15316         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15317         (gst_basertppayload_get_property),
15318         (gst_basertppayload_change_state):
15319         Added debugging category.
15320
15321 2005-09-18  David Schleef  <ds@schleef.org>
15322
15323         * gst/playback/gstdecodebin.c: free plugin list correctly
15324         * gst/playback/gstplaybin.c: emit warning if autovideosink
15325           and autoaudiosink can't be found (instead of segfaulting)
15326
15327 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15328
15329         * check/elements/audioconvert.c: (GST_START_TEST):
15330           try out 24 bit conversion
15331
15332 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15333
15334         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15335         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15336         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15337         * ext/vorbis/vorbisenc.h:
15338           Fix EOS handling.  Still needs a fix in the ogg muxer to
15339           mark the last page as eos.
15340
15341 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15342
15343         * common/gtk-doc-plugins.mak:
15344         * docs/plugins/Makefile.am:
15345         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15346         * gst/ffmpegcolorspace/Makefile.am:
15347         * gst/ffmpegcolorspace/avcodec.h:
15348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15349         * gst/tcp/gstmultifdsink.c:
15350           fix up ffmpegcolorspace docs; extract header
15351
15352 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15353
15354         * common/gtk-doc-plugins.mak:
15355         * docs/plugins/Makefile.am:
15356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15357         * ext/theora/Makefile.am:
15358         * ext/theora/gsttheoraenc.h:
15359         * ext/theora/theoraenc.c:
15360         * ext/vorbis/vorbisenc.c:
15361           pick up signals and args for vorbis; add some docs for vorbis
15362
15363 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15364
15365         * common/gstdoc-scangobj:
15366         * common/gtk-doc-plugins.mak:
15367         * docs/libs/Makefile.am:
15368         * docs/plugins/gst-plugins-base-plugins.args:
15369         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15370         * docs/plugins/gst-plugins-base-plugins.interfaces:
15371         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15372         * docs/plugins/gst-plugins-base-plugins.signals:
15373           only scanobj stuff from our source module.  Not sure yet
15374           if that's correct, given the hierarchy stuff :)
15375
15376 2005-09-15  Wim Taymans  <wim@fluendo.com>
15377
15378         * gst/audioconvert/gstaudioconvert.c:
15379         And enable 24 bits mode as well..
15380
15381 2005-09-15  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst-libs/gst/rtp/Makefile.am:
15384         * gst-libs/gst/rtp/gstbasertppayload.c:
15385         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15386         (gst_basertppayload_class_init), (gst_basertppayload_init),
15387         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15388         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15389         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15390         (gst_basertppayload_set_property),
15391         (gst_basertppayload_get_property),
15392         (gst_basertppayload_change_state):
15393         * gst-libs/gst/rtp/gstbasertppayload.h:
15394         Added rtp payloader base class.
15395
15396 2005-09-15  Andy Wingo  <wingo@pobox.com>
15397
15398         * configure.ac (plugindir): Remove the EOL matcher from the
15399         regexp, as it causes me problems. Libtool? Make? Who knows?
15400
15401 2005-09-14  David Schleef  <ds@schleef.org>
15402
15403         * check/generic/states.c: 
15404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15405         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15406           Fixes for changes in registry API.
15407
15408         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15409           to GST_PLUGIN_LDFLAGS.
15410         * ext/libvisual/visual.c: Make the library shut up.
15411         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15412         * gst-libs/gst/audio/gstaudiofilter.c: same
15413
15414 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15415
15416         * docs/plugins/Makefile.am:
15417         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15418         * docs/plugins/inspect/plugin-libvisual.xml:
15419         * docs/plugins/tmpl/element-tcpserversink.sgml:
15420         * ext/theora/theoraenc.c:
15421           add libvisual plugin and theoraenc element to docs
15422
15423 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15424
15425         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15426         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15427         * ext/theora/theoraenc.c:
15428           add theoraenc
15429
15430 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * gst/audioconvert/Makefile.am:
15433           Audioconvert derives from GstBaseTransform and should
15434           link to the library with our base elements to avoid
15435           unresolved symbols. Makes things work with MinGW (#316160)
15436
15437         * gst/playback/test4.c: (main):
15438           Fix MinGW build problem and use g_usleep() instead of 
15439           sleep() (#316162)
15440
15441 2005-09-12  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/audioconvert/audioconvert.c: (float),
15444         (audio_convert_prepare_context), (audio_convert_convert):
15445         * gst/audioconvert/audioconvert.h:
15446         Cleanups, speedups, simplifications, added back support
15447         for 24 bits.
15448
15449 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15450
15451         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15452         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15453         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15454         * docs/plugins/tmpl/element-tcpserversink.sgml:
15455         * gst/ffmpegcolorspace/gstffmpeg.c:
15456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15457         * gst/videotestsrc/gstvideotestsrc.c:
15458         * gst/volume/gstvolume.c:
15459           add more elements to the docs
15460
15461 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15462
15463         * check/Makefile.am:
15464         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15465         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15466           Add extra tests for basetransform based components. 
15467           Comment out the test_element_negotiation test until we decide
15468           if it's testing correct behaviour.
15469         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15470         (gst_visual_chain), (gst_visual_change_state):
15471           Slightly more correct but still bogus timestamping.
15472           Fix state change function.
15473         * gst/audioconvert/gstaudioconvert.c:
15474         (gst_audio_convert_class_init):
15475         * gst/audioresample/gstaudioresample.c:
15476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15477         (gst_ffmpegcsp_class_init):
15478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15479         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15480         (gst_videoscale_prepare_image):
15481         * gst/volume/gstvolume.c: (gst_volume_class_init),
15482         (volume_transform_ip):
15483           Basetransform updates. Enable passthrough modes.
15484         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15485         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15486         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15487           Negotiation fix that allows the window to return to the original
15488           size and renegotiate passthrough upstream. Extra debug output.
15489
15490 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * gst/sine/gstsinesrc.c:
15493         * gst/volume/gstvolume.c:
15494           fix up header include
15495
15496 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15497
15498         * gst-libs/gst/audio/gstbaseaudiosink.c:
15499         (gst_base_audio_sink_render):
15500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15501         * gst/volume/gstvolume.c: (gst_volume_class_init),
15502         (volume_transform):
15503           fixing lost sync, some more debugging
15504
15505 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15506
15507         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15508         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15509         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15510         (gst_xvimagesink_check_xshm_calls):
15511           Fix compilation when XShm is not available.
15512
15513 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15514
15515         * ext/libvisual/visual.c: (gst_visual_dispose),
15516         (gst_visual_getcaps), (gst_visual_src_setcaps),
15517         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15518         (gst_visual_change_state):
15519           Finish fixing up libvisual plugin so that it runs. 
15520
15521 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15522
15523         * ext/vorbis/vorbisenc.c:
15524         * gst-libs/gst/tag/gstvorbistag.c:
15525           gsttaginterface.h -> gsttagsetter.h
15526
15527 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15528
15529         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15530           added another test that failes for me (test is not active by default)
15531
15532 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15533
15534         * configure.ac:
15535           v4l2 is no longer in gst-plugins-base
15536
15537 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15538
15539         * configure.ac:
15540           In the output at the end, don't show the first plugin on the same
15541           line as "Core plug-ins, always built:".
15542           Indent the output as for other plugin categories
15543         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15544           #define that can be used to not use peer buffer_alloc functions for
15545           test purposes.
15546         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15547         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15548         (gst_ximagesink_show_frame):
15549         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15550         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15551         (gst_xvimagesink_show_frame):
15552           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15553           fails gracefully instead of XError aborting or deadlocking.
15554
15555 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15556
15557         * ext/libvisual/Makefile.am:
15558           link against gst-base-libs
15559
15560 2005-09-06  David Schleef  <ds@schleef.org>
15561
15562         * configure.ac: Enable libvisual plugin.
15563         * ext/libvisual/Makefile.am:
15564         * ext/libvisual/visual.c: Fixes to make it compile.
15565
15566 === release 0.9.2 ===
15567
15568 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15569
15570         * NEWS:
15571         * RELEASE:
15572         * configure.ac:
15573         * docs/random/ChangeLog-0.8:
15574           releasing 0.9.2, "Spoon"
15575
15576 2005-09-05  Michael Smith <msmith@fluendo.com>
15577
15578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15579           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15580           that in the vorbisenc element.
15581
15582 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15583
15584         * common/gtk-doc-plugins.mak:
15585         * docs/plugins/Makefile.am:
15586           fix distcheck
15587         * gst/audioresample/resample.c:
15588           fix wrong docstring
15589
15590 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15591
15592         * common/gst-xmlinspect.py:
15593         * common/gtk-doc-plugins.mak:
15594           only inspect plugins for this given package
15595           require gst-python 0.9
15596
15597 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         * Makefile.am:
15600         * autogen.sh:
15601         * common/gst-xmlinspect.py:
15602         * configure.ac:
15603         * docs/Makefile.am:
15604         * docs/plugins/inspect/plugin-alsa.xml:
15605         * docs/plugins/inspect/plugin-audioresample.xml:
15606         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15607         * docs/plugins/inspect/plugin-ogg.xml:
15608         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15609         * docs/plugins/tmpl/element-multifdsink.sgml:
15610         * docs/plugins/tmpl/element-tcpserversink.sgml:
15611         * docs/plugins/tmpl/element-vorbisenc.sgml:
15612         * gst-plugins-base.spec.in:
15613           various doc-related updates
15614
15615 2005-08-31  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst-libs/gst/audio/gstbaseaudiosink.c:
15618         (gst_base_audio_sink_render):
15619         Resync if the buffer timestamps drift more than a 10th 
15620         of a second.
15621
15622 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15623
15624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15625         (gst_v4lsrc_get_property):
15626           The 'timestamp-offset' property is registered as an int64, so
15627           let's use g_value_{set|get}_int64() in our setter and getter
15628           functions (makes it work and fixes warnings with gst-inspect).
15629
15630 2005-08-30  Wim Taymans  <wim@fluendo.com>
15631
15632         * check/elements/audioconvert.c: (setup_audioconvert):
15633         * check/elements/audioresample.c: (setup_audioresample):
15634         * check/elements/volume.c: (setup_volume):
15635         Fix checks.
15636
15637 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         * common/gtk-doc-plugins.mak:
15640         * common/plugins.xsl:
15641         * docs/plugins/Makefile.am:
15642           make module a param
15643
15644 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15645
15646         * examples/seeking/seek.c: (make_mp3_pipeline),
15647         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15648         (play_cb), (pause_cb), (stop_cb):
15649           update the example
15650
15651 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15652
15653         * gst/volume/gstvolume.c: (gst_volume_class_init),
15654         (volume_transform):
15655           do not update controlled params, if buffer has no timestamp
15656
15657 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15658
15659         * configure.ac:
15660         * gst/sine/Makefile.am:
15661         * gst/volume/Makefile.am:
15662           controllerized elements also need to link against controller-libs ;)
15663
15664 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15665
15666         * docs/libs/tmpl/gstcolorbalance.sgml:
15667         * docs/libs/tmpl/gstgconf.sgml:
15668         * docs/libs/tmpl/gstmixer.sgml:
15669         * docs/libs/tmpl/gstringbuffer.sgml:
15670         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15671         (gst_sinesrc_create):
15672         * gst/volume/gstvolume.c: (gst_volume_class_init),
15673         (volume_transform):
15674           controllerized two audio plugins
15675
15676 2005-08-29  Andy Wingo  <wingo@pobox.com>
15677
15678         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15679         (vorbis_handle_data_packet): Fix some int overflow errors.
15680
15681         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15682         -1.
15683         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15684         valid.
15685         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15686         if it's valid. Fixed streaming-mode playback.
15687
15688         * check/elements/volume.c (cleanup_volume): Fix for running
15689         CK_FORK=no.
15690
15691         * check/elements/audioconvert.c: Convert from native endian, not
15692         little endian.
15693
15694 2005-08-29  Michael Smith <msmith@fluendo.com>
15695
15696         * ext/ogg/Makefile.am:
15697         * ext/ogg/gstogg.c: (plugin_init):
15698         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15699         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15700         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15701         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15702         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15703         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15704         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15705         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15706         Add an ogg parser element.
15707
15708 2005-08-28  Andy Wingo  <wingo@pobox.com>
15709
15710         * Updates for two-arg init from GST_BOILERPLATE_FULL.
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         (audio_convert_convert):
15719         Cleanups.
15720
15721 2005-08-26  Wim Taymans  <wim@fluendo.com>
15722
15723         * gst/audioconvert/audioconvert.c: (if), (float),
15724         (audio_convert_get_func_index), (check_default),
15725         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15726         (audio_convert_clean_context), (audio_convert_get_sizes),
15727         (audio_convert_convert):
15728         More elegant and working temp buffer selection algo.
15729
15730 2005-08-26  Wim Taymans  <wim@fluendo.com>
15731
15732         * gst/audioconvert/audioconvert.c: (if), (float),
15733         (audio_convert_get_func_index), (check_default),
15734         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15735         (audio_convert_clean_context), (audio_convert_get_sizes),
15736         (get_temp_buffer), (audio_convert_convert):
15737         Use realloc else we lose our original data.
15738
15739 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15740
15741         * gst/audioresample/gstaudioresample.c:
15742           use base class' newsegment to properly timestamp
15743
15744 2005-08-26  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst/audioconvert/audioconvert.c: (if), (float),
15747         (audio_convert_get_func_index), (check_default),
15748         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15749         (audio_convert_clean_context), (audio_convert_get_sizes),
15750         (get_temp_buffer), (audio_convert_convert):
15751         * gst/audioconvert/gstaudioconvert.c:
15752         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15753         (gst_audio_convert_transform_caps),
15754         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15755         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15756         Oops, allocate enough space to perform the channel mix.
15757
15758 2005-08-26  Wim Taymans  <wim@fluendo.com>
15759
15760         * gst/audioconvert/Makefile.am:
15761         * gst/audioconvert/audioconvert.c: (if), (float),
15762         (audio_convert_get_func_index), (check_default),
15763         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15764         (audio_convert_clean_context), (audio_convert_get_sizes),
15765         (get_temp_buffer), (audio_convert_convert):
15766         * gst/audioconvert/audioconvert.h:
15767         * gst/audioconvert/gstaudioconvert.c:
15768         (gst_audio_convert_class_init), (gst_audio_convert_init),
15769         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15770         (gst_audio_convert_get_unit_size),
15771         (gst_audio_convert_transform_caps),
15772         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15773         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15774         * gst/audioconvert/gstaudioconvert.h:
15775         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15776         (gst_channel_mix_fill_identical),
15777         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15778         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15779         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15780         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15781         (gst_channel_mix_mix):
15782         * gst/audioconvert/gstchannelmix.h:
15783         Cleanups, librarify a bit, optimize, better negotiation and more.
15784
15785 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15786
15787         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15788         Another from MikeS:
15789         During typefinding, don't support negative offsets
15790         (offsets from the end of the stream) in our typefind->peek() function
15791         - nothing embedded in ogg ever needs them. However, we need to recognise
15792         those requests and reject them, otherwise we return invalid pointers.
15793
15794 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15795
15796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15797         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15798         (vorbisdec_finalize), (vorbis_handle_type_packet):
15799           Big shout-out to MikeS for fixing this giant memory leak.
15800           Huzzah!
15801
15802 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15805         (audio_convert_get_unit_size):
15806           plug some leaks
15807
15808 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         * check/Makefile.am:
15811         * check/elements/audioconvert.c: (setup_audioconvert),
15812         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15813         (GST_START_TEST), (audioconvert_suite), (main):
15814           add a test for audioconvert
15815         * gst/audioresample/gstaudioresample.c:
15816         * gst/audioresample/gstaudioresample.h:
15817           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15818           note that for buffers of 1/3 sec this means DURATION(c) is 
15819           one nanosecond more than for a and b
15820
15821 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         * check/Makefile.am:
15824         * check/elements/audioresample.c: (setup_audioresample),
15825         (cleanup_audioresample), (fail_unless_perfect_stream),
15826         (test_perfect_stream_instance), (GST_START_TEST),
15827           add a check for audioresample
15828         (audioresample_suite), (main):
15829         * check/elements/volume.c: (GST_START_TEST):
15830           remove unused method
15831         * gst/audioresample/gstaudioresample.c:
15832           set correct buffer parameters since we're changing them
15833         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15834           add some debug
15835
15836 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15837
15838         * gst/audioresample/debug.c:
15839         * gst/audioresample/gstaudioresample.c:
15840           add room for extra overlap samples when asked to transform size
15841           protect against possible mem corruption and check for discrepancies
15842           between written size and outbuffer's size so we can warn for
15843           potential problems
15844         * gst/audioresample/resample.c: (resample_init),
15845         (resample_get_output_size_for_input), (resample_get_output_size),
15846         (resample_set_n_channels), (resample_set_format):
15847           set debug level based on RESAMPLE_DEBUG env var
15848           make sure that get_output_size* returns a whole number of
15849           sample_size
15850           set sample_size each time either channel or format is set
15851         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15852         * gst/audioresample/resample_functable.c:
15853         (resample_scale_functable):
15854         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15855           remove r->sample_size, it's done in resample.c now
15856           add some debugging to the ref implementation
15857           make sure we only give back bytes that are wholes of the sample
15858           size
15859
15860 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15861         * gst/playback/gstplaybasebin.c: (fill_buffer):
15862         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15863
15864 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15865
15866         * gst/volume/gstvolume.c:
15867           made set_caps function static
15868
15869 2005-08-24  Wim Taymans  <wim@fluendo.com>
15870
15871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15872         (gst_vorbisenc_change_state):
15873         Stop leaking taglists.
15874
15875 2005-08-24  Wim Taymans  <wim@fluendo.com>
15876
15877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15878         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15879         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15880         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15881         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15882         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15883         Parse seeking events better.
15884         Unref static caps.
15885         Generate correct newsegment events, fixes seeking in live oggs.
15886
15887         * ext/theora/theoradec.c: (theora_dec_src_query),
15888         (theora_dec_src_event), (theora_dec_src_getcaps),
15889         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15890         Use newsegment values to report correct play time.
15891
15892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15893         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15894         * ext/vorbis/vorbisdec.h:
15895         Parse and use newsegment values to report correct play time.
15896
15897         * gst-libs/gst/audio/gstbaseaudiosink.c:
15898         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15899         Clear ringbuffer on flush.
15900         Use newsegment values to calculate playback time.
15901
15902         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15904         Basesink does newsegment calculations for us now.
15905
15906 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * check/Makefile.am:
15909         * configure.ac:
15910           add core's plugins to the mix so that playbin works
15911         * check/generic/states.c: (GST_START_TEST):
15912           set a 0 timeout on pipelines, so they don't force the next
15913           state change
15914         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15915         (gst_play_base_bin_change_state):
15916           remove the crappy error handling and do GST error handling
15917
15918 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15919
15920         * check/Makefile.am:
15921         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15922           add same test as to core, it bitches out on playbin atm.
15923
15924 2005-08-24  Wim Taymans  <wim@fluendo.com>
15925
15926         * configure.ac:
15927         Remove audioscale.
15928
15929 2005-08-24  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15932         (gst_videoscale_prepare_size), (parse_caps),
15933         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15934         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15935         (gst_videoscale_transform):
15936         * gst/videoscale/gstvideoscale.h:
15937         Refactor, make use of BaseTranform really well.
15938
15939 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15940
15941         * configure.ac:
15942           compile audioresample
15943         * gst/audioresample/Makefile.am:
15944         * gst/audioresample/buffer.c:
15945         * gst/audioresample/functable.c:
15946         * gst/audioresample/gstaudioresample.c:
15947         * gst/audioresample/gstaudioresample.h:
15948         * gst/audioresample/resample.c:
15949         (resample_get_output_size_for_input):
15950         * gst/audioresample/resample.h:
15951         * gst/audioresample/resample_chunk.c:
15952         * gst/audioresample/resample_functable.c:
15953         * gst/audioresample/resample_ref.c:
15954           port to use basetransform; doesn't work in all cases yet
15955
15956 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15957
15958         * gst/audioconvert/gstaudioconvert.c:
15959         (gst_audio_convert_class_init), (gst_audio_convert_init),
15960         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15961         (audio_convert_fixate_caps), (audio_convert_set_caps),
15962         (audio_convert_transform),
15963         (gst_audio_convert_buffer_to_default_format),
15964         (gst_audio_convert_buffer_from_default_format),
15965         (gst_audio_convert_channels):
15966         * gst/audioconvert/gstchannelmix.c:
15967         * gst/audioconvert/gstchannelmix.h:
15968           port to basetransform
15969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15970         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15971         (gst_ffmpegcsp_get_unit_size):
15972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15973         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15974           fix for basetransform changes
15975
15976 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15977
15978         * check/Makefile.am:
15979           Add CHECK_CFLAGS and LDFLAGS
15980
15981         * gst/playback/gstplaybasebin.c: (fill_buffer):
15982           GST_MESSAGE_SRC became a GObject
15983
15984 2005-08-24  Wim Taymans  <wim@fluendo.com>
15985
15986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15987         (gst_ring_buffer_clear_all):
15988         * gst-libs/gst/audio/gstringbuffer.h:
15989         Added function to clear the ringbuffer.
15990
15991 2005-08-24  Andy Wingo  <wingo@pobox.com>
15992
15993         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15994         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15995         of _open and _close.
15996
15997         * sys/v4l/gstv4lxoverlay.h:
15998         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15999         an Xv connection here, instead of all the time. Make Xv only be
16000         loaded if you axe for it. Kindof a workaround for buggy behaviour
16001         of Xv when using remote xservers (XvQueryExtension would block).
16002         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16003         replace the _open and _close public API. Only start the xv
16004         connection if necessary.
16005         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16006
16007 2005-08-23  David Schleef  <ds@schleef.org>
16008
16009         * gst/audioresample/Makefile.am: Leet audioresampling code
16010         * gst/audioresample/buffer.c:
16011         * gst/audioresample/buffer.h:
16012         * gst/audioresample/debug.c:
16013         * gst/audioresample/debug.h:
16014         * gst/audioresample/functable.c:
16015         * gst/audioresample/functable.h:
16016         * gst/audioresample/gstaudioresample.c:
16017         * gst/audioresample/gstaudioresample.h:
16018         * gst/audioresample/resample.c:
16019         * gst/audioresample/resample.h:
16020         * gst/audioresample/resample_chunk.c:
16021         * gst/audioresample/resample_functable.c:
16022         * gst/audioresample/resample_ref.c:
16023
16024 2005-08-23  Wim Taymans  <wim@fluendo.com>
16025
16026         * examples/seeking/seek.c: (make_vorbis_pipeline),
16027         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16028         Small seek updates.
16029
16030 2005-08-23  Andy Wingo  <wingo@pobox.com>
16031
16032         * gst-libs/gst/audio/gstbaseaudiosrc.c
16033         (gst_base_audio_src_fixate): Only fixate endianness if it is
16034         present in the caps.
16035
16036 2005-08-22  Andy Wingo  <wingo@pobox.com>
16037
16038         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16039         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16040         device-name property.
16041
16042         * gst-libs/gst/audio/gstaudiosrc.h:
16043         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16044         close_device in the ring buffer, like gstaudiosink.
16045
16046         * ext/alsa/gstalsamixer.h:
16047         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16048         macro to implement the interface without much code. Cleanups. 
16049
16050         * ext/alsa/gstalsasrc.h:
16051         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16052         READY.
16053
16054         * ext/alsa/Makefile.am: Add new files.
16055         * ext/alsa/gstalsamixerelement.c: 
16056         * ext/alsa/gstalsamixerelement.c: Split element code out from
16057         mixer code so that alsasrc can be a mixer too.
16058
16059 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16062         (GST_START_TEST):
16063         * check/elements/vorbisdec.c: (setup_vorbisdec),
16064         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16065         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16066         (vorbis_handle_identification_packet),
16067         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16068         (vorbis_handle_header_packet), (vorbis_dec_push),
16069         (vorbis_dec_chain):
16070           use the setup/teardown methods to save code.  save code is good.
16071
16072 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16073
16074         * check/Makefile.am:
16075           add ext dir for plugins
16076           add vorbisdec test conditionally
16077         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16078         (GST_START_TEST), (volume_suite):
16079           add a test with wrong caps
16080         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16081         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16082           add a vorbisdec test
16083         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16084         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16085           clean up debug output
16086         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16087           yay, fix a segfault/security issue in vorbisdec
16088           gst-launch fakesrc ! vorbisdec wasn't happy
16089         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16090         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16091         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16092         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16093         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16094         (gst_vorbisenc_set_metadata), (get_constraints_string),
16095         (update_start_message), (gst_vorbisenc_setup),
16096         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16097         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16098         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16099         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16100         * ext/vorbis/vorbisenc.h:
16101           march in line
16102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16103         (gst_ffmpegcsp_transform):
16104           have the kow come home
16105         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16106           debug my func ptr
16107         * gst/volume/gstvolume.c: (volume_set_caps):
16108           add a debug
16109
16110 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * Makefile.am:
16113         * check/.cvsignore:
16114         * check/Makefile.am:
16115         * check/elements/.cvsignore:
16116         * check/elements/volume.c: (chain_func), (event_func),
16117         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16118         (main):
16119         * configure.ac:
16120           add unit test structure for gst-plugins-base
16121           add a test for volume
16122         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16123         (gst_volume_set_volume), (gst_volume_get_volume),
16124         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16125         (volume_funcfind), (volume_process_float), (volume_process_int16),
16126         (volume_set_caps), (volume_transform), (volume_update_mute),
16127         (volume_update_volume), (volume_set_property),
16128         (volume_get_property):
16129           document a little; use basetransform vmethod _set_caps
16130
16131 2005-08-19  Andy Wingo  <wingo@pobox.com>
16132
16133         * ext/alsa/gstalsamixertrack.h:
16134         * ext/alsa/gstalsamixertrack.c:
16135         * ext/alsa/gstalsamixeroptions.h:
16136         * ext/alsa/gstalsamixeroptions.c:
16137         * ext/alsa/gstalsamixer.h:
16138         * ext/alsa/gstalsamixer.c: Port to 0.9.
16139
16140         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16141         Remove gstalsa.c and alsaclock. No more cruft here.
16142         
16143 2005-08-18  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16146         (gst_base_rtp_depayload_chain),
16147         (gst_base_rtp_depayload_add_to_queue),
16148         (gst_base_rtp_depayload_push),
16149         (gst_base_rtp_depayload_queue_release):
16150         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16151         Fix for RTPBuffer changes.
16152
16153         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16154         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16155         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16156         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16157         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16158         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16159         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16160         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16161         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16162         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16163         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16164         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16165         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16166         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16167         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16168         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16169         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16170         (gst_rtpbuffer_get_payload):
16171         * gst-libs/gst/rtp/gstrtpbuffer.h:
16172         Don't subclass GstBuffer but add methods and helper functions
16173         to construct and manipulate RTP packets in regular GstBuffers.
16174
16175 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16176
16177         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16178           moved statement below switch
16179         * gst/volume/gstvolume.c: (gst_volume_class_init):
16180           added debug ptr
16181
16182 2005-08-16  Wim Taymans  <wim@fluendo.com>
16183
16184         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16185         (gst_base_audio_src_change_state):
16186         Open and close device in READY<->NULL state change.
16187
16188 2005-08-16  Andy Wingo  <wingo@pobox.com>
16189
16190         * examples/seeking/Makefile.am: Don't compile non-compiling
16191         compiled objects with the compiler.
16192
16193         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16194         elements.
16195
16196 2005-08-12  Philippe Khalaf <burger@speedy.org>
16197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16198         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16199           Made a thread to release the queue.
16200           Removed timestamp conversion for now.
16201
16202 2005-08-10  Philippe Khalaf <burger@speedy.org>
16203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16204         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16205           Added rtp timestamp -> gst timestamp conversion.
16206           Fixed several problems with queue.
16207
16208 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * gst-libs/gst/audio/gstaudioclock.h:
16211         * gst-libs/gst/audio/gstaudiofilter.h:
16212         * gst-libs/gst/audio/gstaudiosink.h:
16213         * gst-libs/gst/audio/gstaudiosrc.h:
16214         * gst-libs/gst/audio/gstbaseaudiosink.h:
16215         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16216         * gst-libs/gst/audio/gstringbuffer.h:
16217         * gst-libs/gst/net/gstnetbuffer.h:
16218         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16219         * gst-libs/gst/rtp/gstrtpbuffer.h:
16220           Add padding (you will need to rebuild gst-plugins-base,
16221           gst-plugins and all applications afterwards!)
16222
16223 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16226         (gst_riff_parse_chunk):
16227           Fix bug in debug message and add some more debug messages.
16228
16229 2005-08-08  Edward Hervey  <edward@fluendo.com>
16230
16231         * gst-libs/gst/riff/riff-media.c:
16232         backported updates since branch
16233
16234 2005-08-08  Andy Wingo  <wingo@pobox.com>
16235
16236         * gst-libs/gst/audio/gstbaseaudiosink.c
16237         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16238         like good elements should. Close on READY->NULL too.
16239
16240         * gst-libs/gst/audio/gstaudiosink.c
16241         (gst_audioringbuffer_open_device,
16242         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16243         (gst_audioringbuffer_release): Updates for new ring buffer API,
16244         hook into the new audio sink api.
16245
16246         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16247         (GstAudioSinkClass.close): Just open and close the device -- no
16248         resource allocation or configuration.
16249         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16250         vmethods, handle device setup and resource allocation.
16251
16252         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16253         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16254         base class API.
16255
16256         * gst-libs/gst/audio/gstringbuffer.h
16257         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16258         New vmethods.
16259
16260         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16261         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16262         New API functions. The device should be opened before acquiring
16263         and closed after releasing.
16264
16265 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * gst-libs/gst/interfaces/mixer.h:
16268           Reset padding to GST_PADDING.
16269
16270 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16271
16272         * gst/playback/gstplaybin.c: (remove_sinks):
16273           Remove visualization from parent explicitely; works around some
16274           apparent refcount issue that I haven't tracked down yet.
16275
16276 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16277
16278         * ext/alsa/gstalsasink.c: (set_hwparams):
16279           Assign debug category, add negotiation debug msgs.
16280
16281 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16282
16283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16284           Fix error code for file-not-found to NOT_FOUND.
16285
16286 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16287
16288         * common/gtk-doc-plugins.mak:
16289         * docs/plugins/Makefile.am:
16290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16292           renamed to actual element names, so much nicer to look at
16293         * docs/plugins/tmpl/gstmultifdsink.sgml:
16294           remove
16295         * docs/plugins/tmpl/multifdsink.sgml:
16296         * docs/plugins/tmpl/tcpserversink.sgml:
16297           add
16298         * ext/alsa/gstalsa.c:
16299         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16300         * ext/ogg/gstoggmux.c:
16301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16302         * gst/playback/gstdecodebin.c:
16303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16304         * gst/tcp/gsttcpserversink.c:
16305           various fixes and documentation additions
16306
16307 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16308
16309         * common/Makefile.am:
16310         * common/gstdoc-scangobj:
16311         * common/gtk-doc-plugins.mak:
16312         * common/gtk-doc.mak:
16313           add a custom scangobj that uses the registry
16314           add a custom gtk-doc-plugins.mak that uses it
16315           some doc build fixes
16316         * configure.ac:
16317         * docs/Makefile.am:
16318         * docs/plugins/Makefile.am:
16319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16321         * docs/plugins/gst-plugins-base-plugins.types:
16322         * docs/plugins/tmpl/gstmultifdsink.sgml:
16323           add docs for one element, multifdsink
16324         * gst/adder/gstadder.h:
16325         * gst/volume/gstvolume.h:
16326           don't privatize enum
16327         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16328         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16329         (gst_sync_method_get_type), (gst_client_status_get_type),
16330         (gst_multifdsink_class_init),
16331         (gst_multifdsink_client_queue_buffer),
16332         (gst_multifdsink_handle_client_write):
16333         * gst/tcp/gstmultifdsink.h:
16334         * gst/tcp/gsttcp.h:
16335         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16336         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16337         (gst_tcpclientsink_render):
16338         * gst/tcp/gsttcpclientsink.h:
16339         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16340         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16341         (gst_tcpclientsrc_start):
16342         * gst/tcp/gsttcpclientsrc.h:
16343         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16344         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16345         * gst/tcp/gsttcpserversrc.h:
16346         * gst/typefind/gsttypefindfunctions.c:
16347           remove superfluous Type stuff
16348
16349 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16350
16351         * gst/playback/gstplaybin.c: (gen_video_element):
16352           Enable videoscale.
16353
16354 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16355
16356         * gst-libs/gst/gconf/gconf.c:
16357         * gst-libs/gst/gconf/gconf.h:
16358           Fix some Andy Problem [tm].
16359
16360 2005-08-04  Andy Wingo  <wingo@pobox.com>
16361
16362         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16363         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16364         (gst_ffmpegcsp_get_size): Adapt to API changes.
16365
16366         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16367         Implement an in-place do-nothing transform.
16368
16369 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16370
16371         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16372         (gst_ximagesink_renegotiate_size):
16373           Do not set new window sizes yet if we prepare a new buffer size
16374           for upstream renegotiation (software scaling) at some point in the
16375           future, because this new size waqs not actually accepted yet. Once
16376           accepted, renegotiation later on will set the new sizes just fine.
16377           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16378           embedding testcase.
16379
16380 2005-08-03  Andy Wingo  <wingo@pobox.com>
16381
16382         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16383         (gst_ximagesink_buffer_alloc): 
16384         Protect the height, width, and desired_caps with the pool_lock.
16385         Fixes videotestsrc ! queue ! ximagesink.
16386
16387 2005-08-02  Edward Hervey  <edward@fluendo.com>
16388
16389         * gst/volume/gstvolume.c:
16390         include left from controller cleanup
16391
16392 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16394           Stop collectpads before calling the parent state
16395           change function on PAUSED->READY.
16396
16397 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16398         * configure.ac:
16399           When testing for X libs, use the X CFlags 
16400         * gst/adder/gstadder.c: (gst_adder_change_state):
16401           Stop the collectpads before calling parent state change function
16402           on PAUSED->READY, otherwise we deadlock deactivating pads.
16403
16404 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16405
16406         * configure.ac:
16407         * docs/libs/tmpl/gstcolorbalance.sgml:
16408         * docs/libs/tmpl/gstmixer.sgml:
16409         * examples/Makefile.am:
16410         * gst/sine/Makefile.am:
16411         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16412         (gst_sinesrc_set_property), (plugin_init):
16413         * gst/sine/gstsinesrc.h:
16414         * gst/volume/Makefile.am:
16415         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16416         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16417         (volume_process_float), (volume_process_int16),
16418         (volume_set_property), (plugin_init):
16419         * gst/volume/gstvolume.h:
16420           deactivate and remove dparams (libgstcontrol)
16421
16422 2005-07-29  Wim Taymans  <wim@fluendo.com>
16423
16424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16425         Convert me to BaseTransform!! help..
16426
16427 2005-07-29  Andy Wingo  <wingo@pobox.com>
16428
16429         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16430         sinks.
16431
16432         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16433         support of both endiannesses.
16434
16435 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16438           Fix confusing debug message (s/event/query/)
16439
16440 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16441
16442         * gst/videotestsrc/videotestsrc.h:
16443           Use "_stdint.h" instead of <stdint.h>
16444
16445 2005-07-27  Wim Taymans  <wim@fluendo.com>
16446
16447         * ext/vorbis/Makefile.am:
16448         Revert wrong commit.
16449
16450 2005-07-27  Wim Taymans  <wim@fluendo.com>
16451
16452         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16453         More compilation fixen.
16454
16455 2005-07-27  Wim Taymans  <wim@fluendo.com>
16456
16457         * gst-libs/gst/audio/gstbaseaudiosink.c:
16458         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16459         (gst_base_audio_sink_create_ringbuffer),
16460         (gst_base_audio_sink_change_state):
16461         Fix compilation.
16462
16463 2005-07-27  Wim Taymans  <wim@fluendo.com>
16464
16465         * examples/seeking/seek.c: (setup_dynamic_link),
16466         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16467         (query_positions_elems), (query_positions_pads), (do_seek):
16468         Update seek example.
16469
16470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16471         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16472         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16473         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16474         (gst_ogg_demux_handle_event),
16475         (gst_ogg_demux_deactivate_current_chain),
16476         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16477         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16478         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16479         (gst_ogg_demux_loop):
16480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16481         * ext/theora/theoradec.c: (theora_dec_src_event),
16482         (theora_dec_src_getcaps), (theora_dec_sink_event),
16483         (theora_dec_push), (theora_dec_chain):
16484         * ext/vorbis/Makefile.am:
16485         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16486         (vorbis_dec_sink_event), (vorbis_dec_push),
16487         (vorbis_handle_data_packet):
16488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16489         (gst_vorbisenc_chain):
16490         * gst/playback/gststreaminfo.c: (cb_probe):
16491         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16492         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16493         * gst/videoscale/gstvideoscale.c:
16494         (gst_videoscale_handle_src_event):
16495         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16496         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16497         (gst_ximagesink_navigation_send_event):
16498         * sys/xvimage/xvimagesink.c:
16499         (gst_xvimagesink_navigation_send_event):
16500         Various event updates and cleanups
16501
16502 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16505           Fix segfault for I420/YV12.
16506
16507 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16510           Report bitrate.
16511
16512 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/playback/gstplaybin.c: (gen_video_element),
16515         (gen_audio_element):
16516           Switch to auto*sink elements as default sinks; add volume element
16517           so that volume control in totem works.
16518
16519 2005-07-21  Wim Taymans  <wim@fluendo.com>
16520
16521         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16522         * gst/playback/gstplaybin.c: (setup_sinks),
16523         (gst_play_bin_change_state):
16524         Refcount fix and more comments.
16525
16526 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16527
16528         * sys/ximage/Makefile.am:
16529         * sys/ximage/ximage.c: (plugin_init):
16530         * sys/ximage/ximagesink.c:
16531         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16532         
16533
16534 2005-07-21  Wim Taymans  <wim@fluendo.com>
16535
16536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16537         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16538         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16539         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16540         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16541         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16542         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16543         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16544         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16545         Generate correct disconts for live chained oggs.
16546
16547         * gst-libs/gst/audio/gstbaseaudiosink.c:
16548         (gst_base_audio_sink_render),
16549         (gst_base_audio_sink_create_ringbuffer),
16550         (gst_base_audio_sink_change_state):
16551         Handle discont math correctly.
16552
16553         * gst/playback/gstplaybin.c: (add_sink):
16554         Some small debug cleanup.
16555
16556 2005-07-21  Wim Taymans  <wim@fluendo.com>
16557
16558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16559         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16560         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16561         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16562         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16563         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16564         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16565         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16566         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16567         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16568         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16569         (gst_ogg_demux_change_state), (gst_ogg_print):
16570         Reorganize code to send the right disconts when in streaming
16571         mode.
16572
16573 2005-07-20  Andy Wingo  <wingo@pobox.com>
16574
16575         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16576         fix (?), fixes a seggie mcfalterson (#310894).
16577
16578 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16579
16580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16581         (gst_ogg_mux_set_header_on_caps):
16582         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16584         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16585         * gst-libs/gst/audio/multichannel.c:
16586         (gst_audio_set_channel_positions),
16587         (gst_audio_set_structure_channel_positions_list):
16588         * gst/playback/gstdecodebin.c: (dynamic_create):
16589         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16590         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16591           Fixes for API changes in core.
16592
16593 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * gst/playback/gstplaybasebin.c: (fill_buffer):
16596           Use _new_custom() so we can set custom message types for buffering
16597           messages.
16598
16599 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * configure.ac:
16602         * gst-libs/gst/Makefile.am:
16603         * gst-libs/gst/gconf/.cvsignore:
16604         * gst-libs/gst/gconf/Makefile.am:
16605         * gst-libs/gst/gconf/test-gconf.c:
16606         * pkgconfig/Makefile.am:
16607         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16608         * pkgconfig/gstreamer-gconf.pc.in:
16609           Remove gconf stuff, use gconf elements instead from now on.
16610
16611 2005-07-20  Wim Taymans  <wim@fluendo.com>
16612
16613         * gst-libs/gst/audio/TODO:
16614         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16615         (gst_audio_clock_get_internal_time):
16616         * gst-libs/gst/audio/gstaudioclock.h:
16617         * gst-libs/gst/audio/gstbaseaudiosink.c:
16618         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16619         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16620         (gst_base_audio_sink_render),
16621         (gst_base_audio_sink_create_ringbuffer),
16622         (gst_base_audio_sink_change_state):
16623         Make sure the audio clock always returns an increasing value.
16624
16625 2005-07-19  Andy Wingo  <wingo@pobox.com>
16626
16627         * gst/videotestsrc/: Cleanups.
16628
16629 2005-07-19  Wim Taymans  <wim@fluendo.com>
16630
16631         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16632         Better debugging.
16633
16634 2005-07-19  Wim Taymans  <wim@fluendo.com>
16635
16636         * examples/seeking/seek.c: (make_dv_pipeline),
16637         (make_vorbis_theora_pipeline), (query_rates),
16638         (query_positions_elems), (query_positions_pads), (do_seek):
16639         Make correct DV pipeline.
16640
16641 2005-07-18  Andy Wingo  <wingo@pobox.com>
16642
16643         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16644         default. Also because it's the only thing that really works. (This
16645         is used in the GConf elements).
16646         Use AS_LIBTOOL_TAGS.
16647
16648 2005-07-18  Wim Taymans  <wim@fluendo.com>
16649
16650         * gst/playback/gstdecodebin.c: (remove_element_chain):
16651         * gst/playback/gstplaybin.c: (add_sink):
16652         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16653         (gst_stream_info_set_mute):
16654         * gst/playback/gststreamselector.c:
16655         (gst_stream_selector_get_linked_pad),
16656         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16657         More leak and compile fixes.
16658
16659 2005-07-18  Wim Taymans  <wim@fluendo.com>
16660
16661         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16662         (query_rates), (query_positions_elems), (query_positions_pads),
16663         (do_seek), (seek_cb), (stop_seek):
16664         Updated seek example. 
16665
16666         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16667         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16668         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16669         * gst/playback/gstplaybin.c: (add_sink):
16670         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16671         (gst_stream_info_set_mute):
16672         Some refcount leak fixes.
16673
16674 2005-07-16  Wim Taymans  <wim@fluendo.com>
16675
16676         * gst-libs/gst/audio/gstbaseaudiosink.c:
16677         (gst_base_audio_sink_render):
16678         Align samples even if we have roundoff errors in the 
16679         timestamp conversion.
16680
16681 2005-07-16  Wim Taymans  <wim@fluendo.com>
16682
16683         * docs/libs/tmpl/gstringbuffer.sgml:
16684         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16685         (query_rates), (query_positions_elems), (query_positions_pads),
16686         (update_scale), (do_seek):
16687         Updated seek example.
16688
16689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16690         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16691         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16692         (gst_ogg_demux_loop):
16693         Push out correct discont values.
16694
16695         * ext/theora/theoradec.c: (theora_dec_src_convert),
16696         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16697         (theora_dec_sink_event), (theora_handle_type_packet),
16698         (theora_handle_header_packet), (theora_dec_push),
16699         (theora_handle_data_packet), (theora_dec_chain),
16700         (theora_dec_change_state):
16701         Better timestamping.
16702
16703         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16704         (vorbis_dec_sink_event), (vorbis_dec_push),
16705         (vorbis_handle_data_packet), (vorbis_dec_chain):
16706         * ext/vorbis/vorbisdec.h:
16707         Better timestamping.
16708
16709         * gst-libs/gst/audio/gstbaseaudiosink.c:
16710         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16711         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16712         Handle syncing on timestamps instead of sample offsets. Make
16713         use of DISCONT values as described in design docs.
16714
16715         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16716         (gst_base_audio_src_get_time):
16717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16718         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16719         (gst_ring_buffer_read):
16720         * gst-libs/gst/audio/gstringbuffer.h:
16721         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16722         (gst_ximagesink_show_frame):
16723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16724         Correcly convert buffer timestamp to stream time.
16725
16726 2005-07-16  Wim Taymans  <wim@fluendo.com>
16727
16728         * gst/audioconvert/gstaudioconvert.c:
16729         (gst_audio_convert_get_buffer):
16730         Timestamp buffers correctly.
16731
16732         * gst/playback/gstplaybin.c: (gen_video_element):
16733         Make internal fakesink silent.
16734
16735 2005-07-15  Wim Taymans  <wim@fluendo.com>
16736
16737         * gst/ffmpegcolorspace/Makefile.am:
16738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16739         (gst_ffmpegcsp_caps_remove_format_info),
16740         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16741         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16742         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16743         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16744         Ported ffmpegcolorspace to basetransform.
16745
16746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16747         * gst/volume/gstvolume.c: (volume_transform):
16748         Ported to new API.
16749
16750 2005-07-14  Wim Taymans  <wim@fluendo.com>
16751
16752         * gst/videotestsrc/Makefile.am:
16753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16754         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16755         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16756         (gst_videotestsrc_init), (gst_videotestsrc_event),
16757         (gst_videotestsrc_create), (gst_videotestsrc_start),
16758         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16759         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16760         (gst_videotestsrc_get_property):
16761         * gst/videotestsrc/gstvideotestsrc.h:
16762         Make videotestsrc a pushsrc.
16763
16764 2005-07-14  Wim Taymans  <wim@fluendo.com>
16765
16766         * gst/tcp/gstfdset.c: (gst_fdset_free):
16767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16768         (gst_multifdsink_add), (gst_multifdsink_remove),
16769         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16770         (gst_multifdsink_remove_client_link),
16771         (gst_multifdsink_client_queue_data),
16772         (gst_multifdsink_client_queue_caps),
16773         (gst_multifdsink_client_queue_buffer),
16774         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16775         (gst_multifdsink_stop):
16776         * gst/tcp/gstmultifdsink.h:
16777         0.8 backporting.
16778
16779         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16780         Also draw image when not from a pool.
16781
16782 2005-07-14  Wim Taymans  <wim@fluendo.com>
16783
16784         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16785         (mute_stream), (silence_stream):
16786         Small debug additions.
16787
16788 2005-07-14  Wim Taymans  <wim@fluendo.com>
16789
16790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16791         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16792         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16793         Better error recovery, ignore unconnected pads and
16794         non-fatal errors.
16795
16796 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16797
16798         * docs/libs/tmpl/gstaudio.sgml:
16799         * docs/libs/tmpl/gstcolorbalance.sgml:
16800         * docs/libs/tmpl/gstgconf.sgml:
16801         * docs/libs/tmpl/gstmixer.sgml:
16802         * docs/libs/tmpl/gstringbuffer.sgml:
16803         * docs/libs/tmpl/gsttuner.sgml:
16804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16805         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16806         (gst_tcpclientsrc_class_init):
16807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16808         (gst_tcpserversrc_class_init):
16809         * sys/v4l/gstv4lelement.c:
16810           more autistic cleanliness in functions/names/defines
16811
16812 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * configure.ac:
16815           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16816           added manually to each Makefile.am so we are sure it goes
16817           *last* and doesn't add -L flags before linking in libs of our
16818           own, like, say, internal .la libs, that then accidentally pick
16819           up the installed copy.
16820         * docs/libs/Makefile.am:
16821         * ext/alsa/Makefile.am:
16822         * ext/cdparanoia/Makefile.am:
16823         * ext/gnomevfs/Makefile.am:
16824         * ext/libvisual/Makefile.am:
16825         * ext/ogg/Makefile.am:
16826         * ext/theora/Makefile.am:
16827         * ext/vorbis/Makefile.am:
16828         * gst-libs/gst/video/Makefile.am:
16829         * gst/adder/Makefile.am:
16830         * gst/audioconvert/Makefile.am:
16831         * gst/audiorate/Makefile.am:
16832         * gst/audioscale/Makefile.am:
16833         * gst/ffmpegcolorspace/Makefile.am:
16834         * gst/playback/Makefile.am:
16835         * gst/sine/Makefile.am:
16836         * gst/subparse/Makefile.am:
16837         * gst/tags/Makefile.am:
16838         * gst/tcp/Makefile.am:
16839         * gst/typefind/Makefile.am:
16840         * gst/videorate/Makefile.am:
16841         * gst/videoscale/Makefile.am:
16842         * gst/videotestsrc/Makefile.am:
16843         * gst/volume/Makefile.am:
16844         * sys/v4l/Makefile.am:
16845         * sys/ximage/Makefile.am:
16846         * sys/xvimage/Makefile.am:
16847           adapt properly to this change. This should make sure that
16848           plugins and libs properly link to the as-yet-uninstalled
16849           copies of stuff like libgstinterfaces and libgstvideo
16850
16851 2005-07-13  Andy Wingo  <wingo@pobox.com>
16852
16853         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16854         (gst_v4lsrc_fixate): Fixate on format as well.
16855
16856         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16857         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16858         buffer points to it.
16859         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16860         rather just doing X calls ourselves. Also fixes a memleak.
16861
16862 2005-07-12  Andy Wingo  <wingo@pobox.com>
16863
16864         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16865         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16866         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16867         TRUE to avoid deadlocks if an element holds on to our buffers.
16868
16869 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16870
16871         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16872         (gst_sinesrc_init), (gst_sinesrc_create),
16873         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16874         (gst_sinesrc_start):
16875         * gst/sine/gstsinesrc.h:
16876           removing num-buffers property before moving it
16877
16878 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * configure.ac:
16881           use overridable ERROR_CFLAGS
16882         * docs/libs/gst-plugins-base-libs.types:
16883         * docs/libs/tmpl/gstringbuffer.sgml:
16884         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16885         (gst_alsasink_class_init):
16886         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16887         (gst_alsasrc_class_init):
16888         * gst-libs/gst/audio/audio.h:
16889         * gst-libs/gst/audio/gstaudioclock.h:
16890         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16891         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16892         (gst_audio_filter_link), (gst_audio_filter_init),
16893         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16894         (gst_audio_filter_get_property),
16895         (gst_audio_filter_class_add_pad_templates):
16896         * gst-libs/gst/audio/gstaudiofilter.h:
16897         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16898         (gst_audio_filter_template_get_type),
16899         (gst_audio_filter_template_base_init),
16900         (gst_audio_filter_template_class_init),
16901         (gst_audio_filter_template_init),
16902         (gst_audio_filter_template_set_property),
16903         (gst_audio_filter_template_get_property), (plugin_init),
16904         (gst_audio_filter_template_setup),
16905         (gst_audio_filter_template_filter),
16906         (gst_audio_filter_template_filter_inplace):
16907         * gst-libs/gst/audio/gstaudiosink.c:
16908         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16909         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16910         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16911         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16912         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16913         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16914         * gst-libs/gst/audio/gstaudiosink.h:
16915         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16916         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16917         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16918         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16919         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16920         (gst_audio_src_class_init), (gst_audio_src_init),
16921         (gst_audio_src_create_ringbuffer):
16922         * gst-libs/gst/audio/gstaudiosrc.h:
16923         * gst-libs/gst/audio/gstbaseaudiosink.c:
16924         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16925         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16926         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16927         (gst_base_audio_sink_set_property),
16928         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16929         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16930         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16931         (gst_base_audio_sink_create_ringbuffer),
16932         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16933         * gst-libs/gst/audio/gstbaseaudiosink.h:
16934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16935         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16936         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16937         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16938         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16939         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16940         (gst_base_audio_src_event), (gst_base_audio_src_create),
16941         (gst_base_audio_src_create_ringbuffer),
16942         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16943         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16945         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16946         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16947         (gst_ring_buffer_debug_spec_caps),
16948         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16949         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16950         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16951         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16952         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16953         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16954         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16955         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16956         (gst_ring_buffer_clear):
16957         * gst-libs/gst/audio/gstringbuffer.h:
16958         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16959         (gst_video_sink_class_init), (gst_video_sink_get_type):
16960         * gst-libs/gst/video/videosink.h:
16961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16962         (gst_multifdsink_class_init),
16963         (gst_multifdsink_handle_client_write),
16964         (gst_multifdsink_change_state):
16965         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16966         (gst_tcpclientsink_setcaps):
16967         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16968         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16969         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16970         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16971         (gst_ximagesink_send_pending_navigation),
16972         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16973         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16975         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16976         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16977         (gst_xvimagesink_send_pending_navigation),
16978         (gst_xvimagesink_navigation_send_event),
16979         (gst_xvimagesink_set_xwindow_id),
16980         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16981         (gst_xvimagesink_get_type):
16982         more macro splitting
16983
16984 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16985
16986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16987           plug a memleak, allows me to import 1479 albums in one go
16988           in jamboree
16989         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16990         (vorbis_handle_type_packet), (vorbis_dec_chain),
16991         (vorbis_dec_change_state):
16992           fix some format strings
16993
16994 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16995
16996         * docs/libs/tmpl/gstcolorbalance.sgml:
16997         * docs/libs/tmpl/gstmixer.sgml:
16998         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16999         (gst_alsasink_set_property), (gst_alsasink_get_property):
17000         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17001         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17002           add device property
17003
17004 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17005
17006         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17007         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17008         (audiocast_register_listener), (audiocast_thread_run),
17009         (gst_gnomevfssrc_send_additional_headers_callback),
17010         (gst_gnomevfssrc_received_headers_callback),
17011         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17012         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17013         (gst_gnomevfssrc_get_size):
17014           add/clean up debugging
17015         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17016           cleanups
17017
17018 2005-07-07  Andy Wingo  <wingo@pobox.com>
17019
17020         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17021         framerate. Need to get a handle on when exactly this function is
17022         called, tho.
17023
17024         * sys/v4l/v4lsrc_calls.h:
17025         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17026         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17027         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17028
17029         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17030         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17031         v4lelements are sources.
17032
17033         * sys/v4l/gstv4lxoverlay.h:
17034         * sys/v4l/gstv4lxoverlay.c:
17035         * sys/v4l/gstv4ltuner.h:
17036         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17037         
17038         * sys/v4l/gstv4lsrc.h:
17039         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17040         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17041         or something should handle that. Made a live source.
17042
17043         * sys/v4l/gstv4lelement.h:
17044         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17045         signals. Some cleanups.
17046
17047         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17048
17049         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17050         stuff.
17051
17052         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17053         stuff.
17054
17055         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17056
17057 2005-07-07  Wim Taymans  <wim@fluendo.com>
17058
17059         * ext/theora/theoradec.c: (theora_get_query_types),
17060         (theora_dec_src_getcaps), (theora_dec_push):
17061         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17063         Remove deprecated/unused query types.
17064
17065 2005-07-06  Wim Taymans  <wim@fluendo.com>
17066
17067         * ext/alsa/Makefile.am:
17068         * ext/alsa/gstalsaplugin.c: (plugin_init):
17069         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17070         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17071         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17072         (gst_alsasrc_class_init), (gst_alsasrc_init),
17073         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17074         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17075         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17076         (gst_alsasrc_reset):
17077         * ext/alsa/gstalsasrc.h:
17078         * gst-libs/gst/audio/Makefile.am:
17079         * gst-libs/gst/audio/gstaudiosink.c:
17080         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17081         (gst_audioringbuffer_start):
17082         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17083         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17084         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17085         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17086         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17087         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17088         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17089         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17090         * gst-libs/gst/audio/gstaudiosrc.h:
17091         * gst-libs/gst/audio/gstbaseaudiosink.c:
17092         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17093         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17094         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17095         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17096         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17097         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17098         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17099         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17100         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17101         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17102         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17103         (gst_baseaudiosrc_change_state):
17104         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17105         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17106         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17107         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17108         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17109         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17110         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17111         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17112         * gst-libs/gst/audio/gstringbuffer.h:
17113         Added audiosource base classes.
17114         Ported alsasrc, still very basic.
17115
17116 2005-07-06  Wim Taymans  <wim@fluendo.com>
17117
17118         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17119         (theora_dec_push), (theora_handle_data_packet):
17120         Prepare for better timestamp fix later.
17121
17122         * gst/audioconvert/gstaudioconvert.c:
17123         List most accurate caps first
17124
17125         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17126         Use proper pad task function.
17127
17128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17129         (gst_xvimagesink_show_frame):
17130         Fix deadlock when alloc failed.
17131
17132 2005-07-05  Andy Wingo  <wingo@pobox.com>
17133
17134         * ext/gnomevfs/gstgnomevfssrc.c:
17135         * gst/sine/gstsinesrc.c:
17136         * gst/tcp/gsttcpserversrc.c:
17137         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17138
17139         * sys/v4l/: Port from 0.8.
17140
17141         * Many files: Null if we got it....
17142
17143 2005-07-05  Andy Wingo  <wingo@pobox.com>
17144
17145         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17146         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17147         Signedness fixes.
17148
17149 2005-07-05  Wim Taymans  <wim@fluendo.com>
17150
17151         * configure.ac:
17152         * gst/tcp/Makefile.am:
17153         * gst/tcp/README:
17154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17155         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17156         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17157         (is_sync_frame), (gst_multifdsink_handle_client_write),
17158         (gst_multifdsink_render), (gst_multifdsink_start),
17159         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17160         * gst/tcp/gstmultifdsink.h:
17161         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17162         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17163         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17164         * gst/tcp/gsttcp.h:
17165         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17166         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17167         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17168         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17169         * gst/tcp/gsttcpclientsink.h:
17170         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17171         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17172         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17173         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17174         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17175         * gst/tcp/gsttcpclientsrc.h:
17176         * gst/tcp/gsttcpplugin.c: (plugin_init):
17177         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17178         * gst/tcp/gsttcpserversink.h:
17179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17180         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17181         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17182         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17183         (gst_tcpserversrc_stop):
17184         * gst/tcp/gsttcpserversrc.h:
17185         * gst/tcp/gsttcpsink.c:
17186         * gst/tcp/gsttcpsink.h:
17187         * gst/tcp/gsttcpsrc.c:
17188         * gst/tcp/gsttcpsrc.h:
17189         Ported tcp plugins to 0.9. 
17190         
17191
17192 2005-07-05  Andy Wingo  <wingo@pobox.com>
17193
17194         * gst/playback/gstplaybasebin.c (fill_buffer):
17195         message_new_application fixen.
17196
17197         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17198         Style fix.
17199
17200 2005-07-04  Wim Taymans  <wim@fluendo.com>
17201
17202         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17203         Set caps on output buffer.
17204
17205 2005-07-04  Andy Wingo  <wingo@pobox.com>
17206
17207         * ext/gnomevfs/gstgnomevfssrc.c
17208         (gst_gnomevfssrc_received_headers_callback) 
17209         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17210         hopefully.
17211
17212         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17213         No refcount leakage.
17214
17215         * configure.ac: Enable -Werror.
17216         
17217         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17218         * gst/audioconvert/bufferframesconvert.c
17219         (buffer_frames_convert_fixate):
17220         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17221         (gst_audio_convert_fixate):
17222         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17223         (gst_sinesrc_create): Fixate func changes.
17224         
17225         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17226         (gst_ximagesink_buffer_alloc): Unused var.
17227
17228 2005-07-01  Andy Wingo  <wingo@pobox.com>
17229
17230         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17231         getcaps to do explicit caps. Needs to be done in all decoders,
17232         possibly via a base class.
17233
17234         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17235
17236         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17237         caps on the sink pad, just rely on the pad template. Also, setting
17238         ANY caps on a pad is not valid because the caps are not fixed.
17239
17240         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17241         caps on the buffer, and get the width from the desired_caps if
17242         they're set.
17243         (gst_ximagesink_renegotiate_size): Implement via setting the
17244         desired_caps on the ximagesink.
17245         (gst_ximagesink_setcaps): Only reset the width of the player if it
17246         wasn't already set. Not sure if this is right.
17247         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17248
17249         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17250         that the user wants. NULL unless the window has been resized.
17251
17252         * gst/volume/gstvolume.c (volume_transform): Adapt to
17253         basetransform refcount changes.
17254         
17255 2005-07-01  Andy Wingo  <wingo@pobox.com>
17256
17257         * gst/videoscale/gstvideoscale.c:
17258         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17259         from BaseTransform, implements a transform_caps. Removed dead code
17260         including some PAR stuff that was never reached -- should probably
17261         be added back somehow.
17262
17263 2005-07-01  Andy Wingo  <wingo@pobox.com>
17264
17265         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17266         come later.
17267
17268 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17269
17270         * configure.ac:
17271         * docs/libs/Makefile.am:
17272         * docs/libs/gst-plugins-libs.types:
17273         * ext/alsa/Makefile.am:
17274         * ext/alsa/gstalsamixer.h:
17275         * ext/alsa/gstalsamixeroptions.h:
17276         * ext/alsa/gstalsamixertrack.h:
17277         * gst-libs/gst/Makefile.am:
17278         * gst-libs/gst/colorbalance/.cvsignore:
17279         * gst-libs/gst/colorbalance/Makefile.am:
17280         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17281         * gst-libs/gst/colorbalance/colorbalance.c:
17282         * gst-libs/gst/colorbalance/colorbalance.h:
17283         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17284         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17285         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17286         * gst-libs/gst/interfaces/Makefile.am:
17287         * gst-libs/gst/interfaces/colorbalance.c:
17288         (gst_color_balance_class_init):
17289         * gst-libs/gst/interfaces/colorbalance.h:
17290         * gst-libs/gst/interfaces/interfaces-marshal.list:
17291         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17292         * gst-libs/gst/interfaces/mixer.h:
17293         * gst-libs/gst/interfaces/mixeroptions.h:
17294         * gst-libs/gst/interfaces/navigation.c:
17295         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17296         * gst-libs/gst/interfaces/tuner.h:
17297         * gst/volume/Makefile.am:
17298         * gst/volume/gstvolume.c:
17299         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17300         * sys/ximage/Makefile.am:
17301         * sys/ximage/ximagesink.c:
17302         * sys/xvimage/Makefile.am:
17303         * sys/xvimage/xvimagesink.c:
17304           fold in all interfaces into an interfaces dir, preserving CVS
17305           history
17306
17307 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17310           Fix build after riff changes.
17311
17312 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17313
17314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17315         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17316         (gst_riff_create_video_template_caps),
17317         (gst_riff_create_audio_template_caps),
17318         (gst_riff_create_iavs_template_caps):
17319         * gst-libs/gst/riff/riff-media.h:
17320         * gst-libs/gst/riff/riff-read.h:
17321         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17322           Add gst_riff_init() to initialize the debug category, instead
17323           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17324
17325 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17326
17327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17328           Oops, I shouldn't apply hacks.
17329
17330 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17331
17332         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17333           Remove pad_loop function which doesn't work.
17334
17335 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17336
17337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17338           Send EOS when deactivating.
17339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17340         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17341         (gen_preroll_element), (probe_triggered), (mute_stream),
17342         (silence_stream), (new_decoded_pad), (setup_substreams),
17343         (set_active_source):
17344         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17345         (remove_sinks), (add_sink):
17346         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17347           Change for new probe API.
17348
17349 2005-06-29  Wim Taymans  <wim@fluendo.com>
17350
17351         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17352         * gst-libs/gst/audio/gstbaseaudiosink.c:
17353         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17354         (gst_baseaudiosink_change_state):
17355         * gst-libs/gst/audio/gstbaseaudiosink.h:
17356         * gst-libs/gst/audio/gstringbuffer.c:
17357         (gst_ringbuffer_set_callback):
17358         Fix compilation error.
17359         Ringbuffer starts out as not running.
17360         Free our clock in dispose.
17361         When releasing the ringbuffer we need to renegotiate so
17362         clear the pad caps.
17363
17364 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * autogen.sh:
17367         * configure.ac:
17368         * docs/Makefile.am:
17369         * docs/libs/Makefile.am:
17370         * docs/libs/gst-plugins-libs-docs.sgml:
17371         * docs/libs/gst-plugins-libs-sections.txt:
17372         * docs/libs/gst-plugins-libs.types:
17373         * docs/libs/tmpl/gstaudio.sgml:
17374         * docs/libs/tmpl/gstcolorbalance.sgml:
17375         * docs/libs/tmpl/gstringbuffer.sgml:
17376         * gst-libs/gst/audio/gstringbuffer.c:
17377         (gst_ringbuffer_set_callback):
17378           reinstate gtk-doc docs for plugin libs
17379
17380 2005-06-28  Wim Taymans  <wim@fluendo.com>
17381
17382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17383         (gst_ogg_demux_init):
17384         Removed pad loop function.
17385
17386 2005-06-28  Wim Taymans  <wim@fluendo.com>
17387
17388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17389         If we're building a chain we are not in an error case
17390         when we queue a buffer.
17391
17392 2005-06-28  Andy Wingo  <wingo@pobox.com>
17393
17394         * *.c: Don't cast to GstObject before reffing/unreffing.
17395
17396 2005-06-27  Andy Wingo  <wingo@pobox.com>
17397
17398         * gst/videotestsrc/gstvideotestsrc.c
17399         (gst_videotestsrc_activate_push): Activation API changes.
17400
17401         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17402         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17403         they have refs on the decodebin.
17404
17405         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17406         parent class.
17407         (gst_ogg_pad_typefind): Don't leak a pad ref.
17408         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17409         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17410         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17411
17412 2005-06-27  Edward Hervey  <edward@fluendo.com>
17413
17414         * ext/theora/theoradec.c: (theora_dec_change_state): 
17415         re-arranged call to parent's state change in order to avoid locks (or
17416         worse).
17417
17418 2005-06-26  Edward Hervey  <edward@fluendo.com>
17419
17420         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17421         2nd argument of 'unknow-type' signal is a GstCaps and not a
17422         GstMiniObject
17423
17424 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17425         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17426           Set the worker thread's running flag to TRUE before starting the
17427           thread.
17428         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17429           Catch a failure to add typefind to the bin.
17430
17431 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17434         (gst_sinesrc_init), (gst_sinesrc_create),
17435         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17436         (gst_sinesrc_start):
17437         * gst/sine/gstsinesrc.h:
17438           add num-buffers and timestamp-offset properties
17439         * gst/videotestsrc/gstvideotestsrc.c:
17440         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17441         (gst_videotestsrc_get_property):
17442           add timestamp-offset property
17443
17444 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17445
17446         * configure.ac: add videorate
17447         * gst-plugins-base.spec.in: add videorate
17448
17449 2005-06-23  Wim Taymans  <wim@fluendo.com>
17450
17451         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17452         (gst_videorate_getcaps), (gst_videorate_setcaps),
17453         (gst_videorate_event), (gst_videorate_chain):
17454         Fixed videorate, fixating an already fixated caps is not
17455         an error.
17456
17457 2005-06-23  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/ogg/README:
17460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17461         Buffer on caps is not boxed anymore.
17462
17463 2005-06-22  Wim Taymans  <wim@fluendo.com>
17464
17465         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17467         Set buffers on caps as miniobjects and not as boxed.
17468
17469 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17470
17471         * configure.ac:
17472           back to HEAD
17473
17474 === release 0.9.1 ===
17475
17476 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17477
17478         * .cvsignore:
17479         * NEWS:
17480         * README:
17481         * RELEASE:
17482         * configure.ac:
17483         * po/af.po:
17484         * po/az.po:
17485         * po/cs.po:
17486         * po/en_GB.po:
17487         * po/hu.po:
17488         * po/it.po:
17489         * po/nb.po:
17490         * po/nl.po:
17491         * po/or.po:
17492         * po/sq.po:
17493         * po/sr.po:
17494         * po/sv.po:
17495         * po/uk.po:
17496         * po/vi.po:
17497           updates for release
17498
17499 2005-06-09  Andy Wingo  <wingo@pobox.com>
17500
17501         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17502         
17503 2005-06-09  Andy Wingo  <wingo@pobox.com>
17504
17505         * configure.ac:
17506         * gst-libs/gst/Makefile.am:
17507         * gst-libs/gst/net/Makefile.am:
17508         Add gstnet to build.
17509
17510 2005-06-09  Andy Wingo  <wingo@pobox.com>
17511
17512         * gst-libs/gst/gconf/gconf.c:
17513         * gst/playback/test.c:
17514         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17515         fixes.
17516
17517         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17518
17519         * ext/theora/theoraenc.c (theora_enc_chain): 
17520         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17521
17522         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17523         RealPad.
17524
17525 2005-06-02  Wim Taymans  <wim@fluendo.com>
17526
17527         * gst-libs/gst/net/Makefile.am:
17528         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17529         * pkgconfig/gstreamer-libs.pc.in:
17530         Added net stuff, version net lib.
17531
17532 2005-06-02  Wim Taymans  <wim@fluendo.com>
17533
17534         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17535         (query_rates), (query_positions_elems), (query_positions_pads),
17536         (do_seek):
17537         Updated seek example.
17538
17539 2005-06-02  Andy Wingo  <wingo@pobox.com>
17540
17541         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17542         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17543         list.
17544
17545         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17546         remove the typefind, the bin dispose will do it for us. When it's
17547         removed and unreffed, the signal handler will be disconnected,
17548         too.
17549         (unlinked): It's too difficult to disconnect from unlinked
17550         handlers, as they are on pads not elements. Just punt if the pads
17551         aren't grandkids of the bin.
17552
17553 2005-06-02  Wim Taymans  <wim@fluendo.com>
17554
17555         * ext/ogg/README:
17556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17557         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17559         * ext/theora/theoradec.c: (theora_dec_src_query),
17560         (theora_handle_data_packet):
17561         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17562         (theora_enc_chain):
17563         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17564         (vorbis_handle_data_packet):
17565         * gst/audioconvert/bufferframesconvert.c:
17566         (buffer_frames_convert_chain):
17567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17568         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17569         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17570         (gst_ffmpegcsp_chain):
17571         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17572         (gst_videorate_getcaps), (gst_videorate_setcaps),
17573         (gst_videorate_event), (gst_videorate_chain):
17574         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17575         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17576         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17577         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17578         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17579         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17580         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17581         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17582         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17583         Cleanups and buffer alloc.
17584
17585 2005-05-31  Wim Taymans  <wim@fluendo.com>
17586
17587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17588         Don't try to call the delay method when the device is not
17589         opened.
17590
17591 2005-05-31  Wim Taymans  <wim@fluendo.com>
17592
17593         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17594         Get actual segment size and buffer size after opening
17595         the device.
17596
17597 2005-05-30  Wim Taymans  <wim@fluendo.com>
17598
17599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17600         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17601         Also FLUSH upstream, makes the loop function exit faster.
17602         
17603         * ext/theora/theoradec.c: (theora_dec_src_query):
17604         Some more debug info in the query.
17605         
17606         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17607         (gst_ximagesink_setcaps):
17608         Release lock on par error, better error reporting.
17609
17610 2005-05-26  Wim Taymans  <wim@fluendo.com>
17611
17612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17613         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17614         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17615         Clear chains in READY
17616         Queue packets until the chain is activated.
17617
17618 2005-05-25  Wim Taymans  <wim@fluendo.com>
17619
17620         * gst-libs/gst/audio/gstaudiosink.c:
17621         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17622         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17623         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17624         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17625         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17626         (gst_audiosink_create_ringbuffer):
17627         * gst-libs/gst/audio/gstbaseaudiosink.c:
17628         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17629         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17630         (gst_baseaudiosink_set_property), (build_linear_format),
17631         (debug_spec_caps), (debug_spec_buffer),
17632         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17633         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17634         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17635         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17637         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17638         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17639         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17640         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17641         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17642         (wait_segment), (gst_ringbuffer_commit),
17643         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17644         (gst_ringbuffer_clear):
17645         Various small cleanups.
17646
17647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17648         (gst_audio_convert_change_state):
17649         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17650         No need to take the locks anymore.
17651
17652 2005-05-25  Wim Taymans  <wim@fluendo.com>
17653
17654         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17655         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17656         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17657         (type_found):
17658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17659         (group_destroy), (group_commit), (queue_overrun),
17660         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17661         (mute_stream), (new_decoded_pad), (setup_substreams),
17662         (setup_source), (mute_group_type), (set_active_source),
17663         (gst_play_base_bin_change_state):
17664         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17665         (gen_video_element), (gen_text_element), (gen_audio_element),
17666         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17667         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17668         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17669         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17670         Some playbin cleanups mostly refcounting sloppyness.
17671
17672 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17673
17674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17675           Work with streaming input.
17676
17677 2005-05-25  Wim Taymans  <wim@fluendo.com>
17678
17679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17680         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17681         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17682         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17683         No need to take the STREAM lock anymore.
17684
17685 2005-05-25  Wim Taymans  <wim@fluendo.com>
17686
17687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17688         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17689         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17690         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17691         (gst_ogg_demux_sink_activate):
17692         * ext/theora/theoradec.c: (theora_dec_src_event),
17693         (theora_handle_comment_packet), (theora_dec_chain),
17694         (theora_dec_change_state):
17695         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17696         (vorbis_handle_data_packet), (vorbis_dec_chain),
17697         (vorbis_dec_change_state):
17698         Remove STREAM locks as they are taken in core now.
17699         Never set bogus granulepos on vorbis/theora.
17700         Fix leaks in theoradec tag parsing.
17701
17702 2005-05-25  Wim Taymans  <wim@fluendo.com>
17703
17704         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17705         Fix memleaks, GST_BUFFER_DATA() is not freed.
17706
17707 2005-05-25  Wim Taymans  <wim@fluendo.com>
17708
17709         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17710         Open non-blocking, set to blocking mode afterwards to avoid
17711         lockups when audio device is busy.
17712
17713 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17716           This can't be good.
17717
17718 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17719
17720         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17721         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17722         (gst_audio_convert_setcaps):
17723           Implement instant setup switching.
17724
17725 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17726
17727         * gst/playback/gstplaybasebin.c: (probe_triggered):
17728           Fix missing unlock.
17729         * gst/playback/gstplaybin.c: (add_sink):
17730           First add, then link (otherwise pad link fails).
17731
17732 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17733
17734         * examples/Makefile.am:
17735         fix buildbot (make distcheck)
17736
17737 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17738
17739         * gst/playback/gstplaybin.c: (gen_vis_element):
17740           Remove some wrong code. Doesn't work yet.
17741
17742 2005-05-19  Wim Taymans  <wim@fluendo.com>
17743
17744         * gst-libs/gst/net/Makefile.am:
17745         * gst-libs/gst/net/README:
17746         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17747         (gst_netbuffer_class_init), (gst_netbuffer_init),
17748         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17749         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17750         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17751         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17752         * gst-libs/gst/net/gstnetbuffer.h:
17753         Added buffer subclass to store extra to/from addresses for
17754         network sources/sinks.
17755
17756 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17757
17758         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17759           Don't lock an unassigned variable.
17760
17761 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17762
17763         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17764           Increase buffer for video, decrease buffer for other media types.
17765         * gst/playback/gstplaybin.c: (gen_video_element),
17766         (gen_audio_element):
17767           Change names for debugging purposes.
17768
17769 2005-05-18  Wim Taymans  <wim@fluendo.com>
17770
17771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17772         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17773         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17774         (gst_ffmpegcsp_chain):
17775         Enable buffer alloc passthrough if the source and dest
17776         formats are the same.
17777
17778 2005-05-17  Wim Taymans  <wim@fluendo.com>
17779
17780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17781         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17782         (gst_ogg_demux_chain_unlocked):
17783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17784         (gst_audio_convert_caps_remove_format_info),
17785         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17786         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17788         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17789         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17790         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17791         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17792         (gst_ffmpegcsp_get_property):
17793         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17794         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17795         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17796         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17797         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17798         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17799         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17800         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17801         Leak fixes in oggdemux.
17802         Some cleanups in audioconvert.
17803         Make passthrough work along with buffer_alloc etc.
17804         Make buffer_alloc and buffer recycling actually work in
17805         xvimagesink.
17806
17807 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17810           make the compiler happy
17811
17812 2005-05-17  Wim Taymans  <wim@fluendo.com>
17813
17814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17815         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17816         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17817         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17818         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17819         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17820         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17821         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17822         (gst_xvimagesink_set_xwindow_id):
17823         * sys/xvimage/xvimagesink.h:
17824         Port xvimagesink to new MiniObject.
17825
17826 2005-05-17  Wim Taymans  <wim@fluendo.com>
17827
17828         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17829         (gst_audiofilter_chain):
17830         * gst-libs/gst/audio/gstaudiosink.c:
17831         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17832         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17833         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17834         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17835         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17836         (gst_audiosink_create_ringbuffer):
17837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17838         (gst_audio_convert_caps_remove_format_info),
17839         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17840         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17842         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17843         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17844         Fix passthrough in ffmpegcolorspace.
17845         Fix memset in audiosink on wrong memory.
17846
17847 2005-05-16  David Schleef  <ds@schleef.org>
17848
17849         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17850         to GstMiniObject.
17851
17852 2005-05-16  David Schleef  <ds@schleef.org>
17853
17854         Port from GstData to GstMiniObject.
17855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17857         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17858         (gst_ogg_mux_collected):
17859         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17860         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17861         (theora_handle_data_packet):
17862         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17863         (theora_set_header_on_caps), (theora_enc_chain):
17864         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17865         (vorbis_handle_comment_packet):
17866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17867         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17868         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17869         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17870         * gst/audioconvert/gstaudioconvert.c:
17871         (gst_audio_convert_get_buffer):
17872         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17873         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17874         (mute_stream), (silence_stream):
17875         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17876         * gst/volume/gstvolume.c: (volume_transform):
17877         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17878         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17879         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17880         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17881         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17882         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17883         (gst_ximagesink_buffer_alloc):
17884         * sys/ximage/ximagesink.h:
17885
17886 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17887
17888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17889         (fill_buffer), (check_queue), (queue_threshold_reached),
17890         (queue_out_of_data):
17891         * gst/playback/gstplaybasebin.h:
17892           Post buffer-fullness on the bus.
17893
17894 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17895
17896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17897         (try_to_link_1):
17898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17899         (group_commit), (probe_triggered), (setup_source),
17900         (gst_play_base_bin_change_state):
17901         * gst/playback/gstplaybasebin.h:
17902         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17903         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17904         (gst_play_bin_change_state):
17905           Move setup_output_pads into a virtual function, remove
17906           group-switch (no longer needed) and redirect (handled by bus
17907           now) signals.
17908
17909 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17910
17911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17912         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17913         (get_active_group), (get_building_group), (group_destroy),
17914         (group_commit), (check_queue), (queue_overrun),
17915         (queue_threshold_reached), (queue_out_of_data),
17916         (gen_preroll_element), (remove_groups), (unknown_type),
17917         (add_element_stream), (no_more_pads), (probe_triggered),
17918         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17919         (setup_substreams), (setup_source), (finish_source),
17920         (prepare_output), (muted_group_change_state),
17921         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17922         (gst_play_base_bin_change_state):
17923         * gst/playback/gstplaybasebin.h:
17924         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17925         (gst_play_bin_init), (gst_play_bin_set_property),
17926         (gen_video_element), (gen_text_element), (gen_audio_element),
17927         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17928         (gst_play_bin_change_state):
17929         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17930         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17931         (stream_info_change_state), (gst_stream_info_set_mute),
17932         (gst_stream_info_get_property):
17933         * gst/playback/gststreaminfo.h:
17934         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17935         (gst_stream_selector_get_linked_pad),
17936         (gst_stream_selector_getcaps),
17937         (gst_stream_selector_get_linked_pads),
17938         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17939         * gst/playback/gststreamselector.h:
17940           Rough port of playbin. Needs some more work, but is mostly done,
17941           and uses a few locks in important places, which should make stuff
17942           like chain-switches clean. Still uses GST_STATE() in a few places,
17943           which isn't all that good an idea, subtitles/elements disabled
17944           because no elements to test with and thus probably broken, query
17945           and event handling moved to GstBin, internal thread removed
17946           alltogether because the pipeline does that for us now. Can play
17947           Ogg/Vorbis files. Haven't tested anything else yet.
17948
17949 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17950
17951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17952           Do no-more-pads (needed for autoplugging).
17953
17954 2005-05-10  Andy Wingo  <wingo@pobox.com>
17955
17956         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17957         message to the bus with the tags. Still not sent downstream tho.
17958
17959         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17960         get_parent.
17961         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17962         avoid refcounting hassles.
17963
17964 2005-05-09  Andy Wingo  <wingo@pobox.com>
17965
17966         * gst/volume/Makefile.am:
17967         * gst/volume/demo.c
17968         * gst/volume/gstvolume.h
17969         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17970         basetransform. Probably need an audio filter base class.
17971
17972 2005-05-09  Wim Taymans  <wim@fluendo.com>
17973
17974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17975         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17976         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17977         (gst_vorbisenc_chain):
17978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17979         (gst_audio_convert_caps_remove_format_info),
17980         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17981         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17982         Make caps writable before writing to it.
17983         Fix negotiation in audioconvert some more.
17984
17985 2005-05-09  Wim Taymans  <wim@fluendo.com>
17986
17987         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17988         (gst_videorate_getcaps), (gst_videorate_setcaps),
17989         (gst_videorate_event), (gst_videorate_chain):
17990         Better negotiation.
17991
17992 2005-05-09  Wim Taymans  <wim@fluendo.com>
17993
17994         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17995         (gst_videorate_getcaps), (gst_videorate_setcaps),
17996         (gst_videorate_blank_data), (gst_videorate_init),
17997         (gst_videorate_event), (gst_videorate_chain),
17998         (gst_videorate_change_state):
17999         Port videorate, do a better job at negotiation while we're at
18000         it.
18001
18002 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18003
18004         * configure.ac:
18005           Disable libvisual
18006
18007         * examples/Makefile.am:
18008         * gst-libs/gst/audio/Makefile.am:
18009         * gst-libs/gst/riff/Makefile.am:
18010         * gst-libs/gst/tag/Makefile.am:
18011         * gst-libs/gst/video/Makefile.am:
18012           Fixups for missing variables.
18013
18014 2005-05-09  Wim Taymans  <wim@fluendo.com>
18015
18016         * examples/seeking/seek.c: (make_theora_pipeline),
18017         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18018         (query_rates), (query_positions_elems), (query_positions_pads),
18019         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18021         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18022         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18023         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18024         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18026         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18027         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18028         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18029         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18030         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18031         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18032         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18033         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18034         (theora_dec_src_convert), (theora_dec_sink_convert),
18035         (theora_dec_src_query), (theora_dec_sink_query),
18036         (theora_dec_src_event), (theora_dec_sink_event),
18037         (theora_handle_comment_packet), (theora_handle_type_packet),
18038         (theora_handle_header_packet), (theora_handle_data_packet),
18039         (theora_dec_chain):
18040         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18041         (vorbis_dec_convert), (vorbis_dec_src_query),
18042         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18043         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18044         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18045         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18047         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18048         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18049         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18050         (gst_play_bin_query):
18051         * gst/playback/test3.c: (update_scale):
18052         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18053         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18054         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18056         (gst_videotestsrc_src_query):
18057         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18058         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18059         (paint_hline_YUV9):
18060         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18061         Port to new query API.
18062         Updated seek.
18063         Cleanups in x[v]imagesink
18064
18065 2005-05-09  Andy Wingo  <wingo@pobox.com>
18066
18067         * ext/alsa/gstalsasink.h:
18068         * ext/gnomevfs/gstgnomevfssrc.c:
18069         (gst_gnomevfssrc_get_icy_metadata):
18070         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18071         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18072         * ext/theora/theoradec.c (theora_dec_src_query)
18073         (theora_dec_src_event, theora_dec_sink_event)
18074         (theora_handle_comment_packet, theora_handle_data_packet):
18075         * ext/theora/theoraenc.c (theora_enc_chain):
18076         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18077         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18078         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18079         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18080         (qt_type_find):
18081         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18082         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18083         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18084         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18085         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18086         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18087         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18088         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18089         (paint_setup_RGB565, paint_setup_xRGB1555):
18090         * gst/videotestsrc/videotestsrc.h:
18091         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18092         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18093         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18094         GCC4 fixes.
18095         
18096         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18097         gst_pad_query_position. Fixes oggdemux.
18098
18099 2005-05-08  David Schleef  <ds@schleef.org>
18100
18101         * configure.ac: Require liboil.
18102         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18103         a few more.
18104         * gst/videotestsrc/videotestsrc.c:
18105         * gst/videotestsrc/videotestsrc.h:
18106
18107 2005-05-06  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18110         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18111         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18112         Well, unreffing a buffer right before pushing it is asking
18113         for trouble..
18114
18115 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18116
18117         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18118
18119 2005-05-06  Wim Taymans  <wim@fluendo.com>
18120
18121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18122         (gst_audio_convert_caps_remove_format_info),
18123         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18124         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18126         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18127         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18128         * gst/sine/Makefile.am:
18129         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18130         (gst_sinesrc_class_init), (gst_sinesrc_init),
18131         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18132         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18133         (gst_sinesrc_update_freq):
18134         * gst/sine/gstsinesrc.h:
18135         * gst/tcp/gstmultifdsink.c:
18136         * sys/xvimage/xvimagesink.c:
18137         Fixed negotiation wrt _peer_get_caps()
18138         Some cleanups.
18139
18140
18141 2005-05-06  Wim Taymans  <wim@fluendo.com>
18142
18143         * gst-libs/gst/audio/gstaudiosink.c:
18144         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18145         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18146         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18147         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18148         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18149         (gst_audiosink_create_ringbuffer):
18150         * gst-libs/gst/audio/gstbaseaudiosink.c:
18151         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18152         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18153         (gst_baseaudiosink_set_property), (build_linear_format),
18154         (debug_spec_caps), (debug_spec_buffer),
18155         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18156         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18157         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18158         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18159         * gst-libs/gst/audio/gstbaseaudiosink.h:
18160         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18161         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18162         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18163         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18164         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18165         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18166         (wait_segment), (gst_ringbuffer_commit),
18167         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18168         (gst_ringbuffer_clear):
18169         * gst-libs/gst/audio/gstringbuffer.h:
18170         Make the base audiosink return an error when there is no
18171         audiobuffer negotiated.
18172
18173 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18174
18175         * ext/Makefile.am:
18176         Disable cdparanoia until someone ports it!
18177
18178 2005-05-06  Wim Taymans  <wim@fluendo.com>
18179
18180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18181         (gst_ogg_demux_sink_activate):
18182         And revert after wingo's revert.. sigh..
18183
18184 2005-05-05  Andy Wingo  <wingo@pobox.com>
18185
18186         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18187         GObject.
18188         * configure.ac: Return audiorate and subparse from the ghetto.
18189         Re-enable -Wall -Werror.
18190         * gst/subparse/gstsubparse.c:
18191         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18192         or chain-based. Cleaned up a bit. Not tested.
18193         
18194 2005-05-05  Christian Schaller <christian@fluendo.com> 
18195
18196         * Makefile.am: remove stuff that is not building
18197         * configure.ac: remove stuff that is not building
18198         * examples/Makefile.am: remove stuff that is not building
18199         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18200         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18201         * sys/Makefile.am: remove stuff that is not building
18202         * testsuite/Makefile.am: remove stuff that is not building
18203
18204 2005-05-05  Andy Wingo  <wingo@pobox.com>
18205
18206         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18207         * gst-libs/gst/tag/gstvorbistag.c:
18208         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18209         * gst/adder/gstadder.h:
18210         * gst/audioconvert/gstchannelmix.c:
18211         (gst_audio_convert_fill_one_other):
18212         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18213         (gst_audiorate_init), (gst_audiorate_chain):
18214         * gst/playback/gstplaybasebin.c: (setup_source):
18215         * gst/playback/test3.c: (update_scale):
18216         Some GCC4 fixes
18217         
18218         * po/af.po:
18219         * po/az.po:
18220         * po/cs.po:
18221         * po/en_GB.po:
18222         * po/hu.po:
18223         * po/it.po:
18224         * po/nb.po:
18225         * po/nl.po:
18226         * po/or.po:
18227         * po/sq.po:
18228         * po/sr.po:
18229         * po/sv.po:
18230         * po/uk.po:
18231         * po/vi.po: Foo
18232
18233 2005-05-05  Wim Taymans  <wim@fluendo.com>
18234
18235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18236         (gst_audio_convert_caps_remove_format_info),
18237         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18238         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18239         * gst/videotestsrc/gstvideotestsrc.c:
18240         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18241         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18242         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18243         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18244         Don't ignore _push() return values.
18245         Make sure no processing is done when shutting down.
18246         Videotestsrc pad activation fix.
18247
18248 2005-05-05  Wim Taymans  <wim@fluendo.com>
18249
18250         * gst/adder/Makefile.am:
18251         * gst/adder/gstadder.c: (gst_adder_setcaps),
18252         (gst_adder_class_init), (gst_adder_init),
18253         (gst_adder_request_new_pad), (gst_adder_collected),
18254         (gst_adder_change_state):
18255         * gst/adder/gstadder.h:
18256         Ported adder as an example of a mixer element using
18257         collect pads. Needs more negotiation work.
18258
18259 2005-05-05  Wim Taymans  <wim@fluendo.com>
18260
18261         * ext/theora/theoradec.c: (_inc_granulepos),
18262         (theora_dec_src_event), (theora_dec_sink_event),
18263         (theora_handle_comment_packet), (theora_handle_type_packet),
18264         (theora_handle_header_packet), (theora_handle_data_packet),
18265         (theora_dec_chain):
18266         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18267         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18268         (theora_push_buffer), (theora_push_packet),
18269         (theora_enc_sink_event), (theora_enc_chain),
18270         (theora_enc_change_state), (theora_enc_set_property),
18271         (theora_enc_get_property):
18272         Added stream lock to decoder so that we can serialize
18273         the discont event.
18274         More theoraenc porting, recover from errors, do clean
18275         shutdown.
18276
18277 2005-05-05  Wim Taymans  <wim@fluendo.com>
18278
18279         * ext/ogg/Makefile.am:
18280         * ext/ogg/README:
18281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18282         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18283         (gst_ogg_print):
18284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18285         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18286         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18287         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18288         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18289         (gst_ogg_mux_change_state):
18290         Ported ogg muxer.
18291
18292 2005-05-05  Wim Taymans  <wim@fluendo.com>
18293
18294         * docs/design-audiosinks.txt:
18295         * gst-libs/gst/audio/TODO:
18296         * gst-libs/gst/audio/gstaudiosink.c:
18297         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18298         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18299         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18300         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18301         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18302         (gst_audiosink_create_ringbuffer):
18303         * gst-libs/gst/audio/gstbaseaudiosink.c:
18304         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18305         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18306         (gst_baseaudiosink_set_property), (build_linear_format),
18307         (debug_spec_caps), (debug_spec_buffer),
18308         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18309         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18310         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18311         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18313         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18314         (gst_ringbuffer_release), (gst_ringbuffer_play),
18315         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18316         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18317         (gst_ringbuffer_set_sample), (wait_segment),
18318         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18319         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18320         More work on the audiosink, mostly debugging and a race in
18321         shutdown.
18322
18323 2005-04-28  Wim Taymans  <wim@fluendo.com>
18324
18325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18326         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18327         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18328         (vorbis_dec_src_query), (vorbis_dec_src_event),
18329         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18330         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18331         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18332         Don't crap out when seeking back to position 0.
18333
18334 2005-04-28  Wim Taymans  <wim@fluendo.com>
18335
18336         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18337         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18338         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18339         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18340         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18341         Make audio sink configurable, use alsasink as default.
18342
18343 2005-04-28  Wim Taymans  <wim@fluendo.com>
18344
18345         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18346         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18347         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18348         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18349         (vorbis_dec_change_state):
18350         * ext/vorbis/vorbisdec.h:
18351         Refactor, use STREAM_LOCK.
18352
18353 2005-04-28  Wim Taymans  <wim@fluendo.com>
18354
18355         * ext/theora/theoradec.c: (_inc_granulepos),
18356         (theora_dec_sink_event), (theora_handle_comment_packet),
18357         (theora_handle_type_packet), (theora_handle_header_packet),
18358         (theora_handle_data_packet), (theora_dec_chain),
18359         (theora_dec_change_state):
18360         Refactor a bit, use STREAM_LOCK.
18361
18362 2005-04-28  Wim Taymans  <wim@fluendo.com>
18363
18364         * ext/alsa/Makefile.am:
18365         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18366         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18367         (gst_alsa_link), (gst_alsa_close_audio):
18368         * ext/alsa/gstalsaplugin.c: (plugin_init):
18369         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18370         (gst_alsasink_dispose), (gst_alsasink_base_init),
18371         (gst_alsasink_class_init), (gst_alsasink_init),
18372         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18373         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18374         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18375         (gst_alsasink_reset):
18376         * ext/alsa/gstalsasink.h:
18377         Implement alsasink with simple open/write/close API. 
18378         Make alsa dir build by disabling compilation of code.
18379
18380 2005-04-28  Wim Taymans  <wim@fluendo.com>
18381
18382         * gst-libs/gst/audio/Makefile.am:
18383         * gst-libs/gst/audio/audio.h:
18384         * gst-libs/gst/audio/audioclock.c:
18385         * gst-libs/gst/audio/audioclock.h:
18386         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18387         (gst_audio_clock_class_init), (gst_audio_clock_init),
18388         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18389         * gst-libs/gst/audio/gstaudioclock.h:
18390         * gst-libs/gst/audio/gstaudiosink.c:
18391         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18392         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18393         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18394         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18395         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18396         (gst_audiosink_create_ringbuffer):
18397         * gst-libs/gst/audio/gstbaseaudiosink.c:
18398         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18399         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18400         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18401         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18402         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18403         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18404         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18405         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18406         * gst-libs/gst/audio/gstbaseaudiosink.h:
18407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18408         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18409         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18410         (gst_ringbuffer_release), (gst_ringbuffer_play),
18411         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18412         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18413         (gst_ringbuffer_set_sample), (wait_segment),
18414         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18415         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18416         * gst-libs/gst/audio/gstringbuffer.h:
18417         Make ringbuffer faster and more simple by removing the locks
18418         in the playback thread.
18419         Add sample accurate playback based on buffer sample offsets.
18420         Make the baseaudiosink provide a clock.
18421         Parse caps in the base class.
18422         Correctly handle seeking, flushing and state changes.
18423
18424 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18425
18426         * configure.ac:
18427         * gst/audioconvert/Makefile.am:
18428         * gst/audioscale/Makefile.am:
18429           Fix part of the build.  Come on guys, autogen didn't even work :)
18430
18431 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18432
18433         * configure.ac:
18434         * gst-libs/gst/Makefile.am:
18435         * gst-libs/gst/media-info/.cvsignore:
18436         * gst-libs/gst/media-info/Makefile.am:
18437         * gst-libs/gst/media-info/README:
18438         * gst-libs/gst/media-info/media-info-priv.c:
18439         * gst-libs/gst/media-info/media-info-priv.h:
18440         * gst-libs/gst/media-info/media-info-test.c:
18441         * gst-libs/gst/media-info/media-info.c:
18442         * gst-libs/gst/media-info/media-info.h:
18443         * gst-libs/gst/media-info/media-info.vcproj:
18444         * pkgconfig/Makefile.am:
18445         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18446         * pkgconfig/gstreamer-media-info.pc.in:
18447           Remove media-info, which is also successed by playbin (see Totem
18448           implementation).
18449
18450 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * configure.ac:
18453         * examples/Makefile.am:
18454         * examples/gstplay/.cvsignore:
18455         * examples/gstplay/Makefile.am:
18456         * examples/gstplay/player.c:
18457         * gst-libs/gst/Makefile.am:
18458         * gst-libs/gst/play/.cvsignore:
18459         * gst-libs/gst/play/Makefile.am:
18460         * gst-libs/gst/play/play.c:
18461         * gst-libs/gst/play/play.h:
18462         * gst-libs/gst/play/play.vcproj:
18463         * pkgconfig/Makefile.am:
18464         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18465         * pkgconfig/gstreamer-play.pc.in:
18466           Remove libgstplay, playbin is now the official successor.
18467
18468 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18469
18470         * configure.ac:
18471         * gst-libs/gst/Makefile.am:
18472         * gst-libs/gst/xwindowlistener/Makefile.am:
18473         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18474         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18475           Remove deprecated xwindowlistener (I've moved xwindowlistening
18476           in the v4l/v4l2 plugins over to serverside).
18477
18478 2005-04-25  David Schleef  <ds@schleef.org>
18479
18480         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18481         to examples/dynparams.  Examples do not belong interspersed with
18482         source code.
18483         * examples/dynparams/demo-dparams.c:
18484         * gst/sine/Makefile.am:
18485         * gst/sine/demo-dparams.c:
18486
18487 2005-04-25  David Schleef  <ds@schleef.org>
18488
18489         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18490         * gst-libs/gst/audio/Makefile.am:
18491         * gst-libs/gst/riff/Makefile.am:
18492         * gst-libs/gst/tag/Makefile.am:
18493         * gst-libs/gst/video/Makefile.am:
18494         * gst-libs/gst/xwindowlistener/Makefile.am:
18495
18496         Convert to 0.9 API, seems to work:
18497         * sys/ximage/Makefile.am:
18498         * sys/ximage/ximagesink.c:
18499
18500 2005-04-24  David Schleef  <ds@schleef.org>
18501
18502         Link plugins against libraries:
18503         * ext/alsa/Makefile.am:
18504         * gst/tcp/Makefile.am:
18505
18506         Remove asm code that should be in liboil
18507         * gst/videoscale/Makefile.am:
18508         * gst/videoscale/videoscale_x86_asm.s:
18509
18510         gettext wants these checked in:
18511         * po/af.po:
18512         * po/az.po:
18513         * po/cs.po:
18514         * po/en_GB.po:
18515         * po/hu.po:
18516         * po/it.po:
18517         * po/nb.po:
18518         * po/nl.po:
18519         * po/or.po:
18520         * po/sq.po:
18521         * po/sr.po:
18522         * po/sv.po:
18523         * po/uk.po:
18524         * po/vi.po:
18525
18526 2005-04-24  David Schleef  <ds@schleef.org>
18527
18528         Convert gst_main() to g_main_loop_run()
18529         * gst/playback/decodetest.c: (main):
18530         * gst/playback/test2.c: (main):
18531         * gst/playback/test3.c: (main):
18532         * gst/playback/test4.c: (main):
18533
18534         Link plugins against libraries:
18535         * ext/libvisual/Makefile.am:
18536         * sys/xvimage/Makefile.am:
18537
18538 2005-04-24  David Schleef  <ds@schleef.org>
18539
18540         * configure.ac: Remove idct and resample libs
18541         * gst-libs/gst/Makefile.am: same
18542
18543         Remove usage of gst_library_load():
18544         * ext/alsa/gstalsaplugin.c: (plugin_init):
18545         * ext/libvisual/visual.c: (plugin_init):
18546         * ext/ogg/gstogg.c: (plugin_init):
18547         * ext/theora/theora.c: (plugin_init):
18548         * ext/vorbis/vorbis.c: (plugin_init):
18549         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18550         * gst/audioscale/gstaudioscale.c:
18551         * gst/adder/gstadder.c: (plugin_init):
18552         * gst/audioconvert/plugin.c: (plugin_init):
18553         * sys/ximage/ximagesink.c: (plugin_init):
18554         * sys/xvimage/xvimagesink.c: (plugin_init):
18555         * gst/tcp/gsttcpplugin.c: (plugin_init):
18556
18557         Link plugins against libraries:
18558         * ext/ogg/Makefile.am:
18559         * ext/theora/Makefile.am:
18560         * ext/vorbis/Makefile.am:
18561         * gst/audioconvert/Makefile.am:
18562
18563         Create proper libraries:
18564         * gst-libs/gst/riff/Makefile.am:
18565         * gst-libs/gst/audio/Makefile.am:
18566         * gst-libs/gst/video/Makefile.am:
18567
18568         Move resample library to audioscale plugin directory:
18569         * gst-libs/gst/resample/Makefile.am:
18570         * gst-libs/gst/resample/README:
18571         * gst-libs/gst/resample/dtof.c:
18572         * gst-libs/gst/resample/dtos.c:
18573         * gst-libs/gst/resample/functable.c:
18574         * gst-libs/gst/resample/private.h:
18575         * gst-libs/gst/resample/resample.c:
18576         * gst-libs/gst/resample/resample.h:
18577         * gst-libs/gst/resample/resample.vcproj:
18578         * gst-libs/gst/resample/test.c:
18579         * gst/audioscale/Makefile.am:
18580         * gst/audioscale/README:
18581         * gst/audioscale/dtof.c:
18582         * gst/audioscale/dtos.c:
18583         * gst/audioscale/functable.c:
18584         * gst/audioscale/private.h:
18585         * gst/audioscale/resample.c:
18586         * gst/audioscale/resample.h:
18587         * gst/audioscale/test.c:
18588
18589         Move tagedit library to gst-libs:
18590         * gst-libs/gst/tag/Makefile.am:
18591         * gst-libs/gst/tag/gstid3tag.c:
18592         * gst-libs/gst/tag/gsttagediting.c:
18593         * gst-libs/gst/tag/gsttageditingprivate.h:
18594         * gst-libs/gst/tag/gstvorbistag.c:
18595         * gst/tags/Makefile.am:
18596         * gst/tags/gstid3tag.c:
18597         * gst/tags/gstvorbistag.c:
18598
18599         Fix for core changes:
18600         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18601         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18602         (gst_sinesrc_getrange):
18603
18604 2005-04-23  David Schleef  <ds@schleef.org>
18605
18606         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18607         in gst-plugins in a long time, and properly belongs in liboil.
18608         * gst-libs/gst/idct/Makefile.am:
18609         * gst-libs/gst/idct/README:
18610         * gst-libs/gst/idct/dct.h:
18611         * gst-libs/gst/idct/doieee:
18612         * gst-libs/gst/idct/fastintidct.c:
18613         * gst-libs/gst/idct/floatidct.c:
18614         * gst-libs/gst/idct/idct.c:
18615         * gst-libs/gst/idct/idct.h:
18616         * gst-libs/gst/idct/idtc.vcproj:
18617         * gst-libs/gst/idct/ieeetest.c:
18618         * gst-libs/gst/idct/intidct.c:
18619
18620 2005-04-20  Wim Taymans  <wim@fluendo.com>
18621
18622         * docs/design-audiosinks.txt:
18623         * gst-libs/gst/audio/Makefile.am:
18624         * gst-libs/gst/audio/TODO:
18625         * gst-libs/gst/audio/gstaudiosink.c:
18626         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18627         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18628         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18629         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18630         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18631         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18632         (gst_audiosink_class_init), (gst_audiosink_init),
18633         (gst_audiosink_create_ringbuffer):
18634         * gst-libs/gst/audio/gstaudiosink.h:
18635         * gst-libs/gst/audio/gstbaseaudiosink.c:
18636         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18637         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18638         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18639         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18640         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18641         (gst_baseaudiosink_create_ringbuffer),
18642         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18643         * gst-libs/gst/audio/gstbaseaudiosink.h:
18644         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18645         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18646         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18647         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18648         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18649         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18650         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18651         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18652         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18653         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18654         * gst-libs/gst/audio/gstringbuffer.h:
18655         An attempt at a set of audio base classes together with some
18656         design docs.
18657
18658 2005-04-20  Wim Taymans  <wim@fluendo.com>
18659
18660         * gst/audioconvert/Makefile.am:
18661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18662         (gst_audio_convert_caps_remove_format_info),
18663         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18664         (gst_audio_convert_channels):
18665         Link against audio libs.
18666         Fix audio convert plugin.
18667
18668 2005-04-20  Wim Taymans  <wim@fluendo.com>
18669
18670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18671         (gst_ogg_demux_sink_activate):
18672         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18673         (theora_set_header_on_caps), (theora_enc_sink_event),
18674         (theora_enc_chain):
18675         Fix theora encoder.
18676
18677 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18680         * gst/playback/gstdecodebin.c: (find_compatibles):
18681           Work with staticpadtemplates in elementfactories.
18682
18683 2005-04-12  Wim Taymans  <wim@fluendo.com>
18684
18685         * gst/playback/README:
18686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18687         (compare_ranks), (print_feature), (gst_decode_bin_init),
18688         (dynamic_create), (dynamic_free), (find_compatibles),
18689         (mimetype_is_raw), (close_pad_link), (got_redirect),
18690         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18691         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18692         (gst_decode_bin_change_state):
18693         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18694         (gst_play_base_bin_init), (group_destroy), (group_commit),
18695         (check_queue), (queue_overrun), (queue_threshold_reached),
18696         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18697         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18698         (got_redirect), (setup_source), (play_base_eos),
18699         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18700         (gst_play_base_bin_remove_element):
18701         * gst/playback/gstplaybasebin.h:
18702         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18703         (gst_play_bin_init), (gst_play_bin_dispose),
18704         (gst_play_bin_set_property), (gen_video_element),
18705         (gen_text_element), (gen_audio_element), (remove_sinks),
18706         (gst_play_bin_send_event):
18707         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18708         (stream_info_change_state), (gst_stream_info_set_mute):
18709         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18710         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18711         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18712         (gst_stream_selector_chain):
18713         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18714         (main):
18715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18716         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18717         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18718         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18719         Raw and crude port of decodebin. 
18720         Make playbin compile.
18721
18722 2005-04-06  Wim Taymans  <wim@fluendo.com>
18723
18724         * ext/gnomevfs/Makefile.am:
18725         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18726         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18727         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18728         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18729         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18730         (gst_gnomevfssrc_stop):
18731         * ext/ogg/Makefile.am:
18732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18733         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18734         * ext/theora/Makefile.am:
18735         * ext/theora/theoradec.c: (_inc_granulepos),
18736         (theora_dec_sink_event), (theora_dec_chain):
18737         * ext/vorbis/Makefile.am:
18738         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18739         (vorbis_dec_sink_event), (vorbis_dec_chain):
18740         * gst-libs/gst/audio/Makefile.am:
18741         * sys/xvimage/Makefile.am:
18742         Make gnomevfssrc extend the source base class.
18743         Fix linking against libs in various plugins.
18744
18745 2005-04-06  Andy Wingo  <wingo@pobox.com>
18746
18747         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18748         GST_BASE_LIBS.
18749
18750         * configure.ac: Add check and AC_SUBST for libgstbase.
18751
18752 2005-03-31  Wim Taymans  <wim@fluendo.com>
18753
18754         * examples/seeking/Makefile.am:
18755         * examples/seeking/cdparanoia.c: (main):
18756         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18757         (play_cb), (pause_cb), (stop_cb), (main):
18758         * examples/seeking/playbin.c:
18759         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18760         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18761         (make_sid_pipeline), (make_vorbis_pipeline),
18762         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18763         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18764         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18765         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18766         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18767         (stop_cb), (main):
18768         * examples/seeking/spider_seek.c:
18769         * examples/seeking/vorbisfile.c:
18770         * ext/gnomevfs/Makefile.am:
18771         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18773         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18774         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18775         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18776         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18777         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18778         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18779         * ext/ogg/README:
18780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18781         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18782         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18783         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18784         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18785         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18786         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18787         (gst_ogg_demux_factory_filter), (compare_ranks),
18788         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18789         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18790         (gst_ogg_chain_new), (gst_ogg_chain_free),
18791         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18792         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18793         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18794         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18795         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18796         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18797         (gst_ogg_demux_get_prev_page),
18798         (gst_ogg_demux_deactivate_current_chain),
18799         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18800         (gst_ogg_demux_bisect_forward_serialno),
18801         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18802         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18803         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18804         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18805         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18806         (gst_ogg_demux_change_state), (gst_ogg_print):
18807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18808         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18809         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18810         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18811         (gst_ogg_mux_loop):
18812         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18813         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18814         (theora_dec_src_convert), (theora_dec_sink_convert),
18815         (theora_dec_src_query), (theora_dec_src_event),
18816         (theora_dec_sink_event), (theora_dec_chain),
18817         (theora_dec_change_state):
18818         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18819         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18820         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18821         (theora_enc_change_state):
18822         * ext/vorbis/Makefile.am:
18823         * ext/vorbis/oggvorbisenc.c:
18824         * ext/vorbis/oggvorbisenc.h:
18825         * ext/vorbis/vorbis.c: (plugin_init):
18826         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18827         (vorbis_dec_src_query), (vorbis_dec_src_event),
18828         (vorbis_dec_sink_event), (vorbis_dec_chain),
18829         (vorbis_dec_change_state):
18830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18831         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18832         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18833         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18834         (gst_vorbisenc_change_state):
18835         * ext/vorbis/vorbisenc.h:
18836         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18837         * gst-libs/gst/audio/audioclock.c:
18838         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18839         (gst_audiofilter_init), (gst_audiofilter_chain):
18840         * gst-libs/gst/audio/testchannels.c: (main):
18841         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18842         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18843         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18844         (gmip_find_track_streaminfo), (gmip_find_track_format):
18845         * gst-libs/gst/media-info/media-info.c:
18846         (gst_media_info_read_idler):
18847         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18848         (gst_play_get_all_by_interface):
18849         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18850         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18851         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18852         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18853         (gst_riff_parse_info):
18854         * gst-libs/gst/riff/riff-read.h:
18855         * gst-libs/gst/riff/riff.c: (plugin_init):
18856         * gst-libs/gst/video/Makefile.am:
18857         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18858         (gst_videosink_class_init), (gst_videosink_get_type):
18859         * gst-libs/gst/video/videosink.h:
18860         * gst/audioconvert/bufferframesconvert.c:
18861         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18862         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18863         * gst/audioconvert/channelmixtest.c: (main):
18864         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18865         (gst_audio_convert_chain),
18866         (gst_audio_convert_caps_remove_format_info),
18867         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18868         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18869         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18870         (gst_audio_convert_buffer_to_default_format),
18871         (gst_audio_convert_buffer_from_default_format),
18872         (gst_audio_convert_channels):
18873         * gst/audioconvert/gstchannelmix.h:
18874         * gst/ffmpegcolorspace/avcodec.h:
18875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18876         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18877         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18878         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18879         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18880         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18881         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18882         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18883         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18884         (dv_type_find):
18885         * gst/videotestsrc/gstvideotestsrc.c:
18886         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18887         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18888         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18889         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18890         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18891         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18892         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18894         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18895         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18896         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18897         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18898         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18899         (gst_xvimagesink_navigation_send_event),
18900         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18901         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18902         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18903         * sys/xvimage/xvimagesink.h:
18904         Plugin port to 0.9, ogg/theora playback should work in the seek
18905         example now.
18906         Removed old examples.
18907         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18908         explained in 0.9 TODO doc.
18909
18910
18911 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18912
18913         * autogen.sh:
18914         * configure.ac:
18915         * ext/Makefile.am:
18916         * gst/Makefile.am:
18917         * po/POTFILES.in:
18918         * po/af.po:
18919         * po/az.po:
18920         * po/cs.po:
18921         * po/en_GB.po:
18922         * po/hu.po:
18923         * po/it.po:
18924         * po/nb.po:
18925         * po/nl.po:
18926         * po/or.po:
18927         * po/sq.po:
18928         * po/sr.po:
18929         * po/sv.po:
18930         * po/uk.po:
18931         * po/vi.po:
18932         * sys/Makefile.am:
18933         * testsuite/Makefile.am:
18934           remove a whole bunch of plugins.  This module now contains a set
18935           of free reference plugins/elements as agreed.
18936
18937 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18938
18939         * configure.ac:
18940           hunting season on 0.9 is now OPEN
18941
18942 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18945           Kick the hell out of gcc for not warning me about a symbol conflict.
18946
18947 2005-02-22  Luca Ognibene  <luogni@tin.it>
18948
18949         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18950
18951         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18952           Don't leak caps string (fixes #168134)
18953
18954         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18955         (gst_jpegenc_init), (gst_jpegenc_finalize),
18956         (gst_jpegenc_change_state):
18957           Don't leak line buffers and context struct (fixes #168133).
18958
18959 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961         * configure.ac:
18962         * ext/dirac/gstdiracdec.cc:
18963         (gst_diracdec_chain):
18964           Since dirac 0.5.0 the framerate in dirac is expressed as a
18965           rational number. Fix build and up requirement to 0.5.0, and
18966           also pass parameters to gst_diracdec_link in the right order
18967           (fixes #167959).
18968
18969 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18970
18971         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18972         * ext/faad/gstfaad.h:
18973         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18974         certain invalid muxed streams, where some packets will contain 
18975         junk after decoder data. Partially fixes #149158.
18976
18977 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18978         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18979           Make sure we only write to writable buffers
18980
18981 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * gst-libs/gst/riff/riff-media.c:
18984         (gst_riff_create_audio_caps_with_data):
18985           Do actually fix invalid RIFF fmt header values for alaw
18986           and mulaw audio instead of just saying so.
18987
18988         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18989           Give gst_riff_create_audio_caps_with_data() a chance to
18990           fix up broken format header fields before extracting any
18991           parameters from the header. (fixes #167633)
18992
18993 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18994
18995         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * gst/audioconvert/bufferframesconvert.c:
18998         (buffer_frames_convert_link):
18999           Don't leak othercaps. (fixes #167878)
19000
19001 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19002
19003         * configure.ac:
19004         * ext/libvisual/visual.c: (gst_visual_srclink),
19005         (gst_visual_change_state):
19006           Support libvisual 0.2.0.
19007
19008 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19009
19010         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19011         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19012           Use same rowstrides for I420 as used everywhere else.
19013
19014 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19015
19016         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19017           Declare variables at beginning of block and make gcc-2.95 happy
19018           (fixes # 167482, patch by Gergely Nagy).
19019           
19020         * gst/tcp/gsttcpclientsrc.c:
19021         * gst/tcp/gsttcpclientsrc.h:
19022           Move some includes into the header, so that struct sockaddr_in is
19023           defined when it should be defined on FreeBSD as well (fixes
19024           #167483).
19025           
19026         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19027           Don't pass uninitialised values to setsockopt() here either.
19028
19029 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19030
19031         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19032
19033         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19034           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19035
19036 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19037
19038         * gst/playback/gstplaybin.c: (add_sink):
19039           Invert bin_add/link order to workaround deadlock in opt.
19040
19041 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19042
19043         * gst/modplug/gstmodplug.cc:
19044           Add missing break causing position queries to fail.
19045
19046 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19047
19048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19049           Granpos can apparently be -1, which screws up calculations...
19050
19051 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19052
19053         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19054         (gst_ximagesink_send_pending_navigation),
19055         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19056         (gst_ximagesink_init):
19057         * sys/ximage/ximagesink.h:
19058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19059         (gst_xvimagesink_send_pending_navigation),
19060         (gst_xvimagesink_navigation_send_event),
19061         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19062         * sys/xvimage/xvimagesink.h:
19063           Use a mutex protected list to marshal navigation
19064           events into the stream thread from whichever thread
19065           sends them.
19066
19067 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19068
19069         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19070           Display current position and track length; misc. clean-ups.
19071           
19072         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19073         (speed_init), (speed_chain):
19074           Add query function, so that the stream length and current position
19075           get adjusted when queried (note that current position queries may
19076           still be wrong if the audio sink returns values based on buffer
19077           timestamps instead of passing on the query).
19078
19079 2005-02-13  Benjamin Otte  <otte@gnome.org>
19080
19081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19082         (gst_audio_convert_channels):
19083           create channel conversion matrix when linking
19084         * gst/audioconvert/.cvsignore:
19085         * gst/audioconvert/Makefile.am:
19086         * gst/audioconvert/channelmixtest.c: (main):
19087           add (ugly) test that ensures stereo <=> mono conversion works
19088           correctly
19089
19090 2005-02-13  Benjamin Otte  <otte@gnome.org>
19091
19092         * gst/audioconvert/gstchannelmix.h:
19093           include missing header file
19094         * gst/audioconvert/gstchannelmix.c:
19095         (gst_audio_convert_fill_compatible):
19096           use same sign for both channels when converting to/from compatible
19097           channel. Previously used different signs made the signals cancel
19098           each other out and appear like silence. (fixes #167269)
19099
19100 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19101
19102         * gst/ffmpegcolorspace/avcodec.h:
19103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19104         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19105         (gst_ffmpegcsp_avpicture_fill):
19106         * gst/ffmpegcolorspace/imgconvert.c:
19107           Convert to and from YV12 (fixes #156379).
19108
19109 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19110
19111         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19112         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19113         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19114         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19115         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19116         methods from chain and negotiation and vice versa (Fixes #166142).
19117         * sys/ximage/ximagesink.h: Add stream_lock.
19118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19119         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19120         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19121         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19122
19123 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19124
19125         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19126           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19127           error message when we can't open the DVD device (when dvdnav_open()
19128           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19129           the above). Send something more useful instead (fixes #167117).
19130
19131 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19132
19133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19134         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19135         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19136         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19137         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19138         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19139         methods from chain and negotiation and vice versa (Fixes #166142).
19140         Fix a possible bug of images in the buffer pool being discarded because
19141         we are looking at the wrong geometry.
19142         * sys/xvimage/xvimagesink.h: Add stream_lock.
19143
19144 2005-02-11  David Schleef  <ds@schleef.org>
19145
19146         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19147         unsigned int. (fixes #167128)
19148
19149 2005-02-11  David Schleef  <ds@schleef.org>
19150
19151         * gst/librfb/Makefile.am: Testing stuff before committing is
19152           for wimps... and people with fast machines.  Fix stupid
19153           mistake.
19154
19155 2005-02-11  David Schleef  <ds@schleef.org>
19156
19157         * configure.ac: Pull in librfb from my CVS tree, because it is
19158           too small and annoying to be separate.  Move rfbsrc plugin
19159           to gst/.
19160         * ext/Makefile.am:
19161         * ext/librfb/Makefile.am:
19162         * ext/librfb/gstrfbsrc.c:
19163         * gst/librfb/Makefile.am:
19164         * gst/librfb/gstrfbsrc.c:
19165         * gst/librfb/rfb.c:
19166         * gst/librfb/rfb.h:
19167         * gst/librfb/rfbbuffer.c:
19168         * gst/librfb/rfbbuffer.h:
19169         * gst/librfb/rfbbytestream.c:
19170         * gst/librfb/rfbbytestream.h:
19171         * gst/librfb/rfbcontext.h:
19172         * gst/librfb/rfbdecoder.c:
19173         * gst/librfb/rfbdecoder.h:
19174         * gst/librfb/rfbutil.h:
19175
19176 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19177
19178         * gst/speed/Makefile.am:
19179         * gst/speed/demo-mp3.c: (main):
19180         * gst/speed/filter.func:
19181         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19182         (speed_class_init), (speed_init), (speed_chain_int16),
19183         (speed_chain_float32), (speed_chain), (speed_set_property),
19184         (speed_get_property), (speed_change_state):
19185         * gst/speed/gstspeed.h:
19186           Fix speed element and make it chain-based (fixes #156467),
19187           and make it handle more than one channel.
19188
19189 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19190
19191         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19192         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19193         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19194         * ext/dts/gstdtsdec.h:
19195           Don't clobber the stack constructing the channels array.
19196           Make the element chain-based. DTS tracks can now be played.
19197           
19198 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19199
19200         * gst-libs/gst/audio/multichannel.h:
19201         * gst-libs/gst/gconf/gconf.h:
19202         * gst-libs/gst/idct/idct.h:
19203         * gst-libs/gst/media-info/media-info-priv.h:
19204         * gst-libs/gst/play/play.h:
19205         * gst-libs/gst/resample/private.h:
19206         * gst-libs/gst/resample/resample.h:
19207         * gst-libs/gst/riff/riff-ids.h:
19208         * gst-libs/gst/video/video.h:
19209         * gst-libs/gst/video/videosink.h:
19210           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19211           missing, so that they work when included from C++ code.
19212
19213 2005-02-09  David Schleef  <ds@schleef.org>
19214
19215         * testsuite/gst-lint: Check for non-statically scoped
19216           parent_class variables.  This won't be a problem once
19217           plugins are loaded with RTLD_LOCAL.
19218
19219 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19220
19221         * ext/mplex/gstmplexibitstream.cc:
19222           gcc madness.
19223
19224 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19225
19226         * ext/ogg/gstogmparse.c:
19227         * gst/debug/gstnavigationtest.c:
19228           Die, thou faulty symbol pollutors (non-static parent_class).
19229
19230 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19231
19232         * ext/mplex/gstmplexibitstream.cc:
19233           Fix event handling (#165525).
19234
19235 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * ext/mikmod/gstmikmod.c:
19238         * gst/modplug/gstmodplug.cc:
19239           Add missing endianness to template (fixes #165509).
19240
19241 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19244           Fix wrong order of reading of optional bytes (#165290).
19245
19246 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19247
19248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19249           Implement FILLER event awareness.
19250
19251 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19254           Fix track calculations (#166208).
19255
19256 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19257
19258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19261         * ext/libpng/gstpngenc.c:
19262           Fix byte-order, use proper fixed caps. Fixes #164197.
19263
19264 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19265
19266         * configure.ac:
19267           Add dvdlpcmdec 
19268
19269         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19270         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19271           Don't push buffers if the src pad isn't negotiated yet.
19272           
19273         * gst/audioconvert/gstaudioconvert.c:
19274         (gst_audio_convert_buffer_to_default_format),
19275         (gst_audio_convert_buffer_from_default_format):
19276           Add support for 24-bit width.
19277
19278         * gst/dvdlpcmdec/.cvsignore:
19279         * gst/dvdlpcmdec/Makefile.am:
19280         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19281         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19282         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19283         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19284         (plugin_init):
19285         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19286           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19287           format. Needs support for the channels maps if someone can find 
19288           a DVD LPCM track with > 2 channels.
19289
19290         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19291         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19292         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19293         * gst/mpegstream/gstdvddemux.h:
19294         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19295         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19296         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19297         * gst/mpegstream/gstmpegdemux.h:
19298         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19299         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19300         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19301         (gst_mpeg_parse_handle_src_query),
19302         (gst_mpeg_parse_handle_src_event):
19303           Use audio/x-dvd-lpcm for LPCM output.
19304           Add DTS output.
19305
19306 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19307
19308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19309
19310         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19311         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19312           Add BGRA handling (#165736).
19313
19314 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19315
19316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19317
19318         * gst/law/alaw-decode.c: (alawdec_link):
19319         * gst/law/alaw-encode.c: (alawenc_link):
19320         * gst/law/mulaw-decode.c: (mulawdec_link):
19321         * gst/law/mulaw-encode.c: (mulawenc_link):
19322           Fix caps memleaks (#166600).
19323
19324 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19325
19326         * ext/tarkin/mem.h:
19327         * ext/tarkin/wavelet.h:
19328         * ext/tarkin/yuv.h:
19329         * gst/ffmpegcolorspace/avcodec.h:
19330           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19331           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19332
19333 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19337         (gst_xvimagesink_change_state):
19338           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19339           Xv video (and thereby regenerate Xv colourkey) in clear() so
19340           that PLAY -> READY -> PLAY works (fixes #162504).
19341
19342 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19343
19344         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19345           Switch to list instead of range, since MJPEG-devices really just
19346           support decimations, not any size.
19347
19348 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19349         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19350         (gst_mpeg2dec_reset), (free_all_buffers),
19351         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19352         * ext/mpeg2dec/gstmpeg2dec.h:
19353           The libmpeg2 user-allocated buffer management is awkward, 
19354           to say the least. Hopefully this fixes things.
19355
19356 2005-02-04  Andy Wingo  <wingo@pobox.com>
19357
19358         * gst/audioconvert/bufferframesconvert.c
19359         (buffer_frames_convert_fixate): New function, fixates to 256
19360         frames per buffer by default. (Much better than 1.)
19361         (buffer_frames_convert_init): Set the fixate function for both src
19362         and sink pad.
19363         (buffer_frames_convert_link): After success setting nonfixed caps,
19364         get the negotiated caps so we can know how many buffer-frames it
19365         will be. No idea how this worked at all before.
19366
19367 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19368
19369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19370         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19371         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19372         (handle_sequence), (handle_picture):
19373         * ext/mpeg2dec/gstmpeg2dec.h:
19374           Rearrange buffer tracking and refcounting and refactor
19375           a little for readability. 
19376
19377 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19378         * sys/v4l/gstv4l.c: (plugin_init):
19379         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19380         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19381         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19382         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19383         * sys/v4l/gstv4ljpegsrc.h:
19384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19385         * sys/v4l/v4l_calls.h:
19386         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19387         (gst_v4lsrc_get_fps):
19388         * sys/v4l/v4lsrc_calls.h:
19389           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19390           you jpeg inside rgb frames" driver.
19391           Don't error in the v4lsrc link function, just return 
19392           REFUSED.
19393
19394 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19395
19396         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19397         (gst_qcamsrc_open):
19398           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19399
19400 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19403           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19404
19405 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19408           Reset negotiated state on PAUSED->READY.
19409
19410 2005-02-02  David Schleef  <ds@schleef.org>
19411
19412         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19413         whereever possible.  (Fixes #165997)
19414         * examples/capsfilter/capsfilter1.c: (main):
19415         * examples/dynparams/filter.c: (create_ui):
19416         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19417         * examples/seeking/chained.c: (main):
19418         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19419         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19420         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19421         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19422         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19423         * examples/switch/switcher.c: (main):
19424         * ext/dv/demo-play.c: (main):
19425         * ext/faad/gstfaad.c: (gst_faad_change_state):
19426         * ext/mad/gstmad.c: (gst_mad_chain):
19427         * ext/smoothwave/demo-osssrc.c: (main):
19428         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19429         (gst_gconf_render_bin_from_description),
19430         (gst_gconf_get_default_audio_sink),
19431         (gst_gconf_get_default_video_sink),
19432         (gst_gconf_get_default_audio_src),
19433         (gst_gconf_get_default_video_src),
19434         (gst_gconf_get_default_visualization_element):
19435         * gst/level/demo.c: (main):
19436         * gst/level/plot.c: (main):
19437         * gst/playback/gstplaybin.c: (gen_video_element),
19438         (gen_audio_element):
19439         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19440         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19441         * gst/sine/demo-dparams.c: (main):
19442         * gst/spectrum/demo-osssrc.c: (main):
19443         * gst/speed/demo-mp3.c: (main):
19444         * gst/volume/demo.c: (main):
19445         * testsuite/embed/embed.c: (main):
19446
19447 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19448
19449         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19450         (gst_tcpclientsink_finalize):
19451         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19452         (gst_tcpclientsrc_finalize):
19453         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19454         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19455         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19456         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19457           Don't leak the hostname when shutting down.
19458           In tcpserversrc, take a copy of the default hostname.
19459
19460 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19463           Set caps to systemstream=TRUE.
19464
19465 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * testsuite/Makefile.am:
19468           Fix more OSX buildbots.
19469
19470 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19471
19472         * ext/mpeg2dec/gstmpeg2dec.c:
19473           Don't send things to NULL PAD_PEERs
19474
19475         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19476           Copy-on-write the incoming buffer.
19477
19478         * gst/mpegstream/gstdvddemux.h:
19479         * gst/mpegstream/gstmpegclock.h:
19480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19481         (normal_seek), (gst_mpeg_demux_handle_src_event):
19482         * gst/mpegstream/gstmpegdemux.h:
19483         * gst/mpegstream/gstmpegpacketize.h:
19484         * gst/mpegstream/gstmpegparse.c:
19485         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19486         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19487         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19488         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19489         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19490         * gst/mpegstream/gstmpegparse.h:
19491         * gst/mpegstream/gstrfc2250enc.h:
19492           Various changes to the way time is computed that make seeking and
19493           total time estimation much better here.
19494           Use G_BEGIN/END_DECLS instead of __cplusplus
19495
19496         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19497           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19498
19499 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * gst/subparse/gstsubparse.c:
19502           Fix OSX buildbot.
19503
19504 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19505
19506         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19507         (theora_enc_chain), (theora_enc_change_state):
19508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19509         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19510         (gst_vorbisenc_change_state):
19511         * ext/vorbis/vorbisenc.h:
19512           Set granulepos and timestamp correctly for streams not
19513           starting at 0, taking into account the initial delay.
19514
19515 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19516
19517         * gst/mpegstream/gstdvddemux.c:
19518           Add audio/x-dts to audio pad template caps
19519
19520 2005-01-30  David Schleef  <ds@schleef.org>
19521
19522         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19523         (create_context), (gst_polypsink_link): Fix silly endianness
19524         bug.  Add some debugging.  Remove float from caps; it doesn't
19525         work.  Attempt to get remote audio working.
19526
19527 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19528
19529         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19530           Add 3IV2 fourcc.
19531
19532 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19535         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19536         (gst_avi_demux_stream_data):
19537         * gst/avi/gstavidemux.h:
19538           Invert DIB images. Fixes #132341.
19539
19540 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19543         (gst_ffmpegcsp_chain):
19544           D'oh, reference the palette data, not the palette structure.
19545           Fixes color distortion in #132341.
19546
19547 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19550           PAR can be non-fixed when not provided as argument (#162626).
19551
19552 2005-01-29  David Moore  <dcm@acm.org>
19553
19554         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19557         (gst_qtdemux_loop_header):
19558           Re-apply patch from #142272 that allows non-seekable sources,
19559           re-proposed by Daniel Drake <dsd@gentoo.org>.
19560
19561 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19564           Use the src template for creating the src pad (#162330).
19565
19566 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19567
19568         * configure.ac:
19569         * ext/musepack/Makefile.am:
19570         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19571         (gst_musepackdec_init), (gst_musepackdec_dispose),
19572         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19573         (gst_musepack_stream_init), (gst_musepackdec_loop),
19574         (gst_musepackdec_change_state):
19575         * ext/musepack/gstmusepackdec.cpp:
19576         * ext/musepack/gstmusepackdec.h:
19577         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19578         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19579         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19580         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19581         * ext/musepack/gstmusepackreader.cpp:
19582         * ext/musepack/gstmusepackreader.h:
19583           Update to 1.1 API (#165446).
19584
19585 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * ext/Makefile.am:
19588           Unbreak buildbot.
19589
19590 2005-01-28  Andy Wingo  <wingo@pobox.com>
19591
19592         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19593         to reflect a different dubious internet source. Add a reference
19594         and some commentary.
19595
19596 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19597
19598         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19599         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19600         * gst/playback/gststreamselector.h:
19601           Be more selective when we're redoing caps negotiation from
19602           within the chain function on a stream change.
19603
19604 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * configure.ac:
19607         * ext/Makefile.am:
19608         * ext/amrnb/Makefile.am:
19609         * ext/amrnb/amrnb.c: (plugin_init):
19610         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19611         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19612         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19613         (gst_amrnbdec_state_change):
19614         * ext/amrnb/amrnbdec.h:
19615         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19616         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19617         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19618         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19619         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19620         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19621         * ext/amrnb/amrnbparse.h:
19622           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19623         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19624           Add AMR-NB/-WB raw formats.
19625         * ext/alsa/gstalsa.c: (gst_alsa_link):
19626           Keep valid time when changing format.
19627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19628         (qtdemux_parse_trak):
19629           Add some more format-specific options (#140141, #143555, #155163).
19630
19631 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19632
19633         * gst/matroska/matroska-demux.c:
19634         (gst_matroska_demux_parse_blockgroup):
19635           Fix logic error in timing of subtitle stream synchronization.
19636         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19637           Add skip-chunk, which is found in kodak-camera streams.
19638
19639 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19640
19641         * po/LINGUAS:
19642         * po/vi.po:
19643           Adding Vietnamese translation (submitted by Clytie Siddall)
19644
19645 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19646
19647         * gst/playback/gstdecodebin.c: (try_to_link_1):
19648           Use realpad for signal.
19649
19650 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19651
19652         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19653           Fix category so decodebin picks it up.
19654
19655 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * ext/mad/Makefile.am:
19658         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19659         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19660         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19661         (found_type), (gst_id3demux_bin_change_state):
19662         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19663         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19664         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19665         (gst_id3_tag_change_state), (plugin_init):
19666         * ext/mad/gstmad.h:
19667           Add id3demuxbin (which is a simple bin consisting of id3demux
19668           and typefind), take over rank from id3demux, remove typefind
19669           code from id3demux. Makes all broken mp3s that I know of work,
19670           and thereby fixes #152688.
19671
19672 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19673
19674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * ext/mad/gstmad.c: (gst_mad_src_event):
19677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19678           Allow seeks on audio pad, make mad forward those (#164826).
19679         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19680           Set duration (#165335).
19681
19682 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19683
19684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19685         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19686         (gst_asf_demux_process_ext_content_desc),
19687         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19688         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19689         * gst/asfdemux/gstasfdemux.h:
19690           Improve metadata display, e.g. if the metadata comes before the
19691           streams are loaded (which is perfectly valid).
19692
19693 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19694
19695         * tools/gst-launch-ext-m.m:
19696           Fix AVI/ASF pipelines (#165340).
19697
19698 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19699         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19700         build failure on amd64
19701
19702 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19703
19704         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19705         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19706           Check environment variables GST_ID3V2_TAG_ENCODING,
19707           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19708           list of character encodings to force interpretation of non-unicode
19709           strings stored in an ID3v2 tag to a particular encoding. If none
19710           is specified, try to use current locale's encoding, then fall back
19711           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19712         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19713         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19714           Check environment variables GST_ID3V1_TAG_ENCODING,
19715           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19716           list of character encodings to use in case a string encountered
19717           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19718           specified, try to use the current locale's encoding, then fall
19719           back to ISO-8859-1 (which will always succeed).
19720
19721 2005-01-25  Benjamin Otte  <otte@gnome.org>
19722
19723         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19724           - on half framerate, compute the rate in advance so the comparisons
19725             don't compare wrong values
19726           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19727             behaviour
19728           - don't use mad_header_decode anymore, mad_frame_decode does that
19729             automatically
19730           - when getting rid of consumed bytes, reset the stream's skiplen
19731           (fixes #163867)
19732
19733 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19734
19735         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19736           Use 1/2 a second for default max_discont, as PES streams from DVB
19737           seem to have larger spacings in the SCR. 
19738           Fix a typo.
19739
19740 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * gst/playback/gstplaybasebin.c: (group_commit):
19743           Notify delayed stream-info availability.
19744
19745 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19746         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19747         (gst_a52dec_handle_event), (gst_a52dec_chain):
19748         Add some debug output. Check that a discont has a valid
19749         time associated.
19750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19751         (gst_alsa_sink_loop):
19752         Ignore TAG events. A little extra debug for broken timestamps.
19753         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19754         (dvdnavsrc_change_state):
19755         Ensure we send a discont to engage the link before we send any
19756         other events.
19757         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19758         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19759         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19760         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19761         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19762         dvd://title works in totem because typefinding sends a seek that ends
19763         up going back to chapter 1 regardless.
19764         * ext/mpeg2dec/gstmpeg2dec.c:
19765         * ext/mpeg2dec/gstmpeg2dec.h:
19766         Output correct timestamps and handle disconts.
19767         * ext/ogg/gstoggdemux.c: (get_relative):
19768         Small guard against a null dereference.
19769         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19770         (gst_textoverlay_set_property):
19771         Free memory when done. Don't call gst_event_filler_get_duration on
19772         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19773         g_warning.
19774         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19775         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19776         (gst_sw_srclink), (gst_smoothwave_chain):
19777         Draw solid lines, prettier colours.
19778         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19779         Add a default palette that'll work for some movies.
19780         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19781         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19782         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19783         * gst/mpegstream/gstdvddemux.h:
19784         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19785         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19786         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19787         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19788         * gst/mpegstream/gstmpegparse.h:
19789         Use PTM/NAV events when for timestamp adjustment when connected to 
19790         dvdnavsrc. Don't use many discont events where one suffices.
19791         * gst/playback/gstplaybasebin.c: (group_destroy),
19792         (gen_preroll_element), (gst_play_base_bin_add_element):
19793         * gst/playback/gstplaybasebin.h:
19794         Make sure we remove subtitles from the same bin we put them in.
19795         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19796         (gst_subparse_buffer_format_autodetect),
19797         (gst_subparse_change_state):
19798         Fix some memleaks and invalid accesses.
19799         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19800         (oggskel_type_find), (cmml_type_find), (plugin_init):
19801         Some typefind functions for Annodex v3.0 files
19802         * gst/wavparse/gstwavparse.h:
19803         GstRiffReadClass is the correct parent class.
19804
19805 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19806
19807         * gst-libs/gst/riff/riff-media.c:
19808         (gst_riff_create_video_caps_with_data):
19809           Add extradata to huffyuv (fixes #165013).
19810         * gst-libs/gst/riff/riff-read.c:
19811         (gst_riff_read_strf_vids_with_data):
19812           Fix extradata extraction if it is in the chunk size.
19813
19814 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19815
19816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19817
19818         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19819         (gst_quarktv_change_state), (gst_quarktv_dispose):
19820           Memory free'ing location fix (#164708).
19821
19822 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * gst/playback/gstplaybasebin.c: (group_commit),
19825         (gen_preroll_element), (probe_triggered), (gen_source_element),
19826         (setup_source), (gst_play_base_bin_change_state),
19827         (gst_play_base_bin_add_element):
19828           Don't block for streams.
19829         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19830         (gst_stream_info_set_mute):
19831           Use gst_pad_set_active_recursive.
19832
19833 2005-01-25  Andy Wingo  <wingo@pobox.com>
19834
19835         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19836         for #ifndef HAVE_XVIDEO.
19837
19838 2005-01-24  Jeffrey C. Ollie
19839
19840         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19841
19842         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19843         * ext/gsm/gstgsmdec.h:
19844         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19845         * ext/gsm/gstgsmenc.h:
19846         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19847         was given by property. Add proper buffer timestamps and offsets.
19848
19849 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * gst-libs/gst/riff/riff-media.c:
19852         (gst_riff_create_audio_caps_with_data):
19853           Audio can be <8000Hz.
19854
19855 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19858           Explicit state change to workaround refcount bugs.
19859
19860 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19861
19862         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19863         (gst_avimux_riff_get_avi_header):
19864           Fix...
19865
19866 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19867
19868         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19869         (gst_riff_read_element_data):
19870         * gst-libs/gst/riff/riff-read.h:
19871           Add _peek version (req'ed in CDXA).
19872         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19873         (gst_cdxaparse_loop):
19874           Fix parsing in playbin.
19875         * gst/playback/gstdecodebin.c: (close_pad_link):
19876           Ignore current_ pads, they cause major annoyance.
19877
19878 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19881           Safety guard.
19882
19883 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19886           Fix padding...
19887
19888 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19889
19890         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19891           Allow for 0-sized buffers. Fixes length query problems in
19892           starwars.mkv from the testsuite.
19893
19894 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19895
19896         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19897         (gst_video_box_i420), (gst_video_box_chain):
19898           Fix row strides for I420 (fixes #163159)
19899           
19900 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19901
19902         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19903           MPEG2 has a useful rate property, so we can actually use that.
19904           For MPEG-1, continue using the bytes/time properties.
19905
19906 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19907
19908         * gst-libs/gst/riff/riff-media.c:
19909         (gst_riff_create_video_caps_with_data),
19910         (gst_riff_create_video_template_caps):
19911           Add intel-h263.
19912
19913 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19914
19915         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19916           Fail if caps negotiation fails. Should fix #162184, and should
19917           definately be in there regardless of it fixing the actual bug.
19918         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19919         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19920         (gst_avimux_riff_get_avix_header),
19921         (gst_avimux_riff_get_video_header),
19922         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19923         (gst_avimux_start_file), (gst_avimux_handle_event),
19924         (gst_avimux_change_state):
19925         * gst/avi/gstavimux.h:
19926           Refactor structure writing to use GST_WRITE_UINT macros, add
19927           metadata writing support.
19928
19929 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19930
19931         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19932           Elements may already be destroyed when this function is called.
19933
19934 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19935
19936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19937         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19938           More memory leak fixes (#149162).
19939
19940 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19943         (gst_qtdemux_add_stream):
19944           Fix two memleaks.
19945
19946 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19947
19948         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19949           Argh...
19950
19951 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19954           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19955           when fixating to six channels in Totem.
19956
19957 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19958
19959         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19960           Fix compile warnings on Solaris 10 buildbot
19961
19962 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19963
19964         * ext/dvdread/dvdreadsrc.c: (_read):
19965           Don't read beyond the last cell in a chapter (fixes 
19966           invalid memory access)
19967
19968 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19969
19970         * ext/dvdread/stream_labels.c:
19971         (dvdreadsrc_get_audio_stream_labels):
19972           Use NULL for an empty GList instead of g_list_alloc(); fix 
19973           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19974           of GString (easier to bulk free later)
19975
19976 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19977
19978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19979
19980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19981         (gst_ffmpeg_pixfmt_to_caps):
19982           Fix BGRA32 caps (#164209).
19983
19984 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19985
19986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19987
19988         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19989         (gst_ffmpeg_caps_to_pixfmt):
19990           alpha_mask can be RGBA/ABGR. Fixes #164265.
19991
19992 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19993
19994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19997         (gst_mpeg2dec_alloc_buffer):
19998         * ext/mpeg2dec/gstmpeg2dec.h:
19999           Crop if decoding size is not the actual image size (#163676).
20000
20001 2005-01-17  Steve Baker  <steve@stevebaker.org>
20002
20003         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20006         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20007           Add libsndfile typefind functions (#163309).
20008
20009 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20010
20011         * tools/gst-launch-ext-m.m:
20012           Add .aac, fix .m1v/.m2v (#163891).
20013
20014 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20017           Sanity check, don't wait endlessly since the clock might not
20018           actually run at this point (which is a deadlock). Fixes #164069.
20019
20020 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * gst/playback/gstplaybasebin.c: (probe_triggered):
20023           Of course, only pause if group is done...
20024
20025 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20026
20027         * gst/playback/gstplaybasebin.c: (probe_triggered):
20028           Thread safety.
20029
20030 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20031
20032         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20033           Don't return state change success when the parent
20034           failed.
20035
20036 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20037
20038         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20039           Free events (fix memleak in #162905).
20040
20041 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20042
20043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20044
20045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20046         (gst_ffmpeg_caps_to_pixfmt):
20047           Fix for depth = 15. Fixes #161675.
20048
20049 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20052           Set FPS correctly, even for webcams and the like.
20053         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20054           Don error on setting while capturing.
20055
20056 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20057
20058         * ext/dv/gstdvdec.c:
20059         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20060         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20061           I'm a bad boy. using /1001. to force C to do float division
20062           and not integer division (as it did in my last commit)
20063           Thanks to David I. Lehn for pointing this mistake.
20064
20065 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20066
20067         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20068           Revert Johan's 1.35->1.36 since it breaks compat.
20069
20070 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20071
20072         * ext/dv/gstdvdec.c:
20073         * ext/libfame/gstlibfame.c:
20074         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20075         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20076           replace framerate aproximations by their real value
20077           (24000/1001, 30000/1001, 60000/1001)
20078           Finish fixing bug #164049
20079
20080 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * ext/ogg/gstoggmux.c:
20083           eos/bos debugging
20084         * gst/tcp/gstmultifdsink.c:
20085         * gst/tcp/gstmultifdsink.h:
20086         * gst/tcp/gsttcp.c:
20087         * gst/tcp/gsttcp.h:
20088         * gst/tcp/gsttcpclientsink.c:
20089         * gst/tcp/gsttcpclientsrc.c:
20090         * gst/tcp/gsttcpserversink.c:
20091         * gst/tcp/gsttcpserversrc.c:
20092           improve reusability of elements after state changes and errors
20093           make multifdsink throw away streamheaders when receiving new ones
20094
20095 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20096
20097         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20098           Fix for if items are already in list...
20099
20100 2005-01-12  Benjamin Otte  <otte@gnome.org>
20101
20102         * gst/adder/gstadder.c: (gst_adder_loop):
20103           fix adder a bit so it doesn't screw up with events as much anymore
20104
20105 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20106
20107         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20108         (pixbufscale_scale), (gst_pixbufscale_chain):
20109         * ext/gdk_pixbuf/pixbufscale.h:
20110           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20111           to ensure rowstrides are calculated the same way as 
20112           ffmpegcolorspace
20113           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20114           that we pick up duration and offset also.
20115
20116 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20117
20118         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20119         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20120           Reusability fixes.
20121
20122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20125         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20126         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20127         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20128           Update flags when requested.
20129
20130 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20131
20132         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20133           Fix dmix.
20134
20135 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20136
20137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20138         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20139         (probe_triggered), (new_decoded_pad), (gen_source_element),
20140         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20141         * gst/playback/gstplaybasebin.h:
20142         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20143         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20144         (gst_play_bin_change_state):
20145           Implement group-switch signal for use in apps to clear metadata
20146           cache, clean up subtitle, add suburi property instead of # hack,
20147           some error-out fixes.
20148
20149 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20152           Debug.
20153         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20154           If we got a state change in the _get handler, don't return success.
20155
20156 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20157
20158         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20159         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20160           Make jpegdec quiet on MJPEG decoding
20161         * gst/asfdemux/README:
20162           Fix mimetypes for MJPEG and H263
20163
20164 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20165
20166         * ext/theora/theoradec.c: (theora_dec_chain):
20167           Fix broken code generation by gcc by swapping arguments.
20168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20169           Fix \n in debug.
20170
20171 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20172
20173         * TODO:
20174           delete this file, it is by far outdated
20175         * ext/alsa/gstalsa.1: remove
20176         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20177         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20178         (gst_alsa_get_caps):
20179           Add HW probing for supported sample rates. Fixes #161704
20180
20181 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20182
20183         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20184           Don't crash, biatch! :).
20185
20186 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * ext/musepack/gstmusepackreader.cpp:
20189         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20190           Some work on tags - still doesn't work in playbin...
20191         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20192           Handle events...
20193
20194 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20197           Also shove tags on kid pads.
20198
20199 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20202           Don't bail on unknown events.
20203         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20204           Don't crash on events before negotiation.
20205         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20206           Send tags on pads, too.
20207         * gst/playback/gststreamselector.c:
20208         (gst_stream_selector_request_new_pad):
20209           Forward events on first pad if no input was selected yet.
20210
20211 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst/playback/gstplaybasebin.c: (setup_substreams):
20214           Don't disable streamtype if the stream doesn't exist, since
20215           then playing a video after audio will disable both and nothing
20216           will happen. Fixes the testsuite.
20217
20218 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20219
20220         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20221         (gst_v4l_xoverlay_set_xwindow_id):
20222         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20223         (gst_v4l2_xoverlay_set_xwindow_id):
20224           Add debug categories, fix overlay disabling.
20225
20226 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20227
20228         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20229         * ext/alsa/gstalsa.h:
20230           Add HW probing for period_count/size and buffer_size MIX/MAX
20231           Adjust default/user defined value if out of bounds
20232           Should fix bug #162024
20233
20234 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20235
20236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20237           Fix warning (#161191).
20238
20239 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20240
20241         * ext/dvdread/stream_labels.c:
20242         (dvdreadsrc_get_audio_stream_labels):
20243           Fix warning (init the good variable in switch default)
20244
20245 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20246
20247         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20248
20249         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20250           Fix gcc-2.95 compile (#163485).
20251
20252 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20253
20254         * configure.ac:
20255         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20256         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20257         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20258         (gst_flacenc_change_state):
20259         * ext/flac/gstflacenc.h:
20260           Update for API change in flac-1.1.1. Update requirement in
20261           configure.ac. Fixes #162974.
20262
20263 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20264
20265         * gst/playback/gstplaybasebin.c: (group_destroy):
20266           Remove hack to get rid of assert and get rid of unlinked
20267           signals properly.
20268
20269 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * gst/playback/gstplaybasebin.c: (setup_source):
20272           Set source to NULL so that resources are free'ed. Fixes issues
20273           with playback of CDDA and similar device-accessing things.
20274
20275 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20276
20277         * testsuite/embed/Makefile.am:
20278           test->noinst, fix make test in buildbot.
20279
20280 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20281
20282         * ext/dvdread/stream_labels.c: new file
20283         * ext/dvdread/stream_labels.h: new file
20284         * ext/dvdread/Makefile.am:
20285         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20286           Extract audio stream label from DVD IFO files.
20287           It only dump them on the console for now, still have to
20288           make playbin aware of them.
20289
20290 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/playback/gstplaybasebin.c: (setup_source):
20293           Fix hanging subs.
20294
20295 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20296
20297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20298         (gen_preroll_element), (remove_groups), (setup_subtitle),
20299         (gen_source_element), (setup_source):
20300         * gst/playback/gstplaybasebin.h:
20301           Multiple .sub files is just a stupid idea... Fix some threading
20302           mistakes. Interestingly, external .sub files cause playbin to
20303           hang, I don't know why... Parsing fixes contributed by Fran??ois
20304           Kooman <fkooman@tuxed.net>.
20305
20306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20307
20308         * testsuite/embed/Makefile.am:
20309           Fix buildbot.
20310
20311 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20312
20313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20316         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20317         (gst_pngenc_set_property):
20318         * ext/libpng/gstpngenc.h:
20319           Add compression level property (#163323).
20320
20321 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20322
20323         * configure.ac:
20324         * examples/capsfilter/capsfilter1.c: (main):
20325         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20326         * ext/dvdread/Makefile.am:
20327         * ext/dvdread/demo-play:
20328         * ext/dvdread/demo-play.c:
20329         * gconf/gstreamer.schemas.in:
20330         * gst-libs/gst/gconf/gconf.c:
20331         * sys/v4l/TODO:
20332         * testsuite/Makefile.am:
20333         * testsuite/embed/Makefile.am:
20334         * testsuite/embed/embed.c: (cb_expose), (main):
20335           Remove all references to xvideosink, fix examples (#140845).
20336         * gst/playback/gstplaybasebin.c: (group_destroy):
20337           Apparently, disposal does not unlink - so do explicitely.
20338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20339           Add debug.
20340
20341 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20342
20343         * README: fix PKG_CONFIG_PATH instructions, what was there
20344         previously was breaking default search path, not nice. 
20345         Fixes #163358
20346
20347 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20350         (gst_audioscale_chain):
20351           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20352           when resampling - how the ^@$^!@^! is this possible?!?
20353
20354 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20357           Reset variables on READY.
20358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20359         (gst_matroska_mux_loop):
20360           Require data before writing header.
20361
20362 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20363
20364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20365
20366         * ext/mad/gstmad.c: (gst_mad_chain):
20367           Don't call mad_stream_sync() directly after recovering sync.
20368           Fixes #151661.
20369
20370 2005-01-09  Martin Eikermann  <meiker@upb.de>
20371
20372         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20373
20374         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20375         (snapshot_handler), (gst_snapshot_sinkconnect),
20376         (gst_snapshot_chain):
20377           Allocate resources when required, fix recursive signal emission
20378           and fix caps. Fixes #161667.
20379
20380 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20381
20382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20385         (gst_pngdec_chain):
20386           Handle only 8-bppc (bits-per-pixel-component) images, better
20387           error handling and correct strides. Fixes #163177.
20388         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20389         (gst_pngenc_chain):
20390           Better error handling. Fixes #163348.
20391
20392 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20393
20394         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20395         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20396         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20397         (dvdnavsrc_uri_handler_init):
20398           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20399         * gst/playback/gstplaybasebin.c: (gen_source_element):
20400           Add MMS to streaming URIs.
20401
20402 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20403
20404         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20405         * sys/xvimage/xvimagesink.c:
20406         (gst_xvimagesink_navigation_send_event):
20407           Check for pad availability before sending event.
20408
20409 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * gst-plugins.spec.in:
20412           Add subparse.
20413
20414 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20415
20416         * configure.ac:
20417           Since we use functions from CVS, up requirement.
20418
20419 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20420
20421         * gst/playback/Makefile.am:
20422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20423         (group_destroy), (group_commit), (group_is_muted),
20424         (gen_preroll_element), (add_stream), (unknown_type),
20425         (probe_triggered), (preroll_unlinked), (mute_stream),
20426         (silence_stream), (new_decoded_pad), (setup_substreams),
20427         (setup_source), (get_active_source), (mute_group_type),
20428         (muted_group_change_state), (set_active_source),
20429         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20430         (play_base_eos), (gst_play_base_bin_change_state):
20431         * gst/playback/gstplaybasebin.h:
20432         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20433         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20434         (gst_stream_info_dispose), (stream_info_mute_pad),
20435         (stream_info_change_state), (gst_stream_info_set_mute):
20436         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20437         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20438         (gst_stream_selector_init), (gst_stream_selector_dispose),
20439         (gst_stream_selector_get_linked_pad),
20440         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20441         (gst_stream_selector_get_linked_pads),
20442         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20443         * gst/playback/gststreamselector.h:
20444           Adding stream selection support plus required properties for
20445           applications to use this. Fully fixes #100931.
20446
20447 2005-01-08  Benjamin Otte  <otte@gnome.org>
20448
20449         * gst/games/gstpuzzle.c: (nav_event_handler):
20450           - handle nav events differently: forward every event no matter if it
20451             was handled or not.
20452           - translate events
20453           You can now cheat by using navigationtest ! puzzle and moving the
20454           mouse close to the edge of a tile. ;)
20455
20456 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20457
20458         * configure.ac:
20459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20460         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20461         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20462         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20463         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20464         (gst_ogm_parse_plugin_init):
20465         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20466         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20467         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20468         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20469         * ext/pango/gsttextoverlay.h:
20470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20471         (gst_matroska_demux_handle_seek_event),
20472         (gst_matroska_demux_sync_streams),
20473         (gst_matroska_demux_parse_blockgroup),
20474         (gst_matroska_demux_subtitle_caps),
20475         (gst_matroska_demux_plugin_init):
20476         * gst/matroska/matroska-ids.h:
20477         * gst/playback/gstdecodebin.c: (close_pad_link):
20478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20479         (gen_preroll_element), (remove_groups), (add_stream),
20480         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20481         (setup_source):
20482         * gst/playback/gstplaybasebin.h:
20483         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20484         * gst/subparse/Makefile.am:
20485         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20486         (gst_subparse_base_init), (gst_subparse_class_init),
20487         (gst_subparse_init), (gst_subparse_formats),
20488         (gst_subparse_eventmask), (gst_subparse_event),
20489         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20490         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20491         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20492         (parse_mpsub_deinit), (parse_mpsub_init),
20493         (gst_subparse_buffer_format_autodetect),
20494         (gst_subparse_format_autodetect), (gst_subparse_loop),
20495         (gst_subparse_change_state), (gst_subparse_type_find),
20496         (plugin_init):
20497         * gst/subparse/gstsubparse.h:
20498         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20499         (plugin_init):
20500           Add subtitle support, .sub parser (supports SRT and MPsub),
20501           OGM text support, Matroska UTF-8 text support, deadlock fixes
20502           all over the place, subtitle awareness in decodebin/playbin
20503           and some fixes to textoverlay to handle subtitles in a stream
20504           correctly. Fixes #100931.
20505
20506 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20509           Check for pad availability before doing a query on it.
20510
20511 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20512
20513         * ext/dv/gstdvdec.c:
20514           really fix bpp24/32 dvdec caps (classic rgba indeed)
20515         * gst/asfdemux/gstasfdemux.c:
20516         (gst_asf_demux_process_ext_content_desc):
20517           don't send text tags if they are empty (bis repetita)
20518
20519 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20520
20521         * ext/dv/gstdvdec.c:
20522          remove unneeded comment from dvdec
20523           (related to DV 4CC codes in AVI files)
20524           moved them in gstreamer/docs/random/mimetypes
20525         * gst/asfdemux/gstasfdemux.c:
20526         (gst_asf_demux_process_ext_content_desc):
20527          don't send text tags if they are empty
20528          fix mem leak on error path
20529         * gst/ffmpegcolorspace/avcodec.h:
20530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20531         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20532         (gst_ffmpegcsp_avpicture_fill):
20533         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20534         * gst/ffmpegcolorspace/imgconvert_template.h:
20535          adds BGR32 and BGRA32 to ffmpegcolorspace
20536           (still bad colors, fixing it on next commit)
20537           helps with dvdec outputing BGR32
20538
20539 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20540
20541         * ext/dv/gstdvdec.c:
20542          Fix audio caps i just broke (missing ',')
20543         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20544         (gst_matroska_mux_reset):
20545          Fix typo + add FIXME about old "x-gst-metadata" crap
20546
20547 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20548
20549         * ext/dv/demo-play.c: (main):
20550          xvideosink -> xvimagesink
20551         * ext/dv/gstdvdec.c:
20552          change rgb 32/32 caps to 24/32 (no alpha)
20553          change nb of channels to be a list (2 or 4, not 2)
20554          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20555         * gst/asfdemux/gstasfdemux.c:
20556         (gst_asf_demux_process_ext_content_desc):
20557          Add 'date/year' to extracted metadata list
20558
20559 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20560
20561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20562           The return value of fixate_to does not imply that the requested
20563           value was set, so don't assume.
20564
20565 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20566
20567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * ext/libpng/gstpngdec.c:
20570         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20571         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20572         * ext/libpng/gstpngenc.h:
20573           Alpha support (encoder; #163161), mime fixage.
20574
20575 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20576
20577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20578
20579         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20580         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20581         (gst_faac_set_property), (gst_faac_get_property):
20582         * ext/faac/gstfaac.h:
20583           Allow for ADTS output (#153434).
20584
20585 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20586
20587         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20588           Fix against template (#150576).
20589
20590 2005-01-06  Benjamin Otte  <otte@gnome.org>
20591
20592         * gst/games/gstpuzzle.c: (draw_puzzle):
20593           don't draw a puzzle if either width or height of tiles would be 0.
20594
20595 2005-01-06  Benjamin Otte  <otte@gnome.org>
20596
20597         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20598         (gst_puzzle_class_init), (gst_puzzle_finalize):
20599           no memleaks, please
20600         (gst_puzzle_create), (gst_puzzle_init),
20601         (gst_puzzle_set_property), (gst_puzzle_setup):
20602           change initialization code around so we don't reshuffle on resize
20603         (draw_puzzle):
20604           fix another stupid typo
20605
20606 2005-01-06  Benjamin Otte  <otte@gnome.org>
20607
20608         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20609           fix stupid typo that borked copying on YUY2
20610
20611 2005-01-06  Benjamin Otte  <otte@gnome.org>
20612
20613         * gst/games/gstpuzzle.c: (draw_puzzle):
20614           fix edges when image sizes aren't multiples of tile sizes
20615
20616 2005-01-06  Benjamin Otte  <otte@gnome.org>
20617
20618         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20619           make RGB endianness work correctly
20620         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20621           refactor and fix race with initial shuffling
20622         (nav_event_handler):
20623           allow using the mouse to puzzle
20624         (draw_puzzle):
20625           insist on tiles having width and height as multiples of 4 to get
20626           clean YUV image handling
20627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20628         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20629           s/DEBUG/LOG/ for common messages
20630         (gst_xvimagesink_navigation_send_event):
20631           fix mouse event translation to not include screen PAR
20632         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20633           fix mouse event translation to actually work
20634
20635 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20636
20637         * gst/asfdemux/gstasfdemux.c:
20638         (gst_asf_demux_process_ext_content_desc):
20639          Extract TrackNumber metadata + clean up code
20640         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20641          Hope this is the good fix (var used unitialised)
20642
20643 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20644
20645         * ext/faad/gstfaad.c: (gst_faad_chain):
20646           Only increment timestamp if it's valid. Fixes raw AAC streams.
20647
20648 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20649
20650         * configure.ac:
20651         * gst/games/Makefile.am:
20652         * gst/games/gstpuzzle.c:
20653           add a puzzle game with...
20654         * gst/games/gstvideoimage.c:
20655         * gst/games/gstvideoimage.h:
20656           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20657           from videotestsrc and made into something that would be a nice
20658           library for a lot of other plugins.
20659
20660 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20661
20662         * configure.ac:
20663          don't compile faad plugin if a RC of 2.0 is found
20664          Fixes #155346 (and FC1 buildbot)
20665         * gst/asfdemux/gstasfdemux.c:
20666         (gst_asf_demux_process_ext_content_desc):
20667          try to make Solaris compiler happier
20668
20669 2005-01-06  Paul Jack  <pjack@sfaf.org>
20670
20671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20672
20673         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20674           Fix segfault (#161667).
20675
20676 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20677
20678         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20679           Fix framerate reporting.
20680
20681 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20682
20683         * gst-libs/gst/riff/riff-ids.h:
20684         * gst/wavenc/riff.h:
20685          Add AMR (VBR and CBR) ids to riff.h audio codec list
20686         * gst/asfdemux/gstasfdemux.c:
20687         (gst_asf_demux_process_ext_content_desc),
20688         (gst_asf_demux_process_object):
20689           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20690
20691 2005-01-05  Martin Eikermann  <meiker@upb.de>
20692
20693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20694
20695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20696         (gst_dvd_demux_handle_discont):
20697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20698         (gst_mpeg_demux_handle_discont):
20699           Recreate pads on new-media (#160730).
20700         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20701           Send discont even if manager changes timestamps (#161929).
20702
20703 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20704
20705         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20708           Fix invalid memory access (#159211).
20709
20710 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20711
20712         * examples/gstplay/player.c: (main):
20713           Don't iterate.
20714         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20715           Add visualizations.
20716         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20717         (gst_a52dec_handle_frame):
20718           Set duration.
20719         * ext/dvdnav/gst-dvd:
20720           Add audioconvert. Fixes #161325.
20721         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20722           Explicitely case to gint64. Possible valgrind error.
20723         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20724         (gst_play_tick_callback), (gst_play_change_state),
20725         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20726         (gst_play_set_location), (gst_play_get_location),
20727         (gst_play_seek_to_time), (gst_play_set_data_src),
20728         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20729         (gst_play_set_visualization), (gst_play_connect_visualization),
20730         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20731         (gst_play_new):
20732           Use playbin. Fixes #139749 and #147744.
20733         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20734           Add genre tag.
20735         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20736         (audioscale_get_type), (gst_audioscale_base_init),
20737         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20738         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20739         (gst_audioscale_link), (gst_audioscale_get_buffer),
20740         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20741         (gst_audioscale_init), (gst_audioscale_dispose),
20742         (gst_audioscale_chain), (gst_audioscale_set_property),
20743         (gst_audioscale_get_property), (plugin_init):
20744           Indent properly.
20745         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20746           Fix LPCM.
20747         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20748         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20749         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20750           Add more metadata (fixes #162656).
20751
20752 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20753
20754         * configure.ac:
20755           back to cvs
20756
20757 === release 0.8.7 ===
20758
20759 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20760
20761         * NEWS:
20762         * RELEASE:
20763         * configure.ac:
20764           releasing 0.8.7, "Hyperspace"
20765
20766 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20767
20768         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20769
20770         * gst/playback/gstplaybasebin.c:
20771          Fix for #162924 - free caps after use, not before
20772
20773 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20774
20775         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20776
20777         * gst/playback/gstplaybasebin.c:
20778         * gst/wavparse/gstwavparse.c:
20779           Fix for #154773 - fixes playback of small .wav files
20780
20781 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20782
20783         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20784
20785         * gst/audioscale/gstaudioscale.c:
20786           Fix for #162819 - make audioscale reusable
20787           Fixes playback of more than one file with playbin/totem
20788
20789 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20790
20791         * gst/ffmpegcolorspace/avcodec.h:
20792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20793         * gst/ffmpegcolorspace/imgconvert.c:
20794           clean up the mess that made me cry and avoid needless duplication
20795
20796 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20797
20798         * gst/ffmpegcolorspace/imgconvert.c:
20799           give some indication of why we're segfaulting
20800
20801 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * configure.ac:
20804           Fix indentation, fix v4l2 plugin detection.
20805         * ext/Makefile.am:
20806           Fix libmms location (Maciej, use diff -u!).
20807         * ext/alsa/gstalsa.c: (gst_alsa_init):
20808           Initialize caps cache to NULL.
20809         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20810           Only change state on audiosink if it exists.
20811
20812 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20813
20814         * gst/matroska/matroska-demux.c:
20815         * gst/matroska/matroska-ids.h:
20816         * gst/matroska/matroska-demux.h:
20817         Fix Vorbis streams failing to decode in some files, where cluster_time
20818         isn't 0, because then it doesn't send codec_priv before actual data.
20819         Remove time-based test and replace it with marker set on beginning of
20820         new stream
20821
20822 2004-12-28  David Schleef  <ds@schleef.org>
20823
20824         Merge patch from Ronald fixing problems with streaming
20825         text.
20826         * ext/cairo/gstcairo.c: (plugin_init):
20827         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20828         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20829         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20830         (gst_textoverlay_font_init), (gst_textoverlay_init),
20831         (gst_textoverlay_set_property):
20832         * ext/cairo/gsttextoverlay.h:
20833
20834 2004-12-27  David Schleef  <ds@schleef.org>
20835
20836         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20837         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20838         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20839         (gst_textoverlay_font_init), (gst_textoverlay_init),
20840         (gst_textoverlay_set_property): Improvements to actually
20841         render text as white on black outline on video, including
20842         font selection and horizontal/vertical alignment.  (Ronald's
20843         christmas present)
20844         * ext/cairo/gsttextoverlay.h:
20845
20846 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20847
20848         * ext/ogg/gstogg.c:
20849         * ext/ogg/gstogmparse.c:
20850           fix ogm[audio/video]parse plugin registration
20851           (riff won't load if bytestream is already loaded)
20852
20853 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20854
20855         * gst/audioconvert/gstchannelmix.c:
20856           fix for GLIB < 2.4
20857
20858 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20859
20860         * Makefile.am:
20861         * configure.ac:
20862           disable docs again until it actually passes make distcheck.
20863
20864 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20865
20866         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20867         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20868         (plugin_init):
20869           Add 3GP (variables name Q3GP because they can't start with a
20870           number). Add samr audio fourcc (used in .3gp files), decoder
20871           is work in progress. Also do a GST_WARNING instead of ERROR
20872           in case of unknown nodes, to decrease output.
20873
20874 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20875
20876         * Makefile.am:
20877           really fix dist
20878
20879 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * configure.ac:
20882         * ext/speex/gstspeexdec.h:
20883         * ext/speex/gstspeexenc.h:
20884           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20885           Fix detection code in configure.ac
20886
20887 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * gst/matroska/matroska-demux.c:
20890         (gst_matroska_demux_parse_blockgroup):
20891           Save position, so that queries give proper return values. Don't
20892           know how this could ever have worked before...
20893
20894 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20895
20896         * configure.ac:
20897           Put additional LAME check inside the conditional.  Fixes #152339
20898
20899 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20900
20901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20902         (gst_avi_demux_stream_scan):
20903           Add some more debug. Fix logic error when setting movi offset
20904           while reading index.
20905
20906 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20907
20908         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20909         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20910         (gst_avi_demux_process_next_entry):
20911           Add some debugging. Better detection of broken indexes and the
20912           accompanying index recovery. No infinite loops on state changes
20913           when we're still in our loopfunction.
20914
20915 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * configure.ac:
20918           Fix up.
20919
20920 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20921
20922         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20923
20924         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20925           Normalizing the value before setting
20926         (gst_sunaudiomixer_get_volume):
20927           Normalizing the value after getting. Fixes bug# 161980
20928
20929 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20930
20931         * Makefile.am: Make sure docs gets disted
20932         * docs/Makefile.am: Make sure all needed files get disted
20933         * gst-plugins.spec.in: latest updates
20934
20935 2004-12-22  Wim Taymans  <wim@fluendo.com>
20936
20937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20938         Revert patch 1.38 as clock distribution over schedulers does
20939         not work correcly in the core yet.
20940
20941 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20942
20943         * sys/oss/README: remove this file, which predates my birth
20944           (and which content is by far outdated)
20945
20946 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20947
20948         * Makefile.am:
20949         * configure.ac:
20950         * docs/Makefile.am:
20951         * docs/libs/Makefile.am:
20952         * docs/libs/gst-plugins-libs-docs.sgml:
20953         * docs/libs/gst-plugins-libs-sections.txt:
20954         * docs/libs/tmpl/gstgconf.sgml:
20955         * docs/upload.mak:
20956         * docs/version.entities.in:
20957           Added boilerplate gtk-doc files for plugin-libs documentation.
20958
20959 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20960
20961         * gst/auparse/gstauparse.c: fix int and float audio caps
20962
20963 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20966         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20967           g_assert() can be a macro, don't use #ifdef inside it.
20968
20969 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20970
20971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20974         (gst_videorate_init), (gst_videorate_chain),
20975         (gst_videorate_change_state):
20976           Event handling (fixes #159986).
20977
20978 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20979
20980         * gst-libs/gst/riff/riff-media.c:
20981         (gst_riff_create_video_caps_with_data):
20982           Add BLZ0 (Blizzard's version of DivX) fourcc.
20983
20984 2004-12-18  David Schleef  <ds@schleef.org>
20985
20986         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20987         portability fix.
20988
20989 2004-12-18  David Schleef  <ds@schleef.org>
20990
20991         * gst/tta/ttadec.h: Disable some header code that isn't used
20992         and clearly isn't portable.
20993
20994 2004-12-18  David Schleef  <ds@schleef.org>
20995
20996         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20997         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20998         (avcodec_get_pix_fmt), (avpicture_layout),
20999         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21000         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21001         Fix code to not use GCC extensions (and c99 extensions that
21002         Forte does not like.)
21003
21004 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21005
21006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21007
21008         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21009         (gst_deinterlace_chain):
21010           Rowstride fixes. Fixes #161039.
21011         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21012         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21013         (gst_video_crop_getcaps), (gst_video_crop_link),
21014         (gst_video_crop_i420), (gst_video_crop_chain),
21015         (gst_video_crop_change_state):
21016           Rework of negotiation. Actually works now. Fixes #158650.
21017
21018 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21019
21020         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21021           That was very stupid.
21022
21023 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * gst/matroska/matroska-demux.c:
21026         (gst_matroska_demux_parse_blockgroup):
21027           Fix possible crasher.
21028
21029 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21030
21031         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21032         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21033           Lace sizes can be zero.
21034
21035 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * ext/musepack/gstmusepackdec.cpp:
21038           Fetch error return values. Fixes #161624.
21039         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21040           Really EOS.
21041
21042 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21045           Work for truncated (unfinished download etc.) files. Fixes #160514.
21046
21047 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21048
21049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21050           Fix for integer overflow. Makes #156001 not crash. Probably masks
21051           the real bug.
21052
21053 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21054
21055         * gst/ac3parse/gstac3parse.c: (plugin_init):
21056           Parsers never have ranks. Fixes #159651.
21057
21058 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21059
21060         * gst/playback/gstdecodebin.c: (compare_ranks):
21061           make sure the facotries are ordered the same every time even if they
21062           have the same rank by using the name
21063         * gst/playback/gstdecodebin.c: (find_compatibles):
21064           make sure we don't add factories to the list twice
21065
21066 2004-12-16  David Schleef  <ds@schleef.org>
21067
21068         * configure.ac: look for musepack headers as musepack/*.h
21069         (fixes #159847)
21070         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21071         * ext/musepack/gstmusepackreader.h: same
21072
21073 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * gst-libs/gst/riff/riff-read.c:
21076         (gst_riff_read_strf_auds_with_data):
21077           Read extradata correctly (fixes #155879).
21078
21079 2004-12-16  David Schleef  <ds@schleef.org>
21080
21081         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21082         audio.  does _not_ attempt or allow conversion unless channels
21083         is 1 or 2.
21084
21085 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21086
21087         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21088
21089 2004-12-16  David Schleef  <ds@schleef.org>
21090
21091         * gst/audioscale/gstaudioscale.c: the resample library only
21092         handles 1 or 2 channels.  Change caps to compensate.
21093
21094 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21095
21096         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21097         (gst_matroska_demux_audio_caps):
21098           Some MPEG-AAC hacks, because else it doesn't work...
21099
21100 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21101
21102         * gst-libs/gst/riff/riff-media.c:
21103         (gst_riff_create_video_caps_with_data),
21104         (gst_riff_create_video_template_caps):
21105           Add h264.
21106
21107 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst-libs/gst/audio/Makefile.am:
21110           Try to fix buildbot.
21111
21112 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21113
21114         * gst/tcp/gstmultifdsink.c:
21115           Clean up and uniformize debugging.
21116
21117 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21118
21119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21120
21121         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21122         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21124         (gst_mpeg_demux_change_state):
21125           Reset on ready. Fixes 160276.
21126
21127 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21128
21129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21130
21131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21132         (gst_ffmpegcsp_pad_link):
21133           Fix memleak (#154815).
21134
21135 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21136
21137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21138
21139         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21140         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21141         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21142         * ext/musicbrainz/gsttrm.h:
21143           Add support for using a proxy server when getting a trm id from
21144           the MusicBrainz database (#149613).
21145
21146 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21147
21148         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21151         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21152           Fix memleaks (#157233).
21153
21154 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21155
21156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21157
21158         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21159         * gst-libs/gst/resample/resample.h:
21160         * gst/audioscale/gstaudioscale.c:
21161           Fix memleak (#159215).
21162
21163 2004-12-16  Toni Willberg  <toniw@iki.fi>
21164
21165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21166
21167         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21168         * sys/oss/oss_probe.c: (main):
21169           Check for mono/stereo support (similar to samplerate probing),
21170           fixes #159433. Also add missing copyright header to oss_probe.c.
21171
21172 2004-12-15  David Schleef  <ds@schleef.org>
21173
21174         * configure.ac: add audioresample and cairo plugins.  Remove
21175         HAVE_MMX stuff, because it's not used.
21176         * ext/Makefile.am: same
21177         * ext/audioresample/Makefile.am: You are not ready for an
21178         audio resampling element based on audioresample.
21179         * ext/audioresample/gstaudioresample.c:
21180         * ext/audioresample/gstaudioresample.h:
21181         * ext/cairo/Makefile.am: You are not ready for overlay elements
21182         based on cairo.  Don't look too closely, these elements kinda
21183         suck right now.
21184         * ext/cairo/gstcairo.c: new
21185         * ext/cairo/gsttextoverlay.c: new
21186         * ext/cairo/gsttextoverlay.h: new
21187         * ext/cairo/gsttimeoverlay.c: new
21188         * ext/cairo/gsttimeoverlay.h: new
21189         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21190         problem with compilers that don't support variadic macros.
21191
21192 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21193
21194         Reviewed by:  David Schleef  <ds@schleef.org>
21195
21196         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21197         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21198         bit.  Also ran indent-gst.
21199         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21200         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21201         (gst_sunaudiosrc_setparams):
21202
21203 2004-12-14  David Schleef  <ds@schleef.org>
21204
21205         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21206         output rate to 16000.  Should fix #160235.
21207
21208 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21209
21210         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21211         Add typefinding for mpeg2 pes streams
21212
21213 2004-12-13  David Schleef  <ds@schleef.org>
21214
21215         * configure.ac:  Applied patch from bug #143659, making default
21216         sources and sinks OS-dependent (for Solaris), and added code
21217         for OS/X.
21218         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21219
21220 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21221
21222         * gst-libs/gst/riff/riff-media.c:
21223           forgot to add h2.64 to avidemux template caps
21224
21225 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21226
21227         * gst/wavenc/riff.h:
21228         * gst-libs/gst/riff/riff-media.c:
21229         * gst-libs/gst/riff/riff-ids.h:
21230         * gst/avi/gstavimux.c
21231         add 4CC code for VideoSoft h264 in AVI (VSSH)
21232           fixes bug #160655
21233         remove s323 from riff, it's quicktime specific :(
21234
21235 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21236
21237         * gst/asfdemux/README
21238         * gst/wavenc/riff.h
21239         * gst-libs/gst/riff/riff-ids.h
21240         * gst-libs/gst/riff/riff-media.c
21241         * gst/qtdemux/qtdemux.c:
21242           add new 4CC codes for h263 related codecs
21243           fixes partially bug #155163
21244
21245 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21246
21247         * configure.ac: Update polyaudio requirement to 0.7
21248         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21249
21250 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21251
21252         * gst/interleave/deinterleave.c:
21253         fix my name's spelling! :)
21254
21255 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21256
21257         * AUTHORS ChangeLog
21258         * gst/auparse/gstauparse.c
21259         * gst/interleave/deinterleave.c
21260         * gst/law/:
21261                 alaw-decode.c alaw-encode.c
21262                 mulaw-decode.c mulaw-encode.c
21263         * gst/oneton/gstoneton.c
21264         * sys/osxaudio/:
21265                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21266         * sys/osxvideo/:
21267                 cocoawindow.h cocoawindow.m
21268                 osxvideosink.h osxvideosink.m
21269
21270         put the same mail address for Zaheer Abbas Merali everywhere
21271
21272 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21273
21274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21275           Align by packetsize, and assert that we a packet available before
21276           playing. The first makes webstreams work (they often include
21277           trailing padding data in a packet), the second allows pausing a
21278           ASF stream in totem without getting demux errors afterwards.
21279
21280 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * ext/ogg/gstoggdemux.c: (get_relative):
21283           Check for non-NULL before accessing member (end-of-chain).
21284
21285 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21286
21287         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21288         (cdparanoia_set_property), (cdparanoia_get_property):
21289         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21290         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21291         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21292         (dvdreadsrc_init), (dvdreadsrc_set_property),
21293         (dvdreadsrc_get_property):
21294         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21295         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21296           Synchronize property names where not yet the case. Devices are
21297           now device=X, other versions are deprecated (but still exist).
21298           Also use g_free() unconditionally.
21299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21300         (setup_source), (gst_play_base_bin_get_property):
21301           Expose source.
21302
21303 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21304
21305         * configure.ac: move GCONF macro outside conditional for the am
21306           conditional. Fixes #160439
21307
21308 2004-12-08  David Schleef  <ds@schleef.org>
21309
21310         * tools/gst-visualise-m.m: Switch to elements that currently
21311         exist.
21312
21313 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21314
21315         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21316           We love wrong commas.
21317
21318 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21319
21320         * gst/matroska/matroska-demux.c:
21321         (gst_matroska_demux_handle_src_query):
21322           Don't set DEFAULT, unsupported - makes length display incorrectly
21323           in some cases.
21324
21325 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21326
21327         * gst/monoscope/README: remove blurb about files being GPL
21328         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21329         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21330           monoscope is now effectively LGPL licensed
21331
21332 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21333
21334         * gst/monoscope/README: Update information to be more correct
21335         * gst/monoscope/convolve.c: Relicense to LGPL
21336         * gst/monoscope/convolve.h: Relicense to LGPL
21337
21338 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21339
21340         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21341           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21343           set default_duration for mpeg1 audio
21344
21345 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21346
21347         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21348         * ext/alsa/gstalsa.h:
21349           refactor big chunks of the core caps negotiation code to make it
21350           a lot faster, because people claim it's really slow
21351           (actually, just cache the getcaps when the device is opened)
21352
21353 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21354
21355         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21356         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21357         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21358         (gst_a52dec_change_state), (plugin_init):
21359         * ext/a52dec/gsta52dec.h:
21360           Do something useful with timestamps. Make chain-based (since
21361           there's really no reason to be loopbased).
21362         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21363           Update current_byte/frame correctly.
21364
21365 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21368         (gst_ape_demux_stream_init):
21369           Forward tags, too.
21370
21371 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21372
21373         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21374           Let's make sure we're done typefinding when detecting tags.
21375
21376 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21377
21378         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21379         (gst_ebml_read_init), (gst_ebml_read_use_event),
21380         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21381         (gst_ebml_read_seek), (gst_ebml_read_skip),
21382         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21383         (gst_ebml_read_master):
21384         * gst/matroska/ebml-read.h:
21385         * gst/matroska/matroska-demux.c:
21386         (gst_matroska_demux_parse_contents),
21387         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21388           Disgustingly evil hack for working around INTERRUPT events and
21389           their extremely annoying habit of being a pain in the ass. We
21390           simply peek a cluster before reading any of it.
21391
21392 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21393
21394         * ext/musepack/gstmusepackdec.cpp:
21395           There's also floating point libmusepacks.
21396
21397 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21398
21399         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21400         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21401           Set DURATION even if source buffer didn't. Also use increasing
21402           timestamps.
21403         * gst-libs/gst/riff/riff-media.c:
21404         (gst_riff_create_audio_caps_with_data):
21405           Block_align can have larger values than 8192.
21406
21407 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21408
21409         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21410         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21411         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21412         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21413           Fix caps.
21414
21415 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21416
21417         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21418           Fix logic bug.
21419
21420 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21421
21422         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21423           Yay, another one.
21424
21425 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21426
21427         * ext/esd/esdsink.c: (gst_esdsink_chain):
21428           Make error actually say something useful (fixes #156798).
21429         * gst-libs/gst/riff/riff-media.c:
21430         (gst_riff_create_video_caps_with_data),
21431         (gst_riff_create_video_template_caps):
21432           Add Intel Video 5.0 fourcc (IV50).
21433
21434 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21435
21436         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21437         detection on mono and stereo mp3 files.
21438
21439 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21440
21441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21442           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21443           the contained stream).
21444
21445 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21446
21447         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21448           Oops, remove debug.
21449
21450 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21451
21452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21453
21454         * gst/law/alaw-decode.c: (alawdec_getcaps):
21455         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21456           Prevent warnings when negotiating caps (fixes #159338).
21457
21458 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21459
21460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21461         (gst_ffmpegcsp_chain):
21462           Remove old leftover that shouldn't be there...
21463
21464 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21465
21466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21469           Don't forward DISCONT events (fixes #159684).
21470
21471 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21474           Unlink manually since sometimes bin disposal (and therefore
21475           pad unlinking) is delayed, which will cause a new media file
21476           to not be able to start playing instantly.
21477
21478 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21479
21480         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21481           On mute of an unlinked stream, check for pad availability so
21482           we don't crash on unlinked pad.
21483
21484 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21485
21486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21487         (gst_avi_demux_massage_index):
21488           Fix quite humiliating bug in omitting 0-sized index chunks but
21489           forgetting to count them for timestamps.
21490
21491 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21494           Actually leave the loop if we failed to sync. Don't crash.
21495
21496 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21499         (gst_dvd_demux_process_private):
21500         * gst/mpegstream/gstdvddemux.h:
21501           Fix crash (#159759). Doesn't work, though. :-(.
21502
21503 2004-11-28  Benjamin Otte  <otte@gnome.org>
21504
21505         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21506           more overwriting protection due to modifying channels one by one
21507           instead of all at once
21508
21509 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * gst/audioconvert/gstchannelmix.c:
21512         (gst_audio_convert_fill_normalize):
21513           Normalize using absolute values.
21514
21515 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21516
21517         * configure.ac:
21518         * ext/Makefile.am:
21519         * ext/directfb/Makefile.am:
21520         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21521         (gst_directfbvideosink_get_pixel_format),
21522         (gst_directfbvideosink_get_format_from_fourcc),
21523         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21524         (gst_directfbvideosink_sink_link),
21525         (gst_directfbvideosink_change_state),
21526         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21527         (gst_directfbvideosink_buffer_alloc),
21528         (gst_directfbvideosink_interface_supported),
21529         (gst_directfbvideosink_interface_init),
21530         (gst_directfbvideosink_navigation_send_event),
21531         (gst_directfbvideosink_navigation_init),
21532         (gst_directfbvideosink_set_property),
21533         (gst_directfbvideosink_get_property),
21534         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21535         (gst_directfbvideosink_base_init),
21536         (gst_directfbvideosink_class_init),
21537         (gst_directfbvideosink_get_type), (plugin_init):
21538         * ext/directfb/directfbvideosink.h: Adding a first version of
21539         directfbvideosink.
21540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21541         more.
21542
21543 2004-11-28  Benjamin Otte  <otte@gnome.org>
21544
21545         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21546           walk the samples backwards if out_channels > in_channels so we don't
21547           overwrite data
21548
21549 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21550
21551         * gst/audioconvert/Makefile.am:
21552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21553         (gst_audio_convert_link), (gst_audio_convert_change_state),
21554         (gst_audio_convert_channels):
21555         * gst/audioconvert/gstchannelmix.c:
21556         (gst_audio_convert_unset_matrix),
21557         (gst_audio_convert_fill_identical),
21558         (gst_audio_convert_fill_compatible),
21559         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21560         (gst_audio_convert_fill_others),
21561         (gst_audio_convert_fill_normalize),
21562         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21563         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21564         * gst/audioconvert/gstchannelmix.h:
21565           Implement a channel mixer.
21566
21567 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21568
21569         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21570         * ext/alsa/gstalsa.h:
21571         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21572         Make alsasink actually honor gst_element_set_clock and use that
21573         clock instead of its internal one.
21574
21575 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21576
21577         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21578         (gst_play_base_bin_change_state): nullify source and decoder when
21579         going from READY to NULL so that we don't try to do weird stuff with
21580         them when going from NULL to READY
21581         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21582         instead of g_object_unref
21583         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21584         it should be correct
21585         (gst_play_bin_change_state): don't call remove_sinks if we are
21586         currently disposing the object
21587
21588 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21591           Don't forget bass if it's there. Else left channel is silent...
21592
21593 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21594
21595         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21596         (gst_a52dec_change_state):
21597           Don't do sample adjusting anymore, we use float audio now.
21598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21599           Don't fixate to non-existing properties.
21600
21601 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21602
21603         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21604         (gst_a52dec_change_state):
21605           Advertise that we can do surround sound.
21606
21607 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21610           Add buffer-frames=0.
21611         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21612         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21613         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21614         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21615         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21616         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21617         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21618         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21619         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21620         * ext/dvdread/dvdreadsrc.h:
21621           Add seeking, querying for bytes, sectors, title, angle and
21622           chapter. Handle multiple chapters. Relicense to LGPL because
21623           Billy agreed on that (thanks Billy!).
21624
21625 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21626
21627         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21628         call parent dispose method
21629
21630 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21631
21632         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21633         (gst_audio_clock_get_internal_time):
21634         Fix active <-> inactive transitions: ensure time value always
21635         grows and avoid abrupt value changes.
21636
21637 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21638
21639         * configure.ac:
21640         * gst/tta/Makefile.am:
21641         * gst/tta/crc32.h:
21642         * gst/tta/filters.h:
21643         * gst/tta/gsttta.c:
21644         * gst/tta/gstttadec.c:
21645         * gst/tta/gstttadec.h:
21646         * gst/tta/gstttaparse.c:
21647         * gst/tta/gstttaparse.h:
21648         * gst/tta/ttadec.h:
21649           added TTA parser and decoder
21650
21651 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21652
21653         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21654         (probe_triggered), (check_queue), (buffer_underrun),
21655         (buffer_running), (buffer_overrun), (gen_source_element),
21656         (setup_source):
21657         * gst/playback/gstplaybasebin.h:
21658           Implement buffering. Needs some more work.
21659
21660 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21661
21662         * ext/theora/theoradec.c: (theora_dec_chain):
21663           Fix ilog mask range overflow.
21664
21665 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21666
21667         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21668           Don't omit the last (which in case of dmix is the only :) )
21669           channel count. Don't set channels if <= 2.
21670
21671 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21672
21673         * gst/playback/gstplaybin.c: (gen_video_element),
21674         (gen_audio_element): Removed 2 obsolete comments
21675
21676 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21677
21678         * ext/vorbis/oggvorbisenc.c
21679         * ext/vorbis/vorbisenc.c :
21680           change description fields of those plugins to differentiate them
21681           (pitivi show Encoders by description, they had the same one)
21682
21683 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21684
21685         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21686
21687         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21688         (gst_play_bin_set_property), (gen_video_element),
21689         (gen_audio_element):
21690           Refcounting fixes for provided audio-/videosinks.
21691
21692 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21693
21694         * gst/playback/gstplaybin.c: (gen_video_element),
21695         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21696           Don't reference all sinks, but only the video- and audiosinks.
21697           The vis. element should be disposed when we're done with it.
21698           We don't have any reason to keep it around. This fixes warnings
21699           when reusing playbin for playing multiple audio files with
21700           vis. enabled. Also release audio device on pause - idea stolen
21701           from Rhythmbox.
21702
21703 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21704
21705         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21706         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21707         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21708         * ext/alsa/gstalsaplugin.c: (plugin_init):
21709         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21710         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21711         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21712         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21713         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21714         (gst_faad_change_state), (plugin_init):
21715         * ext/faad/gstfaad.h:
21716         * ext/vorbis/vorbis.c: (plugin_init):
21717         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21718         * gst-libs/gst/audio/Makefile.am:
21719         * gst-libs/gst/audio/audio.c: (plugin_init):
21720         * gst-libs/gst/audio/multichannel.c:
21721         (gst_audio_check_channel_positions),
21722         (gst_audio_get_channel_positions),
21723         (gst_audio_set_channel_positions),
21724         (gst_audio_set_structure_channel_positions_list),
21725         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21726         (gst_audio_fixate_channel_positions):
21727         * gst-libs/gst/audio/multichannel.h:
21728         * gst-libs/gst/audio/testchannels.c: (main):
21729         * gst/audioconvert/gstaudioconvert.c:
21730         (gst_audio_convert_class_init), (gst_audio_convert_init),
21731         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21732         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21733         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21734         * gst/audioconvert/plugin.c: (plugin_init):
21735           Surround sound support.
21736
21737 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21738
21739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21740           Fix position for discont if we're close as well. Nitpicking, but
21741           saves a few milliseconds of extra waiting or skipping.
21742
21743 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21744
21745         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21746           We sometimes need parsers for playback, so add those too.
21747
21748 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21749
21750         * configure.ac:
21751         * gst/apetag/Makefile.am:
21752         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21753         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21754         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21755         (gst_ape_demux_get_src_query_types),
21756         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21757         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21758         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21759         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21760         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21761         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21762         (gst_ape_demux_change_state):
21763         * gst/apetag/apedemux.h:
21764         * gst/apetag/apetag.c: (plugin_init):
21765         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21766         (plugin_init):
21767           APE v1/2 tag reader plus typefind function.
21768
21769 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21770
21771         * configure.ac:
21772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21774           Remove hacks for older core. Require newer core version
21775           accordingly.
21776
21777 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21778
21779         * gst/cdxaparse/Makefile.am:
21780         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21781         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21782         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21783         * gst/cdxaparse/gstcdxaparse.h:
21784         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21785         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21786         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21787         (gst_cdxastrip_get_src_query_types),
21788         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21789         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21790         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21791         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21792         * gst/cdxaparse/gstcdxastrip.h:
21793           SVCD/VCD header stripping separated from CDXA image parsing.
21794         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21795         (plugin_init):
21796           Add VCD/SVCD header typefinding for VCD/SVCD.
21797         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21798         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21799         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21800         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21801         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21802         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21803         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21804         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21805         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21806         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21807         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21808         * sys/vcd/vcdsrc.h:
21809           Fix up, add seeking, querying, URI interface. Works in totem now.
21810
21811 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21812
21813         * configure.ac:
21814           back to CVS
21815
21816 === release 0.8.6 ===
21817
21818 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21819
21820         * NEWS:
21821         * RELEASE:
21822         * configure.ac:
21823         * po/af.po:
21824         * po/az.po:
21825         * po/cs.po:
21826         * po/en_GB.po:
21827         * po/hu.po:
21828         * po/it.po:
21829         * po/nb.po:
21830         * po/nl.po:
21831         * po/or.po:
21832         * po/sq.po:
21833         * po/sr.po:
21834         * po/sv.po:
21835         * po/uk.po:
21836           releasing 0.8.6, "IOU Love"
21837
21838 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21839
21840         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21841
21842         * gst/playback/gstplaybasebin.c:
21843           Fix unplayable files error handling.  Fixes #158365
21844
21845 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21846
21847         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21848
21849         * gst/typefind/gsttypefindfunctions.c:
21850           Fix broken mp3 typefinding.  Fixes #158375
21851
21852 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21853
21854         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21855
21856         * ext/ogg/gstoggdemux.c:
21857           Fix sync on broken files.  Fixes #158976
21858
21859 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         patch by: Edward Hervey <bilboed@bilboed.com>
21862
21863         * ext/libpng/gstpngenc.c:
21864           Copy over buffer properties.  Fixes #158832
21865
21866 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21869
21870         * ext/dvdread/dvdreadsrc.c:
21871           Fixes invalid reads (#158462)
21872
21873 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * sys/v4l/gstv4lsrc.c:
21876         * sys/v4l/gstv4lsrc.h:
21877         * sys/v4l/v4lsrc_calls.c:
21878           Probe less and cache it.  Fixes #159187.
21879
21880 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21881
21882         * gst/videorate/gstvideorate.c:
21883           Handle all video formats. Fixes #159186.
21884
21885 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21886         * gst/synaesthesia/gstsynaesthesia.c:
21887         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21888         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21889         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21890         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21891         (gst_synaesthesia_change_state), (plugin_init):
21892         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21893         Force 320x200 output, as that's the only thing the underlying
21894         synaesthesia implementation supports. Still needs to be made
21895         re-entrant.
21896
21897 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21898
21899         * configure.ac:
21900           Fix mpeg2enc configure check (similar to mplex check below).
21901
21902 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21903
21904         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21905
21906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21907           Fix for gcc-2.95 (fixes #158221).
21908
21909 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21910
21911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21912           Re-add clock distribution hack (until new core is released).
21913           Fixes #158125.
21914
21915 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21916         * configure.ac:
21917           fix mplex configure check segfaulting on some systems (bug #140994)
21918
21919 2004-11-13  Benjamin Otte  <otte@gnome.org>
21920
21921         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21922           add debugging
21923         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21924           do a wait when we enter the loop func with no data available to
21925           write instead of getting into an 100% CPU loop by just returning and
21926           being called again by the scheduler
21927
21928 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21929
21930         * configure.ac:
21931         * ext/libvisual/visual.c: (gst_visual_get_type),
21932         (libvisual_log_handler), (gst_visual_getcaps),
21933         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21934         (plugin_init):
21935           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21936         * ext/smoothwave/Makefile.am:
21937         * ext/smoothwave/demo-osssrc.c: (main):
21938         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21939         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21940         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21941         (plugin_init):
21942         * ext/smoothwave/gstsmoothwave.h:
21943           Make gstsmoothwave a working element in the 20th century.
21944
21945         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21946           Fix incorrect link function
21947
21948 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21949
21950         * gst/volume/gstvolume.c:
21951           Allow buffer-frames=0.
21952
21953 2004-11-12 Iain <iaingnome@gmail.com>
21954
21955         * configure.ac: Check for polypaudio
21956
21957         * ext/Makefile.am: Build the polyp dir
21958
21959         * ext/polyp: The polypsink sources.
21960
21961 2004-10-30 Iain <iaingnome@gmail.com>
21962
21963         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21964         caps to reflect the new number of channels.
21965
21966 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21967
21968         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21969           Fix for negotiation order problem. This would show when the
21970           ALSA loopfuction was called before any other function. ALSA
21971           wouldn't do anything because we're not negotiated yet, leading
21972           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21973
21974 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21975
21976         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21977
21978         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21979           No warnings (#157986).
21980
21981 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21982
21983         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21984           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21985
21986 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21987
21988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21989           Signal no-more-pads (so it works in playbin).
21990
21991 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21992
21993         * ext/musepack/gstmusepackreader.cpp:
21994           Workaround for older core.
21995
21996 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21997
21998         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21999           Actually test for odd width/height rather than testing whether
22000           a temporary variable that was 0 before we subtracted 1 is now
22001           not equal to zero (which it always is).
22002
22003 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22004
22005         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22006         Fix compilation if HAVE_XVIDEO is not defined
22007
22008 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22009
22010         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22011         Fix compilation if HAVE_XVIDEO is not defined
22012
22013 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22014
22015         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22016         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22017         (gst_goom_change_state), (plugin_init):
22018         Use the bytestream adapter so goom doesn't depend on the input
22019         buffer size.
22020         Add a debug category
22021
22022 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22023
22024         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22025           Only set hardware parameters *after* negotiation. Before
22026           negotiation, it will set ANY and that seems to cause crashes
22027           (see e.g. #151288, #153227).
22028
22029 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22030
22031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22032           This seems to be antique leftover. It needs to pass error
22033           checking.
22034         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22035         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22036         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22037         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22038           Fix GstXOverlay implementation (#151059).
22039
22040 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22041
22042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22043           Don't assert (#157853).
22044
22045 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22046
22047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22048           Fix bytes/samples confustion.
22049         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22050           Fix for underrun (#144389).
22051
22052 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22053
22054         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22055           Disable halfway-seek for pending release (since it needs a new
22056           core release).
22057
22058 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * sys/v4l/gstv4lsrc.c:
22061         * sys/v4l/gstv4lsrc.h:
22062         * sys/v4l/v4lsrc_calls.c:
22063           add autoprobe-fps property so we can separate autoprobing parts
22064
22065 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22066
22067         * sys/v4l/gstv4lsrc.c:
22068         * sys/v4l/v4lsrc_calls.c:
22069         initialise fourcc to catch unset fourcc's, and debug
22070
22071 2004-11-09  Wim Taymans  <wim@fluendo.com>
22072
22073         * gst/playback/README:
22074         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22075         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22076         (gst_play_bin_dispose), (gst_play_bin_set_property),
22077         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22078         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22079         (gst_play_bin_get_formats), (gst_play_bin_convert),
22080         (gst_play_bin_get_query_types), (gst_play_bin_query):
22081         Cleanups and some more documentation.
22082
22083 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22084
22085         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22086         (gst_cacasink_init), (gst_cacasink_chain):
22087         * ext/libcaca/gstcacasink.h:
22088         Cacasink inherits from VideoSink, so let that store the clock.
22089
22090 2004-11-09  Wim Taymans  <wim@fluendo.com>
22091
22092         * gst/playback/README:
22093         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22094         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22095         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22096         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22097         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22098         (setup_sinks):
22099         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22100         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22101         * gst/playback/gststreaminfo.h:
22102         Updated README.
22103         Only switch groups if all streams have muted (EOSed).
22104         Send Tags in sync with the stream playback instead of in
22105         the playback/preroll phase.
22106         Some cleanups, free the fakesrc elements.
22107
22108 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22109
22110         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22111           buffer-frames property was missing
22112         * ext/arts/gst_arts.c:
22113           rate missing from sinkcaps
22114         * ext/audiofile/gstafparse.c:
22115         * ext/audiofile/gstafsink.c:
22116         * ext/audiofile/gstafsrc.c:
22117         * ext/swfdec/gstswfdec.c:
22118           int audio doesn't know buffer-frames
22119         * ext/cdparanoia/gstcdparanoia.c:
22120           int audio doesn't know chunksize either
22121         * ext/nas/nassink.c:
22122           it's endianness, not endianess
22123         * gst-libs/gst/audio/audio.h:
22124           make float standard pad template caps really describe float
22125         * gst/law/mulaw.c: (linear_factory):
22126           signed only, please
22127         * gst/mpegstream/gstdvddemux.c:
22128           widths of 20 are not valid
22129
22130 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22131
22132         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22133
22134         * po/LINGUAS:
22135         * po/it.po:
22136           Add Italian
22137
22138 2004-11-08  Wim Taymans  <wim@fluendo.com>
22139
22140         * gst/playback/README:
22141         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22142         * gst/playback/gstplaybasebin.c: (probe_triggered),
22143         (gst_play_base_bin_change_state):
22144         Updated README, added more comments for fixmes etc..
22145
22146 2004-11-08  Wim Taymans  <wim@fluendo.com>
22147
22148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22149         We can remove this hack now.
22150
22151 2004-11-08  Wim Taymans  <wim@fluendo.com>
22152
22153         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22154         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22155         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22156         Only mix AYUV for maximum quality.
22157
22158 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22159
22160         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22161         (gst_ogg_demux_push), (gst_ogg_pad_push):
22162           Let's act as if we're synchronized now! :).
22163         * ext/theora/theoradec.c: (theora_dec_chain):
22164           Add some debug.
22165
22166 2004-11-08  Wim Taymans  <wim@fluendo.com>
22167
22168         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22169         (gst_alpha_set_property), (gst_alpha_sink_link),
22170         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22171         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22172         (gst_alpha_init_params), (gst_alpha_chain):
22173         Implement alpha functions for AYUV too, this increases
22174         accuracy quite a bit.
22175
22176 2004-11-08  Wim Taymans  <wim@fluendo.com>
22177
22178         * gst/ffmpegcolorspace/avcodec.h:
22179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22180         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22181         (gst_ffmpegcsp_avpicture_fill):
22182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22183         (gst_ffmpegcsp_caps_remove_format_info):
22184         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22185         (shrink12), (img_get_alpha_info), (deinterlace_line),
22186         (deinterlace_line_inplace):
22187         * gst/ffmpegcolorspace/imgconvert_template.h:
22188         Added AYUV colorspace and handle RGBA a bit more respectful.
22189
22190 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22191
22192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22193           Actually always send a discont (cornercase when resending the
22194           same serial-tagged chain twice).
22195
22196 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22197
22198         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22199         (gst_ximagesink_finalize):
22200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22201         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22202
22203 2004-11-08  Wim Taymans  <wim@fluendo.com>
22204
22205         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22206         Don't segfault on NULL data.
22207
22208 2004-11-08  Wim Taymans  <wim@fluendo.com>
22209
22210         * gst/playback/gstdecodebin.c: (unlinked):
22211         * gst/playback/gstplay-marshal.list:
22212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22213         (gst_play_base_bin_init), (group_create), (get_active_group),
22214         (get_building_group), (group_destroy), (group_commit),
22215         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22216         (add_element_stream), (no_more_pads), (probe_triggered),
22217         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22218         (state_change), (setup_source), (gst_play_base_bin_get_property),
22219         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22220         (gst_play_base_bin_link_stream),
22221         (gst_play_base_bin_get_streaminfo):
22222         * gst/playback/gstplaybasebin.h:
22223         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22224         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22225         Add support for chained ogg files. Prepare for playlist
22226         support. This patch introduces the concept of pad groups, which
22227         together compose one playable media file.
22228
22229 2004-11-07  David Schleef  <ds@schleef.org>
22230
22231         * testsuite/gst-lint: Check for pad templates that aren't statically
22232         scoped.
22233
22234 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22235
22236         * configure.ac:
22237         * ext/Makefile.am:
22238         * ext/musepack/Makefile.am:
22239         * ext/musepack/gstmusepackdec.cpp:
22240         * ext/musepack/gstmusepackdec.h:
22241         * ext/musepack/gstmusepackreader.cpp:
22242         * ext/musepack/gstmusepackreader.h:
22243           Add musepack decoder.
22244         * ext/faad/gstfaad.c: (gst_faad_base_init):
22245           Make pad templates static.
22246         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22247         (plugin_init):
22248           Add musepack typefinder, make mp3 typefinding work halfway stream,
22249           which doesn't actually work yet because id3demux doesn't implement
22250           _get_length().
22251
22252 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22253
22254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22255         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22256           Fix interrupt event handling (#144436).
22257
22258 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22259
22260         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22261           Hide unused glory.
22262
22263 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22264
22265         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22266
22267         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22268           Fix weird caps (#157548).
22269
22270 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22271
22272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22273
22274         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22275           Add missing NULL terminator (#157543).
22276
22277 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22278
22279         * gst/tcp/gsttcp.h:
22280         * gst/tcp/gsttcpclientsink.c:
22281         * gst/tcp/gsttcpclientsrc.c:
22282         * gst/tcp/gsttcpserversink.c:
22283         * gst/tcp/gsttcpserversrc.c:
22284           ports can go up to 65535.  Move common defines to gsttcp.h
22285
22286 2004-11-05  Wim Taymans  <wim@fluendo.com>
22287
22288         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22289         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22290         Added two more colorspaces.
22291
22292 2004-11-05  Wim Taymans  <wim@fluendo.com>
22293
22294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22295         (gst_ffmpegcsp_avpicture_fill):
22296         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22297         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22298         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22299         More stride fixes.
22300
22301 2004-11-05  Wim Taymans  <wim@fluendo.com>
22302
22303         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22304         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22305         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22306         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22307         (gst_videomixer_loop):
22308         More stride fixes.
22309
22310 2004-11-05  Benjamin Otte  <otte@gnome.org>
22311
22312         * ext/mad/gstmad.c: (gst_mad_chain):
22313           don't overflow data buffer. Flush not needed sync data when syncing
22314           failed.
22315
22316 2004-11-04  Wim Taymans  <wim@fluendo.com>
22317
22318         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22319         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22320         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22321         (gst_alpha_init_params), (gst_alpha_chain),
22322         (gst_alpha_change_state):
22323         Updated the chroma keying algorithm with something more
22324         sophisticated.
22325
22326 2004-11-03  Wim Taymans  <wim@fluendo.com>
22327
22328         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22329         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22330         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22331         Fix stride issues. Does not completely work for odd
22332         heights.
22333
22334 2004-11-03  Wim Taymans  <wim@fluendo.com>
22335
22336         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22337         (gst_alpha_chroma_key), (gst_alpha_chain):
22338         Fix stride issues. Does not completely work for odd
22339         heights.
22340
22341 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22342
22343         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22344         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22345         leak fixes
22346
22347 2004-11-03  Wim Taymans  <wim@fluendo.com>
22348
22349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22350         (gst_ffmpegcsp_avpicture_fill):
22351         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22352         (avpicture_alloc):
22353         * gst/ffmpegcolorspace/imgconvert_template.h:
22354         Use correct _fill function to get correct strides.
22355
22356 2004-11-02  David Schleef  <ds@schleef.org>
22357
22358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22359         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22360         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22361         Change all g_print()s to debugging.  Add a bunch of consistency
22362         checks.
22363
22364 2004-11-02  Wim Taymans  <wim@fluendo.com>
22365
22366         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22367         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22368         (unlinked), (no_more_pads), (close_link):
22369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22370         (unknown_type), (add_element_stream), (new_decoded_pad),
22371         (removed_decoded_pad), (setup_source):
22372         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22373         (gst_stream_info_class_init), (gst_stream_info_init),
22374         (gst_stream_info_new), (gst_stream_info_dispose),
22375         (stream_info_mute_pad), (gst_stream_info_set_property),
22376         (gst_stream_info_get_property):
22377         * gst/playback/gststreaminfo.h:
22378         Fix playback of multiple files.
22379         a slightly different approach to handling dynamic pad removals.
22380         This one only looks at pads that we have linked.
22381
22382 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22383
22384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22385         free" warning from libc.
22386
22387 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22390         (get_unconnected_element), (remove_starting_from), (pad_removed),
22391         (close_link):
22392           Implement support for dynamic pad changing. We listen to "live"
22393           pad removals (i.e. while playing) and re-setup autoplugging
22394           after that. Playbasebin/playbin need some more work for this
22395           to finally work, but decodebin supports (and replugs) chained
22396           ogg now.
22397
22398 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22399
22400         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22401         (gst_alsa_finalize):
22402         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22403         (gst_cdaudio_finalize):
22404         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22405         (cdparanoia_finalize):
22406         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22407         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22408         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22409         (dvdreadsrc_finalize):
22410         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22411         (gst_flacdec_finalize):
22412         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22413         (gst_flacenc_finalize):
22414         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22415         (gst_gnomevfssink_finalize):
22416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22417         (gst_gnomevfssrc_finalize):
22418         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22419         (gst_fameenc_finalize):
22420         * ext/nas/nassink.c: (gst_nassink_class_init),
22421         (gst_nassink_finalize):
22422         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22423         (gst_sdlvideosink_class_init):
22424         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22425         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22426         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22427         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22428         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22429         (gst_x_window_listener_dispose):
22430         * gst/audioscale/gstaudioscale.c:
22431         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22432         (play_on_demand_finalize):
22433         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22434         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22435         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22436         (cdplayer_finalize):
22437         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22438         (gst_glimagesink_class_init):
22439         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22440         (gst_osselement_finalize):
22441         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22442         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22443         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22444           Fixes a bunch of problems with finalize and dispose functions,
22445           either assumptions that dispose is only called once, or not calling
22446           the parent class dispose/finalize function
22447
22448 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22449
22450         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22451           added two api precondition guards
22452           use g_strdup with getenv to fix crash when using ENVVAR
22453
22454 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22455         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22456         (gst_esdsink_finalize):
22457         Use a finalize function, not dispose, and more importantly,
22458         call the parent class finalize function too
22459
22460 2004-11-01  Johan Dahlin  <johan@gnome.org>
22461
22462         * ext/ogg/gstoggdemux.c:
22463         * gst/tags/gstvorbistag.c:
22464         Plug leaks.
22465
22466 2004-10-31  Benjamin Otte  <otte@gnome.org>
22467
22468         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22469           lotsa memleaks today. But they're all small...
22470
22471 2004-10-31  Benjamin Otte  <otte@gnome.org>
22472
22473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22474           another memleak crushed
22475
22476 2004-10-31  Benjamin Otte  <otte@gnome.org>
22477
22478         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22479           fix memleak
22480
22481 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22482
22483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22484           Hack to prevent crash when going to READY inside signal handler
22485           while this function is active.
22486
22487 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22488
22489         * gst/ffmpegcolorspace/Makefile.am:
22490         * gst/ffmpegcolorspace/avcodec.h:
22491         * gst/ffmpegcolorspace/common.h:
22492         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22493         * gst/ffmpegcolorspace/dsputil.h:
22494         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22496         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22497         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22498         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22499         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22500         (gst_ffmpegcsp_avpicture_fill):
22501         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22503         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22504         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22505         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22506         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22507         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22508         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22509         * gst/ffmpegcolorspace/imgconvert.c:
22510         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22511         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22512         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22513         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22514         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22515         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22516         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22517         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22518         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22519         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22520         (grow21), (grow22), (grow41), (grow44), (conv411),
22521         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22522         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22523         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22524         (avpicture_free), (is_yuv_planar), (img_convert),
22525         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22526         (deinterlace_line_inplace), (deinterlace_bottom_field),
22527         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22528         * gst/ffmpegcolorspace/imgconvert_template.h:
22529         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22530         * gst/ffmpegcolorspace/mmx.h:
22531         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22532         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22533         (av_freep), (avcodec_get_context_defaults),
22534         (avcodec_alloc_context), (avcodec_init):
22535           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22536           handling plus update from ffmpeg CVS. Large clean-up.
22537
22538 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22539
22540         * gst/playback/Makefile.am:
22541           We need the marshallers for decodebin, too.
22542
22543 2004-10-30  David Schleef  <ds@schleef.org>
22544
22545         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22546           quicktime typefinding work with 64-bit offsets.
22547
22548 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22549
22550         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22551           Set EOS on the element when processing an EOS event.
22552         * ext/speex/gstspeexdec.h:
22553         * ext/speex/gstspeexenc.h:
22554           Only keep a const ptr to the mode
22555         * gst-libs/gst/riff/riff-media.c:
22556         (gst_riff_create_audio_caps_with_data),
22557         (gst_riff_create_audio_template_caps):
22558           Allow WMAV3, with up to 6 channels.
22559         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22560           Don't call gst_pad_set_event_function on a sink pad.
22561         * gst/mpegstream/gstdvddemux.c:
22562         (gst_dvd_demux_get_subpicture_stream),
22563         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22564           Copy the explicit caps that were set across to the cur_* pads,
22565           instead of trying to use a possibly non-existent negotiated caps.
22566           Reset the type of subpicture pads to UNKNOWN after calling
22567           init_stream, so that the caps get set.
22568
22569 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22570
22571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22572
22573         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22574           Don't touch buffer if it is of size 0 (fixes #151064).
22575
22576 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22577
22578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22579           Synchronized discont handling.
22580
22581 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22582
22583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22584         (gst_ogg_demux_push):
22585           Make seeking sort-of exact again (fixes #156387).
22586
22587 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22588
22589         * gst/playback/gstplaybasebin.c: (unknown_type),
22590         (add_element_stream), (new_decoded_pad),
22591         (gst_play_base_bin_change_state):
22592         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22593         (gst_stream_info_init), (gst_stream_info_new),
22594         (gst_stream_info_dispose), (gst_stream_info_get_property):
22595         * gst/playback/gststreaminfo.h:
22596           Make caps explicitely available. Makes testing for unsupported
22597           types possible. Improves error reporting.
22598
22599 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22600
22601         * gst/audioconvert/gstaudioconvert.c:
22602         (gst_audio_convert_buffer_to_default_format):
22603           Really don't touch read-only buffers (#156563).
22604
22605 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22606
22607         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22608
22609         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22610           Fix memleak (#155223).
22611
22612 2004-10-29  Wim Taymans  <wim@fluendo.com>
22613
22614         * gst/tcp/.cvsignore:
22615         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22616         (gst_multifdsink_class_init), (gst_multifdsink_init),
22617         (gst_multifdsink_add), (gst_multifdsink_remove),
22618         (gst_multifdsink_remove_client_link), (is_sync_frame),
22619         (gst_multifdsink_new_client),
22620         (gst_multifdsink_handle_client_write),
22621         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22622         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22623         (gst_multifdsink_get_property):
22624         * gst/tcp/gstmultifdsink.h:
22625         Added burst on connect sync_method, deprecated sync_clients,
22626         streamlined the sync code some more.
22627
22628 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22629
22630         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22631         (gst_play_base_bin_change_state):
22632           Improve error reporting.
22633
22634 2004-10-28  Wim Taymans  <wim@fluendo.com>
22635
22636         * gst/tcp/Makefile.am:
22637         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22638         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22639         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22640         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22641         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22642         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22643         (gst_fdset_wait):
22644         Added more locks around fdset structures. Fixed/reworked
22645         the poll array resizing code.
22646         Added stress test for fdset.
22647
22648 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22649
22650         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22651         fix build
22652
22653 2004-10-28  Benjamin Otte  <otte@gnome.org>
22654
22655         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22656           fix link function to always query channels and query width for
22657           floats
22658         * configure.ac:
22659           add equalizer dir
22660         * gst/equalizer/Makefile.am:
22661         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22662         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22663         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22664         (arg_to_scale), (setup_filter),
22665         (gst_iir_equalizer_compute_frequencies),
22666         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22667         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22668         (plugin_init):
22669           add an equalizer
22670
22671 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22672
22673         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22674
22675         * po/LINGUAS:
22676         * po/nb.po:
22677           Added Norwegian Bokmaal translation
22678
22679 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22682           Don't break on options (fixes #156488).
22683
22684 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * configure.ac:
22687         * ext/cdaudio/Makefile.am:
22688         * sys/Makefile.am:
22689           fix build on older automake
22690
22691 2004-10-26  Wim Taymans  <wim@fluendo.com>
22692
22693         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22694         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22695         Allow a little margin when negotiating the framerate.
22696
22697 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22698
22699         * gst/level/gstlevel.c:
22700           synchonised naming of pads and pad-templates
22701
22702 2004-10-26  Wim Taymans  <wim@fluendo.com>
22703
22704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22705         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22706         (_find_streams_check), (gst_ogg_demux_push):
22707         Fix EOS again. Needs to be done in a better way. We should not
22708         remove the pad if there is no new chained stream.
22709
22710 2004-10-26 Iain <iaingnome@gmail.com>
22711
22712         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22713         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22714         of the caps.
22715         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22716         pad.
22717         (interleave_release_pad): Remove the pad.
22718         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22719         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22720         the set device.
22721         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22722         attrs
22723         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22724         (gst_xvimagesink_finalize): Free the par.
22725
22726 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22729         (gst_avimux_stop_file):
22730           First calculate the rate, and only then use it. Hdr.rate is a
22731           multiple and not a derivative of hdr.scale. Scale is not the
22732           same as blockalign but is solely related to rate.
22733
22734 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22735
22736         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22737         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22738           Implement seeking.
22739
22740 2004-10-25  James Henstridge  <james@jamesh.id.au>
22741
22742         Reviewed by:  David Schleef  <ds@schleef.org>
22743
22744         * examples/gstplay/player.c: (got_stream_length), (main):
22745         * examples/seeking/cdplayer.c: (update_scale):
22746         * examples/seeking/seek.c: (format_value), (update_scale):
22747         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22748         (stop_seek):
22749         Build fixes on AMD64.
22750
22751 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22752
22753         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22754
22755         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22756         Fix for some v4l cards which hang in v4lsrc
22757
22758 2004-10-25  Wim Taymans  <wim@fluendo.com>
22759
22760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22761         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22762         Make sure to remove the pad when a new chain is
22763         encountered. Set some vars to NULL so we don't try
22764         to reference freed memory.
22765
22766 2004-10-25  Wim Taymans  <wim@fluendo.com>
22767
22768         * examples/seeking/Makefile.am:
22769         * examples/seeking/cdplayer.c: (update_scale):
22770         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22771         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22772         (format_value), (update_scale), (iterate), (start_seek),
22773         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22774         (print_usage), (main):
22775         Added some more examples, update others.
22776
22777 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22778
22779         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22780         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22781         * ext/theora/theoradec.c: (theora_dec_chain):
22782         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22783           Add codec-name metadata.
22784
22785 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22786
22787         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22788
22789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22790         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22791         * ext/alsa/gstalsamixertrack.h:
22792         * po/POTFILES.in:
22793           ALSA mixer track label internationalization (#154054).
22794
22795 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22796
22797         * ext/theora/theoradec.c: (theora_dec_chain):
22798           Export bitrate as metadata.
22799
22800 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22801
22802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22803         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22804         * ext/alsa/gstalsamixertrack.h:
22805           Fix names, fix loop.
22806
22807 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22808
22809         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22810         (speex_dec_convert):
22811           sinkconvert function so oggdemux can get the file length (totem).
22812
22813 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22814
22815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22816
22817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22818           Don't push incomplete packets.
22819         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22820           Fix MPEG-4 audio typefinding.
22821
22822 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22823
22824         * sys/v4l/Makefile.am:
22825         * sys/v4l/gstv4l.c: (plugin_init):
22826         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22827         (gst_v4lelement_init), (gst_v4lelement_dispose),
22828         (gst_v4lelement_change_state):
22829         * sys/v4l/gstv4lelement.h:
22830         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22831         (gst_v4l_xoverlay_close), (idle_refresh),
22832         (gst_v4l_xoverlay_set_xwindow_id):
22833         * sys/v4l/gstv4lxoverlay.h:
22834         * sys/v4l/v4l-overlay_calls.c:
22835         * sys/v4l/v4l_calls.h:
22836         * sys/v4l2/Makefile.am:
22837         * sys/v4l2/gstv4l2.c: (plugin_init):
22838         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22839         (gst_v4l2element_init), (gst_v4l2element_dispose),
22840         (gst_v4l2element_change_state):
22841         * sys/v4l2/gstv4l2element.h:
22842         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22843         (gst_v4l2_xoverlay_close), (idle_refresh),
22844         (gst_v4l2_xoverlay_set_xwindow_id):
22845         * sys/v4l2/gstv4l2xoverlay.h:
22846         * sys/v4l2/v4l2-overlay_calls.c:
22847         * sys/v4l2/v4l2_calls.h:
22848           Remove client-side overlay handling, use the X-server v4l plugin
22849           for that. Nicer overlay, less code. Also make the plugin
22850           compileable without X (but then without overlay, obviously).
22851           Makes xwindowlistener obsolete, should we remove that?
22852
22853 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22854
22855         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22856         (gst_osssrc_src_query):
22857         * sys/oss/gstosssrc.h:
22858           OK, so people want offset in DEFAULT. This time, actually fix all
22859           cases.
22860         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22861           Add FPS properly.
22862
22863 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22864
22865         * gst/asfdemux/gstasfmux.c:
22866         * gst/avi/gstavimux.c:
22867           Framerate.
22868
22869 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22870
22871         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22872           Fix properties (channel, norm, frequency).
22873
22874 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22875
22876         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22877           Flag typo.
22878         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22879           No warnings.
22880
22881 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22884           Fix hang.
22885
22886 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22887
22888         * sys/v4l2/gstv4l2element.h:
22889           Yet Another Hack (tm) for kernel header borkedness.
22890         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22891         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22892         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22893         (gst_v4l2src_change_state):
22894         * sys/v4l2/gstv4l2src.h:
22895         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22896         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22897           Fix caps, keep track of state, work.
22898
22899 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22900
22901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22902           Quiet.
22903
22904 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22905
22906         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22907           Don't mix bytes and samples.
22908
22909 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22910
22911         * ext/ogg/gstoggmux.c:
22912           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22913           and theora. Any is incorrect.
22914         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22915           Fix caps.
22916         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22917         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22918         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22919         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22920         * sys/v4l/gstv4lmjpegsrc.h:
22921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22922         (gst_v4lsrc_change_state):
22923         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22924         (gst_v4lmjpegsrc_capture_stop):
22925           Fix caps. Keep track of internal state. Work.
22926
22927 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22928
22929         * ext/Makefile.am:
22930           Fix the build fixes.
22931
22932 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22933
22934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22935         (gst_ogg_demux_src_event), (_find_chain_seek),
22936         (gst_ogg_pad_push):
22937           Check for pad availability before using it.
22938         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22939           Fix parsing of chained ogg. Needs more work on the decoder side.
22940
22941 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22942
22943         * gst/spectrum/Makefile.am:
22944         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22945         (idle_func):
22946           Fix demo and reenable it. Yes, I'm currently playing with audio
22947           analysis tools
22948
22949 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22950
22951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22952           We love it if files that start at zero work too...
22953
22954 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22957           Handle files with missing EOS headers.
22958
22959 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22960
22961         * gst/tcp/gsttcpserversink.c:
22962         (gst_tcpserversink_handle_server_read),
22963         (gst_tcpserversink_init_send):
22964         Zero some variables first (need for accept not to return EINVAL)
22965
22966 2004-10-20  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_push):
22970         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22971         (theora_dec_chain):
22972         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22973         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22974           Seeking and querying finetune.
22975
22976 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22977
22978         * configure.ac:
22979         * ext/Makefile.am:
22980         * ext/raw1394/Makefile.am:
22981           fix the build
22982
22983 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22984
22985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22986           Wrong return.
22987         * gst/playback/Makefile.am:
22988         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22989         * gst/playback/gstplay-marshal.list:
22990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22991           Fix marshallers.
22992
22993 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22996           Silence.
22997
22998 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23001         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23002         (gst_ogg_pad_push):
23003           Yay for non-lineair granulepos in theora.
23004
23005 2004-10-18  Wim Taymans  <wim@fluendo.com>
23006
23007         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23008         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23009         * ext/dv/gstdvdec.h:
23010         Make sure we renegotiate aspect ratio when the camera switches.
23011
23012 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23013
23014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23015         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23016           Start at zero.
23017         * ext/theora/theoradec.c: (theora_dec_chain):
23018           Skip headers. Bad idea for chained ogg, but fixes seeking.
23019
23020 2004-10-18  Wim Taymans  <wim@fluendo.com>
23021
23022         * configure.ac:
23023         I swear, this is the last time I touch this.
23024
23025 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23026
23027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23028         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23029         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23030           Faster seeking.
23031         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23032           Time-to-default conversion.
23033         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23034           Don't error on unknown packets, just skip. We should probably
23035           read them if we want to support chained ogg.
23036
23037 2004-10-18  Wim Taymans  <wim@fluendo.com>
23038
23039         * configure.ac:
23040         Added cdaudio to wrong list.
23041
23042 2004-10-18  Wim Taymans  <wim@fluendo.com>
23043
23044         * configure.ac:
23045         Revive cdaudio.
23046
23047 2004-10-18  Wim Taymans  <wim@fluendo.com>
23048
23049         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23050         (gst_dvdec_video_link), (gst_dvdec_push):
23051         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23052         (gst_smokeenc_resync), (gst_smokeenc_chain):
23053         Fix mimetype on smoke encoder.
23054         Add aspect ratio to dvdec. Not sure if these
23055         values are correct though....
23056
23057 2004-10-18  Wim Taymans  <wim@fluendo.com>
23058
23059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23060         Fix vorbis property descriptions and ranges.
23061
23062 2004-10-18  Wim Taymans  <wim@fluendo.com>
23063
23064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23065         Really do nothing when no data is available.
23066         Go to the playing state when the stream is not seekable
23067         instead of failing.
23068
23069 2004-10-18  Wim Taymans  <wim@fluendo.com>
23070
23071         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23072         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23073         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23074         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23075         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23076         Added uri handler for cd://
23077         Port to new API.
23078
23079 2004-10-18  Wim Taymans  <wim@fluendo.com>
23080
23081         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23082         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23083         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23084         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23085         (remove_prerolls), (unknown_type), (add_element_stream),
23086         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23087         (gst_play_base_bin_remove_element),
23088         (gst_play_base_bin_link_stream):
23089         * gst/playback/gstplaybin.c: (gen_video_element),
23090         (gen_vis_element), (remove_sinks), (setup_sinks):
23091         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23092         (gst_stream_info_get_type), (gst_stream_info_class_init),
23093         (gst_stream_info_init), (gst_stream_info_new),
23094         (gst_stream_info_dispose), (stream_info_mute_pad),
23095         (gst_stream_info_set_property), (gst_stream_info_get_property):
23096         * gst/playback/gststreaminfo.h:
23097         Add sink padtemplate to decodebin.
23098         Added some more comments.
23099         Make queue size configurable in playbasebin.
23100         Added possibility to use elements as sinks (ex cdaudio).
23101
23102 2004-10-15  Wim Taymans  <wim@fluendo.com>
23103
23104         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23105         (gst_speexenc_chain):
23106         Fix speex timestamps so that it gets muxed properly.
23107
23108 2004-10-15  Wim Taymans  <wim@fluendo.com>
23109
23110         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23111         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23112         (gst_dv1394src_init), (gst_dv1394src_dispose),
23113         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23114         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23115         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23116         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23117         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23118         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23119         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23120         * ext/raw1394/gstdv1394src.h:
23121         Added conversion/query functions.
23122         Update buffer timestamps,
23123         Added signals.
23124         Added uri dv:// so it might play from the firewire in playbin.
23125         Fix a possible leak.
23126         Added debugging.
23127
23128 2004-10-15  Wim Taymans  <wim@fluendo.com>
23129
23130         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23131         (gst_dv1394src_init), (gst_dv1394src_set_property),
23132         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23133         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23134         * ext/raw1394/gstdv1394src.h:
23135         Added AV/C VTR control support needed for some cameras.
23136         Added automatic port detection.
23137         Added properties for selecting the channel.
23138         The configure.ac script is not yet updated to reflect the
23139         new libavc1394 and librom1394 dependencies.
23140
23141 2004-10-15  Wim Taymans  <wim@fluendo.com>
23142
23143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23144         (qtdemux_parse), (gst_qtdemux_handle_esds):
23145         An esds box is not a container.
23146         Fix parsing of mp4v boxes.
23147         Do not try to renegotiate fps for each frame. Need to
23148         find a better method. This should fix mp4 playback.
23149
23150 2004-10-14  David Schleef  <ds@schleef.org>
23151
23152         * configure.ac: update for swfdec-0.3 and liboil-0.2
23153         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23154         * ext/swfdec/gstswfdec.h: same
23155         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23156         * gst/videotestsrc/videotestsrc.c: same
23157
23158 2004-10-14  Wim Taymans  <wim@fluendo.com>
23159
23160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23161         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23162         (is_sync_frame), (gst_multifdsink_new_client),
23163         (gst_multifdsink_handle_client_write),
23164         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23165         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23166         Turn warnings into info.
23167         Don't allow a state change in the streaming thread.
23168
23169 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23170
23171         * ext/vorbis/oggvorbisenc.c:
23172         * ext/vorbis/vorbisdec.c:
23173           fix template sample rate
23174
23175 2004-10-13  Wim Taymans  <wim@fluendo.com>
23176
23177         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23178         Decoding the header first fixes some problems in resyncing
23179         in more mp3s.
23180
23181 2004-10-12  Wim Taymans  <wim@fluendo.com>
23182
23183         * gst/playback/gstplaybin.c: (gen_video_element),
23184         (gen_vis_element), (remove_sinks), (setup_sinks):
23185         Added vis plugin support, need to configure the vis
23186         element to activate it.
23187
23188 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23189
23190         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23191         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23192           Some debug.
23193         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23194         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23195         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23196         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23197         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23198         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23199         * gst/avi/gstavidemux.h:
23200           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23201           recovery (where, if part of the index is broken, we will still read
23202           the rest of the index and recover the broken part by stream
23203           scanning). More broken media support. EOS workarounds. General AVI
23204           braindamage headache recovery. Aspirin included.
23205
23206 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23207
23208         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23209         (cdparanoia_event), (cdparanoia_query):
23210           Get rid of hideous lead-in.
23211
23212 2004-10-11  Wim Taymans  <wim@fluendo.com>
23213
23214         * gst/playback/gstplaybasebin.c: (setup_source):
23215         Wrong var used to get g_list_next.
23216
23217 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23218
23219         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23220         (cdparanoia_get), (cdparanoia_open):
23221           Report discid as metadata, add duration.
23222
23223 2004-10-11  Wim Taymans  <wim@fluendo.com>
23224
23225         * gst/playback/gstplaybasebin.c: (setup_source):
23226         Cleanup the previous pipeline a little earlier for the
23227         case that a source element provides raw data.
23228
23229 2004-10-11  Benjamin Otte  <otte@gnome.org>
23230
23231         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23232           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23233           consuming the last 128 bytes, even though it was valid mp3 data.
23234
23235 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23236
23237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23238         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23239         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23240         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23241
23242 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23243
23244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23245         Fix for webcams that support only specific width or height
23246
23247 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23248
23249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23250
23251         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23252           Fix wrong discont event setup (fixes #154967).
23253
23254 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23255
23256         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23259           Error out on invalid data (fixes #154807).
23260
23261 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23262
23263         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23264
23265         * ext/dvdread/dvdreadsrc.c: (_read):
23266           Make titles > 0 work again (fixes #154834).
23267
23268 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23269
23270         * gst-libs/gst/riff/riff-media.c:
23271         (gst_riff_create_video_template_caps):
23272           WMV3 missing in template caps.
23273
23274 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23275
23276         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23277           OK, so the original code was too strict. It makes random AVI files
23278           hang for seconds upon opening, which is unacceptable and is far
23279           beyond the original goal of getting multiple chunks for one-chunk
23280           sounc stream files. So now do just that.
23281
23282 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23283
23284         * gst/playback/gstplaybasebin.c: (setup_source),
23285         (gst_play_base_bin_change_state):
23286           Actually clean up streaminfo if output fails. This would trigger
23287           if, for example, there was no CD in the drive. No preroll, so
23288           a streaminfo structure is created, but the subsequent state change
23289           of the thread fails.
23290         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23291           Don't change state if parent failed.
23292
23293 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23294
23295         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23296         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23297         (gen_video_element), (remove_sinks):
23298           Add small bits of code for screenshot handling.
23299
23300 2004-10-08  Wim Taymans  <wim@fluendo.com>
23301
23302         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23303         (gen_video_element), (gen_audio_element), (setup_sinks):
23304         Don't assume the user provided sinks are named "sink"...
23305
23306 2004-10-08  Wim Taymans  <wim@fluendo.com>
23307
23308         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23309         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23310         (gst_play_base_bin_link_stream):
23311         Do not try to autoplug sources that generate raw streams like
23312         cdparanoia.
23313         disconnect the preroll overrun signal when we don't need it anymore.
23314
23315 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23316
23317         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23318         Added reworked patch from #154903 from milosz derezynski (deadchip).
23319
23320 2004-10-08  Wim Taymans  <wim@fluendo.com>
23321
23322         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23323         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23324         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23325         (cdparanoia_convert), (cdparanoia_uri_get_type),
23326         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23327         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23328         * ext/cdparanoia/gstcdparanoia.h:
23329         This adds the cdda://<tracknum> uri.
23330
23331 2004-10-08  Wim Taymans  <wim@fluendo.com>
23332
23333         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23334         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23335         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23337         (unknown_type), (gst_play_base_bin_remove_element),
23338         (gst_play_base_bin_link_stream):
23339         * gst/playback/gstplaybasebin.h:
23340         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23341         (gst_play_bin_set_property), (gen_video_element),
23342         (gen_audio_element), (setup_sinks):
23343         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23344         (gst_stream_info_get_type), (gst_stream_info_class_init),
23345         (gst_stream_info_init), (gst_stream_info_new),
23346         (gst_stream_info_dispose), (stream_info_mute_pad),
23347         (gst_stream_info_set_property), (gst_stream_info_get_property):
23348         * gst/playback/gststreaminfo.h:
23349         Reuse the audio and video bins.
23350         Some internal cleanups in the stream selection code.
23351
23352 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23353
23354         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23355         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23356         * sys/ximage/ximagesink.h:
23357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23358         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23359         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23360         not coming from those elements. Moreover these elements should not keep
23361         the xid they have been given when in NULL state.
23362
23363 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23364
23365         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23366         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23367         * sys/ximage/ximagesink.h:
23368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23369         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23370         * sys/xvimage/xvimagesink.h:
23371           Actually only create a new toplevel window if we're not gonna
23372           embed it right after.
23373
23374 2004-10-07  Wim Taymans  <wim@fluendo.com>
23375
23376         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23377         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23378         * gst/playback/gstplaybin.c: (setup_sinks):
23379         Implement muting/unmuting of streams, mute streams that are not
23380         used.
23381
23382 2004-10-07  Wim Taymans  <wim@fluendo.com>
23383
23384         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23385         (plugin_init):
23386         Added lame audio/x-ac3 typefind function.
23387
23388 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23389
23390         * configure.ac:
23391           bump nano to cvs
23392
23393 === release 0.8.5 ===
23394
23395 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23396
23397         * NEWS:
23398         * RELEASE:
23399         * configure.ac:
23400           releasing 0.8.5, "Take You On"
23401
23402 2004-10-06  Wim Taymans  <wim@fluendo.com>
23403
23404         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23405         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23406         (no_more_pads), (close_link), (type_found):
23407         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23408         * gst/playback/gstplaybin.c: (gen_video_element):
23409         Do not signal the no_more_pads after the first pad when
23410         we are plugging a non dynamic element with multiple
23411         output pads (like swfdec, dvdec, ...).
23412
23413 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23414
23415         * configure.ac:
23416           bump for prerelease
23417
23418 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23419
23420         * gst/wavparse/gstwavparse.c:
23421           add ATRAC3 to STATIC CAPS to fix a warning
23422
23423         * gst/matroska/ebml-read.c:
23424         * gst-libs/gst/riff/riff-read.c:
23425           fix typos
23426
23427 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23428
23429         * gst-libs/gst/riff/riff-media.c:
23430           generate caps for ATRAC3 audio streams
23431
23432         * gst/realmedia/rmdemux.c:
23433           generate caps for ATRAC3 audio streams
23434
23435 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23436
23437         * gst/wavparse/Makefile.am
23438         * gst/wavparse/riff.h
23439         * gst/wavparse/wavparse.vcproj
23440           riff.h removal (unused and duplication with riff-ids.h)
23441
23442 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23443
23444         * gst/wavparse/gstwavparse.h
23445           remove duplicated defines for audio codec codes
23446
23447         * gst-libs/gst/riff/riff-ids.h
23448         * gst/wavenc/riff.h:
23449           add "4CC" code for ATRAC3 audio streams
23450           add "4CC" code for ITU_G721_ADPCM (unused for now)
23451
23452 2004-10-06  Wim Taymans  <wim@fluendo.com>
23453
23454         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23455         Actually _do_ negotiation. Pass gdouble as arg instead
23456         of guint64 for the framerate.
23457
23458 2004-10-06  Wim Taymans  <wim@fluendo.com>
23459
23460         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23461         (find_compatibles), (close_pad_link), (try_to_link_1),
23462         (no_more_pads), (close_link), (type_found):
23463         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23464         * gst/playback/gstplaybin.c: (gen_video_element),
23465         (gen_audio_element):
23466         Set state on newly added element to READY so that negotiation
23467         can happen ASAP.
23468         Addes some more debug info.
23469         Do not try to plug pads with multiple caps structures or ANY
23470         because it is too dangerous since we do not do dynamic
23471         replugging.
23472
23473 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23474
23475         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23476
23477         * po/LINGUAS:
23478         * po/or.po:
23479           add Oriya translation
23480
23481 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23482
23483         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23484           Prevent overwrite of size member. Makes audio sound crappy.
23485
23486 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23487
23488         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23489         Add rmvb to the list of known RealMedia extensions
23490
23491 2004-10-05  Wim Taymans  <wim@fluendo.com>
23492
23493         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23494         (mngdec_openstream), (mngdec_closestream),
23495         (mngdec_handle_sink_event), (mngdec_readdata),
23496         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23497         (mngdec_getcanvasline), (mngdec_refresh),
23498         (gst_mngdec_change_state):
23499         Set the framerate correctly.
23500
23501 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23502
23503         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23504           There was something wrong with the index massaging.
23505
23506 2004-10-04  Wim Taymans  <wim@fluendo.com>
23507
23508         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23509         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23510         (gst_smokedec_chain):
23511         * ext/jpeg/gstsmokedec.h:
23512         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23513         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23514         * ext/jpeg/gstsmokeenc.h:
23515         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23516         (smokecodec_decode_new), (smokecodec_info_free),
23517         (smokecodec_set_quality), (smokecodec_get_quality),
23518         (smokecodec_set_threshold), (smokecodec_get_threshold),
23519         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23520         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23521         (smokecodec_encode), (smokecodec_parse_id),
23522         (smokecodec_parse_header), (smokecodec_decode):
23523         * ext/jpeg/smokecodec.h:
23524         * ext/jpeg/smokeformat.h:
23525         Updated smoke, new bitstream, allows embedding in ogg.
23526
23527 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23528
23529         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23530           Fix seeking in some files. All this code is no longer needed (and
23531           actually breaks stuff) because we now synchronize the full index
23532           right when reading the header.
23533
23534 2004-10-04  Wim Taymans  <wim@fluendo.com>
23535
23536         * configure.ac:
23537         configure update for libmng.
23538
23539 2004-10-04  Wim Taymans  <wim@fluendo.com>
23540
23541         * ext/libmng/Makefile.am:
23542         * ext/libmng/gstmng.c: (plugin_init):
23543         * ext/libmng/gstmng.h:
23544         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23545         (gst_mngdec_base_init), (gst_mngdec_class_init),
23546         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23547         (gst_mngdec_loop), (gst_mngdec_get_property),
23548         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23549         (mngdec_closestream), (mngdec_handle_sink_event),
23550         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23551         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23552         (gst_mngdec_change_state):
23553         * ext/libmng/gstmngdec.h:
23554         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23555         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23556         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23557         (gst_mngenc_chain), (gst_mngenc_get_property),
23558         (gst_mngenc_set_property):
23559         * ext/libmng/gstmngenc.h:
23560         Added basic MNG decoder. Needs more work. The encoder does
23561         not work yet.
23562
23563 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23564
23565         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23566         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23567         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23568           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23569           no-more-pads.
23570
23571 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23572
23573         * configure.ac:
23574           you need at least 1.0.4 of speex
23575
23576 2004-10-04 Iain <iaingnome@gmail.com>
23577
23578         * ext/speex/gstspeexdec.h: Revert the includes changes.
23579
23580         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23581
23582 2004-09-30 Iain <iaingnome@gmail.com>
23583
23584         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23585         found during init or set as a property instead of hardcoding /dev/audio
23586
23587 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23588
23589         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23590         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23591         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23592         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23593         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23594         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23595         (gst_rmdemux_dump_data):
23596           Use debug category, fix EOS handling. filesrc ! rmdemux now
23597           works.
23598
23599 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23600
23601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23602         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23603         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23604           Improve allocation, cutting and sorting of the index. How takes a
23605           few seconds instead of minutes.
23606
23607 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23608
23609         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23610           fixed compilation
23611
23612 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23613
23614         * gst-libs/gst/riff/riff-media.c:
23615         (gst_riff_create_video_caps_with_data),
23616         (gst_riff_create_video_template_caps):
23617           Add wing commander format mimetype/fourccs.
23618         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23619           Don't crash if some value is 0.
23620
23621 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * gst-libs/gst/riff/riff-media.c:
23624         (gst_riff_create_video_caps_with_data),
23625         (gst_riff_create_video_template_caps):
23626           Add DIB fourcc (raw, palettized 8-bit RGB).
23627         * gst-libs/gst/riff/riff-read.c:
23628         (gst_riff_read_strf_vids_with_data):
23629           Oops, fix strf_data reading bug.
23630         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23631           Use a non-NULL tag.
23632         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23633           Time for hacks. Sorry Dave. At least one quicktime movie (a
23634           trailer) that I've encountered contains multiple video tracks.
23635           One of those is the actual video track, the other are one-frame
23636           tracks (images). Unfortunately, the number of frames according
23637           to the trak header is 1 for each, so that doesn't help. So
23638           instead, I look at the duration and discard tracks with a
23639           duration shorter than 20% of the length of the stream. Better
23640           than nothing.
23641
23642 2004-10-01  Christian Schaller <christian@fluendo.com>
23643
23644         * ext/ivorbis/vorbis.c:
23645           Patch from Phil Blundell (Bug 152341)
23646
23647 2004-10-01  Wim Taymans  <wim@fluendo.com>
23648
23649         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23650         (speex_dec_get_formats), (speex_dec_convert),
23651         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23652         (speex_dec_chain), (gst_speexdec_get_property),
23653         (gst_speexdec_set_property):
23654         Small cleanups.
23655
23656 2004-10-01  Wim Taymans  <wim@fluendo.com>
23657
23658         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23659         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23660         (gst_wavparse_other), (gst_wavparse_loop),
23661         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23662         (gst_wavparse_srcpad_event):
23663         * gst/wavparse/gstwavparse.h:
23664         Added some more debugging info.
23665         Fix the case where the length of the file is 0.
23666         Make sure we seek to sample borders.
23667
23668 2004-10-01  Wim Taymans  <wim@fluendo.com>
23669
23670         * gst/playback/README:
23671         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23672         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23673         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23674         Add some debug info to decodebin, update README
23675
23676 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23677
23678         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23679           Don't use g_print(); use GST_DEBUG().
23680
23681 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23682
23683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23684         (gst_ogg_mux_queue_pads):
23685           Handle EOS properly.
23686
23687 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23688
23689         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23690
23691         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23692         (gst_faad_chain), (gst_faad_change_state):
23693         * ext/faad/gstfaad.h:
23694           Allow playback of raw (unframed) MPEG AAC files (#148993).
23695
23696 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23697
23698         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23699
23700         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23701           Throw error if we didn't recognize the stream. Fixes #152289.
23702
23703 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23704
23705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23706           Fix negotiation.
23707
23708 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23709
23710         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23711
23712         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23713           Fix memleak.
23714
23715 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23716
23717         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23718
23719         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23720           Solve #152805.
23721         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23722           Solve 152806.
23723
23724 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23725
23726         * gst-libs/gst/riff/riff-media.c:
23727         (gst_riff_create_video_caps_with_data),
23728         (gst_riff_create_audio_caps_with_data):
23729           Add codec_data handling (like asfdemux used to do).
23730         * gst/asfdemux/gstasf.c: (plugin_init):
23731         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23732         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23733           Use riff-media for caps creation instead of our own (mostly
23734           broken) copy of its functions.
23735
23736 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23737
23738         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23739           Don't actually error out if we get another return value than
23740           -EINVAL. Opposite to what I first thought, drivers have random
23741           return values for this, although -EINVAL is the expected return
23742           value. Since this is not fatal, we shouldn't use
23743           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23744
23745 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23746
23747         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23748         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23749         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23750         (dvdreadsrc_get), (dvdreadsrc_open_file),
23751         (dvdreadsrc_change_state):
23752           Fix. Don't do one big huge loop around the whole DVD, that will
23753           cache all data and thus eat sizeof(dvd) (several GB) before we
23754           see something.
23755         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23756           Actually NULL'ify event after using it.
23757         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23758         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23759         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23760         (gst_ebml_read_seek), (gst_ebml_read_skip):
23761           Handle events.
23762         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23763         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23764         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23765           Fix timing (this will probably break if I seek using menus, but
23766           I didn't get there yet). VOBs and normal DVDs should now work.
23767           Add a mpeg2-only pad with high rank so this get autoplugged for
23768           MPEG-2 movies.
23769         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23770         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23771         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23772         (gst_mpeg_demux_get_audio_stream),
23773         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23774         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23775           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23776           MPEG-1 but use dvddemux for MPEG-2.
23777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23778         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23779         (gst_mpeg_parse_parse_packhead):
23780           Timing. Only add pad template if it exists. Add sink template from
23781           class and not from ourselves. This means we will always use the
23782           correct sink template even if it is not the one defined in this
23783           file.
23784
23785 2004-09-29  Wim Taymans  <wim@fluendo.com>
23786
23787         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23788         (gst_mpeg_demux_parse_pes):
23789         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23790         Fix playback of mpeg again, timestamps where screwed up by
23791         patch 1.61.
23792
23793 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23794
23795         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23796           Only return true if we actually filled something in. Prevents
23797           player applications from showing a random length for flac files.
23798         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23799         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23800         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23801         (gst_riff_read_strf_vids_with_data),
23802         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23803           OK, ok, so I implemented event handling. Apparently it's normal
23804           that we receive random events at random points without asking
23805           for it.
23806         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23807         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23808         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23809         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23810         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23811         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23812         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23813         * gst/avi/gstavidemux.h:
23814           Implement non-lineair chunk handling and subchunk processing.
23815           The first solves playback of AVI files where the audio and video
23816           data of individual buffers that we read are not synchronized.
23817           This should not happen according to the wonderful AVI specs, but
23818           of course it does happen in reality. It is also a prerequisite for
23819           the second. Subchunk processing allows us to cut chunks in small
23820           pieces and process each of these pieces separately. This is
23821           required because I've seen several AVI files with incredibly large
23822           audio chunks, even some files with only one audio chunk for the
23823           whole file. This allows for proper playback including seeking.
23824           This patch is supposed to fix all AVI A/V sync issues.
23825         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23826         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23827           Work.
23828         * gst/modplug/gstmodplug.cc:
23829           Proper return value setting for the query() function.
23830         * gst/playback/gstplaybasebin.c: (setup_source):
23831           Being in non-playing state (after, e.g., EOS) is not necessarily
23832           a bad thing. Allow for that. This fixes playback of short files.
23833           They don't actually playback fully now, because the clock already
23834           runs. This means that small files (<500kB) with a small length
23835           (<2sec) will still not or barely play. Other files, such as mod
23836           or flx, will work correctly, however.
23837
23838 2004-09-28  Wim Taymans  <wim@fluendo.com>
23839
23840         * ext/speex/gstspeex.c: (plugin_init):
23841         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23842         (gst_speex_dec_class_init), (speex_dec_get_formats),
23843         (speex_get_event_masks), (speex_get_query_types),
23844         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23845         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23846         (gst_speexdec_get_property), (gst_speexdec_set_property),
23847         (speex_dec_change_state):
23848         * ext/speex/gstspeexdec.h:
23849         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23850         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23851         (gst_speexenc_base_init), (gst_speexenc_class_init),
23852         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23853         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23854         (gst_speexenc_src_query), (gst_speexenc_init),
23855         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23856         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23857         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23858         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23859         (gst_speexenc_chain), (gst_speexenc_get_property),
23860         (gst_speexenc_set_property), (gst_speexenc_change_state):
23861         * ext/speex/gstspeexenc.h:
23862         Rewrote speex encoder, make sure it can be embedded in ogg.
23863         Implemented speex decoder.
23864
23865 2004-09-28  Christian Schaller <christian@fluendo.com>
23866
23867         * configure.ac:
23868         Remove kioslave plugin. Markey is brewing a new working one
23869         * ext/Makefile.am: Remove kioslave plugin
23870         * ext/kio: remove
23871         * gst-plugins.spec.in: remove kio plugin from spec
23872
23873 2004-09-27  Wim Taymans  <wim@fluendo.com>
23874
23875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23876         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23877         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23878         (gst_multifdsink_new_client),
23879         (gst_multifdsink_handle_client_write),
23880         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23881         (gst_multifdsink_handle_clients):
23882         * gst/tcp/gstmultifdsink.h:
23883         Make syncing to keyframes actually work for new clients and lagging
23884         clients.
23885
23886 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23887
23888         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23889         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23890         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23891         * gst/debug/gstnavigationtest.h:
23892           make navigationtest display button-press and button-release events
23893
23894 2004-09-26 Iain <iaingnome@gmail.com>
23895
23896         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23897         the channels have received a new media event.
23898         (interleave_buffered_loop): Compresses a new media event on all
23899         channels into one.
23900
23901 2004-09-26 Iain <iaingnome@gmail.com>
23902
23903         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23904         call the sinkpad's default event handler and not the srcpads. He also
23905         says this is confusing :)
23906         (gst_wavenc_stop_file): Company says that seek events only go upstream
23907         we should send a discontinuous downstream instead.
23908
23909 2004-09-25  Christian Schaller <christian@fluendo.com>
23910
23911         * Update SPEC file to be usable in conjunction with Fedora Core,
23912           Fedora.us and freshrpms packages
23913         * Fix typo in multifilesrc test Makefile
23914
23915 2004-09-24  Wim Taymans  <wim@fluendo.com>
23916
23917         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23918         Only signal the no_more_pads signal when we have
23919         added the stream to our list.
23920
23921 2004-09-24  Wim Taymans  <wim@fluendo.com>
23922
23923         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23924         (new_decoded_pad):
23925         * gst/playback/gstplaybasebin.h:
23926         * gst/playback/gstplaybin.c: (setup_sinks):
23927         Don't try to preroll or decode more than one audio/video
23928         track.
23929
23930 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23931
23932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23933           Throw error if we failed to find a suitable output. This should
23934           throw an error if we successfully set up a pipeline (e.g. because
23935           we recognized a media file) but found no decodable streams in it
23936           (e.g. because it contains only media stream types for which we
23937           have no decoders, or because it's not a media type).
23938
23939 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23940
23941         * ext/dirac/Makefile.am:
23942         * ext/dirac/gstdirac.cc:
23943         * ext/dirac/gstdiracdec.cc:
23944         * ext/dirac/gstdiracdec.h:
23945           Do something. Don't actually know if this works because I don't
23946           have a demuxer yet.
23947         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23948           Add channels=1 to caps returned from _getcaps().
23949         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23950         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23951         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23952         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23953         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23954         (gst_ogm_parse_change_state):
23955           Separate between audio/video so ogmaudioparse actually uses the
23956           audio pad templates. Both audio and video work now, including
23957           autoplugging. Also use sometimes-srcpad hack.
23958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23959           Handle events better. Don't hang on infinite loops.
23960         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23961         (gst_avi_demux_init), (gst_avi_demux_reset),
23962         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23963         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23964         (gst_avi_demux_change_state):
23965         * gst/avi/gstavidemux.h:
23966           Improve A/V sync. Still not perfect.
23967         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23968         (gst_ebml_read_skip):
23969           Handle events better.
23970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23971         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23972         (qtdemux_audio_caps):
23973           Add IMA4. Improve event handling. Save offset after a seek when
23974           the headers are at the end of the file so that we don't end up in
23975           an infinite loop.
23976         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23977           Add low-priority typefind support for files with no length.
23978
23979 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23980
23981         * testsuite/multifilesink/Makefile.am:
23982         fix typo
23983
23984 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23985
23986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23988         mistakes from thaytan's patches.
23989
23990 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23991
23992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23993           For completeness, XSync in the destroy function as xvimage does.
23994
23995 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23996
23997         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23998            Correct caps negotiation
23999         * gst/volume/gstvolume.c: (volume_chain_float),
24000         (volume_chain_int16):
24001            Modify debug output to be little more informative
24002         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24004         (gst_xvimagesink_xvimage_destroy):
24005           Add XSync calls after detaching from the shared memory segment to
24006           avoid a crash.
24007
24008 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24009
24010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24011         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24012         * ext/vorbis/vorbis.c: (plugin_init):
24013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24014         (gst_vorbisenc_chain):
24015         * ext/vorbis/vorbisenc.h:
24016         remove explicit newmedia support from oggmux and vorbisenc
24017         add debug category to vorbisenc
24018         * gst/multifilesink/gstmultifilesink.c:
24019         (gst_multifilesink_class_init), (gst_multifilesink_init),
24020         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24021         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24022         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24023         (plugin_init):
24024         * gst/multifilesink/gstmultifilesink.h:
24025         add support for streamheader in multifilesink
24026
24027 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24028
24029         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24030         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24031         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24032           Prevent infinite loops. More correct error reporting.
24033         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24034           Error out if negotiation fails.
24035         * gst/playback/gstplaybasebin.c: (setup_source),
24036         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24037         (gst_play_base_bin_found_tag):
24038           Error/tag forwarding. Pre-roll fixes for source errors on state
24039           changes (e.g. "file does not exist") to prevent hangs.
24040
24041 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24042
24043         * testsuite/multifilesink/Makefile.am:
24044         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24045         (gst_newmedia_class_init), (gst_newmedia_init),
24046         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24047         (newfile_signal), (test_signal), (main):
24048         * testsuite/multifilesink/multifilesrc_test.c: (main):
24049         * testsuite/multifilesink/oggtheora_test.c:
24050         (gst_newmedia_base_init), (gst_newmedia_class_init),
24051         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24052         (test_format), (newfile_signal), (test_signal), (main):
24053         * testsuite/multifilesink/oggvorbis_test.c:
24054         (gst_newmedia_base_init), (gst_newmedia_class_init),
24055         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24056         (test_format), (newfile_signal), (test_signal), (main):
24057         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24058         (gst_newmedia_class_init), (gst_newmedia_init),
24059         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24060         (newfile_signal), (test_signal), (main):
24061         New media tests
24062
24063 2004-09-20  Christian Schaller <christian@fluendo.com>
24064
24065         * Fix mikmod license to LGPL as they have relicensed
24066         * Move Dirac and Effectv into LGPL section of README_license
24067
24068 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24069
24070         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24071         (gst_mad_change_state):
24072           Allow for mp3 rate/channels changes. However, only very
24073           conservatively. Reason that we *have* to enable this is smiply
24074           because the mad find_sync() function is not good enough, it will
24075           regularly sync on random data as valid frames and therefore make
24076           us provide random caps as *final* caps of the stream. The best fix
24077           I could think of is to simply require several of the same stream
24078           changes in a row before we change caps.
24079           The actual testcase that works now is #
24080         * ext/ogg/Makefile.am:
24081         * ext/ogg/gstogg.c: (plugin_init):
24082         * ext/ogg/gstogmparse.c:
24083           OGM support (video only for now; I need an audio sample file).
24084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24085         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24086         (gst_asf_demux_add_video_stream):
24087           WMV extradata.
24088         * gst/playback/gstplaybasebin.c: (unknown_type):
24089           Don't error out on single unknown-types after all. It's wrong.
24090           If we found type of video and audio but not of a subtitle stream,
24091           it will still error out (which is unwanted). Will find a better fix
24092           later on.
24093         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24094         (ogmaudio_type_find), (plugin_init):
24095           OGM support.
24096
24097 2004-09-20  Johan Dahlin  <johan@gnome.org>
24098
24099         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24100         after setting caps.
24101
24102 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24103
24104         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24105         * gst/wavenc/gstwavenc.h:
24106         Added newmedia support to wavenc
24107
24108 2004-09-17  Wim Taymans  <wim@fluendo.com>
24109
24110         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24111         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24112         (gst_fdset_fd_can_write), (gst_fdset_wait):
24113         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24114         (gst_multifdsink_init), (gst_multifdsink_add),
24115         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24116         (gst_multifdsink_remove_client_link),
24117         (gst_multifdsink_client_queue_buffer),
24118         (gst_multifdsink_handle_client_write),
24119         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24120         (gst_multifdsink_close), (gst_multifdsink_change_state):
24121         * gst/tcp/gstmultifdsink.h:
24122         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24123         (gst_tcpserversink_removed):
24124         Small cleanups in fdset.c
24125         Use a hastable to map fd to the client structure for faster
24126         lookup in _remove and get_stats.
24127         Added virtual function to close the fds.
24128         Handle clients even when the select/poll call was unblocked because
24129         of a command.
24130         Implement syncing to keyframe in the recovery procedure.
24131
24132 2004-09-16 Iain <iaingnome@gmail.com>
24133
24134         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24135         try caps.
24136
24137 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24138
24139         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24140           Caps are only set if the type of the stream is unknown, but this
24141           is initialized in ->init_stream(), so set to UNKNOWN after calling
24142           ->init_stream() so that capsnego starts.
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_stream_data):
24148           Just hardcode for raw audio then. AVI audio sucks.
24149
24150 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24151
24152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24153         * gst/matroska/matroska-mux.c: (audiosink_templ),
24154         (gst_matroska_mux_audio_pad_link):
24155         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24156         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24157
24158 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24159
24160         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24161         (gst_avi_demux_stream_data):
24162           Try to fix a/v sync issues.
24163
24164 2004-09-15  David Schleef  <ds@schleef.org>
24165
24166         * configure.ac: remove NASM check, since we don't use it.  Update
24167         dirac check to 0.4
24168         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24170         Initialized variables.
24171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24172         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24173         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24174         SVQ3 format
24175
24176 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24179         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24180         * gst/avi/gstavidemux.h:
24181           Fix for compressed audio (mp3) timestamp generation. How did this
24182           ever work?
24183
24184 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24185
24186         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24187           Volume is a double not a float.
24188
24189 2004-09-15  Wim Taymans  <wim@fluendo.com>
24190
24191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24192         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24193         Don't close the fd in multifdsink as we didn't open it in the
24194         first place. Some cleanups.
24195
24196 2004-09-15  Wim Taymans  <wim@fluendo.com>
24197
24198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24200         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24201         Fix the case where the muxer would mark pages as delta
24202         frames when they are not (vorbis only ogg).
24203
24204 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24205
24206         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24207         (gst_play_base_bin_change_state):
24208           Handle the case where we failed to setup a clear pipeline. This
24209           will throw an error (or EOS, another nice case) and if you don't
24210           catch that, the app will wait for the signal forever (and thus
24211           hang).
24212
24213 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * ext/gnomevfs/gstgnomevfssink.c:
24216         (gst_gnomevfssink_uri_get_protocols):
24217         * ext/gnomevfs/gstgnomevfssrc.c:
24218         (gst_gnomevfssrc_uri_get_protocols):
24219         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24220         * ext/gnomevfs/gstgnomevfsuri.h:
24221           Use _uri_new() instead of _open(), so it doesn't take as long and
24222           Christophe's computer won't hang.
24223         * gst/playback/gstplaybasebin.c: (unknown_type):
24224           Throw error on unknown media type, so apps actually display it.
24225
24226 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24227
24228         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24229           this script to work on Solaris since bash shell handles echo
24230           differenly than bash.
24231
24232 2004-09-17  Wim Taymans  <wim@fluendo.com>
24233
24234         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24235         (setup_source), (gst_play_base_bin_set_property),
24236         (gst_play_base_bin_add_element):
24237         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24238         Some more work on making sure seeking pauses the pipeline and
24239         that changing the uri actually does something.
24240
24241 2004-09-17  Wim Taymans  <wim@fluendo.com>
24242
24243         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24244         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24245         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24246         (gst_tcpserversink_close):
24247         Be a bit more paranoid when freeing memory.
24248
24249 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24250
24251         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24252         (qtdemux_parse_trak):
24253           Don't crash by dividing by zero (see sample movie in #126922).
24254
24255 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24256
24257         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24258           Don't touch non-existing data (fixes crash on file in #140147).
24259
24260 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24261
24262         * gst/playback/gstplaybasebin.c:
24263         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24264           Handle double disposals, and proper change of URIs.
24265
24266 2004-09-13  Martin Eikermann <meiker@upb.de>
24267
24268         * gst/mpegstream/gstmpegparse.c:
24269           fix synchronistation for streams recorded from digital PCR
24270           fixes bug #119376
24271
24272 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24273
24274         * ext/gnomevfs/Makefile.am:
24275         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24276         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24277         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24278         (gst_gnomevfssink_uri_get_type),
24279         (gst_gnomevfssink_uri_get_protocols),
24280         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24281         (gst_gnomevfssink_uri_handler_init),
24282         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24283         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24284         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24285         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24286         (gst_gnomevfssrc_uri_get_type),
24287         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24288         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24289         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24290         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24291         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24292         * ext/gnomevfs/gstgnomevfsuri.h:
24293           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24294           of fake URIs to see which this version of Gnome-VFS likes, and
24295           uses that for the Gst-URI interface. Makes playbin support http://
24296           streams. Also fix up some stupid behaviour in gnomevfssrc.
24297
24298 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24299
24300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24301         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24302         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24303         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24304           Update mixer (to sync with other sessions) if we try to obtain
24305           a new value. This makes alsamixer work accross applications.
24306         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24307           Only call sync functions if we're running, else alsalib asserts.
24308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24309           Sometimes fails to compile. Possibly a gcc bug.
24310         * gst/playback/gstplaybin.c: (gen_video_element),
24311         (gen_audio_element):
24312           Add a reference to an application-provided object, because we lose
24313           this same reference if we add it to the bin. If we don't do this,
24314           we can only use this object once and thus crash if we go from
24315           ready to playing, back to ready and back to playing again.
24316           Also add an audioscale element because several cheap soundcards -
24317           like mine - don't support all samplerates.
24318         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24319         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24320           Fix wrong order or PAR calls. Makes automatically obtained PAR
24321           from the X server atually being used.
24322
24323 2004-09-12  David Schleef  <ds@schleef.org>
24324
24325         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24326         #151887, #152102, #152247.
24327         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24328         * examples/seeking/cdparanoia.c: same
24329         * examples/seeking/cdplayer.c: same
24330         * examples/seeking/seek.c: same
24331         * examples/seeking/spider_seek.c: same
24332         * examples/seeking/vorbisfile.c: same
24333         * examples/stats/mp2ogg.c: same
24334         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24335         (gst_esdsink_dispose): Dispose of element properly.
24336         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24337         fixes.
24338         * ext/nas/nassink.c: (gst_nassink_class_init),
24339         (gst_nassink_dispose): Dispose of element correctly.
24340         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24341         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24342         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24343         Fix 64-bit warning.
24344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24345         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24346         Fix 64-bit warning.
24347
24348 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24349
24350         * configure.ac : change speex detection as 1.1.6 now uses
24351           .pc/pkg-config and they changed their headers location.
24352
24353 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24354
24355         * gst/matroska/matroska-mux.h:
24356         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24357         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24358         (gst_matroska_mux_write_data):
24359           Write multiple blocks/frames per cluster.
24360                 Write meta-seek information (seek heads).
24361
24362 2004-09-09  Scott Wheeler <wheeler@kde.org>
24363
24364         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24365         (gst_play_bin_set_property), (gst_play_bin_get_property),
24366         (gen_audio_element), (gen_audio_element):
24367           Add a volume element / property to the pipeline.
24368
24369 2004-09-07  Wim Taymans  <wim@fluendo.com>
24370
24371         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24372         Copy timestamps from the master pad to the output buffers.
24373
24374 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24375
24376         * ext/raw1394/gstdv1394src.c:
24377           throw errors when applicable
24378
24379 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24380
24381         * gst/matroska/ebml-ids.h:
24382         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24383         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24385           automatically convert unix time <-> ebml time when reading/writing
24386           a date, use gst_ebml_write_uint to write CUETIME,
24387           not gst_ebml_write_date.
24388         * gst/matroska/matroska-ids.h:
24389         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24390         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24391         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24392         (gst_matroska_mux_write_data):
24393           Write track and segment UIDs, write muxing date, write
24394           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24395           Create cues for audio only files.
24396
24397 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24398
24399         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24400         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24401           Re-commit ALSA switches.
24402         * gst/adder/gstadder.c: (gst_adder_loop):
24403           64-bit fix (#151416).
24404         * gst/debug/progressreport.c: (gst_progressreport_report):
24405           64-bit fix (#151419).
24406         * gst/matroska/matroska-demux.c:
24407         (gst_matroska_demux_parse_contents):
24408           64-bit fix (#151420).
24409         * gst/playback/test3.c: (update_scale):
24410           64-bit fix (#151421).
24411
24412 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24413
24414         * configure.ac:
24415           bump nano to cvs
24416
24417 === release 0.8.4 ===
24418
24419 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24420
24421         * configure.ac: releasing 0.8.4, "Alias"
24422
24423 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24424
24425         * ext/theora/Makefile.am:
24426           fix makefile.  Fixes #151462.
24427
24428 2004-08-30  Wim Taymans  <wim@fluendo.com>
24429
24430         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24431         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24432         (gst_multifdsink_remove_client_link),
24433         (gst_multifdsink_client_queue_buffer),
24434         (gst_multifdsink_handle_client_write):
24435         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24436         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24437         Fix some memory leaks.
24438
24439 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24440
24441         Patch by: David Schleef
24442
24443         * configure.ac:
24444         * sys/Makefile.am:
24445           rename our detection macro for V4L2.  Fixes #151236.
24446
24447 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24448
24449         Patch by: David Schleef
24450
24451         * configure.ac:
24452           check to define LAMEPRESET.  Fixes #151232.
24453
24454 2004-08-27  David Schleef  <ds@schleef.org>
24455
24456         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24457         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24458         (gst_glimagesink_fixate):  Move local variable declarations to
24459         make gcc-2.95 happy.
24460
24461 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24462
24463         * configure.ac:
24464           bump nano for prerelease
24465
24466 2004-08-27  David Schleef  <ds@schleef.org>
24467
24468         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24469         * sys/sunaudio/gstsunaudiosrc.c:
24470         * sys/sunaudio/gstsunaudiosrc.h:
24471
24472 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24473
24474         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24475         handle EOS correctly
24476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24477         * gst/matroska/matroska-mux.h:
24478         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24479         VFW compatibility mode
24480
24481 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         patch by: Zaheer Abbas Merali
24484
24485         * ext/ogg/gstoggmux.c:
24486         * ext/vorbis/vorbisenc.c:
24487         * ext/vorbis/vorbisenc.h:
24488           handle NEWMEDIA
24489
24490 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24491
24492         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24493         fix byte order reversion on little endian machines.
24494         * gst/matroska/matroska-mux.c: (audiosink_templ),
24495         (gst_matroska_mux_audio_pad_link):
24496         add TTA codec to the list of supported codecs.
24497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24498         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24499         (gst_matroska_mux_write_data):
24500         * gst/matroska/matroska-mux.h:
24501         write segment duration correctly, write muxing app string, fixes bugs
24502         #140897 and #140898.
24503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24504         wait for all pads to be negotiated before starting to mux.
24505
24506 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24507
24508         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24509         * ext/lame/gstlame.h:
24510         Added new media support to lame
24511
24512 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24513
24514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24515         send vorbis headers at the beginning of a stream, fixes bug #141554.
24516         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24517         bug #148950.
24518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24519         (gst_matroska_demux_plugin_init):
24520         * gst/matroska/matroska-ids.h:
24521         enable demuxing of TTA audio streams, fixes bug #148951.
24522         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24523         enable typefinding for TTA audio files, fixes bug #148711.
24524         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24525         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24526         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24527
24528 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24529
24530         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24531         (gst_riff_read_element_data), (gst_riff_read_seek),
24532         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24533         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24534         <teuf@gnome.org>
24535
24536 2004-08-23 Iain <iaingnome@gmail.com>
24537
24538         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24539         tags. They appear to be handled differently to normal.
24540         (tag_list_to_id3_tag_foreach): Ditto.
24541
24542 2004-08-22  Wim Taymans  <wim@fluendo.com>
24543
24544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24545         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24546         Make sure we never send -1 granulepos.
24547
24548 2004-08-20  Wim Taymans  <wim@fluendo.com>
24549
24550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24551         (gst_ogg_mux_loop):
24552         I will accept bitchslappings with non sharp objects.
24553
24554 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24555
24556         * configure.ac:
24557         Clean up the test for lame presets
24558
24559 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24560
24561         * configure.ac:
24562         * ext/lame/Makefile.am:
24563         * ext/lame/gstlame.c: (gst_lame_class_init),
24564         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24565         Only enable lame presets if version of lame has presets in API
24566
24567 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24568         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24569         * gst/udp/gstudpsrc.h:
24570           Don't call gst_pad_push in a get function. Fixes #150449
24571
24572 2004-08-18  Wim Taymans  <wim@fluendo.com>
24573
24574         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24575         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24576         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24577         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24578         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24579         (gst_fdset_wait):
24580         * gst/tcp/gstfdset.h:
24581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24582         (gst_multifdsink_client_queue_buffer),
24583         (gst_multifdsink_handle_client_write):
24584         * gst/tcp/gstmultifdsink.h:
24585         Some extra checks in gstfdset.
24586         Only use send() when the fd is a socket. Don't try to
24587         read from write only fds.
24588
24589 2004-08-18  Wim Taymans  <wim@fluendo.com>
24590
24591         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24592         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24593         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24594         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24595         (gst_fdset_wait):
24596         Add more locking and bounds checking.
24597
24598 2004-08-18  Wim Taymans  <wim@fluendo.com>
24599
24600         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24601         Realloc test fdset in the lock and right before starting
24602         the poll call. Bump the limit to 4096.
24603
24604 2004-08-17  David Schleef  <ds@schleef.org>
24605
24606         * sys/sunaudio/Makefile.am:
24607         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24608         of rates and channels.  Make debugging less obnoxious.
24609
24610         Patch from Balamurali Viswanathan implementing a mixer for
24611         Sun audio.  (bug #144091):
24612         * sys/sunaudio/gstsunelement.c:
24613         * sys/sunaudio/gstsunelement.h:
24614         * sys/sunaudio/gstsunmixer.c:
24615         * sys/sunaudio/gstsunmixer.h:
24616
24617 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24618
24619         * gst/audioscale/gstaudioscale.c:
24620         * gst/audioscale/gstaudioscale.h:
24621         made audioscale resample from any sample rate to any sample rate
24622
24623 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24624
24625         * ext/libpng/gstpngdec.c:
24626           error out on unsupported types
24627
24628 2004-08-17  Iain <iaingnome@gmail.com>
24629
24630         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24631         mid_side and loose_mid_side properties if its a stereo stream.
24632
24633 2004-08-17  Wim Taymans  <wim@fluendo.com>
24634
24635         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24636         (theora_get_formats), (theora_dec_src_convert),
24637         (theora_dec_sink_convert), (theora_dec_src_query),
24638         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24639         Add a debug line.
24640
24641 2004-08-17  Wim Taymans  <wim@fluendo.com>
24642
24643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24644         (gst_ogg_pad_push):
24645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24646         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24647         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24648         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24649         Mark delta units in the muxer.
24650         Try to decode the packet after an out-of-sync error from
24651         libogg.
24652
24653 2004-08-17  Wim Taymans  <wim@fluendo.com>
24654
24655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24656         (gst_multifdsink_init), (gst_multifdsink_add),
24657         (gst_multifdsink_client_queue_buffer),
24658         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24659         * gst/tcp/gstmultifdsink.h:
24660         Added option to send a keyframe to clients as the first buffer.
24661         Make timeout property writable.
24662
24663 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24664
24665         patch by: Wim Taymans
24666
24667         * gst/tcp/gstfdset.c:
24668         * gst/tcp/gstmultifdsink.c:
24669           fix index comparison, should include 0
24670
24671 2004-08-16  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24674         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24675         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24676         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24677         (gst_fdset_wait):
24678           copy when reallocing for poll so the select arguments don't get
24679           changed during the call
24680
24681 2004-08-16  Wim Taymans  <wim@fluendo.com>
24682
24683         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24684         (gst_theora_enc_class_init), (theora_enc_sink_link),
24685         (theora_buffer_from_packet), (theora_enc_chain):
24686         Fix bug where buffers were not marked as keyframes
24687         correctly.
24688
24689 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24690
24691         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24692         (gst_lame_preset_get_type), (gst_lame_class_init):
24693         describe the enum values for vbr mode and presets more verbosely
24694
24695 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24696
24697         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24698         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24699         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24700         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24701         * ext/lame/gstlame.h:
24702         add preset property to lame so it can use lame presets
24703
24704 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24705
24706         * ext/lame/gstlame.c: (gst_lame_get_property):
24707         whoops forgot break, thanks teuf
24708
24709 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24710
24711         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24712         (gst_lame_class_init), (gst_lame_src_getcaps),
24713         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24714         (gst_lame_get_property), (gst_lame_setup):
24715         * ext/lame/gstlame.h:
24716         fix lame's broken vbr stuff, allow it to resample if need be, and also
24717         make xing header optional
24718
24719 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24720
24721         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24722         added getcaps function so samplerate doesnt get fixated to silly values
24723
24724 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24725
24726         * ext/lame/gstlame.c: (gst_lame_src_link):
24727         revert previous fix
24728
24729 2004-08-12  Johan Dahlin  <johan@gnome.org>
24730
24731         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24732         checks. Doesn't matter what state we are in. Interfaces are a
24733         compile time thing, not runtime. It also broke the python bindings.
24734
24735 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24736
24737         * ext/lame/gstlame.c: (gst_lame_src_link):
24738         made source pad link function check if sinkpad is ok..fixes the problem
24739         where core fixates the output rate of lame stupidly
24740
24741 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24742
24743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24744         * sys/v4l/v4l_calls.c:
24745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24746           fix fixate function to handle nonsimple caps.
24747           remove bogus check in _link
24748           cleanups
24749
24750 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24751
24752         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24753         set default compression ratio parameter to 0.0 so bitrate parameter
24754         works :)
24755
24756 2004-08-11  David Schleef  <ds@schleef.org>
24757
24758         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24759
24760 2004-08-11  David Schleef  <ds@schleef.org>
24761
24762         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24763         before.
24764
24765 2004-08-11  David Schleef  <ds@schleef.org>
24766
24767         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24768
24769 2004-08-11  David Schleef  <ds@schleef.org>
24770
24771         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24772           license field
24773         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24774         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24775           LGPL.
24776         * gst/auparse/gstauparse.c: Fix plugin license field.
24777         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24778         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24779         * gst/rtp/gstrtp.c: Fix plugin license field.
24780
24781 2004-08-11  Wim Taymans  <wim@fluendo.com>
24782
24783         * gst/tcp/Makefile.am:
24784         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24785         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24786         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24787         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24788         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24789         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24790         (gst_fdset_fd_can_write), (gst_fdset_wait):
24791         * gst/tcp/gstfdset.h:
24792         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24793         (gst_multifdsink_class_init), (gst_multifdsink_init),
24794         (gst_multifdsink_add), (gst_multifdsink_remove),
24795         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24796         (gst_multifdsink_remove_client_link),
24797         (gst_multifdsink_handle_client_read),
24798         (gst_multifdsink_client_queue_data),
24799         (gst_multifdsink_client_queue_caps),
24800         (gst_multifdsink_client_queue_buffer),
24801         (gst_multifdsink_handle_client_write),
24802         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24803         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24804         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24805         (gst_multifdsink_close):
24806         * gst/tcp/gstmultifdsink.h:
24807         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24808         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24809         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24810         (gst_tcpserversink_close):
24811         * gst/tcp/gsttcpserversink.h:
24812         Abstracted away the select call, implemented poll (yes we ran into
24813         the 1024 limit in production).
24814
24815 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24816
24817         * gst/tcp/gsttcp.c:
24818         * gst/tcp/gsttcpplugin.c:
24819           improve debuggging, remove assert
24820
24821 2004-08-10  Wim Taymans  <wim@fluendo.com>
24822
24823         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24824         (gst_client_status_get_type), (gst_multifdsink_class_init),
24825         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24826         (gst_multifdsink_handle_client_read),
24827         (gst_multifdsink_handle_client_write),
24828         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24829         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24830         (gst_multifdsink_get_property):
24831         * gst/tcp/gstmultifdsink.h:
24832         * gst/tcp/gsttcp-marshal.list:
24833         Starting to prepare for specifying buffer time in other units
24834         than buffers. Expose remove reason in signal.
24835
24836 2004-08-10  Wim Taymans  <wim@fluendo.com>
24837
24838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24839         (gst_multifdsink_remove), (gst_multifdsink_clear),
24840         (gst_multifdsink_remove_client_link),
24841         (gst_multifdsink_handle_client_read),
24842         (gst_multifdsink_client_queue_data),
24843         (gst_multifdsink_client_queue_buffer),
24844         (gst_multifdsink_handle_client_write),
24845         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24846         (gst_multifdsink_chain), (gst_multifdsink_close):
24847         * gst/tcp/gstmultifdsink.h:
24848         Added more debugging info. Changed the way clients are
24849         removed from the lists. Fixed a bug where a bad file descriptor
24850         could cause many clients to be removed.
24851
24852 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24853
24854         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24855           allow all pixel-aspect-ratios, not just 1:1
24856
24857 2004-08-09  David Schleef  <ds@schleef.org>
24858
24859         * sys/glsink/ARB_multitexture.h:  Remove old files.
24860         * sys/glsink/EXT_paletted_texture.h:
24861         * sys/glsink/NV_register_combiners.h:
24862         * sys/glsink/gstgl_nvimage.c:
24863         * sys/glsink/gstgl_pdrimage.c:
24864         * sys/glsink/gstgl_rgbimage.c:
24865         * sys/glsink/gstglsink.c:
24866         * sys/glsink/gstglsink.h:
24867         * sys/glsink/gstglxwindow.c:
24868         * sys/glsink/regcomb_yuvrgb.c:
24869
24870 2004-08-09  David Schleef  <ds@schleef.org>
24871
24872         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24873         GL sink plugin.  (Bug #147302)
24874
24875         * configure.ac: Test for OpenGL
24876         * sys/Makefile.am: Use test for OpenGL
24877         * sys/glsink/Makefile.am:
24878         * sys/glsink/glimagesink.c: rewrite
24879         * sys/glsink/glimagesink.h: rewrite
24880
24881 2004-08-09  David Schleef  <ds@schleef.org>
24882
24883         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24884         sane framerates.
24885         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24887         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24888
24889 2004-08-09  Wim Taymans  <wim@fluendo.com>
24890
24891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24892         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24893         (gst_multifdsink_client_remove),
24894         (gst_multifdsink_handle_client_read),
24895         (gst_multifdsink_handle_client_write),
24896         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24897         Do a bit more logging, make the client_read code more robust.
24898
24899 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24900
24901         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24902         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24903         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24904         (gst_jpegdec_init), (gst_jpegdec_chain):
24905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24906         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24907           cleanups, debugging fixes and memleak plugging
24908
24909 2004-08-09  Wim Taymans  <wim@fluendo.com>
24910
24911         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24912         (theora_get_formats), (theora_dec_src_convert),
24913         (theora_dec_sink_convert), (theora_dec_src_query),
24914         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24915         (theora_dec_change_state):
24916         Don't crash on missing header packets.
24917
24918 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24919
24920         * po/LINGUAS:
24921         * po/sq.po:
24922           Added Albanian translation (Laurent Dhima)
24923         * po/cs.po:
24924           updated
24925
24926 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24927
24928         * ext/lame/gstlame.c:
24929           fix/add debugging
24930
24931 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24932
24933         * sys/ximage/ximagesink.c:
24934         * sys/xvimage/xvimagesink.c:
24935           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24936
24937 2004-08-06  Wim Taymans  <wim@fluendo.com>
24938
24939         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24940         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24941         (gst_multifdsink_client_remove),
24942         (gst_multifdsink_handle_client_read),
24943         (gst_multifdsink_handle_client_write),
24944         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24945         Make sure we don't try to read more from a client that what
24946         ioctl says us or we deadlock.
24947
24948 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24949
24950         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24951         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24952         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24953           decouple running_time and n_frames so it can handle changing
24954           framerate while running
24955
24956 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24957
24958         * po/nl.po:
24959         * po/sv.po:
24960           updated translations
24961
24962 2004-08-04  Benjamin Otte  <otte@gnome.org>
24963
24964         * gst/videotestsrc/gstvideotestsrc.c:
24965         (gst_videotestsrc_get_capslist), (generate_capslist),
24966         (plugin_init):
24967           generate the list of supported caps at startup and reuse it instead
24968           of always generating it
24969
24970 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24971
24972         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24973           whoops, last checkin broke normal build
24974
24975 2004-08-03  Benjamin Otte  <otte@gnome.org>
24976
24977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24978         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24979         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24980         (gst_alsa_mixer_get_option):
24981         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24982         (dvdnavsrc_print_event):
24983         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24985         (gst_ogg_mux_pad_unlink):
24986         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24987         (gst_multipart_mux_pad_unlink):
24988         * gst/videofilter/gstvideobalance.c:
24989         (gst_videobalance_colorbalance_set_value):
24990         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24991         (gst_videomixer_pad_unlink):
24992         * po/uk.po:
24993         * sys/oss/gstossmixer.c:
24994         * sys/v4l/gstv4lcolorbalance.c:
24995         * sys/v4l/gstv4ltuner.c:
24996         * sys/v4l/v4lsrc_calls.c:
24997         * sys/v4l2/gstv4l2colorbalance.c:
24998         * sys/v4l2/gstv4l2tuner.c:
24999           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25000
25001 2004-08-03  Benjamin Otte  <otte@gnome.org>
25002
25003         * examples/dynparams/filter.c: (ui_control_create):
25004         * examples/gstplay/player.c: (print_tag):
25005         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25006         * ext/gdk_pixbuf/gstgdkanimation.c:
25007         (gst_gdk_animation_iter_may_advance):
25008         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25009         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25010         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25011         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25013         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25014         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25015         * gst/sine/demo-dparams.c: (main):
25016         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25017         * testsuite/alsa/formats.c: (create_pipeline):
25018         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25019           fixes for G_DISABLE_ASSERT and friends
25020         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25021         (mp3_type_frame_length_from_header), (mp3_type_find),
25022         (plugin_init):
25023           require mp3 typefinding to have at least MIN_HEADERS valid headers
25024           add typefinding for AAC adts files
25025
25026 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25027
25028         * sys/ximage/ximagesink.c:
25029         (gst_ximagesink_calculate_pixel_aspect_ratio):
25030         * sys/xvimage/xvimagesink.c:
25031         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25032         Make sure we calculate pixel-aspect-ratio using floating point maths
25033
25034 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * po/uk.po:
25037           updated translation
25038
25039 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25040
25041         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25043           add debugging for display PAR calculation
25044
25045 2004-08-02  David Schleef  <ds@schleef.org>
25046
25047         * configure.ac: Fix mikmod CFLAGS.
25048
25049 2004-07-27  Benjamin Otte  <otte@gnome.org>
25050
25051         * gst/audioscale/gstaudioscale.c:
25052         - fix templates to only support S16, it's the only format that works
25053         - make caps nego code use try_set_caps_nonfixed and fixation instead
25054         of try_set_caps twice, which is not nice for autopluggers
25055         - change rank to secondary, so autopluggers can pick it up after
25056         audioconvert
25057
25058 2004-08-02  Iain <iain@prettypeople.org>
25059
25060         * gst/interleave/interleave.c (interleave_init),
25061         (interleave_request_new_pad),
25062         (interleave_pad_removed),
25063         (interleave_buffered_loop): Use the real pad count, not the artificial
25064         one.
25065
25066 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25067
25068         * configure.ac: bump nano back to development
25069
25070 === release 0.8.3 ===
25071
25072 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25073
25074         * configure.ac: releasing 0.8.3, "Water"
25075
25076 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25077
25078         * sys/xvimage/xvimagesink.c:
25079         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25080         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25081         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25082         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25083         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25084         * sys/xvimage/xvimagesink.h:
25085           apply similar PAR fixes as to ximagesink
25086
25087 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25088
25089         patch from: Benjamin Otte
25090
25091         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25092           add link function to lame.  Fixes #148986.
25093
25094 2004-08-02  Johan Dahlin  <johan@gnome.org>
25095
25096         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25097         fix debugging log
25098
25099 2004-07-30  David Schleef  <ds@schleef.org>
25100
25101         * gst/videomixer/Makefile.am: Fix things that should have been
25102         fixed in the last checkin.
25103
25104 2004-07-30  David Schleef  <ds@schleef.org>
25105
25106         * gst/multipart/Makefile.am: Fix things that should have been
25107         fixed in the last checkin.
25108
25109 2004-07-30  David Schleef  <ds@schleef.org>
25110
25111         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25112
25113 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25114
25115         * configure.ac:
25116           bump nano for prerelease
25117         * po/af.po:
25118         * po/az.po:
25119         * po/cs.po:
25120         * po/en_GB.po:
25121         * po/hu.po:
25122         * po/nl.po:
25123         * po/sr.po:
25124         * po/sv.po:
25125         * po/uk.po:
25126           updates
25127
25128 2004-07-30  Wim Taymans  <wim@fluendo.com>
25129
25130         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25131         (gst_multifdsink_add), (gst_multifdsink_remove),
25132         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25133         (gst_multifdsink_client_remove),
25134         (gst_multifdsink_handle_client_write),
25135         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25136         * gst/tcp/gstmultifdsink.h:
25137         Recover from a select with a bad file descriptor by removing
25138         the client.
25139
25140 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25141
25142         * configure.ac:
25143           fix requirement of core
25144         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25145         (gst_play_pipeline_setup):
25146           don't use colorspace element.  do use hermescolorspace element.
25147           make macro to get a colorspace element.
25148           mark strings for translation.
25149         * po/POTFILES.in:
25150           add play.c
25151         * po/af.po:
25152         * po/az.po:
25153         * po/cs.po:
25154         * po/en_GB.po:
25155         * po/hu.po:
25156         * po/nl.po:
25157         * po/sr.po:
25158         * po/sv.po:
25159         * po/uk.po:
25160           update translations
25161
25162 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25163
25164         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25165         fix default for newmedia flag
25166
25167 2004-07-30  Wim Taymans  <wim@fluendo.com>
25168
25169         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25170         (gst_theora_dec_init), (theora_get_formats),
25171         (theora_dec_src_convert), (theora_dec_sink_convert),
25172         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25173         (theora_dec_chain), (theora_dec_set_property),
25174         (theora_dec_get_property):
25175         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25176         (gst_theora_enc_class_init), (gst_theora_enc_init),
25177         (theora_enc_sink_link), (theora_enc_chain),
25178         (theora_enc_set_property), (theora_enc_get_property):
25179         Added cropping option to theora decoder.
25180         Added border option to theora encoder.
25181
25182 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25183
25184         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25185         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25186         (gst_pngenc_set_property):
25187         * ext/libpng/gstpngenc.h:
25188         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
25189
25190 2004-07-30  Wim Taymans  <wim@fluendo.com>
25191
25192         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25193         (theora_enc_sink_link), (theora_enc_chain),
25194         (theora_enc_set_property), (theora_enc_get_property):
25195         Fix encoding of non-multiple-of-16 video.
25196
25197 2004-07-29  David Schleef  <ds@schleef.org>
25198
25199         * configure.ac: make test for audiofile more strict
25200
25201 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25202
25203         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25204           give different names to typefind functions
25205
25206 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25207
25208         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25209         (gst_ximagesink_calculate_pixel_aspect_ratio),
25210         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25211         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25212         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25213         (gst_ximagesink_get_property), (gst_ximagesink_init):
25214         * sys/ximage/ximagesink.h:
25215           allocate PAR's dynamically.
25216           use autodetected PAR if no object-set PAR is given.
25217           add workaround for directfb's X not setting physical size.
25218           fix to xvimagesink will follow tomorrow.
25219
25220 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25221
25222         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25223         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25224         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25225         (gst_shout2send_class_init), (gst_shout2send_init),
25226         (set_shout_metadata), (gst_shout2send_set_metadata),
25227         (gst_shout2send_chain), (gst_shout2send_set_property),
25228         (gst_shout2send_get_property), (gst_shout2send_connect),
25229         (gst_shout2send_change_state):
25230         * ext/shout2/gstshout2.h:
25231         - fix for sending mp3 audio to icecast2 server, if pad link function not
25232         called before PAUSED state
25233         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25234         - added tagging support for mp3 audio broadcasted
25235         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25236         debug info
25237
25238 2004-07-28  Wim Taymans  <wim@fluendo.com>
25239
25240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25241         (gst_ogg_demux_push):
25242         Return query failure when we don't know the length of
25243         an ogg stream insteda of returning TRUE with a bogus value.
25244
25245 2004-07-28  Wim Taymans  <wim@fluendo.com>
25246
25247         * ext/theora/theoradec.c: (theora_get_formats),
25248         (theora_dec_src_convert), (theora_dec_sink_convert),
25249         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25250         (theora_dec_chain):
25251         Don't screw up the 1 Chroma for 1 luma sample situation when we
25252         have an odd offset/width by adding a black border in those cases.
25253
25254 2004-07-28  Wim Taymans  <wim@fluendo.com>
25255
25256         * ext/theora/theoradec.c: (theora_get_formats),
25257         (theora_dec_src_convert), (theora_dec_sink_convert),
25258         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25259         (theora_dec_chain):
25260         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25261         Added first attempt at cropping of the image as required by the
25262         theora spec. We need more properties in the caps (offset_x,
25263         offset_y,stride) to implement this correctly.
25264
25265 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25266
25267         * ext/dvdnav/README:
25268           Update the README to use dvddemux
25269         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25270           Ensure getcaps returns a subset of the template caps
25271         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25272         (gst_mpeg2subt_init):
25273           Ensure getcaps returns a subset of the template caps
25274         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25275         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25276         (gst_dvd_demux_get_subpicture_stream),
25277         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25278         * gst/mpegstream/gstdvddemux.h:
25279           Set the explicit caps on the current_video pad before pushing
25280           anything
25281         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25282         (gst_mpeg_demux_get_audio_stream):
25283           Free caps used to gst_pad_set_explicit_caps, which takes a const
25284           GstCaps *
25285
25286 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25287
25288         * configure.ac: update GStreamer requirement to 0.8.4 because of
25289           GstFraction.
25290
25291 2004-07-28  Wim Taymans  <wim@fluendo.com>
25292
25293         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25294         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25295         Add the pad to the element after setting up the caps. This
25296         makes it a lot easier to autoplug.
25297
25298 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25299
25300         * gst/median/gstmedian.c:
25301         * gst/mpeg2subt/gstmpeg2subt.c:
25302         * gst/mpegaudioparse/gstmpegaudioparse.c:
25303         * gst/mpegstream/gstdvddemux.c:
25304         * gst/mpegstream/gstmpegdemux.c:
25305         * gst/mpegstream/gstmpegpacketize.c:
25306         * gst/rtjpeg/gstrtjpeg.c:
25307         * gst/rtjpeg/gstrtjpegdec.c:
25308         * gst/rtjpeg/gstrtjpegenc.c:
25309         * gst/sine/gstsinesrc.c:
25310         * gst/smooth/gstsmooth.c:
25311         * gst/smpte/gstsmpte.c:
25312         * gst/smpte/gstsmpte.h:
25313         * gst/stereo/gststereo.c:
25314         * gst/videofilter/gstgamma.c:
25315         * gst/videofilter/gstvideobalance.c:
25316         * gst/videofilter/gstvideofilter.c:
25317         * gst/videofilter/gstvideoflip.c:
25318         * gst/videoscale/gstvideoscale.c:
25319         * gst/videoscale/videoscale.c:
25320         * gst/videotestsrc/gstvideotestsrc.c:
25321         * gst/videotestsrc/videotestsrc.c:
25322         * gst/wavenc/gstwavenc.c:
25323         * gst/wavparse/gstwavparse.c:
25324           fix local includes and 64 bits constants
25325
25326 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25327
25328         * win32/gst.sln:
25329         * gst-libs/gst/*/*.vcproj:
25330         * gst/*/*.vcproj:
25331           more working plugins
25332
25333 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25334
25335         * testsuite/alsa/Makefile.am:
25336         * testsuite/alsa/srcstate.c:
25337         add test for alsasrc changing state
25338
25339 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25340
25341         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25342         (gst_silence_get):
25343         * gst/silence/gstsilence.h:
25344         fix silence generation for 16bit raw audio
25345
25346 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25347
25348         * gst/matroska/matroska-demux.c:
25349         (gst_matroska_demux_parse_metadata),
25350         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25351         * gst/mpegaudio/common.c:
25352         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25353         (gst_videoscale_getcaps), (gst_videoscale_link),
25354         (gst_videoscale_src_fixate), (gst_videoscale_init),
25355         (gst_videoscale_finalize):
25356         * gst/videoscale/gstvideoscale.h:
25357         * gst/videotestsrc/gstvideotestsrc.c:
25358         (gst_videotestsrc_get_capslist):
25359         * gst/wavenc/gstwavenc.c:
25360         * sys/oss/gstossmixer.c: (fill_labels):
25361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25362         (gst_ximagesink_handle_xevents),
25363         (gst_ximagesink_calculate_pixel_aspect_ratio),
25364         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25365         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25366         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25367         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25368         (gst_ximagesink_init), (gst_ximagesink_class_init):
25369         * sys/ximage/ximagesink.h:
25370         * sys/xvimage/xvimagesink.c:
25371         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25372         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25373         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25374         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25375         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25376         * sys/xvimage/xvimagesink.h:
25377           first batch of pixel aspect ratio commits.
25378
25379 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25380
25381         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25382         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25383         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25384           handle stride, needs work if we want to move stride handling
25385           upstream, but works correctly for our purposes.
25386
25387 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25388
25389         * gst/videoscale/README:
25390           add testing examples
25391         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25392         (gst_videoscale_chain):
25393         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25394         (gst_videoscale_get_size):
25395           add get_size function that handles stride like videotestsrc.
25396           fixes conversion for YUV formats for as much as I can test them.
25397
25398 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25399
25400         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25401         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25403         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25404         (gst_xvimagesink_xvimage_put):
25405           further cleanups, logging, error handling and synchronizing
25406
25407 2004-07-27  Wim Taymans  <wim@fluendo.com>
25408
25409         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25410         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25411         (gst_videomixer_pad_set_property),
25412         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25413         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25414         (gst_videomixer_class_init), (gst_videomixer_init),
25415         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25416         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25417         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25418         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25419         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25420         (gst_videomixer_loop), (plugin_init):
25421         Be a nicer negotiation citizen and provide a getcaps function on
25422         the srcpad. This also fixes a crash when resizing.
25423
25424 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25425
25426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25427         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25428
25429 2004-07-27  Wim Taymans  <wim@fluendo.com>
25430
25431         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25432         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25433         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25434         (gst_pngenc_set_property):
25435         * ext/libpng/gstpngenc.h:
25436         Added snapshot property to pngenc.
25437         removed g_print from pngdec
25438
25439 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25440
25441         * gst/ac3parse/ac3parse.vcproj
25442         * gst/adder/adder.vcproj
25443         * gst/alpha/alpha.vcproj
25444         * gst/alpha/alphacolor.vcproj
25445         * gst/asfdemux/asf.vcproj
25446         * gst/audioconvert/audioconvert.vcproj
25447         * gst/audiorate/audiorate.vcproj
25448         * gst/audioscale/audioscale.vcproj
25449         * gst/auparse/auparse.vcproj
25450         * gst/avi/avi.vcproj
25451         * gst/cdxaparse/cdxaparse.vcproj
25452         * gst/chart/chart.vcproj
25453         * gst/colorspace/colorspace.vcproj
25454         * gst/cutter/cutter.vcproj
25455         * gst/debug/debug.vcproj
25456         * gst/debug/efence.vcproj
25457         * gst/debug/navigationtest.vcproj
25458         * gst/deinterlace/deinterlace.vcproj
25459         * gst/effectv/effectv.vcproj
25460         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25461         * gst/filter/filter.vcproj
25462         * gst/flx/flxdec.vcproj
25463         * gst/goom/goom.vcproj
25464         * gst/interleave/interleave.vcproj
25465         * gst/law/alaw.vcproj
25466         * gst/law/mulaw.vcproj
25467         * gst/matroska/matroska.vcproj
25468         * gst/median/median.vcproj
25469         * gst/mixmatrix/mixmatrix.vcproj
25470         * gst/mpeg1sys/mpeg1systemencode.vcproj
25471         * gst/mpeg1videoparse/mp1videoparse.vcproj
25472         * gst/mpeg2sub/mpeg2subt.vcproj
25473         * gst/mpegaudio/mpegaudio.vcproj
25474         * gst/mpegaudioparse/mpegaudioparse.vcproj
25475         * gst/mpegstream/mpegstream.vcproj
25476         * gst/multifilesink/multifilesink.vcproj
25477         * gst/multipart/multipart.vcproj
25478         * gst/oneton/oneton.vcproj
25479         * gst/overlay/overlay.vcproj
25480         * gst/passthrough/passthrough.vcproj
25481         * gst/qtdemux/qtdemux.vcproj
25482         * gst/realmedia/rmdemux.vcproj
25483         * gst/rtjpeg/rtjpeg.vcproj
25484         * gst/rtp/rtp.vcproj
25485         * gst/silence/silence.vcproj
25486         * gst/sine/sinesrc.vcproj
25487         * gst/smooth/smooth.vcproj
25488         * gst/smpte/smpte.vcproj
25489         * gst/spectrum/spectrum.vcproj
25490         * gst/speed/speed.vcproj
25491         * gst/stereo/stereo.vcproj
25492         * gst/switch/switch.vcproj
25493         * gst/tags/tagedit.vcproj
25494         * gst/tcp/tcp.vcproj
25495         * gst/typefind/typefindfunctions.vcproj
25496         * gst/udp/udp.vcproj
25497         * gst/videobox/videobox.vcproj
25498         * gst/videocrop/videocrop.vcproj
25499         * gst/videodrop/videodrop.vcproj
25500         * gst/videofilter/gamma.vcproj
25501         * gst/videofilter/videobalance.vcproj
25502         * gst/videofilter/videofilter.vcproj
25503         * gst/videofilter/videoflip.vcproj
25504         * gst/videoflip/videoflip.vcproj
25505         * gst/videomixer/videomixer.vcproj
25506         * gst/videorate/videorate.vcproj
25507         * gst/videoscale/videoscale.vcproj
25508         * gst/videotestsrc/videotestsrc.vcproj
25509         * gst/virtualdub/virtualdub.vcproj
25510         * gst/volenv/volenv.vcproj
25511         * gst/volume/volume.vcproj
25512         * gst/wavenc/wavenc.vcproj
25513         * gst/wavparse/wavparse.vcproj
25514         * gst/y4m/y4menc.vcproj
25515         * gst-libs/gst/audio/audio.vcproj
25516         * gst-libs/gst/audio/audiofilter.vcproj
25517         * gst-libs/gst/colorbalance/colorbalance.vcproj
25518         * gst-libs/gst/idct/idtc.vcproj
25519         * gst-libs/gst/media-info/media-info.vcproj
25520         * gst-libs/gst/mixer/mixer.vcproj
25521         * gst-libs/gst/navigation/navigation.vcproj
25522         * gst-libs/gst/play/play.vcproj
25523         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25524         * gst-libs/gst/resample/resample.vcproj
25525         * gst-libs/gst/riff/riff.vcproj
25526         * gst-libs/gst/tuner/tuner.vcproj
25527         * gst-libs/gst/video/video.vcproj
25528         * gst-libs/gst/xoverlay/xoverlay.vcproj
25529           avoid problems with math.h, fix release dependancy
25530           rename GStreamer-0.8.lib to libgstreamer.lib
25531
25532 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25533
25534         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25536         the atom is not available we have to unlock the mutex. Fixes #148023
25537
25538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25539
25540         * gst-libs/gst/media-info/media-info.h:
25541           issue for a vararg macro with MSVC
25542
25543 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25544
25545         * gst/effectv/effectv.vcproj
25546         * gst-libs/gst/idct/idct.vcproj:
25547         * gst-libs/gst/media-info/media-info.vcproj:
25548         * gst-libs/gst/navigation/navigation.vcproj:
25549         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25550         * gst-libs/gst/video/video.vcproj:
25551         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25552           fixes for build problems
25553
25554 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25555
25556         * gst-libs/gst/audio/audio.def:
25557         * gst-libs/gst/audio/riff.def:
25558           add some definitions needed by plugins
25559
25560 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25561
25562         * gst/asfdemux/gstasfmux.c
25563           Fix some 64 bits constants to be glib friendly
25564
25565 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25566
25567         * gst/ac3parse/gstac3parse.c
25568         * gst/audioscale/gstaudioscale.c
25569         * gst/auparse/gstauparse.c
25570         * gst/colorspace/gstcolorspace.c
25571         * gst/colorspace/yuv2rgb.h
25572           local include fixes
25573
25574 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25575
25576         * win32/gst.sln
25577           add more plugins to the build
25578
25579 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25580
25581         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25582         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25583
25584 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25585
25586         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25587         (gst_level_set_property), (gst_level_get_property),
25588         (gst_level_base_init), (gst_level_class_init):
25589           add debugging categories.  cleanups.
25590
25591 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25592
25593         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25594         (gst_videoscale_planar411), (gst_videoscale_planar400),
25595         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25596         (gst_videoscale_scale_nearest_str1),
25597         (gst_videoscale_scale_nearest_str2),
25598         (gst_videoscale_scale_nearest_str4),
25599         (gst_videoscale_scale_nearest_16bit),
25600         (gst_videoscale_scale_nearest_24bit):
25601           fixed stride issues
25602           tested with 320x240 -> 321, 322, 324 x240
25603           tested with YV12, I420, YUY2, UYVY
25604           fixed packed422rev (don't think it could have worked before)
25605           by testing with UYVY
25606
25607 2004-07-26  Benjamin Otte  <otte@gnome.org>
25608
25609         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25610         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25611         (plugin_init):
25612           add debugging category, add error checks like checking return values
25613           of setup calls, make sure it still works after
25614           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25615
25616 2004-07-26  Wim Taymans  <wim@fluendo.com>
25617
25618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25619         (gst_mpeg_demux_get_audio_stream),
25620         (gst_mpeg_demux_process_private):
25621         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25622         Check for error codes from the negotiation functions. Make sure
25623         we really set the pad caps when a new pad is created.
25624
25625 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25626
25627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25628         (gst_ffmpeg_caps_to_pix_fmt):
25629         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25631         (gst_ffmpegcolorspace_pad_link):
25632           don't make function do two things at the same time without reason.
25633
25634 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25635
25636         * gst/ac3parse/ac3parse.vcproj
25637         * gst/adder/adder.vcproj
25638         * gst/alpha/alpha.vcproj
25639         * gst/alpha/alphacolor.vcproj
25640         * gst/asfdemux/asf.vcproj
25641         * gst/audioconvert/audioconvert.vcproj
25642         * gst/audiorate/audiorate.vcproj
25643         * gst/audioscale/audioscale.vcproj
25644         * gst/auparse/auparse.vcproj
25645         * gst/avi/avi.vcproj
25646         * gst/cdxaparse/cdxaparse.vcproj
25647         * gst/chart/chart.vcproj
25648         * gst/colorspace/colorspace.vcproj
25649         * gst/cutter/cutter.vcproj
25650         * gst/debug/debug.vcproj
25651         * gst/debug/efence.vcproj
25652         * gst/debug/navigationtest.vcproj
25653         * gst/deinterlace/deinterlace.vcproj
25654         * gst/effectv/effectv.vcproj
25655         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25656         * gst/filter/filter.vcproj
25657         * gst/flx/flxdec.vcproj
25658         * gst/goom/goom.vcproj
25659         * gst/interleave/interleave.vcproj
25660         * gst/law/alaw.vcproj
25661         * gst/law/mulaw.vcproj
25662         * gst/matroska/matroska.vcproj
25663         * gst/median/median.vcproj
25664         * gst/mixmatrix/mixmatrix.vcproj
25665         * gst/mpeg1sys/mpeg1systemencode.vcproj
25666         * gst/mpeg1videoparse/mp1videoparse.vcproj
25667         * gst/mpeg2sub/mpeg2subt.vcproj
25668         * gst/mpegaudio/mpegaudio.vcproj
25669         * gst/mpegaudioparse/mpegaudioparse.vcproj
25670         * gst/mpegstream/mpegstream.vcproj
25671         * gst/multifilesink/multifilesink.vcproj
25672         * gst/multipart/multipart.vcproj
25673         * gst/oneton/oneton.vcproj
25674         * gst/overlay/overlay.vcproj
25675         * gst/passthrough/passthrough.vcproj
25676         * gst/qtdemux/qtdemux.vcproj
25677         * gst/realmedia/rmdemux.vcproj
25678         * gst/rtjpeg/rtjpeg.vcproj
25679         * gst/rtp/rtp.vcproj
25680         * gst/silence/silence.vcproj
25681         * gst/sine/sinesrc.vcproj
25682         * gst/smooth/smooth.vcproj
25683         * gst/smpte/smpte.vcproj
25684         * gst/spectrum/spectrum.vcproj
25685         * gst/speed/speed.vcproj
25686         * gst/stereo/stereo.vcproj
25687         * gst/switch/switch.vcproj
25688         * gst/tags/tagedit.vcproj
25689         * gst/tcp/tcp.vcproj
25690         * gst/typefind/typefindfunctions.vcproj
25691         * gst/udp/udp.vcproj
25692         * gst/videobox/videobox.vcproj
25693         * gst/videocrop/videocrop.vcproj
25694         * gst/videodrop/videodrop.vcproj
25695         * gst/videofilter/gamma.vcproj
25696         * gst/videofilter/videobalance.vcproj
25697         * gst/videofilter/videofilter.vcproj
25698         * gst/videofilter/videoflip.vcproj
25699         * gst/videoflip/videoflip.vcproj
25700         * gst/videomixer/videomixer.vcproj
25701         * gst/videorate/videorate.vcproj
25702         * gst/videoscale/videoscale.vcproj
25703         * gst/videotestsrc/videotestsrc.vcproj
25704         * gst/virtualdub/virtualdub.vcproj
25705         * gst/volenv/volenv.vcproj
25706         * gst/volume/volume.vcproj
25707         * gst/wavenc/wavenc.vcproj
25708         * gst/wavparse/wavparse.vcproj
25709         * gst/y4m/y4menc.vcproj
25710           more plugins supported under windows
25711
25712 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25713
25714         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25715         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25716         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25718         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25719           Add debugging statements.  Use the sizes as returned by the
25720           *CreateImage calls.
25721
25722 2004-07-26  Johan Dahlin  <johan@gnome.org>
25723
25724         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25725         the pad is negotiated.
25726
25727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25728
25729 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25730
25731         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25732         * gst-libs/gst/idct/idct.vcproj:
25733         * gst-libs/gst/media-info/media-info.vcproj:
25734         * gst-libs/gst/mixer/mixer.vcproj:
25735         * gst-libs/gst/navigation/navigation.vcproj:
25736         * gst-libs/gst/play/play.vcproj:
25737         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25738         * gst-libs/gst/resample/resample.vcproj:
25739         * gst-libs/gst/tuner/tuner.vcproj:
25740         * gst-libs/gst/video/video.vcproj:
25741         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25742           more plugins supported under windows
25743
25744 2004-07-25 Iain <iain@prettypeople.org>
25745
25746         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25747         pad now rather than when the pad is created because state changes wipe
25748         explicit caps (fixes #148043).
25749
25750 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25751
25752         reviewed by Benjamin Otte  <otte@gnome.org>
25753
25754         * ext/mad/gstmad.c:
25755           fix mad plugin crashing on Sun (fixes #148289)
25756
25757 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25758
25759         * gst/avi/avi.def:
25760         * gst/avi/avi.vcproj:
25761         * gst/matroska/matroska.def:
25762         * gst/matroska/matroska.vcproj:
25763           remove unused .def files
25764
25765 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25766
25767         * gst-libs/gst/audio/gstaudiofilter.c:
25768           Clean the local include
25769
25770 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25771
25772         * win32/gst.sln:
25773         * gst-libs/gst/audio/audio.def:
25774         * gst-libs/gst/audio/audio.vcproj:
25775         * gst-libs/gst/audio/audiofilter.vcproj:
25776         * gst-libs/gst/audio/riff.def:
25777         * gst-libs/gst/audio/riff.vcproj:
25778         * gst-libs/gst/gst-libs.def:
25779         * gst-libs/gst/gst-libs.vcproj:
25780         * gst/avi/avi.vcproj:
25781         * gst/avi/avi.vcproj:
25782           Copy the files where needed after building, cleaner projects
25783
25784 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25785
25786         * gst/matroska/ebml-write.c:
25787           Fix some 64 bits constants to be glib friendly
25788
25789 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25790
25791         * win32/gst.sln:
25792         * gst-libs/gst/gst-libs.def:
25793         * gst-libs/gst/gst-libs.vcproj:
25794         * gst/matroska/matroska.def:
25795         * gst/matroska/matroska.vcproj:
25796           Add the preliminary canvas to build plugins on Win32
25797
25798 2004-07-23  Benjamin Otte  <otte@gnome.org>
25799
25800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25801           don't enfore negotiation from source side, it breaks
25802           sinesrc ! audioconvert ! osssink
25803
25804 2004-07-22  David Schleef  <ds@schleef.org>
25805
25806         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25807         for ELF files, since they can easily be recognized as audio/mpeg.
25808         (bug #147441)
25809
25810 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25811
25812         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25813         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25814         (gst_videoscale_scale_nearest_24bit),
25815         (gst_videoscale_scale_nearest_16bit):
25816           fix 16bit and 24bit for stride (24bit might need testing)
25817           don't pretend we do more than one algorithm
25818
25819 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25820
25821         * configure.ac:
25822         * gst/Makefile.am:
25823         * gst/multifilesink/Makefile.am:
25824         * gst/multifilesink/gstmultifilesink.c:
25825         (gst_multifilesink_get_formats),
25826         (gst_multifilesink_get_query_types), (_do_init),
25827         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25828         (gst_multifilesink_init), (gst_multifilesink_dispose),
25829         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25830         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25831         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25832         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25833         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25834         (gst_multifilesink_uri_get_type),
25835         (gst_multifilesink_uri_get_protocols),
25836         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25837         (gst_multifilesink_uri_handler_init), (plugin_init):
25838         * gst/multifilesink/gstmultifilesink.h:
25839         * testsuite/Makefile.am:
25840         * testsuite/multifilesink/Makefile.am:
25841         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25842         (gst_newmedia_class_init), (gst_newmedia_init),
25843         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25844         (newfile_signal), (test_signal), (main):
25845         multifilesink plugin for creating new files every time a new media
25846         discontinuity event occurs
25847
25848 2004-07-22  Wim Taymans  <wim@fluendo.com>
25849
25850         * gst/alpha/Makefile.am:
25851         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25852         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25853         (gst_alpha_color_init), (gst_alpha_color_set_property),
25854         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25855         (transform), (gst_alpha_color_chain),
25856         (gst_alpha_color_change_state), (plugin_init):
25857         Stupid plugin to to RGBA to AYUV conversion because none of
25858         the colorspace plugins can handle that yet.
25859
25860 2004-07-22  Wim Taymans  <wim@fluendo.com>
25861
25862         * examples/seeking/seek.c: (update_scale), (main):
25863         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25864         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25865         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25866         (gst_decode_bin_init), (gst_decode_bin_dispose),
25867         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25868         (no_more_pads), (close_link), (type_found),
25869         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25870         (plugin_init):
25871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25872         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25873         (gst_play_base_bin_dispose), (queue_overrun),
25874         (gen_preroll_element), (remove_prerolls), (unknown_type),
25875         (no_more_pads), (new_stream), (setup_source),
25876         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25877         (play_base_eos), (gst_play_base_bin_change_state),
25878         (gst_play_base_bin_add_element),
25879         (gst_play_base_bin_remove_element),
25880         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25881         (gst_play_base_bin_unlink_stream),
25882         (gst_play_base_bin_get_streaminfo):
25883         * gst/playback/gstplaybin.c: (gen_video_element),
25884         (gen_audio_element):
25885         * gst/playback/gststreaminfo.h:
25886         More playback updates, attempt to fix things after the state change
25887         breakage.
25888
25889 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25890
25891         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25892         (gst_videoscale_scale_nearest_16bit):
25893           comment algorithm
25894
25895 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25896
25897         * gst/videotestsrc/gstvideotestsrc.c:
25898         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25899         (gst_videotestsrc_init), (gst_videotestsrc_get),
25900         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25901         (gst_videotestsrc_get_property):
25902         * gst/videotestsrc/gstvideotestsrc.h:
25903         * gst/videotestsrc/videotestsrc.c:
25904         * gst/videotestsrc/videotestsrc.h:
25905           cleanup and commenting
25906
25907 2004-07-21  Wim Taymans  <wim@fluendo.com>
25908
25909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25910         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25911         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25912         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25913         (_find_chain_get_unknown_part), (_find_streams_check),
25914         (gst_ogg_demux_push), (gst_ogg_pad_push):
25915         * ext/theora/theoradec.c: (theora_get_formats),
25916         (theora_dec_src_convert), (theora_dec_sink_convert),
25917         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25918         (theora_dec_chain):
25919         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25920         (vorbis_dec_convert), (vorbis_dec_src_query),
25921         (vorbis_dec_src_event), (vorbis_dec_event):
25922         More seeking fixes, oggdemux now supports seeking to time and
25923         uses the downstream element to convert granulepos to time.
25924         Seeking in theora-only ogg files now works.
25925
25926 2004-07-21  Wim Taymans  <wim@fluendo.com>
25927
25928         * ext/theora/theoradec.c: (gst_theora_dec_init),
25929         (theora_get_formats), (theora_get_event_masks),
25930         (theora_get_query_types), (theora_dec_src_convert),
25931         (theora_dec_sink_convert), (theora_dec_src_query),
25932         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25933         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25934         (vorbis_get_event_masks), (vorbis_get_query_types),
25935         (gst_vorbis_dec_init), (vorbis_dec_convert),
25936         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25937         Added query/convert/formats functions to vorbis and theora decoders
25938         so that the outside world can use them too. Fixed seeking on an
25939         ogg/theora/vorbis file by disabling the seeking seeking on the
25940         theora srcpad.
25941
25942 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25943
25944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25945         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25946         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25947         images creation for both elements. We don't create the image on caps
25948         nego or renego, we just destroy the internal one if present if it does
25949         not match the needs. The chain function takes care of creating a new
25950         image when needed.
25951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25952         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25953         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25954         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25955         the image format information. The buffer pool checks for the context
25956         image format and discard images with different formats.
25957         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25958
25959 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25960
25961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25962         (gst_ffmpegcolorspace_chain):
25963           no point in doing any chaining if the pad we want to push from
25964           isn't usable.
25965
25966 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25967
25968         * gst-libs/gst/riff/riff-media.c:
25969         (gst_riff_create_audio_caps_with_data):
25970           Fix double end-to-native symbol conversion (#148021).
25971
25972 2004-07-20  David Schleef  <ds@schleef.org>
25973
25974         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25975         Don't use an Atom that doesn't exist.
25976
25977 2004-07-20  Wim Taymans  <wim@fluendo.com>
25978
25979         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25980         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25981         (gst_multifdsink_client_remove),
25982         (gst_multifdsink_handle_client_write),
25983         (gst_multifdsink_queue_buffer):
25984         * gst/tcp/gstmultifdsink.h:
25985         More multifdsink stats. Avoid deadlock by releasing locks
25986         before sending out a signal.
25987
25988 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25989
25990         * po/LINGUAS:
25991         * po/hu.po:
25992           added Hungarian translation (Laszlo Dvornik)
25993
25994 2004-07-20  Wim Taymans  <wim@fluendo.com>
25995
25996         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25997         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25998         (gst_multifdsink_handle_client_write),
25999         (gst_multifdsink_queue_buffer):
26000         * gst/tcp/gsttcp-marshal.list:
26001         Fixed the stupid marshal definition.
26002
26003 2004-07-20  Wim Taymans  <wim@fluendo.com>
26004
26005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26006         (gst_multifdsink_init), (gst_multifdsink_add),
26007         (gst_multifdsink_client_remove),
26008         (gst_multifdsink_handle_client_write),
26009         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26010         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26011         (gst_multifdsink_init_send):
26012         * gst/tcp/gstmultifdsink.h:
26013         Added more stats, added timeout for a client, fixed some typos
26014         and added some comments.
26015
26016 2004-07-20  Wim Taymans  <wim@fluendo.com>
26017
26018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26019         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26020         (gst_multifdsink_client_remove),
26021         (gst_multifdsink_handle_client_write):
26022         * gst/tcp/gstmultifdsink.h:
26023         * gst/tcp/gsttcp-marshal.list:
26024         Added get_stats method that returns a GValueArray of
26025         stats values.
26026
26027 2004-07-19  Benjamin Otte  <otte@gnome.org>
26028
26029         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26030           make sure longname, description and author are valid UTF-8
26031
26032 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26033
26034         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26035         (gst_ximagesink_set_property):
26036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26037         (gst_xvimagesink_set_property):
26038           make sure SYNCHRONOUS is respected after getting the X context
26039
26040 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26041
26042         * gst/matroska/matroska-demux.c:
26043         (gst_matroska_demux_handle_src_event),
26044         (gst_matroska_demux_parse_blockgroup):
26045         * gst/matroska/matroska-ids.h:
26046           add BlockReference tag and ignore it to clear out log.
26047           ignore NAVIGATION events to clear out log.
26048
26049 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26050
26051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26052         (gst_matroska_demux_add_stream):
26053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26054           add debug categories
26055
26056 2004-07-16  Wim Taymans  <wim@fluendo.com>
26057
26058         * ext/libpng/Makefile.am:
26059         * ext/libpng/gstpng.c: (plugin_init):
26060         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26061         (gst_pngdec_get_type), (gst_pngdec_base_init),
26062         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26063         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26064         * ext/libpng/gstpngdec.h:
26065         Added png decoder.
26066
26067 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26068
26069         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26070         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26071         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26072         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26073         (gst_ximagesink_buffer_alloc):
26074         * sys/ximage/ximagesink.h:
26075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26076         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26077         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26078         (gst_xvimagesink_buffer_alloc):
26079         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26080         again. Using internal data pointer of the x(v)image to store image's
26081         data to be coherent with the buffer alloc mechanism. Investigated the
26082         image destruction code to be sure that everything gets freed correctly.
26083
26084 2004-07-16  Wim Taymans  <wim@fluendo.com>
26085
26086         * gst-libs/gst/riff/riff-read.c:
26087         (gst_riff_read_strf_vids_with_data),
26088         (gst_riff_read_strf_auds_with_data):
26089         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26090         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26091         Make sure we don't create 0 sized subbuffers in riff-read.
26092         Signal the no more pads signal after reading the avi header.
26093
26094 2004-07-16  Wim Taymans  <wim@fluendo.com>
26095
26096         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26097         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26098         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26099         (gst_decode_bin_init), (gst_decode_bin_dispose),
26100         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26101         (no_more_pads), (close_link), (type_found),
26102         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26103         (gst_decode_bin_change_state), (plugin_init):
26104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26105         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26106         (gst_play_base_bin_dispose), (queue_overrun),
26107         (gen_preroll_element), (remove_prerolls), (unknown_type),
26108         (no_more_pads), (new_stream), (setup_source),
26109         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26110         (play_base_eos), (gst_play_base_bin_change_state),
26111         (gst_play_base_bin_add_element),
26112         (gst_play_base_bin_remove_element),
26113         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26114         (gst_play_base_bin_unlink_stream),
26115         (gst_play_base_bin_get_streaminfo):
26116         * gst/playback/gstplaybasebin.h:
26117         Better error recovery. Added configurable preroll queue size. Faster
26118         detection of no-more-pads.
26119
26120 2004-07-16  Wim Taymans  <wim@fluendo.com>
26121
26122         * gst-libs/gst/video/video.h:
26123         Added 32 bits RGBA. Not sure if we should use another mime-type
26124         for alpha rgb. Currently the presence of the alpha_mask property
26125         signals an alpha channel.
26126
26127 2004-07-16  Wim Taymans  <wim@fluendo.com>
26128
26129         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26131         FPS seems to be 0.0 to MAX everywhere else.
26132
26133 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26134
26135         * gst-libs/gst/riff/riff-media.c:
26136         (gst_riff_create_video_caps_with_data):
26137           mp42/mp43 (no caps) exist too.
26138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26139           Set pixel_width/height; we've got them in-caps.
26140         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26141         * gst/wavparse/gstwavparse.c: (plugin_init):
26142           Both are valid primary.
26143         * sys/oss/gstossmixer.c:
26144           Remove i18n hack and enable translations.
26145
26146 2004-07-15  Benjamin Otte  <otte@gnome.org>
26147
26148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26149         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26150           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26151
26152 2004-07-15  Benjamin Otte  <otte@gnome.org>
26153
26154         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26155         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26156         (gst_alsa_close_audio):
26157           disable some of the debugging code for now. Writing debugging to a
26158           buffer is broken in current alsalib releases.
26159
26160 2004-07-12  Benjamin Otte  <otte@gnome.org>
26161
26162         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26163           use bufferpools
26164
26165 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26166
26167         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26168         (theora_dec_src_query), (theora_dec_event):
26169         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26170           add debugging categories.  Remove \n's.
26171
26172 2004-07-13  Johan Dahlin  <johan@gnome.org>
26173
26174         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26175         (gst_play_bin_get_property): Impl.
26176
26177 2004-07-13  Wim Taymans  <wim@fluendo.com>
26178
26179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26180         When trying to find the stream length, seek back N pages
26181         instead of just one, where N is the number of streams in
26182         the current chain.
26183
26184 2004-07-13  Wim Taymans  <wim@fluendo.com>
26185
26186         * gst-libs/gst/riff/riff-media.c:
26187         (gst_riff_create_audio_caps_with_data),
26188         (gst_riff_create_audio_caps),
26189         (gst_riff_create_audio_template_caps):
26190         * gst-libs/gst/riff/riff-media.h:
26191         * gst-libs/gst/riff/riff-read.c:
26192         (gst_riff_read_strf_vids_with_data),
26193         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26194         * gst-libs/gst/riff/riff-read.h:
26195         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26196         (gst_avi_demux_add_stream):
26197         Set codec_data on caps for avidemuxer.
26198
26199 2004-07-12  David Schleef  <ds@schleef.org>
26200
26201         * configure.ac: Fix test for Objective C
26202
26203 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26204         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26205         (gst_gdk_pixbuf_chain):
26206           Add svg and pcx to template caps, and ensure that getcaps returns a
26207           subset of the template caps.
26208           Copy each row manually for output, as gdkpixbuf may pad the
26209           rowstride to a 32-bit word boundary.
26210
26211 2004-07-12  Wim Taymans  <wim@fluendo.com>
26212
26213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26214         (gst_riff_create_video_template_caps):
26215         Fix the template caps to include some more media types.
26216
26217 2004-07-12  Wim Taymans  <wim@fluendo.com>
26218
26219         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26220         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26221         (compare_ranks), (print_feature), (gst_decode_bin_init),
26222         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26223         (try_to_link_1), (new_pad), (close_link), (type_found),
26224         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26225         (gst_decode_bin_change_state), (plugin_init):
26226         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26227         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26228         (gst_play_base_bin_dispose), (queue_overrun),
26229         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26230         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26231         (gst_play_base_bin_get_property), (play_base_eos),
26232         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26233         (gst_play_base_bin_remove_element),
26234         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26235         (gst_play_base_bin_unlink_stream),
26236         (gst_play_base_bin_get_streaminfo):
26237         * gst/playback/gstplaybasebin.h:
26238         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26239         (gst_play_bin_class_init), (gst_play_bin_init),
26240         (gst_play_bin_dispose), (gst_play_bin_set_property),
26241         (gst_play_bin_get_property), (gen_video_element),
26242         (gen_audio_element), (remove_sinks), (setup_sinks),
26243         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26244         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26245         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26246         (gst_play_bin_query), (plugin_init):
26247         * gst/playback/test4.c: (main):
26248         More fixes on reusing of the element.
26249
26250 2004-07-11  Benjamin Otte  <otte@gnome.org>
26251
26252         * ext/mad/gstmad.c: (normal_seek):
26253           allow seeking for other methods than just SET
26254
26255 2004-07-11  Andy Wingo  <wingo@pobox.com>
26256
26257         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26258         float, "any" caps -> buffer_frames=[0,MAX].
26259
26260         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26261         doesn't intersect our caps with the template any more. Do it
26262         ourselves.
26263         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26264
26265 2004-07-09  Wim Taymans  <wim@fluendo.com>
26266
26267         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26268         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26269         (compare_ranks), (print_feature), (gst_decode_bin_init),
26270         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26271         (try_to_link_1), (new_pad), (close_link), (type_found),
26272         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26273         (gst_decode_bin_change_state), (plugin_init):
26274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26275         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26276         (gst_play_base_bin_dispose), (queue_overrun),
26277         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26278         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26279         (gst_play_base_bin_get_property), (play_base_eos),
26280         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26281         (gst_play_base_bin_remove_element),
26282         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26283         (gst_play_base_bin_unlink_stream),
26284         (gst_play_base_bin_get_streaminfo):
26285         * gst/playback/gstplaybasebin.h:
26286         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26287         (gst_play_bin_class_init), (gst_play_bin_init),
26288         (gst_play_bin_dispose), (gst_play_bin_set_property),
26289         (gst_play_bin_get_property), (gen_video_element),
26290         (gen_audio_element), (remove_sinks), (setup_sinks),
26291         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26292         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26293         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26294         (gst_play_bin_query), (plugin_init):
26295         * gst/playback/test4.c: (main):
26296         Work on object reuse and seeking.
26297
26298 2004-07-09  Wim Taymans  <wim@fluendo.com>
26299
26300         * examples/seeking/seek.c: (iterate):
26301         Don't consume all CPU in the idle loop.
26302
26303 2004-07-09  Wim Taymans  <wim@fluendo.com>
26304
26305         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26306         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26307         Add pad to element *after* setting the pad functions so that
26308         the scheduler can use the correct ones.
26309
26310 2004-07-09  Wim Taymans  <wim@fluendo.com>
26311
26312         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26313         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26314         Sync to keyframe after seek
26315
26316 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26317
26318         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26319         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26320         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26321         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26322         * ext/libvisual/visual.c: (gst_visual_change_state):
26323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26324         * ext/theora/theoradec.c: (theora_dec_change_state):
26325         * ext/theora/theoraenc.c: (theora_enc_change_state):
26326         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26327         * gst-libs/gst/navigation/navigation.c:
26328         * gst/adder/gstadder.c: (gst_adder_change_state):
26329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26330         (gst_audio_convert_get_buffer):
26331         * gst/multipart/multipartdemux.c:
26332         (gst_multipart_demux_change_state):
26333         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26334         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26335         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26336         * gst/videoscale/gstvideoscale.c:
26337         (gst_videoscale_handle_src_event):
26338         * gst/volume/gstvolume.c: (volume_chain_int16):
26339           don't assert in state change, this should be done by the base
26340           GstElement class.
26341           various debugging fixes.
26342
26343 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26344
26345         * configure.ac:
26346         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26347         (gst_play_dispose), (gst_play_set_location),
26348         (gst_play_set_data_src), (gst_play_set_video_sink),
26349         (gst_play_set_audio_sink), (gst_play_set_visualization),
26350         (gst_play_connect_visualization), (gst_play_get_sink_element),
26351         (gst_play_get_all_by_interface):
26352         * gst-libs/gst/play/play.h:
26353           add new method to get elements implementing an interface.
26354           add various error logging
26355
26356 2004-07-08  Wim Taymans  <wim@fluendo.com>
26357
26358         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26359         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26360         (make_playerbin_pipeline), (query_durations_elems),
26361         (query_durations_pads), (query_positions_elems),
26362         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26363         (main):
26364         Added playbin seeking example.
26365
26366 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26367
26368         * gst-libs/gst/play/play.c: (gst_play_set_location),
26369         (gst_play_set_data_src), (gst_play_set_video_sink),
26370         (gst_play_set_audio_sink), (gst_play_set_visualization),
26371         (gst_play_connect_visualization), (gst_play_get_framerate):
26372           use a macro to look up elements from hash table
26373
26374 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26375
26376         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26377         (gst_play_get_length_callback), (gst_play_set_location),
26378         (gst_play_seek_to_time), (gst_play_set_data_src),
26379         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26380         (gst_play_set_visualization), (gst_play_connect_visualization),
26381         (gst_play_get_sink_element):
26382         - add debugging info
26383         - fix looking up sink elements by iterating over complete caps
26384         - put everything except for source and autoplugger in a complete bin
26385
26386 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26387
26388         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26390         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26391         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26392         * ext/alsa/gstalsasink.h:
26393         - add debugging info
26394         - clean up schizophrenia of data/buffer/event
26395         - fix double event unref error
26396
26397 2004-07-08  Wim Taymans  <wim@fluendo.com>
26398
26399         * gst/playback/Makefile.am:
26400         Add headers to noinst
26401
26402 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26403
26404         * tools/gst-launch-ext-m.m:
26405         * tools/gst-launch-ext.1.in:
26406           convert to the third millenium
26407
26408 2004-07-07  David Schleef  <ds@schleef.org>
26409
26410         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26411
26412 2004-07-07  Wim Taymans  <wim@fluendo.com>
26413
26414         * gst/playback/Makefile.am:
26415         * gst/playback/README:
26416         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26417         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26418         (compare_ranks), (print_feature), (gst_decode_bin_init),
26419         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26420         (try_to_link_1), (new_pad), (close_link), (type_found),
26421         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26422         (plugin_init):
26423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26424         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26425         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26426         (gen_preroll_element), (no_more_pads), (new_stream),
26427         (setup_source), (gst_play_base_bin_set_property),
26428         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26429         (gst_play_base_bin_add_element),
26430         (gst_play_base_bin_remove_element),
26431         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26432         (gst_play_base_bin_unlink_stream),
26433         (gst_play_base_bin_get_streaminfo):
26434         * gst/playback/gstplaybasebin.h:
26435         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26436         (gst_play_bin_class_init), (gst_play_bin_init),
26437         (gst_play_bin_dispose), (gst_play_bin_set_property),
26438         (gst_play_bin_get_property), (gen_video_element),
26439         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26440         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26441         (gst_play_bin_get_formats), (gst_play_bin_convert),
26442         (gst_play_bin_get_query_types), (gst_play_bin_query),
26443         (plugin_init):
26444         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26445         (gst_stream_info_get_type), (gst_stream_info_class_init),
26446         (gst_stream_info_init), (gst_stream_info_new),
26447         (gst_stream_info_dispose), (gst_stream_info_set_property),
26448         (gst_stream_info_get_property):
26449         * gst/playback/gststreaminfo.h:
26450         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26451         (main):
26452         * gst/playback/test2.c: (main):
26453         * gst/playback/test3.c: (update_scale), (main):
26454         More playbin fixes. Added README. Do better element filtering.
26455         Added base class to preroll media. Added test apps.
26456
26457 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26458
26459         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26460         * ext/mpeg2dec/gstmpeg2dec.h:
26461           various debugging improvements.  Reset stream to next picture
26462           instead of sequence header, otherwise seeks cannot work.
26463
26464 2004-07-07  Wim Taymans  <wim@fluendo.com>
26465
26466         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26467         (gst_video_box_class_init), (gst_video_box_set_property),
26468         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26469         Use pad_alloc where possible.
26470
26471 2004-07-07  Wim Taymans  <wim@fluendo.com>
26472
26473         * sys/oss/gstosselement.c: (gst_osselement_reset),
26474         (gst_osselement_parse_caps):
26475         * sys/oss/gstosselement.h:
26476         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26477         Fix offset on osssrc.
26478
26479 2004-07-07  Wim Taymans  <wim@fluendo.com>
26480
26481         * ext/theora/theora.c: (plugin_init):
26482         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26483         (theora_dec_src_query), (theora_dec_chain):
26484         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26485         (theora_enc_sink_link), (theora_buffer_from_packet),
26486         (theora_push_packet), (theora_enc_chain):
26487         Fix theora granulepos calculation.
26488         Fix overflow in duration/position calculation.
26489         Bump rank to PRIMARY for theoradec.
26490         Use granulepos of last packet to calculate position.
26491         Set keyframe flag on buffers when needed.
26492
26493 2004-07-06  David Schleef  <ds@schleef.org>
26494
26495         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26496         serious?  (Fixed, obviously.)
26497
26498 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26499
26500         * po/LINGUAS:
26501         * po/cs.po:
26502           added Czech translation (Miloslav Trmac)
26503
26504 2004-07-05  Wim Taymans  <wim@fluendo.com>
26505
26506         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26507         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26508         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26509         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26510         (close_link), (type_found), (gst_decode_bin_set_property),
26511         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26512         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26513         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26514         (gst_decode_bin_query), (plugin_init):
26515         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26516         (gst_play_bin_class_init), (gst_play_bin_init),
26517         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26518         (get_video_element), (new_pad), (setup_source),
26519         (gst_play_bin_set_property), (gst_play_bin_get_property),
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         More fixes, cleaned up playbin, make it use decodebin. Added
26527         threaded property to playbin.
26528
26529 2004-07-05  Wim Taymans  <wim@fluendo.com>
26530
26531         * configure.ac:
26532         * gst/playback/Makefile.am:
26533         * gst/playback/decodetest.c: (main):
26534         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26535         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26536         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26537         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26538         (close_link), (type_found), (gst_decode_bin_set_property),
26539         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26540         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26541         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26542         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26543         (plugin_init):
26544         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26545         (gst_play_bin_class_init), (gst_play_bin_init),
26546         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26547         (collect_sink_pads), (find_compatibles), (close_pad_link),
26548         (try_to_link_1), (new_pad), (close_link), (type_found),
26549         (setup_source), (gst_play_bin_set_property),
26550         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26551         (compare_ranks), (gst_play_bin_collect_factories),
26552         (gst_play_bin_change_state), (gst_play_bin_add_element),
26553         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26554         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26555         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26556         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26557         * gst/playback/test.c: (main):
26558         Added some playback helper elements and some test apps, very alpha
26559         still.
26560
26561 2004-07-04  Benjamin Otte  <otte@gnome.org>
26562
26563         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26564           only restart audio when we indeed have an xrun to fix repeated
26565           xruns. Fix suggested by Giuliano Pochini.
26566
26567 2004-07-03  David Schleef  <ds@schleef.org>
26568
26569         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26570         call to gst_debug_log() if debugging is disabled (bug #145118)
26571
26572 2004-07-03  Benjamin Otte  <otte@gnome.org>
26573
26574         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26575           use our own functions for restarting the alsa device.
26576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26577           I should apply patches myself - use MIN for the third argument, not
26578           the second, this fixes seeking
26579
26580 2004-07-02  David Schleef  <ds@schleef.org>
26581
26582         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26583         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26584         do with the logic.
26585
26586 2004-07-02  David Schleef  <ds@schleef.org>
26587
26588         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26589         output buffers.  Fix logic mistake.  (bug #144866)
26590
26591 2004-07-02  David Schleef  <ds@schleef.org>
26592
26593         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26594         on X.  (bug #144753)
26595
26596 2004-07-02  David Schleef  <ds@schleef.org>
26597
26598         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26599         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26600         (bug #144624)
26601         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26602         (gst_osselement_rate_probe_check): Add another workaround for
26603         buggy drivers (bug #145336)
26604
26605 2004-07-02  David Schleef  <ds@schleef.org>
26606
26607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26608         Most systems don't have MSG_NOSIGNAL.
26609
26610 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26611
26612         * Makefile.am:
26613         * gst-libs/gst/colorbalance/Makefile.am:
26614         * gst-libs/gst/mixer/Makefile.am:
26615         * gst-libs/gst/play/Makefile.am:
26616         * gst-libs/gst/tuner/Makefile.am:
26617           (hopefully) fix both install and dist and make error message useful.
26618           needs testing across automakes.
26619
26620 2004-07-02  Benjamin Otte  <otte@gnome.org>
26621
26622         * ext/ogg/gstogg.c: (plugin_init):
26623           we require bytestream now
26624         * ext/ogg/gstoggdemux.c:
26625           huge diff to implement chain setup in a fast and generic way. This
26626           improves tag reading and startup of huge files (read: Theora videos)
26627           quite a bit. It probably contains bugs, too, so please test.
26628           Seeking is not improved to the fast method.
26629
26630 2004-06-29  Wim Taymans  <wim@fluendo.com>
26631
26632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26633         * ext/ogg/gstoggmux.c:
26634         Fix memleak in oggdemux when running unconnected pads.
26635         doc update in mux, start working on keyframe mode.
26636
26637 2004-06-29  Benjamin Otte  <otte@gnome.org>
26638
26639         * sys/oss/gstosssink.c:
26640         * sys/oss/gstosssrc.c:
26641           advertise correct template caps - we indeed do non-native endianness
26642           and 8bit audio has no endianness
26643         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26645           avoid (wrong) duplications in getcaps function and return
26646           template caps
26647
26648 2004-06-29  Wim Taymans  <wim@fluendo.com>
26649
26650         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26651         (gst_multifdsink_class_init), (gst_multifdsink_add),
26652         (gst_multifdsink_remove), (gst_multifdsink_clear),
26653         (gst_multifdsink_client_remove),
26654         (gst_multifdsink_handle_client_read),
26655         (gst_multifdsink_client_queue_data),
26656         (gst_multifdsink_client_queue_caps),
26657         (gst_multifdsink_client_queue_buffer),
26658         (gst_multifdsink_handle_client_write),
26659         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26660         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26661         (gst_multifdsink_init_send), (gst_multifdsink_close):
26662         Fix wrong GList iteration that could crash the server when
26663         more then 2 clients disconnect at the same time. Read all the
26664         pending commands in one batch to recover from command storms under
26665         very heavy load.
26666
26667 2004-06-28  Wim Taymans  <wim@fluendo.com>
26668
26669         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26670         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26671         (gst_videomixer_pad_set_property),
26672         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26673         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26674         (gst_videomixer_class_init), (gst_videomixer_init),
26675         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26676         (pad_zorder_compare), (gst_videomixer_sort_pads),
26677         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26678         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26679         (gst_videomixer_update_queues), (gst_videomixer_loop),
26680         (plugin_init):
26681         Avoid divide by zero, choose masterpad as the pad with the highest
26682         framerate.
26683
26684 2004-06-27  Julien Moutte  <julien@moutte.net>
26685
26686         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26687         (gst_ximagesink_xwindow_new):
26688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26689         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26690         function directly. We might want to call it from somewhere else one day.
26691
26692 2004-06-27  Julien Moutte  <julien@moutte.net>
26693
26694         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26695         (gst_ximagesink_xwindow_new):
26696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26697         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26698         window decorations.
26699
26700 2004-06-27  Wim Taymans  <wim@fluendo.com>
26701
26702         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26703         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26704         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26705         (gst_dvdec_set_property), (gst_dvdec_get_property):
26706         * ext/dv/gstdvdec.h:
26707         Implement drop_factor property to lower the framerate with
26708         a factor.
26709
26710 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26711
26712         * gst-libs/gst/colorbalance/Makefile.am:
26713         * gst-libs/gst/mixer/Makefile.am:
26714         * gst-libs/gst/play/Makefile.am:
26715         * gst-libs/gst/tuner/Makefile.am:
26716           unbreak Company's fix that didn't install the -enum.h files
26717
26718 2004-06-27  Wim Taymans  <wim@fluendo.com>
26719
26720         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26721         (gst_dvdec_change_state):
26722         * ext/dv/gstdvdec.h:
26723         Fix timestamp, duration and offset of the buffers.
26724
26725 2004-06-27  Wim Taymans  <wim@fluendo.com>
26726
26727         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26728         (gst_multifdsink_class_init), (gst_multifdsink_add),
26729         (gst_multifdsink_remove), (gst_multifdsink_clear),
26730         (gst_multifdsink_client_remove),
26731         (gst_multifdsink_handle_client_read),
26732         (gst_multifdsink_client_queue_data),
26733         (gst_multifdsink_client_queue_caps),
26734         (gst_multifdsink_client_queue_buffer),
26735         (gst_multifdsink_handle_client_write),
26736         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26737         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26738         (gst_multifdsink_init_send), (gst_multifdsink_close):
26739         * gst/tcp/gstmultifdsink.h:
26740         * gst/tcp/gsttcpserversink.c:
26741         (gst_tcpserversink_handle_server_read),
26742         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26743         More multifdsink fixes, more recovery policy fixes.
26744         Removed stupid g_print
26745
26746 2004-06-26  Wim Taymans  <wim@fluendo.com>
26747
26748         * gst/tcp/Makefile.am:
26749         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26750         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26751         (gst_multifdsink_class_init), (gst_multifdsink_init),
26752         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26753         (gst_multifdsink_handle_client_read),
26754         (gst_multifdsink_client_queue_data),
26755         (gst_multifdsink_client_queue_caps),
26756         (gst_multifdsink_client_queue_buffer),
26757         (gst_multifdsink_handle_client_write),
26758         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26759         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26760         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26761         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26762         (gst_multifdsink_close), (gst_multifdsink_change_state):
26763         * gst/tcp/gstmultifdsink.h:
26764         * gst/tcp/gsttcpplugin.c: (plugin_init):
26765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26766         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26767         (gst_tcpserversink_handle_server_read),
26768         (gst_tcpserversink_handle_select),
26769         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26770         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26771         * gst/tcp/gsttcpserversink.h:
26772         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26773         one of the locks, added recovery policy to multifdsink.
26774
26775 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26776
26777         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26778           fix decision for when getting frames with same timestamp
26779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26780         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26781         (gst_v4lsrc_get_property):
26782         * sys/v4l/gstv4lsrc.h:
26783           add latency offset property
26784
26785 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26786
26787         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26788         (plugin_init):
26789           fix debugging. add category.
26790
26791 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26792
26793         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26794           fix wrong offsets
26795
26796 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26797
26798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26799         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26800         (gst_alsa_src_change_state):
26801           return a time that is in sync with the element's processing
26802
26803 2004-06-25  Wim Taymans  <wim@fluendo.com>
26804
26805         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26806         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26807         (gst_tcpserversink_client_remove),
26808         (gst_tcpserversink_handle_client_read),
26809         (gst_tcpserversink_client_queue_data),
26810         (gst_tcpserversink_client_queue_caps),
26811         (gst_tcpserversink_client_queue_buffer),
26812         (gst_tcpserversink_handle_client_write),
26813         (gst_tcpserversink_queue_buffer),
26814         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26815         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26816         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26817         (gst_tcpserversink_close):
26818         * gst/tcp/gsttcpserversink.h:
26819         Serversink rewrite. Really do non blocking writes to clients and
26820         maintain an internal queue to handle slower clients while not
26821         disturbing fast clients.
26822
26823 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26826           better debug, don't override OFFSET and OFFSET_END
26827
26828 2004-06-25  Iain <iain@prettypeople.org>
26829
26830         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26831         name=source for the wavparse pipeline.
26832
26833 2004-06-24  Johan Dahlin  <johan@gnome.org>
26834
26835         * ext/theora/theoraenc.c (theora_enc_chain): Call
26836         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26837         streamheader caps are set correctly.
26838
26839 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26840
26841         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26842         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26843           respect minimum bitrate; same could be done for max bitrate
26844
26845 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26846
26847         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26848         (gst_vorbisenc_setup):
26849           fix sample rate range
26850
26851 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26852
26853         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26854         (gst_oggvorbisenc_setup):
26855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26856         (gst_vorbisenc_setup):
26857           resolve ambiguities in code and description
26858
26859 2004-06-24  Wim Taymans  <wim@fluendo.com>
26860
26861         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26862         * ext/alsa/gstalsa.h:
26863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26864         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26865         Use alsa trigger_tstamp to get the timestamp of the first
26866         sample in the buffer for more precise sync. Some cleanups.
26867
26868 2004-06-24  Wim Taymans  <wim@fluendo.com>
26869
26870         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26871         (gst_audiorate_init), (gst_audiorate_chain),
26872         (gst_audiorate_set_property), (gst_audiorate_get_property):
26873         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26874         (gst_videorate_chain):
26875         Added some logging, fixed an overflow bug in videorate.
26876
26877 2004-06-24  Benjamin Otte  <otte@gnome.org>
26878
26879         * ext/kio/Makefile.am:
26880           fix for builddir != srcdir and distcheck
26881
26882 2004-06-24  Benjamin Otte  <otte@gnome.org>
26883
26884         * gst-libs/gst/colorbalance/Makefile.am:
26885         * gst-libs/gst/mixer/Makefile.am:
26886         * gst-libs/gst/play/Makefile.am:
26887         * gst-libs/gst/tuner/Makefile.am:
26888         * gst/tcp/Makefile.am:
26889         * sys/dxr3/Makefile.am:
26890           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26891           tarball.
26892           Also add all *.list files that were missing.
26893         * Makefile.am:
26894           add a distcheck hook to ensure the above doesn't happen again.
26895
26896 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26897
26898         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26899
26900 2004-06-23  Colin Walters  <walters@redhat.com>
26901
26902         * m4/Makefile.am: Distribute gst-fionread.m4.
26903
26904 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26905
26906         * configure.ac: back to dev
26907
26908 2004-06-23  Wim Taymans  <wim@fluendo.com>
26909
26910         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26911         (gst_alsa_xrun_recovery):
26912         * ext/alsa/gstalsa.h:
26913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26914         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26915         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26916         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26917         (gst_alsa_src_loop):
26918         Add clock to alsasrc. Take new capture timestamp when
26919         restarting after an overrun. Split up some functions between
26920         alsasrc and alsasink.
26921
26922 === release 0.8.2 ===
26923
26924 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26925
26926         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26927         (gst_alsa_change_state), (gst_alsa_update_avail),
26928         (gst_alsa_xrun_recovery):
26929         * ext/alsa/gstalsa.h:
26930         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26931           merge back changes from release
26932
26933 2004-06-23  Wim Taymans  <wim@fluendo.com>
26934
26935         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26936         (gst_audiorate_init), (gst_audiorate_chain),
26937         (gst_audiorate_set_property), (gst_audiorate_get_property):
26938         Implement sample dropping and notify
26939
26940 2004-06-22  Wim Taymans  <wim@fluendo.com>
26941
26942         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26943         (theora_enc_sink_link), (theora_buffer_from_packet),
26944         (theora_push_packet), (theora_enc_chain):
26945         Some cleanups, make sure the timestamps are correct.
26946
26947 2004-06-22  Wim Taymans  <wim@fluendo.com>
26948
26949         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26950         (gst_alsa_change_state), (gst_alsa_update_avail),
26951         (gst_alsa_xrun_recovery):
26952         * ext/alsa/gstalsa.h:
26953         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26954         Cleanups, take queued samples into account when reporting
26955         the time.
26956
26957 2004-06-22  Wim Taymans  <wim@fluendo.com>
26958
26959         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26960         (gst_videorate_init):
26961         Initialize the property as well.
26962
26963 2004-06-22  Wim Taymans  <wim@fluendo.com>
26964
26965         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26966         (gst_videorate_init), (gst_videorate_chain),
26967         (gst_videorate_set_property), (gst_videorate_get_property):
26968         Add property to make videorate silent.
26969         Add property to prefer new frames over old ones.
26970
26971 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26972
26973         * sys/osxvideo/Makefile.am:
26974         Workaround so that the osxvideo .so file gets linked with the
26975         Cocoa, OpenGL and QuickTime frameworks
26976
26977 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26978
26979         * sys/osxaudio/Makefile.am:
26980         Workaround so that the osxaudio .so file gets linked with the
26981         CoreAudio framework
26982
26983 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26984
26985         * configure.ac:
26986         Whoops, my fault...fixed build issues
26987
26988 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26989
26990         * configure.ac:
26991         Add objective-c support if running in Darwin/Mac OS X
26992         * sys/Makefile.am:
26993         * sys/osxvideo:
26994         * sys/osxvideo/Makefile.am:
26995         * sys/osxvideo/osxvideosink.h:
26996         * sys/osxvideo/osxvideosink.m:
26997         * sys/osxvideo/cocoawindow.h:
26998         * sys/osxvideo/cocoawindow.m:
26999         Add osxvideosink, a cocoa-based osx video sink
27000
27001
27002 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27003         * ext/dvdnav/gst-dvd:
27004         Grab the gconf key from the right spot
27005         * gst/debug/gstnavseek.c: (gst_navseek_init),
27006         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27007         (gst_navseek_chain):
27008         * gst/debug/gstnavseek.h:
27009           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27010           and loop parameters of a segment seek.
27011         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27012         (gst_videotestsrc_get_event_masks),
27013         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27014         * gst/videotestsrc/gstvideotestsrc.h:
27015           Add seeking support to videotestsrc
27016           Initialise the timestamp_offset variable.
27017
27018 2004-06-18  Wim Taymans  <wim@fluendo.com>
27019
27020         * ext/sidplay/gstsiddec.cc:
27021         Fix negotiation and set correct end offset.
27022
27023 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27024
27025         * configure.ac: branch and prerelease
27026
27027 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27028
27029         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27030         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27031         (gst_tcpclientsrc_init_receive):
27032         * gst/tcp/gsttcpclientsrc.h:
27033           read caps when connecting to server for GDP so we set them correctly
27034
27035 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27036
27037         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27038           notify drops and duplicates
27039         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27040           no good reason to limit ourselves to 100x100
27041
27042 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27045         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27046         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27047         (gst_v4lsrc_get_property):
27048         * sys/v4l/gstv4lsrc.h:
27049         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27050         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27051         (gst_v4l_set_audio):
27052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27053         (gst_v4lsrc_try_capture):
27054         * sys/v4l/v4lsrc_calls.h:
27055           change try_palette to more general try_capture
27056           add autoprobe option so we can turn off autoprobing
27057           various fixes
27058
27059 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27060
27061         * configure.ac:
27062           add videorate
27063         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27064         (gst_ximagesink_class_init):
27065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27066         (gst_xvimagesink_class_init):
27067           run them as finalize, not dispose, since dispose can be invoked
27068           multiple times
27069
27070 2004-06-17  Wim Taymans  <wim@fluendo.com>
27071
27072         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27073         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27074         * ext/alsa/gstalsa.h:
27075         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27076         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27077         (gst_alsa_src_change_state):
27078         * ext/alsa/gstalsasrc.h:
27079         Make the xrun code timestamp and offset the buffers correctly.
27080         moved the clock to the base class, use alsa methods to get time.
27081         Do correct timestamping on outgoing buffers.
27082
27083 2004-06-17  Wim Taymans  <wim@fluendo.com>
27084
27085         * gst/audiorate/Makefile.am:
27086         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27087         (gst_audiorate_base_init), (gst_audiorate_class_init),
27088         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27089         (gst_audiorate_set_property), (gst_audiorate_get_property),
27090         (gst_audiorate_change_state), (plugin_init):
27091         Added an audiorate converter that fills in gaps.
27092
27093 2004-06-17  Johan Dahlin  <johan@gnome.org>
27094
27095         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27096
27097 2004-06-16  Wim Taymans  <wim@fluendo.com>
27098
27099         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27101         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27102         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27103         (gst_v4lsrc_get_property):
27104         * sys/v4l/gstv4lsrc.h:
27105         Added a copy mode to v4lsrc where it will output a copied version
27106         of its internal hardware buffer.
27107         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27108         can't | them.
27109
27110 2004-06-16  Wim Taymans  <wim@fluendo.com>
27111
27112         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27113         Timestamp fixes.
27114
27115 2004-06-16  Wim Taymans  <wim@fluendo.com>
27116
27117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27118         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27119         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27120         (gst_v4lsrc_get_property):
27121         * sys/v4l/gstv4lsrc.h:
27122         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27123         Added a sync mode enum property to control v4lsrc timestamp method
27124         Removed the use-fixed-fps property and moved functionality in
27125         the enum.
27126         Don't error on an error value from v4l-conf, it might not always
27127         be a real error.
27128
27129 2004-06-16  Wim Taymans  <wim@fluendo.com>
27130
27131         * gst/videorate/Makefile.am:
27132         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27133         (gst_videorate_base_init), (gst_videorate_class_init),
27134         (gst_videorate_getcaps), (gst_videorate_link),
27135         (gst_videorate_init), (gst_videorate_chain),
27136         (gst_videorate_set_property), (gst_videorate_get_property),
27137         (gst_videorate_change_state), (plugin_init):
27138         Added a video timestamp corrector.
27139
27140 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27141
27142         fixed a potential leak with previous commit
27143
27144         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27145
27146 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27147
27148         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27149         Added missing refcount, fixes bug #144425
27150         Cheers Tim for finding the bug
27151
27152 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27153
27154         * sys/v4l/gstv4l.c: (plugin_init):
27155         * sys/v4l/gstv4lcolorbalance.c:
27156         * sys/v4l/gstv4lcolorbalance.h:
27157         * sys/v4l/gstv4lelement.c:
27158         * sys/v4l/gstv4lelement.h:
27159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27160         * sys/v4l/gstv4lmjpegsink.h:
27161         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27162         * sys/v4l/gstv4lmjpegsrc.h:
27163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27164         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27165         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27166         * sys/v4l/gstv4lsrc.h:
27167         * sys/v4l/gstv4ltuner.c:
27168         * sys/v4l/gstv4ltuner.h:
27169         * sys/v4l/gstv4lxoverlay.c:
27170         * sys/v4l/gstv4lxoverlay.h:
27171         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27172         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27173         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27174         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27175         (gst_v4l_set_audio):
27176         * sys/v4l/v4l_calls.h:
27177         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27178         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27179         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27180         (gst_v4lmjpegsink_playback_init),
27181         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27182         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27183         (gst_v4lmjpegsink_playback_stop),
27184         (gst_v4lmjpegsink_playback_deinit):
27185         * sys/v4l/v4lmjpegsink_calls.h:
27186         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27187         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27188         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27189         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27190         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27191         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27192         * sys/v4l/v4lmjpegsrc_calls.h:
27193         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27194         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27195         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27196         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27197         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27198         (gst_v4lsrc_try_palette):
27199         * sys/v4l/v4lsrc_calls.h:
27200           bunch of paranoia cleanups
27201
27202 2004-06-14  David Schleef  <ds@schleef.org>
27203
27204         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27205         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27206         Send discont events and change timestamps appropriately when
27207         we get a seek event.  (bug #144240)
27208         * ext/cdparanoia/gstcdparanoia.h:
27209
27210 2004-06-14  Benjamin Otte  <otte@gnome.org>
27211
27212         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27213           snd_pcm_hw_params_set_rate  since the latter fails for no good
27214           reason on some setups.
27215
27216 2004-06-14  David Schleef  <ds@schleef.org>
27217
27218         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27219         standard.  Thank you for playing.
27220
27221 2004-06-14  Wim Taymans  <wim@fluendo.com>
27222
27223         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27224         Patch 1.3 broke the ordering of the colorspace info and
27225         made the plugin basically work by coincidence, reordered
27226         the info.
27227
27228 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * ext/lame/gstlame.c:
27231         * ext/mad/gstmad.c:
27232           sync caps.  Make sure mad can only output a list of rates, not
27233           a full range.  In the future, have three caps lists for each of the
27234           mpeg versions.  Change mpegversion to a double as well.
27235
27236 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27237
27238         * gst/volume/.cvsignore:
27239         * gst/volume/Makefile.am:
27240         * gst/volume/demo.c: (value_changed_callback), (idler),
27241         (setup_gui), (main):
27242           added small demo app
27243
27244 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27245         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27246         * ext/esd/esdsink.h:
27247         Close the esd connection on pause, because esd will just wait -
27248         blocking all other esd clients indefinitely.
27249
27250 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27251
27252         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27253           previous commit with GST_DEBUG
27254
27255 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27256
27257         * configure.ac:
27258           add a header check for a dvdread header in dvdnav.  Fixes #133002
27259
27260 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27261
27262         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27263         * gst/tcp/gsttcpclientsink.h:
27264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27265         * gst/tcp/gsttcpclientsrc.h:
27266         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27267         (gst_tcpserversink_handle_server_read),
27268         (gst_tcpserversink_init_send):
27269         * gst/tcp/gsttcpserversink.h:
27270         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27271         * gst/tcp/gsttcpserversrc.h:
27272         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27273         version of IP)
27274
27275 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27276
27277         * configure.ac:
27278         Added ogg library so that OSX detects libtheora properly
27279
27280 2004-06-11  Wim Taymans  <wim@fluendo.com>
27281
27282         * ext/theora/theoradec.c: (theora_dec_chain),
27283         (theora_dec_change_state):
27284         Don't try to decode frames before we received a keyframe.
27285
27286 2004-06-11  Wim Taymans  <wim@fluendo.com>
27287
27288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27289         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27290         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27291         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27292         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27293         Added property to set the maximum delay of a page.
27294
27295 2004-06-10  Wim Taymans  <wim@fluendo.com>
27296
27297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27298         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27299         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27300         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27301         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27302         Added max-delay property to control the maximum amount
27303         of data to put in one page.
27304
27305 2004-06-10  Wim Taymans  <wim@fluendo.com>
27306
27307         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27308         (gst_theora_enc_init), (theora_enc_sink_link),
27309         (theora_buffer_from_packet), (theora_enc_set_property),
27310         (theora_enc_get_property):
27311         Set duration on encoded buffer, added some more properties
27312
27313 2004-06-10  Wim Taymans  <wim@fluendo.com>
27314
27315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27316         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27317         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27318         * ext/theora/theoraenc.c: (theora_enc_chain):
27319         Fix refcounting bugs
27320
27321 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27322
27323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27324         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27325         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27326         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27327         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27328         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27329         (gst_asf_demux_change_state):
27330         * gst/asfdemux/gstasfdemux.h:
27331           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27332           feels like. I think we should set a new requirement for demuxers
27333           from now on to implement sane loop functions, data loops, query
27334           and seek functions before first commit into CVS. And this commit
27335           fixes all of the above.
27336
27337 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27338
27339         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27340           vorbis comments are properly encoded in UTF-8 before adding them
27341           to a GstTagList
27342
27343 2004-06-09  Benjamin Otte  <otte@gnome.org>
27344
27345         * ext/alsa/gstalsa.c: (add_channels):
27346           handle min <= max correctly
27347         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27348         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27349           add fixation functions so we fixate correctly. No preferring of alaw
27350           anymore because it's the first structure.
27351         * ext/alsa/gstalsa.h:
27352         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27353         (gst_alsa_hw_params_dump):
27354           add functions to ease debugging in alsalib
27355         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27356         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27357         (gst_alsa_start_audio):
27358           only specify hw params if we really setup a format (fixes #134007 -
27359           or at least works around it)
27360
27361 2004-06-09  Wim Taymans  <wim@fluendo.com>
27362
27363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27364         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27365         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27366         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27367         (gst_ogg_mux_loop):
27368         Use stream caps to setup the initial pages in the ogg stream.
27369         Correctly set the streamheader caps on the srcpad.
27370
27371 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27372
27373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27374         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27375         (gst_v4lsrc_getcaps):
27376         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27377         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27378           add querying of fps lists for webcams.  Negotiating to a framerate
27379           now works.
27380
27381 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27382
27383         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27384         (theora_push_buffer), (theora_push_packet),
27385         (theora_set_header_on_caps), (theora_enc_chain):
27386           mark buffers and put on streamheader, raw theora streaming
27387           now works too, whee
27388
27389 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27392         (gst_tcp_gdp_read_caps):
27393           do a looping read for caps and GDP headers too
27394
27395 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27398         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27399           return EOS instead of NULL in _get
27400
27401 2004-06-08  Wim Taymans  <wim@fluendo.com>
27402
27403         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27404         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27405         (gst_tcp_gdp_write_caps):
27406         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27407         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27408         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27409         Memory leak fixes
27410
27411 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27412
27413         * ext/vorbis/Makefile.am:
27414         * ext/vorbis/vorbis.c: (plugin_init):
27415         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27416         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27417         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27418         (vorbis_parse_change_state):
27419         * ext/vorbis/vorbisparse.h:
27420           adding a vorbisparse element that marks the buffers, streaming
27421           raw vorbis using GDP now works, whee
27422
27423 2004-06-08  Wim Taymans  <wim@fluendo.com>
27424
27425         * ext/jpeg/Makefile.am:
27426         * ext/jpeg/README:
27427         * ext/jpeg/gstjpeg.c: (plugin_init):
27428         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27429         (gst_smokedec_base_init), (gst_smokedec_class_init),
27430         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27431         * ext/jpeg/gstsmokedec.h:
27432         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27433         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27434         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27435         (gst_smokeenc_resync), (gst_smokeenc_chain),
27436         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27437         * ext/jpeg/gstsmokeenc.h:
27438         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27439         (smokecodec_flush_destination), (smokecodec_term_destination),
27440         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27441         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27442         (smokecodec_term_source), (smokecodec_encode_new),
27443         (smokecodec_decode_new), (smokecodec_info_free),
27444         (smokecodec_set_quality), (smokecodec_get_quality),
27445         (smokecodec_set_threshold), (smokecodec_get_threshold),
27446         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27447         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27448         (smokecodec_parse_header), (smokecodec_decode):
27449         * ext/jpeg/smokecodec.h:
27450         Added a new simple jpeg based codec
27451
27452 2004-06-08  Wim Taymans  <wim@fluendo.com>
27453
27454         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27455         (gst_multipart_mux_loop):
27456         Fix memory leak
27457
27458 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27461         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27462         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27463         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27464         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27465         * gst/tcp/gsttcpserversink.h:
27466           take streamheader into account
27467
27468 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27469
27470         * gst/level/Makefile.am:
27471         * gst/level/gstlevel.c: (gst_level_class_init):
27472           clean up marshal generation
27473
27474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27475
27476         * gst/tcp/Makefile.am:
27477         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27478         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27479         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27481         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27482         (gst_tcpclientsrc_get_property):
27483         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27484         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27485         (gst_tcpserversink_handle_client_read),
27486         (gst_tcpserversink_handle_client_write),
27487         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27488         * gst/tcp/gsttcpserversink.h:
27489           add signals client-added and client-removed
27490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27491         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27492         (gst_tcpserversrc_get_property):
27493         uniformized, change default protocol to NONE
27494         * gst/tcp/gsttcp-marshal.list: added
27495 2004-06-07  Benjamin Otte  <otte@gnome.org>
27496
27497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27498           handle discont events if they happen before caps nego
27499
27500 2004-06-07  Wim Taymans  <wim@fluendo.com>
27501
27502         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27503         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27504         (gst_multipart_demux_plugin_init):
27505         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27506         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27507         (gst_multipart_mux_change_state):
27508         Small updates, fix a memleak
27509
27510 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27511
27512         * configure.ac: OSS portability
27513         * ext/arts/gst_arts.c: idem
27514         * sys/oss/gstosselement.c: idem
27515         * sys/oss/gstossmixer.c: idem
27516         * sys/oss/gstosssink.c: idem
27517         * sys/oss/gstosssrc.c: idem
27518         * sys/oss/oss_probe.c: idem
27519           - check for soundcard.h in different places for some BSD
27520
27521 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27522
27523         * AUTHORS:
27524         Add me to the authors file
27525         * configure.ac:
27526         Increase the libdv requirement to >= version 0.100
27527         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27528         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27529         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27530         * ext/dv/gstdvdec.h:
27531         Add support for the new_media flag when sending DISCONT events
27532         Make the querying work when video pad is not linked
27533
27534 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27535
27536         reviewed by Benjamin Otte  <otte@gnome.org>
27537
27538         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27539           create a NULL-initialized array of pads, so we don't think they
27540           exist already. (fixes #143130)
27541
27542 2004-06-07  Benjamin Otte  <otte@gnome.org>
27543
27544         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27545         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27546         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27547           don't use // coments
27548
27549 2004-06-07  Benjamin Otte  <otte@gnome.org>
27550
27551         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27552           cast to GstClockTime to get higher granularity
27553         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27554           use gst_element_set_time_delay to get the exact time
27555         * ext/mad/gstmad.c: (gst_mad_chain):
27556           use the negotiated rate instead of the current frame's rate which
27557           might be wrong because of bit errors. This avoids emitting totally
27558           bogus timestamps and screwing sync.
27559         (fixes #143454)
27560
27561 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27562
27563         reviewed by Benjamin Otte  <otte@gnome.org>
27564
27565         * gst/adder/gstadder.c: (gst_adder_loop):
27566           properly error out when no negotiation has happened yet. (fixes
27567           #143032)
27568
27569 2004-06-06  Benjamin Otte  <otte@gnome.org>
27570
27571         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27572           forward correctly transformed offset in discont events. Based on
27573           patch by Arwed v. Merkatz. (fixes #142851)
27574
27575 2004-06-06  David Schleef  <ds@schleef.org>
27576
27577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27578         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27579         problems on several systems.
27580
27581 2004-06-06  Benjamin Otte  <otte@gnome.org>
27582
27583         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27584           use explicit caps on the srcpad
27585         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27586           properly error out if caps couldn't be set (fixes #142764)
27587
27588 2004-06-06  Benjamin Otte  <otte@gnome.org>
27589
27590         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27591         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27592         (gst_alsa_start_audio):
27593           - don't call set_periods_integer anymore, it breaks the
27594           configuration randomly
27595           - call snd_pcm_hw_params_set_access directly instead of using masks
27596           - don't fail if the sw_params can't be set, just use the default
27597           params and hope it works. Alsalib has weird issues when you touch
27598           sw_params and does no proper error reporting about what failed.
27599         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27600         (gst_alsa_close_audio):
27601           make our alsa debugging go via gst debugging and not conditionally
27602           defined
27603         * ext/alsa/gstalsa.h:
27604           add ALSA_DEBUG_FLUSH macro
27605         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27606         (plugin_init):
27607           wrap alsa errors to be printed via the gst debugging system and not
27608           spammed to stderr
27609
27610 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27613         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27614         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27615         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27616         (qtdemux_parse_trak):
27617         * gst/qtdemux/qtdemux.h:
27618           Bitch. Also known as seeking, querying & co.
27619         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27620         (gst_osssink_change_state):
27621         * sys/oss/gstosssink.h:
27622           Resyncing is for weenies, this hack is no longer needed and was
27623           broken anyway (since it - unintendedly - always leaves resync to
27624           TRUE).
27625
27626 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27627
27628         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27629         * gst/tcp/gsttcpclientsrc.h: idem
27630           - define MSG_NOSIGNAL if not done
27631           - include unistd.h for off_t
27632           (fixes #143749)
27633
27634 2004-06-05  Benjamin Otte  <otte@gnome.org>
27635
27636         * configure.ac:
27637         * ext/kio/Makefile.am:
27638           check for qt's moc preprocessor explicitly and use it
27639
27640 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27641
27642         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27643           don't get a signal for EPIPE on socket writes
27644           (somebody check if this works on other platforms)
27645
27646 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27647
27648         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27649         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27650           check error condition on available samples correctly
27651
27652 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27655           avoid a segfault
27656         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27657         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27658         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27659         (gst_tcpserversrc_gdp_read_header):
27660          use ssize_t over size_t since the former is signed and thus the
27661          check for error codes can work
27662
27663 2004-06-02  Wim Taymans  <wim@fluendo.com>
27664
27665         reviewed by: Johan
27666
27667         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27668         (gst_multipart_mux_loop):
27669         Oops
27670
27671 2004-06-02  Wim Taymans  <wim@fluendo.com>
27672
27673         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27674         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27675         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27676         (gst_multipart_mux_change_state):
27677         Added configurable boundary specifier, added the value as a
27678         caps field as well.
27679
27680 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27681
27682         * gst/tcp/gsttcp.c:
27683         * gst/tcp/gsttcpclientsrc.c:
27684         * gst/tcp/gsttcpclientsrc.h:
27685         * gst/tcp/gsttcpserversrc.c:
27686           - portability fix, to compile on OSX
27687             (fixes #143146)
27688
27689         * sys/osxaudio/gstosxaudioelement.c:
27690         * sys/osxaudio/gstosxaudiosink.c:
27691         * sys/osxaudio/gstosxaudiosrc.c:
27692           - compilation warnings on OSX
27693             (fixes #143153)
27694
27695 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27696
27697         * ext/vorbis/vorbisdec.c : sign warning fixes
27698
27699         * gst-libs/gst/mixer/mixertrack.c :
27700           do no use defines which are glib 2.4 specific
27701
27702 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27703
27704         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27705           buffer since libflac doesn't expect it (reports a sync error when
27706           it encounters that)
27707
27708
27709 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27710
27711         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27712         * gst-libs/gst/mixer/mixertrack.c:
27713         (gst_mixer_track_get_property), (get_mixer_track_init),
27714         (get_mixer_track_get_property): Added property accessors
27715         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27716         * gst-libs/gst/mixer/mixeroptions.c:
27717         (gst_mixer_options_get_values): Added
27718         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27719         * gst-libs/gst/mixer/mixer.c: Fixed comment
27720
27721
27722 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27723
27724         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27725           improve error messages on open
27726
27727
27728 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27729
27730         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27731           check if v4l-conf is in path
27732
27733 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27734
27735         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27736           change assert to a more readable error message
27737
27738 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27739
27740         * gst-libs/gst/tuner/tunerchannel.h:
27741           - add a freq_multiplicator field to make the conversion
27742             between internal frequency unit and Hz
27743         * sys/v4l/gstv4lelement.c:
27744         * sys/v4l2/gstv4l2element.c:
27745           - change default video device to /dev/video0
27746         * sys/v4l/v4l_calls.c:
27747         * sys/v4l2/v4l2_calls.c:
27748           - we only expose frequency to the user in Hz instead of
27749             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27750
27751 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27752         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27753           Initialise b_o_s and e_o_s variables
27754         * gst-libs/gst/riff/riff-media.c:
27755         (gst_riff_create_video_caps_with_data):
27756           Add some unusual fourcc's from mplayer avi's
27757         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27758           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27759           autoplugging.
27760
27761 2004-05-28  Wim Taymans  <wim@fluendo.com>
27762
27763         * configure.ac:
27764         * gst/alpha/Makefile.am:
27765         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27766         (gst_alpha_get_type), (gst_alpha_base_init),
27767         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27768         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27769         (gst_alpha_chroma_key), (gst_alpha_chain),
27770         (gst_alpha_change_state), (plugin_init):
27771         A plugin to add an alpha channel to I420 video. Can optionally do
27772         chroma keying.
27773         * gst/multipart/Makefile.am:
27774         * gst/multipart/multipart.c: (plugin_init):
27775         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27776         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27777         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27778         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27779         (gst_multipart_demux_change_state),
27780         (gst_multipart_demux_plugin_init):
27781         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27782         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27783         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27784         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27785         (gst_multipart_mux_pad_unlink),
27786         (gst_multipart_mux_request_new_pad),
27787         (gst_multipart_mux_handle_src_event),
27788         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27789         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27790         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27791         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27792         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27793         send multipart jpeg images to a browser.
27794         * gst/videobox/Makefile.am:
27795         * gst/videobox/README:
27796         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27797         (gst_video_box_get_type), (gst_video_box_base_init),
27798         (gst_video_box_class_init), (gst_video_box_init),
27799         (gst_video_box_set_property), (gst_video_box_get_property),
27800         (gst_video_box_sink_link), (gst_video_box_i420),
27801         (gst_video_box_ayuv), (gst_video_box_chain),
27802         (gst_video_box_change_state), (plugin_init):
27803         Crops or adds borders around an image. can do alpha channel
27804         borders as well.
27805         * gst/videomixer/Makefile.am:
27806         * gst/videomixer/README:
27807         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27808         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27809         (gst_videomixer_pad_get_sink_event_masks),
27810         (gst_videomixer_pad_get_property),
27811         (gst_videomixer_pad_set_property),
27812         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27813         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27814         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27815         (gst_videomixer_base_init), (gst_videomixer_class_init),
27816         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27817         (gst_videomixer_handle_src_event),
27818         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27819         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27820         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27821         (gst_videomixer_loop), (gst_videomixer_get_property),
27822         (gst_videomixer_set_property), (gst_videomixer_change_state),
27823         (plugin_init):
27824         Generic video mixer plugin, can handle multiple inputs all with
27825         different framerates and video sizes. Is fully alpha channel
27826         aware.
27827
27828 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27831           Select first track as master track. Not sure how else to handle
27832           that...
27833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27834           Discard discont events. Should fix #142962.
27835
27836 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27837
27838         * ext/alsa/Makefile.am:
27839         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27840         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27841         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27842         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27843         (gst_alsa_mixer_get_option):
27844         * ext/alsa/gstalsamixer.h:
27845         * ext/alsa/gstalsamixeroptions.c:
27846         (gst_alsa_mixer_options_get_type),
27847         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27848         (gst_alsa_mixer_options_new):
27849         * ext/alsa/gstalsamixeroptions.h:
27850         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27851         * ext/alsa/gstalsamixertrack.h:
27852           Add enumerations (as GstMixerOptions). Make correct distinction
27853           between input/output tracks. Add capture/playback private flag.
27854           Use flag to decide on whether to set capture or playback volumes
27855           or switches. Use playback and record switches.
27856         * gst-libs/gst/mixer/Makefile.am:
27857         * gst-libs/gst/mixer/mixer-marshal.list:
27858         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27859         (gst_mixer_set_option), (gst_mixer_get_option),
27860         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27861         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27862         * gst-libs/gst/mixer/mixer.h:
27863         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27864         (gst_mixer_options_class_init), (gst_mixer_options_init),
27865         (gst_mixer_options_dispose):
27866         * gst-libs/gst/mixer/mixeroptions.h:
27867           Add GstMixerOptions.
27868         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27869           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27870           broken device detection on computers with multiple OSS sound
27871           cards.
27872
27873 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27874
27875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27876           fixate nicely even when the peer is not negotiating
27877
27878 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27879
27880         * gst/audioconvert/gstaudioconvert.c:
27881         (gst_audio_convert_parse_caps):
27882           make sure we don't allow depth > width
27883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27884           fixate endianness to G_BYTE_ORDER as default
27885         * gst/audioscale/gstaudioscale.c:
27886           we don't handle another endianness as host-endianness
27887
27888 2004-05-25  David Schleef  <ds@schleef.org>
27889
27890         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27891
27892 2004-05-24  Benjamin Otte  <otte@gnome.org>
27893
27894         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27895         (gst_oggvorbisenc_setup):
27896           properly fail when we can't setup the vorbis encoder due to
27897           unsupported settings
27898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27899         (gst_vorbisenc_setup):
27900           same
27901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27902           fix case where warnings occured when one pad was unlinked while the
27903           other's link function was called
27904
27905 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27906
27907         * gst/tcp/Makefile.am:
27908           use GST_ENABLE_NEW
27909
27910 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27911
27912         * gst-libs/gst/resample/private.h:
27913           don't use optimizations that are #if 0'ed
27914
27915 2004-05-24  Wim Taymans  <wim@fluendo.com>
27916
27917         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27918         Fix potential division by zero error and hopefully get
27919         the position query right to get correct timestamps on avi
27920         audio.
27921
27922 2004-05-24  Wim Taymans  <wim@fluendo.com>
27923
27924         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27925         (gst_videoscale_scale_nearest_str2),
27926         (gst_videoscale_scale_nearest_str4),
27927         (gst_videoscale_scale_nearest_32bit),
27928         (gst_videoscale_scale_nearest_24bit),
27929         (gst_videoscale_scale_nearest_16bit):
27930         Fix the scaling algorithm and avoid a buffer overflow.
27931         removed the while loop in the scaling function as it
27932         was used for point sampling only.
27933
27934 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27935
27936         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27937         (gst_id3_tag_class_init), (gst_id3_tag_init),
27938         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27939         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27940         (gst_id3_tag_send_tag_event):
27941           lots of fixes to make id3mux work and id3demux work correctly
27942
27943 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27944
27945         * ext/Makefile.am:
27946           add rules to build shout2send (was removed by accident
27947           when this module was no more marked experimental/broken)
27948
27949 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27950
27951         * ext/shout2/gstshout2.c:
27952         * ext/shout2/gstshout2.h:
27953           adding a "connection problem" signal to shout2send
27954           (fixes #142954)
27955
27956 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * ext/kio/kioreceiver.cpp:
27959         * ext/kio/kioreceiver.h:
27960           fix sign comparison issues
27961
27962 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27963
27964         * gst/cdxaparse/gstcdxaparse.c:
27965         * gst/cdxaparse/gstcdxaparse.h:
27966           some renaming
27967           add some checks/sanity
27968           prepare for seek addition
27969
27970         * sys/sunaudio/gstsunaudio.c:
27971           remove exported dupe init function
27972
27973 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27974
27975         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27976         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27977           Fix format conversion and position querying.
27978         * gst/debug/progressreport.c: (gst_progressreport_report):
27979           Don't output a bogus total value that we didn't query.
27980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27981           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27982           only a blank window after xine has been used.
27983
27984 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27985
27986         * m4/as-arts.m4:
27987           sync with upstream version to fix test on FC2
27988           readd with -ko to preserve Id header
27989
27990 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27991
27992         * configure.ac:
27993           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27994         * gst/tcp/gsttcpclientsrc.c: idem
27995         * gst/tcp/gsttcpserversink.c: idem
27996         * gst/tcp/gsttcpserversrc.c: idem
27997         * m4/gst-fionread.m4: idem
27998
27999         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28000
28001         * configure.ac: enable speex plugin for speex 1.1.5+
28002         * ext/speex/gstspeexenc.c: fix cast warning
28003
28004         * ext/esd/README: fix typo
28005
28006 2004-05-20  David Schleef  <ds@schleef.org>
28007
28008         * configure.ac: Minor cosmetic change to convince the buildbot to
28009         reautogen.
28010         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28011         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28012         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28013         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28014         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28015         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28016         More hacking.  Plays audio now.
28017
28018 2004-05-20  David Schleef  <ds@schleef.org>
28019
28020         * configure.ac:
28021         * sys/Makefile.am:
28022
28023 2004-05-20  David Schleef  <ds@schleef.org>
28024
28025         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28026         * sys/osxaudio/gstosxaudio.c:
28027         * sys/osxaudio/gstosxaudioelement.c:
28028         * sys/osxaudio/gstosxaudioelement.h:
28029         * sys/osxaudio/gstosxaudiosink.c:
28030         * sys/osxaudio/gstosxaudiosink.h:
28031         * sys/osxaudio/gstosxaudiosrc.c:
28032         * sys/osxaudio/gstosxaudiosrc.h:
28033
28034 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28035
28036         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28037         (gst_vorbisenc_chain):
28038           put the codec headers on the caps as streamheader as well as
28039           pushing them out
28040
28041 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28042
28043         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28044         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28045         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28046         split up push_packet into two functions
28047
28048 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28049
28050         * gst/tcp/.cvsignore:
28051           ignore enums
28052         * gst/tcp/Makefile.am:
28053         * gst/tcp/README:
28054         * gst/tcp/gsttcp.c:
28055         * gst/tcp/gsttcp.h:
28056         * gst/tcp/gsttcpclientsink.c:
28057         * gst/tcp/gsttcpclientsink.h:
28058         * gst/tcp/gsttcpclientsrc.c:
28059         * gst/tcp/gsttcpclientsrc.h:
28060         * gst/tcp/gsttcpplugin.c:
28061         * gst/tcp/gsttcpserversink.c:
28062         * gst/tcp/gsttcpserversink.h:
28063         * gst/tcp/gsttcpserversrc.c:
28064         * gst/tcp/gsttcpserversrc.h:
28065           add new tcp elements
28066
28067 2004-05-19  Wim Taymans  <wim@fluendo.com>
28068
28069         * gst/law/mulaw-conversion.c: (mulaw_encode):
28070         Fix overflow bug in ulaw encoding.
28071
28072 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28073
28074         * ext/mad/gstmad.c: (gst_mad_handle_event):
28075           don't unref the event twice
28076
28077 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28078
28079         * configure.ac:
28080           remove -Wno-sign-compare
28081
28082 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28083
28084         * configure.ac:
28085           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28086           if you want to work against glib 2.2 and 2.4
28087
28088 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28089
28090         * gst/tcp/Makefile.am:
28091         * gst/tcp/gsttcp.c:
28092         * gst/tcp/gsttcp.h:
28093         * gst/tcp/gsttcpsink.h:
28094         * gst/tcp/gsttcpsrc.h:
28095           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28096
28097 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28098
28099         * gst/debug/tests.c: (md5_get_value):
28100           fix segfault on gst-inspect
28101
28102 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28103
28104         * gst/debug/testplugin.c:
28105         * gst/debug/tests.c:
28106         * gst/debug/tests.h:
28107           add new extensible and configurable testing element. Current tests
28108           include buffer count, stream length, timestamp/duration matching and
28109           md5.
28110         * gst/debug/Makefile.am:
28111         * gst/debug/gstdebug.c: (plugin_init):
28112           add infrastructure for new element
28113
28114 2004-05-19  Johan Dahlin  <johan@gnome.org>
28115
28116         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28117         ending of the array. Fixes gst-inspect segfault on ppc.
28118
28119 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28120
28121         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28122
28123         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28124
28125 2004-05-18  David Schleef  <ds@schleef.org>
28126
28127         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28128         warnings (bugs, actually) noticed by gcc but not forte.
28129
28130 2004-05-18  David Schleef  <ds@schleef.org>
28131
28132         * sys/sunaudio/Makefile.am:
28133         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28134
28135 2004-05-18  David Schleef  <ds@schleef.org>
28136
28137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28138         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28139         to allow qtdemux to use non-seekable streams. (bug #142272)
28140
28141 2004-05-18  David Schleef  <ds@schleef.org>
28142
28143         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28144         (gst_resample_sinc_ft_float): Remove use of static temporary
28145         buffer.  This code was obviously not supposed to last long, but
28146         it's stuck in our ABI, so it required a little hack to make it
28147         ABI-compatible.  Fixes #142585.
28148         * gst-libs/gst/resample/resample.h: same.
28149
28150 2004-05-18  David Schleef  <ds@schleef.org>
28151
28152         * configure.ac: Add sunaudio
28153         * examples/Makefile.am: make gstplay depend on gconf
28154         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28155         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28156         (convert_table_lookup), (img_convert): remove c99-isms
28157         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28158           unsigned, to fix a warning on Solaris
28159         * gst/mpeg1sys/systems.c: bcopy->memcpy
28160         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28161         * sys/Makefile.am: Add sunaudio
28162
28163 2004-05-18  Wim Taymans  <wim@fluendo.com>
28164
28165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28166         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28167         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28168         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28169         (gst_ogg_mux_loop):
28170         Fix an ugly memleak where the muxer didn't flush enough ogg
28171         pages. This also resulted in badly muxed ogg files.
28172
28173 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28174
28175         * gst/asfdemux/asfheaders.c :
28176         * gst/asfdemux/asfheaders.h :
28177         * gst/asfdemux/gstasfdemux.c :
28178           - fix ASF_OBJ_PADDING guid
28179           - add 3 new object guids (language list, metadata,
28180             extended stream properties)
28181           - add a function to parse extended header objects
28182
28183 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28184
28185         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28186           remove leftover debugging g_print
28187
28188 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28189
28190         * ext/mad/gstmad.c: (gst_mad_handle_event):
28191           Fix for when the first format in a discont event is not a
28192           byte-based one. Should fix #137710.
28193
28194 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28195
28196         * m4/a52.m4 : fix compilation with -Wall -Werror
28197         * m4/libfame.m4 : idem
28198         * m4/libmikmod.m4 : idem
28199
28200 2004-05-17  Benjamin Otte  <otte@gnome.org>
28201
28202         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28203           signal the new tags before giving up the reference
28204
28205 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28206
28207         * ext/shout2/gstshout2.c:
28208           use application/ogg instead of application/x-ogg (patch by Patrick
28209           Guimond, fixes #142432)
28210         * sys/oss/gstosselement.c: (gst_osselement_reset),
28211         (gst_osselement_sync_parms):
28212           don't set fragment size unless specified (fixes #142493)
28213
28214 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28215
28216         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28217           fixes #142664
28218
28219 2004-05-17  Benjamin Otte  <otte@gnome.org>
28220
28221         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28222           compute offsets correctly for internal buffers so timestamps are set
28223           correctly when we can't seek. Also handle cases where there are no
28224           offsets. (based on a patch by David Moore, fixes #142507)
28225
28226 2004-05-17  Benjamin Otte  <otte@gnome.org>
28227
28228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28229           use correct variable when determining amount of data to skip so we
28230           don't skip into the void and segfault
28231
28232 2004-05-16  Benjamin Otte  <otte@gnome.org>
28233
28234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28235           Hi, I'm a memleak
28236
28237 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28238
28239         * gst/asfdemux/gstasfdemux.c:
28240           - fix a mem leak and always propagate tags
28241           - add WMV3 to known video codecs (but no decoder yet)
28242           - replace "surplus data" at end of audio header for what
28243             it is : codec specific data
28244           - fix a typo
28245
28246 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28247
28248         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28249
28250         * gst-libs/gst/audio/audioclock.c:
28251           Fix wrong return type (#142205).
28252
28253 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28256           Ignore CRCs by default (fixes #142566).
28257
28258 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28261         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28262         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28263         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28264         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28265         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28266           Fix for cases where we fail to attach to a mixer.
28267
28268 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28269
28270         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28271           Don't touch events after not owning them anymore.
28272         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28273         (gst_wavparse_fmt), (gst_wavparse_other),
28274         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28275         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28276         (gst_wavparse_srcpad_event):
28277         * gst/wavparse/gstwavparse.h:
28278           Add seeking, fix querying.
28279
28280 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28281
28282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28283           - process comments even if they don't end with \0\0
28284             g_convert would ignore them if present and works well without them
28285
28286 2004-05-16  Benjamin Otte  <otte@gnome.org>
28287
28288         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28289           simplify caps
28290
28291 2004-05-16  Benjamin Otte  <otte@gnome.org>
28292
28293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28294           don't write to memory we might not write to - g_convert does that
28295           for us anyway (fixes #142613)
28296         (gst_asf_demux_audio_caps):
28297           comment out gst_util_dump_mem
28298
28299 2004-05-16  Benjamin Otte  <otte@gnome.org>
28300
28301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28302           compute correct expected timestamps after seek (broken since
28303           last commit)
28304         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28305           rename element and debugging category to gdkpixbufscale
28306
28307 2004-05-16  Benjamin Otte  <otte@gnome.org>
28308
28309         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28310           add error checking to snd_pcm_delay and remove duplicate call to
28311           snd_pcm_delay that caused issues (see inline code comments)
28312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28313           make more readable and fix return value when snd_pcm_delay fails
28314         (fixes #142586)
28315
28316 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28317         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28318         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28319         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28320         (gst_pixbufscale_link), (gst_pixbufscale_init),
28321         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28322         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28323         (gst_pixbufscale_get_property), (pixbufscale_init):
28324         * ext/gdk_pixbuf/pixbufscale.h:
28325         Add these files I forgot earlier
28326
28327 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28328         * ext/gdk_pixbuf/Makefile.am:
28329         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28330         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28331         Add new pixbufscale element to scale RGB video
28332         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28333         and HYPER interpolation correctly.
28334         * ext/theora/theoraenc.c: (theora_enc_chain),
28335         Discard buffer and return if explicit caps could not be set
28336         (theora_enc_get_property):
28337         Make _get return kbps for the bitrate consistent with
28338         the _set function.
28339
28340
28341 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28342
28343         * ext/libvisual/visual.c: (gst_visual_chain):
28344           add missing visual_audio_analyze
28345
28346 2004-05-14  David Schleef  <ds@schleef.org>
28347
28348         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28349         is killed while we're playing.
28350         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28351         gst_element_no_more_pads().
28352
28353 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28354
28355         * gst-libs/gst/riff/riff-read.c :
28356           - fix INFO tag extraction in RIFF/AVI files
28357             because gst_event_unref (event) also freed taglist
28358           - avoid a mem leak
28359
28360 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28361
28362         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28363         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28364
28365         * gst/auparse/gstauparse.c :
28366           - add code (commented for now) to support audio/x-adpcm on src pad
28367             (we have no decoder for those layout yet)
28368
28369         * gst/cdxaparse/gstcdxaparse.c :
28370         * gst/cdxaparse/gstcdxaparse.h :
28371           - partial rewrite using RiffRead (ripped iain's wavparse code)
28372
28373         * gst/rtp/gstrtpL16enc.c : typo
28374         * gst/rtp/gstrtpgsmenc.c : typo
28375
28376 2004-05-13  Benjamin Otte  <otte@gnome.org>
28377
28378         * configure.ac:
28379           check for exact version of libvisual, it's not supposed to be
28380           API/ABI stable yet
28381
28382 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28383
28384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28385           signal no-more-pads
28386
28387 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28388
28389         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28390         Report which format was used for GST_FORMAT_DEFAULT
28391         * gst/debug/Makefile.am:
28392         * gst/debug/gstdebug.c: (plugin_init):
28393         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28394         (gst_progressreport_class_init), (gst_progressreport_init),
28395         (gst_progressreport_report), (gst_progressreport_set_property),
28396         (gst_progressreport_get_property), (gst_progressreport_chain),
28397         (gst_progressreport_plugin_init):
28398         Add progressreport element for testing.
28399
28400 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28401
28402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28403         * sys/v4l/gstv4lsrc.h:
28404         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28405         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28406         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28407         (gst_v4lsrc_grab_frame):
28408           add more debugging
28409           send a discont at start
28410
28411 2004-05-12  Colin Walters  <walters@redhat.com>
28412
28413         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28414         inflooping if we can't find a chunk.  Or in other words, don't blow
28415         chunks if we don't have a chunk to blow.
28416
28417 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28418         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28419         Remove old debug output
28420         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28421         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28422         (gst_dvdec_set_property), (gst_dvdec_get_property):
28423         Change the quality setting to an enum, so it works from gst-launch
28424         Don't renegotiate a non-linked pad. Allows audio only decoding.
28425         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28426         (gst_deinterlace_link), (gst_deinterlace_init):
28427         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28428         (gst_videodrop_link):
28429         Some caps negotiation fixes
28430
28431 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28432
28433         * ext/tarkin/gsttarkin.c :
28434           - Change RANK from NONE to PRIMARY
28435         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28436           - Change RANK from NONE to MARGINAL
28437         * ext/divx/gstdivxenc.c :
28438           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28439
28440 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28441
28442         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28443         (gst_vorbisenc_push_packet):
28444           copy a function that was added between 1.0 and 1.0.1 until we
28445           depend on worthwhile features of post-1.0
28446
28447 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28448
28449         * configure.ac:
28450           enable shout2 by default
28451         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28452         (gst_shout2send_base_init), (gst_shout2send_init),
28453         (gst_shout2send_connect), (gst_shout2send_change_state):
28454         * ext/shout2/gstshout2.h:
28455           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28456           #142262)
28457         * ext/theora/theora.c: (plugin_init):
28458           don't set rank on encoders
28459
28460 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28461
28462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28463           Use codec_data property instead of flag1 and flag2 for wma
28464
28465 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28466
28467         * gst/cdxaparse/gstcdxaparse.c :
28468           - Add mpegversion to CAPS to make it link
28469           - Rank is as GST_RANK_SECONDARY instead of NONE
28470         * gst/auparse/gstauparse.c :
28471           - Document all audio encoding we can encounter from Solaris 9
28472             headers and libsndfile information.
28473           - Increase max. rate from 48000 to 192000 (to match other elements)
28474           - Don't try to play junk data between header and samples
28475
28476 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28477
28478         * ext/libvisual/visual.c: (gst_visual_getcaps):
28479           use the right caps depending on endianness (I hope)
28480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28481           use GST_RANK_NONE for all non-decoding elements or spider gets
28482           mighty confused
28483
28484 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28485
28486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28487           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28488
28489 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28490
28491         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28492         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28493         (gst_switch_loop), (gst_switch_get_type):
28494           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28495           HEADERS. Had to be said.
28496
28497 2004-05-10  David Schleef  <ds@schleef.org>
28498
28499         * configure.ac: Add prototype Dirac support.
28500         * ext/Makefile.am:
28501         * ext/dirac/Makefile.am:
28502         * ext/dirac/gstdirac.cc:
28503         * ext/dirac/gstdiracdec.cc:
28504
28505 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28508         (gst_auparse_init), (gst_auparse_chain),
28509         (gst_auparse_change_state):
28510           Hack around spider. Remove me some day please.
28511
28512 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28513
28514         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28515           Fix for some uninitialized variables in previous patch, also
28516           makes it work. Fixes #142286 while we're at it.
28517
28518 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28519
28520         * gst/auparse/gstauparse.c:
28521                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28522                 only unsupported formats are ADPCM/CCITT G.72x
28523                 reviewed by Ronald
28524         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28525
28526 2004-05-10  Wim Taymans  <wim@fluendo.com>
28527
28528         * ext/vorbis/Makefile.am:
28529         * ext/vorbis/README:
28530         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28531         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28532         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28533         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28534         (gst_oggvorbisenc_convert_sink),
28535         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28536         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28537         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28538         (get_constraints_string), (update_start_message),
28539         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28540         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28541         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28542         * ext/vorbis/oggvorbisenc.h:
28543         * ext/vorbis/vorbis.c: (plugin_init):
28544         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28545         (raw_caps_factory), (gst_vorbisenc_class_init),
28546         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28547         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28548         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28549         * ext/vorbis/vorbisenc.h:
28550         Added a raw vorbis encoder to be used with the oggmuxer.
28551         We still need the old encoder for some gnome applications,
28552         read the README to find out how that works.
28553         The raw encoder is called "rawvorbisenc" until 0.9.
28554
28555 2004-05-10  Wim Taymans  <wim@fluendo.com>
28556
28557         * ext/ogg/gstogg.c: (plugin_init):
28558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28559         (gst_ogg_print):
28560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28561         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28562         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28563         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28564         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28565         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28566         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28567         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28568         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28569         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28570         Added an ogg muxer.
28571         Small typo fixes in the demuxer.
28572
28573 2004-05-10  Wim Taymans  <wim@fluendo.com>
28574
28575         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28576         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28577         (theora_enc_change_state), (theora_enc_set_property),
28578         (theora_enc_get_property):
28579         Mark the last packet with an EOS flag which is not really needed
28580         in gstreamer.
28581         Do some better video framerate initialisation.
28582         Update the buffer timestamp.
28583
28584 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28585
28586         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28587         Return the result of the parent state change call
28588
28589 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28590
28591         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28592         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28593         * gst/law/alaw-encode.c : (idem)
28594         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28595         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28596         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28597
28598 2004-05-09  Benjamin Otte  <otte@gnome.org>
28599
28600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28601           don't use a fixed buffer size when writing variable length data to
28602           it. Fixes memory corruption and makes alsasrc work
28603
28604 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28605
28606         * ext/gnomevfs/gstgnomevfssink.c:
28607         (_gst_boolean_allow_overwrite_accumulator),
28608         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28609           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28610           RUN_LAST, and don't use that to set the accumulator value because
28611           then it's always FALSE.
28612
28613 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * gst-libs/gst/riff/riff-media.c:
28616         (gst_riff_create_video_caps_with_data),
28617         (gst_riff_create_audio_caps),
28618         (gst_riff_create_audio_template_caps):
28619         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28620           Fix for unaligned RIFF files (i.e. where all the chunks together
28621           in a LIST chunk are not of the same size as the size given in
28622           the LIST chunk header). Fixes several odd WAVE files. Also fix
28623           ADPCM (block_align property) in audio, so that wavparse based
28624           on this works now as it used to stand-alone.
28625
28626 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28627
28628         reviewed by Benjamin Otte  <otte@gnome.org>
28629
28630         * ext/a52dec/gsta52dec.c:
28631         * ext/divx/gstdivxdec.c:
28632         * ext/divx/gstdivxenc.c:
28633         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28634         * ext/faac/gstfaac.c: (gst_faac_base_init):
28635         * ext/faad/gstfaad.c: (gst_faad_base_init):
28636         * ext/ivorbis/vorbisfile.c:
28637         * ext/lame/gstlame.c:
28638         * ext/libfame/gstlibfame.c:
28639         * ext/mpeg2enc/gstmpeg2enc.cc:
28640         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28641         * ext/sidplay/gstsiddec.cc:
28642         * ext/speex/gstspeexdec.c:
28643         * ext/speex/gstspeexenc.c:
28644         * ext/xvid/gstxviddec.c:
28645         * ext/xvid/gstxvidenc.c:
28646           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28647           (fixes #142193)
28648
28649 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28650
28651         * ext/alsa/gstalsa.c: (device_list),
28652         (gst_alsa_class_probe_devices):
28653         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28654           Fix alsa oddness in mixer after the combination of using mixer
28655           in source/sink elements and using hw:x,y instead of just hw:x.
28656
28657 2004-05-09  Benjamin Otte  <otte@gnome.org>
28658
28659         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28660         (gst_wavparse_create_sourcepad):
28661           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28662           sourcepads
28663
28664 2004-05-09  Benjamin Otte  <otte@gnome.org>
28665
28666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28667           allow discont events before caps nego
28668
28669 2004-05-08  Benjamin Otte  <otte@gnome.org>
28670
28671         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28672           don't leak events
28673
28674 2004-05-08  Benjamin Otte  <otte@gnome.org>
28675
28676         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28677         (gst_level_change_state), (gst_level_init):
28678         * gst/level/gstlevel.h:
28679           figure out if we're initialized directly instead of keeping a
28680           variable that's wrong in 90% of cases
28681           don't initialize pads and then leak them and use a new unitialized
28682           pad. (fixes #142084)
28683           these were bugs so n00bish I didn't find them for an hour :/
28684
28685 2004-05-08 Iain <iain@prettypeople.org>
28686
28687         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28688         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28689         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28690         return the length that was read.
28691         (gst_riff_read_strf_auds): Allow fmt tags as well.
28692
28693 2004-05-07  David Schleef  <ds@schleef.org>
28694
28695         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28696         signed char assumption in faad.h.
28697
28698 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28701           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28702
28703 2004-05-07  Colin Walters  <walters@redhat.com>
28704
28705         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28706         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28707         function.
28708         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28709         Add dispose function.
28710
28711 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28712         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28713           Fix caps nego and pad templates. RGB mode caps should
28714           work now.
28715         * ext/dvdnav/gst-dvd:
28716           Move mpeg2dec inside the thread because otherwise the
28717           queue rejects cap changes mid-stream
28718         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28719         (gst_mpeg2dec_flush_decoder):
28720           For mpeg2dec > 0.4.0, call the flush function instead of
28721           manually extracting all in-flight frames.
28722         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28723         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28724           Change mime type video/dv go video/x-dv to match the
28725           rest of gst-plugins
28726
28727 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28728
28729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28731         (gst_alsa_sink_class_init):
28732         * ext/alsa/gstalsasink.h:
28733         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28734         (gst_alsa_src_class_init):
28735         * ext/alsa/gstalsasrc.h:
28736           Make alsasink/src a subclass of alsamixer so that mixer stuff
28737           shows up in gst-rec. Needs some finetuning.
28738
28739 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28740
28741         * ext/lame/gstlame.c: (gst_lame_chain):
28742           simplify
28743         * ext/mad/gstmad.c: (gst_mad_handle_event):
28744           fix event leak
28745         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28746           be able to detect mp3 files < 4096 bytes
28747
28748 2004-05-06  Wim Taymans  <wim@fluendo.com>
28749
28750         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28751         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28752         (theora_enc_set_property), (theora_enc_get_property):
28753         Also encode the first frame, cleanup some code.
28754
28755 2004-05-06  Wim Taymans  <wim@fluendo.com>
28756
28757         * ext/mpeg2enc/gstmpeg2enc.cc:
28758         Forward events first before deciding that negotiation was
28759         not performed.
28760
28761 2004-05-06  Wim Taymans  <wim@fluendo.com>
28762
28763         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28764         First process the events before deciding that negotiation
28765         was not performed.
28766
28767 2004-05-06  Wim Taymans  <wim@fluendo.com>
28768
28769         * ext/theora/Makefile.am:
28770         * ext/theora/theora.c: (plugin_init):
28771         * ext/theora/theoradec.c: (theora_dec_change_state):
28772         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28773         (gst_theora_enc_class_init), (gst_theora_enc_init),
28774         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28775         (theora_enc_chain), (theora_enc_change_state),
28776         (theora_enc_set_property), (theora_enc_get_property):
28777         Added a theora encoder, grouped the encoder and decoder into the
28778         same plugin.
28779
28780 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28781
28782         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28783         (gst_jpegenc_chain):
28784         fix DURATION on outgoing buffers
28785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28786         debug using time formats
28787         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28789         (gst_xvimagesink_sink_link):
28790         windows with width/height 0 generate X errors, so don't allow them
28791
28792 2004-05-05  Wim Taymans  <wim@fluendo.com>
28793
28794         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28795         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28796         (gst_mpeg2dec_negotiate_format):
28797         * ext/mpeg2dec/gstmpeg2dec.h:
28798           removed the static pad template so that we can add the
28799           more accurate framerate value to the caps.
28800
28801
28802 2004-05-04  Benjamin Otte  <otte@gnome.org>
28803
28804         * configure.ac:
28805           check for kdemacros.h, too (should fix #141821)
28806         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28807           don't crash if no header was sent, but nicely error out (fixes part
28808           of #141554)
28809
28810 2004-05-04  Wim Taymans  <wim@fluendo.com>
28811
28812         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28813         parent dispose function to avoid segfault on destroy.
28814
28815 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28818         (plugin_init):
28819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28820         (gst_xvimagesink_sink_link):
28821         clean up debugging caps
28822         also recreate xvimage when format has changed
28823
28824 2004-05-04  Benjamin Otte  <otte@gnome.org>
28825
28826         * ext/libvisual/Makefile.am:
28827         * ext/libvisual/visual.c: (gst_visual_class_init),
28828         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28829         (gst_visual_srclink), (gst_visual_chain),
28830         (gst_visual_change_state), (plugin_init):
28831           use a GstAdapter to correctly adapt buffer sizes - allows using a
28832           framerate
28833
28834 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28835
28836         * sys/v4l/gstv4lelement.h:
28837         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28839         (gst_v4lsrc_buffer_free):
28840         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28841         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28842         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28843         (gst_v4lsrc_requeue_frame):
28844         move some debugging categories around
28845         query for fps index and set accordingly if found
28846
28847 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28848
28849         * ext/lame/gstlame.c:
28850         correct defaults that lame_init puts out of range
28851
28852 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28853
28854         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28855         (gst_divxenc_class_init):
28856         fix range since -1 is the default
28857         * gst/mpeg1sys/gstmpeg1systemencode.c:
28858         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28859         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28860         (gst_rtjpegdec_chain):
28861         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28862         (gst_rtjpegenc_chain):
28863         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28864         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28865         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28867         * sys/v4l/gstv4lsrc.c:
28868         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28869         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28870         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28872         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28873           remove gst_info calls
28874
28875 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28876
28877         * Makefile.am:
28878         * po/af.po:
28879         * po/az.po:
28880         * po/en_GB.po:
28881         * po/nl.po:
28882         * po/sr.po:
28883         * po/sv.po:
28884           Updated translations
28885
28886 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28887
28888         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28889           refactor/comment code
28890
28891 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28892
28893         * gst/asfdemux/Makefile.am:
28894         * gst/asfdemux/asfheaders.c:
28895         * gst/asfdemux/asfheaders.h:
28896         * gst/asfdemux/gstasf.c: (plugin_init):
28897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28898         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28899         (gst_asf_demux_setup_pad):
28900         * gst/asfdemux/gstasfdemux.h:
28901         * gst/asfdemux/gstasfmux.c:
28902         * gst/asfdemux/gstasfmux.h:
28903           Add tagging support to demuxer, split out registration in its own
28904           file instead of in demux (hacky), and prevent having some tables
28905           in our memory multiple times (in asfheaders.h).
28906
28907 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28908
28909         * gst/matroska/matroska-demux.c:
28910         (gst_matroska_demux_parse_metadata):
28911         * gst/matroska/matroska-ids.h:
28912           Basic tag reading support.
28913
28914 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28915
28916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28917           Really detect ac-3 audio.
28918         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28919           really detect matroska files (off-by-1).
28920
28921 2004-04-30  David Schleef  <ds@schleef.org>
28922
28923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28924         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28925         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28926         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28927         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28928         hackage -- parse a lot more atoms, extract a few tags.  One might even
28929         mistake this for tag support.  Maybe it is.
28930         * gst/qtdemux/qtdemux.h:
28931
28932 2004-04-30  Colin Walters  <walters@verbum.org>
28933
28934         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28935
28936 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28937
28938         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28939         (gst_ffmpegcolorspace_getcaps):
28940           remove broken nego fix
28941
28942 2004-04-30  Benjamin Otte  <otte@gnome.org>
28943
28944         * configure.ac:
28945         * ext/Makefile.am:
28946         * ext/libvisual/Makefile.am:
28947         * ext/libvisual/visual.c:
28948           add initial support for libvisual (http://libvisual.sourceforge.net)
28949           libvisual is still quite alpha, so expect crashes in there :)
28950
28951 2004-04-29  David Schleef  <ds@schleef.org>
28952
28953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28954         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28955         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28956         code; you will no longer respect me.
28957
28958 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28959
28960         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28961         * ext/alsa/gstalsa.h :
28962         change alsa pcm device discovery to find more than 1 device
28963         per card. code review by Ronald.
28964
28965 2004-04-29  David Schleef  <ds@schleef.org>
28966
28967         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28968         Add a check for a driver bug on FreeBSD.  (bug #140565)
28969
28970 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28971
28972         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28973         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28974         (gst_jpegenc_getcaps):
28975           move format setting to inner loop
28976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28977         (gst_ffmpegcolorspace_getcaps):
28978           use GST_PAD_CAPS if available so that we use already negotiated
28979           caps
28980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28981         (qtdemux_parse_moov), (qtdemux_parse):
28982           extra debugging
28983         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28984         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28985           move hardcoded path to DEFINE
28986
28987 2004-04-28  David Schleef  <ds@schleef.org>
28988
28989         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28990         (bug #140064)
28991
28992 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28993
28994         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28995           Don't probe for playback device if we're a source element. Fixes
28996           #139658.
28997
28998 2004-04-29  Benjamin Otte  <otte@gnome.org>
28999
29000         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29001         (gst_id3_tag_chain):
29002           rewrite buffer offset
29003
29004 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29005
29006         * configure.ac:
29007         * ext/Makefile.am:
29008         * ext/dts/Makefile.am:
29009         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29010         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29011         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29012         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29013         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29014         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29015         (plugin_init):
29016         * ext/dts/gstdtsdec.h:
29017           New DTS decoder.
29018         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29019         (gst_faad_srcconnect):
29020           Add ESDS atom handling (.m4a).
29021
29022 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29023
29024         * ext/divx/gstdivxdec.c: (plugin_init):
29025           Remove comment that makes no sense.
29026         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29027           Fix for obvious typo that resulted in warnings during gst-register.
29028         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29029         (gst_xviddec_sink_link):
29030           Fix caps negotiation a bit better.
29031         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29032           We call this 'codec_data', not 'esds'.
29033
29034 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29035
29036         * gst/monoscope/gstmonoscope.c:
29037           make sure we only provide 256x128
29038         * gst/monoscope/monoscope.c: (monoscope_init):
29039           assert size of 256x128
29040
29041 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29042
29043         * Makefile.am:
29044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29045         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29046           fixate to max width and height of device
29047
29048 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29049
29050         * Makefile.am:
29051         * sys/v4l/gstv4l.c:
29052         * sys/v4l/gstv4lsrc.c:
29053         * sys/v4l/v4l_calls.c:
29054         * sys/v4l/v4lsrc_calls.c:
29055           fix for qc-usb driver which fakes having more than one buffer
29056           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29057           buffer_free override
29058           add debugging
29059
29060 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29061
29062         * Makefile.am:
29063         * gst/videotestsrc/gstvideotestsrc.c:
29064         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29065         (gst_videotestsrc_init), (gst_videotestsrc_get),
29066         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29067         * gst/videotestsrc/gstvideotestsrc.h:
29068           add num-buffers property
29069
29070         2004-04-26  Benjamin Otte  <otte@gnome.org>
29071
29072         * ext/mad/gstid3tag.c: (plugin_init):
29073           set id3mux rank to NONE so it doesn't confuse spider
29074           require audio/mpeg,mpegversion=1 in id3mux
29075
29076 2004-04-26  Benjamin Otte  <otte@gnome.org>
29077
29078         * configure.ac:
29079           detect faad correctly as non-working if it's indeed non-working
29080
29081 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29082
29083         * Makefile.am:
29084         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29085         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29086         fix _getcaps so it only negotiates to its supported format
29087
29088 2004-04-25  Benjamin Otte  <otte@gnome.org>
29089
29090         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29091           fix memleak
29092
29093 2004-04-23  Benjamin Otte  <otte@gnome.org>
29094
29095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29096           audio/x-raw-int with height rules! not. Now it's depth.
29097
29098 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29099
29100         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29101         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29102         (gst_wavparse_loop):
29103           Missing variable initialization. Add handling of DVI ADPCM. Fix
29104           mis-parsing of LIST chunks. This works around a bug where we mis-
29105           parse non-aligning LIST chunks (so LIST chunks where the contents
29106           don't align with the actual LIST size). The correct fix is to use
29107           rifflib, I'm not going to fix wavparse - too much work. All this
29108           fixes #104878.
29109
29110 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29111
29112         reviewed by Benjamin Otte  <otte@gnome.org>
29113
29114         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29115           fix shoutcast not working (fixes #140844)
29116
29117 2004-04-22  Benjamin Otte  <otte@gnome.org>
29118
29119         * ext/hermes/gsthermescolorspace.c:
29120         (gst_hermes_colorspace_caps_remove_format_info):
29121         * gst/colorspace/gstcolorspace.c:
29122         (gst_colorspace_caps_remove_format_info):
29123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29124         (gst_ffmpegcolorspace_caps_remove_format_info):
29125           s/gst_caps_simplify/gst_caps_do_simplify/
29126
29127 2004-04-22  Benjamin Otte  <otte@gnome.org>
29128
29129         * gst-libs/gst/riff/riff-media.c:
29130         (gst_riff_create_video_caps_with_data):
29131           mpegversion is an int
29132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29133           don't try to create pad templates with NULL caps, use any caps
29134           instead.
29135
29136 2004-04-20  David Schleef  <ds@schleef.org>
29137
29138         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29139         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29140         (bug #140384)
29141
29142 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29143
29144         reviewed by David Schleef
29145
29146         * ext/mad/gstid3tag.c: Add stdlib.h
29147         * gst/rtp/gstrtpgsmenc.c: same
29148         * gst/tags/gstid3tag.c: same
29149         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29150         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29151         GST_DISABLE_LOADSAVE use.
29152         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29153         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29154         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29155         atol(3)).
29156         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29157         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29158         strtoul(3)).
29159         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29160         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29161         $(ID3_CFLAGS).
29162         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29163         $(LIBFAME_CFLAGS).
29164
29165 2004-04-20  David Schleef  <ds@schleef.org>
29166
29167         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29168         last checkin.  Same idea.
29169
29170 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29171
29172         reviewed by David Schleef
29173
29174         * configure.ac: bump required gstreamer version to 0.8.1.1
29175         because of following changes [--ds]
29176
29177         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29178         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29179         (gst_riff_read_header):  Use GST_READ_UINT*
29180         macros to access possibly unaligned memory.
29181
29182         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29183         (mp3_type_find):  Use GST_READ_UINT*
29184         macros to access possibly unaligned memory.
29185         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29186         (speex_type_find): Likewise
29187
29188         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29189
29190         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29191         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29192         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29193         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29194         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29195         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29196         macros to access possibly unaligned memory.
29197
29198         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29199         Likewise.
29200
29201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29202         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29203
29204         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29205         Likewise.
29206
29207         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29208         (gst_mpeg2subt_chain_subtitle): Likewise.
29209
29210         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29211         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29212         Likewise.
29213
29214         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29215         Likewise.
29216
29217         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29218         Likewise.
29219
29220         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29221         Likewise.
29222
29223 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29224
29225         * configure.ac:
29226           update required version of GStreamer because of GST_TIME_FORMAT
29227
29228 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29229
29230         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29231           remove leftover g_print
29232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29233           don't try setting only a subset of the caps. We don't want to kill
29234           autoplugging on purpose
29235
29236 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29237
29238         * sys/ximage/ximagesink.c: (plugin_init):
29239         * sys/xvimage/xvimagesink.c: (plugin_init):
29240           add debugging categories
29241
29242 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29243
29244         * po/en_GB.po:
29245         * po/LINGUAS:
29246           Adding en_GB translation (Gareth Owen)
29247
29248 2004-04-20  David Schleef  <ds@schleef.org>
29249
29250         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29251         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29252         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29253         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29254         A number of new features and hacks to extract the esds atom and
29255         put it into the caps.  (bug #137724)
29256
29257 2004-04-19  David Schleef  <ds@schleef.org>
29258
29259         * gconf/Makefile.am: Fix for non-GNU make
29260         * gst-libs/gst/Makefile.am: Change directory order to handle
29261         GstPlay linking with gstinterfaces
29262         * gst-libs/gst/audio/make_filter: make use of tr portable
29263         * gst-libs/gst/play/Makefile.am: Add intended \
29264         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29265         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29266         function prototype instead of void *.
29267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29268         macro.
29269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29270         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29271         * gst/videofilter/make_filter: make use of tr portable
29272         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29273
29274 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29275
29276         * po/LINGUAS:
29277         * po/uk.po:
29278           Added Ukrainian translation (Maxim V. Dziumanenko)
29279
29280 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29283         (gst_gsmdec_link), (gst_gsmdec_chain):
29284           Fix capsnego, simplify chain function slightly.
29285         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29286           Add GSM.
29287
29288 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29291         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29292         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29293           Hack to make wavparse work with spider (always -> sometimes pad).
29294           Fixes #135862 && #140411.
29295
29296 2004-04-18  Benjamin Otte  <otte@gnome.org>
29297
29298         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29299         (gst_osselement_rate_probe_check),
29300         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29301           get rid of \n in debug output
29302
29303 2004-04-17  Iain <iain@prettypeople.org>
29304
29305         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29306         not just EOS.
29307
29308 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29309
29310         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29311         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29312         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29313         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29314         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29315         (gst_id3_tag_change_state), (plugin_init):
29316           deprecate id3tag element and replace with id3demux/id3mux.
29317           great side effect: this ugly file is now even uglier, yay!
29318         * ext/mad/gstmad.h:
29319           remove non-available function
29320           update for new get_type
29321
29322 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29323
29324         * configure.ac:
29325           require mpeg2dec >= 0.4.0
29326
29327 2004-04-17  Benjamin Otte  <otte@gnome.org>
29328
29329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29330         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29331         (gst_xvimagesink_set_xwindow_id):
29332           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29333           assorted cleanup fixes.
29334
29335 2004-04-16  David Schleef  <ds@schleef.org>
29336
29337         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29338         * sys/xvimage/xvimagesink.h: same
29339
29340 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29341
29342         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29343           Fix GST_ELEMENT_ERROR with (NULL)
29344
29345 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29346
29347         * gst-libs/gst/riff/riff-media.c:
29348         (gst_riff_create_video_caps_with_data):
29349           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29350
29351 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29352
29353         * gst-libs/gst/riff/riff-media.c:
29354         (gst_riff_create_video_caps_with_data),
29355         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29356         (gst_riff_create_video_template_caps),
29357         (gst_riff_create_audio_template_caps):
29358         * gst-libs/gst/riff/riff-media.h:
29359         * gst-libs/gst/riff/riff-read.c:
29360         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29361         * gst-libs/gst/riff/riff-read.h:
29362         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29363           Add MS RLE support. I added some functions to read out strf chunks
29364           into strf chunks and the data behind it. This is usually color
29365           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29366           caps creation. Lastly, add ADPCM (similar to wavparse - which
29367           should eventually be rifflib based).
29368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29369         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29370         * gst/matroska/matroska-demux.h:
29371           Remove placeholders for some prehistoric tagging system. Didn't add
29372           support for any tag system really anyway.
29373         * gst/qtdemux/qtdemux.c:
29374           Add support for audio/x-m4a (MPEG-4) through spider.
29375         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29376         (gst_wavparse_loop):
29377           ADPCM support (#135862). Increase max. buffer size because we
29378           cannot split buffers for ADPCM (screws references) and I've seen
29379           files with 2048 byte chunks. 4096 seems safe for now.
29380
29381 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29382
29383         * configure.ac: bump nano to 1
29384
29385 === release 0.8.1 ===
29386
29387 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29388
29389         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29390
29391 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29392
29393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29394           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29395           Fixes #140058
29396
29397 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29398
29399         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29400           lower rank of dvddemux so that it's not used for mpeg playback.
29401
29402 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29403
29404         * configure.ac:
29405           save libs correctly when checking mad
29406
29407 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29408
29409         * ext/mad/gstid3tag.c: (plugin_init):
29410           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29411
29412 2004-04-13  David Schleef  <ds@schleef.org>
29413
29414         * common/m4/gst-feature.m4: Call -config scripts with
29415         --plugin-libs if it is supported.
29416         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29417         JPEG images are image/jpeg.
29418         * gst/debug/Makefile.am:
29419         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29420         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29421         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29422         (gst_negotiation_plugin_init): Add a property that acts like
29423         filter caps.
29424         * testsuite/gst-lint:  Move license checking to be a standard
29425         test.
29426
29427 2004-04-13  David Schleef  <ds@schleef.org>
29428
29429         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29430         patch from Sebastien Cote (bug #139958)
29431
29432 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29433
29434         * examples/gstplay/Makefile.am:
29435         * examples/gstplay/player.c: (main):
29436           make the commandline player example use gconf settings
29437
29438 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29439
29440         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29441         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29442         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29443           init/end library during state transition, not object
29444           creation/disposal.  get rid of custom dispose handler.
29445
29446
29447 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29448
29449         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29450         be a symlink
29451
29452 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29453
29454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29455           Handle JUNK chunks inside data section. Prevents warnings.
29456
29457 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29458
29459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29460         (gst_riff_create_video_template_caps):
29461           Add MS video v1.
29462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29463         (gst_avi_demux_stream_data):
29464           Add support for "rec-list" chunks.
29465
29466 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29469           Fix another codecname mismatch.
29470
29471 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29474           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29475           so that MJPEG plays back.
29476
29477 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29480         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29481         * gst/mpeg1videoparse/gstmp1videoparse.h:
29482           Fix for some slight mis-cuts in buffer parsing, and for some
29483           potential overflows or faults-causers. Adds disconts. Also fixes
29484           #139105 while we're at it.
29485
29486 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * configure.ac:
29489         * sys/v4l2/gstv4l2element.h:
29490           Workaround for missing struct v4l2_buffer declaration in Suse 9
29491           and Mandrake 10 linux/videodev2.h header file (#135919).
29492
29493 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29496           Bail out if no filename was given.
29497
29498 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29499
29500         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29501         (gst_v4l2_fourcc_from_structure):
29502           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29503           Y41B somewhere).
29504
29505 2004-04-09  Benjamin Otte  <otte@gnome.org>
29506
29507         * ext/gnomevfs/gstgnomevfssink.c:
29508         (_gst_boolean_allow_overwrite_accumulator),
29509         (gst_gnomevfssink_class_init):
29510           fix erase signal - if any handler returns false the file will not be
29511           overwritten. If no handler is connected, the file will not be
29512           overwritten either.
29513           renamed signal to "allow-overwrite"
29514         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29515           free string when adding it to ID3 failed
29516         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29517           unref event when done
29518         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29519           free caps
29520         * gst/typefind/gsttypefindfunctions.c:
29521         (mpeg_video_stream_type_find):
29522           fix invalid read
29523
29524 2004-04-08  David Schleef  <ds@schleef.org>
29525
29526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29527         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29528
29529 2004-04-08  David Schleef  <ds@schleef.org>
29530
29531         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29532         we don't support (bug #139532)
29533
29534 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * ext/mad/gstmad.c: (gst_mad_handle_event),
29537         (gst_mad_check_caps_reset), (gst_mad_chain),
29538         (gst_mad_change_state):
29539           only set explicit caps if they haven't been set before for
29540           this stream.  MPEG-audio sample rate/channels aren't allowed
29541           to change in-stream.
29542           Fixes #139382
29543
29544 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29547         (_gst_boolean_did_something_accumulator),
29548         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29549         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29550         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29551         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29552         (gst_gnomevfssink_change_state):
29553           Fix erase signal. Don't erase by default. Remove handoff signal.
29554           Remove erase property. Don't segfault. General cleanup.
29555
29556 2004-04-07  Benjamin Otte  <otte@gnome.org>
29557
29558         * gst-libs/gst/gconf/test-gconf.c: (main):
29559           add missing gst_init
29560
29561 2004-04-07  Benjamin Otte  <otte@gnome.org>
29562
29563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29564           free the mutexes, too
29565
29566 2004-04-07  Benjamin Otte  <otte@gnome.org>
29567
29568         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29569           actually free the URI string
29570         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29571           compute offset correctly when passing discont events
29572         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29573           don't leak discont events
29574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29575           add some missing breaks so caps aren't copied randomly
29576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29577           if we realloc memory, we better use it
29578
29579 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29580
29581         * ext/mad/gstmad.c: (normal_seek):
29582           fix GST_FORMAT_TIME usage
29583
29584 2004-04-05  David Schleef  <ds@schleef.org>
29585
29586         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29587         a deprecated function (hack!)
29588
29589 2004-04-05  Benjamin Otte  <otte@gnome.org>
29590
29591         * ext/esd/esdmon.c: (gst_esdmon_get):
29592           fix nonterminated vararg and memleak
29593
29594 2004-04-05  Benjamin Otte  <otte@gnome.org>
29595
29596         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29597         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29598         (gst_ladspa_set_property), (gst_ladspa_get_property),
29599         (gst_ladspa_instantiate), (gst_ladspa_activate),
29600         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29601           clean up debugging
29602
29603 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29604
29605         reviewed by Benjamin Otte  <otte@gnome.org>
29606
29607         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29608           check for broken LADSPA parameters (fixes #138635)
29609
29610 2004-04-05  Benjamin Otte  <otte@gnome.org>
29611
29612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29613           advertise buffer-frames correctly on sinkpads
29614
29615 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29616
29617         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29618         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29619         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29620         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29621         (gst_mad_check_caps_reset), (gst_mad_chain):
29622         add more debugging, only reset caps when we're not in error state
29623
29624 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29625
29626         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29627
29628 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29629
29630         reviewed by Benjamin Otte  <otte@gnome.org>
29631
29632         * configure.ac:
29633           fix == in test(1) operator
29634
29635 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29636
29637         reviewed by Benjamin Otte  <otte@gnome.org>
29638
29639         * configure.ac:
29640           fix --export-symblos-regex to a working regex.
29641
29642 2004-04-04  Benjamin Otte  <otte@gnome.org>
29643
29644         * sys/oss/.cvsignore:
29645           add for oss_probe
29646
29647 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29648
29649         reviewed by Benjamin Otte  <otte@gnome.org>
29650
29651         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29652           add missing 'new_media' argument (fixes #138168)
29653         * gst/matroska/matroska-demux.c:
29654         (gst_matroska_demux_handle_seek_event):
29655           add vararg terminator (fixes #138169)
29656
29657 2004-04-02  David Schleef  <ds@schleef.org>
29658
29659         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29660         disted (bug #138914)
29661
29662 2004-04-01  Benjamin Otte  <otte@gnome.org>
29663
29664         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29665         (gst_alsa_close_audio):
29666           handle case better where a soundcard can't pause
29667         * ext/ogg/gstoggdemux.c:
29668           don't crash when we get events but don't have pads yet
29669
29670 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29671
29672         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29673           throw an error if we couldn't probe any caps.
29674
29675 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29676
29677         * ext/dvdnav/gst-dvd:
29678         Add a really simple sample DVD player
29679
29680 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29681
29682         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29683         (gst_a52dec_push), (gst_a52dec_handle_event),
29684         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29685         (gst_a52dec_change_state):
29686         * ext/a52dec/gsta52dec.h:
29687           Use a debug category, Output timestamps correctly
29688           Emit tag info, Handle events, tell liba52dec about cpu
29689           capabilities so it can use MMX etc.
29690         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29691           Fix a crasher accessing invalid memory
29692         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29693         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29694         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29695         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29696         (dvdnavsrc_query):
29697           Some support for byte-format seeking.
29698           Small fixes for still frames and menu button overlays
29699         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29700         (gst_mpeg2dec_alloc_buffer):
29701           Use a debug category. Adjust the report level of several items to
29702           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29703           so it doesn't lose the GstBuffer pointer
29704         * gst/debug/Makefile.am:
29705         * gst/debug/gstdebug.c: (plugin_init):
29706         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29707         (gst_navseek_base_init), (gst_navseek_class_init),
29708         (gst_navseek_init), (gst_navseek_seek),
29709         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29710         (gst_navseek_get_property), (gst_navseek_chain),
29711         (gst_navseek_plugin_init):
29712         * gst/debug/gstnavseek.h:
29713           Add the navseek debug element for seeking back and forth in a
29714           video stream using arrow keys.
29715         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29716         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29717         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29718         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29719         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29720         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29721         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29722         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29723         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29724         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29725         * gst/mpeg2sub/gstmpeg2subt.h:
29726           Pretty much a complete rewrite. Now a loopbased element. May still
29727           require work to properly synchronise subtitle buffers.
29728         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29729         (gst_dvd_demux_send_subbuffer):
29730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29731           Don't attempt to create subbuffers of size 0
29732           Reduce a couple of error outputs to warnings.
29733         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29734         (gst_y4mencode_chain):
29735         Output the y4m frame header correctly.
29736
29737 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29738
29739         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29740           throw errors instead of allowing SIGFPE
29741
29742 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29743
29744         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29745         (gst_gconf_render_bin_from_key):
29746           leak plugging and style fixing
29747
29748 2004-03-31  David Schleef  <ds@schleef.org>
29749
29750         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29751         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29752         (bug #138225)
29753         * gst/debug/Makefile.am:
29754         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29755         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29756         plugin.
29757         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29758         (gst_negotiation_base_init), (gst_negotiation_class_init),
29759         (gst_negotiation_init), (gst_negotiation_getcaps),
29760         (gst_negotiation_pad_link), (gst_negotiation_chain),
29761         (gst_negotiation_set_property), (gst_negotiation_get_property),
29762         (gst_negotiation_plugin_init):  New element to talk about random
29763         negotiation things happening in a pipeline.
29764
29765 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29766
29767         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29768           fix integer addition with help of Stefan Kost
29769
29770 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29771
29772         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29773
29774 2004-03-30  David Schleef  <ds@schleef.org>
29775
29776         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29777         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29778         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29779         (bug #137504)
29780         * ext/mpeg2dec/gstmpeg2dec.h:
29781
29782 2004-03-30  David Schleef  <ds@schleef.org>
29783
29784         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29785
29786 2004-03-30  David Schleef  <ds@schleef.org>
29787
29788         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29789         Michael Petullo) to handle .mov
29790
29791 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29792
29793         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29794         (gst_osselement_rate_check_rate):
29795           probe caps correctly for sound cards that only support one format
29796
29797 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29798
29799         * ext/kio/kiosrc.cpp: (process_events):
29800           update handling event processing if inside KDE - untested
29801
29802 2004-03-29  David Schleef  <ds@schleef.org>
29803
29804         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29805         by 2 to not interfere with other colorspaces.
29806         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29807         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29808         one to not interfere with ffmpeg_colorspace.
29809
29810 2004-03-29  David Schleef  <ds@schleef.org>
29811
29812         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29813         aren't in the caps.
29814         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29815         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29816
29817 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29818
29819         * gst-libs/gst/riff/riff-media.c:
29820           fail on error, don't try to set stuff on NULL caps
29821
29822 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29823
29824         * configure.ac:
29825         * ext/Makefile.am:
29826         * ext/kio/Makefile.am:
29827         * ext/kio/kioreceiver.cpp:
29828         * ext/kio/kioreceiver.h:
29829         * ext/kio/kiosrc.cpp:
29830         * ext/kio/kiosrc.h:
29831           add experimental kiosrc plugin
29832         * ext/alsa/gstalsaplugin.c: (plugin_init):
29833           initialize debugging category only when we're sure registering the
29834           plugins worked.
29835
29836 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29837
29838         * examples/gstplay/player.c: (main):
29839         * gst-libs/gst/play/play.c: (gst_play_class_init),
29840         (gst_play_set_location), (gst_play_set_data_src),
29841         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29842         (gst_play_set_visualization), (gst_play_connect_visualization):
29843           check return values of element_set_state and return FALSE where
29844           failed
29845
29846 2004-03-29  Benjamin Otte  <otte@gnome.org>
29847
29848         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29849           try harder to check if an event is really a discont
29850
29851 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29852
29853         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29854         * po/az.po:
29855
29856 2004-03-28  Benjamin Otte  <otte@gnome.org>
29857
29858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29860         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29861           get rid of non-standard "..." ranges in case statements.
29862
29863 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29864
29865         * gst/mpegstream/gstmpegdemux.c:
29866         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29867         specific functionality split to the new dvddemux element.
29868         * gst/mpegstream/gstdvddemux.c:
29869         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29870         streams, derived from mpegdemux.
29871         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29872         up. SCR based timestamp rewriting can be turned off (will probably
29873         completely disappear soon).
29874         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29875         hacking. General cleanup. All printf statements replaced by
29876         debugging messages. Almost complete libdvdnav support.
29877         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29878         by events. New properties for audio and subpicture languages.
29879         (dvdnavsrc_update_highlight): Now uses events.
29880         (dvdnavsrc_user_op): Cleaned up.
29881         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29882         based). Lots of cleanup, and propper support for most libdvdnav
29883         events.
29884         (dvdnavsrc_make_dvd_event): New function.
29885         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29886         (dvdnavsrc_make_clut_change_event): New function.
29887
29888 2004-03-26  Benjamin Otte  <otte@gnome.org>
29889
29890         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29891           fix bug where typefinding would claim it's theora whenever less then
29892           7 bytes of data were available
29893
29894 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29897         (gst_alawdec_base_init), (gst_alawdec_class_init),
29898         (gst_alawdec_init), (gst_alawdec_chain):
29899         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29900         (gst_alawenc_base_init), (gst_alawenc_class_init),
29901         (gst_alawenc_init), (gst_alawenc_chain):
29902         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29903         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29904         (gst_mulawdec_init), (gst_mulawdec_chain):
29905         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29906         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29907         (gst_mulawenc_init), (gst_mulawenc_chain):
29908           Fix capsnego in all four, remove the unused property functions and
29909           simplify the chain functions slightly. I guess we could use macros
29910           or something similar for those, since the code is so similar, but
29911           I'm currently too lazy...
29912
29913 2004-03-24  David Schleef  <ds@schleef.org>
29914
29915         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29916         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29917         (gst_osselement_get_format_structure),
29918         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29919         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29920         (gst_osselement_rate_int_compare): Add code to handle rate probing
29921         (bug #120883)
29922         * sys/oss/gstosselement.h: same
29923         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29924         Use rate probing provided by osselement.
29925         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29926
29927 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29928
29929         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29930         (gst_xvidenc_get_property):
29931           ulong/int mess-up.
29932
29933 2004-03-24  David Schleef  <ds@schleef.org>
29934
29935         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29936         (gst_speexdec_init):
29937         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29938         (gst_speexenc_init):  Create the pad template correctly (from
29939         the static pad template, not a NULL pointer.)
29940
29941 2004-03-25  Benjamin Otte  <otte@gnome.org>
29942
29943         * gst/debug/Makefile.am:
29944         * gst/debug/breakmydata.c:
29945           add element that quasi-randomly changes bytes in the stream.
29946           Intended use is robustness checking of demuxers and decoders in
29947           media tests.
29948
29949 2004-03-24  Benjamin Otte  <otte@gnome.org>
29950
29951         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29952         (gst_alsa_probe_hw_params):
29953         * ext/alsa/gstalsa.h:
29954           debugging output fixes
29955
29956 2004-03-24  Benjamin Otte  <otte@gnome.org>
29957
29958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29959           don't g_return_if_fail if element is PLAYING, fail silently as every
29960           other element.
29961         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29962           only fix needed for cast lvalue issues in gst-plugins
29963         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29964           add proxy_getcaps
29965
29966 2004-03-24  Benjamin Otte  <otte@gnome.org>
29967
29968         * gst/level/gstlevel.c: (gst_level_init):
29969           add proxying getcaps function, so level doesn't advertise impossible
29970           caps
29971
29972 2004-03-24  David Schleef  <ds@schleef.org>
29973
29974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29975         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29976         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29977         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29978         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29979         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29980         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29981         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29982         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29983         messages.  Divide the chunk size by the compression ratio
29984         (needed for MACE audio)
29985
29986 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29987
29988         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29989           Fix buffer overflow read error.
29990
29991 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29992
29993         * ext/alsa/gstalsa.h:
29994           Remove unused entry.
29995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29996           Add cinepak.
29997         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29998         (gst_videodrop_link), (gst_videodrop_chain):
29999           Fix, sort of. Was horribly broken with new capsnego. Bah...
30000
30001 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30002
30003         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30004         (plugin_init):
30005         Add a monkeysaudio typefind function
30006
30007 2004-03-23  Johan Dahlin  <johan@gnome.org>
30008
30009         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30010         (gst_play_video_fixate): Check so the structure has the field
30011         before trying to fixate them, this makes it possible to have
30012         fakesinks for video and audio output without printing errors on
30013         the output console.
30014
30015 2004-03-22  David Schleef  <ds@schleef.org>
30016
30017         * sys/oss/Makefile.am:
30018         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30019         (check_rate), (add_rate):  Rate probing test app.
30020
30021 2004-03-21  Benjamin Otte  <otte@gnome.org>
30022
30023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30024         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30025           add a fixation function that pretty much does the right thing (fixes
30026           #137556)
30027
30028 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30029
30030         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30031
30032 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30033
30034         reviewed by: Benjamin Otte  <otte@gnome.org>
30035
30036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30037           terminate gst_event_new_discontinuous correctly (fixes parts of
30038           #137711)
30039
30040 2004-03-19  David Schleef  <ds@schleef.org>
30041
30042         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30043         since it doesn't depend on X, and it's part of our ABI.
30044
30045 2004-03-19  Iain <iain@prettypeople.org>
30046
30047         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30048         is_int in the structure, not the local variable.
30049
30050 2004-03-19  David Schleef  <ds@schleef.org>
30051
30052         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30053         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30054         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30055         Improvements in caps negotiation.
30056
30057 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30058
30059         * po/LINGUAS:
30060         * po/af.po:
30061           adding Afrikaans (Petri Jooste)
30062
30063 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30064
30065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30066         (gst_ffmpegcolorspace_chain):
30067         throw error instead of g_critical (#137588)
30068
30069 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * Makefile.am:
30072         * configure.ac:
30073           dist common and m4 correctly
30074         * po/sv.po:
30075
30076 2004-03-17  David Schleef  <ds@schleef.org>
30077
30078         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30079         (bug #137348)
30080
30081 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30082
30083         * po/LINGUAS:
30084         * po/sv.po:
30085           adding Swedish translation (Christian Rose)
30086
30087 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30088
30089         * Makefile.am: use release.mak
30090
30091 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30092
30093         * common/ChangeLog:
30094         * common/gst-autogen.sh:
30095           add some explanation about the version detection
30096         * configure.ac:
30097           fix X check
30098
30099 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30100
30101         * configure.ac: bump nano to 1
30102
30103 === release 0.8.0 ===
30104
30105 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30106
30107         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30108
30109 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30110
30111         * configure.ac:
30112           update libtool version
30113         * gst-libs/gst/media-info/Makefile.am:
30114           actually use libtool version
30115
30116 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30117
30118         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30119
30120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30121
30122         * configure.ac:
30123         * gst-plugins.spec.in:
30124         * pkgconfig/Makefile.am:
30125         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30126         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30127         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30128         * pkgconfig/gstreamer-libs.pc.in:
30129         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30130         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30131         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30132         * pkgconfig/gstreamer-plugins.pc.in:
30133           remove @VERSION@ from some of the pc files since core and plugins
30134           are decoupled.
30135           created gstreamer-plugins.pc as it's a better name, but keeping
30136           -libs around for now to get fixes upstream done first.
30137
30138 2004-03-15  Julien MOUTTE <julien@moutte.net>
30139
30140         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30141         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30142         * gst-libs/gst/play/play.h:
30143
30144 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30145
30146         * *.c, *.cc: don't mix tabs and spaces
30147
30148 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30149
30150         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30151           use the new ffmpegcolorspace
30152         * gst-plugins.spec.in:
30153           package new colorspace and media-info
30154         * configure.ac:
30155         * pkgconfig/Makefile.am:
30156           fix some more disting issues
30157         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30158         * pkgconfig/gstreamer-media-info.pc.in:
30159           generate media-info pc files
30160
30161 2004-03-15  Johan Dahlin  <johan@gnome.org>
30162
30163         * *.h: Revert indenting
30164
30165 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30166
30167         * configure.ac:
30168           adding ffmpegcolorspace element
30169         * gst/ffmpegcolorspace/Makefile.am:
30170         * gst/ffmpegcolorspace/avcodec.h:
30171         * gst/ffmpegcolorspace/common.h:
30172         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30173         * gst/ffmpegcolorspace/dsputil.h:
30174         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30176         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30177         (gst_ffmpeg_caps_to_pix_fmt):
30178         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30180         (gst_ffmpegcolorspace_caps_remove_format_info),
30181         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30182         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30183         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30184         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30185         (gst_ffmpegcolorspace_set_property),
30186         (gst_ffmpegcolorspace_get_property),
30187         (gst_ffmpegcolorspace_register):
30188         * gst/ffmpegcolorspace/imgconvert.c:
30189         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30190         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30191         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30192         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30193         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30194         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30195         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30196         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30197         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30198         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30199         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30200         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30201         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30202         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30203         (img_get_alpha_info), (deinterlace_line),
30204         (deinterlace_line_inplace), (deinterlace_bottom_field),
30205         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30206         * gst/ffmpegcolorspace/imgconvert_template.h:
30207         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30208         * gst/ffmpegcolorspace/mmx.h:
30209         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30210           adding ffmpegcolorspace element supplied by Ronald after cleaning
30211           up and pulling in the right bits of upstream source.
30212           I'm sure a better C/compiler wizard could do some cleaning up (for
30213           example use GLIB's malloc stuff), but as a first pass this
30214           works very well
30215
30216 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30217
30218         * ext/alsa/gstalsa.h:
30219           I assume Ronald forgot to commit the change to have cardname
30220           as a struct member.  Expect some public spanking at the next
30221           opportunity.
30222
30223 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30224
30225         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30226         (gst_alsa_open_audio), (gst_alsa_close_audio):
30227         * ext/alsa/gstalsa.c:
30228           Don't open the device if we're a mixer (= padless).
30229         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30230         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30231         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30232           Open mixer during state change rather than during object
30233           initialization. Also, get a device name. Currently in a somewhat
30234           hackish fashion, but I didn't really find something better.
30235
30236 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30237
30238         * *.c, *.h: run gst-indent
30239
30240 2004-03-14  Benjamin Otte  <otte@gnome.org>
30241
30242         * gst/modplug/gstmodplug.cc:
30243         * gst/modplug/gstmodplug.h:
30244           set correct timestamps on outgoing buffers
30245
30246 2004-03-14  Benjamin Otte  <otte@gnome.org>
30247
30248         * gst/modplug/gstmodplug.cc:
30249           handle events - don't do crap when a discont arrives that's not
30250           necessary
30251           This allows correct loading and playback of mods in Rhythmbox
30252
30253 2004-03-14  Benjamin Otte  <otte@gnome.org>
30254
30255         * configure.ac:
30256         * gst-libs/gst/gconf/Makefile.am:
30257         * pkgconfig/Makefile.am:
30258           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30259           they get rebuilt properly
30260         * configure.ac:
30261           when checking for vorbis, try pkgconfig first.
30262         * gst/modplug/gstmodplug.cc:
30263           add fixate function
30264
30265 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30266
30267         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30268           Fix for obvious mistake, where we first shift the offset and then
30269           read a samplesize element assuming the old offset. Note that this
30270           part still has something weird, i.e. my movies containing those
30271           don't actually play well, but at least there's something that looks
30272           like sound now.
30273
30274 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30275         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30276         (plugin_init):
30277         Add a typefind function for speex format
30278
30279 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30280
30281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30282         (gst_asf_demux_setup_pad):
30283           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30284           instead of 0. Reason is simple: some elements have a fps range
30285           of 1-max instead of 0-max. So now ASF video actually works.
30286
30287 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30288
30289         * po/LINGUAS:
30290         * po/sr.po:
30291           adding serbian as a language
30292
30293 2004-03-13  Benjamin Otte  <otte@gnome.org>
30294
30295         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30296           return taglist correctly from _get function, don't gst_pad_push it.
30297           (fixes #137042)
30298
30299 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30300         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30301
30302 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30303
30304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30305         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30306         (gst_alsa_mixer_track_new):
30307         * ext/alsa/gstalsamixertrack.h:
30308           Fix ancient leftovers... MixerTrack is a GObject.
30309
30310 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30313         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30314           Don't block during probing...
30315
30316 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30317
30318         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30319         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30320         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30321         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30322         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30323         (gst_alsa_open_audio), (gst_alsa_close_audio):
30324         * ext/alsa/gstalsa.h:
30325           Add propertyprobe interface implementation, add some device-name
30326           property, all this so that it looks good in gnome-volume-control.
30327
30328 2004-03-12  David Schleef  <ds@schleef.org>
30329
30330         * configure.ac: the Hermes library controls hermescolorspace, not
30331         colorspace.
30332         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30333         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30334         not /* */
30335         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30336         * ext/sdl/sdlvideosink.h: ditto.
30337         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30338
30339 2004-03-12  Benjamin Otte  <otte@gnome.org>
30340
30341         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30342         (gst_x_overlay_got_xwindow_id):
30343         * gst-libs/gst/xoverlay/xoverlay.h:
30344           replace XID with unsigned long to get rid of the xlibs dependency in
30345           XOverlay (fixes #137004)
30346
30347 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30348         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30349         (gst_agingtv_setup):
30350         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30351         (gst_dicetv_base_init), (gst_dicetv_class_init),
30352         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30353         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30354         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30355         (gst_edgetv_setup), (gst_edgetv_rgb32):
30356         * gst/effectv/gsteffectv.c:
30357         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30358         (gst_quarktv_set_property):
30359         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30360         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30361         (gst_revtv_setup), (gst_revtv_rgb32):
30362         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30363         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30364         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30365         (gst_shagadelictv_rgb32):
30366         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30367         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30368         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30369         * gst/effectv/gstwarp.c:
30370         Port everything that can be ported to videofilter and fix up the caps.
30371         Can someone with a big-endian machine please check these?
30372
30373 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30374
30375         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30376         (gst_osssink_chain), (gst_osssink_change_state):
30377           Latest fixes for A/V sync, audio playback and such. This is about
30378           all... MPEG playback issues are mostly related to the async build-
30379           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30380
30381 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30382
30383         patch from: Stephane Loeuillet
30384
30385         * configure.ac:
30386           use pkg-config for some libraries, falling back to the old .m4 way
30387           (fixes #131270)
30388         * m4/libdv.m4:
30389           removed
30390
30391 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30392
30393         * configure.ac:
30394         * tools/Makefile.am:
30395         * tools/Makefile.in:
30396         * tools/gst-launch-ext-m.m:
30397         * tools/gst-launch-ext.1.in:
30398         * tools/gst-visualise-m.m:
30399         * tools/gst-visualise.1:
30400         * tools/gst-visualise.1.in:
30401           reorganizing generation of script tools
30402
30403 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * ext/divx/gstdivxdec.c:
30406           Downgrade priority. We prefer ffdec_mpeg4.
30407         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30408         (gst_faad_chain), (gst_faad_change_state):
30409           Fix capsnego. Doesn't work for some sounds because we don't have
30410           a 5:1 to stereo element.
30411         * ext/xvid/gstxvid.c: (plugin_init):
30412           Add priority.
30413         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30414         (gst_osssink_change_state):
30415           Add discont handling.
30416
30417 2004-03-09  Colin Walters  <walters@verbum.org>
30418
30419         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30420         conversion.
30421
30422 2004-03-09  Benjamin Otte  <otte@gnome.org>
30423
30424         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30425           the signals take 2 arguments
30426
30427 2004-03-09  David Schleef  <ds@schleef.org>
30428
30429         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30430         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30431         * ext/alsa/gstalsa.h:
30432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30433
30434 2004-03-09  Benjamin Otte  <otte@gnome.org>
30435
30436         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30437         (gst_mikmod_change_state):
30438         * ext/mikmod/gstmikmod.h:
30439           make mikmod's loop function not loop infinitely and call
30440           gst_element_yield anymore
30441         * gst/modplug/gstmodplug.cc:
30442           fix pad negotiation (fixes #136590)
30443
30444 2004-03-09  David Schleef  <ds@schleef.org>
30445
30446         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30447         doesn't conflict with the internal colorspace plugin.
30448         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30449         satisfy the crappy-ass shell shipped by a certain vendor.
30450         * gst/videofilter/make_filter: same (bug #135299)
30451
30452 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30453
30454         * configure.ac: bump nano to 1
30455
30456 === release 0.7.6 ===
30457
30458 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30459
30460         * configure.in: releasing 0.7.6, "There"
30461
30462 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30463
30464         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30465         * pkgconfig/gstreamer-play.pc.in:
30466           synchronize the two
30467
30468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30469
30470         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30471         (cdparanoia_open), (cdparanoia_event):
30472           fix/add error handling
30473         * po/POTFILES.in:
30474           add cdparanoia source
30475         * tools/Makefile.am:
30476           make scripts executable
30477
30478 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30479
30480         * configure.ac:
30481         * ext/vorbis/Makefile.am:
30482         * sys/Makefile.am:
30483           remove id3types, vorbisfile and xvideosink from the build (#133783)
30484
30485 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30486
30487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30488           Fix metadata read crash (#136537).
30489
30490 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30491
30492         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30493         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30494           adding mime types, fixing the one-stop function
30495
30496 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30497
30498         * ext/nas/nassink.c and /ext/nas/nassink.h:
30499         More NAS love from Arwed von Merkatz
30500         So lets all sing 'Can you feel the NAS tonight'
30501
30502 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30503
30504         * tools/gst-launch-ext.in:
30505         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30506
30507 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30508
30509         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30510         (gst_mpeg2dec_init):
30511         remove the user_data pad for now, because it is being used in
30512         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30513         If someone knows how to fix this properly, please do.
30514
30515 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30516
30517         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30518         (gst_osssink_get_time):
30519         add a warning, IMO this won't get triggered anymore, remove later
30520
30521 2004-03-07  David Schleef  <ds@schleef.org>
30522
30523         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30524         format (bug #136470)
30525
30526 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30527
30528         * gst-libs/Makefile.am:
30529         * gst-libs/gst/media-info/Makefile.am:
30530         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30531         (error_callback), (gst_media_info_error_create),
30532         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30533         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30534         * gst-libs/gst/media-info/media-info-priv.h:
30535         * gst-libs/gst/media-info/media-info-test.c: (main):
30536         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30537         (gst_media_info_class_init), (gst_media_info_instance_init),
30538         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30539         (gst_media_info_read_idler), (gst_media_info_read):
30540         * gst-libs/gst/media-info/media-info.h:
30541         fixed, should work now
30542
30543 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30544
30545         * ext/nas/nassink.c:
30546         A bunch of NAS fixes from Arwed von Merkatz
30547
30548 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30549
30550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30551         (qtdemux_parse_trak):
30552           Fix crash (j might be greater than n_samples, in which case we're
30553           writing outside the allocated space for the array) and memleak.
30554
30555 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * sys/oss/gstosssink.c: (gst_osssink_chain):
30558           And another caller that couldn't handle delay < 0 (unsigned
30559           integer overflow). Video now continues playing on an audio
30560           buffer underrun, and the clock continues working. Audio still
30561           stalls.
30562
30563 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30564
30565         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30566         (gst_osssink_get_time):
30567           get_delay() may return values lower than 0. In those cases, we
30568           should not actually cast to *unsigned* int64, that will break
30569           stuff horribly. In my case, it screwed up A/V sync in movies
30570           in totem rather badly.
30571
30572 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30573
30574         * ext/faac/gstfaac.c: (gst_faac_chain):
30575         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30576         * ext/libpng/gstpngenc.c: (user_write_data):
30577         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30578         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30579         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30580         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30581         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30582         of any buffer), should fix some leaks. I hope I didn't unref buffers
30583         that shouldn't be...
30584
30585 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30586
30587         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30588         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30589         (error_callback), (gmi_reset), (gmi_seek_to_track),
30590         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30591         (gmip_find_type_post), (gmip_find_stream_post),
30592         (gmip_find_track_streaminfo_post):
30593         * gst-libs/gst/media-info/media-info-priv.h:
30594         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30595         (info_print), (main):
30596         * gst-libs/gst/media-info/media-info.c:
30597         (gst_media_info_error_create), (gst_media_info_error_element),
30598         (gst_media_info_instance_init), (gst_media_info_get_property),
30599         (gst_media_info_new), (gst_media_info_set_source),
30600         (gst_media_info_read_idler), (gst_media_info_read):
30601         * gst-libs/gst/media-info/media-info.h:
30602           first pass at making this work again.  This seems to work on
30603           tagged ogg/vorbis and mp3 files.
30604
30605 2004-03-06  Benjamin Otte  <otte@gnome.org>
30606
30607         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30608           fix huge leak: gst_buffer_merge doesn't unref the first argument
30609           itself.
30610
30611 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30612
30613         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30614           report layer/mode/emphasis
30615
30616 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30617
30618         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30619
30620 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30621
30622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30623           signal serial
30624
30625 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30626
30627         * ext/vorbis/vorbis.c: (plugin_init):
30628         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30629         (gst_vorbis_dec_init), (vorbis_dec_event):
30630         add debug category
30631         make vorbisdec handle _BYTE and _TIME queries
30632
30633 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30634
30635         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30636           from the xing header
30637
30638 2004-03-06  Benjamin Otte  <otte@gnome.org>
30639
30640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30641         (gst_audio_convert_link), (gst_audio_convert_change_state),
30642         (gst_audio_convert_buffer_from_default_format):
30643           do conversions from/to float correctly, fix some caps nego errors,
30644           export correct supported caps in template and getcaps, use correct
30645           caps in try_set_caps functions
30646
30647 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30648
30649         For some reason, I only committed a ChangeLog entry yesterday and
30650         not the corresponding code...
30651         * ext/mad/gstmad.c: Fix detection of Xing headers
30652         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30653
30654 2004-03-06  Benjamin Otte  <otte@gnome.org>
30655
30656         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30657         (gst_ogg_demux_src_query):
30658           make sure to handle the case where there's no current chain
30659           gracefully.
30660
30661 2004-03-05  David Schleef  <ds@schleef.org>
30662
30663         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30664         Add fixate function. (bug #131128)
30665         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30666         (gst_sdlvideosink_fixate):  Add fixate function.
30667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30668         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30669         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30670         Fix missing break that was causing ulaw to be interpreted as
30671         raw int.
30672
30673 2004-03-05  David Schleef  <ds@schleef.org>
30674
30675         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30676         Fix code that ignores return value of gst_buffer_merge().
30677         (bug #114560)
30678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30679         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30680         * testsuite/gst-lint:  Check for above.
30681
30682 2004-03-05  David Schleef  <ds@schleef.org>
30683
30684         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30685         caps and throw an element error.  (bug #136334)
30686
30687 2004-03-05  David Schleef  <ds@schleef.org>
30688
30689         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30690         (gst_faad_chain): Fix negotiation.
30691         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30692         key and button events.
30693         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30694         dung heap of code.
30695         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30696         depends on gconf
30697         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30698         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30699         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30700         function to encourage better negotiation, particularly between
30701         audioconvert and osssink.
30702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30703         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30704         more important.
30705         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30706         typefinding.
30707         * gst/vbidec/vbiscreen.c:  Add glib header
30708         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30709
30710 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30711
30712         * ext/mad/gstmad.c: Fix detection of Xing headers
30713         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30714
30715 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30716
30717         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30718         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30719           debug updates
30720
30721 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30722
30723         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30724         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30725         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30726         files, and report the parsed length as a GST_TAG_DURATION tag.
30727         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30728
30729 2004-03-05  Benjamin Otte  <otte@gnome.org>
30730
30731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30732           convert channels correctly. convert correctly to unsigned.
30733
30734 2004-03-05  Julien MOUTTE <julien@moutte.net>
30735
30736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30737         we have a window before clearing it.
30738
30739 2004-03-05  Julien MOUTTE <julien@moutte.net>
30740
30741         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30742         have a window before clearing it.
30743
30744 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30745
30746         * gconf/gstreamer.schemas.in:
30747         * gst-libs/gst/gconf/Makefile.am:
30748           version installation path the same way as for 0.6
30749         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30750         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30751         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30752           remove comment that was fixed
30753
30754 2004-03-05  David Schleef  <ds@schleef.org>
30755
30756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30757         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30758         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30759         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30760         Add prototype code for handling seeking and querying.
30761
30762 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30763
30764         * examples/gstplay/player.c: (main):
30765           Initialize variables to NULL. Prevents a segfault because the
30766           (uninitialized) variable is not NULL, resulting in a crash on
30767           trying to reach error->message.
30768
30769 2004-03-05  Benjamin Otte  <otte@gnome.org>
30770
30771         * gst/audioconvert/gstaudioconvert.c:
30772         (gst_audio_convert_buffer_to_default_format):
30773         make float=>int conversion work correctly even in cornercases.
30774
30775 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30776
30777         * debian/README.Debian:
30778         * debian/build-deps:
30779         * debian/changelog:
30780         * debian/control:
30781         * debian/control.in:
30782         * debian/copyright:
30783         * debian/gstreamer-a52dec.files:
30784         * debian/gstreamer-aa.files:
30785         * debian/gstreamer-alsa.files:
30786         * debian/gstreamer-alsa.manpages:
30787         * debian/gstreamer-arts.files:
30788         * debian/gstreamer-artsd.files:
30789         * debian/gstreamer-audiofile.files:
30790         * debian/gstreamer-avifile.files:
30791         * debian/gstreamer-cdparanoia.files:
30792         * debian/gstreamer-colorspace.files:
30793         * debian/gstreamer-doc.files:
30794         * debian/gstreamer-dv.files:
30795         * debian/gstreamer-dvd.files:
30796         * debian/gstreamer-esd.files:
30797         * debian/gstreamer-festival.files:
30798         * debian/gstreamer-flac.files:
30799         * debian/gstreamer-gconf.conffiles:
30800         * debian/gstreamer-gconf.files:
30801         * debian/gstreamer-gconf.postinst:
30802         * debian/gstreamer-gnomevfs.files:
30803         * debian/gstreamer-gsm.files:
30804         * debian/gstreamer-http.files:
30805         * debian/gstreamer-jack.files:
30806         * debian/gstreamer-jpeg.files:
30807         * debian/gstreamer-mad.files:
30808         * debian/gstreamer-mikmod.files:
30809         * debian/gstreamer-misc.files:
30810         * debian/gstreamer-mpeg2dec.files:
30811         * debian/gstreamer-oss.files:
30812         * debian/gstreamer-plugin-apps.files:
30813         * debian/gstreamer-plugin-apps.manpages:
30814         * debian/gstreamer-plugin-libs-dev.files:
30815         * debian/gstreamer-plugin-libs.files:
30816         * debian/gstreamer-plugin-template.postinst:
30817         * debian/gstreamer-plugin-template.postrm:
30818         * debian/gstreamer-sdl.files:
30819         * debian/gstreamer-sid.files:
30820         * debian/gstreamer-vorbis.files:
30821         * debian/gstreamer-x.files:
30822         * debian/mk.control:
30823         * debian/rules:
30824         Debian package info not maintained here.
30825
30826 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30827
30828         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30829         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30830         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30831         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30832         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30833         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30834         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30835         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30836         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30837         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30838         * gst-libs/gst/colorbalance/colorbalance.c:
30839         (gst_color_balance_class_init):
30840         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30841         (gst_color_balance_channel_class_init):
30842         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30843         * gst-libs/gst/play/play.c: (gst_play_class_init):
30844         * gst-libs/gst/propertyprobe/propertyprobe.c:
30845         (gst_property_probe_iface_init):
30846         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30847         * gst-libs/gst/tuner/tunerchannel.c:
30848         (gst_tuner_channel_class_init):
30849         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30850         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30851         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30852         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30853         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30854         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30855         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30856         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30858           fix signals to use - instead of _
30859         * ext/libcaca/gstcacasink.h:
30860         * ext/sdl/sdlvideosink.h:
30861           fix header rename
30862
30863 2004-03-04  David Schleef  <ds@schleef.org>
30864
30865         * testsuite/gst-lint:  Add a check for bad signal names.
30866
30867 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30868
30869         reviewed by David Schleef
30870
30871         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30872         modified the alpha channel and caused a warning. (bug #136192)
30873
30874 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30875
30876         * gst-plugins.spec.in:
30877         Change names of plugins to actually be correct. Try to keep things
30878         alphabetical to avoid getting beat up by Thomas
30879
30880 2004-03-03  Julien MOUTTE <julien@moutte.net>
30881
30882         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30883         Using ximagesink as a default if no gconf key found. We should
30884         probably consider using alsasink instead of osssink for the audio
30885         part.
30886
30887 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30888
30889         * configure.ac:
30890           fix --with-plugins, don't think it ever worked before
30891         * gst-plugins.spec.in:
30892           even more updates
30893
30894 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30895
30896         * ext/sdl/sdlvideosink.h:
30897         * sys/ximage/ximagesink.h:
30898         * sys/xvideo/xvideosink.h:
30899         * sys/xvimage/xvimagesink.h:
30900           Fix for move of gstvideosink.h -> videosink.h.
30901
30902 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30903
30904         * gst-libs/gst/xwindowlistener/Makefile.am:
30905           this is a plugin library, not a library
30906
30907 2004-03-01  David Schleef  <ds@schleef.org>
30908
30909         * AUTHORS:  Added some names.  Add yourself if you're still
30910         missing.
30911
30912 2004-03-01  David Schleef  <ds@schleef.org>
30913
30914         * MAINTAINERS: Add
30915
30916 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30917
30918         * gst-plugins.spec.in: clean up spec file
30919
30920 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30921
30922         * gst-libs/gst/video/Makefile.am:
30923         * gst-libs/gst/video/gstvideosink.c:
30924         * gst-libs/gst/video/gstvideosink.h:
30925           rename gstvideosink.h to videosink.h to match other headers
30926         * gst/mixmatrix/Makefile.am:
30927           fix plugin filename
30928         * gst/tags/Makefile.am: fix plugin filename
30929
30930 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30931
30932         * gst/tags/Makefile.am: fix plugin filename
30933
30934 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30935
30936         * examples/gstplay/player.c: (got_time_tick), (main):
30937           add error handler
30938           display time_tick more readably
30939         * gst/mixmatrix/Makefile.am:
30940           fix plugin file name
30941
30942 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30943
30944         * sys/oss/gstosselement.c: (gst_osselement_probe),
30945         (device_combination_append), (gst_osselement_class_probe_devices):
30946         * sys/oss/gstosselement.h:
30947           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30948           on my system using alsa oss emulation, fixes bug #135597
30949
30950 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30951
30952         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30953         (gst_videodrop_chain), (gst_videodrop_change_state):
30954         * gst/videodrop/gstvideodrop.h:
30955           Work based on timestamp of input data, not based on the expected
30956           framerate from the input. The consequence is that this element now
30957           not only scales framerates, but also functions as a framerate
30958           corrector or framerate stabilizer/constantizer.
30959
30960 2004-02-27  David Schleef  <ds@schleef.org>
30961
30962         patches from jmmv@menta.net (Julio M. Merino Vidal)
30963
30964         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30965         GST_ELEMENT_ERROR call (bug #135634)
30966         * gst/interleave/interleave.c: (interleave_buffered_loop),
30967         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30968         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30969         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30970         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30971         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30972         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30973         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30974         Fix GST_ELEMENT_ERROR call.
30975         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30976         GST_ELEMENT_ERROR call.
30977
30978 2004-02-27  Benjamin Otte  <otte@gnome.org>
30979
30980         * gst-libs/gst/audio/audio.h:
30981           add macro to make sure header isn't included twice
30982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30983           don't use gst_buffer_free
30984         * gst/playondemand/filter.func:
30985           don't use gst_data_free. Free data only once.
30986
30987 2004-02-26  David Schleef  <ds@schleef.org>
30988
30989         * gst-libs/gst/colorbalance/Makefile.am:
30990         * gst-libs/gst/mixer/Makefile.am:
30991         * gst-libs/gst/tuner/Makefile.am:
30992         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30993         should not be disted, -marshal.h files should not be installed,
30994         and -enum.h files _should_ be installed.  Fix to make this the
30995         case.
30996
30997 === release 0.7.5 ===
30998
30999 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31000
31001         * configure.ac: release 0.7.5, "Under The Sea"
31002
31003 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31004
31005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31006         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31007         * gst/videoscale/gstvideoscale.c:
31008         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31009           assorted debug/warning fixes
31010
31011 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31012
31013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31014         (gst_videoscale_init), (gst_videoscale_chain),
31015         (gst_videoscale_set_property), (plugin_init):
31016         * gst/videoscale/gstvideoscale.h:
31017         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31018         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31019         (gst_videoscale_planar400), (gst_videoscale_packed422),
31020         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31021         (gst_videoscale_24bit), (gst_videoscale_16bit),
31022         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31023         (gst_videoscale_scale_plane_slow),
31024         (gst_videoscale_scale_point_sample),
31025         (gst_videoscale_scale_nearest),
31026         (gst_videoscale_scale_nearest_str2),
31027         (gst_videoscale_scale_nearest_str4),
31028         (gst_videoscale_scale_nearest_32bit),
31029         (gst_videoscale_scale_nearest_24bit),
31030         (gst_videoscale_scale_nearest_16bit):
31031         add debugging category and use it properly
31032         fix use of GST_PTR_FORMAT
31033
31034 2004-02-25  Andy Wingo  <wingo@pobox.com>
31035
31036         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31037         push only when channel->buffer is NULL. Prevents segfaults doing
31038         the state change after a nonlocal exit, like a scheme exception.
31039
31040         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31041         Handle the case where the intersected caps is empty.
31042
31043 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31044
31045         * gst/law/mulaw-decode.c: (mulawdec_link):
31046         * gst/law/mulaw.c: (plugin_init):
31047           fix mulawdec so it actually works again
31048
31049 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31050
31051         reviewed by: David Schleef  <ds@schleef.org>
31052
31053         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31054         (gst_gamma_init), (gst_gamma_set_property),
31055         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31056         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31057         for RGB, with separate r g and b correction factors. (#131167)
31058
31059 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31060
31061         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31062           only signal tags for bitrate if they're > 0 (#134894)
31063
31064 2004-02-24  David Schleef  <ds@schleef.org>
31065
31066         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31067         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31068         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31069         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31070         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31071         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31072         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31073         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31074         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31075         category.  Attempt to fix timestamp calculation.
31076
31077 2004-02-24  Johan Dahlin  <johan@gnome.org>
31078
31079         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31080
31081 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31082
31083         * configure.ac:
31084         * gconf/Makefile.am:
31085         * gconf/gstreamer.schemas:
31086         * gst-libs/gst/gconf/Makefile.am:
31087         * gst-libs/gst/gconf/gconf.c:
31088           version gconf schemas and install locations
31089
31090 2004-02-23  Benjamin Otte  <otte@gnome.org>
31091
31092         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31093         (gst_xine_input_subclass_init):
31094           call parent dispose.
31095           change pad template for CD reader correctly
31096         * ext/xine/Makefile.am:
31097         * ext/xine/gstxine.h:
31098         * ext/xine/xine.c: (plugin_init):
31099         * ext/xine/xineaudiosink.c:
31100           wrap audio sinks, too
31101         * gst-libs/gst/resample/private.h:
31102         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31103         (gst_resample_reinit), (gst_resample_scale),
31104         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31105         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31106         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31107         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31108         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31109         * gst-libs/gst/resample/resample.h:
31110         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31111         (gst_audioscale_class_init), (gst_audioscale_link),
31112         (gst_audioscale_get_buffer), (gst_audioscale_init),
31113         (gst_audioscale_chain), (gst_audioscale_set_property),
31114         (gst_audioscale_get_property):
31115         * gst/audioscale/gstaudioscale.h:
31116           s/resample_*/gst_resample_*/i to not clobber namespaces
31117
31118 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31119
31120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31121         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31122         (gst_riff_create_video_template_caps),
31123         (gst_riff_create_audio_template_caps),
31124         (gst_riff_create_iavs_template_caps):
31125         * gst-libs/gst/riff/riff-media.h:
31126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31127         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31128         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31129         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31130         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31131         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31132         (gst_matroska_demux_plugin_init): First batch implementing audio and
31133         video codec tags in demuxers.
31134
31135 2004-02-22  Benjamin Otte  <otte@gnome.org>
31136
31137         * ext/xine/Makefile.am:
31138         * ext/xine/gstxine.h:
31139         * ext/xine/xine.c: (plugin_init):
31140         * ext/xine/xineinput.c:
31141           add input plugin wrapper. Playback from files, http, mms and cdda
31142           works.
31143         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31144           remove leftover G_GNUC_UNUSED
31145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31146         (gst_asf_demux_identify_guid):
31147           improve debugging output
31148
31149 2004-02-22  Benjamin Otte  <otte@gnome.org>
31150
31151         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31152
31153         * autogen.sh:
31154           replace test -e with test -x for mkinstalldirs to be more portable.
31155           (fixes #134816)
31156
31157 2004-02-22  Benjamin Otte  <otte@gnome.org>
31158
31159         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31160
31161         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31162           set rank to PRIMARY
31163         * gst/volume/gstvolume.c: (plugin_init):
31164           set rank to NONE
31165         fixes #134960
31166
31167 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31168
31169         reviewed by Benjamin Otte  <otte@gnome.org>
31170
31171         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31172           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31173
31174 2004-02-22  Benjamin Otte  <otte@gnome.org>
31175
31176         * configure.ac:
31177           export [_]*{gst,Gst,GST}.* symbols from plugins
31178
31179 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31180
31181         reviewed by: Benjamin Otte  <otte@gnome.org>
31182
31183         * ext/lame/gstlame.c: (add_one_tag):
31184         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31186         (gst_vorbisenc_metadata_set1):
31187         * gst/tags/gstid3tag.c:
31188         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31189           apply fixes from bugs #135042 (lame can't write tags) and #133817
31190           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31191
31192 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31193
31194         * configure.ac: Export only gst_plugin_desc from plugins.
31195          Note that this change only makes any effect with Linux using libtool
31196          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31197          fine. And don't try to have several versions of libtool in different
31198          directories.
31199
31200 2004-02-20  Andy Wingo  <wingo@pobox.com>
31201
31202         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31203         interleave respectively.
31204
31205         * gst/interleave/deinterleave.c: New plugin: deinterleave
31206         (replaces on oneton).
31207         * gst/interleave/interleave.c: New plugin: interleave.
31208         * gst/interleave/plugin.h: Support file.
31209         * gst/interleave/plugin.c: Support file.
31210
31211         * configure.ac: Remove intfloat and oneton, add interleave.
31212
31213         * ext/sndfile/gstsf.c: Handle events better.
31214
31215         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31216         and float2int operation. int2float has scheduling problems as
31217         noted in in2float_chain.
31218
31219 2004-02-20  Benjamin Otte  <otte@gnome.org>
31220
31221         * ext/xine/Makefile.am:
31222         * ext/xine/gstxine.h:
31223         * ext/xine/xine.c:
31224         * ext/xine/xineaudiodec.c:
31225         * ext/xine/xinecaps.c:
31226           add first version of xine plugin wrapper. Currently only wraps the
31227           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31228         * configure.ac:
31229         * ext/Makefile.am:
31230           add xine plugin wrapper, disabled by default. Use --enable-xine to
31231           build. Note that it'll segfault on gst-register if you don't remove
31232           the goom and tvtime post plugins from xine.
31233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31234         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31235           add extradata parsing for QDM2.
31236           change around debugging prints.
31237
31238 2004-02-19  Benjamin Otte  <otte@gnome.org>
31239
31240         * ext/lame/gstlame.c: (gst_lame_chain):
31241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31242           use gst_tag_list_insert when you want to insert tags
31243
31244 2004-02-18  David Schleef  <ds@schleef.org>
31245
31246         * configure.ac:  Move massink to gst-rotten
31247         * ext/Makefile.am:
31248         * ext/mas/Makefile.am:
31249         * ext/mas/massink.c:
31250         * ext/mas/massink.h:
31251
31252 2004-02-18  David Schleef  <ds@schleef.org>
31253
31254         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31255         typefinding, since it seems to be worse than nothing.
31256         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31257         atom to recognize .mp4 and .m4a files as video/quicktime.
31258
31259 2004-02-18  David Schleef  <ds@schleef.org>
31260
31261         * gst/sine/demo-dparams.c: (quit_live),
31262         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31263         Use double dparams, not float.
31264         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31265         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31266         sync'd elements don't really work correctly.
31267         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31268         (volume_update_volume), (volume_get_property):  Change dparam
31269         to double.
31270
31271 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31272
31273         * sys/ximage/ximagesink.c:
31274         (gst_ximagesink_xwindow_update_geometry),
31275         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31276         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31277         (gst_ximagesink_init): Rework the way software video scaling works. So
31278         now we check on each chain call if the video frames are feeling the
31279         window. If not we try to renegotiate caps. On failure we memorize that
31280         and we won't try again for that PLAYING sessions.
31281         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31282         failure.
31283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31284         synchronous flag.
31285
31286 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31287
31288         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31289           break up _link so we can give a better debug message for errors
31290
31291 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31292
31293         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31294           set up debug category
31295
31296 2004-02-18  Julien MOUTTE <julien@moutte.net>
31297
31298         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31299         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31300         the way renegotiation work. The event handling function is not taking
31301         care of external windows and renegotiate method check for pad flags
31302         NEGOTIATING. Should fix : #133209
31303
31304 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31305
31306         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31307         pad is negotiating before trying renegotiation.
31308
31309 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31310
31311         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31312           pass on all possible mime types as typefind hints
31313
31314 2004-02-17  Julien MOUTTE <julien@moutte.net>
31315
31316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31318         possible SHM leak if we crash. All other apps using XShm are doing
31319         that.
31320
31321 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31322
31323         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31324         (gst_ximagesink_expose): Renegotiate size on expose.
31325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31326         size on expose.
31327
31328 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31329
31330         * testsuite/alsa/sinesrc.c:
31331           cosmetic fix to fix compile issue with gcc 2.95.4
31332
31333 2004-02-16  Julien MOUTTE <julien@moutte.net>
31334
31335         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31336         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31337         failed opening the audio device.
31338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31339         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31340         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31341         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31342         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31343         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31344         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31345         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31346         Removing some useless g_return_if_fail like wingo suggested.
31347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31348         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31349         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31350         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31351         (gst_xvimagesink_update_colorbalance),
31352         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31353         (gst_xvimagesink_xcontext_clear),
31354         (gst_xvimagesink_get_fourcc_from_caps),
31355         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31356         (gst_xvimagesink_set_xwindow_id),
31357         (gst_xvimagesink_colorbalance_list_channels),
31358         (gst_xvimagesink_colorbalance_set_value),
31359         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31360         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31361
31362 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31363
31364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31365           throw error when not negotiated instead of asserting
31366
31367 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31368
31369         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31370         correct data refcounting.
31371
31372 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31373
31374         * gst/switch/gstswitch.c: (gst_switch_change_state),
31375         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31376         change, mostly the EOS flag.
31377
31378 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31379
31380         * examples/gstplay/player.c: (got_eos), (main): Adding some
31381         output for debugging.
31382         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31383         timeouts if we go to any state different from PLAYING.
31384         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31385         more EOS bugs in riff lib.
31386
31387 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31388
31389         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31390         visualization until i find a way to fix switch correctly.
31391         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31392         EOS arrives.
31393         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31394         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31395         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31396         Reworked switch to get a more correct behaviour with events and refing
31397         of data stored in sinkpads.
31398         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31399         we don't pull from a pad in EOS.
31400
31401 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31402
31403         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31404           remove v1 tag even if we can't read it (makes sure we don't detect
31405           it again)
31406
31407 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31408
31409         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31410         (gst_alsa_xrun_recovery):
31411         * ext/alsa/gstalsa.h:
31412           try xrun recovery when wait failed. Make xrun recovery function
31413           return TRUE/FALSE to indicate success. (might fix #134354)
31414
31415 2004-02-13  David Schleef  <ds@schleef.org>
31416
31417         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31418         (dynparm_value_changed), (main): Convert from float to double.
31419         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31420
31421 2004-02-13  David Schleef  <ds@schleef.org>
31422
31423         * gst/silence/gstsilence.c: (gst_silence_class_init),
31424         (gst_silence_set_clock), (gst_silence_get),
31425         (gst_silence_set_property), (gst_silence_get_property):
31426         * gst/silence/gstsilence.h: Add sync property.
31427         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31428         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31429         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31430         * gst/sine/gstsinesrc.h: Add sync property.
31431
31432 2004-02-13  David Schleef  <ds@schleef.org>
31433
31434         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31435         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31436
31437 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31438
31439         * configure.ac:
31440         * ext/Makefile.am:
31441         * gst-libs/ext/Makefile.am:
31442           move ffmpeg plugin to gst-ffmpeg module
31443
31444 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31445
31446         * configure.ac: use GST_ARCH to detect architecture
31447
31448 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31449
31450         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31451
31452 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31453
31454         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31455           classify LADSPA plugins based on number of src/sink pads
31456           (#133663, Stefan Kost)
31457         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31458           fix dparams registration
31459           (#133528, Stefan Kost)
31460         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31461           fix use of isprint and use g_ascii_isprint instead
31462           (#133316, Stefan Kost)
31463
31464 2004-02-11  David Schleef  <ds@schleef.org>
31465
31466         Convert a few inner loops to use liboil.  This is currently
31467         optional, and is only enabled if liboil is present (duh!).
31468         * configure.ac: Check for liboil-0.1
31469         * gst/intfloat/Makefile.am:
31470         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31471         (gst_int2float_chain_gint16):
31472         * gst/videofilter/Makefile.am:
31473         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31474         (tablelookup_u8), (gst_videobalance_planar411):
31475         * gst/videotestsrc/Makefile.am:
31476         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31477         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31478         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31479         (paint_hline_RGB565), (paint_hline_xRGB1555):
31480
31481 2004-02-11  David Schleef  <ds@schleef.org>
31482
31483         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31484         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31485         (gst_colorspace_getcaps), (gst_colorspace_link),
31486         (gst_colorspace_base_init), (gst_colorspace_init),
31487         (gst_colorspace_chain), (gst_colorspace_change_state),
31488         (plugin_init): Merge Ronald's patch (bug #117897) and update
31489         for new caps and negotiation.  Seems to work, although it
31490         shows off bugs in lcs.
31491
31492 2004-02-11  David Schleef  <ds@schleef.org>
31493
31494         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31495         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31496
31497 2004-02-11  David Schleef  <ds@schleef.org>
31498
31499         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31500         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31501         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31502         Add server and port properties
31503
31504 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31505
31506         * m4/a52.m4:
31507         * m4/aalib.m4:
31508         * m4/as-ffmpeg.m4:
31509         * m4/as-liblame.m4:
31510         * m4/as-slurp-ffmpeg.m4:
31511         * m4/check-libheader.m4:
31512         * m4/esd.m4:
31513         * m4/freetype2.m4:
31514         * m4/gconf-2.m4:
31515         * m4/glib.m4:
31516         * m4/gst-alsa.m4:
31517         * m4/gst-artsc.m4:
31518         * m4/gst-ivorbis.m4:
31519         * m4/gst-matroska.m4:
31520         * m4/gst-sdl.m4:
31521         * m4/gst-shout2.m4:
31522         * m4/gst-sid.m4:
31523         * m4/gtk.m4:
31524         * m4/libdv.m4:
31525         * m4/libfame.m4:
31526         * m4/libmikmod.m4:
31527         * m4/ogg.m4:
31528         * m4/vorbis.m4:
31529           fix underquotedness of macros (#133800)
31530         * m4/as-avifile.m4:
31531         * m4/xmms.m4:
31532           removed because no longer used
31533
31534 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31535
31536         * configure.ac:
31537           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31538           by autopoint (fixes #132996)
31539
31540 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31541
31542         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31543         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31544         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31545         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31546           fix memleaks
31547
31548 2004-02-11  David Schleef  <ds@schleef.org>
31549
31550         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31551         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31552         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31553         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31554         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31555         (gst_jpegenc_class_init), (gst_jpegenc_init),
31556         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31557         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31558         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31559         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31560
31561 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31562
31563         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31564         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31565         * ext/mikmod/gstmikmod.h:
31566           fix caps negotiation in mikmod
31567         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31568           output debug information
31569
31570 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31571
31572         * gst-libs/gst/colorbalance/Makefile.am:
31573         * gst-libs/gst/navigation/Makefile.am:
31574         * gst-libs/gst/xoverlay/Makefile.am:
31575           remove unused GST_OPT_CFLAGS from Makefiles
31576           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31577
31578 2004-02-07  David Schleef  <ds@schleef.org>
31579
31580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31581         push events to pads that haven't been created (#133508)
31582
31583 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31584
31585         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31586         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31587         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31588         (gst_dvdec_loop), (gst_dvdec_change_state):
31589         Second attempt at committing a working dvdec element.
31590
31591 2004-02-06  David Schleef  <ds@schleef.org>
31592
31593         Build fixes for OS X: (see #129600)
31594         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31595         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31596         (gst_riff_read_strf_iavs):
31597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31598         (gst_avi_demux_stream_odml):
31599         * gst/playondemand/Makefile.am:
31600         * gst/rtp/rtp-packet.c:
31601
31602 2004-02-05  David Schleef  <ds@schleef.org>
31603
31604         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31605         last change, because it Just Doesn't Compile.
31606
31607 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31608
31609         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31610           skip undecodable id3v2 tag instead of keeping it
31611
31612 2004-02-05  David Schleef  <ds@schleef.org>
31613
31614         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31615         Unref leaked buffer.  (Noticed by Ronald)
31616
31617 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31618
31619         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31620         Sync requires with other checks.  >= vs =.
31621
31622 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31623
31624         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31625         (gst_dvdec_video_link), (gst_dvdec_loop):
31626         * ext/dv/gstdvdec.h:
31627           rework the caps negotiation so that dvdec works again instead
31628           of just segfaulting.
31629
31630 === release 0.7.4 ===
31631
31632 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31633
31634         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31635         * configure.ac: changed for release
31636
31637 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31638
31639         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31640         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31641         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31642         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31643           reworked patch by David Lehn to fix libdir and includedir for
31644           uninstalled libraries
31645           removed play and gconf from gstreamer-libs since they have their
31646           own pkgconfig files
31647
31648 2004-02-04  David Schleef  <ds@schleef.org>
31649
31650         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31651         memleak.
31652
31653 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31654
31655         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31656           use correct GST_TAG_ENCODER tag
31657
31658 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31659
31660         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31661           be sure to stop the clock when going to paused
31662         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31663           reset number of transmitted when going to ready.
31664         fixes #132935
31665
31666 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31667
31668         reviewed by Benjamin Otte
31669
31670         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31671           extract track count (fixes #133410)
31672
31673 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31674
31675         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31676           that should be !=, not == (fixes #132519)
31677
31678 2004-02-04  David Schleef  <ds@schleef.org>
31679
31680         Make sure set_explicit_caps() is called before adding pad.
31681         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31682         * gst/id3/gstid3types.c: (gst_id3types_loop):
31683         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31684         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31685
31686 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31687
31688         * configure.ac:
31689           bump nano to 2, first prerelease
31690           put back AM_PROG_LIBTOOL
31691
31692 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31693
31694         * testsuite/alsa/Makefile.am:
31695           these are user test apps, not automatic testsuite tests
31696
31697 2004-02-04  David Schleef  <ds@schleef.org>
31698
31699         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31700         * gst/mpeg1videoparse/gstmp1videoparse.c:
31701         (mp1videoparse_parse_seq):
31702         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31704         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31705         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31706         (gst_xvideosink_getcaps):
31707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31708         * testsuite/gst-lint: more tests
31709
31710 2004-02-04  David Schleef  <ds@schleef.org>
31711
31712         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31713         with the code that they would expand to.
31714         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31715         (gst_flacdec_get_src_query_types),
31716         (gst_flacdec_get_src_event_masks):
31717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31718         (gst_gnomevfssrc_get_query_types),
31719         (gst_gnomevfssrc_get_event_mask):
31720
31721 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31722
31723         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31724         (gst_sinesrc_dispose):
31725           fix memleak by properly disposing sinesrc
31726
31727 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31728
31729         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31730         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31731         an overlay to redraw the image because it has been exposed.
31732         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31733         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31734         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31735         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31736         interface
31737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31738         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31739         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31740         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31741         interface
31742
31743 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31744
31745         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31746           more memleak fixage
31747
31748 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31749
31750         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31751         * gst/typefind/gsttypefindfunctions.c:
31752           fix memleaks shown by gst-typefind
31753
31754 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31755
31756         * common/glib-gen.mak:
31757           add hack rule to touch .Plo files
31758         * gst-libs/gst/colorbalance/Makefile.am:
31759         * gst-libs/gst/mixer/Makefile.am:
31760         * gst-libs/gst/play/Makefile.am:
31761         * gst-libs/gst/tuner/Makefile.am:
31762           remove glib_root variable
31763
31764 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31765
31766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31767           set explicit caps before adding the element, so the autopluggers can
31768           plug correctly.
31769         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31770         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31771         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31772         (dv_type_find):
31773           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31774           argument.
31775
31776 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31777
31778         * gst-libs/gst/colorbalance/Makefile.am:
31779         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31780         * gst-libs/gst/colorbalance/colorbalance.c:
31781         * gst-libs/gst/colorbalance/colorbalance.h:
31782         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31783         * gst-libs/gst/mixer/Makefile.am:
31784         * gst-libs/gst/mixer/mixer-marshal.list:
31785         * gst-libs/gst/mixer/mixer.c:
31786         * gst-libs/gst/mixer/mixer.h:
31787         * gst-libs/gst/mixer/mixermarshal.list:
31788         * gst-libs/gst/play/Makefile.am:
31789         * gst-libs/gst/play/play.h:
31790         * gst-libs/gst/tuner/Makefile.am:
31791         * gst-libs/gst/tuner/tuner-marshal.list:
31792         * gst-libs/gst/tuner/tuner.c:
31793         * gst-libs/gst/tuner/tuner.h:
31794         * gst-libs/gst/tuner/tunermarshal.list:
31795           use new glib-gen.mak snippet to clean up Makefile.am
31796           fix various bugs in Makefile.am's
31797
31798 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31799
31800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31801           handle chain parsing correctly in the multichain case
31802         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31803         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31804         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31805         (theora_dec_chain):
31806           handle events and queries correctly
31807
31808 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31809
31810         * .cvsignore:
31811         Ignore generated file _stdint.h.
31812
31813 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31814
31815         * gst-libs/gst/colorbalance/Makefile.am:
31816         * gst-libs/gst/colorbalance/colorbalance.h:
31817         * gst-libs/gst/mixer/Makefile.am:
31818         * gst-libs/gst/mixer/mixer.h:
31819         * gst-libs/gst/play/Makefile.am:
31820         * gst-libs/gst/play/play.h:
31821         * gst-libs/gst/tuner/Makefile.am:
31822         * gst-libs/gst/tuner/tuner.h:
31823         Generate enum type code with glib-mkenums.
31824         * gst-libs/gst/colorbalance/.cvsignore:
31825         * gst-libs/gst/mixer/.cvsignore:
31826         * gst-libs/gst/play/.cvsignore:
31827         * gst-libs/gst/tuner/.cvsignore:
31828         Ignore generated files.
31829
31830 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31831
31832         * gst-libs/gst/audio/.cvsignore:
31833         Ignore generated file.
31834         * gst-libs/gst/audio/Makefile.am:
31835         Do not install example filter.
31836
31837 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31838
31839         * examples/switch/.cvsignore:
31840         Ignore generated file.
31841
31842 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31843
31844         * common/m4/ax_create_stdint_h.m4:
31845         * configure.ac:
31846           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31847           _stdint.h.
31848         * Makefile.am:
31849           remove generated _stdint.h in DISTCLEANFILES
31850         * ext/a52dec/gsta52dec.c:
31851           include _stdint.h for a52dec. (should fix #133064)
31852
31853 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31854
31855         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31856         (gst_tag_to_vorbis_comments):
31857         Add replaygain support to vorbistag
31858
31859 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31860         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31861         (gst_ffmpeg_caps_to_extradata):
31862           Fix SVQ3 caps flag properties
31863           Use glib macro for bytes swap
31864
31865 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31866
31867         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31868         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31869         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31870         * ext/sndfile/gstsf.c: (plugin_init):
31871         * gst/avi/gstavi.c: (plugin_init):
31872         * sys/dxr3/dxr3init.c: (plugin_init):
31873         * sys/oss/gstossaudio.c: (plugin_init):
31874         * sys/v4l/gstv4l.c: (plugin_init):
31875         * sys/v4l2/gstv4l2.c: (plugin_init):
31876           remove textdomain calls
31877         * po/nl.po:
31878           update Dutch translation
31879
31880 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31881
31882         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31883         (gst_play_set_audio_sink): Moving volume in the audio thread for
31884         instantaneous volume change. Maybe i will add another volume in front
31885         of visualization later, not sure yet though.
31886
31887 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31888
31889         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31890         (gst_ximagesink_handle_xevents): Better X events handling, only take
31891         the latest events for configure and motion.
31892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31893
31894 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31895
31896         reviewed by: David Schleef  <ds@schleef.org>
31897
31898         Fix memory leaks:
31899         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31900         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31901
31902 2004-02-02  David Schleef  <ds@schleef.org>
31903
31904         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31905         of lines.
31906         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31907         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31908         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31909         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31910         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31911         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31912         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31913         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31914         (gst_float2_2_int_link):
31915         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31916         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31917         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31918         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31919         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31920         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31921         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31923         * testsuite/gst-lint: Add tests for bzero and ;;
31924
31925 2004-02-02  David Schleef  <ds@schleef.org>
31926
31927         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31928
31929 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31930
31931         * ext/aalib/gstaasink.c: (gst_aasink_open):
31932         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31934         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31935         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31936         (gst_afsink_close_file):
31937         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31938         (gst_afsrc_close_file):
31939         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31940         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31941         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31942         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31943         * ext/esd/esdmon.c: (gst_esdmon_get):
31944         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31945         * ext/faac/gstfaac.c: (gst_faac_chain):
31946         * ext/faad/gstfaad.c: (gst_faad_chain):
31947         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31948         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31949         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31950         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31951         (gst_flacdec_loop):
31952         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31953         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31956         (gst_gnomevfssink_close_file):
31957         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31958         (gst_gnomevfssrc_open_file):
31959         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31960         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31961         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31962         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31963         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31964         * ext/mad/gstmad.c: (gst_mad_chain):
31965         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31966         * ext/mpeg2dec/gstmpeg2dec.c:
31967         * ext/mpeg2enc/gstmpeg2enc.cc:
31968         * ext/mplex/gstmplex.cc:
31969         * ext/mplex/gstmplexibitstream.cc:
31970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31971         (gst_ogg_demux_push):
31972         * ext/raw1394/gstdv1394src.c:
31973         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31974         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31975         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31976         (gst_sf_loop):
31977         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31978         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31979         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31980         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31982         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31983         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31984         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31985         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31986         (gst_riff_read_element_data), (gst_riff_read_seek),
31987         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31988         * gst/adder/gstadder.c: (gst_adder_loop):
31989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31990         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31991         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31992         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31993         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31994         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31995         * gst/goom/gstgoom.c: (gst_goom_chain):
31996         * gst/id3/gstid3types.c: (gst_id3types_loop):
31997         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31998         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31999         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32000         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32001         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32002         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32003         (gst_ebml_read_float), (gst_ebml_read_header):
32004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32005         (gst_matroska_demux_parse_blockgroup):
32006         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32007         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32008         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32009         * gst/silence/gstsilence.c: (gst_silence_get):
32010         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32011         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32012         * gst/speed/gstspeed.c: (speed_loop):
32013         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32014         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32015         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32016         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32017         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32018         (gst_wavparse_loop):
32019         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32020         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32021         (dxr3audiosink_close):
32022         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32023         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32024         (dxr3videosink_close), (dxr3videosink_write_data):
32025         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32026         * sys/oss/gstosssink.c: (gst_osssink_chain):
32027         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32031         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32032         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32033         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32034         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32035         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32036         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32037         (gst_v4l_set_audio):
32038         * sys/v4l/v4l_calls.h:
32039         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32040         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32041         (gst_v4lmjpegsink_playback_init),
32042         (gst_v4lmjpegsink_playback_start):
32043         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32044         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32045         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32046         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32048         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32049         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32050         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32051         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32052         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32053         (gst_v4l2_get_output), (gst_v4l2_set_output),
32054         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32055         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32056         (gst_v4l2_set_attribute):
32057         * sys/v4l2/v4l2_calls.h:
32058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32059         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32060         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32061         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32062         (gst_v4l2src_capture_stop):
32063         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32064         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32065         (gst_ximagesink_chain):
32066         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32067         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32068         (gst_xvideosink_xwindow_new):
32069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32070         (gst_xvimagesink_chain):
32071
32072 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32073
32074         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32075         (gst_volume_get_volume), (volume_class_init), (volume_init),
32076         (volume_chain_int16), (volume_update_volume):
32077         * gst/volume/gstvolume.h:
32078           make code more readable by removing magic numbers
32079           make mixer interface export 0-100 range
32080           make it internally map to 0.0-1.0 range so users don't distort
32081           output by putting the sliders at full volume
32082
32083 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32084
32085         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32086         (gst_play_state_change), (gst_play_seek_to_time):
32087         block the tick callback for 0.5 secs after doing a seek
32088
32089 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32090
32091         * gst-libs/gst/play/play.c: (gst_play_new):
32092           check for GError
32093
32094 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32095
32096         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32097         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32098         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32099         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32101         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32102
32103 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32104
32105         * configure.ac:
32106         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32107           check for a function added in vorbis 1.1
32108
32109 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32110
32111         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32112         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32113           really start/stop clock only on PLAYING <=> PAUSED
32114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32115           remove \n from debugging lines
32116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32117           make it work when seeking does not
32118         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32119           reset on DISCONT
32120
32121 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32122
32123         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32124           start clock on PAUSED=>PLAYING, not later
32125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32126           extract correct time for different discont formats
32127         (gst_alsa_sink_get_time):
32128           don't segfault when no format is negotiated yet, just return 0
32129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32130         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32131         (gst_ogg_pad_push):
32132           handle flush and discont events correctly
32133         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32134           handle discont events correctly
32135
32136 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32137
32138         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32139         (gst_play_error_create), (gst_play_error_plugin),
32140         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32141         * gst-libs/gst/play/play.h:
32142           add error handling during creation
32143         * examples/gstplay/player.c: (main):
32144           use new gst_play_new
32145
32146
32147 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32148
32149         * ext/theora/theoradec.c: (theora_dec_chain):
32150           make comments work
32151         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32152         (vorbis_dec_src_event), (vorbis_dec_chain):
32153           add encoder tag, fix tag reading to be more error tolerant, change
32154           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32155           gst_pad_event_default.
32156         * gst/tags/gstvorbistag.c:
32157         (gst_tag_list_from_vorbiscomment_buffer):
32158           undefine function specific define at end of function
32159
32160 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32161
32162         * ext/flac/gstflac.c: (plugin_init):
32163         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32164         * ext/flac/gstflacdec.h:
32165         * ext/flac/gstflacenc.h:
32166           Fix typos
32167
32168 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32169
32170         * examples/gstplay/player.c: s/gstplay.h/play.h/
32171
32172 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         * gst-libs/gst/play/Makefile.am:
32175         * gst-libs/gst/play/gstplay.c:
32176         * gst-libs/gst/play/gstplay.h:
32177         * gst-libs/gst/play/play.c:
32178           more surgery, operation complete
32179
32180 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32181
32182         * gst-libs/gst/play/play.old.c:
32183         * gst-libs/gst/play/play.old.h:
32184           after CVS surgery by moving, remove
32185         * gst-libs/gst/play/playpipelines.c:
32186           remove
32187
32188         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32189           add negotiation error
32190
32191 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32192
32193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32194         (gst_ogg_demux_push):
32195           add some seeking debug info
32196           send a flush when seeking
32197
32198 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32199
32200         * configure.ac:
32201           use AC_C_INLINE
32202         * configure.ac:
32203         * ext/Makefile.am:
32204         * ext/theora/Makefile.am:
32205         * ext/theora/theoradec.c:
32206           add theora video decoder. Does just do simple decoding for now and
32207           has been tested against Theora cvs only. It only works when theora
32208           is compiled with --enable-static.
32209         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32210           always reset packetno on DISCONT
32211
32212 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32213
32214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32215           Fix audio.
32216
32217 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32218
32219         * gst/mpegaudioparse/gstmpegaudioparse.c:
32220         (mp3_type_frame_length_from_header):
32221           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32222
32223 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32224
32225         * ext/esd/esdsink.c: (gst_esdsink_init):
32226           Since we have static pad template caps, we don't need to negotiate;
32227           either the core errors out or we know the format.
32228
32229 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32230
32231         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32232         (gst_riff_read_seek):
32233         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32234         (gst_ebml_read_seek):
32235           Fix event handling.
32236
32237 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32238
32239         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32240           removee video/x-theora from vp3 decoder, it doesn't handle raw
32241           theora streams
32242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32243           fix bug with finalizing element that never went to PAUSED
32244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32245           length and position queries were swapped
32246         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32247         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32248         (vorbis_dec_src_event):
32249           implement querying time and bytes
32250
32251 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32252
32253         * just about every source file:
32254           gst_element_error -> GST_ELEMENT_ERROR
32255
32256 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32257
32258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32259         emiting FLUSH and even before DISCONT.
32260         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32261         get the best instant seeking as possible yay!
32262
32263 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32264
32265         * gst/mpeg1videoparse/gstmp1videoparse.c:
32266         (gst_mp1videoparse_real_chain):
32267           Committed wrong version last week... Grr... Didn't notice until now.
32268
32269 2004-01-29  Julien MOUTTE <julien@moutte.net>
32270
32271         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32273         have_xwindow_id signal in xwindow_create.
32274
32275 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32276
32277         * ext/ogg/gstoggdemux.c:
32278           lots of changes - mainly support for chained bitstreams, seeking,
32279           querying and bugfixes of course
32280         * ext/vorbis/Makefile.am:
32281         * ext/vorbis/vorbisdec.c:
32282         * ext/vorbis/vorbisdec.h:
32283           add vorbisdec raw vorbis decoder
32284         * ext/vorbis/vorbis.c: (plugin_init):
32285           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32286         * gst/intfloat/Makefile.am:
32287         * gst/intfloat/float22int.c:
32288         * gst/intfloat/float22int.h:
32289         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32290           add float2intnew plugin. It converts multichannel interleaved float to
32291           multichannel interleaved int. The name should probably be changed.
32292         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32293         (plugin_init):
32294           add typefinding for raw theora video so oggdemux can detect it.
32295
32296 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32297
32298         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32299         sink element first.
32300         * gst/videoscale/gstvideoscale.c:
32301         (gst_videoscale_handle_src_event): Fixing src event handler.
32302
32303 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32304
32305         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32306         (gst_v4lsrc_open), (gst_v4lsrc_close),
32307         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32308         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32309         * sys/v4l/gstv4lsrc.h:
32310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32311         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32312           Implement resizing... Hack. But that's why v4l is b0rked...
32313
32314 2004-01-28  Julien MOUTTE <julien@moutte.net>
32315
32316         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32317         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32318         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32319         (gst_ximagesink_xwindow_destroy):
32320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32321         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32322         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32323         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32324         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32325         correctly cleaning the image created to check xshm calls on succes,
32326         added a lot of XSync calls in X11 functions, and fixed a segfault when
32327         no image format was defined before negotiation happened.
32328
32329 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32330
32331         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32332           use gst_element_get_time to get correct time
32333
32334 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32335
32336         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32337         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32338         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32340         (gst_xvimagesink_check_xshm_calls),
32341         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32342         X plugins are now able to detect that XShm calls will fail even if the
32343         server claims that it has XShm support (remote displays most of the
32344         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32345         so that we use non XShm functions. This feature is almost useless for
32346         xvimagesink as Xv is not supported on remote displays anyway, but
32347         it might happen than even on the local display XShm calls fail.
32348
32349 2004-01-27  David Schleef  <ds@schleef.org>
32350
32351         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32352         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32353         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32354         changed esdsink to only use 44100,16,2, since esd sucks at rate
32355         conversion and esdsink has had difficulty negotiating.
32356
32357 2004-01-27  Julien MOUTTE <julien@moutte.net>
32358
32359         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32360         (gst_play_seek_to_time): Fixing the way to get current position.
32361
32362 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32363
32364         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32365           use gst_element_get_time to get correct time
32366
32367 2004-01-27  Julien MOUTTE <julien@moutte.net>
32368
32369         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32370         fix ever... Inverting 2 lines of code make spider autoplug correctly
32371         tagged mp3 !
32372
32373 2004-01-27  David Schleef  <ds@schleef.org>
32374
32375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32376         Use gst_pad_try_set_caps_nonfixed().
32377
32378 2004-01-27  David Schleef  <ds@schleef.org>
32379
32380         * gst/ac3parse/gstac3parse.c: update to checklist 5
32381         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32382         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32383         * gst/audioscale/gstaudioscale.c: same
32384         * gst/auparse/gstauparse.c: same
32385         * gst/avi/gstavidemux.c: same
32386
32387 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32388
32389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32390           stop processing after EOS
32391
32392 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32393
32394         * gst/asfdemux/asfheaders.h:
32395         * gst/asfdemux/gstasfdemux.c:
32396         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32397         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32398         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32399           lot's of fixes to make data extraction simpler and get the code
32400           architecture and compiler independant. Add debugging category
32401         * gst/goom/gstgoom.c: (gst_goom_change_state):
32402           reset channel count on PAUSED=>READY, not READY=>PAUSED
32403
32404 2004-01-26  Colin Walters  <walters@verbum.org>
32405
32406         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32407         code to pull a bigger buffer in iradio mode.  This as a side effect
32408         makes typefinding work.
32409
32410 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32411
32412         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32413         Fix SVQ3 decoding on PPC
32414
32415 2004-01-26  Julien MOUTTE <julien@moutte.net>
32416
32417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32418         that one managed to stay there... Fixed.
32419
32420 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32421
32422         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32423         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32424         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32425         (qtdemux_video_caps):
32426         * gst/qtdemux/qtdemux.h:
32427         Add SVQ3 specific flags to qtdemux and ffmpeg
32428
32429 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32430
32431         * gst-libs/gst/audio/audio.h:
32432           remove buffer-frames from audio caps
32433         * gst/audioconvert/gstaudioconvert.c:
32434           fix plugin to really work.
32435
32436 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32437
32438         * gst-libs/gst/mixer/mixer.c:
32439         * gst-libs/gst/propertyprobe/propertyprobe.c:
32440         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32441         (gst_tuner_find_channel_by_name):
32442         * gst-libs/gst/tuner/tuner.h:
32443           Add gtk-doc style comments. Also fix a function name.
32444
32445 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32446
32447         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32448         (gst_divxdec_negotiate):
32449           Fix for new capsnego - also fixes gst-player with divxdec.
32450
32451 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32452
32453         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32454         (gst_play_identity_handoff), (gst_play_set_location),
32455         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32456         try in visualization implementation. Still have an issue with switch
32457         blocking when pulling from video_queue and only audio comes out of
32458         spider.
32459         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32460         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32461         release method. And check if the pad is usable before pulling.
32462
32463 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32464
32465         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32466         (gst_videobalance_init),
32467         (gst_videobalance_colorbalance_list_channels),
32468         (gst_videobalance_colorbalance_set_value),
32469         (gst_videobalance_colorbalance_get_value),
32470         (gst_videobalance_update_properties),
32471         (gst_videobalance_update_tables_planar411),
32472         (gst_videobalance_planar411):
32473         * gst/videofilter/gstvideobalance.h:
32474           Implement lookup-tables. +/- 10x faster.
32475
32476 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32477
32478         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32479         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32480           The index reading was broken. The rest worked fine, but the whole
32481           goal of my rewrite was to make avidemux readable, and this was
32482           not at all readable. Please use typed variables.
32483
32484 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32485
32486         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32487           Additional pad usability check.
32488         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32489         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32490         (gst_mp1videoparse_real_chain):
32491           Fix MPEG video stream parsing. The original plugin had several
32492           issues, including not timestamping streams where the source was
32493           not timestamped (this happens with PTS values in mpeg system
32494           streams, but MPEG video is also a valid stream on its own so
32495           that needs timestamps too). We use the display time code for that
32496           for now. Also, if one incoming buffer contains multiple valid
32497           frames, we push them all on correctly now, including proper EOS
32498           handling. Lastly, several potential segfaults were fixed, and we
32499           properly sync on new sequence/gop headers to include them in next,
32500           not previous frames (since they're header for the next frame, not
32501           the previous). Also see #119206.
32502         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32503         (bpf_from_header):
32504           Move caps setting so we only do it after finding several valid
32505           MPEG-1 fraes sequentially, not right after the first one (which
32506           might be coincidental).
32507         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32508         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32509         (plugin_init):
32510           Add unsynced MPEG video stream typefinding, and change some
32511           probability values so we detect streams rightly. The idea is as
32512           follows: I can have an unsynced system stream which contains
32513           video. In the current code, I would randomly get a type for either
32514           system or video stream type found, because the probabilities are
32515           being calculated rather randomly. I now use fixed values, so we
32516           always prefer system stream if that was found (and that is how it
32517           should be). If no system stream was found, we can still identity                the stream as video-only.
32518
32519 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32520
32521         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32522         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32523           don't write to buffer. Extract data without the need of
32524           __attribute__ ((packed))
32525
32526 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32527
32528         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32529         (mpeg1_sys_type_find):
32530           Fix MPEG-1 stream typefinding.
32531
32532 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32533
32534         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32535           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32536
32537 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32538
32539         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32540         * ext/esd/gstesd.c: (plugin_init):
32541           private debugging, better error reporting
32542
32543 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32544
32545         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32546         (gst_riff_read_init), (gst_riff_read_change_state):
32547         * gst-libs/gst/riff/riff-read.h:
32548           Remove stuff fromold metadata system.
32549
32550 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32551
32552         * ext/ogg/gstoggdemux.c:
32553           Fix wrong file comment.
32554         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32555         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32556           Add metadata reading properly.
32557
32558 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32559
32560         * ext/Makefile.am:
32561           Fix nas DIST_SUBDIRS
32562           Uraeus:
32563           Fix bug where make distcheck doesn't get run on adding stuff to
32564           the build.
32565
32566 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32567
32568         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32569         * ext/divx/gstdivxdec.h:
32570           Fix divx3 ("msmpeg4") playback using divxdec.
32571
32572 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32573
32574         * gst/typefind/gsttypefindfunctions.c:
32575         (mp3_type_frame_length_from_header): fix bug in length computation
32576         (mp3_type_find): improve debugging output
32577
32578 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32579
32580         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32581         (gst_play_set_location), (gst_play_seek_to_time),
32582         (gst_play_set_audio_sink), (gst_play_set_visualization),
32583         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32584         the pipeline from scratch. Visualization is back and switch went out as
32585         i realized it was not possible to use the way i wanted.
32586         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32587         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32588         clearing in state change from READY to NULL. So that one can clean the
32589         X ressources keeping the element.
32590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32591         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32592         (gst_xvimagesink_colorbalance_set_value),
32593         (gst_xvimagesink_colorbalance_get_value),
32594         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32595         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32596         change from READY to NULL and fixed some stupid bugs in colorbalance
32597         get/set values. Also added the following feature : when nobody tries to
32598         set some values to the colorbalance levels before the xcontext is
32599         grabbed, then when creating channels list from Xv attributes we set the
32600         internal values to the Xv defaults. This way we handle buggy Xv drivers
32601         that set default hue values far from the middle of the range (Thanks
32602         to Jon Trowbridge for pointing that issue).
32603         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32604         colorbalance levels have been set before xcontext is grabbed.
32605
32606 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32607
32608         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32609           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32610           it might block operations (which is bad for a mixer).
32611
32612 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32613
32614         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32615         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32616         (gmip_find_type_pre):
32617         * gst-libs/gst/media-info/media-info-priv.h:
32618         * gst-libs/gst/media-info/media-info.c:
32619         (gst_media_info_instance_init), (gst_media_info_read_idler):
32620         add fakesink to get caps on decoder src pad again
32621         fix callback prototype to match new have_type signal signature
32622
32623 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32624
32625         * gst/adder/gstadder.c: (gst_adder_link):
32626           fix non-compile and cut-n-paste code
32627
32628 2004-01-21  David Schleef  <ds@schleef.org>
32629
32630         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32631         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32632         (gst_swfdec_init), (gst_swfdec_change_state):
32633         * ext/swfdec/gstswfdec.h:
32634         Fix negotiation.
32635         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32636         (gst_adder_request_new_pad): Fix negotiation.
32637         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32638         Add a fixate function.
32639         * gst/intfloat/gstfloat2int.c:
32640         * gst/intfloat/gstfloat2int.h:
32641         * gst/intfloat/gstint2float.c:
32642         * gst/intfloat/gstint2float.h:
32643         Completely rewrite the negotiation.  Doesn't quite work yet,
32644         due to some buffer-frames problem.
32645
32646 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32647
32648         * ext/gnomevfs/gstgnomevfssrc.c:
32649         * sys/v4l2/v4l2_calls.h:
32650           fix includes for distcheck
32651
32652 2004-01-21  Christian Schaller <uraeus@gnome.org>
32653
32654         * ext/nas/
32655         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32656         based on earlier patch from Laurent Vivier
32657
32658 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32659
32660         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32661         Fix wma caps property
32662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32663         Fix typo (flags1 and flags2)
32664
32665 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32666
32667         * gst-libs/gst/media-info/media-info-priv.c:
32668         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32669         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32670         (gmip_find_stream), (gmip_find_track_metadata),
32671         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32672         (gmip_find_track_format):
32673         * gst-libs/gst/media-info/media-info-priv.h:
32674         * gst-libs/gst/media-info/media-info-test.c: (main):
32675         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32676         (gst_media_info_read_idler), (gst_media_info_read):
32677         * gst-libs/gst/media-info/media-info.h:
32678           register debugging category and use it for debugging
32679
32680 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32681
32682         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32683         (gst_vorbisfile_new_link):
32684           signal streaminfo through tags
32685
32686 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32687
32688         * ext/mplex/gstmplex.cc:
32689         * ext/mplex/gstmplexibitstream.cc:
32690           g++ doesn't like NULL in our i18n/error macros, should be
32691           either (NULL) or ("").
32692
32693 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32694
32695         * sys/dxr3/dxr3audiosink.c:
32696         * sys/dxr3/dxr3init.c:
32697         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32698         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32699           Fix more error error error errors (missing includes here).
32700
32701 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32702
32703         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32704           fix thomas' error errors.
32705
32706 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32707
32708         * ext/mpeg2enc/gstmpeg2enc.cc:
32709           fix error errors.
32710
32711 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32712
32713         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32714         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32715           Fix for new error system.
32716
32717 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32718
32719         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32720           fix for new error reporting
32721
32722 2004-01-20  David Schleef  <ds@schleef.org>
32723
32724         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32725         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32726         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32727         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32728         and neither is 100+, most likely.
32729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32730         (gst_xvimagesink_getcaps): same
32731
32732 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32733
32734         * configure.ac:
32735           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32736           clashes with ffmpeg.
32737
32738 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32739
32740         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32741         (gst_switch_init): Fixed switch element : proxying link and setting
32742         caps from src to sink on request.
32743
32744 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32745
32746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32747         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32748         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32749         fix element_error
32750
32751 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32752
32753         * sys/v4l/v4l_calls.h:
32754         * sys/v4l2/v4l2_calls.h:
32755           element_error fixes
32756
32757 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32758
32759         * gst-libs/gst/gst-i18n-plugin.h:
32760           add locale.h
32761           remove config.h inclusion
32762
32763 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32764
32765         * autogen.sh:
32766           adding autopoint invocation
32767         * Makefile.am:
32768         * configure.ac:
32769         * gst-libs/gst/gettext.h:
32770           adding gettext bits
32771         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32772         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32774         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32775         (gst_gnomevfssink_close_file):
32776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32777         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32778         * gst-libs/gst/gst-i18n-plugin.h:
32779         * gst/avi/gstavi.c: (plugin_init):
32780         * sys/dxr3/dxr3init.c: (plugin_init):
32781         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32782         * sys/oss/gstossaudio.c: (plugin_init):
32783         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32784         * sys/v4l/gstv4l.c: (plugin_init):
32785         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32786         * sys/v4l2/gstv4l2.c: (plugin_init):
32787         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32788         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32789         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32790         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32791         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32792         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32793           make sure locale and translation domain are set
32794           fix translated strings
32795         * po/.cvsignore:
32796         * po/LINGUAS:
32797         * po/Makevars:
32798         * po/POTFILES.in:
32799         * po/nl.po:
32800           put translation files into place
32801         * sys/xvideo/imagetest.c: (main):
32802         * ext/dv/demo-play.c: (main):
32803           fix unnecessary translations
32804
32805 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32806
32807         * ext/sndfile/gstsf.c:
32808         * gst/avi/gstavimux.c:
32809         * ext/audiofile/gstafsink.c:
32810         * ext/audiofile/gstafsrc.c:
32811         * ext/gnomevfs/gstgnomevfssink.c:
32812         * ext/gnomevfs/gstgnomevfssrc.c:
32813         * sys/oss/gstosselement.c:
32814         * sys/v4l/v4l_calls.h:
32815           fix i18n include
32816
32817 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32818
32819         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32820         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32821         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32822         (gst_v4l2_get_output), (gst_v4l2_set_output),
32823         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32824         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32825         (gst_v4l2_set_attribute):
32826         update to new error handling
32827
32828 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32829
32830         * ext/sidplay/gstsiddec.cc:
32831         * gst/modplug/gstmodplug.cc:
32832           parenthese NULL because C++ seems angry about it
32833
32834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32835
32836         * gst-libs/gst/gst-i18n-plugin.h:
32837           add skeleton i18n stuff, but needs to be further implemented
32838
32839 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32840
32841         * examples/gstplay/player.c: (main):
32842         * ext/aalib/gstaasink.c: (gst_aasink_open):
32843         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32845         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32846         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32847         (gst_afsink_close_file):
32848         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32849         (gst_afsrc_close_file):
32850         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32851         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32852         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32853         * ext/esd/esdmon.c: (gst_esdmon_get):
32854         * ext/esd/esdsink.c: (gst_esdsink_chain):
32855         * ext/faac/gstfaac.c: (gst_faac_chain):
32856         * ext/faad/gstfaad.c: (gst_faad_chain):
32857         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32858         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32859         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32860         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32861         (gst_flacdec_loop):
32862         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32863         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32864         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32865         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32866         (gst_gnomevfssink_close_file):
32867         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32868         (gst_gnomevfssrc_open_file):
32869         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32870         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32871         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32872         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32873         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32874         * ext/mad/gstmad.c: (gst_mad_chain):
32875         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32876         * ext/mpeg2dec/gstmpeg2dec.c:
32877         * ext/mpeg2enc/gstmpeg2enc.cc:
32878         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32879         * ext/mplex/gstmplex.cc:
32880         * ext/mplex/gstmplexibitstream.cc:
32881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32882         (gst_ogg_demux_push), (gst_ogg_pad_push):
32883         * ext/raw1394/gstdv1394src.c:
32884         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32885         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32886         * ext/sidplay/gstsiddec.cc:
32887         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32888         (gst_sf_loop):
32889         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32890         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32891         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32892         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32893         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32894         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32895         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32896         * gst-libs/gst/Makefile.am:
32897         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32898         (gst_riff_read_element_data), (gst_riff_read_seek),
32899         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32900         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32901         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32902         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32903         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32904         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32905         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32906         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32907         * gst/goom/gstgoom.c: (gst_goom_chain):
32908         * gst/id3/gstid3types.c: (gst_id3types_loop):
32909         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32910         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32911         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32912         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32913         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32914         (gst_ebml_read_float), (gst_ebml_read_header):
32915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32916         (gst_matroska_demux_parse_blockgroup):
32917         * gst/modplug/gstmodplug.cc:
32918         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32919         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32920         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32921         * gst/silence/gstsilence.c: (gst_silence_get):
32922         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32923         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32924         * gst/speed/gstspeed.c: (speed_loop):
32925         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32927         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32928         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32929         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32930         (gst_wavparse_loop):
32931         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32932         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32933         (dxr3audiosink_close):
32934         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32935         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32936         (dxr3videosink_close), (dxr3videosink_write_data):
32937         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32938         * sys/oss/gstosselement.h:
32939         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32940         (gst_osssink_chain):
32941         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32942         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32943         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32945         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32946         (gst_v4l_enable_overlay):
32947         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32948         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32949         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32950         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32951         (gst_v4l_set_audio):
32952         * sys/v4l/v4l_calls.h:
32953         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32954         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32955         (gst_v4lmjpegsink_playback_init),
32956         (gst_v4lmjpegsink_playback_start):
32957         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32958         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32959         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32960         (gst_v4lmjpegsrc_requeue_frame):
32961         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32962         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32963         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32964         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32965         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32966         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32967         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32968         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32969         (gst_v4l2src_capture_stop):
32970         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32971         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32972         (gst_ximagesink_chain):
32973         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32974         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32975         (gst_xvideosink_xwindow_new):
32976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32977         (gst_xvimagesink_chain):
32978         use new error signal, function and categories
32979
32980 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32981
32982         * configure.ac:
32983         * ext/Makefile.am:
32984         * ext/musicbrainz/gsttrm.c:
32985         * ext/musicbrainz/gsttrm.h:
32986         * ext/musicbrainz/Makefile.am:
32987         Add a trm plugin
32988
32989 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32990
32991         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32992         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32993         synchronous property for debugging.
32994         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32996         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32997         smaller block, fixing indent.
32998
32999 2004-01-16  David Schleef  <ds@schleef.org>
33000
33001         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33002         property affects the video stream.
33003         * sys/xvimage/xvimagesink.c:
33004         * sys/xvimage/xvimagesink.h:
33005         Add synchronous property for debugging.  Should probably be
33006         disabled in non-CVS builds.  Make sure that the Xv attribute
33007         exists before we set it (crash!).  Fix a silly float bug that
33008         caused colorbalance to just not work.
33009
33010 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33011
33012         * tools/gst-launch-ext.in - update for new plugins
33013
33014 2004-01-16  David Schleef  <ds@schleef.org>
33015
33016         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33017         already-freed caps.
33018
33019 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33020
33021         * Update spec for new colorspace plugin and libcaca plugin
33022         * Fix compilation of libcaca plugin (clock -> id)
33023
33024 2004-01-16  Julien MOUTTE <julien@moutte.net>
33025
33026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33027         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33028         (gst_xvimagesink_set_xwindow_id),
33029         (gst_xvimagesink_colorbalance_set_value),
33030         (gst_xvimagesink_colorbalance_get_value),
33031         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33032         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33033         correct colorbalance properties. They can now be set when the element
33034         is still in NULL state. The values will be committed to the Xv Port
33035         when xcontext is initialized.
33036         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33037         brightness int values in the GstXvImagesink structure.
33038
33039 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33040
33041         * gst-libs/gst/Makefile.am:
33042           restructure so having local patches works easier.
33043
33044 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33045
33046         * ext/mpeg2enc/Makefile.am:
33047         * ext/mpeg2enc/gstmpeg2enc.cc:
33048         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33049           Bugfix with respect to EOS handling.
33050
33051 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33052
33053         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33054           Link with right caps (else, it segfaults).
33055         * ext/mplex/gstmplexjob.cc:
33056           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33057
33058 2004-01-15  David Schleef  <ds@schleef.org>
33059
33060         * gst-libs/gst/audio/Makefile.am:
33061         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33062         from the template.
33063         * gst-libs/gst/audio/gstaudiofilter.c:
33064         * gst-libs/gst/audio/gstaudiofilter.h:
33065         Add bytes_per_sample and size and n_samples calculation.
33066         * gst-libs/gst/audio/gstaudiofilterexample.c:
33067         Remove, now autogenerated.
33068         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33069         Moved from gstaudiofilterexample, object name changed, code added
33070         so that it actually works.
33071         * gst-libs/gst/audio/make_filter:
33072         Script to build an audiofilter subclass from the template.
33073         * gst/colorspace/Makefile.am:
33074         * gst/colorspace/yuv2yuv.c:
33075         Remove file, since it's GPL, and we don't use it.
33076
33077 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33078
33079         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33081         them use the buffer free function to test how the buffer was allocated.
33082
33083 2004-01-15  David Schleef  <ds@schleef.org>
33084
33085         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33086         that handles osssink fallback.
33087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33088         (gst_audio_convert_getcaps):
33089         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33090         Add audio/x-qdm2 for QDM2 audio.
33091         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33092         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33093         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33094         Decrease minimum size to 16x16.
33095         * gst/wavparse/gstwavparse.c:
33096         Convert disabled pad template caps to new caps.
33097         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33099         (gst_xvimagesink_chain): Throw element error when display cannot
33100         be opened.  Increase minimum framerate to 1.0.  Check the data
33101         free function on a buffer to make sure it is the type we expect
33102         before manipulating it.
33103
33104 2004-01-15  Julien MOUTTE <julien@moutte.net>
33105
33106         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33107         (gst_videobalance_colorbalance_set_value): Implement passthru if
33108         settings are in the middle.
33109         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33110
33111 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33112
33113         * gst/videofilter/Makefile.am:
33114         * gst/volume/Makefile.am:
33115           Since we use videofilter symbols, link to it.
33116
33117 2004-01-15  Julien MOUTTE <julien@moutte.net>
33118
33119         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33120         mixer interface type to HARDWARE.
33121         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33122         type to SOFTWARE.
33123         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33124         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33125         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33126         (gst_volume_interface_init), (gst_volume_list_tracks),
33127         (gst_volume_set_volume), (gst_volume_get_volume),
33128         (gst_volume_set_mute), (gst_volume_mixer_init),
33129         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33130         (volume_init): Implementing mixer interface.
33131         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33132         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33133         (gst_osselement_change_state): Removing some trailing commas in
33134         structures.
33135         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33136         interface type to HARDWARE.
33137         * sys/v4l/gstv4lcolorbalance.c:
33138         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33139         type to HARDWARE.
33140         * sys/v4l2/gstv4l2colorbalance.c:
33141         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33142         interface type to HARDWARE.
33143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33144         same code than ximagesink for event handling.
33145
33146 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33147
33148         * ext/snapshot/Makefile.am:
33149         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33150         (gst_snapshot_chain):
33151         * ext/snapshot/gstsnapshot.h:
33152           This has to be a joke... Snapshot should be connected to a tee,
33153           colorspace element before it and EOS after that, where the other
33154           src of the tee receives normal data.
33155           The current way is *wrong*.
33156
33157 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33158
33159         * ext/hermes/gsthermescolorspace.c:
33160           Fix another compile error. Same as below.
33161
33162 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33163
33164         * gst/colorspace/gstcolorspace.c:
33165         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33166         (gst_colorspace_i420_to_yv12):
33167           Fix compiling... Didn't test if it actually works.
33168
33169 2004-01-15  David Schleef  <ds@schleef.org>
33170
33171         * configure.ac:
33172         * gst/colorspace/Makefile.am:
33173         * gst/colorspace/gstcolorspace.c:
33174         * gst/colorspace/gstcolorspace.h:
33175         * gst/colorspace/yuv2rgb.c:
33176         * gst/colorspace/yuv2rgb.h:
33177         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33178         code and GPL code.  Fix for new caps negotiation.  Rewrite
33179         much of the format handling code, and some of the conversion
33180         code.  Basically, rewrote almost everything.  This element
33181         handles I420, YV12 to RGB conversions.
33182         * ext/hermes/Makefile.am:
33183         * ext/hermes/gsthermescolorspace.c:
33184         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33185         Remove non-Hermes related code.  This element handles lots of
33186         RGB to RGB conversions, but no YUV.
33187         * ext/hermes/gstcolorspace.c:
33188         * ext/hermes/gstcolorspace.h:
33189         * ext/hermes/rgb2yuv.c:
33190         * ext/hermes/yuv2rgb.c:
33191         * ext/hermes/yuv2rgb.h:
33192         * ext/hermes/yuv2rgb_mmx16.s:
33193         * ext/hermes/yuv2yuv.c:
33194         * ext/hermes/yuv2yuv.h:
33195         Remove old code.
33196
33197 2004-01-14  Colin Walters  <walters@verbum.org>
33198
33199         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33200         they've already been.
33201
33202 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33203
33204         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33205           assume tag mode when pad is not connected
33206
33207 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33208
33209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33210           Don't update the time of the clock
33211         (gst_alsa_sink_loop):
33212           sync to the clock given to alsasink, not the own clock
33213         * sys/oss/gstosssink.c: (gst_osssink_chain):
33214           sync to the clock
33215         (gst_osssink_change_state):
33216           activate the clock
33217         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33219           remove bogus code that made DISCONT events unhandled
33220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33221           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33222           #131502)
33223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33224         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33225         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33226           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33227           2nd warning in bug #131502)
33228
33229 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33230
33231         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33232         (gst_videobalance_colorbalance_set_value),
33233         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33234         for colorbalance interface implementation.
33235         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33236         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33237         (gst_ximagesink_dispose), (gst_ximagesink_init),
33238         (gst_ximagesink_class_init): Adding DISPLAY property.
33239         * sys/ximage/ximagesink.h: Adding display_name to store display.
33240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33241         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33242         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33243         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33244         properties (they still need polishing though for gst-launch use : no
33245         xcontext yet, i ll do that tomorrow).
33246         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33247
33248 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33249
33250         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33251         (gst_play_set_location), (gst_play_set_visualization): Preparing
33252         switch integration, adding videobalance in the pipeline.
33253
33254 2004-01-14  Julien MOUTTE <julien@moutte.net>
33255
33256         * gst-libs/gst/colorbalance/colorbalance.c:
33257         (gst_color_balance_class_init): Adding a default type.
33258         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33259         the type.
33260         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33261         (gst_videobalance_dispose), (gst_videobalance_class_init),
33262         (gst_videobalance_init), (gst_videobalance_interface_supported),
33263         (gst_videobalance_interface_init),
33264         (gst_videobalance_colorbalance_list_channels),
33265         (gst_videobalance_colorbalance_set_value),
33266         (gst_videobalance_colorbalance_get_value),
33267         (gst_videobalance_colorbalance_init): Implementing colorbalance
33268         interface.
33269         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33270         list.
33271         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33272         bug which was triggering a BadAccess X error when setting an overlay
33273         before pad was really negotiated.
33274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33275         Using the colorbalance type macro.
33276
33277 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33278
33279         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33280         (gst_flacenc_chain):
33281           handle tags correctly
33282         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33283           extract ID3v1 tags correctly
33284
33285 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33286
33287         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33288         (plugin_init):
33289           Improve matroska typefinding for odd-typed headers...
33290
33291 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33292
33293         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33294           Fix for using incremental number on padnames.
33295
33296 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33297
33298         * ext/divx/gstdivxdec.c:
33299         * ext/divx/gstdivxenc.c:
33300           Set category to divx4linux instead of divx (too generic).
33301         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33302         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33303         (gst_wavparse_loop), (gst_wavparse_change_state):
33304         * gst/wavparse/gstwavparse.h:
33305           fix parsing of WAV files with non-standard fmt-tag size and fix
33306           skipping of unrecognized chunks... Someone please fix this thing
33307           to use rifflib so all this is automated.
33308         * sys/v4l/Makefile.am:
33309         * sys/v4l2/Makefile.am:
33310           Add X_CFLAGS because we depend on X (for overlay).
33311
33312 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33313
33314         * ext/mpeg2dec/gstmpeg2dec.c:
33315           Don't issue a timestamp unless we tagged the frame
33316           with a PTS.
33317
33318 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33319
33320         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33321           Query the audio element to get the time, not the clock. We're
33322           interested in the element's time here.
33323
33324 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33325
33326         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33327         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33328         * ext/esd/esdsink.c: (gst_esdsink_chain):
33329         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33330         * ext/mas/massink.c: (gst_massink_chain):
33331         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33332         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33333         (gst_matroska_demux_parse_metadata):
33334         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33335         (gst_mpeg_parse_release_locks):
33336         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33337         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33339         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33340         (gst_osssink_change_state):
33341         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33342         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33343         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33344         (gst_xvideosink_release_locks):
33345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33346           use element time.
33347         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33348         (gst_alsa_clock_stop):
33349         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33350         (gst_audio_clock_get_internal_time):
33351           simplify for use with new clocking code.
33352         * testsuite/alsa/Makefile.am:
33353         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33354           fix testsuite for new caps system
33355
33356 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33357
33358         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33359         * ext/flac/gstflacenc.c: (add_one_tag):
33360           length is already host endian, no need to convert. Fixes playback of
33361           tagged files on PPC. (bug #128384)
33362
33363 2004-01-13  Julien MOUTTE <julien@moutte.net>
33364
33365         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33366         colorbalance interface stating if it is hardware based or software
33367         based.
33368         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33369         Removing a trailing comma.
33370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33371         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33372         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33373         the documentation seems to be wrong on the -1000 to 1000 interval.
33374
33375 2004-01-12  David Schleef  <ds@schleef.org>
33376
33377         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33378         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33379         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33380         Fix negotiation.  Add a bufferalloc function for the sink pad,
33381         and generally clean up some of the code.
33382
33383 2004-01-12  Julien MOUTTE <julien@moutte.net>
33384
33385         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33386         (gst_color_balance_channel_dispose): Adding safety check in dispose
33387         method.
33388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33389         (gst_xvimagesink_xcontext_clear),
33390         (gst_xvimagesink_interface_supported),
33391         (gst_xvimagesink_colorbalance_list_channels),
33392         (gst_xvimagesink_colorbalance_set_value),
33393         (gst_xvimagesink_colorbalance_get_value),
33394         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33395         Adding colorbalance interface support to set XV parameters such as
33396         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33397         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33398         interface.
33399
33400 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33401
33402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33403         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33404         (gst_audio_convert_init), (gst_audio_convert_set_property),
33405         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33406         (gst_audio_convert_link),
33407         (gst_audio_convert_buffer_to_default_format),
33408         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33409           - implement _getcaps and use it
33410           - improve linking
33411           - remove float caps since no float conversion is actually done
33412           - remove properties and arguments that were to be used for rate
33413             conversion
33414
33415 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33416
33417         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33418         (gst_audio_structure_set_int):
33419         * gst-libs/gst/audio/audio.h:
33420           add helper functions for _getcaps matching the standard audio
33421           templates
33422
33423 2004-01-12  David Schleef  <ds@schleef.org>
33424
33425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33426         Test that pad is negotiated before getting its caps.
33427
33428 2004-01-12  Julien MOUTTE <julien@moutte.net>
33429
33430         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33431         analyzing the pads of an element the bin is mostly in READY state so
33432         no caps were negotiated. This helper function needs to work with
33433         _get_caps directly then. I was not freeing them though, added that to
33434         fix the mem leak.
33435
33436 2004-01-12  Julien MOUTTE <julien@moutte.net>
33437
33438         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33440         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33441         than the free_func.
33442
33443 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33444
33445         * sys/oss/gstossaudio.c: (plugin_init):
33446         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33447         * sys/oss/gstosselement.h:
33448           make an oss debugging category
33449           make failure more descriptive
33450
33451 2004-01-11  David Schleef  <ds@schleef.org>
33452
33453         * ext/ffmpeg/gstffmpeg.c:
33454         * ext/ffmpeg/gstffmpegcodecmap.c:
33455         * ext/ffmpeg/gstffmpegdec.c:
33456         * ext/ffmpeg/gstffmpegenc.c:
33457         * ext/ffmpeg/gstffmpegprotocol.c:
33458         * ext/gdk_pixbuf/gstgdkanimation.c:
33459         * ext/jpeg/gstjpeg.c:
33460         * ext/libpng/gstpng.c:
33461         * ext/mpeg2dec/perftest.c:
33462         * ext/speex/gstspeex.c:
33463         * gst-libs/gst/resample/dtos.c:
33464         * gst/intfloat/gstintfloatconvert.c:
33465         * gst/oneton/gstoneton.c:
33466         * gst/rtjpeg/RTjpeg.c:
33467         * gst/rtp/gstrtp.c:
33468         * sys/dxr3/dxr3init.c:
33469         * sys/glsink/gstgl_nvimage.c:
33470         * sys/glsink/gstgl_pdrimage.c:
33471         * sys/glsink/gstglsink.c:
33472         * testsuite/gst-lint:
33473         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33474
33475 2004-01-11  David Schleef  <ds@schleef.org>
33476
33477         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33478         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33479         * ext/gdk_pixbuf/gstgdkanimation.c:
33480         (gst_gdk_animation_iter_create_pixbuf):
33481         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33482         (gst_gdk_pixbuf_chain):
33483         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33484         * ext/jack/gstjack.c: (gst_jack_change_state):
33485         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33486         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33487         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33488         * gst/videofilter/gstvideofilter.c:
33489         (gst_videofilter_set_output_size):
33490         Remove all usage of gst_pad_get_caps(), and replace it with
33491         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33492
33493 2004-01-11  David Schleef  <ds@schleef.org>
33494
33495         * configure.ac:
33496         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33497         * ext/divx/gstdivxdec.c:
33498         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33499         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33500         handle images that span multiple buffers.  Now work with both
33501         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33502         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33503         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33504         video/video.h changes
33505         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33507         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33508         of GstData free function.
33509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33510         same.
33511
33512 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33513
33514         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33515         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33516         (gst_v4l2element_get_property):
33517         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33518           add norm, channel and frequency properties.
33519         * sys/v4l2/gstv4l2tuner.c:
33520           fixes for tuner interface changes
33521         * sys/v4l2/gstv4l2element.h:
33522         * sys/v4l2/gstv4l2src.c:
33523         * sys/v4l2/gstv4l2src.h:
33524         * sys/v4l2/v4l2src_calls.c:
33525         * sys/v4l2/v4l2src_calls.h:
33526           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33527
33528 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33529
33530         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33531         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33532         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33533         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33534         * gst-libs/gst/tuner/tuner.h:
33535           GObjects aren't const.
33536           Add find_by_name functions.
33537           Add checks to _changed functions.
33538         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33539         (gst_v4l_tuner_get_norm):
33540           Fixes for above.
33541
33542 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33543
33544         * gst-libs/gst/video/video.h:
33545           Fix caps template names to be understandable.
33546           Prefix everything with GST_VIDEO.
33547         * ext/aalib/gstaasink.c:
33548         * ext/divx/gstdivxdec.c:
33549         * ext/divx/gstdivxenc.c:
33550         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33551         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33552         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33553         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33554         * ext/libcaca/gstcacasink.c:
33555         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33556         * ext/snapshot/gstsnapshot.c:
33557         * ext/swfdec/gstswfdec.c:
33558         * ext/xvid/gstxviddec.c:
33559         * ext/xvid/gstxvidenc.c:
33560         * gst/chart/gstchart.c:
33561         * gst/deinterlace/gstdeinterlace.c:
33562         * gst/effectv/gsteffectv.c:
33563         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33564         * gst/goom/gstgoom.c:
33565         * gst/median/gstmedian.c:
33566         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33567         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33568         * gst/overlay/gstoverlay.c:
33569         * gst/smooth/gstsmooth.c:
33570         * gst/smpte/gstsmpte.c:
33571         * gst/synaesthesia/gstsynaesthesia.c:
33572         * gst/videocrop/gstvideocrop.c:
33573         * gst/videodrop/gstvideodrop.c:
33574         * gst/y4m/gsty4mencode.c:
33575         * sys/qcam/gstqcamsrc.c:
33576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33577           Make them work with new video.h file.
33578         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33579         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33581         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33582           Make it work with new buffer allocation system.
33583
33584 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33585
33586         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33587         pad_alloc_buffer implementation to use ->srcpad
33588         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33589         pad_alloc_buffer implementation to use ->srcpad
33590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33591         pad_alloc_buffer implementation to use ->srcpad
33592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33593         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33594         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33595         a reference to everything we need.
33596         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33598         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33599         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33600         a reference to everything we need.
33601         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33602
33603 2004-01-11  David Schleef  <ds@schleef.org>
33604
33605         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33606         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33607         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33608         structure members.
33609         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33610         value during a resize/renegotiation.
33611         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33612         gst_pad_alloc_buffer();
33613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33614         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33615         structure members.
33616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33617         Fix for rename of buffer private structure members.
33618         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33619         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33620         Fix for rename of buffer private structure members.
33621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33622         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33623         Fix for rename of buffer private structure members.
33624
33625 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33626
33627         reviewed by: David Schleef <ds@schleef.org>
33628
33629         * gst/videofilter/Makefile.am:
33630         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33631         from the patch by ds to fit in with recent make_filter changes.
33632
33633 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33634
33635         * configure.ac: Adding examples/switch/Makefile
33636         * examples/Makefile.am: Adding examples/switch
33637         * examples/switch/Makefile.am: Adding switcher example.
33638         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33639         (switch_timer), (main): Adding an example demonstrating switch usage
33640         with 2 videotestsrc showing different patterns.
33641         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33642         (gst_switch_init): Fixing switch with the new caps system.
33643
33644 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33645
33646         * gst-libs/gst/video/video.h:
33647           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33648           They should probably be like
33649           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33650
33651 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33652
33653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33654         (qtdemux_parse_trak):
33655           fix audio chunk size/timestamp calculation
33656
33657 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33658
33659         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33660           fix SVQ3 caps
33661
33662 2004-01-11  Steve Baker  <steve@stevebaker.org>
33663
33664         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33665         (gst_agingtv_base_init), (gst_agingtv_class_init),
33666         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33667         (gst_agingtv_set_property), (gst_agingtv_get_property):
33668         Port agingTV to videofilter
33669
33670 2004-01-09  Julien MOUTTE <julien@moutte.net>
33671
33672         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33673         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33674
33675 2004-01-09  Julien MOUTTE <julien@moutte.net>
33676
33677         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33678         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33679         * gst-libs/gst/xoverlay/xoverlay.c:
33680         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33682         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33683         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33684         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33685         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33686         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33687         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33688         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33689         interface implementation to handle xid being 0 and fix some bugs
33690         triggered by Benjamin's testcase.
33691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33692         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33693         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33694         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33695         interface implementation to handle xid being 0 and fix some bugs
33696         triggered by Benjamin's testcase.
33697
33698 2004-01-09  David Schleef  <ds@schleef.org>
33699
33700         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33701         mouse pointer events.  It works.
33702
33703 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33704
33705         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33706           Use explicit caps - fix capsnego.
33707         * ext/xvid/gstxviddec.c:
33708         * ext/xvid/gstxvidenc.c:
33709           Remove macro-inside-macro which caused compile errors.
33710         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33711           Error out if it's not a RIFF file. Else we error out without
33712           gst_element_error() which is not good...
33713
33714 2004-01-08  David Schleef  <ds@schleef.org>
33715
33716         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33717         Fix pad_link function to handle formats that ffmpeg returns
33718         as multiple caps structures.
33719         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33720         Only complain if source buffer is _smaller_ than expected.
33721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33722         (gst_videoscale_handle_src_event): Resize navigation events
33723         when passing them upstream.
33724         * gst/videotestsrc/gstvideotestsrc.c:
33725         * gst/videotestsrc/gstvideotestsrc.h:
33726         * gst/videotestsrc/videotestsrc.c:
33727         * gst/videotestsrc/videotestsrc.h:
33728         Rewrite many of the buffer painting functions to handle odd
33729         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33730         been verified to work with my video card.
33731         * testsuite/gst-lint:  Add check for elements calling
33732         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33733
33734 2004-01-08  David Schleef  <ds@schleef.org>
33735
33736         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33737         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33738
33739 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33740
33741         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33742         configure event is not emiting the desired size signal. That fixes
33743         aspect ratio issues with gst-player.
33744
33745 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33746
33747         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33748           Fix capsnego.
33749
33750 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33751
33752         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33753         public method to fire size signal.
33754
33755 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33756
33757         * examples/gstplay/Makefile.am: Adding the interface library.
33758         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33759         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33760         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33761         GST_IS_X_OVERLAY before signal connect.
33762         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33763         Removing the have_video_size signal.
33764         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33765         and associated public method.
33766         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33767         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33768         signal.
33769         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33770         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33771         signal.
33772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33773         Using XOverlay public method to fire size signal.
33774
33775 2004-01-07  David Schleef  <ds@schleef.org>
33776
33777         * gst/videofilter/Makefile.am:
33778         * gst/videofilter/gstvideotemplate.c:
33779         * gst/videofilter/make_filter:
33780         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33781         Convert make_filter to /bin/sh script.
33782
33783 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33784
33785         * gst/modplug/gstmodplug.cc: fix element description
33786
33787 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33788
33789         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33790         (got_video_size): Adding some new lines in g_print calls.
33791         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33792         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33793         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33794         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33795         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33796         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33797         Complete code review, reverting some stuff i disagree with, adding
33798         some fixes : time synchronization on invalid timestamps, renegotiation
33799         of private window.
33800         * sys/ximage/ximagesink.h:
33801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33802         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33803         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33804         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33805         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33806         (gst_xvimagesink_buffer_new),
33807         (gst_xvimagesink_navigation_send_event),
33808         (gst_xvimagesink_set_xwindow_id),
33809         (gst_xvimagesink_get_desired_size),
33810         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33811         stuff i disagree with, adding some fixes : Renegotiation of private
33812         window, implementing get_desired_size.
33813
33814 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33815
33816         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33817         (gst_afsink_handle_event):
33818         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33819         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33820         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33821         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33822         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33823           Fix for instantiate-test (see core). Also remove dead code from
33824           jpegenc (which still needs fixing, but that's lower on my TODO
33825           list...).
33826         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33827           Never return NULL as caps.
33828
33829 2004-01-07  David Schleef  <ds@schleef.org>
33830
33831         * configure.ac:
33832         * ext/Makefile.am:
33833         * ext/librfb/Makefile.am:
33834         * ext/librfb/gstrfbsrc.c:
33835         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33836         is the protocol used by VNC.
33837
33838 2004-01-07  David Schleef  <ds@schleef.org>
33839
33840         * gst/videofilter/gstvideotemplate.c:
33841         * gst/videofilter/gstvideotemplate.h:
33842         * gst/videofilter/make_filter:
33843         Merge videotemplate header into source file.
33844         * gst/effectv/Makefile.am:
33845         * gst/effectv/gsteffectv.c: (plugin_init):
33846         * gst/effectv/gstwarp.c:
33847         Make warpTV a subclass of videofilter.
33848
33849 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33850
33851         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33852           Add guard against invalid utf-8 conversions in mad. Just in case.
33853
33854 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33855
33856         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33857           Fix for bug shown by poisoning
33858
33859 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33860
33861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33862         (gst_v4lmjpegsrc_buffer_free):
33863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33864         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33865         (gst_v4lsrc_buffer_free):
33866           Fix for removed bufferpools.
33867
33868 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33869
33870         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33871         Fix caps negotiation.
33872
33873         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33874         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33875         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33876         (dvdnavsrc_event):
33877         * ext/mpeg2dec/gstmpeg2dec.c:
33878         * gst-libs/gst/navigation/navigation.c:
33879         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33880         * gst-libs/gst/navigation/navigation.h:
33881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33882         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33884         Super-simple first version of mouse and keyboard events. Clicking
33885         on a DVD menu now works, although it may not take you where you
33886         expected.
33887
33888         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33889         * gst/videotestsrc/gstvideotestsrc.c:
33890         (gst_videotestsrc_src_fixate):
33891         These fixate functions were broken - they never actually
33892         fixated :)
33893
33894 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33895
33896         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33897         (gst_icecastsend_init):
33898           fix for new caps system.
33899         * gst-libs/gst/mixer/mixertrack.h:
33900         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33901           Add 'master track' flag (for tools like ACME that only want to
33902           change the main volume).
33903
33904 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33905
33906         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33907         (gst_xvid_csp_to_caps):
33908         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33909         * ext/xvid/gstxvidenc.c:
33910         ifdef out ARGB type when it isn't available
33911         in xvidcore 1.0.0beta2
33912
33913 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33914
33915         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33916           When we have received a new SCR right in the first buffer after
33917           a seek (so in the same cycle that handles the discont), we should
33918           handle the buffer instead of unreffing it, else we lose data.
33919
33920 2004-01-06  Iain <iain@prettypeople.org>
33921
33922         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33923           buffer-frames caps too.
33924
33925         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33926           caps that we need, don't destroy them all and rebuild them. And when
33927           creating src pads, use the src pad template rather than the sink...
33928
33929 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33930
33931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33932           Add pad to element *after* setting functions such as event handler.
33933           Without this, the scheduler (opt) will link pads, set the event
33934           handler from the default event function (dispatcher in gstpad.c)
33935           and *after* that, we will set our own event function, which will
33936           thus never be used (and thus mpegdemux doesn't handle events).
33937
33938 2004-01-04  David Schleef  <ds@schleef.org>
33939
33940         Fix the fixate functions to handle new prototype:
33941         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33942         * gst/videotestsrc/gstvideotestsrc.c:
33943         (gst_videotestsrc_src_fixate):
33944         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33945         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33947
33948 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33949
33950         * sys/ximage/ximagesink.h:
33951         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33952         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33953         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33954         (gst_ximagesink_xoverlay_init):
33955           assorted fixes to make (re)embedding work
33956         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33957         (gst_ximagesink_get_desired_size):
33958           implement desired size additions to XOverlay
33959
33960 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33961
33962         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33963         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33964         (gst_x_overlay_got_desired_size):
33965         * gst-libs/gst/xoverlay/xoverlay.h:
33966           Add optional "desired size" signal and querying.
33967
33968 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33969
33970         * gst/matroska/matroska-demux.c:
33971         (gst_matroska_demux_parse_blockgroup):
33972           Fix EBML-laced block parsing. Diffs are relative to previous
33973           lace, not the first lace. Thanks to Mosu from the Matroska
33974           team for detecting this.
33975         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33976         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33977         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33978         (gst_wavparse_change_state):
33979         * gst/wavparse/gstwavparse.h:
33980           Quickfix for capsnego.
33981
33982 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33983
33984         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33985           Fix indenting, fix pad creation.
33986
33987 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33988
33989         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33990         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33991         (gst_xviddec_sink_link):
33992           Implement src_getcaps() so proper size caps is negotiated.
33993
33994 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33995
33996         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33997           Finish flac decoder on EOS. See #116178.
33998
33999 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34000
34001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34002         (gst_matroska_demux_add_stream):
34003         * gst/matroska/matroska-ids.h:
34004           Add getcaps() function to fix capsnego...
34005
34006 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34007
34008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34009         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34010         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34011           Fix more integer overflows. Again, see #126967.
34012
34013 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34014
34015         * ext/mpeg2dec/gstmpeg2dec.c:
34016           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34017           #130416.
34018
34019 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34020
34021         * configure.ac:
34022         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34023         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34024         * ext/xvid/gstxvid.h:
34025         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34026         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34027         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34028         (gst_xviddec_change_state):
34029         * ext/xvid/gstxviddec.h:
34030         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34031         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34032         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34033         (gst_xvidenc_link), (gst_xvidenc_set_property),
34034         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34035         * ext/xvid/gstxvidenc.h:
34036           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34037
34038 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34039
34040         * gst/rtp/rtp-packet.c:
34041           Add sys/types.h include, since OS X doesn't define in_addr_t
34042           in netinet/in.h, like it does on Linux (see #129600).
34043
34044 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34045
34046         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34047
34048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34049           Correct logic of dispose function (see #129306).
34050
34051 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34052
34053         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34054         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34055         (gst_mpeg_parse_init):
34056         * gst/mpegstream/gstmpegparse.h:
34057           Remove clock (which was never provided, i.e. dead code), and
34058           also fix integer overflows at high PTS values (see #126967).
34059
34060 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34061
34062         * ext/flac/gstflacdec.c:
34063         * ext/libpng/gstpngenc.h:
34064         * ext/mikmod/gstmikmod.h:
34065           OS X fixes (see #126628).
34066
34067 2004-01-02  David Schleef  <ds@schleef.org>
34068
34069         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34070         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34071         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34072         (gst_mpeg_parse_class_init): Move pad template registration
34073         to class_init, since the derived class (mpegdemux) doesn't
34074         want them.
34075
34076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34077
34078         * sys/ximage/Makefile.am:
34079         * sys/xvideo/Makefile.am:
34080         * sys/xvimage/Makefile.am:
34081           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34082           after installation (see #127664).
34083
34084 2004-01-02  David Schleef  <ds@schleef.org>
34085
34086         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34087         (gst_ffmpegenc_connect):  Negotiation fixes.
34088         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34089         Remove inappropriate gst_caps_free().
34090         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34091         Reenable Ronald's internal resize code, since the core handles
34092         it correctly now.
34093
34094 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34095
34096         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34097         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34099           Fix pad template stuff.
34100
34101 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34102
34103         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34104         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34105           fix signed integer reading/writing.
34106
34107 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34108
34109         * ext/alsa/README:
34110           Remove outdated document
34111
34112 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34113
34114         * gst/cutter/gstcutter.c: (gst_cutter_init):
34115           src pad was being created twice - oops.
34116
34117 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34118
34119         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34120           Comment out internal resize. It doesn't handle the resulting
34121           XEvent internally, does another try_set_caps() which leads to
34122           a really nice loop.
34123           Real fix will come when Julien and Dave are awake. ;).
34124
34125 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34126
34127         * ext/mpeg2enc/gstmpeg2enc.cc:
34128           fix const/nonconst compile issue.
34129
34130 2004-01-02  David Schleef  <ds@schleef.org>
34131
34132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34133         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34134         Add fixate function and a check for bad formats.
34135
34136 2004-01-01  David Schleef  <ds@schleef.org>
34137
34138         Negotiation fixes:
34139         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34140         (gst_audiofilter_init):
34141         * gst/debug/efence.c: (gst_efence_init):
34142         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34143         (gst_deinterlace_init):
34144         * gst/volume/gstvolume.c: (volume_connect):
34145
34146 2004-01-01  David Schleef  <ds@schleef.org>
34147
34148         Convert elements to use gst_pad_use_explicit_caps() where
34149         appropriate:
34150         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34151         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34152         (gst_afparse_open_file):
34153         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34154         (gst_afsrc_open_file):
34155         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34156         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34157         (gst_ffmpegdec_chain):
34158         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34159         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34160         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34161         (gst_gdk_pixbuf_chain):
34162         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34163         (gst_jpegdec_chain):
34164         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34165         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34166         (gst_mikmod_negotiate):
34167         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34168         (gst_mpeg2dec_negotiate_format):
34169         * ext/mpeg2enc/gstmpeg2enc.cc:
34170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34171         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34172         (gst_speexdec_sinkconnect):
34173         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34174         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34175         (gst_vorbisfile_new_link):
34176         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34177         (gst_ac3parse_chain):
34178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34179         (gst_asf_demux_setup_pad):
34180         * gst/auparse/gstauparse.c: (gst_auparse_init),
34181         (gst_auparse_chain):
34182         * gst/id3/gstid3types.c: (gst_id3types_loop):
34183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34184         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34185         (mp1videoparse_parse_seq):
34186         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34187         (bpf_from_header):
34188         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34189         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34190         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34191         (gst_mpeg_parse_send_data):
34192         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34193         (gst_qtdemux_add_stream):
34194         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34195         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34196         (gst_wavparse_parse_fmt):
34197
34198 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34199
34200         * configure.ac:
34201           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34202           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34203           it therefore uses the wrong include paths. Too bad... Note
34204           that 1.6.1.93 is not release yet. ;).
34205           Also add a check for mplex, which is now using the lib'ified
34206           mplex from mjpegtools, too.
34207         * ext/ffmpeg/gstffmpegcodecmap.c:
34208           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34209           issues. I don't think ffmpeg handles 3ivx correctly, so this
34210           probably won't work. But it won't hurt either.
34211         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34212         (gst_ffmpegdec_chain):
34213         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34214         (gst_ffmpegenc_chain_audio):
34215           Fix memleak in audio encoding. Close codec if open fails, this
34216           calls the cleanup routines so we can re-use the context.
34217         * ext/mpeg2enc/gstmpeg2enc.cc:
34218           Fix pad template names/types, fix memory issue with getcaps().
34219         * ext/mpeg2enc/gstmpeg2encoder.cc:
34220         * ext/mpeg2enc/gstmpeg2encoder.hh:
34221           Fix compile issue with new caps system (const thingy).
34222         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34223         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34224           We read a first frame right on initing, so that we have a caps
34225           when we init the output. This caps is cached in padprivate and
34226           read as first frame.
34227         * ext/mplex/Makefile.am:
34228         * ext/mplex/gstmplex.cc:
34229         * ext/mplex/gstmplex.h:
34230         * ext/mplex/gstmplex.hh:
34231         * ext/mplex/gstmplexibitstream.cc:
34232         * ext/mplex/gstmplexibitstream.hh:
34233         * ext/mplex/gstmplexjob.cc:
34234         * ext/mplex/gstmplexjob.hh:
34235         * ext/mplex/gstmplexoutputstream.cc:
34236         * ext/mplex/gstmplexoutputstream.hh:
34237           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34238           had issues, didn't do capsnego, supported only a subset of the
34239           mplex features and required a mplex fork in our local CVS. Plus
34240           that it worked agaist a very old mplex version. Rewriting was
34241           faster than updating it.
34242         * gst-libs/ext/Makefile.am:
34243         * gst-libs/ext/mplex/INSTRUCT:
34244         * gst-libs/ext/mplex/Makefile.am:
34245         * gst-libs/ext/mplex/README:
34246         * gst-libs/ext/mplex/TODO:
34247         * gst-libs/ext/mplex/ac3strm_in.cc:
34248         * gst-libs/ext/mplex/audiostrm.hh:
34249         * gst-libs/ext/mplex/audiostrm_out.cc:
34250         * gst-libs/ext/mplex/aunit.hh:
34251         * gst-libs/ext/mplex/bits.cc:
34252         * gst-libs/ext/mplex/bits.hh:
34253         * gst-libs/ext/mplex/buffer.cc:
34254         * gst-libs/ext/mplex/buffer.hh:
34255         * gst-libs/ext/mplex/fastintfns.h:
34256         * gst-libs/ext/mplex/format_codes.h:
34257         * gst-libs/ext/mplex/inputstrm.cc:
34258         * gst-libs/ext/mplex/inputstrm.hh:
34259         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34260         * gst-libs/ext/mplex/mjpeg_logging.cc:
34261         * gst-libs/ext/mplex/mjpeg_logging.h:
34262         * gst-libs/ext/mplex/mjpeg_types.h:
34263         * gst-libs/ext/mplex/mpastrm_in.cc:
34264         * gst-libs/ext/mplex/mpegconsts.cc:
34265         * gst-libs/ext/mplex/mpegconsts.h:
34266         * gst-libs/ext/mplex/mplexconsts.hh:
34267         * gst-libs/ext/mplex/multplex.cc:
34268         * gst-libs/ext/mplex/outputstream.hh:
34269         * gst-libs/ext/mplex/padstrm.cc:
34270         * gst-libs/ext/mplex/padstrm.hh:
34271         * gst-libs/ext/mplex/stillsstream.cc:
34272         * gst-libs/ext/mplex/stillsstream.hh:
34273         * gst-libs/ext/mplex/systems.cc:
34274         * gst-libs/ext/mplex/systems.hh:
34275         * gst-libs/ext/mplex/vector.cc:
34276         * gst-libs/ext/mplex/vector.hh:
34277         * gst-libs/ext/mplex/videostrm.hh:
34278         * gst-libs/ext/mplex/videostrm_in.cc:
34279         * gst-libs/ext/mplex/videostrm_out.cc:
34280         * gst-libs/ext/mplex/yuv4mpeg.cc:
34281         * gst-libs/ext/mplex/yuv4mpeg.h:
34282         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34283         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34284           We don't fork mjpegtools' mplex in our CVS anymore.
34285         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34286         (gst_avi_demux_add_stream):
34287         * gst/avi/gstavidemux.h:
34288           Add getcaps() function for proper caps nego. This makes some
34289           parts of AVI playback/reading work.
34290         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34291           Resize window on new capsnego. This is probably wrong, but
34292           I'm still committing it because with current capsnego, the
34293           first successfull capsnego is auto-fixated, therefore rounded
34294           down to the lowest values in the caps. this results in a 16x16
34295           XWindow that is not reized when real capsnego finishes.
34296           Dave, I see more cases of this, do you know a proper solution?
34297         * tools/gst-launch-ext.in:
34298           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34299
34300 2003-12-31  David Schleef  <ds@schleef.org>
34301
34302         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34303         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34304           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34305
34306 2003-12-30  David Schleef  <ds@schleef.org>
34307
34308         * ext/ffmpeg/gstffmpegcolorspace.c:
34309         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34310         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34311         (gst_ffmpegcsp_chain): Negotiation fixes
34312         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34314         (gst_audio_convert_link), (gst_audio_convert_channels):
34315         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34316         (gst_audioscale_link), (gst_audioscale_get_buffer),
34317         (gst_audioscale_chain): Negotiation fixes
34318         * gst/audioscale/gstaudioscale.h:
34319         * gst/videofilter/gstvideofilter.c:
34320         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34321         (gst_videofilter_link), (gst_videofilter_init),
34322         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34323         (gst_videofilter_find_format_by_structure):
34324         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34326         (gst_videoscale_link):
34327         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34328         (videoscale_find_by_structure), (gst_videoscale_setup):
34329         * gst/videoscale/videoscale.h: Negotiation fixes
34330         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34331         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34332         function, restrict resizing to a multiple of 4 (hack until
34333         everyone supports odd sizes correctly).
34334
34335 2003-12-29  Colin Walters  <walters@verbum.org>
34336
34337         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34338         signed.
34339
34340 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34341
34342         * ext/sndfile/gstsf.c: (gst_sf_loop):
34343           Fix warning about discarding const qualifier
34344
34345 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34346
34347         * gst/cutter/gstcutter.c:
34348         * gst/videoscale/gstvideoscale.c:
34349         * gst/volenv/gstvolenv.c:
34350         * gst-libs/gst/audio/audio.c:
34351         * gst-libs/gst/video/video.c:
34352           Fix warnings
34353
34354 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34355
34356         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34357           Don't send ALSA debugging to stderr.
34358         * ext/alsa/gstalsa.h:
34359           Use GST_WARNING instead of g_warning when ALSA functions fail.
34360
34361 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34362
34363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34364           Free XVAdapterInfo correctly.
34365
34366 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34367
34368         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34369         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34370           Make id3tag use correct caps nego.
34371
34372 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34373
34374         * ext/ivorbis/vorbis.c:
34375         * ext/ivorbis/vorbisenc.h:
34376         * ext/ivorbis/vorbisfile.c:
34377           Modify so that it uses the new caps things
34378
34379 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34380
34381         * testsuite/spider/spider1.c: (main):
34382         * testsuite/spider/spider2.c: (main):
34383         * testsuite/spider/spider3.c: (main):
34384           Make tests compile again. They probably don't work.
34385
34386 2003-12-24  Colin Walters  <walters@verbum.org>
34387
34388         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34389         we can't fixate the caps anymore.
34390
34391 2003-12-23  David Schleef  <ds@schleef.org>
34392
34393         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34394         * sys/oss/gstosssink.c: (gst_osssink_init),
34395         (gst_osssink_sink_fixate): Add fixate function.
34396
34397 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34398
34399         * ext/ffmpeg/gstffmpegcodecmap.c:
34400         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34401         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34402         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34403         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34404         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34405         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34406         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34407           fix typo in RGB masks, and move back to "old" colorspace
34408           capsnego code until whoever wrote this new crap has actually
34409           tested it so that it works.
34410           And yes, this works, keep it that way please.
34411
34412 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34413
34414         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34415         (gst_divxdec_init), (gst_divxdec_negotiate):
34416         * ext/divx/gstdivxdec.h:
34417         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34418         (gst_divxenc_init):
34419         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34420         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34421         * ext/mpeg2enc/gstmpeg2enc.cc:
34422         * ext/mpeg2enc/gstmpeg2encoder.cc:
34423         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34424         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34425         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34426         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34427         (dxr3spusink_init):
34428         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34429         (dxr3videosink_init):
34430           Fix caps breakage after Dave's caps branch merge.
34431
34432 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34433
34434         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34435           Fix for 24bpp display.
34436
34437 2003-12-23  Colin Walters  <walters@verbum.org>
34438
34439         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34440         a GnomeVFSHandle directly.
34441
34442 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34443
34444         * gst/volume/Makefile.am:
34445         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34446         (volume_base_init), (volume_init):
34447           Reenable volume element and fix to work with new caps stuff.
34448           Rhythmbox needs this.
34449
34450 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34451
34452         * gst/qtdemux/qtdemux.c: (plugin_init):
34453           qtdemux requires bytestream
34454
34455 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34456
34457         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34458           Fix remaining caps handling errors due to CAPS merge.
34459
34460 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34461
34462         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34463         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34464         (gst_faad_srcconnect):
34465           Port to new caps system.
34466
34467 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34468
34469         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34470         (got_video_size), (main): using g_print instead of g_message.
34471         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34472         signal which was not emitted because of "switch" element added to the
34473         bin but not connected. (Removing from the bin temporarily)
34474
34475 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34476
34477         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34478         find X development files. I don't understand the previous tests and
34479         they fail on my debian/ppc unstable. This one works.
34480         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34481         exiting.
34482         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34483         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34484         (gst_play_set_visualization): Add some safety checks in set_ methods
34485         and state_change. This was throwing some ugly CRITICAL messages when
34486         pipeline was getting disposed and casts were failing.
34487
34488 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34489
34490         * configure.ac:
34491           Improve mpeg2enc detection. This is for distributions that do
34492           ship mjpegtools, but without mpeg2enc. Also does object check
34493           for might there ever be ABI incompatibility.
34494         * ext/mpeg2enc/gstmpeg2enc.cc:
34495           Add Andrew as second maintainer (he's helping me), and also add
34496           an error if no caps was set. This happens if I pull before capsnego
34497           and that's something I should solve sometime else.
34498         * gst/matroska/matroska-demux.c:
34499         (gst_matroska_demux_parse_blockgroup):
34500           Fix time parsing.
34501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34502         (gst_matroska_mux_track_header):
34503           Add caps to templates.
34504         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34505           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34506         * gst/mpegstream/gstmpegdemux.c:
34507           Remove layer since it causes warnings about unfixed caps.
34508         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34509           Fix obvious typo (we error out if caps were set, we should of
34510           course error out if *no* caps were set).
34511         * sys/oss/gstosselement.c: (gst_osselement_convert):
34512           Fix format conversion, we confused bits/bytes.
34513         * sys/oss/gstosselement.h:
34514           Improve documentation for 'bps'.
34515         * sys/v4l/TODO:
34516           Remove stuff about plugins that need removing - this was done
34517           ages ago.
34518         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34519         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34521         (gst_v4lsrc_src_query):
34522         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34523         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34524           Add get_query_types(), get_formats() and query() functions.
34525
34526 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34527
34528         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34529           * moved CVS to freedesktop.org