gst/playback/gstqueue2.c: Also fix #476514 for queue2.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
2
3         * gst/playback/gstqueue2.c: (update_buffering),
4         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
5         (gst_queue_handle_sink_event), (gst_queue_chain),
6         (gst_queue_push_one), (gst_queue_sink_activate_push),
7         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
8         Also fix #476514 for queue2.
9
10 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
11
12         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
14         (gst_base_rtp_depayload_chain),
15         (gst_base_rtp_depayload_handle_sink_event),
16         (gst_base_rtp_depayload_push_full),
17         (gst_base_rtp_depayload_set_gst_timestamp),
18         (gst_base_rtp_depayload_change_state):
19         Remove code to deal with RTP to GST time conversion, we now just copy
20         the GST timestamp we receive to the outgoing buffers.
21         Handle segment and flushes correctly.
22
23         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
24         When we have no valid input timestamp, use the previous rtp timestamp on
25         the outgoing RTP packet instead of the RTP base time.
26
27 2007-09-15  David Schleef  <ds@schleef.org>
28
29         * ext/alsa/gstalsa.c:
30         * ext/alsa/gstalsadeviceprobe.c:
31         * ext/alsa/gstalsamixer.c:
32         * ext/alsa/gstalsasink.c:
33         * ext/alsa/gstalsasrc.c:
34           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
35
36 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
37
38         * gst-libs/gst/rtp/gstbasertppayload.c:
39         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
40         Add some debug info when negotiating caps.
41
42 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
43
44         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
45         A buffer with an empty payload is also a valid buffer.
46
47 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
48
49         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
50         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
51         (gst_basertppayload_change_state):
52         Make sure we start our RTP timestamp from the random base RTP
53         timestamp even if the buffer timestamp starts from some random value.
54
55 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
56
57         * configure.ac:
58         * tests/examples/Makefile.am:
59         * tests/examples/dynamic/.cvsignore:
60         * tests/examples/dynamic/Makefile.am:
61         * tests/examples/dynamic/addstream.c: (create_stream),
62         (pause_play_stream), (message_received), (eos_message_received),
63         (perform_step), (main):
64         Add simple exmple app to demonstrate starting and pausing live and
65         non-live bins in a PLAYING pipeline.
66
67 2007-09-14  Julien MOUTTE  <julien@moutte.net>
68
69         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
70         typefind for QCP files (RFC #3625)
71
72 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
73
74         * gst-libs/gst/audio/gstbaseaudiosink.c:
75         (gst_base_audio_sink_init):
76         Disable pull mode scheduling, we're not ready for it yet and it subtly
77         breaks a lot of things.
78
79 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * tests/check/elements/libvisual.c:
82           Test all libvisual plugins, not just the first one; this reproduces
83           bug #450336 quite easily.  Looks like a problem with the 'jess'
84           visualisation.
85
86 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
87
88         * tests/check/Makefile.am:
89         * tests/check/elements/.cvsignore:
90         * tests/check/elements/libvisual.c:
91           Add basic libvisual test case in an attempt to reproduce bug #450336.
92           Doesn't reproduce that bug, but some other crasher instead (invalid
93           free), at least with make elements/libvisual.forever and the bumscope
94           plugin on x86-64/gutsy. Leaving test disabled for now.
95
96 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
97
98         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
99
100         * gst-libs/gst/rtsp/gstrtspconnection.c:
101         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
102         (read_body), (gst_rtsp_connection_receive):
103         Make sure we can not cancel in the middle of receiving a message.
104         Fixes #475731.
105
106 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
107
108         Patch by: Josep Torra Valles <josep@fluendo.com>
109
110         * gst/playback/gstplaybasebin.c:
111           Increase upper limit for audio queue a bit; fixes preroll problem
112           with playbin and decodebin2 when playing a quicktime trailer with
113           multichannel audio via http (#464666).
114
115 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
116
117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
118         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
119         (gst_base_audio_src_provide_clock),
120         (gst_base_audio_src_set_property),
121         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
122         * gst-libs/gst/audio/gstbaseaudiosrc.h:
123         Allow othe clocks than the internal clock to be used for the pipeline.
124         Add property to disable clock provide.
125         API: GstBaseAudioSrc::provide-clock
126
127 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
128
129         * gst/playback/gstdecodebin2.c:
130           Don't leak request pads. Fixes #475395.
131
132 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
133
134         Patch by: René Stadler <mail at renestadler dot de>
135
136         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
137         (gst_ximage_buffer_class_init):
138         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
139         (gst_xvimage_buffer_class_init):
140         Correctly chain up finalize with the parent class to prevent
141         memory leaks. Fixes #474880.
142
143 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
144
145         * gst/volume/gstvolume.c: (volume_choose_func):
146         * tests/check/elements/volume.c: (GST_START_TEST):
147         Revert the latest change: floating point samples are allowed to
148         have any value, not only values in the range [-1,1]. Thanks to Andy
149         Wingo for noticing.
150         Also fix processing of int32 samples with volumes > 4 by making the
151         unity value smaller which prevents overflows.
152
153 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
154
155         * gst-libs/gst/rtp/gstrtpbuffer.c:
156         * tests/check/libs/rtp.c:
157           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
158
159 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
160
161         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
162
163         * gst-libs/gst/rtp/gstrtpbuffer.c:
164           Fix up GstRTPHeader helper struct so that compilers will not under
165           any circumstances add padding in between our fields, as currently
166           happens with MSVC on win32, because that would lead to us sending
167           out RTP payloads with broken RTP headers (#471194).
168           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
169           
170         * tests/check/Makefile.am:
171         * tests/check/libs/.cvsignore:
172         * tests/check/libs/rtp.c:
173           Add some simple unit tests for GstRTPBuffer. Some are disabled
174           because the code tested still needs fixing (set_csrc() does not work).
175
176 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
177
178         * win32/MANIFEST:
179         * win32/common/gstrtsp-enumtypes.c:
180         * win32/common/gstrtsp-enumtypes.h:
181         * win32/common/interfaces-enumtypes.c:
182         * win32/common/interfaces-enumtypes.h:
183         * win32/common/multichannel-enumtypes.c:
184           Add rtsp enumtypes (#474384) and update others.
185
186 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
187
188         * configure.ac:
189           Fix configure check for HAVE_LIBXML_HTML.
190
191 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
192
193         * tests/check/libs/.cvsignore:
194           Ignore more, in case the build bots work again one day.
195
196 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
197
198         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
199
200         * configure.ac:
201         * gst-libs/gst/Makefile.am:
202         * gst-libs/gst/fft/Makefile.am:
203         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
204         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
205         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
206         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
207         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
208         * gst-libs/gst/fft/gstfft.h:
209         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
210         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
211         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
212         * gst-libs/gst/fft/gstfftf32.h:
213         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
214         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
215         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
216         * gst-libs/gst/fft/gstfftf64.h:
217         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
218         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
219         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
220         * gst-libs/gst/fft/gstffts16.h:
221         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
222         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
223         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
224         * gst-libs/gst/fft/gstffts32.h:
225         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
226         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
227         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
228         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
229         * gst-libs/gst/fft/kiss_fft_f32.h:
230         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
231         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
232         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
233         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
234         * gst-libs/gst/fft/kiss_fft_f64.h:
235         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
236         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
237         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
238         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
239         * gst-libs/gst/fft/kiss_fft_s16.h:
240         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
241         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
242         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
243         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
244         * gst-libs/gst/fft/kiss_fft_s32.h:
245         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
246         (kiss_fftr_f32), (kiss_fftri_f32):
247         * gst-libs/gst/fft/kiss_fftr_f32.h:
248         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
249         (kiss_fftr_f64), (kiss_fftri_f64):
250         * gst-libs/gst/fft/kiss_fftr_f64.h:
251         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
252         (kiss_fftr_s16), (kiss_fftri_s16):
253         * gst-libs/gst/fft/kiss_fftr_s16.h:
254         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
255         (kiss_fftr_s32), (kiss_fftri_s32):
256         * gst-libs/gst/fft/kiss_fftr_s32.h:
257         * gst-libs/gst/fft/kiss_version:
258         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
259         * pkgconfig/gstreamer-plugins-base.pc.in:
260         Add libgstfft, a FFT library based on Kiss FFT which is
261         BSD licensed. Supported sample formats are int16, int32,
262         float and double. For those formats a real FFT and IFFT
263         can be done, different windowing functions can be applied
264         and functions for extracting the magnitude and phase exist.
265         Fixes #468619.
266
267         * docs/libs/Makefile.am:
268         * docs/libs/gst-plugins-base-libs-docs.sgml:
269         * docs/libs/gst-plugins-base-libs-sections.txt:
270         Integrate libgstfft into the docs.
271
272         * tests/check/Makefile.am:
273         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
274         Add unit tests for libgstfft, currently only testing the FFT.
275         Unit tests for IFFT will follow soon.
276
277 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
278
279         Patch by: Peter Kjellerstedt  <pkj at axis com>
280
281         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
282         (gst_sdp_message_init), (gst_sdp_message_uninit),
283         (is_multicast_address), (gst_sdp_message_as_text),
284         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
285         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
286         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
287         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
288         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
289         (gst_sdp_media_init), (gst_sdp_media_uninit),
290         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
291         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
292         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
293         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
294         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
295         * gst-libs/gst/sdp/gstsdpmessage.h:
296         Separate INIT_ARRAY() and related macros into two versions, one for
297         structures and one for pointers (e.g., INIT_ARRAY() and
298         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
299         lists of emails and phone numbers.
300         Add missing const as appropriate.
301         Change all gint to guint since they all actually represent unsigned
302         values.
303         Do not use time as a variable name as it shadows the global time().
304         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
305         Actually implement gst_sdp_message_add_time().
306         Make gst_sdp_message_add_time() take repeat times as an argument.
307         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
308         Corrected the definition of gst_sdp_media_get_bandwidth() (was
309         misspelled as badwidth).
310         gst-indented and a little clean up. Fixes #471067.
311
312 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
313
314         * gst/volume/gstvolume.c: (volume_choose_func),
315         (volume_process_double), (volume_process_double_clamp),
316         (volume_process_float_clamp):
317         Correctly clamp float/double samples in the [-1.0,1.0] range to
318         prevent weird effects.
319         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
320         Add unit tests for all samples types that had none before.
321
322 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * gst-libs/gst/rtp/gstrtpbuffer.c:
325           Need to include stdlib.h for abs() here too.
326
327 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst/playback/gststreaminfo.c:
330           Fix build.
331
332 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
333
334         * gst/playback/gststreaminfo.c:
335           Clean up some half-disabled code and comment.
336
337 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
338
339         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
340
341         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
342         (gst_base_rtp_payload_audio_handle_event):
343         Return FALSE from the event handler to let the parent class handle the
344         event. Fixes #446766.
345
346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
347         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
348         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
349
350         * gst-libs/gst/rtp/gstbasertppayload.c:
351         Bump the MTU to 1400.
352
353 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
354
355         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
356         Add an audio/x-nsf typefind function for the nsfdec element.
357
358 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
359         * gst/playback/gstplaybasebin.c:
360         Included "myth://" on stream_uris list for enable buffering to mythtv files
361
362 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
363
364         * docs/libs/gst-plugins-base-libs-sections.txt:
365         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
366         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
367         (gst_rtcp_unix_to_ntp):
368         * gst-libs/gst/rtp/gstrtcpbuffer.h:
369         Fix parsing of RB blocks.
370         Fix docs.
371         Added helper functions to convert to/from UNIX and NTP time.
372         API: gst_rtcp_ntp_to_unix()
373         API: gst_rtcp_unix_to_ntp()
374
375         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
376         (gst_rtp_buffer_get_header_len),
377         (gst_rtp_buffer_get_extension_data),
378         (gst_rtp_buffer_get_payload_subbuffer),
379         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
380         (gst_rtp_buffer_ext_timestamp):
381         * gst-libs/gst/rtp/gstrtpbuffer.h:
382         Fix some more docs.
383         Implement handling of packets with extensions.
384         Fix padding check in _validate().
385         Added function to get extension data.
386         API: gst_rtp_buffer_get_header_len()
387         API: gst_rtp_buffer_get_extension_data()
388
389 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
390
391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
392         (gst_base_rtp_depayload_class_init),
393         (gst_base_rtp_depayload_set_gst_timestamp):
394         Add some more docs for the queue-delay property and fix a typo in a
395         comment.
396
397         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
398         Fix typo.
399
400 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
401
402         * gst-libs/gst/audio/gstbaseaudiosink.c:
403         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
404         (gst_base_audio_sink_change_state):
405         When skew slaving, try to hover around the middle of a segment so that
406         we at most drift by half a segment.
407         If we are aligning in the oposite direction of the clock skew, we don't
408         have to resync.
409
410 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
411
412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
413         (gst_base_rtp_depayload_setcaps),
414         (gst_base_rtp_depayload_set_gst_timestamp):
415         Be less silly with the segment start, just apply the clock-base to the
416         timestamp.
417
418 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
419
420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
421         (gst_base_rtp_depayload_class_init),
422         (gst_base_rtp_depayload_finalize),
423         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
424         (gst_base_rtp_depayload_handle_sink_event),
425         (gst_base_rtp_depayload_set_gst_timestamp),
426         (gst_base_rtp_depayload_change_state):
427         * gst-libs/gst/rtp/gstbasertpdepayload.h:
428         Deprecate the queue handling thread thing and remove the code.
429         Use new method to calculate the extended timestamp.
430
431 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
432
433         * gst-libs/gst/rtp/gstrtcpbuffer.c:
434         (gst_rtcp_packet_sdes_copy_entry):
435         Use g_strndup which does exactly what we want.
436
437         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
438         (gst_rtp_buffer_ext_timestamp):
439         * gst-libs/gst/rtp/gstrtpbuffer.h:
440         Add helper function to compare seqnums.
441         Add helper function to calculate extended timestamps.
442         API: gst_rtp_buffer_compare_seqnum()
443         API: gst_rtp_buffer_ext_timestamp()
444
445 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
446
447         * gst-libs/gst/rtp/gstrtcpbuffer.c:
448         (gst_rtcp_packet_sdes_get_entry),
449         (gst_rtcp_packet_sdes_copy_entry):
450         * gst-libs/gst/rtp/gstrtcpbuffer.h:
451         Fix and document SDES item data function.
452         Add new function that makes a proper copy of SDES item data.
453         API: gst_rtcp_packet_sdes_copy_entry()
454
455 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
456
457         * configure.ac:
458         * gst/Makefile.am:
459           The tcp and subparse plugins are under gst, but not totaly free of
460           dependencies. Handle selection inconfigure.ac, so that they show up
461           on the final list of what is build and what is not. Maybe they should
462           better be moved to ext.
463
464 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
465
466         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
467
468         * configure.ac:
469         * gst/Makefile.am:
470           Check if libxml provides HTML parser which subparse needs.
471           Fixes #451970.
472
473 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
474
475         * ext/alsa/gstalsa.c:
476           Fix typo and compilation on big endian systems.
477
478 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
479
480         * gst/subparse/gstssaparse.c:
481           Convert SSA newline codes into actual newline characters (#470766).
482
483 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * docs/libs/gst-plugins-base-libs-sections.txt:
486         * gst-libs/gst/pbutils/install-plugins.c:
487         * gst-libs/gst/pbutils/install-plugins.h:
488         * tests/check/libs/pbutils.c:
489           API: also add gst_install_plugins_supported() while we're at it
490           (see #470456).
491
492 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
493
494         * docs/libs/gst-plugins-base-libs-sections.txt:
495         * gst-libs/gst/pbutils/missing-plugins.c:
496         * gst-libs/gst/pbutils/missing-plugins.h:
497         * tests/check/libs/pbutils.c:
498           API: add gst_missing_*_installer_detail_new() convenience API so
499           that applications that know exactly what they're missing can request
500           installer detail strings for those items directly instead of having
501           to first create a dummy missing-plugin message and then get the
502           installer detail string from that.  Fixes #470456.
503
504 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
505
506         * gst/playback/gstdecodebin.c: (close_pad_link):
507         We need to set up delayed-linking whenever the caps are non-fixed,
508         not just when there are multiple types - use gst_pad_is_fixed()
509         to test.
510
511 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
512
513         * gst-libs/gst/pbutils/missing-plugins.c:
514           (gst_missing_plugin_message_get_installer_detail):
515           Add missing separator in PID fallback case.
516
517 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
518
519         * ext/alsa/Makefile.am:
520         There is no GST_PLUGINS_BASE_LIBS defined.
521         
522         * ext/alsa/gstalsa.c:
523         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
524         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
525         Add support for ALSA 24-bit formats.
526         snd_pcm_delay can return an error code, especially
527         during XRUNS. In that case, the best we can do is assume
528         delay = 0.
529
530         * gst/audioconvert/Makefile.am:
531         Add flags from -base before any more-remote dependencies.
532
533 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
534
535         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
536
537         * gst/volume/gstvolume.c: (volume_choose_func),
538         (volume_update_real_volume), (gst_volume_set_volume),
539         (gst_volume_init), (volume_process_int32),
540         (volume_process_int32_clamp), (volume_process_int24),
541         (volume_process_int24_clamp), (volume_process_int16),
542         (volume_process_int16_clamp), (volume_process_int8),
543         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
544         * gst/volume/gstvolume.h:
545         Add support for int32, int24 and int8 to the volume element.
546         Fixes #445529.
547
548 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * tests/examples/Makefile.am:
551           Fix even more.
552
553 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
554
555         * configure.ac:
556         * docs/libs/Makefile.am:
557         * docs/libs/gst-plugins-base-libs-docs.sgml:
558         * docs/libs/gst-plugins-base-libs-sections.txt:
559         * ext/gnomevfs/gstgnomevfssrc.c:
560         * ext/gnomevfs/gstgnomevfssrc.h:
561         * gst-libs/gst/Makefile.am:
562         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
563         * pkgconfig/gstreamer-plugins-base.pc.in:
564         * sys/v4l/v4lsrc_calls.c:
565         * tests/examples/Makefile.am:
566         * win32/common/config.h:
567           Revert unwanted commit. many thanks to moap. I want a fix for 
568           https://thomas.apestaart.org/moap/trac/ticket/239
569
570 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
571
572         * gst/volume/gstvolume.c:
573           Move passthrough below gst_object_sync_values(). Fixes #442654.
574
575 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
576
577         * gst-libs/gst/audio/audio.c:
578         Clarify the docs a little.
579
580 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
581
582         * gst/volume/gstvolume.c:
583           Enable liboil for float and add more details about problems with
584           int16.
585
586 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
587
588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
589         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
590
591 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
592
593         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
594         When calculating the first timestamp of the buffers, don't go below 0
595         and clip the samples because the offset was on the eos page.
596         Fixes #466717.
597
598 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
599
600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
601         (gst_ogg_demux_collect_chain_info):
602         Also submit the eos page when trying to find the first timestamp.
603         See #466717.
604
605 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
606
607         * gst-libs/gst/audio/audio.h:
608         Use gst_util_uint64_scale() instead of doing the math
609         with double for GST_FRAMES_TO_CLOCK_TIME() and
610         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
611         prevents rounding errors. Fixes #467667.
612
613 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
614
615         * gst-libs/gst/rtsp/gstrtspconnection.c:
616         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
617         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
618         * gst-libs/gst/rtsp/gstrtspconnection.h:
619         Small cleanups.
620         On shutdown, don't read the control socket yet.
621         Set timeout value correctly in all cases.
622         Add function to check if the server accepts reads or writes.
623         API: gst_rtsp_connection_poll()
624
625         * gst-libs/gst/rtsp/gstrtspdefs.h:
626         Fix compilation with -pedantic.
627         Add enum for _poll.
628
629 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
630
631         Patch by: Olivier Crete  <tester at tester ca>
632
633         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
634         (gst_basertppayload_getcaps):
635         * gst-libs/gst/rtp/gstbasertppayload.h:
636         Add getcaps vfunc to basertppayload. See #465146.
637
638 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
639
640         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
641         Only post buffering messages when we are a stream.
642
643 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * gst-libs/gst/pbutils/install-plugins.c:
646         * gst-libs/gst/pbutils/missing-plugins.c:
647           Small docs fix and addition.
648
649 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
650
651         * tests/icles/.cvsignore:
652         * tests/icles/Makefile.am:
653         * tests/icles/test-textoverlay.c:
654           Add a dumb little test for textoverlay alignments.
655
656 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
657
658         Patch by: Dan Williams  <dcbw redhat com>
659
660         * ext/pango/gsttextoverlay.c:
661         * ext/pango/gsttextoverlay.h:
662           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
663           "silent" property so there's a Since tag in the API reference.
664
665 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
666
667         * gst-libs/gst/rtp/gstbasertppayload.c:
668         (gst_basertppayload_set_outcaps):
669         * gst-libs/gst/rtp/gstbasertppayload.h:
670         Improve caps negotiation so that downstream elements can confiure
671         certain RTP properties by fixing them on the caps. See #465146.
672         Add docs.
673
674 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * docs/libs/gst-plugins-base-libs-sections.txt:
677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
678         * gst-libs/gst/rtp/gstbasertpdepayload.h:
679           Mark as deprecated some macros which were presumably meant to be
680           private API and accidentally exposed in the public header file.
681           Also actually _init() lock (only works at the moment because the
682           struct is zeroed out when created and the initial values in the
683           mutex struct are zeroes too). (#459585)
684
685 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
686
687         * docs/libs/Makefile.am:
688           Remove cruft and do some cleanups.
689
690         * docs/libs/gst-plugins-base-libs-docs.sgml:
691           Prepare for comming gtkdoc features (rebase against online docs).
692
693 2007-08-10  Michael Smith <msmith@fluendo.com>
694
695         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
696           Debug output fixes.
697         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
698         (GST_START_TEST):
699           Change the number of buffers used; 500 is too many and leads to
700           timeouts.
701
702 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst/playback/gstqueue2.c:
705         * gst/videorate/gstvideorate.c:
706           Printf format fixes (#465028).
707
708 2007-08-09  Michael Smith <msmith@fluendo.com>
709
710         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
711           If we have a large (> 1 second) discontinuity, push a series of
712           smaller buffers rather than a single very large buffer. Avoids
713           unreasonably large single buffer allocations when encountering a
714           large gap.
715         * tests/check/elements/audiorate.c: (GST_START_TEST),
716         (audiorate_suite):
717           Add a test for this.
718
719 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
720
721         * gst/playback/gstplaybasebin.c: (group_commit),
722         (queue_remove_probe), (queue_threshold_reached):
723
724         Patch by: Josep Torra Valles <josep@fluendo.com>
725         Fixes: #465015
726         Make sure we remove the check_queues buffer probe from the 
727         correct queue to avoid racily going back to "buffering 99%" when
728         buffering is actually complete.
729
730         Also, fix the spelling of Josep's surname in the ChangeLog.
731
732 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
733
734         * ext/ogg/gstoggmux.c:
735           Do not leak oggmux instance.
736         
737         * ext/vorbis/vorbisenc.c:
738           Also log values.
739
740 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * po/hu.po:
743         * po/it.po:
744         * po/nl.po:
745         * po/uk.po:
746         * po/vi.po:
747           Updated translations.
748
749 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
750
751         patch by: Yang Hong <hongyang@redflag-linux.com>
752
753         * ext/pango/gsttextoverlay.c:
754         * ext/pango/gsttextoverlay.h:
755           Add 'silent' property to GstTimeOverlay. Fixes #462979
756
757 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
758
759         Patch by: Josep Torra Valles <josep@fluendo.com>
760
761         * docs/plugins/gst-plugins-base-plugins.args:
762         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
763         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
764         (gst_uri_decode_bin_get_property), (gen_source_element):
765         Add connection-speed property. Fixes #464690.
766
767 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
768
769         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
770
771         * configure.ac:
772         * gst-libs/gst/rtsp/Makefile.am:
773         * gst-libs/gst/rtsp/gstrtspconnection.c:
774         (gst_rtsp_connection_connect):
775         Fix compilation on windows. Fixes #464320.
776
777 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
778
779         Patch by: Josep Torra Valles <josep@fluendo.com>
780
781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
782         (gst_play_base_bin_init), (queue_threshold_reached),
783         (gen_source_element), (setup_substreams),
784         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
785         (gst_play_base_bin_get_streaminfo_value_array):
786         * gst/playback/gstplaybasebin.h:
787         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
788         (gst_play_bin_set_property), (gst_play_bin_get_property),
789         (gst_play_bin_handle_redirect_message):
790         Move connection-speed property from playbin to playbasebin so that we
791         can also configure it in source elements that have the connection-speed
792         property. Fixes #464028.
793         Add some debug info here and there.
794
795 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
796
797         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
798         Properly respond to conversion queries. Fixes #464079.
799
800 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
801
802         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
803         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
804         (gst_audio_test_src_init_sine_table),
805         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
806         * gst/audiotestsrc/gstaudiotestsrc.h:
807         Add float/double and int32 support to audiotestsrc. Fixes #460422.
808         Also set the default volume to the default value specified in the
809         GParamSpec.
810
811 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
812
813         Patch by: Jens Granseuer <jensgr at gmx dot net>
814
815         * gst/audioconvert/gstaudioquantize.c:
816         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
817
818 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
819
820         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
821         Add rdt manager for rdt transport.
822         Fix parsing of RDT transport.
823
824 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
825
826         * configure.ac:
827         Back to CVS
828
829 === release 0.10.14 ===
830
831 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
832
833         * configure.ac:
834           releasing 0.10.14, "Light Years Ahead"
835
836 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
837
838         * tests/check/libs/audio.c: (GST_START_TEST):
839         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
840
841 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
842
843         * gst-libs/gst/audio/audio.c:
844         When clipping a buffer with no timestamp, assume it is
845         within the segment without warnings.
846
847         Fixes: #460978
848
849 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
850
851         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
852         Fire the signal on the object, not the interface.
853
854 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
855
856         * gst-libs/gst/rtsp/.cvsignore:
857         Ber. Don't include the full path, idiot.
858
859 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
860
861         * gst-libs/gst/rtsp/.cvsignore:
862         Ignore generated files.
863
864 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
865
866         * gst-libs/gst/interfaces/Makefile.am:
867         * gst-libs/gst/interfaces/interfaces-marshal.list:
868         * gst-libs/gst/interfaces/rtspextension.c:
869         * gst-libs/gst/interfaces/rtspextension.h:
870         * gst-libs/gst/rtsp/Makefile.am:
871         * gst-libs/gst/rtsp/gstrtsp.h:
872         * gst-libs/gst/rtsp/gstrtspextension.c:
873         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
874         (gst_rtsp_extension_detect_server),
875         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
876         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
877         (gst_rtsp_extension_configure_stream),
878         (gst_rtsp_extension_get_transports),
879         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
880         * gst-libs/gst/rtsp/gstrtspextension.h:
881         * gst-libs/gst/rtsp/rtsp-marshal.list:
882         Move the rtspextension.h interface into gstrtspextension.h
883         as part of libgstrtsp instead of libgstinterfaces, because it's
884         only for use within plugins, not applications. 
885         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
886         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
887         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
888         is abstract.
889
890 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
891
892         * gst-libs/gst/interfaces/Makefile.am:
893         * gst-libs/gst/interfaces/interfaces-marshal.list:
894         * gst-libs/gst/interfaces/rtspextension.c:
895         (gst_rtsp_extension_iface_init),
896         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
897         * gst-libs/gst/interfaces/rtspextension.h:
898         Fix marshaller for the send signal.
899         Add URL to stream selection interface method.
900
901 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
902
903         * gst-libs/gst/riff/Makefile.am:
904         Pull in our dependencies from -base before those from outside.
905
906 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
907
908         * docs/libs/gst-plugins-base-libs-sections.txt:
909         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
910         * gst-libs/gst/rtsp/gstrtspbase64.h:
911         API: gst_rtsp_base64_decode_ip()
912         Added function to decode Base64 in-place.
913
914 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
915
916         * tests/check/libs/.cvsignore:
917         Ignore the mixer test binary.
918
919 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
920
921         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
922         Gratuitous comment change to trigger a rebuild on the buildbots.
923
924 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
925
926         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
927         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
928         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
929         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
930         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
931         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
932         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
933         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
934         (gst_sdp_media_get_attribute_val):
935         * gst-libs/gst/sdp/gstsdpmessage.h:
936         Constify args where we can.
937
938 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
939
940         * gst-libs/gst/interfaces/Makefile.am:
941         * gst-libs/gst/interfaces/rtspextension.c:
942         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
943         (gst_rtsp_extension_detect_server),
944         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
945         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
946         (gst_rtsp_extension_configure_stream),
947         (gst_rtsp_extension_get_transports),
948         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
949         * gst-libs/gst/interfaces/rtspextension.h:
950         Move interface for RTSP extensions from -good to here.
951         Added helper methods to invoke interface methods.
952
953 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
954
955         * docs/libs/gst-plugins-base-libs-sections.txt:
956         * gst-libs/gst/rtsp/gstrtspdefs.h:
957         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
958         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
959         (gst_rtsp_message_init_response),
960         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
961         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
962         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
963         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
964         (gst_rtsp_message_get_body), (dump_key_value):
965         * gst-libs/gst/rtsp/gstrtspmessage.h:
966         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
967         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
968         (gst_rtsp_range_parse):
969         * gst-libs/gst/rtsp/gstrtsprange.h:
970         * gst-libs/gst/rtsp/gstrtsptransport.c:
971         * gst-libs/gst/rtsp/gstrtspurl.c:
972         Fix some more RTSP docs.
973         Add some missing methods for dealing with messages.
974
975 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
976
977         * docs/libs/gst-plugins-base-libs-docs.sgml:
978         * docs/libs/gst-plugins-base-libs-sections.txt:
979         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
980         * gst-libs/gst/rtsp/gstrtspbase64.h:
981         * gst-libs/gst/rtsp/gstrtspconnection.c:
982         (gst_rtsp_connection_connect), (add_auth_header),
983         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
984         (read_body), (gst_rtsp_connection_receive),
985         (gst_rtsp_connection_next_timeout),
986         (gst_rtsp_connection_reset_timeout),
987         (gst_rtsp_connection_set_auth):
988         * gst-libs/gst/rtsp/gstrtspconnection.h:
989         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
990         * gst-libs/gst/rtsp/gstrtspdefs.h:
991         * gst-libs/gst/rtsp/gstrtspmessage.h:
992         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
993         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
994         (gst_rtsp_range_parse):
995         * gst-libs/gst/rtsp/gstrtspurl.h:
996         Added beginnings of RTSP documentation.
997
998 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
999
1000         * docs/libs/Makefile.am:
1001         * docs/libs/gst-plugins-base-libs-docs.sgml:
1002         * docs/libs/gst-plugins-base-libs-sections.txt:
1003         * gst-libs/gst/sdp/gstsdp.h:
1004         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1005         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1006         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1007         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1008         (gst_sdp_message_get_attribute_val),
1009         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1010         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1011         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1012         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1013         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1014         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1015         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1016         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1017         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1018         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1019         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1020         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1021         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1022         (gst_sdp_media_get_attribute_val_n),
1023         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1024         (print_media), (gst_sdp_message_dump):
1025         * gst-libs/gst/sdp/gstsdpmessage.h:
1026         Document the SDP library.
1027         Add some of the missing SDPMedia methods.
1028
1029 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1030
1031         * configure.ac:
1032         * gst-libs/gst/Makefile.am:
1033         * gst-libs/gst/rtsp/Makefile.am:
1034         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1035         * gst-libs/gst/rtsp/gstrtspbase64.h:
1036         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1037         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1038         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1039         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1040         (parse_response_status), (parse_request_line), (parse_line),
1041         (gst_rtsp_connection_read), (read_body),
1042         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1043         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1044         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1045         (gst_rtsp_connection_set_auth):
1046         * gst-libs/gst/rtsp/gstrtspconnection.h:
1047         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1048         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1049         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1050         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1051         (gst_rtsp_find_method):
1052         * gst-libs/gst/rtsp/gstrtspdefs.h:
1053         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1054         (gst_rtsp_message_new), (gst_rtsp_message_init),
1055         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1056         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1057         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1058         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1059         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1060         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1061         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1062         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1063         (gst_rtsp_message_dump):
1064         * gst-libs/gst/rtsp/gstrtspmessage.h:
1065         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1066         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1067         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1068         * gst-libs/gst/rtsp/gstrtsprange.h:
1069         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1070         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1071         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1072         (range_as_text), (rtsp_transport_mode_as_text),
1073         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1074         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1075         (gst_rtsp_transport_free):
1076         * gst-libs/gst/rtsp/gstrtsptransport.h:
1077         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1078         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1079         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1080         * gst-libs/gst/rtsp/gstrtspurl.h:
1081         * gst-libs/gst/sdp/Makefile.am:
1082         * gst-libs/gst/sdp/gstsdp.h:
1083         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1084         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1085         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1086         (gst_sdp_attribute_init), (gst_sdp_message_new),
1087         (gst_sdp_message_init), (gst_sdp_message_uninit),
1088         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1089         (gst_sdp_media_uninit), (gst_sdp_media_free),
1090         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1091         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1092         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1093         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1094         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1095         (gst_sdp_message_get_attribute_val),
1096         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1097         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1098         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1099         (gst_sdp_media_get_attribute_val_n),
1100         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1101         (read_string), (read_string_del), (gst_sdp_parse_line),
1102         (gst_sdp_message_parse_buffer), (print_media),
1103         (gst_sdp_message_dump):
1104         * gst-libs/gst/sdp/gstsdpmessage.h:
1105         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1106         Move SDP and RTSP from helper objects in -good to a reusable library.
1107         Use a proper gst_ namespace.
1108
1109 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1110
1111         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1112         (vorbis_dec_flush_decode):
1113         Use the new buffer clipping function from gstaudio here.
1114
1115 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1116
1117         * docs/libs/gst-plugins-base-libs-sections.txt:
1118         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1119         * gst-libs/gst/audio/audio.h:
1120         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1121         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1122         Also add deprecation guards for gst_audio_structure_set_int() to the
1123         header.
1124
1125 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1126
1127         * docs/libs/gst-plugins-base-libs-sections.txt:
1128           Cleanup the docs.
1129
1130 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1131
1132         Patch by: Dan Williams <dcbw at redhat dot com>
1133
1134         * gst/playback/gstplaybasebin.c:
1135         (gst_play_base_bin_get_streaminfo_value_array):
1136         Don't return NULL when querying the stream info value array but instead
1137         return an empty array. Fixes #459204.
1138
1139 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * gst/playback/gsturidecodebin.c:
1142           Init debug category before using it.
1143
1144 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1145
1146         * gst-libs/gst/interfaces/mixer.h:
1147         Add padding vars in place of the signal pointers
1148         when building with DISABLE_DEPRECATED so that the
1149         interface structure doesn't change size.
1150
1151 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1152
1153         * docs/libs/gst-plugins-base-libs-sections.txt:
1154         * ext/alsa/gstalsamixer.c:
1155         * ext/alsa/gstalsamixer.h:
1156         * ext/alsa/gstalsamixerelement.c:
1157         * ext/alsa/gstalsamixertrack.c:
1158         * gst-libs/gst/interfaces/mixer.c:
1159         * gst-libs/gst/interfaces/mixer.h:
1160         * gst-libs/gst/interfaces/mixeroptions.c:
1161         * gst-libs/gst/interfaces/mixeroptions.h:
1162         * gst-libs/gst/interfaces/mixertrack.c:
1163         * gst-libs/gst/interfaces/mixertrack.h:
1164         * tests/check/Makefile.am:
1165         * tests/check/libs/mixer.c:
1166
1167         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1168         Fixes: #152864 
1169
1170         Add support for notifying mixer changes on the message bus, and
1171         implement it in alsamixer.
1172
1173         API: gst_mixer_get_mixer_flags
1174         API: gst_mixer_message_parse_mute_toggled
1175         API: gst_mixer_message_parse_record_toggled
1176         API: gst_mixer_message_parse_volume_changed
1177         API: gst_mixer_message_parse_option_changed
1178         API: GstMixerMessageType
1179         API: GstMixerFlags
1180
1181 2007-07-20  Michael Smith <msmith@fluendo.com>
1182
1183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1184         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1185           xcontext->im_format is only for testing XShm support (as the header
1186           file comments document). Use xvimage->im_format for everything else.
1187           Avoids spurious warnings on buffer allocation before setcaps.
1188
1189 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1190
1191         * tests/examples/volume/Makefile.am:
1192         * tests/icles/Makefile.am:
1193           We should use $(LIBM).
1194
1195 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1196
1197         * tests/icles/Makefile.am:
1198           This needs -lm.
1199
1200 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1201
1202         * gst-libs/gst/rtp/gstbasertppayload.c:
1203         (gst_basertppayload_class_init), (gst_basertppayload_init),
1204         (gst_basertppayload_set_property),
1205         (gst_basertppayload_get_property):
1206         Don't break ABI, restore previous ranges. Keep the default random
1207         selection of timestamp and seqnum offset but as soon as the app sets a
1208         specific value, use that one.
1209
1210 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1211
1212         Patch by: Bastien Nocera <hadess at hadess dot net>
1213
1214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1215         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1216         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1217         * sys/xvimage/xvimagesink.h:
1218         Add option to turn off double-buffering for debugging purposes.
1219         Fixes #437169.
1220
1221 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1222
1223         Patch by: Jorn Baayen <jorn at openedhand dot com>
1224
1225         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1226         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1227         (gst_ximagesink_init), (gst_ximagesink_class_init):
1228         * sys/ximage/ximagesink.h:
1229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1230         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1231         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1232         * sys/xvimage/xvimagesink.h:
1233         add 'handle-expose' property. Useful for video widgets which may want to
1234         be in control of Expose behaviour. Fixes #380625
1235
1236 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1237
1238         * gst-libs/gst/rtp/gstbasertppayload.c:
1239         (gst_basertppayload_class_init), (gst_basertppayload_init),
1240         (gst_basertppayload_event), (gst_basertppayload_push),
1241         (gst_basertppayload_set_property),
1242         (gst_basertppayload_get_property),
1243         (gst_basertppayload_change_state):
1244         * gst-libs/gst/rtp/gstbasertppayload.h:
1245         Fix ranges of rtp payloader properties so that the full range can be
1246         used in addition to -1 (random).
1247         Fix wrong seqnum reporting in caps.
1248         Fixes #420326.
1249
1250 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1251
1252         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1253         (gst_video_rate_query):
1254         Use boilerplate.
1255         Add latency query, might not be perfect yet but already works a lot
1256         better. Fixes #442557.
1257
1258 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1259
1260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1261         (gst_xvimagesink_setcaps):
1262         * sys/xvimage/xvimagesink.h:
1263         After a caps change, redraw our borders to avoid garbage left there
1264         when the image format changes to a smaller size, like 16:9 -> 4:3
1265         Also, hold the flow_lock a bit longer in the set_caps while we're
1266         fiddling with the xcontext.
1267
1268 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1269
1270         * Makefile.am:
1271         * configure.ac:
1272         * tests/Makefile.am:
1273         Remove bogus check for libcheck, since we check for
1274         gstreamer-check and it pulls in the required info from there, and we
1275         weren't actually _using_ the information for libcheck ourselves
1276         anyway.
1277
1278 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1279
1280         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1281         (gst_ffmpeg_caps_to_pixfmt):
1282         Fix the r_mask test for RGBA32 on little-endian.
1283         Fix a stupid typo that would have obviously broken 
1284         compilation on big-endian, if anyone was testing.
1285
1286 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1287
1288         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1289         (paint_hline_str4):
1290         * gst/videotestsrc/videotestsrc.h:
1291         Add alpha to the color struct.
1292         Use a default alpha value of 255 instead of 128.
1293
1294 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1295
1296         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1297         (setup_source):
1298         Clear the dynamic pads counter when starting a new uri. This makes
1299         reusing playbin work again.
1300         Fixes #454264.
1301
1302 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1303
1304         * configure.ac:
1305           Use pkg-config to locate check.
1306
1307 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1308
1309         * configure.ac:
1310         * tests/check/elements/volume.c: (GST_START_TEST):
1311           Fix 'make check' build against core CVS.
1312
1313 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1314
1315         * gst-libs/gst/interfaces/propertyprobe.c:
1316         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1317         * gst-libs/gst/tag/gstvorbistag.c:
1318           Make gtk-doc happy.
1319
1320 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * gst-libs/gst/audio/gstbaseaudiosink.c:
1323         (gst_base_audio_sink_callback):
1324           Quick hack to make audiosinks stop at EOS when operating in
1325           pull-mode; needs to be fixed properly some day.
1326
1327 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * docs/libs/gst-plugins-base-libs-sections.txt:
1330           Fix location of includes in the docs.
1331
1332 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1333
1334         * gst/ffmpegcolorspace/avcodec.h:
1335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1336         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1337         (gst_ffmpegcsp_avpicture_fill):
1338         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1339         (img_get_alpha_info):
1340         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1341         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1342         end of the word. Partially fixes #451908
1343
1344 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1345
1346         * docs/libs/Makefile.am:
1347         * docs/plugins/Makefile.am:
1348           Simplify --extra-dir as gtkdoc scans recursively.
1349
1350 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1351
1352         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1353         (gst_adder_request_new_pad):
1354         Make getcaps more robust by not using the proxycaps function. This makes
1355         sure that we don't end up recursively calling getcaps upstream.
1356         See #316248.
1357
1358 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1359
1360         * gst/audioconvert/audioconvert.c:
1361         Include math.h to fix compilation.
1362
1363 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1364
1365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1366         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1367         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1368         format, as produced by some dc1394 cameras like the iSight.
1369         See http://www.fourcc.org/yuv.php#IYU1
1370
1371 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1372
1373         * gst/audioconvert/Makefile.am:
1374         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1375         (check_default), (audio_convert_prepare_context),
1376         (audio_convert_clean_context), (audio_convert_convert):
1377         * gst/audioconvert/audioconvert.h:
1378         * gst/audioconvert/gstaudioconvert.c:
1379         (gst_audio_convert_dithering_get_type),
1380         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1381         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1382         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1383         * gst/audioconvert/gstaudioconvert.h:
1384         * gst/audioconvert/gstaudioquantize.c:
1385         (gst_audio_quantize_setup_noise_shaping),
1386         (gst_audio_quantize_free_noise_shaping),
1387         (gst_audio_quantize_setup_dither),
1388         (gst_audio_quantize_free_dither),
1389         (gst_audio_quantize_setup_quantize_func),
1390         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1391         * gst/audioconvert/gstaudioquantize.h:
1392         Implement dithering and noise shaping in audioconvert. By default now
1393         TPDF dithering (and no noise shaping) will be used when converting
1394         from a higher bit depth to 20 bit depth or smaller, otherwise
1395         everything will be as it is now.
1396         For the last audioconvert in a pipeline it would make sense to
1397         use some kind of noise shaping, enabling it by default for all
1398         conversions would give undesired results though. Fixes #360246.
1399         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1400         (GST_START_TEST):
1401         Adjust unit test for the new audioconvert.
1402
1403 2007-06-28  Wim Taymans  <wim@fluendo.com>
1404
1405         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1406         Use other metrics as well when estimating the buffer level.
1407
1408 2007-06-28  Wim Taymans  <wim@fluendo.com>
1409
1410         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1411         Small debug improvement.
1412
1413         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1414         (plugin_init):
1415         Tweak the rate estimation period.
1416         When calculating the buffer filledness in rate estimation mode, don't
1417         mix it with other metrics.
1418
1419 2007-06-28  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1422         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1423         When creating the groups, allow for a 5 second, unlimited buffers
1424         preroll phase after which we expose the group.
1425         When the group is exposed, use a small number of buffers up to a 2
1426         second limit. Also disconnect the overrun signal from multiqueue when we
1427         exposed the group because it is not needed anymore.
1428
1429 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1432           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1433           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1434           (#451707); also, output some debugging info when dealing with
1435           freeform strings.
1436
1437         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1438           Add unit test for the above.
1439
1440 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1443           Add description for Windows Media RTP caps.
1444
1445         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1446           Remove RTP fields that don't define the format from caps.
1447
1448 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1449
1450         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1451           Skip empty buffers, but not empty header buffers. That way the original
1452           vorbisdec unit test still passes (#451145); also, take into account
1453           that those empty packets might carry a granulepos.
1454
1455         * tests/check/Makefile.am:
1456         * tests/check/elements/vorbisdec.c:
1457         (_create_codebook_header_buffer), (_create_audio_buffer),
1458         (GST_START_TEST), (vorbisdec_suite):
1459           Add unit test that sends an empty packet.
1460
1461 2007-06-27  Wim Taymans  <wim@fluendo.com>
1462
1463         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1464         Don't error out on 0-sized packets, just emit a warning because this is
1465         not a fatal error. Fixes #451145.
1466
1467 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1468
1469         * docs/plugins/gst-plugins-base-plugins.args:
1470         * docs/plugins/gst-plugins-base-plugins.signals:
1471         * docs/plugins/inspect/plugin-adder.xml:
1472         * docs/plugins/inspect/plugin-alsa.xml:
1473         * docs/plugins/inspect/plugin-audioconvert.xml:
1474         * docs/plugins/inspect/plugin-audiorate.xml:
1475         * docs/plugins/inspect/plugin-audioresample.xml:
1476         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1477         * docs/plugins/inspect/plugin-cdparanoia.xml:
1478         * docs/plugins/inspect/plugin-decodebin.xml:
1479         * docs/plugins/inspect/plugin-decodebin2.xml:
1480         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1481         * docs/plugins/inspect/plugin-gdp.xml:
1482         * docs/plugins/inspect/plugin-gnomevfs.xml:
1483         * docs/plugins/inspect/plugin-libvisual.xml:
1484         * docs/plugins/inspect/plugin-ogg.xml:
1485         * docs/plugins/inspect/plugin-pango.xml:
1486         * docs/plugins/inspect/plugin-playbin.xml:
1487         * docs/plugins/inspect/plugin-subparse.xml:
1488         * docs/plugins/inspect/plugin-tcp.xml:
1489         * docs/plugins/inspect/plugin-theora.xml:
1490         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1491         * docs/plugins/inspect/plugin-video4linux.xml:
1492         * docs/plugins/inspect/plugin-videorate.xml:
1493         * docs/plugins/inspect/plugin-videoscale.xml:
1494         * docs/plugins/inspect/plugin-videotestsrc.xml:
1495         * docs/plugins/inspect/plugin-volume.xml:
1496         * docs/plugins/inspect/plugin-vorbis.xml:
1497         * docs/plugins/inspect/plugin-ximagesink.xml:
1498         * docs/plugins/inspect/plugin-xvimagesink.xml:
1499           Update docs with caps info.
1500
1501 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * po/POTFILES.in:
1504           Add more files with translatable strings (#450875).
1505
1506 2007-06-23  Edward Hervey  <edward@fluendo.com>
1507
1508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1509         The chain should be freed if we error out here, else it will leak.
1510         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1511         (cleanup_decodebin):
1512         Don't forget to *properly* remove the signals, else it will leak.
1513
1514 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1515
1516         * MAINTAINERS:
1517         Updating all the maintainers files
1518
1519 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1522         (main):
1523           Destroy and recreate parse-launch based pipeline after stop to be able
1524           to play again. Reorder some code and add more comments.
1525
1526 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1527
1528         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1529         When handling a delayed-caps notification case, mark
1530         the group as dynamic so that the nbdynamic count is
1531         incremented and decremented correctly. Fixes: #449156
1532         Patch by: Wim Taymans <wim@fluendo.com>
1533
1534 2007-06-19  Andy Wingo  <wingo@pobox.com>
1535
1536         * gst-libs/gst/audio/gstbaseaudiosink.c
1537         (gst_base_audio_sink_init): Enable pull-mode operation.
1538
1539 2007-06-19  Michael Smith <msmith@fluendo.com>
1540
1541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1542           Change minimum rate back to 1000 to allow low-sample-rate wav files
1543           to play back.
1544
1545 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1546
1547         * po/vi.po:
1548           Update translations.
1549
1550 2007-06-15  David Schleef  <ds@schleef.org>
1551
1552         * gst/playback/gstqueue2.c:
1553           Fix compile error from ignored return value.
1554
1555 2007-06-15  Michael Smith <msmith@fluendo.com>
1556
1557         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1558           Update tmpbuf for all neccesary rows, not just one, as is required
1559           when downscaling.
1560           Fixes #402076.
1561
1562 2007-06-15  Michael Smith <msmith@fluendo.com>
1563
1564         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1565         (eos_buffer_probe):
1566           Add a test that ensures we set DELTA_UNIT on all non-header,
1567           non-video buffers, if we have a video stream.
1568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1569         (gst_ogg_mux_process_best_pad):
1570           Move setting delta_pad to earlier, where we inspect all pads, so
1571           that leading audio pages don't get DELTA_UNIT unset if they come
1572           before the first DELTA_UNIT from video pages. Fixes the newly-added
1573           test. Fixes #385527.
1574
1575 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1578           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1579           fails on the p5-ppc64 build bot and the failure looks like it is due
1580           to the same issue as #348114, ie. a compiler bug.
1581
1582 2007-06-13  Edward Hervey  <edward@fluendo.com>
1583
1584         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1585         Fix build on MacOSX.
1586
1587 2007-06-13  Wim Taymans  <wim@fluendo.com>
1588
1589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1590         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1591         Fix compilation on mingw. Fixes #446972.
1592
1593 2007-06-12  Wim Taymans  <wim@fluendo.com>
1594
1595         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1596
1597         * gst/playback/gstqueue2.c: (update_buffering),
1598         (gst_queue_locked_enqueue):
1599         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1600         also update the buffering status when receiving events. Fixes #446551.
1601
1602 2007-06-11  Wim Taymans  <wim@fluendo.com>
1603
1604         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1605
1606         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1607         (gst_queue_handle_src_query):
1608         Wait for preroll before attempting to forward a duration query upstream.
1609         Fixes #445505.
1610
1611 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1612
1613         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1614         (gst_base_rtp_depayload_set_gst_timestamp):
1615         Use G_GINT64_CONSTANT macro for int64 constant.
1616         * win32/common/libgstinterfaces.def:
1617         * win32/common/libgsttag.def:
1618         Add new exported functions.
1619
1620 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1623           The BOS page of the first Dirac video stream needs to come before
1624           the BOS page of any Vorbis streams or other audio streams, just like
1625           it is with Theora.
1626
1627 2007-06-07  Wim Taymans  <wim@fluendo.com>
1628
1629         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1630         Fix compilation.
1631
1632 2007-06-06  Wim Taymans  <wim@fluendo.com>
1633
1634         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1635
1636         * gst/playback/gstqueue2.c: (gst_queue_init),
1637         (gst_queue_handle_sink_event), (gst_queue_chain),
1638         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1639         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1640         (gst_queue_src_activate_pull):
1641         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1642         Does not yet completely work because duration queries upstream won't
1643         block yet.
1644
1645 2007-06-06  Wim Taymans  <wim@fluendo.com>
1646
1647         * configure.ac:
1648         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1649         Some more fseeko checks.
1650
1651 2007-06-06  Wim Taymans  <wim@fluendo.com>
1652
1653         * configure.ac:
1654         check for large file support.
1655
1656 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1657
1658         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1659
1660         * gst/subparse/gstsubparse.c: (parse_subrip),
1661         (subviewer_unescape_newlines), (parse_subviewer),
1662         (gst_sub_parse_data_format_autodetect),
1663         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1664         * gst/subparse/gstsubparse.h:
1665         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1666         * tests/check/elements/subparse.c: (GST_START_TEST),
1667         (subparse_suite):
1668         Add a unit test for both SubViewer formats.
1669
1670 2007-06-01  Michael Smith <msmith@fluendo.com>
1671
1672         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1673           Don't overflow intermediate values when seeking to large time values
1674           in audiotestsrc.
1675
1676 2007-06-05  Wim Taymans  <wim@fluendo.com>
1677
1678         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1679         (gst_queue_create_read), (gst_queue_read_item_from_file),
1680         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1681         Include stdio to define fseeko.
1682
1683 2007-06-05  Wim Taymans  <wim@fluendo.com>
1684
1685         Patch by: Edward Hervey  <edward@fluendo.com>
1686
1687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1688         (gst_v4lsrc_query):
1689         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1690
1691 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * gst-libs/gst/riff/Makefile.am:
1694         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1695           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1696           our own implementation.
1697
1698 2007-06-05  Wim Taymans  <wim@fluendo.com>
1699
1700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1701         (gst_base_rtp_depayload_setcaps),
1702         (gst_base_rtp_depayload_set_gst_timestamp),
1703         (gst_base_rtp_depayload_change_state):
1704         Handle timestamp wraparound.
1705
1706 2007-06-05  Wim Taymans  <wim@fluendo.com>
1707
1708         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1709         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1710         (gst_uri_decode_bin_change_state):
1711         Make sure we name srcpads uniquely even when using different internal
1712         decodebins.
1713         Signal no-more-pads when no more dynamic elements exist.
1714         Remove pads on cleanup.
1715
1716 2007-06-05  Wim Taymans  <wim@fluendo.com>
1717
1718         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1719
1720         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1721         (gst_queue_init), (gst_queue_finalize),
1722         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1723         (gst_queue_create_read), (gst_queue_read_item_from_file),
1724         (gst_queue_open_temp_location_file),
1725         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1726         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1727         (gst_queue_is_empty), (gst_queue_is_filled),
1728         (gst_queue_change_state), (gst_queue_set_temp_location),
1729         (gst_queue_set_property):
1730         Add support for filebased buffering. Fixes #441264.
1731
1732 2007-06-05  Wim Taymans  <wim@fluendo.com>
1733
1734         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1735         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1736         (caps_notify_group_cb), (gst_decode_group_new),
1737         (gst_decode_group_free):
1738         Add support for delayed caps fixation when autoplugging.
1739         Optimize cases where a multiqueue is not needed/wanted, like right after
1740         anything that is not a demuxer.
1741
1742 2007-06-05  Wim Taymans  <wim@fluendo.com>
1743
1744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1745         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1746         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1747         consideratly speedup ogg chain detection by not trying to find a base
1748         timestamp for skeleton streams. 
1749
1750 2007-06-05  Wim Taymans  <wim@fluendo.com>
1751
1752         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1753         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1754         (gst_multi_fd_sink_remove_flush),
1755         (gst_multi_fd_sink_remove_client_link),
1756         (gst_multi_fd_sink_handle_client_write),
1757         (gst_multi_fd_sink_handle_clients):
1758         * gst/tcp/gstmultifdsink.h:
1759         Add support for remove_flush.
1760
1761 2007-06-05  Wim Taymans  <wim@fluendo.com>
1762
1763         * docs/design/draft-keyframe-force.txt:
1764         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1765         (theora_enc_chain):
1766         Add draft design for forcing keyframes in encoders and implement in
1767         theoraenc.
1768
1769 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1770
1771         * configure.ac:
1772           Back to CVS
1773
1774 === release 0.10.13 ===
1775
1776 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1777
1778         * configure.ac:
1779           releasing 0.10.13, "What's Going on?"
1780
1781 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1782
1783         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1784         In riff, the depth is stored in the size field but it just means that
1785         the least significant bits are cleared. We can therefore just play
1786         the sample as if it had a depth == width. Fixes: #440997
1787
1788         Patch by: Wim Taymans <wim@fluendo.com> 
1789         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1790
1791 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1792
1793         * gst-libs/gst/floatcast/floatcast.h:
1794         Define inline when needed on win32 builds. Fixes: #441295
1795         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1796
1797 2007-05-29  Wim Taymans  <wim@fluendo.com>
1798
1799         * gst/playback/gstplaybasebin.c: (queue_overrun),
1800         (no_more_pads_full):
1801         Stop buffering when the group is commited because the queues filled up.
1802         Fixes #442024.
1803
1804 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1805
1806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1807         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1808         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1809         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1810         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1811         * ext/alsa/gstalsamixer.h:
1812         * ext/alsa/gstalsamixerelement.c:
1813         (gst_alsa_mixer_element_interface_supported),
1814         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1815         (gst_alsa_mixer_element_set_property),
1816         (gst_alsa_mixer_element_get_property),
1817         (gst_alsa_mixer_element_change_state):
1818         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1819         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1820         (gst_mixer_option_changed):
1821         * gst-libs/gst/interfaces/mixer.h:
1822         Revert commits towards #152864 made so far. We'll pick it up again
1823         after the 0.10.13 release.
1824
1825 2007-05-24  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst-libs/gst/audio/gstbaseaudiosink.c:
1828         (gst_base_audio_sink_render):
1829         After an interrupt (PAUSED/flush) assume that the next sample should not
1830         be aligned to the previous sample. Fixes #417992.
1831
1832 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1833
1834         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1835           Don't add channels and rate fields to the template caps for
1836           audio/x-dts, as wavparse might not always be able to set them,
1837           which would then lead to 'caps are not a real subset of the
1838           template caps' warnings.
1839
1840 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1841
1842         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1843         Handle unknown or invalid pads without crashing, as might occur if
1844         a media file like an mp3 is specified as a subtitle file.
1845         Fixes: #410039
1846
1847 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1848
1849         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1850         (setup_sinks):
1851         Block the subtitle bin output queue before ghosting it and linking,
1852         then unblock after. This avoids spurious not-linked errors caused 
1853         by the queue starting up (because it gets linked when it is ghosted). 
1854         Fixes: #350299
1855
1856 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1857
1858         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1859         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1860         file. Avoids flukes where the input gets typefound to some valid but
1861         useless type.
1862
1863 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * tests/check/Makefile.am:
1866         * tests/check/elements/.cvsignore:
1867         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1868         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1869           Add unit test for gnomevfssink seeking and position reporting for
1870           file:// URIs.
1871
1872 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         Patch by: Mark Nauwelaerts <manauw at skynet be>
1875
1876         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1877         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1878         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1879         * ext/gnomevfs/gstgnomevfssink.h:
1880           Fix position reporting, especially after a seek (from upstream),
1881           see #412648.
1882
1883 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         * ext/cdparanoia/gstcdparanoiasrc.c:
1886           Repair umlaut.
1887
1888 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1889
1890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1891         Specify the full valid range for MP3 samplerates. Fixes a regression
1892         caused by extra header checks since the last release.
1893
1894 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1895
1896         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1898         Fix a locking-order bug I introduced with my changes the other day.
1899         Patch by Mike Smith.
1900
1901 2007-05-21  Michael Smith <msmith@fluendo.com>
1902
1903         * ext/theora/theoradec.c: (theora_handle_data_packet):
1904           Don't look inside 0-length packets (which indicate duplicated
1905           frames)
1906
1907 2007-05-21  Wim Taymans  <wim@fluendo.com>
1908
1909         * ext/cdparanoia/gstcdparanoiasrc.c:
1910         (gst_cd_paranoia_src_read_sector):
1911         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1912         (gst_base_audio_src_create):
1913         Small cleanups.
1914
1915         * ext/theora/theoradec.c: (theora_dec_sink_event):
1916         Fix typo.
1917
1918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1919         (gst_base_rtp_depayload_set_gst_timestamp):
1920         Add some FIXME
1921
1922         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1923         And some debug info when a FIXME path is hit.
1924
1925 2007-05-21  Wim Taymans  <wim@fluendo.com>
1926
1927         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1928         (gst_base_rtp_audio_payload_class_init),
1929         (gst_base_rtp_audio_payload_init),
1930         (gst_base_rtp_audio_payload_finalize),
1931         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1932         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1933         (gst_base_rtp_payload_audio_handle_event):
1934         Some cleanups, remove minptime property as it is now in the parent
1935         class.
1936         Override parent class event function.
1937
1938         * gst-libs/gst/rtp/gstbasertppayload.c:
1939         (gst_basertppayload_class_init), (gst_basertppayload_init),
1940         (gst_basertppayload_event), (gst_basertppayload_set_property),
1941         (gst_basertppayload_get_property):
1942         * gst-libs/gst/rtp/gstbasertppayload.h:
1943         Add min-ptime property.
1944         Add handle-event vmethod. Fixes #415001.
1945
1946 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1947
1948         * gst-libs/gst/audio/gstbaseaudiosink.c
1949           (gst_base_audio_sink_change_state):
1950           Fix typo in comment.
1951
1952         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1953           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1954           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1955           close_link):
1956         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1957           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1958           Remove trailing whitespaces in comments.
1959
1960         * gst/volume/Makefile.am:
1961           Fix tabs.
1962
1963 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1964
1965         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1966
1967         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1968           set_option, get_option, _gst_reserved):
1969           Revert reordering functions (keep ABI).
1970
1971 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1972
1973         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1974         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1975         (gst_ximagesink_show_frame):
1976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1977         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1978         (gst_xvimagesink_show_frame):
1979         When we create our own window, indicate that we handle the 
1980         WM_DELETE client message from the window manager, so that it won't 
1981         kill our window (and our app) along with it. Handle ClientMessage,
1982         post an error on the bus, and close the window. Further buffers
1983         arriving will result in a FlowError because the window has been
1984         destroyed.
1985
1986         Fixes: #393975
1987
1988         Clean up the X event handling loop and make them the same for
1989         both xvimagesink and ximagesink while I'm at it.
1990
1991 2007-05-17  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1994         Make decodebin2 autoplug depayloaders too.
1995
1996         * gst/playback/gsturidecodebin.c: (source_new_pad):
1997         Set the newly created decoder in a usable state when autoplugging a
1998         dynamic source such as RTSP.
1999
2000 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst/playback/gststreaminfo.c: (cb_probe):
2003           Ignore video-codec tag for audio streams and ignore audio-codec tags
2004           for video streams. Should make codec name collection a bit more
2005           robust against sloppy demuxers that send tag events containing both
2006           tags down each pad.
2007
2008 2007-05-17  Wim Taymans  <wim@fluendo.com>
2009
2010         * gst/playback/gstqueue2.c: (update_rates):
2011         Tweak the buffering thresholds a little.
2012         Update the buffer size with the previously calculate rate instead of
2013         only when we calculate a new rate so that we get smoother buffering
2014         updates.
2015
2016         * gst/playback/Makefile.am:
2017         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2018         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2019         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2020         (gst_uri_decode_bin_get_property), (unknown_type),
2021         (add_element_stream), (no_more_pads_full), (no_more_pads),
2022         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2023         (gen_source_element), (has_all_raw_caps), (analyse_source),
2024         (remove_decoders), (make_decoder), (remove_source),
2025         (source_new_pad), (setup_source), (decoder_query_init),
2026         (decoder_query_duration_fold), (decoder_query_duration_done),
2027         (decoder_query_position_fold), (decoder_query_position_done),
2028         (decoder_query_latency_fold), (decoder_query_latency_done),
2029         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2030         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2031         (gst_uri_decode_bin_change_state), (plugin_init):
2032         New element that intergrates a source, optional buffering element and
2033         decodebin.
2034
2035 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         * configure.ac:
2038           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2039           (also has a .pc file, so we don't need the fallback check any
2040           longer). Fixes #438840.
2041
2042 2007-05-17  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2045         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2046         (apply_segment), (apply_buffer), (update_buffering),
2047         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2048         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2049         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2050         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2051         (plugin_init):
2052         fix build.
2053
2054 2007-05-17  Wim Taymans  <wim@fluendo.com>
2055
2056         * gst/playback/Makefile.am:
2057         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2058         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2059         (gst_queue_getcaps), (gst_queue_bufferalloc),
2060         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2061         (apply_buffer), (update_buffering), (reset_rate_timer),
2062         (update_rates), (gst_queue_locked_flush),
2063         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2064         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2065         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2066         (gst_queue_loop), (gst_queue_handle_src_event),
2067         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2068         (gst_queue_src_activate_push), (gst_queue_change_state),
2069         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2070         On our way to playbin2 this is the new network queue that does buffering
2071         all by itself using high and low watermarks. It can also measure up and
2072         downstream bandwidth to optimally size the queue.
2073
2074 2007-05-17  Michael Smith <msmith@fluendo.com>
2075
2076         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2077         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2078           Use the segment->last_stop value to calculate the next timestamp to
2079           generate after a seek; not the segment->start value.
2080
2081 2007-05-15  David Schleef  <ds@schleef.org>
2082
2083         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2084           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2085
2086 2007-05-15  Wim Taymans  <wim@fluendo.com>
2087
2088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2089         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2090         Some more chained streaming ogg timestamp fixes.
2091
2092 2007-05-15  Wim Taymans  <wim@fluendo.com>
2093
2094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2095         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2096         (gst_ogg_demux_handle_page):
2097         Add some FIXMEs.
2098         Fix chain start/stop segment handling based on patch by
2099         <ahalda at cs dot mcgill dot ca> see #320984.
2100
2101 2007-05-15  Michael Smith <msmith@fluendo.com>
2102
2103         * configure.ac:
2104           We don't require a C++ compiler. So don't require one.
2105
2106 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2107
2108         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2109           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2110           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2111           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2112           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2113           gst_alsa_mixer_update_track):
2114           Apply some of the cleanup Tim suggested in #152864 afterwards.
2115
2116 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2117
2118         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2119
2120         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2121           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2122           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2123           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2124           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2125           gst_alsa_mixer_handle_source_callback,
2126           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2127           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2128           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2129           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2130           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2131           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2132         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2133         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2134           gst_alsa_mixer_element_interface_supported,
2135           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2136           gst_alsa_mixer_element_set_property,
2137           gst_alsa_mixer_element_get_property,
2138           gst_alsa_mixer_element_change_state):
2139         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2140         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2141           gst_mixer_option_changed):
2142         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2143           volume_changed, option_changed, _gst_reserved):
2144           Implement notification for alsamixer. Fixes #152864
2145
2146 2007-05-14  David Schleef  <ds@schleef.org>
2147
2148         * gst/videotestsrc/videotestsrc.c:
2149         * gst/videotestsrc/videotestsrc.h:
2150           Add support for video/x-raw-bayer.
2151
2152 2007-05-12  David Schleef  <ds@schleef.org>
2153
2154         * sys/xvimage/xvimagesink.c:
2155           Add some sanity checking for the XVImage size returned by X.
2156           Related to #377400.
2157
2158 2007-05-12  Wim Taymans  <wim@fluendo.com>
2159
2160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2161         (gst_base_rtp_depayload_setcaps),
2162         (gst_base_rtp_depayload_set_gst_timestamp):
2163         Parse and use additional caps fields as described in updated
2164         application/x-rtp caps spec.
2165
2166 2007-05-12  Wim Taymans  <wim@fluendo.com>
2167
2168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2169         (gst_ogg_demux_collect_chain_info):
2170         If there is a stream in a chain without any data packets, ignore the
2171         stream in the total length calculations. Might be related to #436820.
2172
2173 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2174
2175         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2176         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2177         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2178         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2179         (plugin_init):
2180
2181         Consolidate and re-work our mpeg system stream detection to probe
2182         more packets and produce a higher confidence result. Fixes a
2183         regression caused by lowering the typefind probability last year
2184         - related to bug #397810. Remove the redundant MPEG-1 specific 
2185         typefind function, as the new one detects both MPEG-1 & MPEG-2
2186         happily.
2187
2188         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2189         little. 
2190
2191         Tested against my media test directory, with some improvements and
2192         no regressions.
2193
2194 2007-05-10  Wim Taymans  <wim@fluendo.com>
2195
2196         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2197         (queue_out_of_data):
2198         Connect to the new queue "pushing" signal instead of the broken
2199         "running" one.
2200
2201 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2202
2203         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2204         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2205         Move variable declaration before the first instruction.
2206         * gst/videotestsrc/videotestsrc.c:
2207         Define M_PI if it's not defined yet.
2208         * win32/common/libgstrtp.def:
2209         Add new exported functions.
2210
2211 2007-05-09  Michael Smith <msmith@fluendo.com>
2212
2213         * ext/theora/theoradec.c: (theora_handle_type_packet):
2214           gst_pad_push_event() does not return a GstFlowReturn!
2215
2216 2007-05-09  Wim Taymans  <wim@fluendo.com>
2217
2218         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2219         * tests/examples/seek/seek.c: (do_seek):
2220         Some small cosmetic changes.
2221
2222 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2225           gst_adder_change_state):
2226         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2227           segment_pending, segment_position, segment_rate):
2228           Handle playback-rate on adder.
2229
2230 2007-05-07  Michael Smith <msmith@fluendo.com>
2231
2232         * ext/theora/gsttheoradec.h:
2233         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2234         (theora_dec_sink_event), (theora_handle_comment_packet),
2235         (theora_handle_type_packet), (theora_dec_change_state):
2236           Don't push events (newsegment, tags) before initialising the
2237           decoder.
2238           This is neccesary for seeking to work correctly in gnonlin.
2239
2240 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2241
2242         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2243         * gst/adder/gstadder.c:
2244         * gst/audiotestsrc/gstaudiotestsrc.c
2245           (gst_audio_test_src_create_white_noise):
2246         * gst/videotestsrc/gstvideotestsrc.c:
2247         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2248           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2249           volume_sink_template, volume_src_template, gst_volume_init,
2250           volume_process_double, volume_process_int16,
2251           volume_process_int16_clamp):
2252           Doc fixes and formatting.
2253
2254 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2255
2256         * tests/check/Makefile.am:
2257         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2258           Minimal check for volume's GstController usability; also another
2259           test for #422295.
2260
2261 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2262
2263         * gst-libs/gst/cdda/gstcddabasesrc.c:
2264         (gst_cdda_base_src_add_track):
2265           Fix it so that it (a) makes sense and (b) doesn't break
2266           everything cdda-related including the unit test.
2267
2268 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2269
2270         * gst-libs/gst/cdda/gstcddabasesrc.c:
2271         (gst_cdda_base_src_add_track):
2272           Fix build when disabling asserts.
2273
2274 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2275
2276         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2277           When XShm is not available, we might get row strides that are not
2278           rounded up to multiples of four; this is bad, because virtually
2279           every RGB-processing element in GStreamer assumes rowstrides are
2280           rounded up to multiples of four, so let's allocate at least enough
2281           memory to avoid crashes in this case. The image will still be
2282           displayed distorted though if this happens, so that still needs
2283           fixing (maybe by allocating a bigger image with an 'even' width
2284           and then clipping it appropriately when rendering - something for
2285           Xlib aficionados in any case).
2286
2287 2007-05-03  Michael Smith <msmith@fluendo.com>
2288
2289         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2290           If a buffer doesn't have a timestamp, assume it's contiguous with
2291           the previous buffer, and synthesise timestamps appropriately.
2292
2293 2007-05-03  Edward Hervey  <edward@fluendo.com>
2294
2295         * tests/check/elements/videorate.c: (GST_START_TEST):
2296         Set buffer timestamp to a valid value in order to test the buffer
2297         really does stay in videorate.
2298
2299 2007-05-03  Edward Hervey  <edward@fluendo.com>
2300
2301         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2302         There is no sensible way to handle incoming buffers which don't have a
2303         valid timestamp. We therefore discard them and wait for the next one.
2304
2305 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2308         * gst/playback/gstdecodebin2.c: (plugin_init):
2309           Better error message for text files.
2310
2311 2007-04-29  Wim Taymans  <wim@fluendo.com>
2312
2313         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2314         Fix offset bug in generation RR packets.
2315
2316 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2317
2318         * ext/theora/theoradec.c: (_theora_granule_time),
2319         (theora_dec_push_forward), (theora_handle_data_packet),
2320         (theora_dec_decode_buffer): Calculate buffer duration correctly
2321         to generate a perfect stream (#433888).
2322         * gst/audioresample/gstaudioresample.c:
2323         (audioresample_check_discont): Glib provides ABS.
2324
2325 2007-04-27  Wim Taymans  <wim@fluendo.com>
2326
2327         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2328         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2329         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2330         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2331         (gst_rtcp_packet_bye_set_reason):
2332         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2333         Fix RB block parsing and writing.
2334         Add support for constructing BYE packets.
2335
2336 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2339         (gst_base_audio_src_create):
2340         * po/POTFILES.in:
2341           When posting a warning message because samples were dropped, post
2342           something more intelligible than he default error message for clock
2343           errors which is just confusing in this context (#432984).
2344
2345 2007-04-25  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2348         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2349         (read_packet_header), (gst_rtcp_packet_move_to_next),
2350         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2351         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2352         (gst_rtcp_packet_sdes_get_item_count),
2353         (gst_rtcp_packet_sdes_first_item),
2354         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2355         (gst_rtcp_packet_sdes_first_entry),
2356         (gst_rtcp_packet_sdes_next_entry),
2357         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2358         (gst_rtcp_packet_sdes_add_entry):
2359         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2360         Implement code to write SR, RR and SDES packets.
2361
2362 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2363
2364         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2365
2366         * sys/ximage/ximagesink.c:
2367           Fix build if XShm is not available (#432362).
2368
2369 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2370
2371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2372         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2373         pointers to random memory which are passed to g_free() when
2374         audio_convert_prepare_context() is called the first time.
2375
2376 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2377
2378         Patch by: Dan Williams <dcbw redhat com>
2379
2380         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2381           Don't leak incoming buffer if gst_pad_push() returns a
2382           non-OK flow. Fixes #432755.
2383          
2384         * tests/check/elements/videorate.c: (GST_START_TEST),
2385         (videorate_suite):
2386           Unit test for the above by Yours Truly.
2387
2388 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2389
2390         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2391         (gst_adder_sink_event), (gst_adder_collected):
2392           Fix non-flushing segmented seeks, Fixes #340060 for me
2393
2394 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2395
2396         Patch by: Olivier Crete  <tester at tester ca>
2397
2398         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2399         (gst_base_rtp_audio_payload_class_init),
2400         (gst_base_rtp_audio_payload_init),
2401         (gst_base_rtp_audio_payload_dispose):
2402           Chain up to parent class in dispose function; get rid of
2403           unnecessary 'diposed' flag in private structure (#415001).
2404
2405 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * docs/libs/gst-plugins-base-libs.types:
2408         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2409         (gst_base_rtp_audio_payload_class_init):
2410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2411         * gst-libs/gst/rtp/gstbasertppayload.c:
2412           Some minor docs fixes and additions; also add missing 'Since' bits.
2413
2414 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2415
2416         Patch by: Zeeshan Ali  <zeenix gmail com>
2417
2418         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2419         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2420         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2421         (gst_base_rtp_audio_payload_push):
2422         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2423           The recently-added gst_base_rtp_audio_payload_push() should take an
2424           object of type GstBaseRTPAudioPayload as first argument (#431672).
2425
2426 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * gst/audioresample/gstaudioresample.c:
2429           Make more functions static, just because we can.
2430
2431 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         * tests/check/elements/audioresample.c:
2434           Add unit test for audioresample shutdown crasher (#420106).
2435
2436 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2437
2438         * gst/subparse/gstsubparse.c:
2439         * gst/subparse/samiparse.c:
2440           Use GST_DISABLE_XML here
2441
2442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2443         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2444         (gst_xvimagesink_buffer_alloc),
2445         (gst_xvimagesink_navigation_send_event):
2446         * sys/xvimage/xvimagesink.h:
2447           Include stdlib.h when using atoi.
2448           
2449         * tests/check/elements/playbin.c: (playbin_suite):
2450           Use GST_DISABLE_REGISTRY here
2451
2452 2007-04-19  Michael Smith  <msmith@fluendo.com>
2453
2454         * ext/theora/gsttheoraenc.h:
2455         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2456         (theora_enc_sink_event), (theora_enc_change_state):
2457           Track initialisation state; don't try to use encoder state if we're
2458           not initialised (it'll segfault).
2459
2460 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2461
2462         * tests/check/pipelines/.cvsignore:
2463         Fix build.
2464
2465 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2466
2467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2468         Allow random depths between 1 and 32 instead of only multiplies of 8.
2469
2470 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2473         Set the maximum number of channels for PCM and float in the correct
2474         place to have it also used when creating the template caps.
2475
2476 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2479         Correctly support 4, 6 and 8 channels with normal PCM and float
2480         wav files.
2481
2482         Fix the depth and signedness calculation in extensible wav files and
2483         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2484         mask is found.
2485
2486         Add support for float, alaw and mulaw in extensible wav files.
2487
2488         This allows correct playback of all but 5 files from
2489         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2490         
2491         (gst_riff_create_audio_template_caps):
2492         Add voxware and float formats to the template caps.     
2493
2494 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2495
2496         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2497
2498         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2499         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2500
2501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2502         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2503         Use the correct format strings for integer formats.
2504
2505 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2506
2507         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2508           Don't use pad_alloc_buffer_and_set_caps to create a small header
2509           packet, or, worse, to create a big temporary video buffer using the
2510           src pad.
2511
2512 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2513
2514         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2515         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2516           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2517           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2518
2519 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2520
2521         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2522           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2523           streamheader_suite):
2524           Add another test set up for failure
2525
2526 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2527
2528         * tests/check/Makefile.am:
2529         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2530           GST_START_TEST, streamheader_suite, main):
2531           Add a test for the streamheader bug Wim fixed.
2532
2533 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2534
2535         * ext/theora/theoradec.c: (theora_dec_sink_event):
2536         Fix misleading comment.
2537
2538 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2541           More sanity checks for the header fields.
2542
2543 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2546           Try encodings from all environment variables, not just those in the
2547           first environment variable that is set.
2548
2549 2007-04-12  Wim Taymans  <wim@fluendo.com>
2550
2551         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2552         (gst_video_rate_chain):
2553         Add some debug.
2554
2555         * tests/check/elements/videorate.c: (GST_START_TEST),
2556         (videorate_suite):
2557         Added check for videorate changing caps handling. Closes #421834.
2558
2559 2007-04-12  Michael Smith  <msmith@fluendo.com>
2560
2561         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2562           Use scale functions to avoid overflow when calculating duration of 
2563           vorbis buffers.
2564
2565 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * docs/libs/gst-plugins-base-libs-sections.txt:
2568         * gst-libs/gst/tag/tag.h:
2569         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2570           API: add gst_tag_freeform_string_to_utf8() (#405072).
2571
2572         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2573           Use gst_tag_freeform_string_to_utf8() here.
2574
2575 2007-04-12  Wim Taymans  <wim@fluendo.com>
2576
2577         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2578         (gst_gdp_pay_sink_event):
2579         Make sure we set the IN_CAPS flag correctly.
2580
2581         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2582         Get the IN_CAPS flag before we call functions that mess with the flags.
2583
2584 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2587           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2588           Only stamp buffers with offset/offset_end right before they get
2589           pushed.  This ensures offset continuity, which was not the case
2590           before as shown by
2591           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2592
2593 2007-04-06  Wim Taymans  <wim@fluendo.com>
2594
2595         * gst/playback/gstplaybin.c: (add_sink),
2596         (gst_play_bin_change_state):
2597         Activate sync in playbin, we are ready to handle it for live streams.
2598
2599 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         * tests/check/elements/playbin.c:
2602         (test_sink_usage_video_only_stream), (playbin_suite):
2603           Add small test for stream-info-value-array code paths.
2604
2605 2007-04-05  Wim Taymans  <wim@fluendo.com>
2606
2607         * gst-libs/gst/audio/gstbaseaudiosink.c:
2608         (gst_base_audio_sink_skew_slaving):
2609         Don't try to create invalid calibration parameters by making the
2610         internal time go backwards, instead make external time go forward.
2611
2612 2007-04-05  Wim Taymans  <wim@fluendo.com>
2613
2614         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2615
2616         * gst/playback/gstplaybasebin.c: (add_stream):
2617         Fix leak in add_stream(), when g_value_set_object() increases the
2618         refcount of streaminfo object. Fixes #426250.
2619
2620 2007-04-03  David Schleef  <ds@schleef.org>
2621
2622         * gst/videotestsrc/gstvideotestsrc.c:
2623         * gst/videotestsrc/gstvideotestsrc.h:
2624         * gst/videotestsrc/videotestsrc.c:
2625         * gst/videotestsrc/videotestsrc.h:
2626           Add a test pattern called "circular", which has concentric
2627           rings with varying radial frequency.  The main purpose of this
2628           pattern is to test fidelity loss in a filter or scaler element.
2629           Notably, this pattern is scale invariant, and is optimally viewed
2630           with a width (and height) of 400.
2631
2632 2007-04-03  Wim Taymans  <wim@fluendo.com>
2633
2634         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2635
2636         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2637         (deactivate_free_recursive):
2638         Decodebin2 doesn't unref pads it obtains in some occasions:
2639         - multiqueue src pads, when either connecting further or exposing
2640         - sink pads of new autoplugged elements
2641         - peer pads when recursively freeing elements
2642         Fixes #425455.
2643
2644 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2645
2646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2647         Add audio/x-raw-float support, now that audioconvert support
2648         non-native endianness floats.
2649
2650 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         * docs/libs/gst-plugins-base-libs-docs.sgml:
2653           gstreamer-plugins-base.pc doesn't exist, it's
2654           gstreamer-plugins-base-0.10.pc.
2655
2656 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         Patch by: René Stadler <mail at renestadler dot de>
2659         with some minor changes
2660
2661         * gst-libs/gst/floatcast/floatcast.h:
2662         Use more efficient float endianness conversion functions that don't
2663         involve 2 function calls per value.
2664         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2665         (check_default), (audio_convert_prepare_context):
2666         * gst/audioconvert/gstaudioconvert.c:
2667         (gst_audio_convert_parse_caps), (make_lossless_changes):
2668         Support non-native endianness floats as input and output.
2669         Fixes #339838.
2670         * tests/check/elements/audioconvert.c: (verify_convert),
2671         (GST_START_TEST):
2672         Add unit tests for the non-native endianness float conversions.
2673
2674 2007-03-29  Wim Taymans  <wim@fluendo.com>
2675
2676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2677         (gst_base_rtp_depayload_base_init),
2678         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2679         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2680         (gst_base_rtp_depayload_set_gst_timestamp),
2681         (gst_base_rtp_depayload_change_state),
2682         (gst_base_rtp_depayload_set_property),
2683         (gst_base_rtp_depayload_get_property):
2684         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2685         Add Private structure.
2686         Bring element code to 2007.
2687         Parse clock-base caps param and use it when generating the
2688         newsegment.
2689         Reset variables before going to PAUSED.
2690         Fix some docs.
2691
2692 2007-03-29  Wim Taymans  <wim@fluendo.com>
2693
2694         * docs/libs/gst-plugins-base-libs-docs.sgml:
2695         * docs/libs/gst-plugins-base-libs-sections.txt:
2696         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2697         (gst_base_rtp_audio_payload_get_adapter):
2698         Add RTCP docs.
2699         Fix some more docs.
2700
2701         * gst-libs/gst/rtp/Makefile.am:
2702         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2703         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2704         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2705         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2706         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2707         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2708         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2709         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2710         (gst_rtcp_packet_sr_get_sender_info),
2711         (gst_rtcp_packet_sr_set_sender_info),
2712         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2713         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2714         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2715         (gst_rtcp_packet_sdes_get_chunk_count),
2716         (gst_rtcp_packet_sdes_first_chunk),
2717         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2718         (gst_rtcp_packet_sdes_first_item),
2719         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2720         (gst_rtcp_packet_bye_get_ssrc_count),
2721         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2722         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2723         (gst_rtcp_packet_bye_get_reason_len),
2724         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2725         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2726         Add new helper object for parsing and creating RTCP messages.
2727
2728 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2729
2730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2731         PCM samples with width=8 must be always unsigned, no matter what
2732         depth they have.
2733
2734 2007-03-29  Andy Wingo  <wingo@pobox.com>
2735
2736         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2737         perfect offsets also, not just timestamps.
2738
2739         * tests/check/elements/videorate.c (test_more): Test that given
2740         any incoming offsets, that videorate produces perfect offsets.
2741
2742 2007-03-29  Wim Taymans  <wim@fluendo.com>
2743
2744         * gst-libs/gst/riff/riff-ids.h:
2745         Add some more RIFF formats.
2746
2747 2007-03-29  Wim Taymans  <wim@fluendo.com>
2748
2749         * gst-libs/gst/rtp/gstrtpbuffer.c:
2750         (gst_rtp_buffer_default_clock_rate):
2751         * gst-libs/gst/rtp/gstrtpbuffer.h:
2752         Fix fixed payload names and docs.
2753         Added method to get the default clock rates of fixed payload types.
2754         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2755
2756 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2757
2758         * tests/check/pipelines/.cvsignore:
2759         Add new vorbisdec test to cvsignore.
2760
2761 2007-03-28  Wim Taymans  <wim@fluendo.com>
2762
2763         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2764         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2765         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2766         (gst_base_audio_sink_set_property),
2767         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2768         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2769         (gst_base_audio_sink_skew_slaving),
2770         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2771         (gst_base_audio_sink_async_play):
2772         * gst-libs/gst/audio/gstbaseaudiosink.h:
2773         Store private stuff in GstBaseAudioSinkPrivate.
2774         Add configurable clock slaving modes property.
2775         API:: GstBaseAudioSink::slave-method property
2776         Some more latency reporting tweaks.
2777         Added skew based clock slaving correction and make it the default until
2778         the resampling method is more robust.
2779
2780 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2781
2782         * gst/audioconvert/audioconvert.c:
2783         Add docs to the integer pack functions and implement proper
2784         rounding. Before we had rounding towards negative infinity, i.e.
2785         always the smaller number was taken. Now we use natural rounding,
2786         i.e. rounding to the nearest integer and to the one with the largest
2787         absolute value for X.5. The old rounding introduced some minor
2788         distortions. Fixes #420079
2789         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2790         Fix one unit test that assumed the old rounding and added unit tests
2791         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2792         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2793         rounding from signed int32 to signed/unsigned int16.
2794
2795 2007-03-27  Michael Smith  <msmith@fluendo.com>
2796
2797         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2798         (gst_audio_convert_transform_caps):
2799           Fix typo in debug line introduced recently, as pointed out on irc.
2800
2801 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2802
2803         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2804         * tests/check/libs/tag.c: (GST_START_TEST):
2805           Make sure we parse floating-point numbers in vorbis comments
2806           correctly with either '.' or ',' as separator, no matter what
2807           the current locale is. Add unit test for this too.
2808
2809 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2810
2811         Patch by: René Stadler  <mail at renestadler de>
2812
2813         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2814           When writing out floating-point numbers to vorbis comment tags, always
2815           use the same character as separator no matter what the current locale is
2816           (fixes #423051).
2817
2818         * tests/check/libs/tag.c: (GST_START_TEST):
2819           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2820
2821 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2822
2823         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2824           vorbis_handle_data_packet):
2825           Correctly set DURATION to generate a timestamp-continuous stream.
2826           One bug left at the end; see
2827           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2828         * tests/check/Makefile.am:
2829         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2830           Add a test to check this.  Without the above patch this test fails.
2831
2832 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2833
2834         * gst-libs/gst/rtp/Makefile.am:
2835         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2836
2837 2007-03-23  Michael Smith  <msmith@fluendo.com>
2838
2839         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2840         (gst_video_rate_reset), (gst_video_rate_chain):
2841           If videorate changes caps, we can no longer use the old buffer
2842           (which may have a different size, incompatible with our caps).
2843           So don't do that; just duplicate the new frame more times.
2844
2845 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2846
2847         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2848         Remove playbin's override of the set_clock vmethod. It's irrelevant
2849         after Wim's commit on the 19th.
2850
2851 2007-03-22  Wim Taymans  <wim@fluendo.com>
2852
2853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2854         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2855         * ext/gnomevfs/gstgnomevfssrc.h:
2856         Don't cache file sizes. Fixes #341078.
2857
2858 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2859
2860         * gst/playback/gstplaybin.c: (add_sink):
2861           Use GST_PTR_FORMAT to log caps. 
2862
2863 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2864
2865         Patch by: Young-Ho Cha <ganadist at chollian net>
2866
2867         * gst/subparse/samiparse.c: (handle_start_font):
2868           Special-case some more colour names that pango doesn't handle by
2869           default. Fixes #420578.
2870
2871 2007-03-20  Michael Smith  <msmith@fluendo.com>
2872
2873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2874           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2875           that marks EOS internally. After that, libvorbis will buffer all
2876           input data, and encode none of it, eventually leading to memory
2877           exhaustion.
2878
2879 2007-03-19  Wim Taymans  <wim@fluendo.com>
2880
2881         * gst/playback/gstdecodebin.c: (remove_fakesink):
2882         Don't post STATE_DIRTY anymore.
2883
2884         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2885         (gst_play_bin_change_state):
2886         Remove stream_time reset in seek handling, core does that now.
2887         Disable clocking for live pipelines by forcing a NULL clock to the
2888         complete pipeline, core is too smart now for our previous hack.
2889         We can always autoplug in PAUSED now.
2890
2891 2007-03-17  David Schleef  <ds@schleef.org>
2892
2893         * REQUIREMENTS:  Update this file, change the formatting to make
2894         it more consistent, plus more machine readable.
2895
2896 2007-03-16  Michael Smith  <msmith@fluendo.com>
2897
2898         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2899         (strip_width_64), (append_with_other_format):
2900           Previous fix was too simplistic, and broke the tests. Use a better
2901           approach; only strip 64 from widths for integer audio.
2902
2903 2007-03-16  Michael Smith  <msmith@fluendo.com>
2904
2905         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2906         (gst_audio_convert_transform_caps):
2907           We don't support 64 bit integer audio, so don't try to claim we can.
2908           Stops us producing caps don't match our template caps.
2909           Update comments.
2910
2911 2007-03-15  Michael Smith  <msmith@fluendo.com>
2912
2913         * gst/audioresample/gstaudioresample.c:
2914         (audioresample_check_discont), (audioresample_transform):
2915           Don't trigger discontinuities for very small imperfections; a filter
2916           flush will sound bad, and many plugins have rounding errors leading
2917           to these.
2918
2919 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2920
2921         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2922
2923         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2924         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2925         API: add "min-ptime" property to RTP base audio payloader.
2926         API: add gst_base_rtp_audio_payload_push().
2927         API: add gst_base_rtp_audio_payload_get_adapter().
2928         Fixes #415001
2929         Indentation/whitespace/documentation fixes.
2930
2931 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2932
2933         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2934         (audioresample_transform_size), (audioresample_do_output),
2935         (audioresample_transform), (audioresample_pushthrough): Handle
2936         discontinuous streams.
2937         * gst/audioresample/gstaudioresample.h:
2938         * tests/check/elements/audioresample.c:
2939         (test_discont_stream_instance), (GST_START_TEST),
2940         (audioresample_suite): Add a test for discontinuous streams.
2941         * win32/common/config.h: Updated.
2942
2943 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2944
2945         * po/af.po:
2946         * po/az.po:
2947         * po/cs.po:
2948         * po/en_GB.po:
2949         * po/it.po:
2950         * po/nb.po:
2951         * po/nl.po:
2952         * po/or.po:
2953         * po/sq.po:
2954         * po/sr.po:
2955         * po/sv.po:
2956         * po/uk.po:
2957         * po/vi.po:
2958           Update translations from translation project.
2959
2960 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * gst/audioresample/debug.h:
2963         * gst/audioresample/resample.c: (resample_init):
2964           Since I really am not interested in a debug line for each sample
2965           being processed, move the library's debugging to its own category,
2966           libaudioresample
2967
2968 2007-03-13  Michael Smith  <msmith@fluendo.com>
2969
2970         * ext/theora/theoradec.c: (theora_handle_type_packet):
2971           Since the plugin doesn't support anything other than 4:2:0 right
2972           now, post an error and fail if we get something else. Won't matter
2973           until libtheora supports the other pixel formats, but hopefully
2974           that'll be soon...
2975
2976 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2977
2978         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2979         Use gst_guint64_to_gdouble for conversion.
2980         * win32/MANIFEST:
2981         Add new files to the win32 MANIFEST.
2982         * win32/common/libgstaudio.def:
2983         * win32/common/libgstpbutils.def:
2984         Add new exported functions.
2985         * win32/vs6/gst_plugins_base.dsw:
2986         * win32/vs6/libgstdecodebin.dsp:
2987         * win32/vs6/libgstplaybin.dsp:
2988         Change the link to libgstpbutils.lib.
2989         * win32/vs6/libgstdecodebin2.dsp:
2990         Add a new project for decodebin2.
2991         * win32/vs6/libgstpbutils.dsp:
2992         Add a new project for pbutils.
2993
2994 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2997           Also accept partial dates with only year and month,
2998           like 1999-12-00 (fixes #410396 even more).
2999
3000         * tests/check/libs/tag.c: (GST_START_TEST):
3001           Add unit test for the above.
3002
3003 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         * tests/check/elements/subparse.c: (GST_START_TEST),
3006         (subparse_suite):
3007           Add unit test for MPL2 subtitle format (#413799).
3008
3009 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3012
3013         * gst/subparse/Makefile.am:
3014         * gst/subparse/gstsubparse.c:
3015         (gst_sub_parse_data_format_autodetect),
3016         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3017         (gst_subparse_type_find):
3018         * gst/subparse/gstsubparse.h:
3019         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3020         * gst/subparse/mpl2parse.h:
3021           Add support for MPL2 subtitle format (#413799).
3022
3023 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3024
3025         * configure.ac:
3026           We require core CVS for the new buffer metadata copy functions.
3027
3028 2007-03-09  Wim Taymans  <wim@fluendo.com>
3029
3030         * gst-libs/gst/tag/gstid3tag.c:
3031         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3032         Fixes #414496.
3033
3034         Patch by: Alex Lancaster <alexl at users sourceforge net>
3035
3036 2007-03-09  Wim Taymans  <wim@fluendo.com>
3037
3038         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3039         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3040         Improve adapter usage and comments.
3041
3042 2007-03-09  Wim Taymans  <wim@fluendo.com>
3043
3044         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3045         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3046         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3047         Use new metadata copy function.
3048
3049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3050         (gst_ffmpegcsp_transform):
3051         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3052         Basetransform copied the metadata for us.
3053
3054 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3055
3056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3057         (gst_text_overlay_video_event):
3058           Some more logging. Only accept newsegment events in TIME format and
3059           send a WARNING message if they are not in TIME format.
3060
3061         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3062         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3063         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3064         * gst/subparse/gstsubparse.h:
3065           No need to allocate GstSegment structure dynamically, just put it
3066           into the instance structure; ignore newsegment events in BYTE
3067           format and in particular don't let it overwrite our saved TIME
3068           segment from the last seek.
3069
3070 2007-03-09  Michael Smith  <msmith@fluendo.com>
3071
3072         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3073           Replace AC3 typefinder with one that isn't terrible, and actually
3074           works usefully.
3075
3076 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * gst/audioconvert/gstaudioconvert.c:
3079         (gst_audio_convert_transform):
3080           fix error category and translatable string
3081           
3082
3083 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3084
3085         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3086         * pkgconfig/gstreamer-plugins-base.pc.in:
3087           Fix up utils => pbutils here too.
3088
3089 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3090
3091         * gst/subparse/gstsubparse.c: (handle_buffer):
3092           Break out of loop in chain function as soon as possible if we get
3093           a non-OK flow return.
3094
3095 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3096
3097         * tests/check/elements/alsa.c: (GST_START_TEST):
3098         Unref the mixer if the state change fails too (if the
3099         alsa devices are inaccessible, for example)
3100
3101 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3102
3103         * tests/check/Makefile.am:
3104         Don't test libvisual elements in the states check, because libvisual
3105         seems to leak internally.
3106
3107         Re-enable the alsa and states tests now that there's new suppressions
3108         in gst.supp.
3109
3110         * tests/check/elements/alsa.c: (GST_START_TEST):
3111         Don't leak the alsamixer we instantiated.
3112
3113 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3114
3115         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3116         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3117         (gst_ximagesink_finalize):
3118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3119         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3120         Move some cleanup stuff from the state change handler into a _reset()
3121         function that can be called from _finalize(). This ensures that things
3122         get freed even if (for some reason) the NULL->READY state transition
3123         fails in the parent class.
3124         Even if a parent state change fails, process our downward state change
3125         logic instead of bailing out early.
3126         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3127
3128 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3129
3130         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3131         Extra log line.
3132
3133         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3134         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3135         Use pango_font_description_set_family_static instead of 
3136         pango_font_description_set_family to save a string copy (it was
3137         leaking due to the strdup anyway)
3138
3139         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3140         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3141         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3142         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3143         Chain up in finalize.
3144
3145 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3146
3147         * gst-libs/gst/interfaces/mixertrack.c:
3148         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3149         (gst_mixer_track_set_property):
3150           API: add "untranslated-label" property which should be set by
3151           implementations at construct time (#414645).
3152
3153         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3154         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3155           Set "untranslated-label" when constructing mixer track objects.
3156
3157         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3158           Unit test to check the above.
3159
3160 2007-03-07  Wim Taymans  <wim@fluendo.com>
3161
3162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3163         Fix confusing debug message.
3164
3165 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3166
3167         * gst-plugins-base.doap:
3168         update doap file with new version
3169
3170 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3171
3172         * configure.ac:
3173         Back to CVS
3174
3175 === release 0.10.12 ===
3176
3177 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3178
3179         * configure.ac:
3180           releasing 0.10.12, "Zombie Horde"
3181
3182 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3183
3184         * configure.ac:
3185         Bump version to 0.10.11.4 pre-release
3186
3187 2007-03-06  Wim Taymans  <wim@fluendo.com>
3188
3189         * gst-libs/gst/audio/gstbaseaudiosink.c:
3190         (gst_base_audio_sink_async_play):
3191         Fix regression that made GStreamer skip the first samples of audio.
3192         Fixes #414684.
3193
3194 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3195
3196         * configure.ac:
3197         Bump version to 0.10.11.3 pre-release
3198
3199 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3200
3201         * po/POTFILES.in:
3202           Update paths for the rename from utils to pbutils to fix the build.
3203
3204 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3205
3206         * gst-libs/gst/pbutils/Makefile.am:
3207           Change directory to install headers in from gst/utils to gst/pbutils
3208           as well.
3209
3210 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3211
3212         * configure.ac:
3213         * docs/libs/gst-plugins-base-libs-docs.sgml:
3214         * docs/libs/gst-plugins-base-libs-sections.txt:
3215         * gst-libs/gst/Makefile.am:
3216         * gst-libs/gst/interfaces/mixer.c:
3217         * gst-libs/gst/pbutils/Makefile.am:
3218         * gst-libs/gst/pbutils/descriptions.c:
3219         (gst_pb_utils_get_source_description),
3220         (gst_pb_utils_get_sink_description),
3221         (gst_pb_utils_get_decoder_description),
3222         (gst_pb_utils_get_encoder_description),
3223         (gst_pb_utils_get_element_description),
3224         (gst_pb_utils_add_codec_description_to_tag_list),
3225         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3226         * gst-libs/gst/pbutils/descriptions.h:
3227         * gst-libs/gst/pbutils/install-plugins.c:
3228         * gst-libs/gst/pbutils/install-plugins.h:
3229         * gst-libs/gst/pbutils/missing-plugins.c:
3230         (gst_missing_uri_source_message_new),
3231         (gst_missing_uri_sink_message_new),
3232         (gst_missing_element_message_new),
3233         (gst_missing_decoder_message_new),
3234         (gst_missing_encoder_message_new),
3235         (gst_missing_plugin_message_get_description):
3236         * gst-libs/gst/pbutils/missing-plugins.h:
3237         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3238         * gst-libs/gst/pbutils/pbutils.h:
3239         * gst-libs/gst/utils/Makefile.am:
3240         * gst-libs/gst/utils/base-utils.c:
3241         * gst-libs/gst/utils/base-utils.h:
3242         * gst-libs/gst/utils/descriptions.c:
3243         * gst-libs/gst/utils/descriptions.h:
3244         * gst-libs/gst/utils/install-plugins.c:
3245         * gst-libs/gst/utils/install-plugins.h:
3246         * gst-libs/gst/utils/missing-plugins.c:
3247         * gst-libs/gst/utils/missing-plugins.h:
3248         * gst-plugins-base.spec.in:
3249         * gst/playback/Makefile.am:
3250         * gst/playback/gstdecodebin.c:
3251         * gst/playback/gstdecodebin2.c:
3252         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3253         (gen_source_element):
3254         * gst/playback/gstplaybin.c: (plugin_init):
3255         * tests/check/Makefile.am:
3256         * tests/check/libs/pbutils.c: (GST_START_TEST),
3257         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3258         * tests/check/libs/utils.c:
3259           rename utils to pbutils
3260
3261 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3262
3263         * docs/plugins/Makefile.am:
3264         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3265         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3266         * docs/plugins/inspect/plugin-decodebin2.xml:
3267         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3268         Add documentation for decodebin2 that indicates that the API
3269         is still unstable.
3270
3271 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3272
3273         * configure.ac:
3274         Update to 0.10.11.2 (0.10.12 pre-release)
3275
3276 2007-03-01  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst-libs/gst/audio/gstbaseaudiosink.c:
3279         (gst_base_audio_sink_async_play):
3280         base time is irrelevant here.
3281
3282 2007-03-01  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3285         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3286         Improve debugging.
3287
3288         * gst-libs/gst/audio/gstbaseaudiosink.c:
3289         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3290         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3291         Improve latency and clock slaving calculations.
3292         Improve slave clock calibration.
3293
3294         * gst-libs/gst/audio/gstringbuffer.c:
3295         (gst_ring_buffer_commit_full):
3296         When we are asked to render N sample to 0 bytes, return N.
3297
3298 2007-03-01  Wim Taymans  <wim@fluendo.com>
3299
3300         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3301         (gst_alsasink_write), (gst_alsasink_reset):
3302         * ext/alsa/gstalsasink.h:
3303         Remove unused dispose function.
3304         Rename lock to not interfere with alsasrc lock.
3305
3306         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3307         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3308         (gst_alsasrc_read), (gst_alsasrc_reset):
3309         * ext/alsa/gstalsasrc.h:
3310         Implement finalize function.
3311         Use lock to protect alsa access.
3312         Implement _reset.
3313         Fine tune sw params.
3314
3315 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3316
3317         * configure.ac:
3318           Convert to new AG_GST style.
3319
3320 2007-02-28  Wim Taymans  <wim@fluendo.com>
3321
3322         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3323
3324         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3325         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3326         Fix race condition when rapidly switching visualisations in playbin.
3327         Fixes #401029.
3328
3329 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3330
3331         * tests/check/Makefile.am:
3332         Include local stuff before system installed things in LDFLAGS and
3333         CFLAGS.
3334
3335 2007-02-28  Wim Taymans  <wim@fluendo.com>
3336
3337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3338         Improve debugging.
3339
3340 2007-02-28  Wim Taymans  <wim@fluendo.com>
3341
3342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3343         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3344         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3345         Fix duration and timestamping, taking latency into account.
3346         Implement latency query.
3347
3348 2007-02-28  Wim Taymans  <wim@fluendo.com>
3349
3350         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3351         (gst_audio_clock_new):
3352         Fix clock name.
3353
3354         * gst-libs/gst/audio/gstbaseaudiosink.c:
3355         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3356         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3357         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3358         (gst_base_audio_src_create):
3359         Improve latency query code.
3360         Use proper clock names.
3361
3362 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3363
3364         * tests/check/generic/states.c: (GST_START_TEST):
3365           Copy the states.c test from core again
3366         * tests/check/Makefile.am:
3367           ignore cdio and cdparanoiasrc
3368
3369 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3370
3371         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3372         (double_hq), (audio_convert_get_func_index), (check_default),
3373         (audio_convert_prepare_context), (audio_convert_convert):
3374           Also make valgrind happy and avoid copying data in some cases.
3375
3376 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3377
3378         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3379         (double_hq), (audio_convert_get_func_index),
3380         (audio_convert_prepare_context), (audio_convert_convert):
3381         * gst/audioconvert/gstaudioconvert.c:
3382         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3383         (gst_audio_convert_transform_caps):
3384         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3385         (audioconvert_suite):
3386           Don't run inplace if that overwrites source data as we go. Add more
3387           tests. Fixes #339837 even more.
3388
3389 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3390
3391         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3392         (msg_segment_done): Fix various seeking bugs (Slider was not
3393         updating when doing a non flushing seek, Reverse playback 
3394         on segment seek was wrong).
3395
3396 2007-02-26  Wim Taymans  <wim@fluendo.com>
3397
3398         * tests/examples/seek/seek.c: (stop_seek):
3399         When we stop scrubbing, don't leave the pipeline PLAYING when we
3400         requested a PAUSED state.
3401
3402 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         Patch by: René Stadler <mail at renestadler de>
3405
3406         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3407           Parse date strings in vorbis comments that have an invalid (zero)
3408           month or day (#410396).
3409
3410         * tests/check/libs/tag.c: (GST_START_TEST):
3411           Test case for the above.
3412
3413 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3416
3417         * configure.ac:
3418         * ext/alsa/Makefile.am:
3419         * gst/audiotestsrc/Makefile.am:
3420           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3421
3422 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * gst/playback/gstplaybin.c:
3425           Improve docs: point out that the application needs to assist playbin
3426           with buffering.
3427
3428 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3429
3430         * gst-libs/gst/utils/install-plugins.c:
3431         * gst-libs/gst/utils/missing-plugins.c:
3432         * tests/check/libs/utils.c: (missing_msg_check_getters):
3433           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3434           to just 'gstreamer'. Document the caps string component of the
3435           decoder/encoder detail a bit better, since not everyone will be
3436           familiar with the GStreamer media type/caps system (but they better
3437           enjoy nested itemized lists).
3438
3439 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3442         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3443           Fix copying of GstNetBuffer (would crash before, or at least lead to
3444           invalid memory access, #410772), for now by copying the GstBuffer copy
3445           code from the core over here so we can copy the GstBuffer fields on a
3446           provided buffer instance (of type GstNetBuffer in this case). Would be
3447           better to fix this with some support by the core though (and in the long
3448           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3449
3450         * tests/check/Makefile.am:
3451           Enable unit test for GstNetBuffer.
3452
3453 2007-02-22  Andy Wingo  <wingo@pobox.com>
3454
3455         * gst-libs/gst/audio/gstbaseaudiosink.c
3456         (gst_base_audio_sink_init): Disable pull-mode activation until we
3457         figure out how to make audio sinks go to PLAYING.
3458
3459 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3460
3461         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3462         (double_hq), (audio_convert_get_func_index),
3463         (audio_convert_prepare_context), (audio_convert_convert):
3464         * gst/audioconvert/audioconvert.h:
3465         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3466         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3467         * gst/audioconvert/gstchannelmix.h:
3468         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3469           Add float as an intermediate format, as well as float mixing. Enable
3470           test that was failing before. Fixes #339837
3471
3472 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * tests/examples/seek/seek.c: (do_seek):
3475         Undo the previous commit: -1 as a stop time implies that the stop
3476         time is the end of file, clearing any previously configured segment.
3477
3478 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3479
3480         * tests/examples/seek/seek.c: (do_seek):
3481         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3482
3483 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3484
3485         * gst/volume/gstvolume.c: (volume_process_int16),
3486         (volume_process_int16_clamp), (volume_set_caps):
3487           Unbreak volume, value remains gint.
3488
3489 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3490
3491         * gst/volume/gstvolume.c: (volume_choose_func),
3492         (volume_update_real_volume), (gst_volume_set_volume),
3493         (gst_volume_init), (volume_process_double), (volume_process_float),
3494         (volume_process_int16), (volume_process_int16_clamp),
3495         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3496         * gst/volume/gstvolume.h:
3497           Extend float audio support (double) and some int->uint cleanups.
3498
3499 2007-02-20  Edward Hervey  <edward@fluendo.com>
3500
3501         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3502         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3503         (sort_end_pads), (gst_decode_group_expose),
3504         (gst_decode_group_hide):
3505         Don't free groups from the streaming threads. Just put them aside and
3506         free them in dispose.
3507
3508 2007-02-20  Edward Hervey  <edward@fluendo.com>
3509
3510         * gst/playback/gstdecodebin2.c: (connect_element),
3511         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3512         (sort_end_pads), (gst_decode_group_expose):
3513         Handle dynamic pads within groups.
3514         Sort pads before exposing them in order to make playbin happy.
3515         There still is a race with the multiqueue filling up. This should be
3516         solved separately.
3517         Fixes #398721
3518
3519 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * gst-libs/gst/utils/base-utils.c:
3522         * gst-libs/gst/utils/descriptions.c:
3523         * gst-libs/gst/utils/install-plugins.c:
3524         * gst-libs/gst/utils/missing-plugins.c:
3525           Some more docs (and descriptions for two subtitle formats).
3526
3527 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3528
3529         * gst-libs/gst/audio/audio.c:
3530           Fix documentation.
3531
3532 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3533
3534         Patch by: Yves Lefebvre  <ivanohe abacom com>
3535
3536         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3537           Don't leak caps. Fixes #408278.
3538
3539 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * ext/cdparanoia/gstcdparanoiasrc.h:
3542         * ext/ogg/gstoggdemux.h:
3543         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3544         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3545         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3546         * gst-libs/gst/audio/audio.h:
3547         * gst-libs/gst/audio/gstaudiofilter.h:
3548         * gst-libs/gst/interfaces/videoorientation.h:
3549         * gst/adder/gstadder.h:
3550           More docs coverage and some ChangeLog surgery (add missing names)
3551
3552 2007-02-15  Wim Taymans  <wim@fluendo.com>
3553
3554         * sys/ximage/ximagesink.c:
3555         (gst_ximagesink_calculate_pixel_aspect_ratio):
3556         * sys/xvimage/xvimagesink.c:
3557         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3558         Small constifications.
3559
3560 2007-02-15  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst-libs/gst/audio/gstbaseaudiosink.c:
3563         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3564         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3565         (gst_base_audio_sink_async_play),
3566         (gst_base_audio_sink_change_state):
3567         Answer latency query.
3568         Use configured latency when syncing.
3569         Fix clock slaving.
3570
3571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3572         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3573         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3574         Fix possible memleak.
3575         Implement latency query.
3576         Small cleanups.
3577
3578 2007-02-15  Wim Taymans  <wim@fluendo.com>
3579
3580         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3581         Ignore errors in reset, these are not fatal. They also grab the element
3582         lock which is already taking when this function is called. Fixes
3583         #405451.
3584
3585 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3586
3587         * configure.ac:
3588           Remove 'tests/examples/xerror/Makefile' from output files again.
3589
3590 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3591
3592         * configure.ac:
3593         * docs/plugins/Makefile.am:
3594           Also crossref against gst-plugins-base-libs.
3595
3596 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3597
3598         * configure.ac:
3599         * docs/libs/Makefile.am:
3600         * docs/plugins/Makefile.am:
3601           Add crossreferences to glib/gobject/gstream docs.
3602
3603         * gst-libs/gst/audio/audio.h:
3604           Source formatting.
3605
3606         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3607           Add own debug category.
3608
3609 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         Patch by: René Stadler <mail at renestadler de>
3612
3613         * gst-libs/gst/tag/gstvorbistag.c:
3614           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3615           (#403597).
3616
3617 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         * gst/playback/gstplaybasebin.c: (setup_source):
3620           When we have external subtitles and wait for the subtitle decodebin
3621           to get up and running, we set up a (sync) bus handler for the
3622           subtitle decodebin, so we can stop waiting when it posts an error
3623           message. However, we should do that before we set the subtitle
3624           decodebin's state to playing, otherwise things are racy and we might
3625           miss error messages posted before we had a chance to set up the bus.
3626           This should finally fix totem hanging on .txt pseudo-subtitle files.
3627           
3628 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3629
3630         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3631           Use gst_gdouble_to_guint64 for conversions.
3632         * win32/common/config.h.in:
3633           Add a define for GST_INSTALL_PLUGINS_HELPER
3634         * win32/common/libgstaudio.def:
3635         * win32/common/libgstcdda.def:
3636         * win32/common/libgstnetbuffer.def:
3637         * win32/common/libgstrtp.def:
3638         * win32/common/libgutils.def:
3639           Add new exported functions.
3640         * win32/vs6/gst_plugins_base.dsw:
3641         * win32/vs6/libgstdecodebin.dsp:
3642         * win32/vs6/libgstnetbuffer.dsp:
3643         * win32/vs6/libgstplaybin.dsp:
3644         * win32/vs6/libgstrtp.dsp:
3645         * win32/vs6/libgstvorbis.dsp:
3646         * win32/vs6/libgstcdda.dsp:
3647         * win32/vs6/libgstgdp.dsp:
3648         * win32/vs6/libgstutils.dsp:
3649           Update and add new project files.
3650
3651 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3654         (subrip_remove_unhandled_tags), (parse_subrip):
3655           For SubRip (.srt) subtitles, ignore all markup tags we don't
3656           handle (like font tags, for example).
3657
3658         * tests/check/elements/subparse.c:
3659           Add test for this.
3660
3661 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3662
3663         * gst/playback/gstdecodebin.c: (add_fakesink),
3664         (gst_decode_bin_change_state):
3665         * gst/playback/gstdecodebin2.c: (add_fakesink),
3666         (gst_decode_bin_change_state):
3667           Don't error out if there is no fakesink in the NULL to READY state
3668           change, since when decodebin is re-used, we're only adding the
3669           fakesink element in READY to PAUSED.
3670
3671         * tests/check/elements/decodebin.c:
3672         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3673         (decodebin_suite):
3674           Minimal unit test to make sure we can use the same decodebin
3675           instance twice (at least with audiotestsrc input).
3676
3677 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3678
3679         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3680           Try to get devic-name from device string first, and from handle only
3681           as fallback (seems to yield better results and is more robust
3682           against buggy probing code on the application side).
3683
3684 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3687
3688         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3689         (gst_alsa_find_device_name):
3690         * ext/alsa/gstalsa.h:
3691         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3692         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3693           Improve device-name detection a bit, especially in the case where
3694           the device is not actually open (#405020, #405024). Move common code
3695           into gstalsa.c instead of duplicating it.
3696
3697 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * gst/audioconvert/gstaudioconvert.c:
3700           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3701
3702 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3703
3704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3705         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3706         (gst_xvimagesink_interface_supported),
3707         (gst_xvimagesink_probe_get_properties),
3708         (gst_xvimagesink_probe_probe_property),
3709         (gst_xvimagesink_probe_needs_probe),
3710         (gst_xvimagesink_probe_get_values),
3711         (gst_xvimagesink_property_probe_interface_init),
3712         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3713         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3714         (gst_xvimagesink_get_type):
3715         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3716         for XVAdaptors so that one can choose the adaptor to use with 
3717         gstreamer-properties.
3718
3719 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3720
3721         * gst/audioconvert/gstaudioconvert.c:
3722           Also mention that a conversion from double to float is suboptimal still.
3723
3724 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * gst-libs/gst/audio/gstaudiofilter.c:
3727         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3728           Clear our formats structure and free the caps contained in it when
3729           shutting down.
3730
3731 2007-02-05  Andy Wingo  <wingo@pobox.com>
3732
3733         * gst-libs/gst/audio/gstbaseaudiosink.c
3734         (gst_base_audio_sink_callback): Update basesink->offset so that we
3735         pull monotonically increasing offsets instead of, um, seeking back
3736         to 0 each time. Fixes alsasrc ! alsasink!
3737
3738 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3739
3740         * gst/videoscale/gstvideoscale.c:
3741           A width and height of 1 makes us crash, so increase minimum size to
3742           2x2 pixels until someone feels like fixing this (#404512).
3743
3744 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3745
3746         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3747           Add small test to make sure request pads are cleaned up properly
3748           even if oggmux never changes state out of NULL.
3749
3750 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         * tests/check/libs/utils.c: (GST_START_TEST):
3753           Fix unit test. Turns out things work much better when you
3754           NULL-terminate string arrays. Should make p5 build bot happy again.
3755
3756 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3757
3758         * gst-libs/gst/audio/Makefile.am:
3759         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3760         (gst_audio_filter_template_base_init),
3761         (gst_audio_filter_template_class_init),
3762         (gst_audio_filter_template_init),
3763         (gst_audio_filter_template_set_property),
3764         (gst_audio_filter_template_get_property),
3765         (gst_audio_filter_template_setup),
3766         (gst_audio_filter_template_filter),
3767         (gst_audio_filter_template_filter_inplace), (plugin_init):
3768           Oops, forgot to commit fixed-up example.
3769
3770 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3771
3772         * docs/libs/gst-plugins-base-libs-sections.txt:
3773         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3774         (gst_audio_filter_class_init), (gst_audio_filter_init),
3775         (gst_audio_filter_set_caps),
3776         (gst_audio_filter_class_add_pad_templates):
3777         * gst-libs/gst/audio/gstaudiofilter.h:
3778           Port GstAudioFilter to 0.10. This change technically breaks
3779           API and ABI (and thus also every library developer's heart),
3780           but seems justifiable on the grounds that the base class was
3781           completely unusable before (ie. would crash immediately when
3782           actually used). Fixes #403963 (and eventually also #403572).
3783           Also document all of this a bit.
3784
3785 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * gst-libs/gst/utils/install-plugins.c:
3788         (gst_install_plugins_spawn_child):
3789         * tests/check/libs/utils.c:
3790         (test_base_utils_install_plugins_do_callout):
3791           Lowering log level to see why things fail on the p5 build bot;
3792           fix some typos in unit test messages.
3793
3794 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * tests/check/libs/utils.c:
3797         (test_base_utils_install_plugins_do_callout):
3798           Don't hard-code temp directory for test helper; use GLib functions
3799           to write out file and do error checking etc.
3800
3801 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         * gst-libs/gst/utils/Makefile.am:
3804         * gst-libs/gst/utils/base-utils.h:
3805         * gst-libs/gst/utils/install-plugins.c:
3806         (gst_install_plugins_context_set_xid),
3807         (gst_install_plugins_context_new),
3808         (gst_install_plugins_context_free),
3809         (gst_install_plugins_get_helper),
3810         (gst_install_plugins_spawn_child),
3811         (gst_install_plugins_return_from_status),
3812         (gst_install_plugins_installer_exited),
3813         (gst_install_plugins_async), (gst_install_plugins_sync),
3814         (gst_install_plugins_return_get_name),
3815         (gst_install_plugins_installation_in_progress):
3816         * gst-libs/gst/utils/install-plugins.h:
3817           API: add API for applications to initiate installation of missing
3818           plugins, ie. gst_install_plugins_async() primarily.
3819           Based on libgimme-codec by Ryan Lortie.
3820
3821         * configure.ac:
3822           Add --with-install-plugins-helper configure option so distros can specify
3823           the path of the helper script or program to call when plugin installation
3824           is requested (distros: please do any argument munging in this helper
3825           script instead of patching GStreamer to pass arguments differently
3826           to another program directly).
3827
3828         * docs/libs/gst-plugins-base-libs-docs.sgml:
3829         * docs/libs/gst-plugins-base-libs-sections.txt:
3830           Build and document new API.
3831
3832         * tests/check/libs/utils.c: (result_cb),
3833         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3834         (libgstbaseutils_suite):
3835           Some simple checks for the new API.
3836
3837 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * tests/check/elements/audioconvert.c: (test_float_conversion):
3840           Add small test for 32bit float <=> 64bit float conversion (works
3841           only one way so far, 32=>64 produces structured noise).
3842
3843 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst/audioconvert/gstaudioconvert.c:
3846         (set_structure_widths_32_and_64), (make_lossless_changes):
3847           We don't support floats with a width of 40, 48 or 56 bits.
3848
3849 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3850
3851         * gst/audioconvert/audioconvert.c: (float), (double),
3852         (audio_convert_get_func_index):
3853         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3854         (make_lossless_changes):
3855           Support for 64-bit float audio in audioconvert (#339837)
3856
3857 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         Patch by: Holger Wansing  <linux wansing-online de>
3860
3861         * po/LINGUAS:
3862         * po/de.po:
3863           Add German translation (#352069).
3864
3865 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3866
3867         reviewed by: Wim Taymans <wim@fluendo.com>
3868
3869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3870         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3871         Use newly added GstCollectPads API to free the allocated resources in
3872         the GstOggPad structures (#402393).
3873
3874 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3875
3876         * gst/playback/gstplaybin.c: (gen_vis_element):
3877           Add audioresample+audioconvert in front of the visualisation
3878           element, so that elements like libvisual 0.4 that don't support all
3879           samplerates can work.
3880
3881           Fixes: #402505
3882
3883 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3886         (gst_play_base_bin_get_streaminfo_value_array):
3887           Take some locks and make a copy of the streaminfo value array we
3888           maintain while holding the lock, so that the application can
3889           retrieve the stream-info as a value array in a thread-safe way.
3890
3891 2007-01-30  Wim Taymans  <wim@fluendo.com>
3892
3893         * gst/audioconvert/gstaudioconvert.c:
3894         Don't fail on 0 sized buffers. Fixes #396835.
3895
3896 2007-01-29  David Schleef  <ds@schleef.org>
3897
3898         * gst/typefind/gsttypefindfunctions.c:
3899           Detect BBCD as video/x-dirac, so we can play raw dirac
3900           streams.
3901
3902 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3903
3904         * ext/theora/theoraenc.c: (theora_enc_chain):
3905           Check return value of theora_encode_header(), or we might try to
3906           allocate a random number of bytes. theora_encode_header() can fail
3907           if libtheora has been compiled with encoding support disabled.
3908           Fixes #398110.
3909
3910 2007-01-29  Wim Taymans  <wim@fluendo.com>
3911
3912         * tests/check/gst/.cvsignore:
3913         Do as buildbot says.
3914
3915 2007-01-29  Wim Taymans  <wim@fluendo.com>
3916
3917         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3918         Fix strides in libvisual. Gst uses X strides.
3919         Inspired by: <ed at catmur dot co dot uk> and 
3920         <tim at centricular dot net>
3921         Fixes #401118.
3922
3923 2007-01-27  Wim Taymans  <wim@fluendo.com>
3924
3925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3926         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3927         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3928         (gst_ogg_demux_perform_seek),
3929         (gst_ogg_demux_bisect_forward_serialno),
3930         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3931         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3932         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3933         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3934         * ext/ogg/gstoggdemux.h:
3935         Properly propagate streaming errors when we are scanning the file for
3936         chains so that we don't crash when shut down. Might fix some crashers
3937         when quickly switching oggs in RB such as #332503 and #378436.
3938
3939 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3942           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3943           error code as well.
3944
3945 2007-01-25  Wim Taymans  <wim@fluendo.com>
3946
3947         * gst/playback/gstplaybasebin.c: (remove_source):
3948         Don't try to disconnect a signal from a finalized object.
3949
3950 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3953           Cast lock macro parameters to make sure we're actually accessing the
3954           lock member at the right class level. Free list itself in _dispose()
3955           as well and NULL it in case dispose gets called multiple times.
3956
3957 2007-01-25  Edward Hervey  <edward@fluendo.com>
3958
3959         * gst/playback/gstdecodebin2.c:
3960         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3961         Free GstDecodeGroups no longer used.
3962         (gst_decode_group_expose):
3963         Don't unlock too many times !
3964         (deactivate_free_recursive):
3965         Free iterator once we're done with it.
3966         Fix for recursively deactivating elements (stop at ghostpads).
3967
3968 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst/playback/gstplaybin.c: (handoff):
3971           Fix up caps on the frame buffer before we save it and potentially
3972           make it accessible to other threads via g_object_get; also use
3973           gst_buffer_replace() instead of gst_mini_object_replace().
3974
3975 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3978           Make getting the current frame thread-safe.
3979
3980 2007-01-25  Edward Hervey  <edward@fluendo.com>
3981
3982         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3983         (gst_decode_group_new), (gst_decode_group_free):
3984         Set queues to bigger sizes to cope with HD contents.
3985         Fix some mutex freeing and add comment about MT safe methods.
3986
3987 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3990         (gst_text_overlay_text_event):
3991           Don't unnecessarily ref (and then leak) upstream events if the text
3992           pad is not linked. Fixes #399948.
3993
3994         * tests/check/gst-plugins-base.supp:
3995           Add suppression for pango on edgy/x86 for textoverlay test.
3996
3997 2007-01-24  Wim Taymans  <wim@fluendo.com>
3998
3999         * gst-libs/gst/rtp/gstrtpbuffer.h:
4000         Add some more fixed payloads.
4001
4002 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4005           Error out properly if we get an error from libogg while reading the
4006           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4007
4008 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4011           Don't leak mutex.
4012
4013         * tests/check/elements/playbin.c:
4014         (test_sink_usage_video_only_stream),
4015         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4016         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4017         (test_missing_suburisource_handler),
4018         (test_missing_primary_decoder), (playbin_suite):
4019           Run all tests once with decodebin and once with decodebin2.
4020           One test does not pass yet with decodebin2.
4021
4022 2007-01-23  Edward Hervey  <edward@fluendo.com>
4023
4024         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4025         Fix the cases where oggmux doesn't properly figure out that all
4026         sinkpads have gone EOS, and therefore doesn't push out the remaining
4027         buffers and the final EOS event.
4028         Fixes #363379
4029
4030 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4031
4032         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4034         Don't lock on navigation event push, just on keysym to string.
4035         Fixes #397673 again.
4036
4037 2007-01-22  Edward Hervey  <edward@fluendo.com>
4038
4039         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4040         (get_current_group), (group_demuxer_event_probe),
4041         (gst_decode_group_expose), (deactivate_free_recursive),
4042         (gst_decode_group_free):
4043         Cleanups.
4044         Don't forget to emit 'no-more-pads' once a group is exposed.
4045         Cleanup elements from a DecodeGroup once we remove it.
4046         Protect call to gst_decode_group_expose() with the decodebin lock.
4047
4048 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4049
4050         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4052         Looking at Xorg code i can't figure out if that XKeysymToString
4053         function is thread sensible or not. Lock it just in case as
4054         recommended by Radek Doulik <rodo at ximian dot com>.
4055
4056 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4057
4058         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4060         Lock that X Call as well. Fixes #397673.
4061
4062 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4063
4064         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4065           Don't go into an endless loop if the file starts with 00 00 01 2X,
4066           like quicktime redirect files might. Fixes #396042.
4067
4068         * tests/check/Makefile.am:
4069         * tests/check/gst/.cvsignore:
4070         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4071         (typefindfunctions_suite):
4072           Add unit test for the above.
4073
4074 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4077           On second thought, use "depth" field rather than "bpp" field.
4078
4079 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4082           Camtasia caps apparently need a bpp field (#398875).
4083
4084 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4087         (gen_source_element), (gst_play_base_bin_change_state):
4088           Attempt at a better error message in case we don't have the required
4089           URI handler installed; post missing-plugin message also when we're
4090           missing an URI handler for the subtitle URI; clean up properly also
4091           when an error occurs and we never made it to PAUSED state.
4092
4093         * tests/check/elements/playbin.c: (GST_START_TEST),
4094         (playbin_suite):
4095           Check that we're also getting a missing-plugin messsage for a
4096           missing subtitle URI handler (and clean up properly).
4097
4098 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4101           Plug a few reference leaks.
4102
4103 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4106           Lower probability a bit if the marker isn't right at the start,
4107           to decrease the chance of false positives.
4108
4109 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4112           Small mpeg2 system stream typefinding improvement: make typefinder
4113           probe a bit into the stream instead of just looking for a marker
4114           at the beginning. Fixes #397810.
4115
4116 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * gst/audioconvert/gstchannelmix.c:
4119           Remove compatibility cruft for prehistoric GLib versions.
4120
4121 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst/playback/Makefile.am:
4124         * gst/playback/gstdecodebin.c: (close_pad_link):
4125         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4127         (gst_play_base_bin_handle_message_func), (unknown_type):
4128           Let decodebin be the element to post missing-plugin messages for
4129           missing decoders (rather than playbin); make playbin implement
4130           GstBin::handle_message so we can suppress missing-plugin messages
4131           for types we're not handling on purpose (don't want to bring up an
4132           installer in those cases).
4133
4134 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4137         * gst-libs/gst/tag/gstvorbistag.c:
4138         (gst_tag_list_to_vorbiscomment_buffer):
4139         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4140           Fix potentially unaligned access (#397207).
4141
4142 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4143
4144         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4145         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4146         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4147         (main):
4148           Allow to toggle looping while it plays. Fix callback prototype. Clean
4149           up code a bit more. Add copyright header.
4150
4151 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4152
4153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4154           Red and blue mask was swapped (spotted by Dan Williams).
4155
4156 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4157
4158         * gst-libs/gst/tag/gstid3tag.c:
4159         * gst-libs/gst/tag/gstvorbistag.c:
4160           Use new beats-per-minute tag from core.
4161
4162 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * po/POTFILES.in:
4165           Add new files with translatable strings, so they actually make it
4166           into the template file one day.
4167
4168 2007-01-12  Andy Wingo  <wingo@pobox.com>
4169
4170         * gst-libs/gst/audio/gstbaseaudiosink.c
4171         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4172         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4173         stuff, as the base class handles this now. Actually tell the ring
4174         buffer to start.
4175         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4176         How did this work before? Maybe I'm not as awesome a programmer as
4177         I think.
4178
4179         * gst-libs/gst/audio/gstbaseaudiosrc.c
4180         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4181         of a pad function.
4182
4183 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4186           Remove more fields so that the application can better blacklist
4187           formats that have been tried before.
4188
4189 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst-libs/gst/audio/mixerutils.h:
4192           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4193           used when compiling with c++ compilers as well.
4194
4195 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * gst/typefind/gsttypefindfunctions.c:
4198           Fix comment.
4199
4200 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         * gst/playback/gstplaybin.c: (post_missing_element_message),
4203         (gen_video_element), (gen_text_element), (gen_audio_element),
4204         (gen_vis_element):
4205           Post missing-plugin messages also when we error out because
4206           converters, textoverlay or auto*sinks are missing (#161922).
4207
4208 2007-01-10  Wim Taymans  <wim@fluendo.com>
4209
4210         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4211         (is_demuxer_element), (new_caps):
4212         * gst/playback/gstplaybasebin.c: (source_new_pad):
4213         Fix the case where we try to ref a NULL element when we delay a link
4214         because of unfixed caps.
4215         Set the state of autoplugged decodebins to PAUSED.
4216         RTSP now works in playbin, we can remove it from the blacklist.
4217
4218 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4219
4220         * gst/playback/Makefile.am:
4221         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4222         (unknown_type), (setup_subtitle), (gen_source_element):
4223         * gst/playback/gstplaybin.c: (plugin_init):
4224           Post missing-plugin messages on the bus for missing sources and
4225           missing decoders/demuxers/depayloaders; fix error code used when
4226           we're missing an URI handler source; for media types that we are not
4227           handling on purpose at the moment, don't print "don't know how to
4228           handle xyz" messages to the terminal or post missing-plugin
4229           messages on the bus.
4230
4231         * tests/check/elements/playbin.c: (create_playbin),
4232         (GST_START_TEST), (gst_codec_src_uri_get_type),
4233         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4234         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4235         (gst_codec_src_init_type), (gst_codec_src_base_init),
4236         (gst_codec_src_create), (gst_codec_src_class_init),
4237         (gst_codec_src_init), (plugin_init), (playbin_suite):
4238           Add some tests for the missing-plugin stuff.
4239
4240 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4241
4242         * configure.ac:
4243         * gst-libs/gst/Makefile.am:
4244         * gst-libs/gst/utils/Makefile.am:
4245         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4246         * gst-libs/gst/utils/base-utils.h:
4247         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4248         (find_format_info), (caps_are_rtp_caps),
4249         (gst_base_utils_get_source_description),
4250         (gst_base_utils_get_sink_description),
4251         (gst_base_utils_get_decoder_description),
4252         (gst_base_utils_get_encoder_description),
4253         (gst_base_utils_get_element_description),
4254         (gst_base_utils_add_codec_description_to_tag_list),
4255         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4256         * gst-libs/gst/utils/descriptions.h:
4257         * gst-libs/gst/utils/missing-plugins.c:
4258         (missing_structure_get_type), (copy_and_clean_caps),
4259         (gst_missing_uri_source_message_new),
4260         (gst_missing_uri_sink_message_new),
4261         (gst_missing_element_message_new),
4262         (gst_missing_decoder_message_new),
4263         (gst_missing_encoder_message_new),
4264         (missing_structure_get_string_detail),
4265         (missing_structure_get_caps_detail),
4266         (gst_missing_plugin_message_get_installer_detail),
4267         (gst_missing_plugin_message_get_description),
4268         (gst_is_missing_plugin_message):
4269         * gst-libs/gst/utils/missing-plugins.h:
4270           API: add new libgstbaseutils library with functions
4271           - to create and parse missing-plugins messages
4272           - that provide (translated) descriptions for caps/decoders/sources/etc.
4273           Closes #392393.
4274
4275         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4276         * pkgconfig/gstreamer-plugins-base.pc.in:
4277           Add new lib.
4278
4279         * docs/libs/gst-plugins-base-libs-docs.sgml:
4280         * docs/libs/gst-plugins-base-libs-sections.txt:
4281           Generate docs for new lib and API.
4282
4283         * tests/check/Makefile.am:
4284         * tests/check/libs/.cvsignore:
4285         * tests/check/libs/utils.c: (missing_msg_check_getters),
4286         (GST_START_TEST), (libgstbaseutils_suite):
4287           Add some basic unit tests.
4288
4289 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * ext/ogg/Makefile.am:
4292           Dist gstoggdemux.h to fix 'make distcheck'.
4293
4294         * sys/v4l/Makefile.am:
4295           Fix 'make distcheck' even more.
4296
4297 2007-01-09  Wim Taymans  <wim@fluendo.com>
4298
4299         * docs/plugins/Makefile.am:
4300         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4301         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4302         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4303         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4304         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4305         (gst_ogg_demux_perform_seek):
4306         * ext/ogg/gstoggdemux.h:
4307         Added docs.
4308         Add some more comments.
4309         Small cleanups.
4310
4311 2007-01-09  Wim Taymans  <wim@fluendo.com>
4312
4313         * ext/theora/theoradec.c:
4314         * ext/vorbis/vorbisdec.c:
4315         * gst-libs/gst/audio/gstringbuffer.c:
4316         (gst_ring_buffer_commit_full):
4317         * gst-libs/gst/audio/gstringbuffer.h:
4318         * gst-libs/gst/rtp/gstrtpbuffer.c:
4319         * gst-libs/gst/tag/gstvorbistag.c:
4320         Small documentation updates/fixes
4321
4322 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4323
4324         * configure.ac:
4325           Require core CVS HEAD for Andy's basesrc/sink API additions.
4326
4327 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4330
4331         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4332         (plugin_init):
4333           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4334           on flac.sf.net (there appear to be other versions of the first
4335           ogg page in the wild) (#391365).
4336
4337 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         * configure.ac:
4340           Check if localtime_r() is available.
4341
4342         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4343           If localtime_r() is not available, fall back to localtime(). Should
4344           fix build on MingW (#393310).
4345
4346 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4349         * gst/subparse/gstsubparse.h:
4350           Remove spurious 1000 subtrahend when calculating the timestamp from
4351           the frame number and the frame rate . Also, use the frames/second
4352           value specified in the first line of the file, if one is specified
4353           there. Should fix #357503.
4354
4355         * tests/check/elements/subparse.c: (do_test),
4356         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4357         (subparse_suite):
4358           Add some basic unit tests for the microdvd subtitle format.
4359
4360 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4361
4362         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4363
4364         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4365         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4366         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4367         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4368         (gst_xvimagesink_set_xwindow_id),
4369         (gst_xvimagesink_set_event_handling),
4370         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4371         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4372         Fixes: #390076.
4373         Add an adaptor property to select a specific XV adaptor.
4374         * sys/xvimage/xvimagesink.h:
4375
4376 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4377
4378         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4379         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4380         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4381         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4382         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4383         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4384         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4385         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4386         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4387         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4388         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4389         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4390         Use flow_lock much more to protect every access to xwindow.
4391         Try to catch erros while creating images in case some drivers are
4392         just generating an XError when the requested image is too big.
4393         Should fix : #354698, #384008, #384060.
4394         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4395         Implement some stress testing of setting window xid.
4396
4397 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4398
4399         * win32/common/libgsaudio.def:
4400           Add new exported function.
4401         * win32/common/libgstogg.dsp:
4402           Add gstoggaviparse.c to the build.
4403         * win32/common/libgstvideoscale.dsp:
4404           Add vs_4tap.c to the build.
4405         * win32/common/libgstvorbis.dsp:
4406           Add vorbistag.c to the build.
4407         
4408 2007-01-06  Andy Wingo  <wingo@pobox.com>
4409
4410         * gst-libs/gst/audio/gstbaseaudiosink.c
4411         (gst_base_audio_sink_class_init)
4412         (gst_base_audio_sink_init): 
4413         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4414         to baseaudiosink, and tell basesink that we can work in pull mode.
4415         This way the ring buffer thread drives the pipeline directly, if
4416         pull mode is possible. There is some lingering nastiness regarding
4417         capsnego, however.
4418         (gst_base_audio_sink_callback): Implement the callback to pull
4419         data. This interface is a bit light, though -- it should get a
4420         GstFlowReturn return value at least.
4421
4422 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4425         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4426         * gst/playback/gstdecodebin2.c:
4427         (gst_decode_group_check_if_blocked):
4428           Printf format and missing argument fixes.
4429
4430 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4431
4432         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4433         (gst_ogm_parse_change_state):
4434         Activate pads before adding them to the element.
4435
4436 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         * tests/examples/seek/scrubby.c: (main):
4439         * tests/examples/seek/seek.c: (main):
4440           Call g_thread_init() first thing in main() (see #391278).
4441
4442 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * tests/check/Makefile.am:
4445         * tests/check/libs/.cvsignore:
4446         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4447         (netbuffer_suite):
4448           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4449           for the time being, since it's broken, see #393099.
4450
4451 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4452
4453         * tests/check/Makefile.am:
4454           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4455
4456 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         * configure.ac:
4459           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4460           so that GST_BASE_CFLAGS can go inbetween them, making sure
4461           we use uninstalled gst-libs headers
4462         * docs/libs/Makefile.am:
4463         * ext/alsa/Makefile.am:
4464         * ext/cdparanoia/Makefile.am:
4465         * ext/gnomevfs/Makefile.am:
4466         * ext/libvisual/Makefile.am:
4467         * ext/ogg/Makefile.am:
4468         * ext/theora/Makefile.am:
4469         * ext/vorbis/Makefile.am:
4470         * gst-libs/gst/audio/Makefile.am:
4471         * gst-libs/gst/cdda/Makefile.am:
4472         * gst-libs/gst/interfaces/Makefile.am:
4473         * gst-libs/gst/riff/Makefile.am:
4474         * gst-libs/gst/rtp/Makefile.am:
4475         * gst-libs/gst/tag/Makefile.am:
4476         * gst/adder/Makefile.am:
4477         * gst/audioconvert/Makefile.am:
4478         * gst/audiorate/Makefile.am:
4479         * gst/audioresample/Makefile.am:
4480         * gst/playback/Makefile.am:
4481         * gst/tcp/Makefile.am:
4482         * gst/videoscale/Makefile.am:
4483         * gst/volume/Makefile.am:
4484         * sys/ximage/Makefile.am:
4485         * sys/xvimage/Makefile.am:
4486         * tests/icles/Makefile.am:
4487           adapt
4488
4489 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4490
4491         * gst-libs/gst/interfaces/xoverlay.c:
4492         (gst_x_overlay_handle_events):
4493         * gst-libs/gst/interfaces/xoverlay.h:
4494         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4495         (gst_ximagesink_set_xwindow_id),
4496         (gst_ximagesink_set_event_handling),
4497         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4498         (gst_ximagesink_get_property), (gst_ximagesink_init),
4499         (gst_ximagesink_class_init):
4500         * sys/ximage/ximagesink.h:
4501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4502         (gst_xvimagesink_set_xwindow_id),
4503         (gst_xvimagesink_set_event_handling),
4504         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4505         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4506         (gst_xvimagesink_class_init):
4507         * sys/xvimage/xvimagesink.h:
4508         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4509         Add a method to the XOverlay interface to allow disabling of 
4510         event handling in x[v]imagesink elements. This will let X events
4511         propagate to parent windows which can be usefull in some cases.
4512         Be carefull that the application is then responsible of pushing
4513         navigation events and expose events to the video sink.
4514         Fixes: #387138.
4515
4516 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * gst-libs/gst/tag/gstvorbistag.c:
4519         * tests/check/libs/tag.c: (GST_START_TEST):
4520           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4521           (fixes #392070).
4522
4523 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         * configure.ac:
4526         * docs/Makefile.am:
4527         * docs/design/Makefile.am:
4528           Dist design docs.
4529
4530 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4531
4532         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4533         typo. Fixes: #390063.
4534
4535 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4536
4537         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4539         caps leak.
4540         * win32/common/config.h: Updated.
4541
4542 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4543
4544         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4545         (setup_gdpdepay_streamheader):
4546         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4547         (setup_gdppay_streamheader):
4548           Fix the dp tests, but activating the pads for the streamheader tests
4549           too and cleaning up conditionaly
4550
4551 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4552
4553         * gst/ffmpegcolorspace/avcodec.h:
4554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4555         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4556         (gst_ffmpegcsp_avpicture_fill):
4557         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4558         (img_get_alpha_info):
4559         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4560         other end of the word. Fixes: #387073.
4561
4562         Add some inconsequential branch hints in a couple of places.
4563
4564 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4567         (gst_ffmpeg_caps_to_smpfmt):
4568           The "signed" field in raw audio caps is of boolean type, trying to
4569           extract the value with _get_int() will fail (fix to keep in sync with
4570           the copy in gst-ffmpeg)
4571
4572 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4573
4574         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4575         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4576         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4577         (cleanup_gdpdepay):
4578         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4579         * tests/check/elements/subparse.c: (teardown_subparse):
4580         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4581         * tests/check/elements/videorate.c: (cleanup_videorate):
4582         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4583         * tests/check/elements/volume.c: (cleanup_volume):
4584         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4585         (cleanup_vorbisdec):
4586         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4587         (cleanup_vorbistag):
4588           consistent pad (de)activation
4589
4590 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4593           Forgot to register the extensions.
4594
4595 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4598         (plugin_init):
4599           Add typefinder for VIVO files (my christmas present to the 90s).
4600
4601 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4602
4603         * gst/playback/gstdecodebin.c: (type_found):
4604           Special-case the text/plain media type: we only want to recognise it
4605           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4606           parser, but not if the entire stream is of text/plain type. If the
4607           entire stream is text/plain, we should just error out.
4608
4609           This fixes playback of audio files with lyrics in totem. Totem can't
4610           distinguish between text files and subtitle files and passes any
4611           .txt file with the same basename as the main file to playbin as
4612           suburi, and playbin will then throw a 'subtitle found, but no video
4613           stream' error, which isn't entirely helpful. See #380342.
4614
4615           Also, with this change we'll show a slightly more correct error
4616           message in case totem passes a playlist file to us (although a
4617           custom error message wording instead of the default text would
4618           probably not be a bad idea either).
4619
4620           Same problem also needs to be fixed for playbin+decodebin2.
4621
4622         * tests/check/Makefile.am:
4623         * tests/check/elements/decodebin.c: (src_handoff_cb),
4624         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4625         (decodebin_suite):
4626           Add simple unit test for decodebin for the above.
4627
4628 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4631         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4632           Refuse to change state to READY when we failed to create any of the
4633           required elements in our instance init function.
4634
4635 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * docs/libs/gst-plugins-base-libs-sections.txt:
4638           Small docs fixes/updates.
4639
4640         * gst-libs/gst/video/gstvideosink.h:
4641           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4642           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4643           removed from the base sink API between 0.9.6 and 0.9.7).
4644           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4645           accessor macros, so we don't do a runtime GObject type check every
4646           time we use them.
4647
4648 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4649
4650         * Makefile.am:
4651         * gst-plugins-base.doap:
4652         * gst-plugins-base.spec.in:
4653           add doap file
4654
4655 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4656
4657         Patch by: Jens Granseuer <jensgr at gmx net>
4658
4659         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4660         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4661         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4662         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4664           Declare variables at the beginning of a block. Fixes #383195.
4665
4666 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4667
4668         * configure.ac:
4669         Bump version nano - back to CVS.
4670
4671
4672 === release 0.10.11 ===
4673
4674 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4675
4676         * configure.ac:
4677           releasing 0.10.11, "Dumb things"
4678
4679 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4680
4681         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4682         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4683         Handle the case where an element has multiple pads with 
4684         unfixed caps as well as still possibly producing more dynamic 
4685         pads by storing each case as a distinct entry in the dynamic list.
4686         Fixes #38223 again.
4687
4688 2006-12-04  Wim Taymans  <wim@fluendo.com>
4689
4690         * gst/playback/gstdecodebin.c: (close_pad_link):
4691         Fix #382223, add more dynamic caps handling.
4692
4693 2006-12-04  Wim Taymans  <wim@fluendo.com>
4694
4695         reviewed by: <delete if not using a buddy>
4696
4697         * gst-libs/gst/audio/gstringbuffer.h:
4698         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4699         (gst_netaddress_set_ip4_interface),
4700         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4701         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4702         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4703         (gst_netaddress_get_ttl):
4704         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4705         * gst/playback/gstdecodebin.c: (close_pad_link):
4706         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4707         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4708         * win32/common/config.h:
4709
4710 2006-12-01  Michael Smith  <msmith@fluendo.com>
4711
4712         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4713           Delete bad debug code.
4714           Fixes #381219
4715
4716 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4717
4718         * gst/videoscale/vs_4tap.c:
4719         * win32/MANIFEST:
4720         * win32/common/config.h:
4721         * win32/vs8/libgstvideoscale.vcproj:
4722         Fix compilation on win32 under VS8
4723         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4724         Partially fixes #381175
4725
4726 2006-11-30  Michael Smith  <msmith@fluendo.com>
4727
4728         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4729         (GST_START_TEST):
4730           It would be very bad if, after a discont buffer, we thought every
4731           single following buffer was also discont. So, add to the test to
4732           ensure that this isn't the case.
4733           
4734         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4735           ... it was the case. So fix it.
4736
4737 2006-11-28  Wim Taymans  <wim@fluendo.com>
4738
4739         * gst/playback/gstplaybasebin.c: (check_queue_event):
4740         Improve debug.
4741
4742         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4743         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4744         padtemplate caps. Refixes #357577.
4745
4746 2006-11-28  Wim Taymans  <wim@fluendo.com>
4747
4748         * gst/playback/gstplaybasebin.c: (check_queue_event),
4749         (queue_threshold_reached), (queue_out_of_data),
4750         (gen_preroll_element):
4751         Add event probe to see when EOS is in a queue and we can disable the
4752         underrun signals. Fixes #357577.
4753
4754 2006-11-28  Edward Hervey  <edward@fluendo.com>
4755
4756         * gst/playback/Makefile.am:
4757         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4758         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4759         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4760         (gst_decode_bin_init), (gst_decode_bin_dispose),
4761         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4762         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4763         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4764         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4765         (connect_element), (expose_pad), (type_found),
4766         (pad_added_group_cb), (pad_removed_group_cb),
4767         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4768         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4769         (are_raw_caps), (multi_queue_overrun_cb),
4770         (multi_queue_underrun_cb), (gst_decode_group_new),
4771         (get_current_group), (group_demuxer_event_probe),
4772         (gst_decode_group_control_demuxer_pad),
4773         (gst_decode_group_control_source_pad),
4774         (gst_decode_group_check_if_blocked),
4775         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4776         (gst_decode_group_hide), (gst_decode_group_free),
4777         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4778         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4779         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4780         (plugin_init):
4781         New decodebin2 element.
4782         Closes #370092
4783         * gst/playback/gstplay-marshal.list:
4784         Added marshallers for new signals in decodebin2
4785         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4786         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4787         is set.
4788
4789 2006-11-28  Wim Taymans  <wim@fluendo.com>
4790
4791         * gst/playback/gstplaybasebin.c: (setup_source),
4792         (gst_play_base_bin_change_state):
4793         Disable rtsp:// uris for the release, it's not good enough yet.
4794         Remove unused var.
4795
4796 2006-11-26  Wim Taymans  <wim@fluendo.com>
4797
4798         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4799         (theora_dec_push_forward), (theora_dec_push_reverse),
4800         (theora_handle_data_packet), (theora_dec_decode_buffer),
4801         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4802         (theora_dec_chain_forward), (theora_dec_chain):
4803         Implement reverse playback.
4804
4805         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4806         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4807         (vorbis_dec_chain_forward):
4808         Clear buffers used for reverse playback in _reset.
4809         No need to set the eos flag, we clip samples using the segment.
4810
4811 2006-11-24  Wim Taymans  <wim@fluendo.com>
4812
4813         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4814         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4815         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4816         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4817         Some cleanups.
4818         Handle continued pages in reverse mode.
4819
4820 2006-11-24  Wim Taymans  <wim@fluendo.com>
4821
4822         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4823         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4824         (vorbis_dec_flush_decode):
4825         Small cleanups.
4826         Don't try to add invalid timestamps.
4827         Clipping will unref the buffer.
4828
4829 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4830
4831         * gst/adder/gstadder.h:
4832         * gst/audiotestsrc/gstaudiotestsrc.h:
4833           remove obsolete _factory_init protos
4834
4835 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4836
4837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4838           Fix spacing in debug message.
4839
4840 2006-11-23  Wim Taymans  <wim@fluendo.com>
4841
4842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4843         (gst_ogg_demux_chain):
4844         Don't just ignore return values from _pad_push().
4845         Small debug improvements.
4846
4847 2006-11-23  Michael Smith  <msmith@fluendo.com>
4848
4849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4850           If our incoming buffer is marked as DISCONT, then increment the page
4851           number (so that the discontinuity is marked in the final ogg
4852           bitstream) and flush the previous page.
4853
4854 2006-11-22  Michael Smith  <msmith@fluendo.com>
4855
4856         * ext/theora/gsttheoraenc.h:
4857         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4858         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4859         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4860         (theora_enc_chain), (theora_enc_change_state):
4861           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4862
4863         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4864         (GST_START_TEST), (theoraenc_suite):
4865           Enable discontinuity test, fix it.
4866
4867 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4868
4869         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4870         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4871         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4872         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4873         (gst_text_overlay_change_state):
4874         * ext/pango/gsttextoverlay.h:
4875           Some textoverlay fixes: for one, in the video chain function,
4876           actually wait for a text buffer to come in if there is none at the
4877           moment and there should be one; also, deal more gracefully with
4878           incoming buffers that do not have a timestamp or duration; discard
4879           text buffer when not needed any longer. Fixes #341681.
4880
4881         * tests/check/Makefile.am:
4882         * tests/check/elements/.cvsignore:
4883         * tests/check/elements/textoverlay.c:
4884         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4885         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4886         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4887         (test_video_waits_for_text_send_text_newsegment_thread),
4888         (test_video_waits_for_text_shutdown_element),
4889         (test_render_continuity_push_video_buffers_thread),
4890         (textoverlay_suite):
4891           Add some unit tests for textoverlay.
4892
4893 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4896           Avoid integer underflow when the found probability for mp3 is
4897           smaller than the 'penalty' we subtract if there's not a clean
4898           mp3 header sync at offset 0.
4899
4900 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4901
4902         * docs/libs/gst-plugins-base-libs-sections.txt:
4903           Add some new symbols to the docs
4904
4905 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         * tests/check/Makefile.am:
4908         * tests/check/elements/ffmpegcolorspace.c:
4909         (ffmpegcolorspace_suite):
4910           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4911           (for now not for valgrinding though, since it takes too long).
4912
4913 2006-11-20  Wim Taymans  <wim@fluendo.com>
4914
4915         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4916         (gst_ffmpeg_pixfmt_to_caps):
4917         Fix RGBA32 caps. Fixes #357038.
4918
4919 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * gst-libs/gst/interfaces/mixertrack.h:
4922           Add FIXME so we can add some padding here in 0.11
4923
4924 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4927           Fix GstBaseRTPAudioPayload structure so the whole GObject
4928           inheritance business actually works (parent class instance structure
4929           must always come first in the derived class instance structure).
4930
4931 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * gst/videotestsrc/Makefile.am:
4934         * tests/check/Makefile.am:
4935           Make sure our checks and the videotestsrc plugin link against the
4936           local uninstalled gst libs and not any installed gst libs that
4937           might happen to exist as well.
4938
4939         * tests/check/elements/adder.c: (message_received),
4940         (test_event_message_received), (test_play_twice_message_received):
4941         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4942           Fix compiler warnings when compiling against core with disabled
4943           debugging system.
4944
4945 2006-11-16  Michael Smith  <msmith@fluendo.com>
4946
4947         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4948         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4949           Fix audiorate, so that it accurately sets offsets and timestamps.
4950           Doesn't change the fundamental algorithmic decisions; so should be
4951           safe.
4952
4953         * tests/check/Makefile.am:
4954           Enable audiorate test now that it passes.
4955
4956 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4957
4958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4959           clear xv when going to NULL, remove // commented non-existant proto
4960
4961         * tests/examples/seek/seek.c: (main):
4962           add missing tooltip description for scrub and play_scrub
4963
4964 2006-11-14  David Schleef  <ds@schleef.org>
4965
4966         * configure.ac:
4967           Bump liboil requirement to 0.3.8.
4968         * gst-libs/gst/riff/riff-media.c:
4969           Add Dirac fourcc.
4970         * gst/videoscale/vs_image.h:
4971         * gst/videoscale/vs_scanline.h:
4972           Use liboil's stdint.h.
4973         * gst/videotestsrc/videotestsrc.c:
4974           Remove liboil related ifdef's, since they aren't needed now, and
4975           won't work with future versions.
4976
4977 2006-11-14  David Schleef  <ds@schleef.org>
4978
4979         * gst/videoscale/Makefile.am:
4980         * gst/videoscale/gstvideoscale.c:
4981         * gst/videoscale/gstvideoscale.h:
4982         * gst/videoscale/vs_4tap.c:
4983         * gst/videoscale/vs_4tap.h:
4984         * gst/videoscale/vs_image.c:
4985         * gst/videoscale/vs_image.h:
4986         * gst/videoscale/vs_scanline.c:
4987         * gst/videoscale/vs_scanline.h:
4988           Add a 4-tap image scaler.  Theoretically looks much prettier.
4989           The tap calculation could use some improvement.
4990
4991 2006-11-14  Wim Taymans  <wim@fluendo.com>
4992
4993         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4994
4995         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4996         (gst_riff_parse_strf_iavs):
4997         * gst/subparse/gstsubparse.c: (convert_encoding):
4998         * gst/tcp/gstmultifdsink.c:
4999         (gst_multi_fd_sink_handle_client_write):
5000         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5001         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5002         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5003         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5004         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5005         (gst_ximagesink_ximage_new):
5006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5007         Various gsize and gssize printf fixes. Fixes #372507.
5008
5009 2006-11-13  Wim Taymans  <wim@fluendo.com>
5010
5011         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5012         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5013         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5014         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5015         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5016         * ext/vorbis/vorbisdec.h:
5017         First stab at vorbis reverse playback.
5018
5019 2006-11-13  Wim Taymans  <wim@fluendo.com>
5020
5021         * gst-libs/gst/audio/gstbaseaudiosink.c:
5022         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5023         * gst-libs/gst/audio/gstbaseaudiosink.h:
5024         Make the clock sync code more accurate wrt resampling and playback
5025         at different rates.
5026         
5027         * gst-libs/gst/audio/gstringbuffer.c:
5028         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5029         * gst-libs/gst/audio/gstringbuffer.h:
5030         Use better algorithm to interpolate sample rates. 
5031
5032 2006-11-13  Michael Smith  <msmith@fluendo.com>
5033
5034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5035           Improve a debug line slightly.
5036
5037         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5038           Call gst_riff_init() in plugin_init, to avoid getting errors from
5039           the debug system (unrelated changes to another plugin made this turn
5040           up; not sure why).
5041
5042 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5045
5046         * win32/common/libgsttag.def:
5047           Add missing symbol (#366492).
5048
5049 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5050
5051         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5052           Don't unref a NULL pad.
5053
5054 2006-11-09  Wim Taymans  <wim@fluendo.com>
5055
5056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5057         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5058         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5059         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5060         (gst_ogg_demux_loop):
5061         Implement first stab at reverse playback.
5062
5063 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5064
5065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5066         (gst_riff_create_video_template_caps):
5067           add h263/h264 variants to the caps, Fixes #363118
5068
5069 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5072         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5073           Use g_strerror instead of strerror so we get UTF-8.
5074
5075 2006-11-03  David Schleef  <ds@schleef.org>
5076
5077         * ext/ogg/gstoggdemux.c:
5078         * ext/ogg/gstoggmux.c:
5079           Add/remove KW-DIRAC header here, since it is ogg-specific.
5080
5081 2006-11-03  Michael Smith  <msmith@fluendo.com>
5082
5083         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5084           Recognise more mpeg4 elementary video streams.
5085
5086 2006-11-02  Edward Hervey  <edward@fluendo.com>
5087
5088         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5089         Lower the probability of mp3 typefinding functions if we don't find a
5090         valid mp3 header at the start of the file.
5091         Closes #369482
5092
5093 2006-11-02  Wim Taymans  <wim@fluendo.com>
5094
5095         * ext/theora/gsttheoradec.h:
5096         * ext/theora/theoradec.c: (gst_theora_dec_init),
5097         (theora_dec_sink_event), (theora_dec_chain_forward),
5098         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5099         (theora_dec_chain):
5100         Document and partially implement an algorithm for doing reverse playback
5101         of theora video.
5102
5103 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5106
5107         * win32/common/config.h:
5108         * win32/common/interfaces-enumtypes.c:
5109         * win32/common/libgsttag.def:
5110         * win32/vs8/gst-plugins-base.sln:
5111         * win32/vs8/libgstaudioresample.vcproj:
5112         * win32/vs8/libgstinterfaces.vcproj:
5113         * win32/vs8/libgstogg.vcproj:
5114         * win32/vs8/libgstriff.vcproj:
5115         * win32/vs8/libgsttag.vcproj:
5116         * win32/vs8/libgsttheora.vcproj:
5117         * win32/vs8/libgstvideoscale.vcproj:
5118         * win32/vs8/libgstvorbis.vcproj:
5119           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5120           to libgsttag.def; add missing dependencies for some vs8 projects;
5121           re-arrange placement of .def files in vs8 projects (#366334).
5122
5123 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * ext/ogg/gstogg.c:
5126           Remove unused variable.
5127
5128         * ext/ogg/gstoggdemux.c:
5129           Fix Wim's surname in plugin description.
5130
5131 2006-10-31  Wim Taymans  <wim@fluendo.com>
5132
5133         * gst-plugins-base.spec.in:
5134         spec new .h file. Fixes #368310.
5135
5136 2006-10-31  Michael Smith  <msmith@fluendo.com>
5137
5138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5139         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5140         (gst_multi_fd_sink_get_stats),
5141         (gst_multi_fd_sink_remove_client_link),
5142         (gst_multi_fd_sink_queue_buffer),
5143         (gst_multi_fd_sink_handle_clients):
5144         * gst/tcp/gstmultifdsink.h:
5145           Make using the remove or clear signals threadsafe.
5146           Make calling get-stats with an invalid fd not segfault.
5147           Fixes 368273.
5148
5149 2006-10-31  Wim Taymans  <wim@fluendo.com>
5150
5151         * gst-libs/gst/rtp/Makefile.am:
5152         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5153         (gst_base_rtp_audio_payload_init):
5154         Fix and activate base audio payloader.
5155
5156 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5159         (plugin_init):
5160           Add typefinder for QuickTime Image Files (see #366156).
5161
5162 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5165           Another typo fix (#366212).
5166
5167 2006-10-27  Wim Taymans  <wim@fluendo.com>
5168
5169         * gst/volume/gstvolume.c: (volume_transform_ip):
5170         Use stream time to synchronize volume property instead of rather random
5171         timestamps. This is needed when gnonlin does its time shifting.
5172
5173 2006-10-27  Wim Taymans  <wim@fluendo.com>
5174
5175         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5176
5177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5178         Remove the pad from the element in release_pad. Fixes #364812.
5179
5180 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5184           Explicitly create our custom buffer classes at a thread-safe
5185           location as well, since g_type_class_ref() doesn't seem to be
5186           entirely thread-safe either (#365501; also see #349410).
5187
5188 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5191         (gst_riff_parse_info):
5192           If strings in INFO chunk are not UTF-8, do something similar to
5193           what we do for ID3v1 tags: check a number of environment variables
5194           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5195           character sets to try, otherwise try the current locale and/or fall
5196           back on ISO-8859-1. Fixes #360552.
5197
5198 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * gst/videotestsrc/gstvideotestsrc.c:
5201         (gst_video_test_src_pattern_get_type),
5202         (gst_video_test_src_set_pattern):
5203         * gst/videotestsrc/gstvideotestsrc.h:
5204         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5205         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5206         (gst_video_test_src_checkers8):
5207         * gst/videotestsrc/videotestsrc.h:
5208           Add a bunch of exciting new checkers patterns.
5209
5210 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * gst/subparse/Makefile.am:
5213         * gst/subparse/gstsubparse.c:
5214         (gst_sub_parse_data_format_autodetect),
5215         (gst_sub_parse_format_autodetect), (handle_buffer),
5216         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5217         * gst/subparse/gstsubparse.h:
5218         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5219         (parse_tmplayer):
5220         * gst/subparse/tmplayerparse.h:
5221           Add support for TMPlayer-type subtitles (#362845).
5222
5223         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5224         (GST_START_TEST), (subparse_suite):
5225           Add some basic unit tests for the above.
5226
5227 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * tests/check/elements/audiorate.c: (test_injector_base_init),
5230         (test_injector_class_init), (test_injector_chain),
5231         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5232         (GST_START_TEST), (audiorate_suite):
5233           More tests for audiorate: inject buffers to check behaviour when
5234           buffers overlap.
5235
5236 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * tests/check/Makefile.am:
5239         * tests/check/elements/.cvsignore:
5240         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5241         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5242           Add some basic unit tests for audiorate. Disabled at the moment
5243           since it doesn't pass yet (see bug #363119).
5244
5245 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5248         (parse_subrip), (handle_buffer):
5249           Add missing closing tags for markup and fix broken markup,
5250           otherwise pango won't render anything (fixes #357531). Also,
5251           make sure the text we send out is always NUL-terminated
5252           (better safe than sorry etc.).
5253
5254         * tests/check/elements/subparse.c: (test_srt_do_test),
5255         (test_srt):
5256           Some more tests for .srt incl. tests for the above stuff.
5257
5258 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5259
5260         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5262         Patch by: Stefan Kost  <ensonic@users.sf.net>
5263         Try to redraw borders only when needed. Apparently this consumes
5264         resources on small devices... :-O (#363607)
5265
5266 2006-10-20  Michael Smith  <msmith@fluendo.com>
5267
5268         * gst/tcp/gstmultifdsink.c:
5269         (gst_multi_fd_sink_client_queue_buffer):
5270           If caps change, then update the client's idea of the caps so that we
5271           don't end up re-sending streamheaders for every single buffer after
5272           the caps change.
5273
5274 2006-10-20  Michael Smith  <msmith@fluendo.com>
5275
5276         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5277         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5278           Set caps on pushed buffers; fix up refcounting of caps objects.
5279
5280 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5283         (plugin_init):
5284           Typefind mmsh header data packet to application/x-mmsh (#362625).
5285
5286 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * tests/check/Makefile.am:
5289         * tests/check/elements/.cvsignore:
5290         * tests/check/elements/subparse.c: (buffer_from_static_string),
5291         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5292         (GST_START_TEST), (subparse_suite):
5293           Add very simple unit test for subparse.
5294
5295 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5298         (parse_subrip):
5299           Strip trailing newlines from subtitle text output.
5300
5301 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5304         (gst_sub_parse_change_state):
5305           Fix memleak; clear subparse->textbuf n state change function.
5306
5307 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/subparse/gstsubparse.c:
5310         (gst_sub_parse_data_format_autodetect):
5311           Don't require subrip (.srt) files to start with a chunk number of 1.
5312
5313 2006-10-18  Wim Taymans  <wim@fluendo.com>
5314
5315         * gst-libs/gst/audio/gstbaseaudiosink.c:
5316         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5317         * gst-libs/gst/audio/gstbaseaudiosink.h:
5318         Extract rate from the NEWSEGMENT event.
5319         Use commit_full to also take rate adjustment into account when writing
5320         samples to the ringbuffer.
5321         
5322         * gst-libs/gst/audio/gstringbuffer.c:
5323         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5324         (gst_ring_buffer_read):
5325         * gst-libs/gst/audio/gstringbuffer.h:
5326         Added _commit_full() to also take rate into account.
5327         Use simple interpolation algorithm to resample audio.
5328         API: gst_ring_buffer_commit_full()
5329
5330         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5331         * tests/examples/seek/seek.c: (segment_done):
5332         Don't try to seek with 0.0 rate, just pause instead.
5333         Remove bogus debug line.
5334
5335 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5338         (setup_source):
5339           Catch async errors when starting up the subtitle bin, so we can
5340           stop waiting and continue with the main film instead of hanging
5341           forever. Fixes #339366.
5342
5343         * tests/check/elements/playbin.c: (playbin_suite):
5344           Enable unit test for the above.
5345
5346 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * tests/check/Makefile.am:
5349         * tests/check/elements/.cvsignore:
5350         * tests/check/elements/playbin.c: (GST_START_TEST),
5351         (gst_red_video_src_uri_get_type),
5352         (gst_red_video_src_uri_get_protocols),
5353         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5354         (gst_red_video_src_uri_handler_init),
5355         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5356         (gst_red_video_src_create), (gst_red_video_src_class_init),
5357         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5358           Some small and basic unit tests for playbin; not very useful yet,
5359           but at least a start.
5360
5361 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         * gst/playback/gstplaybin.c: (setup_sinks):
5364           The old pad activation spiel.
5365
5366 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * gst/playback/gstplaybasebin.c: (setup_source):
5369           Don't hang forever if the subbin already fails to start up in 
5370           the state change to PAUSED (#339366).
5371
5372 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5375         (gst_tuner_set_channel), (gst_tuner_get_channel),
5376         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5377         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5378         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5379         (gst_tuner_find_channel_by_name):
5380           Fix some function guards, add some more function guards.
5381
5382 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5383
5384         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5385         (remove_element_chain):
5386         Don't return a pad from get_our_ghost_pad unless it is actually the
5387         one we want.
5388         Change a cast in remove_element_chain slightly.
5389
5390 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5391
5392         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5393         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5394         Segment seeking needs to use the rate and set stop to -1.
5395
5396 2006-10-13  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst-libs/gst/audio/gstbaseaudiosink.c:
5399         (gst_base_audio_sink_setcaps):
5400         Don't crash when ringbuffer is not yet created.
5401         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5402         Fixes #361634.
5403
5404         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5405         * gst/playback/gststreamselector.c:
5406         (gst_stream_selector_request_new_pad):
5407         Activate pads befre adding them to running elements.
5408
5409 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5410
5411         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5412         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5413         updater when we start grabing the slider. Don't wait for the
5414         pipeline to be PAUSED.
5415
5416 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5419         (gst_mixer_set_volume), (gst_mixer_get_volume),
5420         (gst_mixer_set_mute), (gst_mixer_set_option),
5421         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5422         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5423         (gst_mixer_option_changed):
5424           Guard mixer interface functions against bogus arguments.
5425
5426 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5427
5428         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5429         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5430         (msg_state_changed), (main): Use state-changed messages to trigger
5431         start/stop of scale update timer. Indeed the scale slider was
5432         jumping here and there because the update timer was activated 
5433         before seek completed. This fixes instant applying of rate changes
5434         by pressing the spinbutton like a crazy man !
5435
5436 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5439
5440         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5441         (gst_basertppayload_finalize):
5442           Fix two small memory leaks (#361456).
5443
5444 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5445
5446         * tests/examples/seek/seek.c: (do_seek),
5447         (rate_spinbutton_changed_cb): When changing spinbutton we try
5448         to change the rate on the fly.
5449
5450 2006-10-10  Wim Taymans  <wim@fluendo.com>
5451
5452         * gst-libs/gst/riff/riff-ids.h:
5453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5454         (gst_riff_create_audio_template_caps):
5455         Add WMS caps.
5456
5457 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5458
5459         Patch by: Josep Torra Valles <josep@fluendo.com>
5460
5461         * ext/gnomevfs/gstgnomevfssink.c:
5462         * ext/gnomevfs/gstgnomevfssrc.c:
5463         Fix URI interface implementation return type.
5464         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5465         Fix what looks like a copy/paste issue when assigning values.
5466         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5467         (gst_audio_filter_template_get_type):
5468         Cast to prevent Forte warnings.
5469         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5470         Fix URI interface implementation return type.
5471         gst_pad_query_position requires a signed integer pointer as
5472         3rd parameter, GstClockTime is unsigned.
5473         * gst/audioconvert/audioconvert.c:
5474         Fix integer overflow when treated as signed.
5475         * gst/audioresample/resample.c: (resample_add_input_data):
5476         Cast to prevent warnings on Forte.
5477         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5478         Fix integer overflow when treated as signed.
5479         * gst/ffmpegcolorspace/imgconvert_template.h:
5480         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5481         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5482         (cleanup_decodebin):
5483         Who initialises a guint to -1!
5484         Cast function pointers to prevent warnings on Forte.
5485         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5486         (queue_threshold_reached):
5487         Cast function pointers correctly to prevent warnings on Forte.
5488         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5489         Cast function pointers correctly to prevent warnings on Forte.
5490         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5491         Obvious change to unsigned, 0xEF > max signed char.
5492         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5493         GstClockTime is unsigned, initialise correctly.
5494         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5495         Cast so pointer arithemetic doesn't cause warnings on Forte.
5496         * gst/videorate/gstvideorate.c:
5497         Use correct return value.
5498         * tests/examples/seek/scrubby.c:
5499         GstClockTime is unsigned, initialise correctly.
5500
5501 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5504
5505         * gst/typefind/gsttypefindfunctions.c:
5506           Recognise XML files and XML-like files shorter than 256 bytes as
5507           well (fixes #359237).
5508
5509 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5510
5511         Patch by: Renato Filho <renato.filho@indt.org.br>
5512         
5513         * gst/typefind/gsttypefindfunctions.c:
5514         Added typefind functions to video/x-nuv media.
5515         
5516 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5517
5518         * gst-libs/gst/interfaces/xoverlay.c:
5519         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5520           Some more guards against invalid input.
5521
5522 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5523
5524         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5525         Useless goto.
5526         * tests/examples/seek/seek.c: (do_seek),
5527         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5528         seek example to experiment with rates != 1.0 (reverse playback !)
5529
5530 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * gst-libs/gst/interfaces/xoverlay.c:
5533           Unref message in doc-example (spotted by Robert McQueen)
5534
5535 2006-10-06  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5538         (mpeg1_parse_header), (mpeg1_sys_type_find):
5539         printf fix.
5540
5541 2006-10-06  Wim Taymans  <wim@fluendo.com>
5542
5543         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5544         (close_pad_link):
5545         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5546         Activate dynamic pads before adding them to the element.
5547
5548 2006-10-06  Michael Smith  <msmith@fluendo.com>
5549
5550         * gst-libs/gst/floatcast/floatcast.h:
5551           Fix obviously-bogus macros; use the correct types.
5552
5553 2006-10-06  Wim Taymans  <wim@fluendo.com>
5554
5555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5556         (gst_base_rtp_depayload_change_state):
5557         Also call parent state change function to activate pads.
5558
5559         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5560         (mpeg1_parse_header), (mpeg1_sys_type_find):
5561         Add some more debug info in mpeg typefinding.
5562
5563 2006-10-06  Michael Smith  <msmith@fluendo.com>
5564
5565         * ext/theora/theoradec.c: (theora_dec_chain):
5566           Zero byte theora packets are valid and well-defined; don't warn on
5567           them.
5568
5569 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5570
5571         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5572         (gst_multi_fd_sink_get_stats), (find_limits),
5573         (gst_multi_fd_sink_queue_buffer):
5574           API: add dropped_buffers to the get-stats GValueArray
5575
5576 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * ext/alsa/gstalsadeviceprobe.c:
5579         (gst_alsa_device_property_probe_get_values):
5580         * ext/alsa/gstalsasink.c: (set_hwparams):
5581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5582         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5584         (gst_ogg_mux_process_best_pad):
5585         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5586         (gst_ogg_parse_chain):
5587         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5588         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5589         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5590         (gst_vorbis_enc_buffer_check_discontinuous):
5591         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5592         * gst-libs/gst/audio/gstbaseaudiosink.c:
5593         (gst_base_audio_sink_render):
5594         * gst-libs/gst/cdda/gstcddabasesrc.c:
5595         (gst_cdda_base_src_handle_track_seek):
5596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5597         (gst_base_rtp_depayload_push_full):
5598         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5599         * gst/audioresample/resample.c: (resample_input_pushthrough):
5600         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5601         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5602         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5603         (wavpack_type_find):
5604         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5605         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5606         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5607         * tests/check/elements/volume.c: (GST_START_TEST):
5608           Printf format fixes.
5609
5610 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5611
5612         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5613           Fix a simple mistake (see the docs)
5614           Fixes #359580
5615
5616 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5617
5618         * docs/plugins/Makefile.am:
5619         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5620         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5621         * docs/plugins/gst-plugins-base-plugins.args:
5622         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5623         * docs/plugins/inspect/plugin-adder.xml:
5624         * docs/plugins/inspect/plugin-alsa.xml:
5625         * docs/plugins/inspect/plugin-audioconvert.xml:
5626         * docs/plugins/inspect/plugin-audiorate.xml:
5627         * docs/plugins/inspect/plugin-audioresample.xml:
5628         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5629         * docs/plugins/inspect/plugin-cdparanoia.xml:
5630         * docs/plugins/inspect/plugin-decodebin.xml:
5631         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5632         * docs/plugins/inspect/plugin-gdp.xml:
5633         * docs/plugins/inspect/plugin-gnomevfs.xml:
5634         * docs/plugins/inspect/plugin-libvisual.xml:
5635         * docs/plugins/inspect/plugin-ogg.xml:
5636         * docs/plugins/inspect/plugin-pango.xml:
5637         * docs/plugins/inspect/plugin-playbin.xml:
5638         * docs/plugins/inspect/plugin-subparse.xml:
5639         * docs/plugins/inspect/plugin-tcp.xml:
5640         * docs/plugins/inspect/plugin-theora.xml:
5641         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5642         * docs/plugins/inspect/plugin-video4linux.xml:
5643         * docs/plugins/inspect/plugin-videorate.xml:
5644         * docs/plugins/inspect/plugin-videoscale.xml:
5645         * docs/plugins/inspect/plugin-videotestsrc.xml:
5646         * docs/plugins/inspect/plugin-volume.xml:
5647         * docs/plugins/inspect/plugin-vorbis.xml:
5648         * docs/plugins/inspect/plugin-ximagesink.xml:
5649         * docs/plugins/inspect/plugin-xvimagesink.xml:
5650           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5651
5652 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5655
5656         * ext/vorbis/Makefile.am:
5657         * ext/vorbis/vorbis.c: (plugin_init):
5658         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5659         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5660         * ext/vorbis/vorbisparse.h:
5661         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5662         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5663         (gst_vorbis_tag_parse_packet):
5664         * ext/vorbis/vorbistag.h:
5665           Add new vorbistag element which derives from vorbisparse
5666           and is essentially the same as well, only that it implements
5667           the GstTagSetter interface and can modify the stream's
5668           vorbiscomment on the fly (#335635).
5669
5670         * tests/check/Makefile.am:
5671         * tests/check/elements/.cvsignore:
5672         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5673         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5674         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5675         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5676           Add unit test for new vorbistag element.
5677
5678 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5681         (vorbis_parse_push_headers), (vorbis_parse_chain):
5682           Set BOS flag in packet structure to fix 'jump depends
5683           on unitialized value' errors in valgrind; various minor
5684           clean-ups.
5685
5686 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5687
5688         * gst/playback/gstdecodebin.c: (close_pad_link):
5689         Fix typo in a debug statement.
5690
5691         * gst/playback/gstplaybasebin.c: (probe_triggered),
5692         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5693         (gen_source_element), (source_new_pad), (analyse_source),
5694         (setup_source):
5695         When handling no_more_pads in new_decoded_pad, make sure to treat
5696         subtitle pads correctly. Fixes playback with subtitle files.
5697
5698         Move a recurring message to LOG level.
5699
5700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5701         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5702         which ends up as -1 when cast to an int. Make the logic handle the
5703         max value as an unsigned mask and only change the colorkey when it's
5704         a value we recognise.
5705
5706 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5707
5708         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5709         Removed empty * between paragraphs
5710
5711 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5712
5713         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5714         * gst-libs/gst/rtp/README:
5715         Moved some documentation into .c file
5716
5717 2006-09-29  Wim Taymans  <wim@fluendo.com>
5718
5719         * gst/playback/gstdecodebin.c: (no_more_pads):
5720         Fix compilation.
5721
5722 2006-09-29  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/playback/gstdecodebin.c: (new_caps):
5725         Remove g_print
5726
5727         * gst/playback/gstplaybin.c:
5728         Add some docs.
5729
5730 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         * tests/check/Makefile.am:
5733           Re-enable cddabasesrc test to see if it works again
5734           now.
5735
5736 2006-09-29  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5739         (gen_source_element):
5740         Handle invalid URIs a bit more gracefully.
5741
5742 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * tests/check/pipelines/oggmux.c:
5745           Remove obsolete comment.
5746
5747 2006-09-29  Michael Smith  <msmith@fluendo.com>
5748
5749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5750         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5751         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5752         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5753         (gst_ogg_mux_collected):
5754           Commit patch from James "Doc" Livingston, adds proper EOS handling
5755           in oggmux. GStreamer can, for the first time ever, create a valid
5756           Ogg file! Yay!
5757
5758         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5759         (oggmux_suite):
5760           Reenable tests now that they pass.
5761
5762 2006-09-29  Wim Taymans  <wim@fluendo.com>
5763
5764         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5765         Stop reading commands when EOF (we read 0) as well.
5766
5767 2006-09-28  Wim Taymans  <wim@fluendo.com>
5768
5769         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5770         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5771         (find_dynamic), (unlinked), (close_link):
5772         Implement delayed caps linking needed for element with a lot of
5773         different caps on the src pads that get fixed at runtime.
5774         Improve management of dynamic elements.
5775
5776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5777         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5778         (gen_preroll_element), (remove_groups), (unknown_type),
5779         (add_element_stream), (no_more_pads_full), (no_more_pads),
5780         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5781         (new_decoded_pad), (setup_subtitle), (array_has_value),
5782         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5783         (analyse_source), (remove_decoders), (make_decoder),
5784         (remove_source), (setup_source), (finish_source), (prepare_output),
5785         (gst_play_base_bin_change_state):
5786         * gst/playback/gstplaybasebin.h:
5787         Use more _CAST instead of full type checking casts.
5788         Small cleanups, plug some leaks.
5789         Handle dynamic sources.
5790         Add some helper functions to create lists of strings used for
5791         blacklisting and other stuff.
5792         Refactor some code dealing with analysing the source.
5793         Re-enable sources without pads (like cd:// or other selfcontained
5794         elements).
5795
5796 2006-09-28  Wim Taymans  <wim@fluendo.com>
5797
5798         * gst-libs/gst/audio/gstbaseaudiosink.c:
5799         (gst_base_audio_sink_render):
5800         When we have a timestamp, we can still perform clipping.
5801         When we have no clock, we must play the sample ASAP.
5802
5803 2006-09-28  Wim Taymans  <wim@fluendo.com>
5804
5805         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5806         Set caps on outgoing buffers.
5807
5808         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5809         (gst_video_rate_event), (gst_video_rate_chain):
5810         * gst/videorate/gstvideorate.h:
5811         Fix videorate some more. Fixes #357977
5812
5813 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * tests/check/elements/adder.c: (adder_suite):
5816           Don't set timeout to 6 seconds when we're running
5817           in valgrind ... (and how is 6 seconds longer than
5818           the default anyway?)
5819
5820 2006-09-28  Wim Taymans  <wim@fluendo.com>
5821
5822         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5823         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5824         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5825         Keep sink and src segment to keep track of time and support more
5826         input formats.
5827         Fix bogus next_offset and run_time calculation, don't understand how
5828         this could have worked before. Fixes #357976.
5829         Remove some unneeded vars.
5830
5831 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         * gst/playback/gstplaybin.c: (remove_sinks):
5834           Only remove visualisation from visbin if there is a visbin (or:
5835           don't throw warnings when closing totem without playing a file).
5836
5837 2006-09-27  Wim Taymans  <wim@fluendo.com>
5838
5839         * gst-libs/gst/audio/gstbaseaudiosink.c:
5840         (gst_base_audio_sink_render):
5841         Add some more info in a WARNING.
5842
5843         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5844         (gst_base_audio_src_create):
5845         Handle PAUSE in create function, use new -core addition to
5846         wait for playing. Fixes pausing and resuming capture from an
5847         audiosrc.
5848
5849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5850         (gst_ring_buffer_read):
5851         Constify some more.
5852         Caller supports interrupted reads now.
5853
5854 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         * tests/check/Makefile.am:
5857           Another attempt to make the gen64 buildbot happy.
5858
5859 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5860
5861         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5862
5863         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5864         (gst_visual_chain), (gst_visual_change_state):
5865           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5866           correctly. Fixes #357800
5867
5868 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5869
5870         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5871           Add timeout to _get_state() so we see which pipeline it is
5872           that causes trouble on the gen64 build bot.
5873
5874 2006-09-27  Wim Taymans  <wim@fluendo.com>
5875
5876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5877         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5878         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5879         (gst_base_rtp_depayload_set_gst_timestamp):
5880         the source pad always uses fixed caps.
5881
5882 2006-09-27  Wim Taymans  <wim@fluendo.com>
5883
5884         * docs/libs/gst-plugins-base-libs-docs.sgml:
5885         * docs/libs/gst-plugins-base-libs-sections.txt:
5886         * gst-libs/gst/audio/gstaudioclock.c:
5887         * gst-libs/gst/audio/gstaudioclock.h:
5888         * gst-libs/gst/audio/gstaudiosink.c:
5889         * gst-libs/gst/audio/gstaudiosink.h:
5890         * gst-libs/gst/audio/gstaudiosrc.c:
5891         * gst-libs/gst/audio/gstbaseaudiosink.c:
5892         (gst_base_audio_sink_render):
5893         * gst-libs/gst/audio/gstbaseaudiosink.h:
5894         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5895         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5896         * gst-libs/gst/audio/gstringbuffer.h:
5897         Added docs for the audio libs.
5898
5899 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         * tests/check/Makefile.am:
5902           Temporarily disable test that fails on the bots for unknown reasons.
5903
5904 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5905
5906         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5907         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5908         Moved AudioCodecType into priv
5909         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5910
5911 2006-09-25  Wim Taymans  <wim@fluendo.com>
5912
5913         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5914         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5915         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5916         (new_pad):
5917         Cleanups and small leak fixes.
5918         Added Depayloaders to valid list of autopluggable elements.
5919
5920 2006-09-25  Wim Taymans  <wim@fluendo.com>
5921
5922         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5923         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5924         (gen_video_element), (gen_text_element), (gen_audio_element),
5925         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5926         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5927         Detect NO_PREROLL state change returns and disable clock distribution to
5928         the sinks so that sync is disabled.
5929         Avoid some type checking and do simple casts instead.
5930         Small cleanups, fix some FIXMEs.
5931         Be more robust when linking user specified elements, catch an report
5932         errors. Fixes #357404.
5933         Fix some leaks in the error paths.
5934
5935 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5936
5937         * ChangeLog:
5938           ChangeLog surgery for missing bug-number
5939
5940 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         Patch by: Peter Kjellerstedt  <pkj at axis com>
5943
5944         * gst/playback/test.c:
5945           Fix compilation with uClibc and -Werror (#357591).
5946
5947 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5950           Parse dates that are followed by a time as well (#357532).
5951
5952         * tests/check/libs/tag.c: (test_vorbis_tags):
5953           Add unit test for this.
5954
5955 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5958         (gst_audio_convert_transform_caps):
5959         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5960         * gst/videotestsrc/videotestsrc.h:
5961           A few array const-ifications.
5962
5963 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5964
5965         * tests/check/Makefile.am:
5966           See if this makes the build bots happy.
5967
5968         * tests/check/libs/cddabasesrc.c:
5969           UTF8-ise my name.
5970
5971 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5972
5973         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5974
5975         * gst/subparse/samiparse.c: (handle_start_font),
5976         (fix_invalid_entities):
5977           More case-insensitivity for certain tags; recognise entities with
5978           decimal codes as special entities as well (#357330).
5979
5980 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * gst-libs/gst/Makefile.am:
5983           Need to build tag directory before cdda.
5984
5985 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * docs/libs/gst-plugins-base-libs-sections.txt:
5988         * gst-libs/gst/cdda/Makefile.am:
5989         * gst-libs/gst/cdda/gstcddabasesrc.c:
5990         (gst_cdda_base_src_base_init):
5991         * gst-libs/gst/cdda/gstcddabasesrc.h:
5992         * gst-libs/gst/tag/tag.h:
5993         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5994         (gst_tag_register_musicbrainz_tags):
5995           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5996           depend on libgsttag. This is required so we can extract/read tags like
5997           DISCID without depending on libgstcddabasesrc (which used to register
5998           them).
5999
6000         * gst-libs/gst/tag/gstvorbistag.c:
6001           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6002           tags (also see #347848).
6003
6004         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6005           Log vorbis comments we are actually writing. Const-ify array.
6006
6007 2006-09-23  Wim Taymans  <wim@fluendo.com>
6008
6009         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6010         Improve buffering a bit by avoiding a deadlock because we cannot assume
6011         the underrun is always called.
6012
6013 2006-09-23  Wim Taymans  <wim@fluendo.com>
6014
6015         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6016
6017         * gst-libs/gst/riff/riff-ids.h:
6018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6019         (gst_riff_create_audio_template_caps):
6020         Added MPEG-4 AAC and id and caps. Fixes #357289
6021         Added WMA9 Lossless id.
6022
6023 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6024
6025         * ext/gnomevfs/gstgnomevfssrc.c:
6026           Fix misleading docs addition.
6027
6028         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6029           Get rid of compiler warning the right way.
6030
6031 2006-09-22  Wim Taymans  <wim@fluendo.com>
6032
6033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6034         (gst_base_rtp_depayload_finalize),
6035         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6036         (gst_base_rtp_depayload_push_full),
6037         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6038         (gst_base_rtp_depayload_process),
6039         (gst_base_rtp_depayload_set_gst_timestamp),
6040         (gst_base_rtp_depayload_queue_release):
6041         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6042         Small cleanups.
6043         Fix some leaks.
6044         Refactored the process method and added methods to push from the process
6045         vmethod.
6046         Use _scale functions.
6047         API: gst_base_rtp_depayload_push_ts
6048         API: gst_base_rtp_depayload_push
6049
6050         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6051         timestamps are uint.
6052
6053 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6054
6055         * gst-libs/gst/interfaces/xoverlay.c:
6056           Remove unused statement from doc example.
6057
6058 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6059
6060         * gst-libs/gst/interfaces/videoorientation.c:
6061         (gst_video_orientation_iface_init),
6062         (gst_video_orientation_get_hflip),
6063         (gst_video_orientation_get_vflip),
6064         (gst_video_orientation_get_hcenter),
6065         (gst_video_orientation_get_vcenter),
6066         (gst_video_orientation_set_hflip),
6067         (gst_video_orientation_set_vflip),
6068         (gst_video_orientation_set_hcenter),
6069         (gst_video_orientation_set_vcenter):
6070           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6071           in ChangeLog)
6072
6073 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6074
6075         * tests/check/Makefile.am:
6076         * tests/check/elements/.cvsignore:
6077         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6078         (create_rgb_conversions), (rgb_conversion_free),
6079         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6080         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6081           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6082           but disable for now since it doesn't pass (something wrong with
6083           RGBA somewhere).
6084
6085 2006-09-21  Wim Taymans  <wim@fluendo.com>
6086
6087         * gst/playback/gstplaybasebin.c: (group_commit),
6088         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6089         (queue_out_of_data), (gen_preroll_element),
6090         (preroll_remove_overrun), (probe_triggered):
6091         Refactor handling of overrun detection.
6092         Separate handling of group completion and deadlock detection when doing
6093         network buffering. This should fix some deadlocks that were not detected
6094         because the group was completed.
6095         Add more comments, improve debugging.
6096
6097 2006-09-21  Wim Taymans  <wim@fluendo.com>
6098
6099         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6100         * tests/check/libs/audio.c:
6101         Some more compilation fixes.
6102
6103 2006-09-21  Wim Taymans  <wim@fluendo.com>
6104
6105         * gst-libs/gst/audio/gstringbuffer.c:
6106         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6107         (gst_ring_buffer_read):
6108         Early morning compilation fix.
6109
6110 2006-09-20  Wim Taymans  <wim@fluendo.com>
6111
6112         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6113         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6114         * tests/check/elements/videorate.c: (GST_START_TEST):
6115         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6116         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6117         Fix some warnings.
6118
6119 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6120
6121         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6122         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6123         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6124           Handcrafted merge to help CVS understanding what I changed and what
6125           not.
6126
6127 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6130         (gst_xvimagesink_get_times):
6131           change colorkey behaviour back according to #354773 comment 6/7
6132
6133 2006-09-19  Michael Smith  <msmith@fluendo.com>
6134
6135         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6136         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6137         (gst_multi_fd_sink_recover_client),
6138         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6139         (gst_multi_fd_sink_get_property):
6140         * gst/tcp/gstmultifdsink.h:
6141           Implement stubbed out properties unit-type, units-soft-max,
6142           units-max, to allow specifying maximum sizes in units other than
6143           buffers.
6144           Fixes #355935
6145
6146 2006-09-19  Wim Taymans  <wim@fluendo.com>
6147
6148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6149         (gst_riff_create_audio_template_caps):
6150         Reorder the audio formats a bit for clarity.
6151         Detect and create caps for MSGSM and MSN (WAV49).
6152         Fixes #356596.
6153
6154         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6155         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6156         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6157         Small cleanups, move error handling out of normal flow for clarity.
6158
6159 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * docs/libs/gst-plugins-base-libs-docs.sgml:
6162         * docs/libs/gst-plugins-base-libs.types:
6163         * gst-libs/gst/interfaces/Makefile.am:
6164         * gst-libs/gst/interfaces/videoorientation.c:
6165         (gst_video_orientation_get_type),
6166         (gst_video_orientation_iface_init),
6167         (gst_video_orientation_get_hflip),
6168         (gst_video_orientation_get_vflip),
6169         (gst_video_orientation_get_hcenter),
6170         (gst_video_orientation_get_vcenter),
6171         (gst_video_orientation_set_hflip),
6172         (gst_video_orientation_set_vflip),
6173         (gst_video_orientation_set_hcenter),
6174         (gst_video_orientation_set_vcenter):
6175         * gst-libs/gst/interfaces/videoorientation.h:
6176           API: Add new interface to control video orientation (fixes #354908)
6177
6178 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6179
6180         * gst/videotestsrc/gstvideotestsrc.c:
6181           Use G_UNLIKELY in _create and log one more detail.
6182           
6183         (gst_video_test_src_get_times), (gst_video_test_src_create):
6184         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6185           Use gst_util_uint64_scale_int in _get_times().
6186
6187 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6188
6189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6190           Give better warning message (add object and detail).
6191
6192 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6193
6194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6195         (gst_xvimagesink_get_times):
6196           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6197           #354773), use gst_util_uint64_scale_int in _get_times()
6198
6199 2006-09-18  Michael Smith  <msmith@fluendo.com>
6200
6201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6202           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6203           always true, leading to dropping all timestamps.
6204
6205 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6208         (gst_visual_chain), (gst_visual_change_state):
6209           update to work also with libvisual 0.4 API, fix double unref (#355914)
6210           
6211         * tools/gst-launch-ext.1.in:
6212         * tools/gst-visualise.1.in:
6213           remove references to old man-pages
6214
6215         * tests/examples/seek/seek.c: (main):
6216           add real meadi-buttons, add tool-tips for the seek-options, arrange
6217           seek options in a table
6218
6219 2006-09-18  Michael Smith  <msmith@fluendo.com>
6220
6221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6222         (gst_ogg_mux_push_buffer):
6223           Don't generate out-of-order timestamps from oggmux, instead clamp
6224           output timestamps to be >= the previously output ts.
6225           Fixes #355595
6226
6227 2006-09-18  Michael Smith  <msmith@fluendo.com>
6228
6229         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6230         (gst_multi_fd_sink_class_init):
6231           Updates, fixes, and typo corrections for multifdsink. No functional
6232           changes.
6233
6234 2006-09-17  Michael Smith  <msmith@fluendo.com>
6235
6236         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6237           Don't crash on truncated files - check that we got an 8 byte buffer
6238           before trying to memcmp it.
6239
6240 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/playback/gstplaybasebin.c: (get_active_source):
6243           Make stream-switching appear instant to the application
6244           (ie. make sure that a g_object_get on 'current-foo' returns
6245           the stream previously set with g_object_set(). Totem needs
6246           this to update stream-related meta-info (like audio-codec)
6247           correctly when switching streams.
6248
6249 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6250
6251         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6252         (gst_alsa_mixer_ensure_track_list):
6253           Try harder to guess which mixer track is the master mixer
6254           track (instead of just taking the first one that has a pvolume).
6255           Fixes #342228.
6256
6257 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6258
6259         reviewed by: <delete if not using a buddy>
6260
6261         * gst-libs/gst/audio/audio.h:
6262         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6263
6264 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6265
6266         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6267         (gst_audio_convert_transform_caps):
6268           Get structure-name just once.
6269
6270 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6271
6272         * tests/check/elements/audioresample.c: (GST_START_TEST):
6273         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6274         * tests/check/elements/volume.c: (GST_START_TEST):
6275         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6276         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6277         (test_pipeline), (GST_START_TEST):
6278         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6279         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6280           Fix big batch of compiler warnings.
6281
6282 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6283
6284         * ext/gnomevfs/gstgnomevfssrc.c:
6285           Add docs about icydemux usage in connection with gnomevfssrc
6286
6287         * ext/libvisual/visual.c:
6288         * ext/ogg/gstoggaviparse.c:
6289         * ext/ogg/gstoggdemux.c:
6290         * ext/ogg/gstoggmux.c:
6291         * ext/ogg/gstoggparse.c:
6292         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6293         * gst-libs/gst/audio/gstaudiosink.c:
6294         * gst-libs/gst/audio/gstaudiosrc.c:
6295         * gst/audiorate/gstaudiorate.c:
6296           More G_OBJECT macro fixing.
6297
6298         * gst/audiotestsrc/gstaudiotestsrc.h:
6299           Fix wrong info in header due to copy & paste
6300
6301 2006-09-15  Wim Taymans  <wim@fluendo.com>
6302
6303         * gst-libs/gst/audio/gstbaseaudiosink.c:
6304         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6306         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6307         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6308         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6309         Do the delay calculation in the source/sink base classes as this is
6310         specific for the capture/playback mode.
6311         Try to fixate a bit better, like round depth up to a multiple of 8
6312         bigger than width.
6313         Handle underruns correctly by marking DISCONT on buffers and adjusting
6314         timestamps to handle the gap.
6315         Set offset/offset_end correctly on buffers.
6316
6317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6318         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6319         (gst_ring_buffer_read):
6320         Remove resync and underrun recovery from the ringbuffer.
6321         Fix ringbuffer read code on under/overrun.
6322
6323 2006-09-15  Wim Taymans  <wim@fluendo.com>
6324
6325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6326         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6327         (queue_threshold_reached), (gst_play_base_bin_set_property),
6328         (gst_play_base_bin_get_property):
6329         * gst/playback/gstplaybasebin.h:
6330         Don't use a 0 low watermark when buffering, it is catching starvation
6331         way too late. Instead, use a 3 second queue with 30 and 95
6332         percent low/high watermarks. 
6333         Added queue-min-threshold property to configure low watermark.
6334         Use new _buffering message API.
6335         Make queue_threshold variable big enough to store a uint64 time value.
6336         API: playbin::queue-min-threshold property.
6337
6338 2006-09-15  Wim Taymans  <wim@fluendo.com>
6339
6340         * configure.ac:
6341         We require 0.10.10.1 now because of _wait_preroll().
6342
6343         * gst-libs/gst/audio/gstbaseaudiosink.c:
6344         (gst_base_audio_sink_render):
6345         Use gst_base_sink_wait_preroll().
6346
6347 2006-09-15  Wim Taymans  <wim@fluendo.com>
6348
6349         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6350         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6351         Use DEBUG_OBJECT more.
6352
6353 === release 0.10.10 ===
6354
6355 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         patch by: Michael Smith <msmith at fluendo dot com>
6358
6359         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6360         (gst_multi_fd_sink_client_queue_buffer),
6361         (gst_multi_fd_sink_new_client):
6362         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6363         (multifdsink_suite):
6364           Fix implementation of sync-method 'next-keyframe'
6365           Closes #354594
6366
6367 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6368
6369         patch by: Wim Taymans <wim at fluendo dot com>
6370
6371         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6372         This patch removes the RANDOM flag that was incorrectly introduced with
6373         revision 1.91.  Fixes #354590
6374
6375 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * tests/check/Makefile.am:
6378           Random variation in Makefile line to see if it makes the
6379           gen64-base-full bot any happier.
6380
6381 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6384           Disable test that fails at the moment (killed after timeout).
6385
6386 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6387
6388         Patch by: James Livingston  <doclivingston at gmail.com>
6389
6390         * tests/check/Makefile.am:
6391         * tests/check/pipelines/.cvsignore:
6392         * tests/check/pipelines/oggmux.c: (get_page_codec),
6393         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6394         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6395         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6396         (test_theora_vorbis), (oggmux_suite):
6397           Add simple unit test for oggmux from #337026 with checking for the
6398           EOS flags disabled for the time being.
6399
6400 2006-09-04  Wim Taymans  <wim@fluendo.com>
6401
6402         patch by: Alessandro Dessina <alessandro nnva org>
6403
6404         * ext/ogg/gstoggmux.c:
6405         Add cmml caps to oggmux. Fixes #353912
6406
6407 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6410           Returning a return value often helps. In this case, we
6411           don't need the return value anyway, so just get rid of it.
6412           Should make build bots much happier.
6413
6414 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6417         (paint_get_structure), (gst_video_test_src_get_size),
6418         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6419         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6420         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6421         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6422         * gst/videotestsrc/videotestsrc.h:
6423           Add support for AYUV and the various RGBA formats. Initialise
6424           fields of paintinfo structs allocated on the stack.
6425
6426         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6427         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6428         (check_rgb_buf), (videotestsrc_suite):
6429           Add unit tests for videotestsrc's RGB output.
6430
6431 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6432
6433         * gst/videotestsrc/gstvideotestsrc.c:
6434         (gst_video_test_src_pattern_get_type),
6435         (gst_video_test_src_set_pattern):
6436         * gst/videotestsrc/gstvideotestsrc.h:
6437         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6438         (gst_video_test_src_black), (gst_video_test_src_white),
6439         (gst_video_test_src_red), (gst_video_test_src_green),
6440         (gst_video_test_src_blue):
6441         * gst/videotestsrc/videotestsrc.h:
6442           Add more uni-colour patterns ("white", "red", "green", and "blue").
6443
6444 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6447           Fix stride for YVYU, should be word-aligned (#353658).
6448
6449 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst/adder/gstadder.c: (gst_adder_src_event):
6452           Fix build.
6453
6454 2006-08-31  Edward Hervey  <edward@fluendo.com>
6455
6456         * gst/adder/gstadder.c: (forward_event_func),
6457         (gst_adder_src_event), (gst_adder_collected),
6458         (gst_adder_change_state):
6459         * gst/adder/gstadder.h:
6460         Remember the start position asked in the incoming seeks, so we can
6461         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6462         of assuming it will always be 0).
6463
6464 2006-08-31  Edward Hervey  <edward@fluendo.com>
6465
6466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6467         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6468         (gst_ogg_demux_loop):
6469         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6470
6471 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6474         (gst_ffmpegcsp_get_unit_size):
6475           Return FALSE instead of returning a random false unit
6476           size when the format isn't known/supported (even if
6477           this shouldn't happen under normal circumstances).
6478
6479 2006-08-29  Wim Taymans  <wim@fluendo.com>
6480
6481         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6484         (gst_gnome_vfs_src_start):
6485         Try harder to get the size from a uri by using _info_uri() when
6486         _info_from_handle() does not give us enough info. 
6487         Also follow symlinks when getting the size.
6488         Partially Fixes #332864.
6489
6490 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6493
6494         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6495         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6496         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6497         (gst_alsa_mixer_set_record):
6498         * ext/alsa/gstalsamixertrack.c:
6499         (gst_alsa_mixer_track_update_alsa_capabilities),
6500         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6501         (gst_alsa_mixer_track_update):
6502         * ext/alsa/gstalsamixertrack.h:
6503           Improve and fix mixer track handling, in particular better handling
6504           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6505           separate track objects for tracks that have both capture and playback
6506           volume (and label them differently as well so they're not mistakenly
6507           assumed to be duplicates); classify mixer tracks that only affect
6508           the audible volume of something (rather than the capture volume)
6509           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6510           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6511           (following the meaning documented in the mixer interface header
6512           file); add support for alsa's exclusive cswitch groups; update/sync
6513           state/flags better if mixer settings are changed by another
6514           application. Fixes #336075.
6515
6516 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * gst/playback/gstplaybin.c:
6519           Improve docs: add section about BUFFERING messages sent by playbin.
6520
6521 2006-08-29  Michael Smith  <msmith@fluendo.com>
6522
6523         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6524         (gst_vorbis_enc_buffer_check_discontinuous),
6525         (gst_vorbis_enc_chain):
6526           Ignore explicit DISCONT marked on buffers (which is often spurious,
6527           particularly when using multiple segments), in favour of solely
6528           using the timestamps/durations.
6529
6530 2006-08-29  Edward Hervey  <edward@fluendo.com>
6531
6532         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6533         Don't rely on incoming buffers offset anymore, since it is completely
6534         broken when using multiple segments.
6535         Instead convert the incoming buffers timestamp to running time, and
6536         then convert that value to the offsets.
6537         Also inform GstSegment of the last outputted stop position, which is
6538         needed if we received several segments with an unknown stop value.
6539
6540 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6541
6542         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6543           fix buffer unreffing on a header push failure
6544
6545 2006-08-28  Wim Taymans  <wim@fluendo.com>
6546
6547         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6548         (gst_audio_rate_chain):
6549         Make the metadata of the buffer writable before changing its
6550         flags.
6551
6552 2006-08-28  Wim Taymans  <wim@fluendo.com>
6553
6554         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6555         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6556         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6557         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6558         Fix audiorate some more.
6559         Reset and resync counters on flush and READY.
6560         Handle the DISCONT flag correctly.
6561         Use GstSegment to track position.
6562         Fail when not negotiated.
6563         Fixes #353234.
6564
6565 2006-08-25  Michael Smith  <msmith@fluendo.com>
6566
6567         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6568           Fix spelling.
6569           Remove accidently included debug line.
6570
6571 2006-08-25  Wim Taymans  <wim@fluendo.com>
6572
6573         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6574         Small cleanups.
6575         If a buffer is received with no caps, make the buffer metadata
6576         writable and set the caps, making sure that we don't screw up the
6577         refcounts.
6578
6579 2006-08-25  Michael Smith  <msmith@fluendo.com>
6580
6581         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6582         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6583           Fix memory leaks and misleading debug messages, add a couple of
6584           comments.
6585
6586         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6587         (gst_multi_fd_sink_render):
6588           Do not use gst_buffer_make_writable() in a basesink render method,
6589           as it may incorrectly unref the buffer. Instead, use convoluted
6590           dance to avoid copying the buffer except when we need to.
6591
6592 2006-08-25  Michael Smith  <msmith@fluendo.com>
6593
6594         * ext/vorbis/vorbisenc.c:
6595         (gst_vorbis_enc_buffer_check_discontinuous):
6596           Allow very small discontinuities in the timestamps. These we can't
6597           do anything useful with anyway (because vorbis's timestamps have
6598           only sample granularity), and are commonly produced by elements with
6599           minor bugs. Allow up to 1/2 a sample out.
6600           Fixes #351742.
6601
6602 2006-08-24  Wim Taymans  <wim@fluendo.com>
6603
6604         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6605         (play_scrub_toggle_cb), (main):
6606         Add a checkbox to enable play scrubbing. Makes it possible to disable
6607         normal scrubbing.
6608
6609 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6610
6611         * tests/check/elements/.cvsignore:
6612           make buildbot happy
6613
6614 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6617         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6618         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6619         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6620         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6621         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6622         (gst_ogm_text_parse_strip_trailing_zeroes),
6623         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6624         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6625           Refactor ogm parse, do better input checking, misc. clean-ups.
6626           Cache incoming events and push them once the source pad has
6627           been created. Don't pass unterminated strings to sscanf().
6628           Strip trailing zeroes from subtitle text output, since they
6629           are not valid UTF-8. Don't push vorbiscomment packets on
6630           the subtitle text pad. Output perfect streams if possible.
6631
6632 2006-08-23  Wim Taymans  <wim@fluendo.com>
6633
6634         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6635         Waits for tasks to settle down so that we clean up correctly for 
6636         valgrind.
6637
6638 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6641           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6642           actually return return value in taglists_are_equal.
6643
6644 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6647           Fix crash due to broken bitstream parsing on x86-64: can't make
6648           any assumptions about sizeof(struct) due to alignment/packing
6649           differences on different architectures. Fixes #351790.
6650
6651 2006-08-22  Wim Taymans  <wim@fluendo.com>
6652
6653         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6654         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6655         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6656         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6657         (gst_riff_parse_info):
6658         Protect public functions against bad input.
6659         Do some cleanups.
6660         Fix documentation.
6661
6662 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * gst-libs/gst/riff/riff-ids.h:
6665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6666           Add voxware audio IDs (even if we can't play it) (#351795).
6667
6668 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         * gst-libs/gst/riff/riff-media.c:
6671         (gst_riff_create_video_template_caps),
6672         (gst_riff_create_audio_template_caps),
6673         (gst_riff_create_iavs_template_caps):
6674           Const-ify some arrays and use G_N_ELEMENTS instead
6675           of wasting oodles of RAM on terminator bits.
6676
6677 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * gst-libs/gst/tag/gstvorbistag.c:
6680         (gst_tag_list_to_vorbiscomment_buffer):
6681         * tests/check/libs/tag.c: (GST_START_TEST):
6682           And the same for _to_vorbiscomment_buffer(): allow
6683           id_data_len == 0 for speex.
6684
6685 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6686
6687         * configure.ac:
6688         * docs/plugins/Makefile.am:
6689         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6690         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6691         * docs/plugins/inspect/plugin-gdp.xml:
6692         * gst/gdp/Makefile.am:
6693         * tests/check/Makefile.am:
6694           Move GDP plugin to -base from -bad.  Closes #347783.
6695
6696 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * gst-libs/gst/tag/gstvorbistag.c:
6699         (gst_tag_list_from_vorbiscomment_buffer):
6700           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6701           Also add some checks to make sure we don't memcmp() beyond the end of
6702           vorbiscomment buffer if the ID to check for is larger than the buffer.
6703
6704         * tests/check/libs/tag.c: (GST_START_TEST):
6705           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6706
6707 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6710         (gst_vorbis_enc_set_metadata):
6711           Use vorbis comment utility functions from libgsttag
6712           instead of re-inventing the wheel (partially fixes #347091).
6713
6714 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6715
6716         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6717         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6718         as some that won't.
6719
6720 2006-08-21  Wim Taymans  <wim@fluendo.com>
6721
6722         * docs/libs/Makefile.am:
6723         * docs/libs/gst-plugins-base-libs-sections.txt:
6724         * docs/libs/gst-plugins-base-libs.types:
6725         Don't try to GObject scan the netbuffer as it's not a GObject.
6726         Fixes #351308.
6727
6728         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6729         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6730         Document GstNetBuffer.
6731
6732 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6735         (audioconvert_suite):
6736           Add testcase for caps-size-explosion
6737
6738 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6739
6740         * gst/audioconvert/gstaudioconvert.c:
6741         (gst_audio_convert_get_unit_size), (set_structure_widths):
6742           Lower debug, use g_assert in _get_unit_size
6743
6744         * gst/audioresample/gstaudioresample.c:
6745         (audioresample_get_unit_size):
6746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6747         (gst_ffmpegcsp_get_unit_size):
6748         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6749           use g_assert in _get_unit_size
6750
6751 2006-08-18  Wim Taymans  <wim@fluendo.com>
6752
6753         * docs/libs/gst-plugins-base-libs-sections.txt:
6754         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6755         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6756         (gst_rtp_buffer_get_payload_buffer):
6757         * gst-libs/gst/rtp/gstrtpbuffer.h:
6758         Document GstRTPBuffer.
6759         Added function to efficiently strip payload headers.
6760         API: gst_rtp_buffer_get_payload_subbuffer()
6761
6762 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6763
6764         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6765         (gst_tag_to_vorbis_comments):
6766           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6767           tags and deserialise them properly as well (#347091).
6768           Add some more gtk-doc blurbs and also some g_return_if_fail().
6769
6770         * tests/check/libs/tag.c: (GST_START_TEST),
6771         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6772           More tests.
6773
6774 2006-08-17  Wim Taymans  <wim@fluendo.com>
6775
6776         * ext/ogg/Makefile.am:
6777         * ext/ogg/gstogg.c: (plugin_init):
6778         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6779         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6780         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6781         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6782         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6783         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6784         Added ogg-in-avi parser element. Fixes #140139.
6785
6786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6787         Fixed a bug in oggdemux debug code.
6788
6789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6790         (gst_riff_create_audio_template_caps):
6791         Recognise Ogg in the AVI extensible wave format.
6792
6793 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6796           Make buffer durations add up (duration should be next_ts-ts for
6797           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6798           from CVS.
6799
6800         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6801         (test_buffer_timestamps), (cddabasesrc_suite):
6802           Add unit test for the above.
6803
6804         * tests/check/Makefile.am:
6805           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6806           to see what happens.
6807
6808 2006-08-16  Wim Taymans  <wim@fluendo.com>
6809
6810         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6811         (gst_alsasink_open):
6812         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6813         (gst_alsasrc_open):
6814         Avoid setting and using a NULL device name.
6815         Print more info when we fail to open a device.
6816
6817 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * docs/libs/gst-plugins-base-libs-sections.txt:
6820         * gst-libs/gst/tag/tag.h:
6821         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6822           API: add gst_tag_parse_extended_comment() (#351426).
6823
6824         * tests/check/Makefile.am:
6825         * tests/check/libs/.cvsignore:
6826         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6827           Add unit test for gst_tag_parse_extended_comment().
6828
6829 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6833           Fix leak (#351502).
6834
6835 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6839         * docs/plugins/gst-plugins-base-plugins.args:
6840         * gst/playback/gstplaybin.c:
6841           Document playbin.
6842           
6843         * docs/plugins/inspect/plugin-adder.xml:
6844         * docs/plugins/inspect/plugin-alsa.xml:
6845         * docs/plugins/inspect/plugin-audioconvert.xml:
6846         * docs/plugins/inspect/plugin-audiorate.xml:
6847         * docs/plugins/inspect/plugin-audioresample.xml:
6848         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6849         * docs/plugins/inspect/plugin-cdparanoia.xml:
6850         * docs/plugins/inspect/plugin-decodebin.xml:
6851         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6852         * docs/plugins/inspect/plugin-gnomevfs.xml:
6853         * docs/plugins/inspect/plugin-ogg.xml:
6854         * docs/plugins/inspect/plugin-pango.xml:
6855         * docs/plugins/inspect/plugin-playbin.xml:
6856         * docs/plugins/inspect/plugin-subparse.xml:
6857         * docs/plugins/inspect/plugin-tcp.xml:
6858         * docs/plugins/inspect/plugin-theora.xml:
6859         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6860         * docs/plugins/inspect/plugin-video4linux.xml:
6861         * docs/plugins/inspect/plugin-videorate.xml:
6862         * docs/plugins/inspect/plugin-videoscale.xml:
6863         * docs/plugins/inspect/plugin-videotestsrc.xml:
6864         * docs/plugins/inspect/plugin-volume.xml:
6865         * docs/plugins/inspect/plugin-vorbis.xml:
6866         * docs/plugins/inspect/plugin-ximagesink.xml:
6867         * docs/plugins/inspect/plugin-xvimagesink.xml:
6868           Update to CVS version.
6869
6870 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6873         (gst_play_bin_set_property), (gst_play_bin_get_property),
6874         (value_list_append_structure_list),
6875         (gst_play_bin_handle_redirect_message),
6876         (gst_play_bin_handle_message):
6877           API: GstPlayBin::connection-speed
6878           Add "connection-speed" property; re-order redirect messages with
6879           multiple redirect locations depending on the minimum bitrate if
6880           that information is available and a connection speed is set
6881           (#350399).
6882
6883 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst/playback/gstplaybin.c:
6886           Update max volume to the same value that the volume element uses.
6887
6888 2006-08-14  Wim Taymans  <wim@fluendo.com>
6889
6890         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6891         Less uglyness..
6892
6893 2006-08-14  Wim Taymans  <wim@fluendo.com>
6894
6895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6896         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6897         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6898         Add some more debug info.
6899         Don't crash when a seek failed.
6900         Actually return the result of the seek instead of TRUE.
6901         Ignore multiple BOS pages with the same serial so that we don't create
6902         the same stream multiple times.
6903         Post an error when we fail to do the initial seek.
6904
6905 2006-08-13  Wim Taymans  <wim@fluendo.com>
6906
6907         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6908         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6909         Small code cleanup.
6910
6911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6912         (gst_alsa_mixer_new):
6913         Remove hack that always set the device to hw:0*.
6914         Properly find the card name for whatever device was configured.
6915         Do some better debugging.
6916         Fixes #350784.
6917
6918         * ext/alsa/gstalsamixerelement.c:
6919         (gst_alsa_mixer_element_set_property),
6920         (gst_alsa_mixer_element_change_state):
6921         Cleanups.
6922         Handle setting of a NULL device name better.
6923
6924 2006-08-11  Wim Taymans  <wim@fluendo.com>
6925
6926         * gst/adder/gstadder.c:
6927         Don't clip float values. Fixes #350900.
6928
6929 2006-08-11  Andy Wingo  <wingo@pobox.com>
6930
6931         * gst/tcp/gsttcp.c: Really fix the build?
6932
6933         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6934         fixes the build.
6935
6936 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6939           Float caps shouldn't have a "signed" field.
6940
6941 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6944           Implement SEEKING query in its most basic form, so that we can
6945           at least check if we're seekable or not (#350655).
6946
6947 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6950           The checks here are not even close to anything that would
6951           justify MAXIMUM probability, lowering to POSSIBLE until someone
6952           fixes the checks (case at hand: quicktime redirection files
6953           might start with 00 00 01 XX and pass the checks here just
6954           fine, see #350399).
6955
6956 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         Patch by: Sjoerd Simons  <sjoerd at luon net>
6959
6960         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6961           Better detection for multipart/x-mixed-replace: accept leading
6962           whitespaces before the boundary marker as well (as our very own
6963           multipartmux used to produce) (#349068).
6964
6965 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         Patch by: Young-Ho Cha  <ganadist at chollian net>
6968
6969         * gst-libs/gst/riff/riff-ids.h:
6970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6971         (gst_riff_create_audio_template_caps):
6972           Detect DTS audio streams (#350157).
6973
6974 2006-08-05  Andy Wingo  <wingo@pobox.com>
6975
6976         * ext/theora/gsttheoraparse.h:
6977         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6978         (theora_parse_dispose, theora_parse_set_property)
6979         (theora_parse_get_property, theora_parse_munge_granulepos)
6980         (theora_parse_push_buffer, theora_parse_change_state):
6981         API: GstTheoraParse::synchronization-points
6982         Add a property 'synchronization-points' to fix badly synchronized oggs.
6983
6984 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * tests/check/Makefile.am:
6987         * tests/check/libs/.cvsignore:
6988         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6989         (fixed_caps_have_channel_positions), (GST_START_TEST),
6990         (audio_suite), (main):
6991           Add a few tests for the channel position stuff in libgstaudio.
6992
6993 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6996         (gst_alsa_detect_channels):
6997         * ext/alsa/gstalsasink.c:
6998           Add support for cards that (only) do more than 8 channels,
6999           like the Delta 44 (#345188).
7000
7001         * gst-libs/gst/audio/multichannel.c:
7002         (gst_audio_check_channel_positions):
7003         * gst-libs/gst/audio/multichannel.h:
7004           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7005           unspecified channel position and cannot be combined with any
7006           of the other audio channel positions; adjust position layout
7007           checks accordingly (#345188).
7008
7009 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7012           Recognise ancient RealAudio files (see #349779).
7013
7014 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         Patch by: Jens Granseuer  <jensgr at gmx net>
7017
7018         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7019           Add typefinder for Interplay's MVE format (#348973).
7020
7021 2006-08-02  Wim Taymans  <wim@fluendo.com>
7022
7023         Patch by: Marcel Moreaux <marcelm at luon dot net>
7024
7025         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7026         (gst_base_rtp_depayload_add_to_queue):
7027         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7028         Handle RTP sequence number rollover.
7029         Disable jitterbuffer by default.
7030
7031 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7032
7033         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7034         (audioresample_set_caps):
7035         Don't leak references to the incoming caps. Clean them up when
7036         stopping.
7037
7038         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7039         (gst_video_scale_finalize):
7040         Don't leak our temporary pixel buffer.
7041
7042         * tests/check/Makefile.am:
7043         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7044         (GST_START_TEST), (simple_launch_lines_suite):
7045
7046         Fix leaks and re-enable the test for valgrind checking.
7047
7048 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Sjoerd Simons  <sjoerd at luon net>
7051
7052         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7053         (plugin_init):
7054           Add typefind function for multipart/x-mixed-replace (#348916).
7055
7056 2006-07-28  Wim Taymans  <wim@fluendo.com>
7057
7058         * gst/adder/gstadder.c: (gst_adder_setcaps),
7059         (gst_adder_query_duration):
7060         Fix leak in duration query.
7061         Reflow some docs and notes.
7062
7063 2006-07-28  Michael Smith  <msmith@fluendo.com>
7064
7065         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7066         (vorbisenc_suite):
7067           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7068           aspect of it.
7069
7070 2006-07-28  Michael Smith  <msmith@fluendo.com>
7071
7072         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7073         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7074         (gst_vorbis_enc_push_buffer),
7075         (gst_vorbis_enc_buffer_check_discontinuous),
7076         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7077         * ext/vorbis/vorbisenc.h:
7078           Handle discontinuities in the input vorbis stream correctly,
7079           so that the output is properly timestamped (and has good granulepos
7080           values). Needs some oggmux fixes too.
7081
7082 2006-07-27  Wim Taymans  <wim@fluendo.com>
7083
7084         patch by: Kai Vehmanen <kv2004 eca cx>
7085
7086         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7087         (gst_base_rtp_depayload_chain),
7088         (gst_base_rtp_depayload_handle_sink_event),
7089         (gst_base_rtp_depayload_change_state):
7090         Don't send multiple newsegments with different formats.
7091         Fixes #348677.
7092
7093 2006-07-26  Wim Taymans  <wim@fluendo.com>
7094
7095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7096         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7097         Make seeking in ogg more accurate again by doing the more correct
7098         granuletime to stream time conversion.
7099
7100 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7101
7102         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7103         (gst_multi_fd_sink_new_client):
7104           debug a little more understandably
7105           do not use goto as a substitute for break, especially if
7106           break is also being used
7107
7108 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7111         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7112           Remove GLib-2.6 compatibility cruft.
7113
7114 2006-07-24  Wim Taymans  <wim@fluendo.com>
7115
7116         * gst-libs/gst/audio/gstbaseaudiosink.c:
7117         (gst_base_audio_sink_render):
7118         Don't try to align a sample to an unknown value.
7119
7120 2006-07-24  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst-libs/gst/audio/gstbaseaudiosink.c:
7123         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7124         When the audio clock is slaved to another clock, never try to align
7125         samples but trust the rate interpolation algorithm.
7126
7127 2006-07-24  Wim Taymans  <wim@fluendo.com>
7128
7129         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7130         Don't try to calculate silence samples, base class does this much
7131         better now.
7132
7133         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7134         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7135         (gst_ring_buffer_acquire):
7136         Calculate silence samples correctly.
7137
7138         * gst-libs/gst/audio/gstringbuffer.h:
7139         Add _CAST macro.
7140
7141 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7144           Limit search for the first markup tag to the first few kB of
7145           the file. If we don't find one there, it's highly unlikely that
7146           this is an XML(-ish) file.
7147
7148 2006-07-21  Andy Wingo  <wingo@pobox.com>
7149
7150         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7151         test to the one in vorbisenc. Also commented out.
7152
7153         * tests/check/pipelines/vorbisenc.c: 
7154         (test_discontinuity): New test, commented out until Mike lands
7155         some elite vorbisenc patches.
7156
7157         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7158         Bufferstraw was actually factored out of these tests. Now we share
7159         code yay.
7160
7161         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7162         for bufferstraw addition to gstcheck.
7163
7164 2006-07-21  Wim Taymans  <wim@fluendo.com>
7165
7166         * ext/theora/theoradec.c: (clip_buffer):
7167         Better clipping.
7168
7169 2006-07-21  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7172         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7173         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7174         Fix leak.
7175         Avoid type casting when we can.
7176
7177         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7178         Fix mem leak.
7179
7180 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * ext/alsa/gstalsamixerelement.c:
7183         (gst_alsa_mixer_element_change_state):
7184           Make state change fail if the specified device can't be opened
7185           for some reason.
7186
7187 2006-07-20  Wim Taymans  <wim@fluendo.com>
7188
7189         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7190         (cb_newpad), (main):
7191         Example of a small audio/video player using decodebin.
7192
7193 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7194
7195         * gst-libs/gst/riff/riff-ids.h:
7196           Add 'fact' chunk id
7197
7198 2006-07-19  Wim Taymans  <wim@fluendo.com>
7199
7200         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7201         (gst_base_rtp_depayload_chain),
7202         (gst_base_rtp_depayload_change_state):
7203         Don't assert when not negotiated but post a meaningfull 
7204         error message. Fixes #347918.
7205
7206         * gst-libs/gst/rtp/gstbasertppayload.c:
7207         Add comment about better default MTU size.
7208
7209         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7210         Small cleanups, start docs.
7211
7212 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         Patch by: Martin Szulecki
7215
7216         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7217           If "device-name" is requested and the device is not
7218           open, try to temporarily open it to obtain this
7219           information (#342494).
7220
7221 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         * gst-libs/gst/tag/gstid3tag.c:
7224           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7225
7226         * gst-libs/gst/tag/gsttageditingprivate.h:
7227         * gst-libs/gst/tag/gstvorbistag.c:
7228           Some more random const-ifications.
7229
7230 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * gst-libs/gst/riff/riff-ids.h:
7233         * gst-libs/gst/riff/riff-media.c:
7234         (gst_riff_create_video_template_caps):
7235           Add more FOURCCs (sort list to make stuff easier to find),
7236           add comment what those 16 bytes in struct _gst_riff_strh according to
7237           one avi-dumper are
7238
7239 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7240
7241         * gst-libs/gst/audio/multichannel.c:
7242         (gst_audio_check_channel_positions),
7243         (gst_audio_fixate_channel_positions):
7244           Const-ify two arrays.
7245
7246 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7249           Fix typo, so that alsasink also advertises 8 channels
7250           if that's supported (tags: can, worms, open, alsa, ph34r).
7251
7252 2006-07-17  Wim Taymans  <wim@fluendo.com>
7253
7254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7255         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7256         *sigh*, when is the compiler going to warn when the comments
7257         are out-of-sync with the code.. Refix case of busted theora
7258         headers with 0 granule pos.
7259
7260 2006-07-14  Wim Taymans  <wim@fluendo.com>
7261
7262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7263         (gst_base_rtp_depayload_wait),
7264         (gst_base_rtp_depayload_change_state),
7265         (gst_base_rtp_depayload_set_property),
7266         (gst_base_rtp_depayload_get_property):
7267         Fix 99% cpu load by waiting for absolute times on the
7268         clock. Fixes #347300.
7269
7270 2006-07-14  Andy Wingo  <wingo@pobox.com>
7271
7272         * ext/theora/gsttheoraparse.h: 
7273         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7274         (theora_parse_push_headers, theora_parse_clear_queue)
7275         (theora_parse_drain_queue_prematurely, )
7276         (theora_parse_sink_event, theora_parse_change_state): Queue events
7277         until we initialized our state, like in vorbisparse.
7278
7279         * ext/vorbis/vorbisparse.h: 
7280         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7281         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7282         (vorbis_parse_drain_queue_prematurely, )
7283         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7284         until we have initialized our state. Fixes seeking after an
7285         initial pad block.
7286
7287 2006-07-14  Andy Wingo  <wingo@pobox.com>
7288
7289         Patch by: Iain Holmes <iaingnome@gmail.com>
7290         
7291         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7292
7293 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7294
7295         * configure.ac:
7296         Bump nano back to CVS
7297
7298 === release 0.10.9 ===
7299
7300 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7301
7302         * configure.ac:
7303           releasing 0.10.9, "I walk the line"
7304
7305 2006-07-14  Michael Smith  <msmith@fluendo.com>
7306
7307         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7308           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7309           (commonly happens when running this test under valgrind) when trying
7310           to remove the buffer probe.
7311
7312 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7313
7314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7315         Fix missing g_unlock from the previous commit
7316
7317 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7318
7319         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7320         (gst_ximagesink_change_state):
7321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7322         (gst_xvimagesink_change_state):
7323         Implement a locking order to ensure we always take the object lock
7324         before the x_lock and never vice-versa.
7325
7326 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7327
7328         * gst/playback/gstdecodebin.c: (find_compatibles):
7329         Fix a caps leak when linking (#347304)
7330
7331         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7332         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7333         (gst_ximagesink_change_state):
7334         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7335         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7336         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7337         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7338         Don't leak shared memory resources. Use the object lock to protect
7339         against the xcontext disappearing while returning a buffer from the
7340         pipeline. (#347304)
7341
7342 2006-07-12  Edward Hervey  <edward@fluendo.com>
7343
7344         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7345         (vorbis_handle_comment_packet):
7346         gst_tag_list_merge() returns a new object. Take that into account when
7347         using it. This avoids memleak.
7348         Revert previous commit which is not needed.
7349
7350 2006-07-12  Edward Hervey  <edward@fluendo.com>
7351
7352         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7353         Reset the decoder in finalize so that all fields get cleared.
7354
7355 2006-07-12  Wim Taymans  <wim@fluendo.com>
7356
7357         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7358         (gst_base_audio_src_set_clock),
7359         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7360         Don't try to post an error message when setting the clock fails
7361         as this can happen when adding an element to a bin which will then
7362         deadlock. Fixes #347296.
7363
7364 2006-07-12  Edward Hervey  <edward@fluendo.com>
7365
7366         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7367         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7368         (vorbis_handle_type_packet):
7369         Post tag messages on the bus even if we're not initialized.
7370         If we're not initialized, we still postpone the event pushing of tags.
7371
7372 2006-07-12  Wim Taymans  <wim@fluendo.com>
7373
7374         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7375         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7376         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7377         Revert last two changes that broke the freeze.
7378
7379 2006-07-12  Wim Taymans  <wim@fluendo.com>
7380
7381         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7382         basesink calculates silence sample correctly for us.
7383
7384 2006-07-12  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7387         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7388         Calculate correct silence samples so we don't fill our ringbuffer
7389         with noise.
7390
7391 2006-07-12  Edward Hervey  <edward@fluendo.com>
7392
7393         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7394         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7395         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7396         * ext/vorbis/vorbisdec.h:
7397         Delay sending events (newsegment, tags) until the decoder is properly
7398         initialized.
7399         Fixes #347295
7400
7401 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7402
7403         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7404         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7405           Patch from #347221 adding a test for audioconvert
7406           channel remappings.
7407
7408 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7409
7410         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7411         (gst_ssa_parse_parse_line):
7412           Don't include the terminating NUL in the buffer size,
7413           it's only there for extra paranoia (would add random
7414           '*' characters at the end of each subtitle since the
7415           terminator itself is not valid UTF-8 technically).
7416           Also fix indenting after boilerplate macro.
7417
7418 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7419
7420         * gst/playback/gstdecodebin.c: (close_pad_link):
7421           Also emit 'unknown-type' signal (which should really be
7422           called unhandled-type) if we found potential decoders/demuxers
7423           in the registry but none of them worked in the end (as in the
7424           case where the plugins don't exist any longer but are still
7425           listed in the registry). Fixes #329798.
7426
7427 2006-07-08  Andy Wingo  <wingo@pobox.com>
7428
7429         * theoraparse.c (theora_parse_push_buffer)
7430         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7431         Add some more debugging. Fix granulepos reconstruction in the face
7432         of discontinuities.
7433
7434 2006-07-06  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst-libs/gst/audio/gstbaseaudiosink.c:
7437         (gst_base_audio_sink_class_init),
7438         (gst_base_audio_sink_provide_clock):
7439         Use gobject_class instead of G_OBJECT_CLASS (klass)
7440
7441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7442         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7443         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7444         (gst_base_audio_src_get_time),
7445         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7446         (gst_base_audio_src_create_ringbuffer):
7447         Fix latency and buffer-time constants and properties ala basesink.
7448         Implement pull based scheduling. Fixes #346527.
7449         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7450         one segment.
7451         Refuse slaving to another clock instead of silently not working.
7452         Only provide a clock when we are actually able to do so.
7453         Various small cleanups and compiler hints.
7454
7455 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         Patch by: Lutz Mueller <lutz at topfrose de>
7458
7459         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7460         (plugin_init):
7461           Add typefinding for text/html (#346581).
7462
7463 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7466         (xml_check_first_element), (xml_type_find), (smil_type_find):
7467           Fix SMIL typefinding, make xml_check_first_element() more
7468           useful.
7469
7470 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7473         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7474         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7475         * gst/playback/gstplaybasebin.h:
7476           Protect list of elements with a subtitle-encoding property and
7477           the subtitle encoding member itself with a lock of their own
7478           instead of using the object lock. This prevents a dead-lock in
7479           the element-remove callback in some circumstances when shutting
7480           down playbin.
7481
7482 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7483
7484         * win32/common/libgsttag.def:
7485         Export some new functions.
7486         * win32/vs6/libgstogg.dsp:
7487         Add a link to libgsttag-0.10.lib.
7488
7489 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7492           Some const-ification.
7493
7494 2006-07-04  Wim Taymans  <wim@fluendo.com>
7495
7496         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7497         Improve checking if we are dealing with a stream. Added some
7498         more uris that need buffering.
7499
7500 2006-07-03  Edward Hervey  <edward@fluendo.com>
7501
7502         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7503         Remove unused variable.
7504
7505 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7506
7507         * Makefile.am:
7508           include lcov.mak
7509         * configure.ac:
7510           add GCOV_LIBS to GST_LIBS
7511
7512 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7513
7514         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7515
7516         * ext/alsa/gstalsasrc.c:
7517           Add 32 bps to template caps and increase channels range
7518           from [1,2] to [1,MAX]. See #346326.
7519
7520 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7523           Recognise 'WMVA' video codec fourcc (#345879).
7524           
7525 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7526          
7527         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7528           Fixed nasty memory leak
7529
7530 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7531
7532         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7533         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7534           fix logging
7535
7536 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7537
7538         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7539         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7540         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7541         Protect remove_fakesink using a mutex, so that we don't try and
7542         remove the fakesink simultaneously from multiple threads.
7543
7544         When going from READY to PAUSED, restore the fakesink, so that
7545         it is there when decodebin gets reused.
7546
7547 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7551         * gst-libs/gst/rtp/gstbasertppayload.c:
7552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7553         * gst/tcp/gstmultifdsink.c:
7554         * gst/tcp/gsttcpclientsink.c:
7555         * gst/tcp/gsttcpclientsrc.c:
7556         * gst/tcp/gsttcpserversink.c:
7557         * gst/tcp/gsttcpserversrc.c:
7558         * gst/videorate/gstvideorate.c:
7559         * gst/videotestsrc/gstvideotestsrc.c:
7560         * sys/v4l/gstv4ljpegsrc.c:
7561         * sys/v4l/gstv4lmjpegsink.c:
7562         * sys/v4l/gstv4lsrc.c:
7563         * tests/examples/seek/scrubby.c:
7564         * tests/examples/seek/seek.c:
7565           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7566
7567 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7570           Second field in GEnumValue shouldn't be a description,
7571           but a stringified version of the enum value.
7572
7573 2006-06-22  Wim Taymans  <wim@fluendo.com>
7574
7575         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7576         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7577         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7578         Avoid type checking in buffer casts.
7579         Avoid caps copy in buffer_alloc when we can.
7580         Use pad_peer_accept.
7581
7582 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst-libs/gst/tag/tag.h:
7585           Oops, make that 'Since: 0.10.9'.
7586
7587 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * docs/libs/gst-plugins-base-libs-sections.txt:
7590         * gst-libs/gst/tag/tag.h:
7591         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7592         (gst_tag_image_type_get_type):
7593           API: add GstTagImageType enum to describe images contained
7594           in image tags (#345641).
7595
7596 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7599           Fix warnings with gst-inspect: "buffers-min" property
7600           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7601           typo in property description.
7602
7603 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         Patch by: Cody Russell <bratsche at gnome org>
7606
7607         * gst/audioresample/gstaudioresample.c:
7608         (gst_audioresample_class_init):
7609         * gst/playback/gststreamselector.c:
7610         (gst_stream_selector_class_init):
7611         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7612         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7613         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7614         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7615         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7616         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7617         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7618         * gst/videotestsrc/gstvideotestsrc.c:
7619         (gst_video_test_src_class_init):
7620         * gst/volume/gstvolume.c: (gst_volume_class_init):
7621           Avoid unnecessary class cast check in class_init
7622           functions (#337747).
7623
7624 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7627         (gst_text_overlay_video_chain):
7628           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7629           and doesn't validate its input either (and neither did
7630           textoverlay it seems). Let's do that then and fix #345206.
7631
7632 2006-06-19  Wim Taymans  <wim@fluendo.com>
7633
7634         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7635         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7636         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7637         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7638         (find_syncframe), (find_limits), (assign_value),
7639         (count_burst_unit), (gst_multi_fd_sink_new_client),
7640         (gst_multi_fd_sink_handle_client_write),
7641         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7642         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7643         (gst_multi_fd_sink_change_state):
7644         * gst/tcp/gstmultifdsink.h:
7645         Added shiny new burst-on-connect methods.
7646         Add properties to control the minimal amount of data queued.
7647         Small cleanups.
7648         API: bytes-min property
7649         API: time-min property
7650         API: buffers-min property
7651         API: burst-unit property
7652         API: burst-value property
7653         API: add-full signal
7654
7655         * gst/tcp/gsttcp-marshal.list:
7656         Added new marshaller code for the new signal.
7657
7658         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7659         (multifdsink_suite):
7660         Added testcases for new burst methods.
7661
7662 2006-06-19  Edward Hervey  <edward@fluendo.com>
7663
7664         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7665         Implement clipping for accurate seeking.
7666         Closes #345225
7667
7668 2006-06-19  Wim Taymans  <wim@fluendo.com>
7669
7670         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7671
7672         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7673         (gst_video_scale_transform):
7674         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7675
7676 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         * configure.ac:
7679           Fix --disable-external (can't set conditionals conditionally,
7680           #343602).
7681
7682 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7683
7684         * tests/check/elements/audioresample.c: (test_reuse),
7685         (audioresample_suite):
7686           Add test case for bug #342789 fixed below.
7687
7688 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * gst/audioresample/gstaudioresample.c:
7691         (gst_audioresample_class_init), (gst_audioresample_init),
7692         (audioresample_start), (audioresample_stop),
7693         (gst_audioresample_set_property), (gst_audioresample_get_property):
7694           Implement GstBaseTransform::start and ::stop so that audioresample
7695           can clear its internal state properly and be reused instead of
7696           causing non-negotiated errors with playbin under some circumstances
7697           (#342789).
7698
7699         * tests/check/elements/audioresample.c: (setup_audioresample),
7700         (cleanup_audioresample):
7701           Need to set element state here so that ::start and ::stop are
7702           called.
7703
7704 2006-06-16  Wim Taymans  <wim@fluendo.com>
7705
7706         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7707
7708         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7709         Parse extra data better, apparently it's right behind
7710         the normal strf header size. Fixes #343500.
7711
7712 2006-06-16  Wim Taymans  <wim@fluendo.com>
7713
7714         * ext/alsa/gstalsasink.c: (set_hwparams):
7715         If we fail to set the buffer_time and period_time alsa
7716         parameters, post a warning and leave alsa select a 
7717         default instead of failing. Fixes #342085
7718
7719 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7720
7721         * docs/libs/gst-plugins-base-libs-sections.txt:
7722         * gst-libs/gst/cdda/gstcddabasesrc.h:
7723           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7724           out in the header file and shouldn't be listed in the docs.
7725
7726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7727           Must dereference pointer to fourcc in the debug statement.
7728
7729 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7730
7731         * docs/libs/Makefile.am:
7732         * docs/libs/gst-plugins-base-libs-docs.sgml:
7733         * docs/libs/gst-plugins-base-libs-sections.txt:
7734         * docs/libs/gst-plugins-base-libs.types:
7735         add remaining symbols into correct setions
7736         
7737         * gst-libs/gst/audio/gstringbuffer.c:
7738         fix incomplete docs
7739         
7740         * gst-libs/gst/audio/gstringbuffer.h:
7741         comment out not yet implemented function
7742         
7743         
7744         * gst-libs/gst/floatcast/floatcast.h:
7745         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7746         add short descriptions
7747         
7748         
7749         * gst-libs/gst/interfaces/propertyprobe.c:
7750         fix return value docs   
7751         
7752         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7753         simplify debug logging
7754         
7755         * gst-libs/gst/riff/riff-read.h:
7756         sync function prototype and docs
7757         
7758         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7759         remove left over symbol
7760
7761 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * autogen.sh:
7764         * configure.ac:
7765         * docs/Makefile.am:
7766           Use GST_PLUGIN_DOCS macro in configure.ac, add
7767           --enable-plugin-docs default to autogen.sh and use
7768           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7769
7770 2006-06-15  Wim Taymans  <wim@fluendo.com>
7771
7772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7773         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7774         (gst_ogg_demux_loop):
7775         Combine GstFlowReturn from the source pads to give a
7776         meaningfull result to the upstream peer or to stop the
7777         processing task in case of errors.
7778
7779 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * gst/playback/gststreaminfo.c: (cb_probe):
7782           Try GST_TAG_CODEC as fallback when extracting the
7783           codec name; more debug info.
7784
7785 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * ext/ogg/Makefile.am:
7788         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7789           Extract language tags from ogm subtitle streams, so that
7790           the subtitle menu choices are labelled correctly in
7791           Totem (fixes #344708).
7792
7793 2006-06-14  Wim Taymans  <wim@fluendo.com>
7794
7795         Patch by: Alessandro Decina <alessandro at nnva dot org>
7796
7797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7798         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7799         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7800         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7801         Fix various leaks. Fixes #343699.
7802         Add x-smoke mime type.
7803
7804 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * gst-libs/gst/riff/riff-ids.h:
7807           Add IDs for 'bext' chunks (see #343837).
7808
7809 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7810
7811         Patch by: Young-Ho Cha  <ganadist at chollian net>
7812
7813         * gst/subparse/samiparse.c: (sami_context_pop_state),
7814         (handle_start_font), (end_sami_element):
7815           Honour font face tags in SAMI subtitles (#344503).
7816
7817 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7818
7819         * po/POTFILES.in:
7820           add missing files containing translatable strings
7821
7822 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7823
7824         * docs/libs/tmpl/.cvsignore:
7825           we don't want those *.sgml files in CVS either
7826
7827 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7828
7829         * docs/libs/.cvsignore:
7830         * tests/check/elements/.cvsignore:
7831         * tests/check/libs/.cvsignore:
7832           ignore more
7833
7834 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7835
7836         * docs/libs/Makefile.am:
7837           also commiting the changed Makefile.am (added more libs to the
7838           doc-build)
7839
7840 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7841
7842         * docs/libs/gst-plugins-base-libs-docs.sgml:
7843         * docs/libs/gst-plugins-base-libs-sections.txt:
7844         * docs/libs/gst-plugins-base-libs.types:
7845           first batch of reordering things, add index & hierarchy
7846
7847 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7848
7849         * configure.ac:
7850           use GST_PKG_CHECK_MODULES, cleans up output
7851
7852 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7855           Add support for burn:// URIs (#343385); const-ify things a bit,
7856           use G_N_ELEMENTS instead of hard-coded array size.
7857
7858 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         Patch by: Young-Ho Cha  <ganadist at chollian net>
7861
7862         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7863           Fix up broken entities before passing them to libxml *sigh*.
7864           (#343303).
7865           
7866 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7867
7868         * configure.ac:
7869           back to TRUNK
7870
7871 === release 0.10.8 ===
7872
7873 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7874
7875         * configure.ac:
7876           releasing 0.10.8, "Moar gij ziet mij nie"
7877
7878 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         * configure.ac:
7881         * po/af.po:
7882         * po/az.po:
7883         * po/cs.po:
7884         * po/en_GB.po:
7885         * po/hu.po:
7886         * po/it.po:
7887         * po/nb.po:
7888         * po/nl.po:
7889         * po/or.po:
7890         * po/sq.po:
7891         * po/sr.po:
7892         * po/sv.po:
7893         * po/uk.po:
7894         * po/vi.po:
7895         * win32/common/config.h:
7896           0.10.7.2 prerelease
7897
7898 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7899
7900         * docs/libs/tmpl/gstaudio.sgml:
7901         * docs/libs/tmpl/gstcolorbalance.sgml:
7902         * docs/libs/tmpl/gstmixer.sgml:
7903         * docs/libs/tmpl/gstringbuffer.sgml:
7904         * docs/libs/tmpl/gsttuner.sgml:
7905         * docs/libs/tmpl/gstxoverlay.sgml:
7906         * gst-libs/gst/audio/audio.c:
7907         * gst-libs/gst/audio/gstringbuffer.c:
7908         * gst-libs/gst/interfaces/colorbalance.c:
7909         * gst-libs/gst/interfaces/mixer.c:
7910         * gst-libs/gst/interfaces/tuner.c:
7911         * gst-libs/gst/interfaces/xoverlay.c:
7912           move last template doc snippets to source code and delete them
7913
7914 2006-06-06  Michael Smith  <msmith@fluendo.com>
7915
7916         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7917         (theora_parse_drain_queue):
7918           Mark DELTA_UNIT on non-keyframes.
7919
7920 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * gst-libs/gst/audio/gstbaseaudiosink.c:
7923         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7924         * gst-libs/gst/audio/gstbaseaudiosink.h:
7925         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7926         (gst_ring_buffer_samples_done):
7927         * gst-libs/gst/audio/gstringbuffer.h:
7928         Document better the fact that latency_time and buffer_time are values
7929         stored in microseconds, and not the usual GStreamer nanoseconds.
7930         Change the variables (compatibly) that store them from GstClockTime 
7931         to guint64 to make it more clear that they're not storing clock times.
7932         Also, remove the bogus property description that says the user can
7933         specify -1 to get the default value, since that's never been the case.
7934
7935         When computing the default segment size for the ring buffer, make it
7936         an integer number of samples.
7937
7938         When the sub-class indicates a delay greater than the number of
7939         samples we've written return 0 from the audio sink get_time method.
7940
7941 2006-06-02  Michael Smith  <msmith@fluendo.com>
7942
7943         * tests/check/elements/audioconvert.c: (set_channel_positions),
7944         (get_float_mc_caps), (get_int_mc_caps):
7945         * tests/check/elements/audioresample.c:
7946         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7947         * tests/check/elements/videorate.c:
7948         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7949         * tests/check/elements/volume.c:
7950         * tests/check/elements/vorbisdec.c:
7951         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7952           Don't busy-wait in tests; this was causing test timeouts very
7953           frequently when running under valgrind.
7954
7955 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7956
7957         * gst/tcp/README:
7958         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7959         (gst_multi_fd_sink_remove_client_link),
7960         (gst_multi_fd_sink_client_queue_caps),
7961         (gst_multi_fd_sink_client_queue_buffer),
7962         (gst_multi_fd_sink_handle_client_write),
7963         (gst_multi_fd_sink_render):
7964         * gst/tcp/gstmultifdsink.h:
7965           make multifdsink properly deal with streamheader:
7966           - streamheader is taken from caps
7967           - buffers marked with IN_CAPS are not sent
7968           - streamheaders are sent, on connection, from the caps of the
7969             buffer where the client gets positioned to
7970           - further streamheader changes are done every time the client
7971             will receive a buffer with different caps
7972         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7973         (gst_multifdsink_create_streamheader):
7974           add tests for this
7975
7976 2006-06-02  Michael Smith  <msmith@fluendo.com>
7977
7978         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7979           Reinstate limit on channel count. Vorbis does not define the meaning
7980           of > 6 channels, so they're just independent channels. Gstreamer
7981           currently has no mechanism to represent N independent channels.
7982
7983 2006-06-02  Michael Smith  <msmith@fluendo.com>
7984
7985         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7986           Don't arbitrarily restrict channel counts and rate in vorbis.
7987           In terms of effects likely on real-world files, this fixes 96kHz
7988           playback of vorbis.
7989
7990 2006-06-02  Michael Smith  <msmith@fluendo.com>
7991
7992         * gst/audioconvert/audioconvert.c: (float):
7993           More correct float->int conversion.
7994
7995 2006-06-02  Michael Smith  <msmith@fluendo.com>
7996
7997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7998           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7999           value. Fixes g-critical on trying to play back ogg containing
8000           unknown codec.
8001
8002 2006-06-02  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8005         (setup_source):
8006         * gst/playback/gstplaybasebin.h:
8007         Make the subtitle detection work from any thread so we don't
8008         deadlock. Fixes #343397.
8009
8010 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8011
8012         * gst/volume/Makefile.am:
8013           Seriously, it's not *that* hard to get compilation right.  Even
8014           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8015
8016 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8017
8018         * gst/volume/gstvolume.c: (volume_choose_func),
8019         (volume_update_real_volume), (gst_volume_class_init),
8020         (gst_volume_init), (volume_process_float), (volume_process_int16),
8021         (volume_process_int16_clamp), (volume_set_caps),
8022         (volume_transform_ip), (plugin_init):
8023         * gst/volume/gstvolume.h:
8024         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8025         another property desc., remove unused param from process function
8026         
8027         * tests/check/elements/volume.c: (volume_suite):
8028         reactivate the passthrough test
8029
8030 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8031
8032         * ext/alsa/gstalsamixerelement.h:
8033         * ext/alsa/gstalsamixeroptions.h:
8034         * ext/alsa/gstalsamixertrack.h:
8035         * ext/gnomevfs/gstgnomevfssink.h:
8036         * ext/gnomevfs/gstgnomevfssrc.h:
8037         * ext/theora/gsttheoradec.h:
8038         * ext/theora/gsttheoraenc.h:
8039         * ext/theora/gsttheoraparse.h:
8040         * ext/vorbis/vorbisparse.h:
8041         * gst-libs/gst/audio/gstaudioclock.h:
8042         * gst-libs/gst/audio/gstaudiofilter.h:
8043         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8044         * gst/audioconvert/gstaudioconvert.h:
8045         * gst/audioresample/gstaudioresample.h:
8046         * gst/audiotestsrc/gstaudiotestsrc.h:
8047         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8048         * gst/playback/gststreamselector.h:
8049         * gst/tcp/gstmultifdsink.h:
8050         * gst/tcp/gsttcpclientsink.h:
8051         * gst/tcp/gsttcpclientsrc.h:
8052         * gst/tcp/gsttcpserversink.h:
8053         * gst/tcp/gsttcpserversrc.h:
8054         * gst/videorate/gstvideorate.h:
8055         * gst/videoscale/gstvideoscale.h:
8056         * gst/videotestsrc/gstvideotestsrc.h:
8057         * gst/volume/gstvolume.h:
8058         * sys/v4l/gstv4ljpegsrc.h:
8059         * sys/v4l/gstv4lmjpegsink.h:
8060         * sys/v4l/gstv4lmjpegsrc.h:
8061         * sys/v4l/gstv4lsrc.h:
8062         * sys/ximage/ximagesink.h:
8063         * sys/xvimage/xvimagesink.h:
8064         * tests/old/testsuite/alsa/sinesrc.h:
8065         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8066
8067 2006-05-31  Wim Taymans  <wim@fluendo.com>
8068
8069         * ext/libvisual/visual.c: (gst_visual_reset),
8070         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8071         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8072         Handle DISCONT.
8073         Use running time before doing QoS.
8074         Handle mono too.
8075
8076 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8077
8078         * docs/libs/Makefile.am:
8079           set a magic variable to indicate we know the docs are incomplete
8080
8081 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8082
8083         * win32/common/libgstvideo.def:
8084           export gst_video_calculate_display_ratio
8085         * win32/vs6/libgstvideoscale.dsp:
8086           add link to libgstvideo-0.10.lib
8087
8088 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * gst/playback/gstplaybasebin.c: (gen_source_element):
8091           Throw a more comprehensible error for rtsp:// URIs (rather
8092           than erroring out with a negotiation error later on) until
8093           we fix playbin to handle rtspsrc etc.
8094
8095 2006-05-30  Wim Taymans  <wim@fluendo.com>
8096
8097         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8098         (gst_text_overlay_text_event):
8099         Added some FIXMEs.
8100
8101 2006-05-30  Wim Taymans  <wim@fluendo.com>
8102
8103         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8104         (gst_adder_request_new_pad), (gst_adder_release_pad):
8105         * gst/adder/gstadder.h:
8106         Implement release_request_pad.
8107         Make padcounter atomic.
8108
8109         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8110         Added check for release_pad in adder.
8111
8112 2006-05-30  Wim Taymans  <wim@fluendo.com>
8113
8114         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8115         Fix build again.
8116
8117 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8118
8119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8120         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8121         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8122         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8123         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8124         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8125         (gst_ogg_demux_bisect_forward_serialno),
8126         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8127         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8128           add more debugging
8129           clean up printf formats for granulepos and serialno
8130
8131 2006-05-30  Michael Smith  <msmith@fluendo.com>
8132
8133         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8134         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8135         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8136         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8137         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8138         * ext/vorbis/vorbisenc.h:
8139           Multi-channel caps negotiation, so we can do proper multichannel
8140           vorbis encoding, negotiated through audioconvert.
8141
8142 2006-05-30  Wim Taymans  <wim@fluendo.com>
8143
8144         * tests/check/elements/adder.c: (test_event_message_received),
8145         (test_play_twice_message_received), (GST_START_TEST),
8146         (adder_suite):
8147         Added check to show that #339935 is fixed with ongoing
8148         adder and collectpads fixes.
8149
8150 2006-05-29  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8153         Don't leak pad name.
8154
8155 2006-05-29  Wim Taymans  <wim@fluendo.com>
8156
8157         * gst/adder/gstadder.c: (gst_adder_query_duration),
8158         (forward_event_func), (forward_event), (gst_adder_src_event):
8159         Fix adder seeking.
8160         Make query/seeking code threadsafe.
8161
8162         * tests/check/Makefile.am:
8163         * tests/check/elements/adder.c: (test_event_message_received),
8164         (GST_START_TEST), (test_play_twice_message_received):
8165         Fix adder test case.
8166
8167 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8168
8169         Patch by: Young-Ho Cha  <ganadist at chollian net>
8170
8171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8172         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8173         (set_encoding_element), (decodebin_element_added_cb),
8174         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8175         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8176         * gst/playback/gstplaybasebin.h:
8177           Add 'subtitle-encoding' property to playbin, so applications can
8178           force a subtitle encoding for non-UTF8 subtitles (#342268).
8179
8180         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8181         (gst_sub_parse_set_property):
8182           Rename recently-added 'encoding' property to 'subtitle-encoding'
8183           (so it can be proxied by playbin/decodebin in a generic way
8184           with less danger of false positives).
8185
8186 2006-05-29  Michael Smith  <msmith@fluendo.com>
8187
8188         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8189         (append_with_other_format), (set_structure_widths),
8190         (gst_audio_convert_transform_caps):
8191           Patch from #341562: give more specific audio caps in get_caps, so
8192           that basetransform  can make better decisions on what caps to
8193           negotiate.
8194
8195 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8196
8197         * tests/check/elements/volume.c:
8198         make it compile again
8199
8200 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * tests/check/elements/volume.c: (volume_suite):
8203         disable test until #343196 gets resolved
8204
8205 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8206
8207         * gst/adder/gstadder.c: (gst_adder_get_type):
8208         Make it easier to copy&paste
8209         
8210         * gst/volume/Makefile.am:
8211         * gst/volume/gstvolume.c: (volume_update_real_volume),
8212         (gst_volume_set_volume), (gst_volume_set_mute),
8213         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8214         (volume_transform_ip), (volume_update_mute),
8215         (volume_update_volume):
8216         * gst/volume/gstvolume.h:
8217         Add own debug category, move duplicate code to helper function, fix
8218         property texts, add more comments and prepare ffor liboil-goodness
8219         
8220         * tests/check/Makefile.am:
8221         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8222         add test for mute and passtrough case, be a bit more verbose to track
8223         failure
8224         
8225         * tests/check/generic/states.c: (GST_START_TEST):
8226         catch elements that fail to instantiate
8227
8228 2006-05-28  Edward Hervey  <edward@fluendo.com>
8229
8230         * tests/check/pipelines/simple-launch-lines.c:
8231         * tests/check/pipelines/theoraenc.c:
8232         * tests/check/pipelines/vorbisenc.c:
8233         Comment out tests using parse_launch() if core was built without
8234         parsing capabilities.
8235
8236 2006-05-27  Edward Hervey  <edward@fluendo.com>
8237
8238         * tests/check/Makefile.am:
8239         Extra bonus points for whoever explains to ensonic that you are meant
8240         to test unit tests thoroughly before commiting them, especially if
8241         you know it's going to break.
8242         De-activated element/adder tests.
8243
8244 2006-05-27  Edward Hervey  <edward@fluendo.com>
8245
8246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8247         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8248         Marking caps conversion issues as GST_WARNING is way too verbose,
8249         Moving them to GST_LOG.
8250
8251 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8252
8253         * README:
8254           Replace current README (containing the release notes from
8255           some 0.9.x version) with a proper README taken from the core.
8256
8257 2006-05-26  Wim Taymans  <wim@fluendo.com>
8258
8259         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8260         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8261         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8262         (vorbis_dec_change_state):
8263         Small cleanups.
8264         Add some FIXMEs
8265         Clip output samples to segment boundaries.
8266
8267 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8268
8269         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8270         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8271         Improve the errors produced on bad output, including some human
8272         readable description strings.
8273         Handle the (theoretical for ximagesink) case where the XServer 
8274         has a different idea about the size required for a particular 
8275         frame and gives us too small a memory allocation.
8276
8277 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8278
8279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8280         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8281         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8282         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8283         Improve the errors produced on bad output, including some human 
8284         readable description strings.
8285         Handle RGB Xv formats properly by transforming them into our 
8286         big-endian caps description.
8287         Use gst_caps_truncate to ensure that we never try and choose a
8288         non-fixed caps in buffer_alloc.
8289         Handle the case where the XServer has a different idea about the size
8290         required for a particular frame and gives us too small a memory
8291         allocation.
8292         Use -1 to indicate 'no image format', because 0 is a valid XServer
8293         image format number.
8294         Put RGB Xv formats at the end of the caps, so that we always prefer
8295         YUV format frames.
8296         Iterate the available Xv Encodings to determine the maximum width and
8297         height, and then return that in our caps.
8298         (Closes #315312, #337544)
8299
8300 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8301
8302         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8303         When there is only one unfinished pad and it receives an event that
8304         doesn't match our requirements, we need to set alldone=FALSE so that
8305         the fakesink is not removed yet.
8306
8307 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8310           Use gst_type_find_helper_for_buffer() to find the type
8311           of stream from the first packet.
8312
8313         * configure.ac:
8314           Bump requirements to core CVS (needed for vorbis
8315           typefinding to work).
8316
8317 2006-05-24  Edward Hervey  <edward@fluendo.com>
8318
8319         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8320         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8321         contain.  Else they play perfectly fine with qtdemux.
8322
8323 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8324
8325         * ext/theora/theoradec.c:
8326         * ext/theora/theoraenc.c:
8327         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8328         * gst/audiorate/gstaudiorate.c:
8329           make more debug catagories static
8330         
8331         * tests/check/Makefile.am:
8332         * tests/check/elements/adder.c: (message_received),
8333         (test_event_message_received), (GST_START_TEST),
8334         (test_play_twice_message_received), (adder_suite):
8335           added test case for using element twice, extra bonus points for anyone
8336           who can make these test run reliably
8337
8338 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8339
8340         * ext/theora/theoradec.c: (theora_dec_chain):
8341           Make work with time-stamped input buffers that do not
8342           have a granulepos in BUFFER_OFFSET_END (like theora
8343           buffers coming from matroskademux). Fixes #342448.
8344
8345 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         Patch by: Peter Kjellerstedt  <pkj at axis com>
8348
8349         * gst/tcp/Makefile.am:
8350           fdstresstest doesn't need Gtk+, fix compilation if 
8351           gtk is not available (#342566).
8352
8353 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8354          
8355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8356           80 line columns
8357           Removed redundant floor()
8358
8359 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8362           On second thought, just skip JUNK chunks automatically, so
8363           the caller doesn't have to handle this. Fixes #342345.
8364           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8365           not GST_FLOW_ERROR.
8366
8367 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8370           Don't bail out on JUNK chunks with a size of 0 (would try to
8371           pull_range 0 bytes before, which sources don't like too much).
8372           See #342345.
8373
8374 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8375
8376         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8378         Use the gstutil scaling function to preserve 64 bits while calculating
8379         output width and height from the display-aspect-ratio. (A continuation
8380         of #341542)
8381
8382 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8383
8384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8385         (gst_xvimagesink_buffer_alloc):
8386         * sys/xvimage/xvimagesink.h:
8387         When performing buffer allocations, remember the caps and image format
8388         we return so that if the same caps are asked for next time we can
8389         return them immediately without doing any caps intersections.
8390
8391 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8392          
8393         * gst-libs/gst/rtp/README:
8394           Some new documentation
8395         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8396           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8397         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8398         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8399           New RTP audio base payloader class. Supports frame or sample based
8400           codecs.  Not enabled in Makefile.am until approved.
8401
8402 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8403
8404         * tests/check/elements/alsa.c: (test_device_property_probe):
8405           Fix test case: don't try to free NULL GValueArray when there
8406           are no devices.
8407
8408 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * tests/check/Makefile.am:
8411         * tests/check/elements/alsa.c: (test_device_property_probe),
8412         (alsa_suite), (main):
8413           Add simple test that runs a device property probe on alsasrc,
8414           alsasink and alsamixer. Disable valgrind check for now (too
8415           many leaks in libasound, and valgrind ignored my suppressions
8416           additions).
8417
8418 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8419
8420         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8421         (gst_alsa_device_property_probe_probe_property),
8422         (gst_alsa_device_property_probe_needs_probe),
8423         (gst_alsa_device_property_probe_get_values),
8424         (gst_alsa_type_add_device_property_probe_interface):
8425         * ext/alsa/gstalsadeviceprobe.h:
8426         * ext/alsa/gstalsamixerelement.c:
8427         (gst_alsa_mixer_element_init_interfaces):
8428         * ext/alsa/gstalsamixerelement.h:
8429           Clean up and simplify alsa device probing. Make it actually work
8430           for multiple classes. Don't cache results any longer.
8431
8432         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8433         (gst_alsasink_init):
8434         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8435         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8436         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8437           Make alsasink and alsasrc implement the GstPropertyProbe interface
8438           for device probing (#342181).
8439           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8440
8441 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * gst/subparse/samiparse.c: (handle_start_font):
8444           Don't ignore return value of strtol (++compiler_happiness).
8445
8446 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         Patch by: Young-Ho Cha  <ganadist chollian net>
8449
8450         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8451         (gst_sub_parse_class_init), (gst_sub_parse_init),
8452         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8453         (convert_encoding):
8454         * gst/subparse/gstsubparse.h:
8455           Add 'encoding' property (#341681).
8456
8457         * gst/subparse/samiparse.c: (characters_sami):
8458           Output is pango markup, so we need to escape text
8459           between tags (#342143).
8460
8461 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst-libs/gst/audio/multichannel.c:
8464         (gst_audio_check_channel_positions):
8465           It's okay to have caps with channels=1 and a channel position
8466           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8467           (deinterleavers might want to keep the position in the caps,
8468           so that they can be re-interleaved again properly later).
8469           Leave check for unexpected 2-channel layouts intact for now.
8470
8471 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8472
8473         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8474         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8475         basesrc can do its job correctly.
8476
8477 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * ext/alsa/Makefile.am:
8480         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8481         (gst_alsa_detect_formats), (get_channel_free_structure),
8482         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8483         (gst_alsa_probe_supported_formats):
8484         * ext/alsa/gstalsa.h:
8485         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8486           Refactor and improve caps probing code: probe signedness
8487           when we probe the supported formats/widths; set endianness
8488           to the one we actually probed for (ie. cpu endianness).
8489           
8490         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8491         (gst_alsasrc_close):
8492         * ext/alsa/gstalsasrc.h:
8493           Implement caps probing for alsasrc.
8494
8495 2006-05-15  Wim Taymans  <wim@fluendo.com>
8496
8497         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8498         (theora_dec_src_query), (theora_dec_src_event),
8499         (theora_dec_sink_event), (theora_handle_comment_packet),
8500         (theora_handle_data_packet), (theora_dec_change_state):
8501         Cleanups, add some G_LIKELY.
8502         Use segment helpers instead of our own wrong code.
8503         Clear queued buffers on seek and READY.
8504
8505         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8506         (vorbis_dec_convert), (vorbis_dec_src_query),
8507         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8508         (vorbis_handle_comment_packet), (vorbis_dec_push),
8509         (vorbis_handle_data_packet), (vorbis_dec_chain),
8510         (vorbis_dec_change_state):
8511         * ext/vorbis/vorbisdec.h:
8512         Remove old useless packetno variable.
8513         Do position query properly.
8514         Add some G_LIKELY.
8515         Do cleanup of queued buffers in new helper function
8516         and use it.
8517
8518 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8519
8520         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8521           Query supported sample rates. Fixes #341732.
8522
8523 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8524
8525         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8526         (gst_decode_bin_change_state): Make decodebin reusable
8527         when going from PAUSE_TO_READY and then back to PAUSED.
8528         Fixes #331678.
8529
8530 2006-05-15  Wim Taymans  <wim@fluendo.com>
8531
8532         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8533         (vorbis_dec_convert), (vorbis_dec_src_query),
8534         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8535         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8536         (vorbis_dec_clean_queued), (vorbis_dec_push),
8537         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8538         Cleanups. Use refcounting and DEBUG_OBJECT.
8539         Reset segment on flush, use code methods instead of our
8540         own wrong version.
8541         Fix potential memleak.
8542
8543 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8546         (gst_alsasink_init):
8547         * ext/alsa/gstalsasink.h:
8548           Don't leak allocated snd_output_t structure if there's
8549           more than one alsasink instance at a time (#341873).
8550           Also fix GObject macros in header file.
8551           
8552 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * gst/subparse/gstsubparse.c:
8555         (gst_sub_parse_data_format_autodetect):
8556           Don't use libxml functions in the typefinding code.
8557
8558 2006-05-15  Wim Taymans  <wim@fluendo.com>
8559
8560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8561         Fix seeking performance in the case where a non-header 
8562         packet has a 0 granulepos (busted theora case). 
8563         Fixes #341719
8564         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8565          the first place, you limelight stealer you)
8566
8567 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8568
8569         * gst/subparse/gstsubparse.c:
8570         (gst_sub_parse_data_format_autodetect):
8571           Improve SAMI typefinding: handle case where there are
8572           whitespaces or newlines in front of the first <SAMI>
8573           tag (#169936).
8574
8575 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * configure.ac:
8578           Build video4linux plugin even if there's no XVIDEO, just
8579           without implementing the GstXOverlay interface (#334002).
8580          
8581 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8582
8583         * configure.ac:
8584         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8585         (plugin_init):
8586           Add tentative support for libvisual-0.4 (#336881).
8587
8588 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8589
8590         Patch by: Young-Ho Cha <ganadist at chollian net>
8591
8592         * gst/subparse/samiparse.c: (handle_start_font):
8593           Need to map "silver" colour explicitly (#169936).
8594
8595 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8596
8597         Patch by: Young-Ho Cha  <ganadist at chollian net>
8598
8599         * gst/subparse/Makefile.am:
8600         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8601         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8602         (gst_sub_parse_format_autodetect), (feed_textbuf),
8603         (gst_subparse_type_find), (plugin_init):
8604         * gst/subparse/gstsubparse.h:
8605         * gst/subparse/samiparse.c:
8606         * gst/subparse/samiparse.h:
8607           Add support for SAMI subtitles (#169936).
8608
8609 2006-05-14  Michael Smith  <msmith@fluendo.com>
8610
8611         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8612           Fix #341696: crash when mixing L+R+C to mono or stereo.
8613         * tests/check/Makefile.am:
8614         * tests/check/elements/audioconvert.c: (set_channel_positions),
8615         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8616         (audioconvert_suite):
8617           Add test for the above, including some generic framework bits for
8618           testing multichannel things.
8619
8620 === release 0.10.7 ===
8621
8622 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8623
8624         * configure.ac:
8625           releasing 0.10.7, "Leave the gun"
8626
8627 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8628
8629         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8631         Fix the build.
8632
8633 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * docs/libs/gst-plugins-base-libs-docs.sgml:
8636         * docs/libs/gst-plugins-base-libs-sections.txt:
8637         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8638         * gst-libs/gst/video/video.h:
8639         * gst/videoscale/Makefile.am:
8640         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8642         * tests/check/Makefile.am:
8643         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8644         (main):
8645           Fix integer overflow problem with pixel-aspect-ratio calculations
8646           in videoscale and xvimagesink (#341542)
8647
8648 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         * gst-libs/gst/tag/gstid3tag.c:
8651           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8652
8653 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8654
8655         * win32/MANIFEST:
8656           update win32 files listing
8657
8658 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8659
8660         patch by: Sjoerd Simons (sjoerd@luon.net)
8661
8662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8663         (group_create), (group_destroy), (add_stream),
8664         (gst_play_base_bin_get_property),
8665         (gst_play_base_bin_get_streaminfo_value_array):
8666         * gst/playback/gstplaybasebin.h:
8667           API: GstPlayBaseBin::stream-info-value-array property
8668           use a more bindings-friendly way of exposing streaminfo
8669           using a GValueArray.  Tested in ipython.
8670           Closes #341114
8671
8672 2006-05-11  Wim Taymans  <wim@fluendo.com>
8673
8674         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8675         (queue_underrun_cb), (queue_filled_cb):
8676         Also catch queue underruns but don't do anything yet.
8677         Refactor and comment queue enlarging code a bit.
8678
8679         * gst/playback/gstplaybasebin.c: (queue_overrun),
8680         (queue_threshold_reached), (queue_out_of_data),
8681         (gen_preroll_element):
8682         If a queue over/underruns check that we don't create nasty
8683         deadlocks when the min-threshold is not reached but the
8684         max-bytes is. In those cases disable max-bytes when we
8685         know that the queue is fed timed data.
8686         Add more comments.
8687
8688 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * gst/playback/gstplaybin.c: (gen_audio_element):
8691           Make playbin automatically plug an 'audioresample'
8692           element before the audio sink as well. This solves
8693           problems with sinks that only accept a very specific
8694           sample rate, like esdsink (e.g. #340379).
8695
8696 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         * gst/playback/gstplaybasebin.c: (gen_source_element):
8699           Make http sources send special headers so that we receive
8700           icecast metadata if the http stream is an icecast stream
8701           (otherwise the server will just ignore them). This also
8702           means that from now on users will need the 'icydemux'
8703           element from gst-plugins-good installed if they want to
8704           listen to icecast radio streams. (#341432, #333657).
8705
8706 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8707
8708         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8709         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8710           remove stupid example from docs - it should come with a simple
8711           C program instead.
8712           Clean up/fix docs
8713         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8714         (fail_if_can_read), (GST_START_TEST),
8715         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8716           add a test for changing streamheader which exposes a bug in
8717           multifdsink
8718
8719 2006-05-11  Michael Smith  <msmith@fluendo.com>
8720
8721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8722         (gst_gnome_vfs_src_received_headers_callback):
8723         * ext/gnomevfs/gstgnomevfssrc.h:
8724           Don't set icy-caps unless we have a sane interval value. Move
8725           interval to a local variable; we never use it outside this function.
8726
8727 2006-05-11  Wim Taymans  <wim@fluendo.com>
8728
8729         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8731         Register special buffer types along with the objects so
8732         that they are not registered at runtime from N different
8733         streaming threads since they are not threadsafe.
8734
8735 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8738         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8739           add two more tests, one doing streamheader
8740
8741 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8742
8743         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8744           clean up the bufqueue when shutting down
8745         * tests/check/Makefile.am:
8746         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8747         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8748         (main):
8749           add a test for the leak that was just fixed
8750
8751 2006-05-10  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst/adder/gstadder.c: (gst_adder_setcaps),
8754         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8755         (gst_adder_src_event), (gst_adder_sink_event),
8756         (gst_adder_class_init), (gst_adder_finalize),
8757         (gst_adder_request_new_pad), (gst_adder_collected):
8758         * gst/adder/gstadder.h:
8759         Updated some docs. Added comments and FIXMEs all over the place.
8760         Improve debugging info.
8761         Fix leak on finalize by not calling the parent.
8762         Implement duration query.
8763         Make event forwarding threadsafe.
8764         Correctly send NEWSEGMENT at start and after flush.
8765         Handle EOS correctly.
8766         Post error when not negotiated.
8767
8768         * tests/check/elements/adder.c: (GST_START_TEST):
8769         Added FIXME in the test.
8770
8771 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8774         (gst_text_overlay_halign_get_type),
8775         (gst_text_overlay_wrap_mode_get_type):
8776         * ext/theora/theoradec.c: (theora_handle_type_packet),
8777         (theora_handle_data_packet):
8778         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8779         (theora_enc_sink_setcaps), (theora_enc_chain):
8780         * gst-libs/gst/cdda/gstcddabasesrc.c:
8781         (gst_cdda_base_src_mode_get_type):
8782         * gst/audiotestsrc/gstaudiotestsrc.c:
8783         (gst_audiostestsrc_wave_get_type):
8784         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8785         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8786         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8787         (gst_sync_method_get_type), (gst_unit_type_get_type),
8788         (gst_client_status_get_type):
8789         * gst/videoscale/gstvideoscale.c:
8790         (gst_video_scale_method_get_type):
8791         * gst/videotestsrc/gstvideotestsrc.c:
8792         (gst_video_test_src_pattern_get_type):
8793         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8794         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8795         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8796         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8797         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8798         (paint_setup_RGB565), (paint_setup_xRGB1555):
8799           Const-ify GEnumValue and GFlagsValue arrays. Use
8800           GST_ROUND_UP_* macros instead of home-made ones.
8801
8802 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8803
8804         * configure.ac:
8805           Require core CVS for the new newsegment stuff.
8806
8807 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         Patch by: Sjoerd Simons  <sjoerd at luon net>
8810
8811         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8812           Register nick for enum value (#341160).
8813
8814 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8815
8816         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8817         (plugin_init):
8818          backout typefind patch #340375
8819          
8820         * tests/check/elements/adder.c: (message_received),
8821         (GST_START_TEST), (adder_suite):
8822           redo, signal-handling of test
8823
8824 2006-05-09  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8827         (gst_adder_collected):
8828         * gst/adder/gstadder.h:
8829         Remove bogus segment merging and forwarding, we don't
8830         care about timestamps anyway and we just produce a
8831         continuous stream. 
8832         Also create a nice NEWSEGMENT event when we start.
8833         Use _scale_int some more.
8834
8835 2006-05-09  Edward Hervey  <edward@fluendo.com>
8836
8837         * tests/icles/stress-xoverlay.c:
8838         Fix if core was built without parsing support.
8839
8840 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8843           Add SEDG (Samsung MPEG-4) fourcc.
8844
8845 2006-05-09  Edward Hervey  <edward@fluendo.com>
8846
8847         * tests/icles/stress-xoverlay.c:
8848         * tests/examples/volume/volume.c:
8849         Fix if core was built without parsing support.
8850
8851         * tests/examples/seek/seek.c:
8852         Disable the parse_launch example if core was built without parsing
8853         support.
8854
8855 2006-05-08  Edward Hervey  <edward@fluendo.com>
8856
8857         * autogen.sh: (CONFIGURE_DEF_OPT): 
8858         libtoolize on Darwin/MacOSX is called glibtoolize
8859
8860 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8861
8862         * tests/check/Makefile.am:
8863         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8864           Disable the adder test, until the build-slaves posses the kindness to 
8865           either like it or to give valid reason for not doing so 
8866
8867 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8868
8869         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8870         (adder_suite):
8871           Shuffle NULL state change around and raise timeout more
8872
8873 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8874
8875         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8876         (mp4_type_find), (plugin_init):
8877           Add typefind to distinguish between "audio/x-m4a" and new type
8878           "video/mp4". Fixes #340375
8879
8880         * tests/check/elements/adder.c: (adder_suite):
8881           Raise timeout to make buildbot happy
8882
8883 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/adder/gstadder.c: (gst_adder_sink_event),
8886         (gst_adder_request_new_pad), (gst_adder_change_state):
8887         * gst/adder/gstadder.h:
8888         * tests/check/Makefile.am:
8889         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8890         (adder_suite), (main):
8891           Add sink-event handling to adder. It tries to merge incomming
8892           newsegment-events. Added test to check if segment_done is comming
8893           through. Fixes #340060
8894
8895 2006-05-05  Andy Wingo  <wingo@pobox.com>
8896
8897         * ext/theora/theoraparse.c (gst_theora_parse_init)
8898         (theora_parse_src_convert, theora_parse_src_query):
8899         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8900         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8901         query functions on the source pads of the theora and vorbis parse
8902         elements. Fixes position querying when doing a remux.
8903
8904 2006-05-05  Michael Smith  <msmith@fluendo.com>
8905
8906         * ext/theora/theoraparse.c: (parse_granulepos),
8907         (theora_parse_drain_queue_prematurely),
8908         (theora_parse_queue_buffer), (theora_parse_sink_event):
8909           Fix flushing.
8910           Fix invalid granulepos outputs when starting with a non-keyframe.
8911
8912 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8913
8914         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8915         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8916         Rearrange MPEG system stream detection, fixing some memleaks in the
8917         process.
8918         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8919         they clean up their data correctly.
8920         Remove unused ogganx caps and move the 'is_annodex' check to inside
8921         the 'is_ogg' if statement.
8922
8923 2006-05-05  Wim Taymans  <wim@fluendo.com>
8924
8925         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8926         Properly remove ghostpads. Fixes #340392
8927
8928 2006-05-04  David Schleef  <ds@schleef.org>
8929
8930         * gst/typefind/gsttypefindfunctions.c:
8931
8932 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8933
8934         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8935         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8936
8937         When typefinding an MP3 in push-based mode, don't penalise the
8938         probability down to 74% when we found 5 valid frames just because we
8939         can't peek the end of the file.
8940
8941         Make the probability for detecting MPEG Transport Streams based on the
8942         number of sequential headers we successfully detected.
8943
8944 2006-05-03  Wim Taymans  <wim@fluendo.com>
8945
8946         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8947         (vorbis_dec_push), (vorbis_dec_chain):
8948         Still produce an error when we receive an empty packet.
8949
8950 2006-05-03  Wim Taymans  <wim@fluendo.com>
8951
8952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8953         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8954         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8955         Mark buffers with DISCONT after seek and after activating new
8956         chains.
8957
8958         * ext/theora/gsttheoradec.h:
8959         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8960         (theora_get_query_types), (theora_dec_sink_event),
8961         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8962         (theora_dec_change_state):
8963         Fix frame counter.
8964         Detect and mark DISCONT buffers.
8965
8966         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8967         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8968         (vorbis_dec_change_state):
8969         * ext/vorbis/vorbisdec.h:
8970         Use GstSegment.
8971         Detect and mark DISCONT buffers.
8972         Don't crash on 0 sized buffers.
8973
8974 2006-05-03  Wim Taymans  <wim@fluendo.com>
8975
8976         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8977         (volume_transform_ip):
8978         Increase "volume" property to 10.0. Fixes #340369.
8979         Set the process function to NULL when capsnego fails so that
8980         we properly error out.
8981
8982 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8983
8984         * gst/playback/gstplaybin.c: (add_sink):
8985         * gst/playback/test.c: (main):
8986         * gst/playback/test5.c: (dump_element_stats):
8987         * gst/playback/test6.c: (main):
8988           free caps using gst_caps_unref, don't leak caps-strings
8989
8990 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8991
8992         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8993         (plugin_init):
8994           Refine musepack typefinding a bit. Return MAXIMUM
8995           probability when we detect stream version 7 to make
8996           sure the mpeg audio typefinder doesn't trump us.
8997
8998 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9001           Protect against unexpected NULL strf_data buffer.
9002
9003 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9004
9005         * tests/check/elements/audioconvert.c: (verify_convert),
9006         (GST_START_TEST):
9007           interpret the out[] buffer in the order the bytes are actually
9008           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9009           Other tests should use BYTE_ORDER since the array is filled in
9010           with actual values
9011
9012 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9013
9014         * tests/check/elements/audioconvert.c: (verify_convert),
9015         (GST_START_TEST):
9016           when a test fails, give an indication of which it is
9017
9018 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9019
9020         * gst-libs/gst/cdda/gstcddabasesrc.c:
9021           compile fix; strtol() needs <stdlib.h>
9022
9023 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * ext/alsa/gstalsamixerelement.c:
9026         * ext/alsa/gstalsasrc.c:
9027         * ext/cdparanoia/gstcdparanoiasrc.c:
9028         * ext/gnomevfs/gstgnomevfssink.c:
9029         * ext/gnomevfs/gstgnomevfssrc.c:
9030         * ext/ogg/gstoggdemux.c:
9031         * ext/ogg/gstoggmux.c:
9032         * ext/ogg/gstoggparse.c:
9033         * ext/ogg/gstogmparse.c:
9034         * ext/pango/gstclockoverlay.c:
9035         * ext/pango/gsttextoverlay.c:
9036         * ext/pango/gsttextrender.c:
9037         * ext/pango/gsttimeoverlay.c:
9038         * ext/theora/theoradec.c:
9039         * ext/theora/theoraenc.c:
9040         * ext/vorbis/vorbisdec.c:
9041         * ext/vorbis/vorbisenc.c:
9042         * gst-libs/gst/audio/gstaudiofilter.c:
9043         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9044         * gst/audioconvert/gstaudioconvert.c:
9045         * gst/audiorate/gstaudiorate.c:
9046         * gst/audioresample/gstaudioresample.c:
9047         * gst/audiotestsrc/gstaudiotestsrc.c:
9048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9049         * gst/playback/gstdecodebin.c:
9050         * gst/playback/gstplaybin.c:
9051         * gst/playback/gststreamselector.c:
9052         * gst/subparse/gstsubparse.c:
9053         * gst/tcp/gstmultifdsink.c:
9054         * gst/tcp/gsttcpclientsink.c:
9055         * gst/tcp/gsttcpclientsrc.c:
9056         * gst/tcp/gsttcpserversink.c:
9057         * gst/tcp/gsttcpserversrc.c:
9058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9059         * gst/videorate/gstvideorate.c:
9060         * gst/videoscale/gstvideoscale.c:
9061         * gst/videotestsrc/gstvideotestsrc.c:
9062         * gst/volume/gstvolume.c:
9063         * sys/v4l/gstv4ljpegsrc.c:
9064         * sys/v4l/gstv4lmjpegsink.c:
9065         * sys/v4l/gstv4lmjpegsrc.c:
9066         * sys/v4l/gstv4lsrc.c:
9067         * sys/ximage/ximagesink.c:
9068         * sys/xvimage/xvimagesink.c:
9069         * tests/check/libs/cddabasesrc.c:
9070           make GstElementDetails const
9071
9072 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9073
9074         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9075         (gst_adder_init):
9076           send events from src-pad to all sink-pads fixes #338657
9077
9078 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9079
9080         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9081         (alsasink_parse_spec):
9082           query width capabilities from alsa, fixes #338919
9083
9084 2006-04-28  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9087         (gst_multi_fd_sink_remove_client_link):
9088         * gst/tcp/gstmultifdsink.h:
9089         Fix race condition in multifdsink that can lead to spurious 
9090         duplicate clients. this patch adds a new signal that is fired when
9091         multifdsink has removed all references to the fd.
9092         Fixes #339574.
9093         Updated documentation.
9094         API: client-fd-removed signal added
9095
9096 2006-04-28  Michael Smith  <msmith@fluendo.com>
9097
9098         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9099           When asking g_value_array_new to prealloc elements, we may as well
9100           ask for the right number of elements.
9101
9102 2006-04-28  Wim Taymans  <wim@fluendo.com>
9103
9104         * gst-libs/gst/audio/gstbaseaudiosink.c:
9105         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9106         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9107         patch to make timestamp checking more tollerant to rounding 
9108         errors given that real discontinuities are to be marked on
9109         buffers. Fixes some asf files and #338778.
9110         Also avoid some crashers when we receive an event in the 
9111         NULL state.
9112
9113 2006-04-28  Michael Smith  <msmith@fluendo.com>
9114
9115         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9116         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9117         (gst_gnome_vfs_src_get_property),
9118         (gst_gnome_vfs_src_send_additional_headers_callback),
9119         (gst_gnome_vfs_src_received_headers_callback),
9120         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9121         (gst_gnome_vfs_src_stop):
9122         * ext/gnomevfs/gstgnomevfssrc.h:
9123           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9124           proper shared support within icydemux.
9125
9126 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9127
9128         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9129         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9130           fix up docs
9131           fix a leak when no caps negotiated
9132           fix counting of input frames
9133         * tests/check/elements/.cvsignore:
9134         * tests/check/elements/videorate.c: (assert_videorate_stats),
9135         (GST_START_TEST), (videorate_suite):
9136           add tests for these
9137
9138 2006-04-28  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst-libs/gst/audio/gstringbuffer.c:
9141         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9142         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9143         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9144         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9145         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9146         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9147         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9148         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9149         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9150         Check arguments passed to public functions instead of
9151         crashing.
9152
9153 2006-04-28  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9156         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9157         GstBaseAudioSrc must be live or it does not work.
9158
9159         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9160         Don't set live to TRUE as this is the default in the parentclass.
9161
9162 2006-04-28  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9165         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9166         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9167         fixation cases better. Fixes #338991
9168
9169 2006-04-28  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9172         Handle 0/1 framerate correctly Fixes #331901.
9173
9174 2006-04-28  Wim Taymans  <wim@fluendo.com>
9175
9176         * tests/check/elements/audioconvert.c: (get_float_caps),
9177         (GST_START_TEST), (audioconvert_suite):
9178         Added check for correct clipping when doing float samples
9179         in audioconvert.
9180
9181 2006-04-28  Wim Taymans  <wim@fluendo.com>
9182
9183         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9184         (gst_video_rate_chain):
9185         Print more debugging info.
9186
9187 2006-04-28  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9190         (resample_set_state_from_caps):
9191         Add support for other formats audioresample can handle such as
9192         32 bits in and float and 64 bits float. Fixes #301759
9193
9194 2006-04-28  Wim Taymans  <wim@fluendo.com>
9195
9196         * gst/audioconvert/audioconvert.c: (float):
9197         correctly clip float samples > 1.0. Fixes #338718
9198
9199 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         Patch by: Young-Ho Cha  <ganadist at chollian net>
9202
9203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9204         (gst_text_overlay_render_text):
9205           Don't strip newlines from the text. Also, center lines
9206           within multi-line paragraphs (#339405).
9207
9208 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9211           Fix wavpack typefinding to work in more cases (don't peek
9212           for chunks of multiple hundred kBs at once, but process
9213           things step-by-step in smaller units). Fixes #339786.
9214
9215 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9216
9217         * configure.ac:
9218           back to HEAD
9219
9220 === release 0.10.6 ===
9221
9222 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9223
9224         * configure.ac:
9225           releasing 0.10.6, "Chao"
9226
9227 2006-04-26  David Schleef  <ds@schleef.org>
9228
9229         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9230           Fixes #338897.
9231
9232 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9233
9234         * configure.ac:
9235         * win32/common/config.h:
9236           new prerelease
9237
9238 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9239
9240         patch by: Wim Taymans
9241
9242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9243         (gst_ogg_demux_perform_seek):
9244           make sure correct newsegments are sent, so that the decoder
9245           and the demuxer agree on timestamps.  Fixes playback of a lot
9246           of Ogg files that do not start from 0.  Fixes #339833.
9247
9248 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9249
9250         Patch by: Edward Hervey  <edward@fluendo.com>
9251
9252         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9253         * tests/check/Makefile.am:
9254         * tests/check/elements/videorate.c: (assert_videorate_stats),
9255         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9256         (videorate_suite), (main):
9257           Fix an infinite loop if frames are passed in with wrongly ordered
9258           timestamps.  Fixes #339013.
9259
9260 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9261
9262         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9263
9264         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9265           fix typefinding on some ISO files.  Fixes #339212.
9266
9267 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9268
9269         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9270
9271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9272           add another H264 fourcc.  Fixes #339047.
9273
9274 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         Patch by: Jan Schmidt
9277
9278         * gst/playback/gststreamselector.c:
9279         (gst_stream_selector_bufferalloc):
9280           Restore old StreamSelector behaviour.
9281           Fixes #338419.
9282
9283 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9284
9285         * configure.ac:
9286         * win32/common/config.h:
9287           prerelease
9288
9289 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9292
9293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9294         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9295           Fix some memory leaks: on finalize, free buffers left in the queue
9296           before destroying the queue; in _push(), unref rtp_buf even if
9297           the process vfunc returned a NULL buffer as output buffer (#337548);
9298           demote some recuring debug messages to LOG level.
9299
9300 2006-04-11  Wim Taymans  <wim@fluendo.com>
9301
9302         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9303         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9304         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9305         (gst_ogg_demux_loop):
9306         More cleanups.
9307         Respect segment stop when emiting EOS or SEGMENT_DONE.
9308         Fixes (#337945).
9309
9310 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * gst/playback/gststreamselector.c:
9313         (gst_stream_selector_get_property):
9314           Don't leak pad name.
9315
9316 2006-04-10  Michael Smith  <msmith@fluendo.com>
9317
9318         * tests/check/Makefile.am:
9319         * tests/check/gst-plugins-base.supp:
9320           Suppress an old libtheora bug (fixed in more recent versions), so 
9321           that FC4 buildslaves can pass.
9322
9323 2006-04-10  Wim Taymans  <wim@fluendo.com>
9324
9325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9326         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9327         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9328         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9329         (gst_ogg_demux_loop):
9330         Don't leak events.
9331         Remember what error we got when finding chains, if we
9332         were shutdown, that would not be an error.
9333
9334 2006-04-10  Wim Taymans  <wim@fluendo.com>
9335
9336         * gst-libs/gst/audio/gstbaseaudiosink.c:
9337         (gst_base_audio_sink_event):
9338         Starting the ringbuffer when we did not acquire it can cause
9339         a deadlock, is pointless and causes nasty things for
9340         subclasses. 
9341         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9342
9343 2006-04-10  Wim Taymans  <wim@fluendo.com>
9344
9345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9346         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9347         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9348         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9349         (gst_ogg_demux_deactivate_current_chain),
9350         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9351         (gst_ogg_demux_bisect_forward_serialno),
9352         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9353         Add some more debugging.
9354
9355 2006-04-10  Wim Taymans  <wim@fluendo.com>
9356
9357         * ext/theora/theoradec.c: (theora_dec_src_event),
9358         (theora_handle_data_packet):
9359         Some more debug info.
9360
9361         * tests/examples/seek/seek.c: (start_seek), (main):
9362         Print element messages too.
9363
9364 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9365
9366         * gst/audioresample/debug.h:
9367           replace debug macros with variable number of parameters
9368           by a simple alias to gstreamer standard debug macros 
9369          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9370           supported by MSVC 6.0 and 7.1)
9371         * gst/audioresample/resample.h:
9372           define M_PI and rint for WIN32
9373         * win32/common/libgstaudio.def:
9374         * win32/common/libgstriff.def:
9375         * win32/common/libgsttag.def:
9376         * win32/common/libgstvideo.def:
9377           add new exported functions
9378         * win32/vs6:
9379           update project files
9380
9381 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9382
9383         * ext/alsa/gstalsamixeroptions.c:
9384         (gst_alsa_mixer_options_class_init):
9385         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9388         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9389         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9390         * gst-libs/gst/audio/gstaudiofilter.c:
9391         (gst_audio_filter_class_init):
9392         * gst-libs/gst/audio/gstaudiosink.c:
9393         (gst_audioringbuffer_class_init):
9394         * gst-libs/gst/audio/gstaudiosrc.c:
9395         (gst_audioringbuffer_class_init):
9396         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9397         * gst-libs/gst/interfaces/colorbalancechannel.c:
9398         (gst_color_balance_channel_class_init):
9399         * gst-libs/gst/interfaces/mixeroptions.c:
9400         (gst_mixer_options_class_init):
9401         * gst-libs/gst/interfaces/mixertrack.c:
9402         (gst_mixer_track_class_init):
9403         * gst-libs/gst/interfaces/tunerchannel.c:
9404         (gst_tuner_channel_class_init):
9405         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9406         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9407         (gst_netbuffer_class_init):
9408         * gst-libs/gst/rtp/gstbasertppayload.c:
9409         (gst_basertppayload_class_init):
9410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9412         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9413         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9414         * gst/playback/gststreamselector.c:
9415         (gst_stream_selector_class_init):
9416         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9417         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9418         * sys/v4l/gstv4lcolorbalance.c:
9419         (gst_v4l_color_balance_channel_class_init):
9420         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9421         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9423         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9424         (gst_v4l_tuner_norm_class_init):
9425         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9427         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9428         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9429
9430 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9431
9432         * ext/pango/gsttextrender.h:
9433         * gst-libs/gst/audio/gstaudiosink.h:
9434         * gst-libs/gst/audio/gstaudiosrc.h:
9435         * gst-libs/gst/audio/gstbaseaudiosink.h:
9436         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9437         * gst-libs/gst/audio/gstringbuffer.h:
9438         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9439         * gst-libs/gst/rtp/gstbasertppayload.h:
9440         * gst-libs/gst/video/gstvideofilter.h:
9441         * gst-libs/gst/video/gstvideosink.h:
9442         * gst/playback/gstplaybasebin.h:
9443         * gst/tcp/gstmultifdsink.h:
9444         * sys/v4l/gstv4lelement.h:
9445         Fix broken GObject macros
9446
9447 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9448
9449         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9450         More debug to trace why my USB headset is not working with gst
9451
9452 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * gst/playback/gstplaybasebin.c: (group_destroy):
9455         Clean up our group elements properly in the case where it never 
9456         got committed - it still got added unconditionally to the bin.
9457
9458 2006-04-07  Wim Taymans  <wim@fluendo.com>
9459
9460         * ext/theora/theoradec.c: (theora_dec_sink_event),
9461         (theora_handle_data_packet), (theora_dec_chain):
9462         Unref unhandled events.
9463         Protect against empty buffers.
9464         Perform QoS on running time.
9465
9466 2006-04-07  Michael Smith  <msmith@fluendo.com>
9467
9468         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9469         (gst_vorbis_enc_chain):
9470           Remove leaks from vorbisenc.
9471           Mostly minor changes, the only significant one is that now the
9472           buffers we set as 'streamheader' on the caps are copies of the
9473           original buffers, to avoid circular refcounting problems.
9474
9475 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9476
9477         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9478           Don't remove our mute-probe if someone else already did so.
9479           Don't set a 2nd one if there is already one pending on the pad.
9480
9481         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9482         (do_playbin_seek):
9483           When a seek fails, ensure that playbin is still set back to playing.
9484           
9485         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9486         (mpeg_ts_type_find), (plugin_init):
9487           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9488
9489 2006-04-06  Andy Wingo  <wingo@pobox.com>
9490
9491         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9492         (gst_video_rate_init): Caps-related parameters should not be reset
9493         by a flush -- move their inits to the instance init function.
9494         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9495         is not OK, just return the result.
9496
9497         * gst/audiotestsrc/gstaudiotestsrc.c
9498         (gst_audio_test_src_class_init)
9499         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9500         broken by Stefan's commit on 24 March.
9501
9502         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9503         buffers being pushed out. Fixes oggmux ! multifdsink.
9504
9505 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9508         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9509         * ext/vorbis/vorbisdec.h:
9510         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9511         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9512         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9513         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9514         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9515         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9516         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9517         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9518         (gst_vorbis_enc_buffer_from_packet),
9519         (gst_vorbis_enc_buffer_from_header_packet),
9520         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9521         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9522         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9523         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9524         (gst_vorbis_enc_change_state):
9525         * ext/vorbis/vorbisenc.h:
9526           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9527           vorbisenc adhere to the official nomenclature; use boilerplate
9528           macro.
9529
9530 2006-04-04  Andy Wingo  <wingo@pobox.com>
9531
9532         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9533         Whoops, fix bug introduced. Bad hacker!
9534         
9535         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9536         Properly handle the case where you get EOS before any buffers are
9537         received. Use gst_buffer_make_metadata_writable where appropriate.
9538
9539         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9540         is often negative -- make it signed so as not to wrap around.
9541         Fixes segfaults introduced on 9 March.
9542
9543 2006-04-03  Wim Taymans  <wim@fluendo.com>
9544
9545         * ext/theora/gsttheoradec.h:
9546         * ext/theora/theoradec.c: (theora_dec_src_event):
9547         Don't try to store a gdouble in a gboolean.
9548         Small cleanups.
9549
9550 2006-04-03  Michael Smith  <msmith@fluendo.com>
9551
9552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9553           Oggmux sucks.
9554           Make it suck slightly less by writing out the final page.
9555           Still can't encode a vorbis-in-ogg file correctly, though.
9556
9557 2006-04-03  Andy Wingo  <wingo@pobox.com>
9558
9559         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9560         a g_print.
9561
9562         * ext/theora/theora.c (plugin_init): Register theoraparse.
9563
9564         * ext/theora/gsttheoraparse.h: 
9565         * ext/theora/theoraparse.c: New files implementing a theora
9566         parser. Now we can properly remux ogg/theora+vorbis, yay.
9567
9568         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9569
9570 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * gst/audiotestsrc/gstaudiotestsrc.c:
9573           Fixed the sample pipeline (see #323798)
9574
9575 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9576
9577         * configure.ac:
9578         * win32/common/config.h:
9579         * win32/common/config.h.in:
9580           use AS_VERSION and AS_NANO
9581           more cleanups
9582
9583 2006-03-31  Andy Wingo  <wingo@pobox.com>
9584
9585         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9586         uninitialized variable return that would happen.
9587         
9588         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9589         uninitialized variable return that would never happen.
9590
9591         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9592         (vorbis_parse_sink_event): Add an event function to flush our
9593         state on a seek, and to drain buffers on a premature EOS.
9594         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9595         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9596         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9597         (vorbis_parse_drain_queue): Queue up buffers until we can set
9598         their timestamps and granulepos values.
9599
9600         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9601         and keep track of data needed for deriving granulepos and
9602         timestamps for buffers.
9603
9604 2006-03-29  Wim Taymans  <wim@fluendo.com>
9605
9606         Patch by: j^ <j at bootlab dot org>
9607
9608         * ext/alsa/gstalsamixerelement.c:
9609         (gst_alsa_mixer_element_class_init):
9610         * ext/alsa/gstalsasink.c:
9611         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9612         * ext/ogg/gstoggdemux.c:
9613         * ext/ogg/gstoggmux.c:
9614         * ext/ogg/gstoggparse.c:
9615         * ext/pango/gstclockoverlay.c:
9616         * ext/pango/gsttextoverlay.c:
9617         * ext/pango/gsttextrender.c:
9618         * ext/pango/gsttimeoverlay.c:
9619         * ext/theora/theoradec.c:
9620         * ext/theora/theoraenc.c:
9621         * ext/vorbis/vorbisdec.c:
9622         * ext/vorbis/vorbisenc.c:
9623         * gst/audioconvert/gstaudioconvert.c:
9624         * gst/subparse/gstsubparse.c:
9625         * gst/tcp/gstmultifdsink.c:
9626         * gst/tcp/gsttcpclientsink.c:
9627         * gst/tcp/gsttcpclientsrc.c:
9628         * gst/tcp/gsttcpserversink.c:
9629         * gst/tcp/gsttcpserversrc.c:
9630           better/unified long descriptions
9631           Fixes #336477
9632
9633 2006-03-29  Wim Taymans  <wim@fluendo.com>
9634
9635         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9636         (stop_seek):
9637         Don't let double and triple clicks mess up our state.
9638
9639 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * gst/playback/gstplaybin.c: (gen_video_element),
9642         (gen_text_element), (gen_audio_element), (gen_vis_element):
9643           Error out gracefully when we can't create any of the usual
9644           conversion elements for some reason. Also, don't try to
9645           create an audioscale (sic) element that's not used anyway.
9646
9647 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * gst/playback/gstplaybasebin.c: (setup_source):
9650           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9651           element for a particular protocol, that's confusing for users.
9652           Instead, post a RESOURCE_FAILED error, so that our own error
9653           message is actually shown in totem etc. (#336303).
9654
9655 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9656
9657         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9658
9659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9660         (gst_gnome_vfs_src_get_icy_metadata):
9661           Fix some minor memory leaks (#336194).
9662
9663 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * ext/gnomevfs/gstgnomevfs.c:
9666         (gst_gnome_vfs_location_to_uri_string):
9667         * ext/gnomevfs/gstgnomevfs.h:
9668         * ext/gnomevfs/gstgnomevfssink.c:
9669         (gst_gnome_vfs_sink_set_property):
9670         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9671           Make gnomevfssink accept filenames as well as URIs for the
9672           "location" property, just like gnomevfssrc does (and
9673           filesrc/filesink do) (#336190).
9674
9675 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9676
9677         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9678           set to NULL before unreffing, fixes a valgrind leak.
9679           Why was this not triggering the error that an object needs to
9680           be NULL before unreffing ?
9681         * win32/common/config.h:
9682           update
9683
9684 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         * gst/subparse/gstsubparse.c: (convert_encoding),
9687         (gst_sub_parse_change_state):
9688         * gst/subparse/gstsubparse.h:
9689           Text subtitle files may or may not be UTF-8. If it's not, we
9690           don't really want to see '?' characters in place of non-ASCII
9691           characters like accented characters. So let's assume the input
9692           is UTF-8 until we come across text that is clearly not. If it's
9693           not UTF-8, we don't really know what it is, so try the following:
9694           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9695           is set; if not, check (b) if the current locale encoding is
9696           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9697           the current locale encoding is UTF-8 and the environment variable
9698           was not set to any particular encoding. Not perfect, but better
9699           than nothing (and better than before, I think) (fixes #172848).
9700
9701 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9702
9703         * configure.ac:
9704           update core requirement to 0.10.4.1 because of async_playback
9705           vmethod on GstBaseSink
9706
9707 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9708
9709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9710         * gst/adder/gstadder.c: (gst_adder_init):
9711         use DEBUG_FUNCPTR for collectpads
9712
9713 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9714
9715         * docs/plugins/Makefile.am:
9716         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9717         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9718         * ext/cdparanoia/gstcdparanoiasrc.c:
9719         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9720         (gst_gnome_vfs_sink_class_init):
9721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9723         * ext/ogg/gstoggmux.c:
9724         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9725         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9726         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9727         * ext/pango/gsttextoverlay.c:
9728         * ext/pango/gsttextrender.c:
9729         * ext/theora/theoradec.c:
9730         * ext/theora/theoraenc.c:
9731         * ext/vorbis/vorbisdec.c:
9732         * ext/vorbis/vorbisenc.c:
9733         * gst-libs/gst/audio/gstaudiofilter.c:
9734         (gst_audio_filter_base_init):
9735         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9736         (gst_audio_filter_template_base_init):
9737         * gst/adder/gstadder.c: (gst_adder_get_type):
9738         * gst/adder/gstadder.h:
9739         * gst/audioconvert/gstaudioconvert.c:
9740         * gst/audiotestsrc/gstaudiotestsrc.c:
9741         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9742         (gst_audio_test_src_create):
9743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9744         * gst/playback/gstdecodebin.c:
9745         * gst/playback/gstplaybin.c:
9746         * gst/playback/gststreamselector.c:
9747         (gst_stream_selector_base_init):
9748         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9749         * gst/volume/gstvolume.c:
9750         * sys/v4l/gstv4lmjpegsink.c:
9751         * sys/v4l/gstv4lmjpegsrc.c:
9752         * tests/check/libs/cddabasesrc.c:
9753         * tests/old/examples/gob/gst-identity2.gob:
9754           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9755           define GstElementDetails at the top
9756
9757 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9758
9759         * win32/common/libgstinterfaces.def:
9760         Add a lot of export functions for gst-python
9761         * win32/vs6/libgstinterfaces.dsp:
9762         Add a missing include folder in the project configuration
9763         
9764 2006-03-23  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9767         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9768         (gst_base_audio_src_change_state):
9769         Fix audio sources, forgot to make the ringbuffer
9770         startable...
9771
9772 2006-03-23  Wim Taymans  <wim@fluendo.com>
9773
9774         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9775         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9776         (gst_base_audio_src_change_state):
9777         unparent instead of unref the ringbuffer.
9778
9779 2006-03-23  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst-libs/gst/audio/gstbaseaudiosink.c:
9782         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9783         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9784         Implement new async_play vmethod to start slaving and allow
9785         playback start in case of async PLAY state changes. 
9786
9787         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9788         Enable QoS with new method in base class.
9789
9790 2006-03-23  Wim Taymans  <wim@fluendo.com>
9791
9792         Patch by: Julien MOUTTE <julien at moutte dot net>
9793
9794         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9795         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9796         Partially handle 0 framerate, only EOS after the first frame
9797         is missing.
9798
9799 2006-03-23  Wim Taymans  <wim@fluendo.com>
9800
9801         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9802
9803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9804         (gst_riff_create_video_template_caps):
9805         * gst/ffmpegcolorspace/avcodec.h:
9806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9807         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9808         (gst_ffmpegcsp_avpicture_fill):
9809         * gst/ffmpegcolorspace/imgconvert.c:
9810         Patch for support of YVU9 AVI files (#334822)
9811
9812 2006-03-22  Edward Hervey  <edward@fluendo.com>
9813
9814         * docs/design/design-decodebin.txt:
9815         Added design document for new decodebin
9816         (Target Caps): text/x-pango-markup is also a default target caps.
9817
9818 2006-03-22  Wim Taymans  <wim@fluendo.com>
9819
9820         * gst-libs/gst/audio/gstbaseaudiosink.c:
9821         (gst_base_audio_sink_dispose):
9822         Since we _parent the ringbuffer, we also need to
9823         _unparent instead of a plain _unref.
9824
9825 2006-03-22  Wim Taymans  <wim@fluendo.com>
9826
9827         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9828         (stop_seek), (scrub_toggle_cb), (main):
9829         Add scrub checkbox.
9830
9831 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9834         (gst_ogg_parse_chain):
9835           Fix very inefficient usage of linked lists (#335365).
9836
9837 2006-03-21  Edward Hervey  <edward@fluendo.com>
9838
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9840         * gst/playback/gstplaybin.c: (handoff):
9841         * gst/playback/gststreamselector.c:
9842         (gst_stream_selector_set_property):
9843         gcc 4.1 unreferenced pointer fixes.
9844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9846         gst_buffer_ref() now takes a GstBuffer*.
9847
9848 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9849
9850         * sys/xvimage/xvimagesink.c:
9851         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9852         by Jan Schmidt.
9853
9854 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9857         (id3v1_type_find), (apetag_type_find), (plugin_init):
9858           Can't do tag preferences via probability, as tags would then
9859           lose against types that are recognised with MAXIMUM probability
9860           (like .wav); so let all tag typefinders return MAXIMUM themselves
9861           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9862           that we can prefer APE to ID3v1 (fixes #335028).
9863           
9864 2006-03-17  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst-libs/gst/audio/gstbaseaudiosink.c:
9867         (gst_base_audio_sink_change_state):
9868         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9869         (gst_ring_buffer_may_start):
9870         * gst-libs/gst/audio/gstringbuffer.h:
9871         Only start playback if we are playing.
9872         should fix #330748.
9873
9874 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9875
9876         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9877         * win32/common/config.h:
9878           Revert accidental commits to these files.
9879
9880 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9883
9884         * tests/Makefile.am:
9885           Don't try to build tests in tests/icles if we
9886           don't have X (#323852)
9887
9888 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9889
9890         * gst-libs/gst/tag/gstid3tag.c:
9891           Add TXXX frame identifiers for replaygain stuff as used
9892           by some taggers (see #323721).
9893
9894 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9895
9896         * gst/playback/gststreamselector.c:
9897         (gst_stream_selector_set_property),
9898         (gst_stream_selector_bufferalloc):
9899           Preserve the existing buggy streamselector behaviour by performing
9900           a fallback buffer allocation when downstream isn't linked yet.
9901           This should really be fixed in playbin by blocking pads until it's
9902           linked them.
9903           Also, use gst_pad_alloc_buffer instead of
9904           gst_pad_alloc_buffer_and_set.
9905
9906 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * gst-libs/gst/tag/gstid3tag.c:
9909           Don't crash on unknown ID3v2 TXXX frames.
9910           
9911 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9912
9913         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9914           Chain up to the parent finalize method.
9915           Add 32-bit sample size to the template caps.
9916
9917         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9918         (gst_riff_create_video_template_caps):
9919           Add the fourcc that the VMWare codec uses.
9920           
9921         * gst/playback/gststreamselector.c:
9922         (gst_stream_selector_set_property),
9923         (gst_stream_selector_bufferalloc),
9924         (gst_stream_selector_request_new_pad):
9925           For the active pad, forward buffer-alloc requests, otherwise
9926           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9927           having to memcpy every frame when used by playbin.
9928
9929         * gst/tcp/gstmultifdsink.c:
9930         (gst_multi_fd_sink_handle_client_write):
9931           Get negotiated caps from the sink pad, rather than the sink
9932           pad's peer.
9933
9934 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9937         
9938         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9939           Don't forget to set src->callbacks_pushed to FALSE again when
9940           popping them, otherwise re-activation in a different mode won't
9941           work (#334620).
9942
9943 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         Patch by: Sebastien Moutte  <sebastien moutte net>
9946
9947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9948         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9949         (gst_ffmpeg_smpfmt_to_caps):
9950           Replace __VA_ARGS__ caps creation macros with varargs functions.
9951           Makes things compile on MSVC (#320765), looks nicer, and we can
9952           tell the compiler to check for the NULL terminator.
9953
9954 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9957
9958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9959           Make sure the buffer we copy into is really always big
9960           enough, this time for real (#333488).
9961           
9962 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9965           Add support for 24bpp DIB (#305279).
9966
9967 2006-03-14  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9970         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9972         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9973         (gst_video_scale_init), (gst_video_scale_src_event):
9974         Re-enable QoS after the release.
9975         Rework videoscale to use the base class src_event handler.
9976
9977 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         * configure.ac:
9980           back to CVS.
9981
9982 === release 0.10.5 ===
9983
9984 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9985
9986         * configure.ac:
9987           releasing 0.10.5, "Net"
9988
9989 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         * docs/plugins/Makefile.am:
9992           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9993           
9994 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9998         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9999           Add cdparanoiasrc to docs.
10000
10001         * gst-libs/gst/cdda/gstcddabasesrc.c:
10002           More GstCddaBaseSrc docs.
10003
10004 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10005
10006         * docs/libs/gst-plugins-base-libs-sections.txt:
10007         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10008         * gst-libs/gst/tag/tag.h:
10009           API: libgsttag: new method gst_tag_from_id3_user_tag().
10010
10011 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10014           NULL-terminate array of mpeg4 video file extensions.
10015           Fixes crash on PPC (#334226).
10016
10017 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * ext/gnomevfs/gstgnomevfssrc.c:
10020         (gst_gnome_vfs_src_check_get_range):
10021           gnome_vfs_uri_is_local() alone is not a good indicator
10022           whether we can operate in pull-mode with a specific URI,
10023           as it returns FALSE for file:// URIs that point to an
10024           NFS-mounted path. Be more conservative here: whitelist
10025           local files, blacklist http URIs and use the old
10026           mechanism for anything else (fixes #334216).
10027
10028 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10029
10030         * configure.ac:
10031           back to trunk
10032
10033 === release 0.10.4 ===
10034
10035 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10036
10037         * configure.ac:
10038           releasing 0.10.4, "Power"
10039
10040 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10041
10042         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10043         Disable max-lateness by setting it to -1 for now, so that 
10044         we can bed QoS stuff in thoroughly between now and the next
10045         release.
10046
10047 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10048
10049         Patch by: Fabrizio Gennari
10050
10051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10052           Make sure we don't read beyond the palette buffer in case of
10053           broken or manipulated files (#333488)
10054
10055 2006-03-10  Edward Hervey  <edward@fluendo.com>
10056
10057         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10058         Fix for variable not initialized.
10059
10060 2006-03-09  Wim Taymans  <wim@fluendo.com>
10061
10062         * ext/libvisual/visual.c: (gst_visual_get_type),
10063         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10064         (gst_visual_chain):
10065         Small cleanups.
10066
10067         * ext/theora/gsttheoradec.h:
10068         * ext/theora/theoradec.c: (gst_theora_dec_init),
10069         (gst_theora_dec_reset), (_theora_granule_time),
10070         (theora_dec_src_convert), (theora_dec_sink_convert),
10071         (theora_dec_src_query), (theora_dec_src_event),
10072         (theora_dec_sink_event), (theora_handle_comment_packet),
10073         (theora_handle_header_packet), (theora_dec_push),
10074         (theora_handle_data_packet), (theora_dec_chain),
10075         (theora_dec_change_state):
10076         Add simple QoS.
10077
10078 2006-03-09  Wim Taymans  <wim@fluendo.com>
10079
10080         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10081         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10082         Some cleanups.
10083
10084 2006-03-09  Wim Taymans  <wim@fluendo.com>
10085
10086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10087         Don't try to activate NULL chains.
10088
10089 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10092           Fix invalid memory access to region before peek'd data (#332964).
10093
10094 2006-03-09  Wim Taymans  <wim@fluendo.com>
10095
10096         Patch by: Christophe Fergeau
10097
10098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10099         * ext/pango/gsttextrender.c: (gst_text_render_init):
10100         * gst/adder/gstadder.c: (gst_adder_init):
10101         Don't leak padtemplates, closes #333510.
10102
10103 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10106           Fix invalid memory access: make sure string passed to
10107           regexec() is NUL-termianted.
10108
10109 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10112         (mp3_type_find):
10113           Refactor mpeg/audio typefinding to make it more maintainable
10114           and easier to fine-tune. Make probing into middle of the file
10115           work properly (fixes #333900, also see #152688).
10116
10117 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/typefind/gsttypefindfunctions.c:
10120         (utf8_type_find_have_valid_utf8_at_offset):
10121           Remove part from previous commit that was bogus:
10122           g_utf8_validate() does in fact not accept embedded
10123           zeroes, so we don't need to check for those (thanks
10124           to Mike for the hint).
10125
10126 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         * gst/typefind/gsttypefindfunctions.c:
10129         (utf8_type_find_count_embedded_zeroes),
10130         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10131           Make plain/text typefinder more conservative: firstly, check
10132           for embedded zeroes, which are perfectly valid UTF-8 characters,
10133           but also a fairly good sign that something is not a plain text
10134           file; secondly, probe into the middle of the file if possible.
10135           If we can't probe into the middle, limit the probability value
10136           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10137
10138 2006-03-08  Michael Smith  <msmith@fluendo.com>
10139
10140         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10141           Make typefind function name for mpeg4 video unique.
10142
10143 2006-03-08  Wim Taymans  <wim@fluendo.com>
10144
10145         * ext/libvisual/visual.c: (gst_visual_init),
10146         (gst_visual_clear_actors), (gst_visual_dispose),
10147         (gst_visual_reset), (gst_visual_src_setcaps),
10148         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10149         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10150         (gst_visual_chain), (gst_visual_change_state):
10151         Cleanups, post nice errors.
10152         Handle sink and src events.
10153         Implement simple QoS.
10154
10155         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10156         Use new basesink methods to configure max-lateness.
10157         Small doc update.
10158
10159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10160         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10161         Debug statement cleanups.
10162
10163         * gst/volume/gstvolume.c: (gst_volume_class_init):
10164         Simple cleanup.
10165
10166 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10169         (gst_text_overlay_init), (gst_text_overlay_set_property),
10170         (gst_text_overlay_get_property):
10171           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10172           as string type properties, but mark them deprecated. Add
10173           'halignment' and 'valignment' properties that use enums
10174           instead of strings.
10175
10176 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         Patch by: Fabrizio Gennari
10179
10180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10181           Allow palettes with less than 256 colours in AVI files
10182           (#333488)
10183
10184 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10185
10186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10187         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10188         pad. We were releasing the queued text buffer when we should keep
10189         it until video pad gets EOS or discard the text buffer because it's
10190         too old. That was eating the last subtitle buffer. Add some more
10191         debug.
10192
10193 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10196         (gst_text_overlay_video_chain):
10197           Fix invalid memory access (we can't access a buffer after it's been
10198           pushed downstream without taking a reference); fix memory leak (if
10199           there's no text to render, bail out before allocating stuff).
10200
10201 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10204         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10205         * ext/pango/gsttextoverlay.h:
10206           If input is plain text, escape it before passing it to
10207           pango_layout_set_markup().
10208
10209 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10212           Don't ignore flow return from gst_pad_push().
10213
10214 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         Patch by: Fabrizio Gennari
10217
10218         * ext/libvisual/visual.c: (gst_visual_getcaps),
10219         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10222         (gst_vorbisenc_convert_sink):
10223         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10224         (gst_audio_duration_from_pad_buffer):
10225         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10226         (gst_audio_filter_chain):
10227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10228         (gst_base_rtp_depayload_setcaps):
10229         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10230         (gst_video_get_size):
10231         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10232           Don't leak references returned by gst_pad_get_parent()
10233           (#333663)
10234
10235 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10236
10237         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10238           change location param details
10239         * gst/volume/gstvolume.c: (plugin_init):
10240           correct plugin description
10241
10242 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10245         (gst_gnome_vfs_src_check_get_range):
10246           Override GstBaseSrc::check_get_range() in order to avoid opening
10247           the resource just to check whether we can operate in pull-mode or
10248           not - we can predict that pretty well from the URI alone. Should
10249           fix problems with last.fm (#331690). (Requires latest core CVS).
10250
10251 2006-03-06  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10254         (gst_video_sink_class_init):
10255         Throw away frames that are later than 20 ms.
10256
10257 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10258
10259         Patch by: Fabrizio Gennari
10260
10261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10262           Set depth on WMA caps (#333545)
10263
10264 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10265
10266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10267         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10268           put Theora BOS pages before others.  This hardcodes
10269           the Ogg/Theora I profile, but hey.
10270
10271 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10272
10273         * ext/ogg/README:
10274           updated with some examples
10275         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10276         (granulepos_add), (theora_buffer_from_packet):
10277         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10278         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10279         (gst_vorbisenc_chain):
10280           implement strategy from ext/ogg/README
10281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10282         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10283         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10284         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10285           Fix muxer so that oggz-validate is happy with all streams;
10286           except for no eos mark, and the BOS page ordering
10287         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10288         (check_buffer_granulepos):
10289         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10290           update tests to check for OFFSET being set as requested
10291           fixed type of granulepos, it's not a ClockTime
10292
10293 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10294
10295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10296         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10297         Check that the xvimage we are creating has a correct size
10298         before returning it. (#314897)
10299
10300 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10303           Give id3 and ape tag typefinders a rank slightly higher
10304           than PRIMARY to ensure they're always run before any of
10305           the other typefinders (in particular wav and mp3) (#324186).
10306
10307 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10310           Add support for '3IVD' fourcc (#333403).
10311
10312 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * configure.ac:
10315           Bump requirements to GStreamer CVS for the new error enum.
10316
10317         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10318           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10319           space left on the device (fixes #333352).
10320
10321 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10322
10323         * win32/vs6:
10324           add a project file for libgstvolume
10325           update the workspace
10326
10327 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10328
10329         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10330         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10331         (GST_START_TEST):
10332           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10333           Set IN_CAPS on header buffers
10334
10335 2006-03-02  Wim Taymans  <wim@fluendo.com>
10336
10337         * docs/plugins/Makefile.am:
10338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10340         Add audioresample to docs.
10341
10342         * gst/audioconvert/gstaudioconvert.c:
10343         Add revision date.
10344
10345         * gst/audioresample/gstaudioresample.c:
10346         (gst_audioresample_base_init), (gst_audioresample_class_init),
10347         (gst_audioresample_init), (gst_audioresample_dispose),
10348         (audioresample_get_unit_size), (audioresample_transform_caps),
10349         (resample_set_state_from_caps), (audioresample_transform_size),
10350         (audioresample_set_caps), (audioresample_event),
10351         (audioresample_do_output), (audioresample_transform),
10352         (audioresample_pushthrough), (gst_audioresample_set_property),
10353         (gst_audioresample_get_property), (plugin_init):
10354         * gst/audioresample/gstaudioresample.h:
10355         Added docs.
10356         Small code cleanups.
10357
10358 2006-03-02  Wim Taymans  <wim@fluendo.com>
10359
10360         * docs/plugins/Makefile.am:
10361         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10363         Added videoscale to docs.
10364
10365         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10366         (gst_video_rate_swap_prev), (gst_video_rate_event),
10367         (gst_video_rate_chain):
10368         Fix typo in docs.
10369
10370         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10371         (gst_video_scale_init), (gst_video_scale_prepare_size),
10372         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10373         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10374         * gst/videoscale/gstvideoscale.h:
10375         Added docs, examples.
10376         Some code cleanups.
10377         Post errors instead of g_warning.
10378
10379 2006-03-02  Wim Taymans  <wim@fluendo.com>
10380
10381         * docs/libs/gst-plugins-base-libs-docs.sgml:
10382         * docs/libs/gst-plugins-base-libs-sections.txt:
10383         * docs/libs/gst-plugins-base-libs.types:
10384         * docs/plugins/Makefile.am:
10385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10387         Added some more docs to libs and plugins.
10388
10389         * gst-libs/gst/audio/gstringbuffer.c:
10390         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10391         * gst-libs/gst/audio/gstringbuffer.h:
10392         Document ringbuffer some more.
10393
10394         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10395         (gst_video_rate_setcaps), (gst_video_rate_reset),
10396         (gst_video_rate_init), (gst_video_rate_flush_prev),
10397         (gst_video_rate_swap_prev), (gst_video_rate_event),
10398         (gst_video_rate_chain), (gst_video_rate_change_state):
10399         * gst/videorate/gstvideorate.h:
10400         Fix videorate to use segments.
10401         Make it work with 0/1 framerates (closes #331903)
10402         Handle EOS correctly.
10403         Added docs.
10404
10405 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10408         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10409         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10410           In state change function, first chain up to parent class,
10411           then handle downwards state change stuff. Remove some
10412           commented out cruft from 0.8 code.
10413
10414 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10415
10416         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10417         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10418         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10419         (gst_ogm_parse_chain):
10420           Don't remove/re-add source pad if the new caps are the same as
10421           the old caps anyway (#333042). When removing source pad, don't
10422           unref it afterwards - we didn't ref it when adding. Sprinkle some
10423           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10424           after using gst_pad_get_parent(). Return downstream flow return
10425           value in chain function.
10426
10427 2006-03-02  Wim Taymans  <wim@fluendo.com>
10428
10429         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10430         * docs/plugins/gst-plugins-base-plugins.args:
10431         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10432         * docs/plugins/gst-plugins-base-plugins.interfaces:
10433         * docs/plugins/gst-plugins-base-plugins.signals:
10434         Fix hierarchy, added some more elements to the docs.
10435
10436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10437         (gst_ffmpegcsp_get_type):
10438         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10439         Fix docs for ffmpegcolorspace.
10440
10441 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10444         (apetag_type_find), (ape_type_find), (plugin_init):
10445           Some typefinding fine-tuning:
10446           - rank ID3/APE tags in order of preference via probabilities, so that
10447             ID3v2 > APEv2 > APEv1 > ID3v1.
10448           - three or four bytes don't really justify MAXIMUM probability,
10449             change those to 'very likely' (musepack and monkeysaudio).
10450
10451 2006-03-01  Wim Taymans  <wim@fluendo.com>
10452
10453         * docs/plugins/Makefile.am:
10454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10456         * ext/alsa/gstalsamixer.c:
10457         * ext/alsa/gstalsamixer.h:
10458         * ext/alsa/gstalsamixerelement.c:
10459         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10460         * ext/alsa/gstalsamixerelement.h:
10461         * ext/alsa/gstalsasink.c:
10462         * ext/alsa/gstalsasink.h:
10463         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10464         (gst_alsasrc_init):
10465         * ext/alsa/gstalsasrc.h:
10466         Added alsa docs.
10467         Small code cleanups.
10468
10469 2006-03-01  Wim Taymans  <wim@fluendo.com>
10470
10471         * ext/theora/Makefile.am:
10472         Dist new header too,
10473
10474 2006-03-01  Wim Taymans  <wim@fluendo.com>
10475
10476         * docs/plugins/Makefile.am:
10477         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10478         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10479         * ext/gnomevfs/gstgnomevfssink.h:
10480         * ext/gnomevfs/gstgnomevfssrc.h:
10481         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10482         * ext/vorbis/vorbisdec.h:
10483         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10484         * ext/vorbis/vorbisenc.h:
10485         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10486         (vorbis_parse_chain), (vorbis_parse_change_state):
10487         * ext/vorbis/vorbisparse.h:
10488         * gst/audioconvert/gstaudioconvert.h:
10489         * gst/tcp/gsttcpserversink.h:
10490         * gst/videotestsrc/gstvideotestsrc.c:
10491         * gst/videotestsrc/gstvideotestsrc.h:
10492         * gst/volume/gstvolume.c:
10493         * gst/volume/gstvolume.h:
10494         Fix some more docs.
10495         Added docs for vorbisdec and vorbisparse.
10496         Fix vorbisparse.
10497
10498 2006-03-01  Wim Taymans  <wim@fluendo.com>
10499
10500         * docs/plugins/Makefile.am:
10501         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10503         * ext/pango/gstclockoverlay.h:
10504         * ext/pango/gsttextoverlay.h:
10505         * ext/pango/gsttextrender.h:
10506         * ext/pango/gsttimeoverlay.h:
10507         * ext/theora/gsttheoradec.h:
10508         * ext/theora/gsttheoraenc.h:
10509         * ext/theora/theoradec.c:
10510         * ext/theora/theoraenc.c:
10511         * gst/audioconvert/gstaudioconvert.h:
10512         * gst/audiotestsrc/gstaudiotestsrc.h:
10513         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10514         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10515         * gst/tcp/gstmultifdsink.h:
10516         Updated/added documentation.
10517
10518         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10519         (gst_text_overlay_halign_get_type),
10520         (gst_text_overlay_wrap_mode_get_type),
10521         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10522         (gst_text_overlay_init), (gst_text_overlay_set_property),
10523         (gst_text_overlay_get_property):
10524         Fix up properties to be enums instead of string to make bindings,
10525         introspection and automatic GUI creation possible.
10526         Add getters for the properties.
10527
10528 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10529
10530         * gst/audiotestsrc/gstaudiotestsrc.c:
10531           added defines of M_PI and M_PI_2
10532         * gst/ffmpegcolorspace/avcodec.h:
10533           removed #include "stdint.h" for win32 as _stdint.h is 
10534           autogenerated to win32/common
10535         * win32/common/libgstaudio.def:
10536         * win32/common/libgsttag.def:
10537           added some exports
10538         * win32/vs6:
10539           some project files bugs corrected
10540         * win32/vs7:
10541           project files are reset to the default vs7 configuration 
10542           (they link to msvcr71.dll using default optimizations)
10543           
10544 2006-02-28  Wim Taymans  <wim@fluendo.com>
10545
10546         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10547         Fix some docs.
10548
10549 2006-02-28  Edward Hervey  <edward@fluendo.com>
10550
10551         * ext/alsa/gstalsasrc.c:
10552         Set proper class on the ElementDetails:
10553         Source/Audio instead of Src/Audio/
10554
10555 2006-02-28  Edward Hervey  <edward@fluendo.com>
10556
10557         * gst/videoscale/vs_scanline.c:
10558         (vs_scanline_resample_nearest_RGBA):
10559         Revert optimization in videoscale. It should go in liboil and have
10560         an appropriate liboil function.
10561
10562 2006-02-28  Wim Taymans  <wim@fluendo.com>
10563
10564         * gst-libs/gst/audio/gstbaseaudiosink.c:
10565         (gst_base_audio_sink_provide_clock):
10566         Don't try to provide a clock in the NULL state.
10567
10568 2006-02-28  Wim Taymans  <wim@fluendo.com>
10569
10570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10571         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10572         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10573         (gst_ogg_demux_deactivate_current_chain),
10574         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10575         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10576         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10577         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10578         Use GstSegment infrastructure to remove duplicated code
10579         and handle more seek cases correctly.
10580
10581 2006-02-28  Wim Taymans  <wim@fluendo.com>
10582
10583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10584         (gst_ffmpegcsp_transform):
10585         Don't ignore return code from ffmpeg convert function.
10586
10587         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10588         Split out some long statements to ease debugging.
10589
10590 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10591
10592         * ext/libvisual/visual.c: (gst_visual_init),
10593         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10594         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10595         being able to renegotiate the size. Instead, use the negotiation
10596         algorithm from the goom plugin to pick an initial output caps. 
10597
10598         Also, allow theoretical libvisual plugins that might support non-GL 
10599         output even if they also do GL.
10600
10601 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10602
10603         * ext/libvisual/visual.c: (gst_visual_init),
10604         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10605         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10606         possible negotiation issues.
10607
10608 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10609
10610         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10611
10612 2006-02-24  Michael Smith  <msmith@fluendo.com>
10613
10614         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10615         (cmml_type_find), (plugin_init):
10616           Fix CMML type find function to not require a specific minor version
10617           of the CMML header.
10618
10619           Add an MPEG4 video elementary stream typefind function.
10620
10621 2006-02-04  Michael Smith  <msmith@fluendo.com>
10622
10623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10624         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10625         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10626         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10627         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10628         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10629           Annodex support in ogg demuxer. Doesn't do very much without the
10630           other annodex patches (to come).
10631
10632 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10635
10636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10637           Pick up palette for MS video v1 (#327028)
10638
10639 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10642         (gst_ffmpegcsp_caps_remove_format_info),
10643         (gst_ffmpegcsp_get_unit_size):
10644           The 'palette_data' field from incoming RGB caps shouldn't be
10645           proxied on outgoing YUV caps; also, restrict unit size
10646           adjustment in case of paletted data only to the unit that
10647           actually has a palette. Fixes #330711.
10648
10649 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10652         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10653         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10654         (gst_ffmpegcsp_get_unit_size):
10655           Plug some memory leaks.
10656
10657 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * sys/ximage/Makefile.am:
10660         * sys/xvimage/Makefile.am:
10661           Add some _CFLAGS and _LIBS that seem to be missing
10662           and/or required for Cygwin (see #317048).
10663
10664 2006-02-22  Wim Taymans  <wim@fluendo.com>
10665
10666         * ext/alsa/gstalsasrc.c:
10667         Fix description as pointed out by caugier.
10668
10669 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10670
10671         Reviewed by : Edward Hervey  <edward@fluendo.com>
10672
10673         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10674         (qt_type_find):
10675         Better 3gp typefinding (#331526).
10676
10677 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10680           Don't send EOS event here, the base class will send one for us.
10681
10682         * gst/playback/gstplaybasebin.c: (prepare_output):
10683           Subpictures without video stream aren't allowed either.
10684         
10685         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10686           Fix debug statement copy'n'paste-o.
10687
10688 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10691           Fix issues with mixer keeping state when muting/unmuting
10692           and when changing the volume whilst muted (see #331763
10693           and #331765).
10694
10695 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10698         (parse_subrip), (gst_sub_parse_format_autodetect):
10699           Set right caps given that we send escaped text. Also,
10700           honour <i></i>, <b></b> and <u></u> markers that can be found
10701           in .srt files (fixes #310202).
10702
10703 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * gst-libs/gst/audio/mixerutils.c:
10706         (element_factory_rank_compare_func):
10707           Make order in which elements are tried more determinable.
10708
10709 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10710
10711         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10712         (remove_element_chain), (cleanup_decodebin),
10713         (gst_decode_bin_change_state): Make decodebin reusable by
10714         fixing remove_element_chain first and then introduce a
10715         cleaner in state change to ->NULL. (Closes #331678)
10716
10717 2006-02-19  Wim Taymans  <wim@fluendo.com>
10718
10719         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10720         use 0666 mask when creating files so umask gets applied
10721         correctly. Fixes #331295.
10722
10723 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/subparse/Makefile.am:
10726         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10727         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10728         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10729         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10730         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10731         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10732         * gst/subparse/gstssaparse.h:
10733         * gst/subparse/gstsubparse.c: (plugin_init):
10734           Add very basic parser for SSA subtitle streams (as often
10735           found in matroska files).
10736
10737 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10740           That should be text/x-pango-markup, not text/x-pango-layout.
10741
10742 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10743
10744         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10745         Polishing.
10746
10747 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10748
10749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10750         (gst_text_overlay_finalize), (gst_text_overlay_init),
10751         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10752         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10753         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10754         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10755         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10756         Fix state change deadlock.
10757
10758 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10759
10760         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10761         (gst_text_overlay_finalize), (gst_text_overlay_init),
10762         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10763         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10764         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10765         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10766         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10767         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10768         and subtitles files.
10769
10770 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10771
10772         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10773         should be considered as raw.
10774
10775 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10776
10777         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10778         (cb_probe):
10779         * gst/playback/gststreaminfo.h: Introduce language informations.
10780
10781 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10782
10783         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10784         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10785         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10786         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10787         Set shared memory segments to be deleted as soon as we have attached,
10788         that way they get cleaned up automatically if we crash.
10789
10790 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10791
10792         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10793         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10794         functions are called with lock held.
10795
10796 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10797
10798         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10799         (gst_text_overlay_finalize), (gst_text_overlay_init),
10800         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10801         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10802         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10803         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10804         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10805         (gst_text_overlay_change_state): Refactoring of textoverlay
10806         without collectpads. This now supports sparse subtitles coming
10807         from a demuxer instead of a sub file. Seeking is still broken 
10808         though. Need to discuss with wtay some more on how to handle
10809         seeking correctly.
10810         * ext/pango/gsttextoverlay.h:
10811         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10812         subtitles coming from the demuxer.
10813
10814 2006-02-17  Wim Taymans  <wim@fluendo.com>
10815
10816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10817         (gst_vorbisenc_convert_sink):
10818         Use some more scaling functions.
10819
10820 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * ext/cdparanoia/gstcdparanoiasrc.c:
10823         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10824         (gst_cd_paranoia_paranoia_callback),
10825         (gst_cd_paranoia_src_signal_is_being_watched),
10826         (gst_cd_paranoia_src_read_sector):
10827         * ext/cdparanoia/gstcdparanoiasrc.h:
10828           Add back 'transport-error' and 'uncorrected-error' signals and
10829           make them actually be fired when bad stuff happens (#319340).
10830
10831 2006-02-17  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10834         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10835         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10836         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10837         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10838         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10839         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10840         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10841         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10842         (gst_ring_buffer_clear):
10843         Small cleanups.
10844         Added some G_LIKELY.
10845
10846 2006-02-17  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst-libs/gst/audio/TODO:
10849         Update TODO
10850
10851         * gst-libs/gst/audio/gstbaseaudiosink.c:
10852         (gst_base_audio_sink_get_offset):
10853         When trying to play samples ASAP and we don't have a
10854         previous sample, try to play at position 0 instead of
10855         an invalid position.
10856
10857 2006-02-17  Wim Taymans  <wim@fluendo.com>
10858
10859         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10860         (gst_alsasink_reset):
10861         Also release lock when we get an error in _reset();
10862         fix an error message.
10863
10864 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10867         (gst_alsasink_init), (get_channel_free_structure),
10868         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10869         (gst_alsasink_close):
10870         * ext/alsa/gstalsasink.h:
10871           Add support for more than 2 channels (#326720).
10872
10873 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10876           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10877           with 4 or 6 channels, assume a default channel layout to make things
10878           work (not sure there's anything else we can do in those cases).
10879
10880 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst-libs/gst/audio/multichannel.c:
10883           Minor docs fix.
10884
10885         * gst-libs/gst/riff/Makefile.am:
10886         * gst-libs/gst/riff/riff-ids.h:
10887         * gst-libs/gst/riff/riff-media.c:
10888         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10889           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10890           channels and a channel layout map.
10891           
10892 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10893
10894         Reviewed by Edward Hervey  <edward@fluendo.com>
10895
10896         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10897         C-level optimization of the RGBA nearest neighbour function.
10898         Eventually this might end up in liboil with vectorized versions.
10899
10900 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         * gst-libs/gst/audio/multichannel.c:
10903         (gst_audio_get_channel_positions):
10904           When we have more than 2 channels, but no channel layout is
10905           specified in the caps, return some default channel layout
10906           to the caller and warn about about a possibly buggy element
10907           (could be buggy filtercaps as well of course) (#317038).
10908
10909 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10912           Add gst-libs/gst/cdda to list of lib search paths.
10913
10914 2006-02-15  Andy Wingo  <wingo@pobox.com>
10915
10916         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10917         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10918         to the Lord Jesus that I do not have to touch the ogg muxer ever
10919         again.
10920
10921 2006-02-15  Edward Hervey  <edward@fluendo.com>
10922
10923         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10924         quicktime movie files can also contain 'uuid' atoms.
10925
10926 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/audioconvert/plugin.c: (plugin_init):
10929           Register the GstAudioChannelPosition enum type with the type
10930           system in the plugin_init function, so that it is known before
10931           any element actually makes use of multi-channel stuff. This is
10932           required for example if one wants to be able to deserialise/use
10933           a caps string with channel positions before any pipeline has
10934           been setup and started, like with gst-launch.
10935
10936 2006-02-14  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst-libs/gst/audio/gstringbuffer.c:
10939         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10940         (gst_ring_buffer_samples_done), (wait_segment),
10941         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10942         Add some compiler G_(UN_)LIKELY help.
10943         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10944         make sure they can exit their functions. Should fix #330748
10945
10946 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10947
10948         * Makefile.am:
10949         * configure.ac:
10950         * win32/MANIFEST:
10951         * win32/common/_stdint.h:
10952           Windows does not have long long; copy the generated _stdint.h
10953         * win32/common/interfaces-enumtypes.c:
10954         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10955         (gst_mixer_track_flags_get_type),
10956         (gst_tuner_channel_flags_get_type):
10957         * win32/common/multichannel-enumtypes.c:
10958         (gst_audio_channel_position_get_type):
10959           update
10960
10961 2006-02-13  Wim Taymans  <wim@fluendo.com>
10962
10963         * gst-libs/gst/audio/gstbaseaudiosink.c:
10964         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10965         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10966         Always sync on first sample we receive when starting.
10967
10968 2006-02-13  Wim Taymans  <wim@fluendo.com>
10969
10970         * gst/playback/gstplaybin.c: (gen_vis_element):
10971         Update vis bin docs.
10972         Move queue after tee so we don't queue video buffers but
10973         audio samples instead. Fixes problems where the video queue
10974         is filled and the audio queue empty.
10975
10976 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10977
10978         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10979           No need to push an EOS event here, GstBaseSrc will do that for us
10980           when we return FLOW_UNEXPECTED.
10981           
10982 2006-02-12  Wim Taymans  <wim@fluendo.com>
10983
10984         * gst-libs/gst/audio/gstbaseaudiosink.c:
10985         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10986         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10987         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10988         Use scale functions when possible.
10989         Fix error messages.
10990         Free clockid when after waiting for EOS.
10991         Use G_(UN_)LIKLY when it makes sense.
10992         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10993
10994 2006-02-12  Edward Hervey  <edward@fluendo.com>
10995
10996         * gst/playback/gstplaybasebin.c: (prepare_output): 
10997         Remove stray semi-colon (fixes #330888).
10998
10999 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11000
11001         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11003         Fix up the XShm call testing so that we catch errors, and don't
11004         cause new ones by attempting to detach from a segment we failed
11005         to attach to. Fixes #312439.
11006
11007 2006-02-10  Edward Hervey  <edward@fluendo.com>
11008
11009         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11010         Added flv file typefind (video/x-flv).
11011
11012 2006-02-10  Edward Hervey  <edward@fluendo.com>
11013
11014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11015         (gst_riff_create_video_template_caps):
11016         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11017         Also added the caps to the default set of riff video caps.
11018
11019 2006-02-09  Andy Wingo  <wingo@pobox.com>
11020
11021         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11022         time and the end time of the last packet in the page.
11023         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11024         on the pages in our queue, set the duration as well. Reflow a
11025         debug statement.
11026         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11027         Fixes bad muxing order.
11028
11029 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11030
11031         * gst-libs/gst/rtp/gstbasertppayload.c:
11032         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11033           update seqnum before setting it on the packet; this makes sure
11034           that the timestamp and seqnum properties match after pushing
11035           a buffer
11036
11037 2006-02-09  Andy Wingo  <wingo@pobox.com>
11038
11039         * gst-libs/gst/audio/gstringbuffer.c
11040         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11041         overflow after 13.5 hours of recording. Kapow!
11042
11043         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11044         the buffer size -- we don't care about underrun/overrun reporting
11045         right now, just need to return a useful value.
11046
11047 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11048
11049         * configure.ac:
11050           Back to CVS
11051
11052 === release 0.10.3 ===
11053
11054 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11055
11056         * configure.ac:
11057           releasing 0.10.3, "Under Pressure"
11058
11059 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11060
11061         * configure.ac:
11062         Drat. Bump libtool version number for new API.
11063         Prelease 0.10.2.3 (of 0.10.3)
11064
11065 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11066
11067         * configure.ac:
11068         * win32/common/config.h:
11069         0.10.2.2 prerelease (of 0.10.3).
11070
11071 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11072
11073         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11074           Revert Andy's newsegment change pending a more correct
11075           fix.
11076
11077 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11078
11079         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11080         (qt_type_find), (plugin_init):
11081           detect more files as 3gp
11082           group and reorder the iso file formats
11083
11084 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * ext/vorbis/vorbis.c: (plugin_init):
11087           Register musicbrainz tags, so apps don't have to.
11088
11089 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11092         (gst_tag_to_vorbis_tag):
11093           Make sure we called gst_tag_register_musicbrainz_tags()
11094           before possibly mapping a vorbiscomment string from/to a
11095           musicbrainz tag.
11096
11097 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11100           In case we can't find the required number of consecutive
11101           mpeg audio frames to positively identify an MPEG audio
11102           stream, check if there's at least a valid mpeg audio
11103           frame right at offset 0 and if so suggest mpeg/audio
11104           caps with a very low probability (#153004).
11105
11106 2006-02-07  Andy Wingo  <wingo@pobox.com>
11107
11108         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11109         a TIME segment if we get timestamped buffers. Requires recent
11110         fixes in core to work properly.
11111
11112 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * gst/playback/gstplaybasebin.c: (prepare_output):
11115           Don't print the URI as part of the error message, it
11116           makes error dialogs look rather ugly, especially if
11117           the URI is very long or has characters in it that
11118           need escaping.
11119
11120 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * gst/playback/gstplaybasebin.c: (prepare_output):
11123           Error out if we have only text or subtitles, but nothing
11124           else. Also error out if we have subtitles but no video
11125           stream.
11126
11127 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11128
11129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11130           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11131           Post an error message on the bus when we encounter an
11132           error, which will hopefully be more meaningful than the
11133           'Internal Flow Error' message users get to see if we
11134           just return GST_FLOW_ERROR.
11135
11136 2006-02-07  Andy Wingo  <wingo@pobox.com>
11137
11138         * configure.ac (GST_MAJORMINOR): Update core version req to
11139         0.10.2.2, for the collectpads API addition (#330244).
11140
11141 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11144           Return FALSE from plugin_init() when GnomeVFS can't
11145           be initialised for some reason (#328423).
11146
11147 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11148
11149         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11150         Stick to seeking theory until i find the bug.
11151         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11152
11153 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11156         (theora_enc_finalize), (theora_enc_sink_setcaps),
11157         (theora_set_header_on_caps), (theora_enc_chain),
11158         (theora_enc_change_state):
11159         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11160           Make theoraenc and the tests leak free. Like, really.
11161
11162 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11163
11164         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11165         (theora_enc_finalize), (theora_enc_sink_setcaps):
11166           Add a finalize method to ensure we clean up state even if
11167           someone omitted the state change back to NULL.
11168
11169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11170         (gst_vorbisenc_chain):
11171           Free some more leaked bits.
11172
11173         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11174         (stop_pipeline):
11175           Wait for state changes to happen if they're ASYNC.
11176
11177           This ought to teach those fancy pants buildbots a lesson.
11178
11179 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11180
11181         * gst-libs/gst/tag/gstid3tag.c:
11182           Add mapping for ID3 International Standard Recording Code
11183           tag "TSRC"
11184
11185 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11186
11187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11188           Don't leak tag names.
11189
11190 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11191
11192         * docs/libs/gst-plugins-base-libs-docs.sgml:
11193         * docs/libs/gst-plugins-base-libs-sections.txt:
11194         * gst-libs/gst/tag/gstid3tag.c:
11195         * gst-libs/gst/tag/gstvorbistag.c:
11196         * gst-libs/gst/tag/tags.c:
11197           Split libgsttag docs into multiple sections.
11198
11199 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11200
11201         * docs/libs/Makefile.am:
11202         * docs/libs/gst-plugins-base-libs-docs.sgml:
11203         * docs/libs/gst-plugins-base-libs-sections.txt:
11204         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11205         * gst-libs/gst/tag/gstvorbistag.c:
11206         * gst-libs/gst/tag/tag.h:
11207         * gst-libs/gst/tag/tags.c:
11208           Add libgsttag to the docs.
11209
11210 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11211
11212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11213         (gst_text_overlay_init), (gst_text_overlay_src_event),
11214         (gst_text_overlay_collected): Fix clockoverlay.
11215
11216 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         * docs/libs/compiling.sgml:
11219           Fix typo: it's pkg-config, not pkg-gconfig
11220
11221         * docs/libs/gst-plugins-base-libs-docs.sgml:
11222         * docs/libs/gst-plugins-base-libs-sections.txt:
11223         * docs/libs/tmpl/gstgconf.sgml:
11224           There is no libgstgconf in 0.10, remove it
11225           from the docs.
11226
11227 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11228
11229         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11230         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11231         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11232         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11233         (gst_sub_parse_class_init), (gst_sub_parse_init),
11234         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11235         (parse_mpsub), (parser_state_init), (handle_buffer),
11236         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11237         * gst/subparse/gstsubparse.h: Introduce seeking code.
11238
11239 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11242           Add comment about LANGUAGE tag inconsistency (we want
11243           ISO-639-1, but extract three-letter identifiers?)
11244
11245         * po/POTFILES.in:
11246           Add two translatable files.
11247
11248 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * gst-libs/gst/tag/Makefile.am:
11251         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11252         * gst-libs/gst/tag/tag.h:
11253         * gst-libs/gst/tag/tags.c:
11254         (gst_tag_register_musicbrainz_tags_internal),
11255         (gst_tag_register_musicbrainz_tags):
11256           Forward-port some tags stuff from the 0.8 branch. This is
11257           mostly the addition of musicbrainz tags and their mapping
11258           to vorbistags, and a vorbistag mapping of the language tag.
11259
11260 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11261
11262         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11263         refactoring.
11264
11265 2006-02-04  David Schleef  <ds@schleef.org>
11266
11267         * ext/ogg/gstoggmux.c:
11268         * gst/typefind/gsttypefindfunctions.c:
11269           Add Dirac typefinding and add dirac format to oggmux.
11270
11271 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * gst/playback/gstdecodebin.c: (try_to_link_1):
11274           Don't put essential function call into
11275           g_return_*() macro, otherwise it'll all be
11276           replaced by NOOPs when compiling with
11277           G_DISABLE_CHECKS defined.
11278
11279 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11280
11281         * ext/ogg/gstoggdemux.c:
11282         * ext/ogg/gstoggparse.c:
11283         * gst/tcp/gsttcpserversink.c:
11284         * sys/v4l/v4lsrc_calls.c:
11285         * sys/v4l/v4lsrc_calls.h:
11286         Just make it compile with --disable-gst-debug.
11287
11288 2006-02-03  Wim Taymans  <wim@fluendo.com>
11289
11290         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11291         (gst_alsasink_class_init), (gst_alsasink_init),
11292         (gst_alsasink_write), (gst_alsasink_reset):
11293         * ext/alsa/gstalsasink.h:
11294         Add lock to protect alsa calls.
11295         Implement reset to flush samples ASAP, does not work
11296         with dmix though.
11297
11298 2006-02-02  Wim Taymans  <wim@fluendo.com>
11299
11300         * gst-libs/gst/audio/gstbaseaudiosink.c:
11301         (gst_base_audio_sink_provide_clock):
11302         Ugh.. getting late I guess...
11303
11304 2006-02-02  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst-libs/gst/audio/gstbaseaudiosink.c:
11307         (gst_base_audio_sink_provide_clock),
11308         (gst_base_audio_sink_set_property),
11309         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11310         Don't try to provide a clock when we are not negotiated since
11311         we might not be able to make it run.
11312
11313 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/playback/gstdecodebin.c: (try_to_link_1):
11316           Unlinking two source pads is ... hard.
11317
11318 2006-02-02  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst-libs/gst/audio/TODO:
11321         Updated.
11322
11323         * gst-libs/gst/audio/gstbaseaudiosink.c:
11324         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11325         On EOS, wait till the last sample is played before posting EOS.
11326
11327 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11328
11329         Patch by: Kai Vehmanen
11330         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11331           Adds ability to enable newsegment bypass by setting queue_delay to
11332           zero. Also avoid thread being started if queue_delay is zero.
11333
11334 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11337           Make test work again by connecting fakesinks to each decoded pad,
11338           which makes the pipeline wait until each fakesink has a buffer
11339           queued before going to PAUSED state. At that point we know the
11340           decodebin pads are negotiated.
11341
11342 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11343
11344         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11345         (gst_cdda_base_src_handle_event):
11346         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11347           Pass unhandled queries to the parent class's query function.
11348
11349 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11350
11351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11352         (gst_ogg_pad_src_query):
11353         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11354         * ext/theora/theoradec.c: (theora_dec_src_query),
11355         (theora_dec_sink_query):
11356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11357         (vorbis_dec_sink_query):
11358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11359         (gst_vorbisenc_sink_query):
11360         * gst/adder/gstadder.c: (gst_adder_query):
11361           Pass unhandled queries upstream instead of just
11362           dropping them (#326447). Also, fix supported
11363           query types list for some elements.
11364
11365 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11368         (paris_type_find), (ilbc_type_find), (plugin_init):
11369           Fix typefinding for audio/x-au, audio/x-paris and
11370           audio/iLBC-sh. We cannot use the START_WITH macros
11371           here, because there can only be one typefind factory
11372           with the same name (caps), so the second one would
11373           replace the first one and the first one would never
11374           be called when doing typefinding (see #161712).
11375           
11376
11377 2006-01-31  Wim Taymans  <wim@fluendo.com>
11378
11379         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11380         (vorbis_handle_header_packet), (vorbis_dec_push),
11381         (vorbis_handle_data_packet):
11382         Use scale_int when we can, add some more scaling.
11383         Check packettype before parsing it.
11384
11385 2006-01-31  Wim Taymans  <wim@fluendo.com>
11386
11387         * ext/theora/theoradec.c: (_theora_granule_time),
11388         (theora_dec_src_convert), (theora_dec_sink_convert):
11389         Call right _scale functions.
11390         Use parameter instead of some other random value.
11391
11392 2006-01-31  Wim Taymans  <wim@fluendo.com>
11393
11394         * ext/theora/theoradec.c: (_theora_granule_frame),
11395         (_theora_granule_time), (_inc_granulepos),
11396         (theora_dec_src_convert), (theora_dec_sink_convert),
11397         (theora_handle_type_packet), (theora_handle_data_packet),
11398         (theora_dec_chain):
11399         Use higher precision timestamps calculation.
11400         Convert some other conversions to _scale.
11401
11402 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11403
11404         * gst/audiotestsrc/gstaudiotestsrc.c:
11405         (gst_audio_test_src_create_sine_table), (plugin_init):
11406         * gst/volume/gstvolume.c: (plugin_init):
11407           initialize gst_controller before using
11408
11409 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11410
11411         * tests/check/pipelines/theoraenc.c:
11412         * tests/check/pipelines/vorbisenc.c:
11413         Define constant using G_GINT64_CONSTANT to avoid errors when
11414         passing it around - otherwise it gets truncated to 32 bits.
11415
11416         Fixes failing tests.
11417
11418 2006-01-31  Andy Wingo  <wingo@pobox.com>
11419
11420         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11421         caps being set doesn't have a framerate value. Basically a stopgap
11422         measure.
11423
11424         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11425         technically correct enough to put into core though.
11426         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11427         DURATION. Fixes theoraenc ! oggmux.
11428
11429         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11430         fraction, not double.
11431
11432 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11433
11434         * win32/vs7:
11435         add vs7 project files created by Sergey Scobich
11436
11437 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11438
11439         * win32/vs8:
11440         add vs8 project files created by Sergey Scobich
11441         
11442 2006-01-30  Andy Wingo  <wingo@pobox.com>
11443
11444         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11445         timestamp + duration, not just timestamp -- ogg pages should be
11446         ordered by stop time. Necessary fix given the change in vorbis
11447         timestamps.
11448
11449         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11450         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11451         (granulepos_add): New function, handles the messiness of adjusting
11452         granulepos values.
11453         (theora_buffer_from_packet):
11454         (theora_enc_chain):
11455         (theora_enc_sink_event): Use granulepos_add, not +.
11456
11457         * tests/check/pipelines/theoraenc.c
11458         (check_buffer_granulepos_from_starttime): Just check the frame
11459         count, not the actual granulepos -- we can't dictate to the
11460         encoder when it should be placing keyframes.
11461
11462 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11463
11464         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11465           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11466           play an http:// stream from a server that's not serving
11467
11468 2006-01-30  Andy Wingo  <wingo@pobox.com>
11469
11470         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11471         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11472         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11473         available.
11474
11475         * ext/theora/gsttheoraenc.h:
11476         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11477         although theoraenc was timestamping correctly. Added handling of
11478         streams that start with nonzero timestamps.
11479
11480         * tests/check/Makefile.am:
11481         * tests/check/pipelines/theoraenc.c: New file, basically does same
11482         tests as vorbisenc.
11483
11484         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11485
11486 2006-01-30  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst-libs/gst/audio/gstaudiosink.c:
11489         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11490         (gst_audioringbuffer_pause):
11491         Implement pause that does not wait for completion.
11492
11493         * gst-libs/gst/audio/gstbaseaudiosink.c:
11494         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11495         Don't drop buffers when going to PAUSED but perform preroll on
11496         remaining samples now that core base class supports this.
11497
11498         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11499         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11500         (gst_ring_buffer_commit):
11501         Pause should not signal waiters.
11502         Implement return value of _commit correctly.
11503
11504 2006-01-30  Andy Wingo  <wingo@pobox.com>
11505
11506         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11507
11508         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11509         updated to timestamp from the first sample, not the last.
11510         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11511         special care of granulepos and timestamp for header packets.
11512         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11513         when the first buffer has a nonzero timestamp.
11514
11515         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11516         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11517         case when the first audio buffer we get has a nonzero timestamp.
11518         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11519         properly timestamp vorbis buffers with the time of the first
11520         sample, not the last.
11521         
11522         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11523         vorbis_granule_time_copy -- now it takes the granule/subgranule
11524         offset into account.
11525
11526         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11527         timestamps, durations, and granulepos on buffers produced by
11528         vorbisenc.
11529
11530 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11531
11532         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11533         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11534           Patch from Eric Jonas to support conversions to/from UYVY 
11535           (Fixes: #324626)
11536
11537 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11538
11539         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11540         (setup_subtitle), (setup_source), (set_active_source):
11541         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11542         (gen_text_element), (gen_audio_element), (gen_vis_element),
11543         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11544
11545 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11546
11547         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11548         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11549                 use gst_guint64_to_gdouble to be compliant with vs6
11550         * gst/playback/gstdecodebin.c: (try_to_link_1)
11551         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11552                 use G_GINT64_CONSTANT for int64 constants
11553         * win32/common/libgstinterfaces.def:
11554                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11555         * win32/vs6:
11556                 update and add new project files
11557                 
11558 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11559
11560         * Makefile.am:
11561         * win32/MANIFEST:
11562         * win32/common/interfaces-enumtypes.c:
11563         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11564         (gst_mixer_track_flags_get_type),
11565         (gst_tuner_channel_flags_get_type):
11566         * win32/common/interfaces-enumtypes.h:
11567         * win32/common/multichannel-enumtypes.c:
11568         (gst_audio_channel_position_get_type):
11569         * win32/common/multichannel-enumtypes.h:
11570           add a win32-update rule like in core, and copy over enumtypes files
11571
11572 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11573
11574         * win32/MANIFEST:
11575         * win32/common/config.h:
11576         * win32/common/config.h.in:
11577           add config files just like in core
11578
11579 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11582           Make gcc-4.1 happy (part of #327357).
11583
11584 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11585
11586         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11587         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11588         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11589         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11590         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11591         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11592           Update all error messages.  All of them should either use
11593           the default translated message, or actually provide a
11594           translatable string.
11595           Make the string for channel count problems meaningful.
11596
11597 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11598
11599         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11600           check for and throw RESOURCE_BUSY
11601
11602 2006-01-27  David Schleef  <ds@schleef.org>
11603
11604         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11605           checked in this change -- it requires liboil features not
11606           in 0.3.6.  Revert parts.
11607
11608 2006-01-27  David Schleef  <ds@schleef.org>
11609
11610         * REQUIREMENTS:
11611         * configure.ac: update liboil requirement to 0.3.6
11612         * gst/videoscale/Makefile.am:
11613         * gst/videoscale/vs_scanline.c: liboilify
11614
11615 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11616
11617         * ext/libvisual/visual.c: (get_buffer):
11618           When pad_alloc returns a GstFlowReturn other
11619           than GST_FLOW_OK, make sure it is passed upstream.
11620
11621 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11622
11623         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11624         (gst_alsasink_class_init):
11625           Free the device name string.
11626
11627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11628         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11629         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11630           Don't remove a pad from the collectpads structure until it
11631           is released - it's a request pad, and may receive data again
11632           if the element gets moved back to PLAYING state.
11633
11634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11635           Ensure we turn on double buffering on the Xv port, and
11636           set the colour key to something dark and mysterious that
11637           isn't black.
11638
11639 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11640
11641         * ext/alsa/gstalsaplugin.c: (plugin_init):
11642         * ext/cdparanoia/gstcdparanoiasrc.c:
11643         (gst_cd_paranoia_src_base_init), (plugin_init):
11644         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11646           - a library should not call setlocale. see "Libraries" node in
11647             gettext manual
11648           - make sure all plugins that use translation do bindtextdomain
11649             to point to the localedir
11650         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11651         (setup_sinks), (plugin_init):
11652           all this, and check for NULL when creating sinks
11653
11654 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11655
11656         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11657         (plugin_init): Make typefinding of subtitles work again.
11658
11659 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11662         (mp3_type_frame_length_from_header), (mp3_type_find),
11663         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11664         (plugin_init):
11665           Backport a bunch of typefinding fixes from the 0.8 branch.
11666           Also, improve wavpack typefinding: if we can't peek the
11667           entire wavpack block, try to parse the bits we can get and
11668           see if we find what we're looking for in those.
11669
11670 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11671
11672         * sys/ximage/ximagesink.c:
11673         (gst_ximagesink_calculate_pixel_aspect_ratio):
11674         * sys/xvimage/xvimagesink.c:
11675         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11676         more cases of pixel aspect ratio.
11677
11678 2006-01-26  Edward Hervey  <edward@fluendo.com>
11679
11680         * gst/playback/gstdecodebin.c: (pad_probe):
11681         Also consider the flush-start and tag events as unblockers
11682         for the pad probes.
11683
11684 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11685
11686         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11687         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11688         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11689         On the fly visualisation switch, works disabling, enabling as
11690         well but it won't be able to enable vis in a playbin that was
11691         created with no visualisation.
11692
11693 2006-01-25  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst-libs/gst/audio/gstbaseaudiosink.c:
11696         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11697         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11698         resume after pause.
11699
11700 2006-01-25  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst-libs/gst/audio/gstbaseaudiosink.c:
11703         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11704         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11705         Improve debugging.
11706         Post error when caps cannot be parsed.
11707         Resync on discontinuity in the stream.
11708         Clip samples to segment boundaries.
11709         return WRONG_STATE sooner when we are flushing.
11710
11711         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11712         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11713         Make audiosrc operate in TIME.
11714         Set TIMESTAMP and DURATION on buffers.
11715
11716 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * tests/examples/seek/seek.c: (main):
11719           Output tag messages as well.
11720
11721 2006-01-23  Edward Hervey  <edward@fluendo.com>
11722
11723         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11724         (free_pad_probes), (remove_fakesink), (pad_probe),
11725         (close_pad_link), (gst_decode_bin_change_state):
11726         Replace GstPadBlockCallback with pad probes that detect
11727         first buffer AND eos before removing fakesink.
11728         Fixes hang with demuxers doing EOS while pre-rolling.
11729         Solves #328279
11730
11731 2006-01-23  Andy Wingo  <wingo@pobox.com>
11732
11733         * ext/alsa/gstalsasink.c:
11734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11735         (gst_base_rtp_depayload_setcaps),
11736         (gst_base_rtp_depayload_add_to_queue),
11737         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11738         
11739         Patch by: Jens Granseuer <jensgr at gmx dot net>
11740
11741 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11742
11743         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11744         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11745         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11746         frames. We might get a frame destroyed after changing state to
11747         NULL, adding a safety check on xcontext.
11748
11749 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst-libs/gst/interfaces/xoverlay.c:
11752           Fix prepare-xwindow-id code example in the docs - we need to
11753           ignore all messages that aren't element messages as well.
11754           
11755 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11756
11757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11758           I think one day i'll completely undestand how caps negotiation
11759           is supposed to work. This refactoring handles buffer_alloc
11760           called with caps we can't handle. We definitely don't want a
11761           set_caps with those caps, so we define and allocate a buffer
11762           we would like to receive.
11763
11764 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * gst/playback/gstplaybasebin.c: (setup_source):
11767           Free iterator when done.
11768
11769 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11770
11771         * gst-libs/gst/audio/gstbaseaudiosink.c:
11772         (gst_base_audio_sink_render):
11773           Fix playback of non-synchronised streams by assuming a rate
11774           of 1.0 instead of a random one.
11775
11776           Makes this work again:
11777
11778           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11779           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11780           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11781           audioresample ! alsasink
11782
11783 === release 0.10.2 ===
11784
11785 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11786
11787         * configure.ac:
11788           releasing 0.10.2, "Then the devil is six"
11789
11790 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11791
11792         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11793         * gst/playback/gststreamselector.c:
11794         (gst_stream_selector_set_property):
11795           Comment out broken code that connects to the state-changed signal.
11796           At this point, changing current stream selection is broken, but 
11797           stuff like gst-launch playbin current-audio=1 works and filters
11798           to the chosen stream.
11799
11800 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11801
11802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11803           Fix #327216 (null dereference in vorbisdec)
11804
11805 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11808           Post taglist actually on bus instead of just freeing it
11809           (fixes #327114 and totem bug #327080).
11810
11811         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11812           Use gst_element_found_tags_for_pad(), so that the tags
11813           are sent downstream as an event as well.
11814
11815 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11818         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11819         (gst_ximagesink_buffer_alloc):
11820         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11821         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11822         (gst_xvimagesink_buffer_alloc):
11823           move all regularly occurring messages to GST_LOG level
11824           add some more object logs
11825
11826 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11829           fix a silly segfault
11830
11831 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * docs/libs/gst-plugins-base-libs-docs.sgml:
11834         * docs/libs/gst-plugins-base-libs-sections.txt:
11835         * gst-libs/gst/audio/mixerutils.c:
11836         * gst-libs/gst/audio/mixerutils.h:
11837           Add docs for mixerutils stuff.
11838
11839 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst/playback/gstplaybasebin.c: (setup_source):
11842           Fix playback for sources that emit raw audio or
11843           raw video streams (e.g.: cd audio sources) (#325984).
11844
11845 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * gst-libs/gst/audio/mixerutils.c:
11848         (gst_audio_mixer_filter_do_filter):
11849           actually save the element we create
11850
11851 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * gst-libs/gst/cdda/gstcddabasesrc.c:
11854         (gst_cdda_base_src_handle_track_seek):
11855           No need to post a tag message on the bus when seeking
11856           within the same track, only post it when the current
11857           track changes.
11858
11859 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11860
11861         * gst/playback/gstplaybasebin.c: (group_destroy),
11862         (probe_triggered), (new_decoded_pad), (mute_group_type),
11863         (set_active_source):
11864         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11865         * gst/playback/gststreamselector.c:
11866         (gst_stream_selector_base_init),
11867         (gst_stream_selector_set_property),
11868         (gst_stream_selector_request_new_pad):
11869           Reenable stream selection. These mechanisms need a complete overhaul
11870           in the face of 0.8->0.10 changes though.
11871
11872 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11873
11874         * ext/ogg/gstoggdemux.c:
11875           Change the pad template to src_%d to match the pads that 
11876           are created from it. decodebin needs this information in order
11877           to decide that oggdemux is capable of producing multiple pads
11878           (and hence needs queues inserted).
11879
11880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11881         (gst_ogg_mux_collected):
11882           Make debug output more useful by using GST_PTR_FORMAT.
11883
11884 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11885
11886         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11889           Set depth and width for alaw/mulaw (fixes #326601).
11890
11891 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * tests/icles/Makefile.am:
11894           don't build the tests if we don't have the libs
11895
11896 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11899         (gst_cd_paranoia_paranoia_callback):
11900           Don't try to free NULL pointers.
11901
11902 2006-01-10  Edward Hervey  <edward@fluendo.com>
11903
11904         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11905         (gst_audio_rate_change_state), (plugin_init):
11906         Add debugging category.
11907         Fix type issues.
11908         Add case for incoming buffers without valid offset/offset_end.
11909
11910 2006-01-10  Michael Smith  <msmith@fluendo.com>
11911
11912         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11913           Don't leak GCond in audio sources.
11914
11915 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11916
11917         * gst/playback/gstplaybin.c: (gen_audio_element):
11918           Don't leak an autoaudiosink/alsasink when we generate
11919           a new audio element. (old code, I guess)
11920
11921 2006-01-10  Michael Smith  <msmith@fluendo.com>
11922
11923         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11924           Support float audio in audiorate.
11925           Use width rather than depth for selecting sample width.
11926
11927 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * gst/videotestsrc/videotestsrc.h:
11930           Use GLib types here (that way we don't have to include the
11931           generated _stdint.h header, which makes life easier for win32
11932           folks that don't use autotools for the build) (#325990, patch
11933           by: Sergey Scobich).
11934
11935 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11936
11937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11938         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11939         (gst_ring_buffer_pause), (wait_segment):
11940         * gst-libs/gst/audio/gstringbuffer.h:
11941           Name (private) union, makes Forte compiler happy (this time
11942           for real) (#324900).
11943
11944 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11945
11946         * gst-libs/gst/audio/Makefile.am:
11947           Link against libgstinterfaces, needed for mixer
11948           and property probe stuff.
11949
11950 2006-01-09  Edward Hervey  <edward@fluendo.com>
11951
11952         * gst-libs/gst/Makefile.am:
11953
11954 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * gst-libs/gst/audio/Makefile.am:
11957         * gst-libs/gst/audio/mixerutils.c:
11958         (gst_audio_mixer_filter_do_filter),
11959         (gst_audio_mixer_filter_check_element),
11960         (gst_audio_mixer_filter_probe_feature),
11961         (element_factory_rank_compare_func),
11962         (gst_audio_default_registry_mixer_filter):
11963         * gst-libs/gst/audio/mixerutils.h:
11964           Add gst_audio_default_registry_mixer_filter() utility
11965           function.
11966
11967 2006-01-03  Michael Smith  <msmith@fluendo.com>
11968
11969         * gst/audioresample/resample.h:
11970           As before, but for o_buf
11971
11972 2006-01-03  Michael Smith  <msmith@fluendo.com>
11973
11974         * gst/audioresample/resample.h:
11975           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11976           since we do arithmetic on it.
11977
11978 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11979
11980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11981         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11982         (gst_ring_buffer_pause), (wait_segment):
11983         * gst-libs/gst/audio/gstringbuffer.h:
11984           Sun's Forte compiler doesn't seem to like anonymous structs,
11985           so use same setup as in GstBaseSrc (fixes #324900).
11986
11987 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11988
11989         * configure.ac:
11990         * gst/volume/Makefile.am:
11991         * gst/volume/demo.c:
11992           move old example to tests/examples/volume/volune.c
11993         * tests/examples/Makefile.am:
11994         * tests/examples/seek/seek.c: (main):
11995           change window-close event from "delete-event" to "destroy"
11996         * tests/examples/volume/Makefile.am:
11997         * tests/examples/volume/volume.c: (value_changed_callback),
11998         (setup_gui), (message_received), (eos_message_received), (main):
11999           fix event handling and bus usage
12000
12001 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12002
12003         * gst/audiotestsrc/gstaudiotestsrc.c:
12004         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12005         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12006         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12007         (gst_audio_test_src_create_square),
12008         (gst_audio_test_src_create_saw),
12009         (gst_audio_test_src_create_triangle),
12010         (gst_audio_test_src_create_silence),
12011         (gst_audio_test_src_create_white_noise),
12012         (gst_audio_test_src_create_pink_noise),
12013         (gst_audio_test_src_init_sine_table),
12014         (gst_audio_test_src_create_sine_table),
12015         (gst_audio_test_src_change_wave),
12016         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12017         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12018         * gst/audiotestsrc/gstaudiotestsrc.h:
12019           update to basesrc changes, implement segmented seeking and eos
12020           handling, add a 'sine-tab' waveform for performance critical playback
12021
12022 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * po/POTFILES.in:
12025           ... and this time the other modified file that I missed last time.
12026
12027 2005-12-29  Michael Smith  <msmith@fluendo.com>
12028
12029         * gst/playback/gstdecodebin.c: (new_pad):
12030           Fix non-C89 variable declaration not at the start of a block. Should
12031           help some compilers.
12032
12033 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * tests/check/Makefile.am:
12036           And now fix 'make distcheck' (builddir != srcdir)
12037
12038 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * configure.ac:
12041         * ext/cdparanoia/Makefile.am:
12042         * ext/cdparanoia/gstcdparanoia.c:
12043         * ext/cdparanoia/gstcdparanoia.h:
12044         * ext/cdparanoia/gstcdparanoiasrc.c:
12045         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12046         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12047         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12048         (gst_cd_paranoia_paranoia_callback),
12049         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12050         (gst_cd_paranoia_src_set_property),
12051         (gst_cd_paranoia_src_get_property), (plugin_init):
12052         * ext/cdparanoia/gstcdparanoiasrc.h:
12053           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12054           plugin again (there are still fixes required to playbin to make
12055           cdda:// uris work there).
12056
12057 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12058
12059         * tests/check/Makefile.am:
12060           Fix test case compilation.
12061
12062 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst-libs/gst/cdda/gstcddabasesrc.c:
12065         (gst_cdda_base_src_update_duration),
12066         (gst_cdda_base_src_calculate_cddb_id):
12067           An integer is not a string. Fix access to uninitialised variable.
12068
12069         * tests/check/Makefile.am:
12070           Add cddabasesrc unit test; also actually enable the vorbis test.
12071
12072         * tests/check/generic/states.c:
12073           Blacklist new cd audio elements as well.
12074
12075         * tests/check/libs/cddabasesrc.c:
12076           Unit test for GstCddaBaseSrc (discid calculation mostly).
12077
12078 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         * docs/libs/Makefile.am:
12081         * docs/libs/gst-plugins-base-libs-docs.sgml:
12082         * docs/libs/gst-plugins-base-libs-sections.txt:
12083         * docs/libs/gst-plugins-base-libs.types:
12084           Add docs for libgstcdda/GstCddaBaseSrc.
12085
12086         * gst-libs/gst/interfaces/mixertrack.h:
12087           Do one struct member per line with a semicolon at the end, that way
12088           even gtk-doc might parse it without complaining.
12089
12090 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * configure.ac:
12093         * gst-libs/gst/Makefile.am:
12094         * gst-libs/gst/cdda/Makefile.am:
12095         * gst-libs/gst/cdda/base64.c:
12096         * gst-libs/gst/cdda/base64.h:
12097         * gst-libs/gst/cdda/gstcddabasesrc.c:
12098         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12099         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12100         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12101         (gst_cdda_base_src_get_property),
12102         (gst_cdda_base_src_get_track_from_sector),
12103         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12104         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12105         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12106         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12107         (gst_cdda_base_src_uri_get_protocols),
12108         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12109         (gst_cdda_base_src_uri_handler_init),
12110         (gst_cdda_base_src_setup_interfaces),
12111         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12112         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12113         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12114         (gst_cdda_base_src_add_tags),
12115         (gst_cdda_base_src_add_index_associations),
12116         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12117         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12118         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12119         (gst_cdda_base_src_create):
12120         * gst-libs/gst/cdda/gstcddabasesrc.h:
12121         * gst-libs/gst/cdda/sha1.c:
12122         * gst-libs/gst/cdda/sha1.h:
12123           Add new libgstcdda with GstCddaBaseSrc class.
12124
12125 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * ext/gnomevfs/gstgnomevfssink.h:
12128           Use GstBaseSinkClass as parent_class member for class struct, not
12129           GstBaseSink.
12130
12131 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         Patch by: Michael Benes
12134
12135         * gst/videotestsrc/gstvideotestsrc.c:
12136         (gst_video_test_src_class_init), (gst_video_test_src_start):
12137           Add start method to reset running time and number of frames sent
12138           when starting up (fixes #324696)
12139
12140 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12141
12142         * docs/plugins/Makefile.am:
12143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12145         * docs/plugins/gst-plugins-base-plugins.args:
12146         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12147         * docs/plugins/gst-plugins-base-plugins.signals:
12148           Add docs stuff for gnomevfssrc and gnomevfssink.
12149
12150         * ext/gnomevfs/gstgnomevfssrc.c:
12151           Fix example pipeline in gtk-doc blurb.
12152
12153 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * ext/gnomevfs/Makefile.am:
12156         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12157         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12158         (gst_gnome_vfs_handle_get_type), (plugin_init):
12159         * ext/gnomevfs/gstgnomevfs.h:
12160         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12161         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12162         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12163         (gst_gnome_vfs_sink_set_property),
12164         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12165         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12166         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12167         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12168         (gst_gnome_vfs_sink_uri_get_type),
12169         (gst_gnome_vfs_sink_uri_get_protocols),
12170         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12171         (gst_gnome_vfs_sink_uri_handler_init):
12172         * ext/gnomevfs/gstgnomevfssink.h:
12173           Port gnomevfssink; add gtk-doc blurb.
12174
12175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12176         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12177         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12178         (gst_gnome_vfs_src_uri_get_type),
12179         (gst_gnome_vfs_src_uri_get_protocols),
12180         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12181         (gst_gnome_vfs_src_uri_handler_init),
12182         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12183         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12184         (gst_gnome_vfs_src_send_additional_headers_callback),
12185         (gst_gnome_vfs_src_received_headers_callback),
12186         (gst_gnome_vfs_src_push_callbacks),
12187         (gst_gnome_vfs_src_pop_callbacks),
12188         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12189         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12190         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12191         * ext/gnomevfs/gstgnomevfssrc.h:
12192           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12193           file; add gtk-doc blurb with example pipelines.
12194
12195 === release 0.10.1 ===
12196
12197 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12198
12199         * configure.ac:
12200           releasing 0.10.1, "Dobro Dedek"
12201
12202 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12203
12204         * gst/typefind/gsttypefindfunctions.c:
12205         iLBC30 and iLBC20 added to typefind.
12206
12207 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12208
12209         * gst-libs/gst/audio/gstbaseaudiosink.c:
12210         (gst_base_audio_sink_class_init):
12211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12212         (gst_base_audio_src_class_init):
12213           update strings, values are in microseconds
12214           change the default sink buffer time to something that is smaller
12215           (to help software volume mixing have a slightly lower delay) but
12216           still be acceptable on Wim's laptop
12217
12218 2005-12-20  Edward Hervey  <edward@fluendo.com>
12219
12220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12221         Made a quack, forgot to add DUCK to the riff video template.
12222
12223 2005-12-19  Edward Hervey  <edward@fluendo.com>
12224
12225         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12226         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12227         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12228         (gst_ogm_parse_chain):
12229         Make sure pads are initialized correctly.
12230         * gst-libs/gst/riff/riff-ids.h:
12231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12232         (gst_riff_create_video_template_caps):
12233         Add a whole bunch of FOURCC <=> MimeType.
12234         Extend the riff video pad template to support the newly added fourcc.
12235
12236 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12237
12238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12239         (gst_ogg_demux_activate_chain):
12240           Extra debug output when activating/deactivating chains.
12241
12242         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12243         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12244         (unlinked):
12245           Remove a queue from our list when it becomes unlinked.
12246           Don't add queues to elements in class 'Demux' if they
12247           can only produce one pad 
12248
12249 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12250
12251         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12252         (gst_video_sink_get_type): Add a debug category.
12253
12254 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12255
12256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12257         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12258           Handle downstream newsegment by sending our own newsegment before the
12259           next buffer to be released. (#323900)
12260
12261 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12262
12263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12264         (gst_base_rtp_depayload_set_gst_timestamp):
12265           add queue delay to new segment as well (as opposed to just the first
12266           buffer). (bug #322347)
12267
12268 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12269
12270         * ext/libvisual/visual.c: (make_valid_name):
12271           change some char* into char[]
12272         * gst/audiotestsrc/gstaudiotestsrc.c:
12273         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12274         (gst_audio_test_src_create):
12275         * gst/audiotestsrc/gstaudiotestsrc.h:
12276           prepare to handle EOS and SEGMENT_DONE
12277
12278 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * tests/check/generic/states.c: (GST_START_TEST):
12281           Blacklist cdparanoia element in state test.
12282
12283 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285           Patch by: Benjamin Pineau
12286
12287         * gst/tcp/gsttcp.c:
12288         * gst/tcp/gsttcpclientsink.c:
12289         * gst/tcp/gsttcpserversink.c:
12290         * gst/tcp/gsttcpserversrc.c:
12291           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12292
12293 2005-12-15  Michael Smith  <msmith@fluendo.com>
12294
12295         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12296         (gst_video_rate_chain):
12297           Fix timestamping for videorate when the first buffer it sees has a
12298           non-zero timestamp. Fix some misleading debug output.
12299
12300 2005-12-15  Michael Smith  <msmith@fluendo.com>
12301
12302         * gst/audioresample/gstaudioresample.c:
12303           Don't leak all input buffers to audioresample.
12304
12305 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12306
12307         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12308           Don't operate on empty text buffers. Strip newlines and
12309           tabs only from the end of the text, but leave them intact
12310           in the middle. Fix typo in gtk-doc description.
12311
12312 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         * gst/playback/gstplaybasebin.c:
12315         * gst/playback/gstplaybin.c: (handoff):
12316           Make sure the video frame buffer we return to apps via the
12317           "frame" property always has caps set on it. Modify
12318           _gst_gvalue_set_object() macro to handle NULL objects
12319           gracefully too.
12320
12321 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12322
12323         * gst/audiotestsrc/gstaudiotestsrc.c:
12324         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12325         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12326         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12327         (gst_audio_test_src_create):
12328         * gst/audiotestsrc/gstaudiotestsrc.h:
12329         Adjust to some recent api changes and add wtays new cool seeking
12330         capabillities
12331
12332 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12333
12334         * ext/alsa/Makefile.am:
12335         * ext/alsa/gstalsadeviceprobe.c:
12336         * ext/alsa/gstalsadeviceprobe.h:
12337           Helper functions to add device probing via the GstPropertyProbe
12338           interface to a class.
12339
12340         * ext/alsa/gstalsamixer.h:
12341           Comment out GST_ALSA_MIXER, it returns a struct that's not
12342           used.
12343
12344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12345           Add some debug info. 
12346
12347         * ext/alsa/gstalsamixerelement.c:
12348         (gst_alsa_mixer_element_interface_supported),
12349         (gst_implements_interface_init),
12350         (gst_alsa_mixer_element_init_interfaces),
12351         (gst_alsa_mixer_element_class_init),
12352         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12353         (gst_alsa_mixer_element_set_property),
12354         (gst_alsa_mixer_element_get_property),
12355         (gst_alsa_mixer_element_change_state):
12356         * ext/alsa/gstalsamixerelement.h:
12357           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12358           for device handling (gnome-volume-control will need that).
12359
12360 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12361
12362         * ext/Makefile.am: fix cdparanoia entry
12363         * gst-plugins-base.spec.in: add cdparanoia
12364
12365 2005-12-12  Michael Smith  <msmith@fluendo.com>
12366
12367         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12368           Use the correct function to free list of typefind factories.
12369
12370 2005-12-12  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/videotestsrc/gstvideotestsrc.c:
12373         (gst_video_test_src_class_init), (gst_video_test_src_init),
12374         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12375         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12376         (gst_video_test_src_create):
12377         * gst/videotestsrc/gstvideotestsrc.h:
12378         Implement seeking in videotestsrc.
12379         Small cleanups.
12380
12381 2005-12-12  Wim Taymans  <wim@fluendo.com>
12382
12383         * ext/cdparanoia/Makefile.am:
12384         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12385         (gst_paranoia_endian_get_type), (_do_init),
12386         (cdparanoia_class_init), (cdparanoia_init),
12387         (cdparanoia_set_property), (cdparanoia_get_property),
12388         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12389         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12390         (cdparanoia_convert), (cdparanoia_get_query_types),
12391         (cdparanoia_query), (cdparanoia_set_index),
12392         (cdparanoia_uri_set_uri):
12393         * ext/cdparanoia/gstcdparanoia.h:
12394         Partially ported cdparanoia now that basesrc can support a
12395         plugin like this..
12396
12397 2005-12-12  Wim Taymans  <wim@fluendo.com>
12398
12399         * tests/examples/seek/scrubby.c: (main):
12400         Set higher priority for bus events so they don't get reordered with
12401         gtk gui events.
12402
12403         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12404         (flush_toggle_cb), (main):
12405         Added checkbox to disable flushing seeks. 
12406         Disable scrubbing when doing non flushing seeks.
12407
12408 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12411         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12412         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12413         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12414           Implement some sort of event handling that doesn't rely on
12415           g_return_if_fail; make sure we always push the last chunk of an 
12416           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12417           state change function; remove some old cruft. Seeking is still
12418           rather unlikely to work though.
12419
12420         * tools/.cvsignore:
12421           Ignore more.
12422
12423 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12424
12425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12426         Fixed a leak of the current image reference when cleaning up.
12427         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12428
12429 2005-12-09  Michael Smith  <msmith@fluendo.com>
12430
12431         * tools/Makefile.am:
12432         * tools/gst-launch-ext-m.m:
12433           Remove gst-launch-ext. It doesn't work, and is no longer
12434           particularly useful.
12435
12436 2005-12-08  Luca Ognibene  <luogni@tin.it>
12437
12438         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12439           don't pass random values to ogmparse convert function.
12440           Make seeking possible in the exile1.ogm file.
12441
12442 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12445         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12446           Work around refcount problem with g_value_set_object() that occur
12447           if the core has been compiled against GLib-2.6 (g_value_set_object()
12448           will only g_object_ref() the element, but the caller will
12449           gst_object_unref() it and bad things will happen due to the way
12450           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12451           totem for people on FC4 using Thomas's 0.10 RPMs.
12452           
12453 2005-12-07  Edward Hervey  <edward@fluendo.com>
12454
12455         Time to welcome ogm to 0.10 :)
12456         
12457         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12458         (gst_ogg_pad_typefind):
12459         Oggdemux can now properly typefind elements with dynamic pads.
12460         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12461         Properly set caps on src pad, and set caps on outgoing buffers.
12462
12463 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12464
12465         * ext/alsa/gstalsamixer.h:
12466         * ext/alsa/gstalsamixerelement.h:
12467         * ext/alsa/gstalsamixeroptions.h:
12468         * ext/alsa/gstalsamixertrack.h:
12469         * ext/alsa/gstalsasink.c:
12470         * ext/alsa/gstalsasink.h:
12471         * ext/alsa/gstalsasrc.c:
12472         * ext/alsa/gstalsasrc.h:
12473         * ext/cdparanoia/gstcdparanoia.h:
12474         * ext/gnomevfs/gstgnomevfsuri.h:
12475         * ext/ogg/gstoggdemux.c:
12476         * ext/ogg/gstoggmux.c:
12477         * ext/pango/gsttextoverlay.h:
12478         * ext/theora/theoradec.c:
12479         * ext/theora/theoraenc.c:
12480         * ext/vorbis/vorbisdec.h:
12481         * ext/vorbis/vorbisenc.c:
12482         * ext/vorbis/vorbisenc.h:
12483         * ext/vorbis/vorbisparse.h:
12484         * gst-libs/gst/audio/gstaudioclock.h:
12485         * gst-libs/gst/audio/gstaudiosink.c:
12486         * gst-libs/gst/audio/gstaudiosink.h:
12487         * gst-libs/gst/audio/gstaudiosrc.c:
12488         * gst-libs/gst/audio/gstaudiosrc.h:
12489         * gst-libs/gst/audio/gstbaseaudiosink.c:
12490         * gst-libs/gst/audio/gstbaseaudiosink.h:
12491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12492         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12493         * gst-libs/gst/audio/gstringbuffer.h:
12494         * gst-libs/gst/audio/multichannel.h:
12495         * gst-libs/gst/floatcast/floatcast.h:
12496         * gst-libs/gst/interfaces/colorbalance.c:
12497         * gst-libs/gst/interfaces/colorbalance.h:
12498         * gst-libs/gst/interfaces/colorbalancechannel.h:
12499         * gst-libs/gst/interfaces/mixer.h:
12500         * gst-libs/gst/interfaces/mixeroptions.h:
12501         * gst-libs/gst/interfaces/mixertrack.h:
12502         * gst-libs/gst/interfaces/navigation.h:
12503         * gst-libs/gst/interfaces/propertyprobe.h:
12504         * gst-libs/gst/interfaces/tuner.h:
12505         * gst-libs/gst/interfaces/tunerchannel.h:
12506         * gst-libs/gst/interfaces/tunernorm.h:
12507         * gst-libs/gst/interfaces/xoverlay.h:
12508         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12509         * gst-libs/gst/riff/riff-ids.h:
12510         * gst-libs/gst/riff/riff-media.h:
12511         * gst-libs/gst/riff/riff-read.h:
12512         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12513         * gst-libs/gst/rtp/gstbasertppayload.c:
12514         * gst-libs/gst/rtp/gstbasertppayload.h:
12515         * gst-libs/gst/rtp/gstrtpbuffer.c:
12516         * gst-libs/gst/rtp/gstrtpbuffer.h:
12517         * gst-libs/gst/tag/gsttageditingprivate.h:
12518         * gst-libs/gst/tag/gstvorbistag.c:
12519         (gst_tag_list_from_vorbiscomment_buffer):
12520         * gst-libs/gst/tag/tag.h:
12521         * gst-libs/gst/video/video.h:
12522         * gst/adder/gstadder.c:
12523         * gst/adder/gstadder.h:
12524         * gst/audioconvert/audioconvert.c:
12525         * gst/audioconvert/audioconvert.h:
12526         * gst/audioconvert/gstaudioconvert.c:
12527         * gst/audioconvert/gstchannelmix.c:
12528         * gst/audioconvert/gstchannelmix.h:
12529         * gst/audiorate/gstaudiorate.c:
12530         * gst/audioresample/buffer.h:
12531         * gst/audioresample/functable.h:
12532         * gst/audioresample/gstaudioresample.c:
12533         * gst/audioresample/resample.h:
12534         * gst/ffmpegcolorspace/avcodec.h:
12535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12536         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12537         * gst/ffmpegcolorspace/imgconvert.c:
12538         * gst/ffmpegcolorspace/imgconvert_template.h:
12539         * gst/playback/gstdecodebin.c:
12540         * gst/playback/gstplaybasebin.h:
12541         * gst/playback/gstplaybin.c:
12542         * gst/playback/gststreaminfo.h:
12543         * gst/tcp/gstfdset.c:
12544         * gst/tcp/gstfdset.h:
12545         * gst/tcp/gstmultifdsink.c:
12546         * gst/tcp/gstmultifdsink.h:
12547         * gst/tcp/gsttcp.h:
12548         * gst/tcp/gsttcpclientsrc.c:
12549         * gst/tcp/gsttcpclientsrc.h:
12550         * gst/tcp/gsttcpplugin.h:
12551         * gst/tcp/gsttcpserversink.c:
12552         * gst/tcp/gsttcpserversrc.c:
12553         * gst/typefind/gsttypefindfunctions.c:
12554         * gst/videorate/gstvideorate.c:
12555         * gst/videotestsrc/gstvideotestsrc.h:
12556         * gst/videotestsrc/videotestsrc.h:
12557         * sys/v4l/gstv4lcolorbalance.h:
12558         * sys/v4l/gstv4ltuner.h:
12559         * sys/v4l/gstv4lxoverlay.h:
12560         * sys/v4l/v4l_calls.h:
12561         * sys/v4l/videodev_mjpeg.h:
12562         * tests/check/elements/audioconvert.c:
12563         * tests/check/elements/audioresample.c:
12564         * tests/check/elements/audiotestsrc.c:
12565         * tests/check/elements/videotestsrc.c:
12566         * tests/check/elements/volume.c:
12567         * tests/examples/seek/scrubby.c:
12568         * tests/examples/seek/seek.c:
12569           expand tabs
12570
12571 === release 0.10.0 ===
12572
12573 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12574
12575         * configure.ac:
12576           releasing 0.10.0, "Mont-d'or"
12577
12578 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12579
12580         * tests/examples/seek/Makefile.am:
12581         Build fix for when gtk is not available.
12582
12583 2005-12-05  Andy Wingo  <wingo@pobox.com>
12584
12585         * ext/libvisual/visual.c: (get_buffer):
12586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12587         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12588         * ext/theora/theoradec.c: (theora_handle_data_packet):
12589         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12590         (theora_enc_chain):
12591         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12592         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12593         Update for alloc_buffer changes.
12594
12595 2005-12-05  Andy Wingo  <wingo@pobox.com>
12596
12597         patch by: Kai Vehmanen <kv2004 eca cx>
12598         
12599         * gst-libs/gst/rtp/gstbasertpdepayload.c
12600         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12601
12602 2005-12-04  Andy Wingo  <wingo@pobox.com>
12603
12604         patch by: Sebastien Cote <sebas642 yahoo ca>
12605         
12606         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12607         Fixes #319172.
12608
12609 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12610
12611         * docs/plugins/Makefile.am:
12612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12614         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12615         * ext/pango/gstclockoverlay.c:
12616         * ext/pango/gsttextoverlay.c: 
12617         * ext/pango/gsttextrender.c:
12618         * ext/pango/gsttimeoverlay.c:
12619           Add gtk-doc blurbs to pango elements.
12620
12621 2005-12-02  Wim Taymans  <wim@fluendo.com>
12622
12623         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12624         * gst/audioresample/buffer.h:
12625         * gst/audioresample/gstaudioresample.c:
12626         * gst/audioresample/gstaudioresample.h:
12627         * gst/audioresample/resample.c: (resample_input_flush),
12628         (resample_input_pushthrough), (resample_input_eos),
12629         (resample_get_output_size_for_input),
12630         (resample_get_input_size_for_output), (resample_get_output_size),
12631         (resample_get_output_data):
12632         * gst/audioresample/resample.h:
12633         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12634         Fix audioresample, seek torture, new segments, reverse negotiation
12635         etc.. work fine.
12636
12637 2005-12-02  Wim Taymans  <wim@fluendo.com>
12638
12639         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12640         Small cleanups.
12641
12642 2005-12-02  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/audioconvert/gstaudioconvert.c:
12645         (gst_audio_convert_transform):
12646         Post errors.
12647
12648 === release 0.9.7 ===
12649
12650 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12651
12652         * configure.ac:
12653           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12654
12655 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12656
12657         * Makefile.am:
12658         * po/hu.po:
12659         * win32/MANIFEST:
12660         * win32/gst.sln:
12661           add win32 MANIFEST file
12662           do something to the hungarian translation
12663
12664 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * ext/Makefile.am:
12667           Add $(PANGO_DIR) to SUBDIRS
12668
12669         * ext/pango/gstclockoverlay.c:
12670         * ext/pango/gsttimeoverlay.c:
12671           Fix and improve element descriptions.
12672
12673 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12674
12675         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12676         * docs/plugins/inspect/plugin-libvisual.xml:
12677         * docs/plugins/inspect/plugin-pango.xml:
12678           add pango plugin to docs
12679
12680 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12681
12682         * configure.ac:
12683         * ext/Makefile.am:
12684           moved pango to base
12685
12686 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12687
12688         * configure.ac:
12689         * tests/Makefile.am:
12690         * tests/icles/.cvsignore:
12691         * tests/icles/Makefile.am:
12692         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12693         (close_display), (resize_window), (move_window), (create_window),
12694         (terminate_playback), (pause_playback), (start_playback), (main):
12695           add stress test for xoverlay from Julien
12696
12697 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12698
12699         * docs/libs/tmpl/gstcolorbalance.sgml:
12700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12701         * gst-libs/gst/rtp/gstbasertppayload.c:
12702         * gst-libs/gst/rtp/gstrtpbuffer.c:
12703         * gst-libs/gst/rtp/gstrtpbuffer.h:
12704           Do burger's rename for rtp payloaders and depayloaders
12705
12706 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * win32/:
12709           add Visual Studio 6 build files
12710
12711 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * docs/libs/gst-plugins-base-libs-docs.sgml:
12714         * docs/libs/gst-plugins-base-libs-sections.txt:
12715         * docs/libs/tmpl/gstaudio.sgml:
12716         * docs/libs/tmpl/gstringbuffer.sgml:
12717         * gst-libs/gst/interfaces/xoverlay.c:
12718         * gst-libs/gst/video/gstvideofilter.c:
12719         * gst-libs/gst/video/gstvideosink.c:
12720           update documentation
12721
12722 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12723
12724         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12725         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12726         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12727         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12728         (gst_multi_fd_sink_get_stats),
12729         (gst_multi_fd_sink_remove_client_link),
12730         (gst_multi_fd_sink_handle_client_read),
12731         (gst_multi_fd_sink_client_queue_data),
12732         (gst_multi_fd_sink_client_queue_caps),
12733         (gst_multi_fd_sink_client_queue_buffer),
12734         (gst_multi_fd_sink_new_client),
12735         (gst_multi_fd_sink_handle_client_write),
12736         (gst_multi_fd_sink_recover_client),
12737         (gst_multi_fd_sink_queue_buffer),
12738         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12739         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12740         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12741         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12742         * gst/tcp/gstmultifdsink.h:
12743         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12744         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12745         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12746         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12747         (gst_tcp_client_sink_set_property),
12748         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12749         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12750         * gst/tcp/gsttcpclientsink.h:
12751         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12752         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12753         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12754         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12755         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12756         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12757         * gst/tcp/gsttcpclientsrc.h:
12758         * gst/tcp/gsttcpplugin.c: (plugin_init):
12759         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12760         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12761         (gst_tcp_server_sink_finalize),
12762         (gst_tcp_server_sink_handle_server_read),
12763         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12764         (gst_tcp_server_sink_set_property),
12765         (gst_tcp_server_sink_get_property),
12766         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12767         * gst/tcp/gsttcpserversink.h:
12768         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12769         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12770         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12771         (gst_tcp_server_src_set_property),
12772         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12773         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12774         * gst/tcp/gsttcpserversrc.h:
12775           more borgifying
12776
12777 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12778
12779         * docs/plugins/Makefile.am:
12780         * docs/plugins/gst-plugins-base-plugins.args:
12781         * docs/plugins/inspect/plugin-libvisual.xml:
12782         * gst/audioconvert/plugin.h:
12783         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12784         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12785         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12786         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12787         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12788         (plugin_init):
12789         * gst/audiotestsrc/gstaudiotestsrc.c:
12790         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12791         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12792         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12793         (gst_audio_test_src_get_query_types),
12794         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12795         (gst_audio_test_src_create_square),
12796         (gst_audio_test_src_create_saw),
12797         (gst_audio_test_src_create_triangle),
12798         (gst_audio_test_src_create_silence),
12799         (gst_audio_test_src_create_white_noise),
12800         (gst_audio_test_src_init_pink_noise),
12801         (gst_audio_test_src_generate_pink_noise_value),
12802         (gst_audio_test_src_create_pink_noise),
12803         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12804         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12805         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12806         (plugin_init):
12807         * gst/audiotestsrc/gstaudiotestsrc.h:
12808         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12809         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12810         (gst_sub_parse_init), (gst_sub_parse_formats),
12811         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12812         (convert_encoding), (get_next_line),
12813         (gst_sub_parse_data_format_autodetect),
12814         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12815         (gst_sub_parse_loop), (gst_sub_parse_chain),
12816         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12817         (plugin_init):
12818         * gst/subparse/gstsubparse.h:
12819         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12820         (gst_video_rate_base_init), (gst_video_rate_class_init),
12821         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12822         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12823         (gst_video_rate_init), (gst_video_rate_event),
12824         (gst_video_rate_chain), (gst_video_rate_set_property),
12825         (gst_video_rate_get_property), (gst_video_rate_change_state),
12826         (plugin_init):
12827         * gst/videoscale/gstvideoscale.c:
12828         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12829         (gst_video_scale_src_template_factory),
12830         (gst_video_scale_sink_template_factory),
12831         (gst_video_scale_get_type), (gst_video_scale_base_init),
12832         (gst_video_scale_class_init), (gst_video_scale_init),
12833         (gst_video_scale_set_property), (gst_video_scale_get_property),
12834         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12835         (gst_video_scale_prepare_size), (parse_caps),
12836         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12837         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12838         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12839         (plugin_init):
12840         * gst/videoscale/gstvideoscale.h:
12841         * gst/videotestsrc/gstvideotestsrc.c:
12842         (gst_video_test_src_pattern_get_type),
12843         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12844         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12845         (gst_video_test_src_set_pattern),
12846         (gst_video_test_src_set_property),
12847         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12848         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12849         (gst_video_test_src_event), (gst_video_test_src_get_times),
12850         (gst_video_test_src_create), (plugin_init):
12851         * gst/videotestsrc/gstvideotestsrc.h:
12852         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12853         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12854         (gst_video_test_src_black):
12855         * gst/videotestsrc/videotestsrc.h:
12856           borgify further
12857           clean up docs a little
12858
12859 2005-11-30  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12862         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12863         (gst_basertppayload_event), (gst_basertppayload_push),
12864         (gst_basertppayload_change_state):
12865         * gst-libs/gst/rtp/gstbasertppayload.h:
12866         closed #320644.
12867
12868 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12869
12870         * docs/libs/gst-plugins-base-libs-docs.sgml:
12871         * docs/libs/gst-plugins-base-libs-sections.txt:
12872         * gst-libs/gst/video/gstvideofilter.c:
12873         * gst-libs/gst/video/gstvideosink.c:
12874         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12875
12876 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12877
12878         * LICENSE:
12879           move
12880         * po/af.po:
12881         * po/az.po:
12882         * po/cs.po:
12883         * po/en_GB.po:
12884         * po/hu.po:
12885         * po/it.po:
12886         * po/nb.po:
12887         * po/nl.po:
12888         * po/or.po:
12889         * po/sq.po:
12890         * po/sr.po:
12891         * po/sv.po:
12892         * po/uk.po:
12893         * po/vi.po:
12894         * Makefile.am:
12895           update
12896         * scripts/autoplugins.sh:
12897           remove
12898
12899 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12900
12901         * Makefile.am:
12902         * configure.ac:
12903         * examples/Makefile.am:
12904         * examples/capsfilter/Makefile.am:
12905         * examples/capsfilter/capsfilter1.c:
12906         * examples/gob/Makefile.am:
12907         * examples/gob/gst-identity2.gob:
12908         * examples/indexing/.cvsignore:
12909         * examples/indexing/Makefile.am:
12910         * examples/indexing/indexmpeg.c:
12911         * examples/seeking/.cvsignore:
12912         * examples/seeking/Makefile.am:
12913         * examples/seeking/cdparanoia.c:
12914         * examples/seeking/cdplayer.c:
12915         * examples/seeking/chained.c:
12916         * examples/seeking/scrubby.c:
12917         * examples/seeking/seek.c:
12918         * examples/stats/Makefile.am:
12919         * examples/stats/mp2ogg.c:
12920         * examples/switch/.cvsignore:
12921         * examples/switch/Makefile.am:
12922         * examples/switch/switcher.c:
12923         * tests/Makefile.am:
12924         * tests/check/generic/.cvsignore:
12925         * tests/check/pipelines/.cvsignore:
12926         * tests/examples/Makefile.am:
12927         * tests/examples/seek/Makefile.am:
12928           reorganize stuff under tests/
12929
12930 2005-11-30  Edward Hervey  <edward@fluendo.com>
12931
12932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12933         Go away you stupid GstStaticPadTemplate memleak.
12934
12935 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * gst-libs/gst/net/Makefile.am:
12938         * gst-libs/gst/net/README:
12939         * gst-libs/gst/net/gstnetbuffer.c:
12940         * gst-libs/gst/net/gstnetbuffer.h:
12941           this was moved to "netbuffer"
12942
12943 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12946         (gst_video_filter_class_init), (gst_video_filter_init):
12947         * gst-libs/gst/video/gstvideofilter.h:
12948           borgify name to bring in line with other classes
12949
12950 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12951
12952         * gst/audioscale/.cvsignore:
12953         * gst/audioscale/Makefile.am:
12954         * gst/audioscale/README:
12955         * gst/audioscale/audioscale.vcproj:
12956         * gst/audioscale/dtof.c:
12957         * gst/audioscale/dtos.c:
12958         * gst/audioscale/functable.c:
12959         * gst/audioscale/gstaudioscale.c:
12960         * gst/audioscale/gstaudioscale.h:
12961         * gst/audioscale/private.h:
12962         * gst/audioscale/resample.c:
12963         * gst/audioscale/resample.h:
12964         * gst/audioscale/test.c:
12965           remove
12966
12967 2005-11-30  Edward Hervey  <edward@fluendo.com>
12968
12969         * gst-libs/gst/netbuffer/Makefile.am:
12970         really, really tired
12971
12972 2005-11-30  Edward Hervey  <edward@fluendo.com>
12973
12974         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12975         Update for new GstTypeFindFactory _register()
12976
12977 2005-11-30  Edward Hervey  <edward@fluendo.com>
12978
12979         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12980         Let's not override libgstnet from core for no reason...
12981         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12982         Ok, maybe not so quick next time.
12983
12984 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * configure.ac:
12987         * gst-libs/gst/Makefile.am:
12988           moved gst-libs/gst/net to netbuffer through CVS surgery
12989           remove old directory
12990           updating build to accomodate
12991           (#322257)
12992
12993 2005-11-29  Andy Wingo  <wingo@pobox.com>
12994
12995         * pkgconfig/gstreamer-plugins-base.pc.in:
12996         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12997         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12998         (#322257).
12999
13000 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13001
13002         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13003         3rd time's the charm. Correct ref-counting for discarded buffers.
13004
13005 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13006
13007         * gst/playback/gststreamselector.c:
13008         (gst_stream_selector_class_init),
13009         (gst_stream_selector_set_property),
13010         (gst_stream_selector_get_property),
13011         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13012         Fix ref-counting
13013
13014 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/subparse/gstsubparse.c: (feed_textbuf):
13017           Don't access already unref'ed buffer.
13018
13019 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13020
13021         * gst/playback/gststreamselector.c:
13022         (gst_stream_selector_class_init), (gst_stream_selector_init),
13023         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13024         (gst_stream_selector_get_property),
13025         (gst_stream_selector_get_linked_pad),
13026         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13027         * gst/playback/gststreamselector.h:
13028         Add the active-pad property for playbin to use shortly. Ignore buffers
13029         from any other pad, returning GST_FLOW_NOT_LINKED
13030
13031 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13032
13033         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13034         patch from bug #322704 (Alessandro Decina).
13035
13036 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13037
13038         * gst-libs/gst/audio/Makefile.am:
13039           folded audiofilter into the audio library
13040
13041 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * gst/videoscale/gstvideoscale.h:
13044         * gst/videoscale/gstvideoscale.c:
13045           remove unimplemented scale methods
13046
13047 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13048
13049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13050           Don't leak caps.
13051
13052 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13053
13054         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13055         (gst_ximagesink_setcaps):
13056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13057         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13058         happens (only visible on ximagesink but bug is in xv too) set_caps was
13059         destroying the internal x[v]image used to memcpy non locally alloced
13060         buffers so that it got renewed on next _chain. The issue is that 
13061         _expose will try to put that image as it reffed it in _put.
13062         Using gst_buffer_unref instead of destroy fixes it !
13063
13064 2005-11-28  Edward Hervey  <edward@fluendo.com>
13065
13066         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13067         (try_to_link_1), (queue_filled_cb):
13068         Better use of the queues. Start with a small size queue and only increase
13069         the size of the queues when the other queues are empty.
13070
13071 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * gst-libs/gst/video/Makefile.am:
13074           compile in copied-over videofilter into the video library
13075         * gst-libs/gst/video/videosink.h:
13076           rename the header to gstvideosink.h since it's a base GstObject class
13077         * sys/ximage/ximagesink.h:
13078         * sys/xvimage/xvimagesink.h:
13079           use the new header
13080
13081 2005-11-28  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13084         * gst/playback/gstplaybasebin.h:
13085         Prepare to handle errors betters.
13086
13087         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13088         Set sinks to PAUSED first before adding and linking them so that
13089         we don't interrupt dataflow.
13090
13091 2005-11-28  Wim Taymans  <wim@fluendo.com>
13092
13093         * gst-libs/gst/audio/TODO:
13094         Updated TODO
13095
13096         * gst-libs/gst/audio/gstaudiosink.c:
13097         (gst_audioringbuffer_open_device),
13098         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13099         (gst_audioringbuffer_release):
13100         Small cleanups.
13101
13102         * gst-libs/gst/audio/gstbaseaudiosink.c:
13103         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13104         (gst_base_audio_sink_change_state):
13105         Slave to the master clock when going to PLAYING and unslave when
13106         going to PAUSED.
13107
13108         * gst-libs/gst/audio/gstringbuffer.c:
13109         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13110         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13111         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13112         (gst_ring_buffer_clear_all), (wait_segment),
13113         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13114         (gst_ring_buffer_advance):
13115         * gst-libs/gst/audio/gstringbuffer.h:
13116         Add some docs and cleanups.
13117
13118 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13119
13120         * sys/xvimage/xvimagesink.c:
13121         (gst_xvimagesink_navigation_send_event): Fix navigation events
13122         coordinates translation with pixel aspect ratios.
13123
13124 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13125
13126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13127         Use calculated video geometry from _setcaps instead of buffer
13128         caps to respect pixel aspect ratio. (fixes #322388)
13129
13130 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13131
13132         * docs/libs/tmpl/gstcolorbalance.sgml:
13133         * docs/libs/tmpl/gstmixer.sgml:
13134         * docs/libs/tmpl/gstxoverlay.sgml:
13135         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13136         interface.
13137
13138 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13139
13140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13141         Refuse to create an XvImage if we can't find the format.
13142
13143 2005-11-28  Edward Hervey  <edward@fluendo.com>
13144
13145         * gst-libs/gst/riff/riff-media.c:
13146         (gst_riff_create_audio_template_caps):
13147         Add ATRAC3 to the list of riff-possible audio caps.
13148         I know we still don't have a plugin for atrac3, but it's saner to output
13149         that than a cryptic mimetype.
13150
13151 2005-11-27  Edward Hervey  <edward@fluendo.com>
13152
13153         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13154         Don't try to create a zero-sized subbuffer.
13155
13156 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13157
13158         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13159         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13160         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13161         (gst_ximagesink_expose): Fixed a tricky race.
13162         * sys/ximage/ximagesink.h:
13163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13164         (gst_xvimagesink_expose): Fixed a tricky race.
13165         * sys/xvimage/xvimagesink.h:
13166
13167 2005-11-27  Edward Hervey  <edward@fluendo.com>
13168
13169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13170         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13171         Remove unused properties, and add queues between demuxers and decoders
13172         so that a lot more files can preroll properly.
13173
13174 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13175
13176         * gst-libs/gst/net/Makefile.am:
13177         * gst-libs/gst/rtp/Makefile.am:
13178         * gst-libs/gst/tag/Makefile.am:
13179           remove silly include
13180         * gst/tags/Makefile.am:
13181         * gst/tags/gsttagediting.c:
13182         * gst/tags/gsttageditingprivate.h:
13183         * gst/tags/tagedit.vcproj:
13184           remove directory, is as good as empty
13185
13186 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13187
13188         * configure.ac:
13189           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13190         * gst-libs/Makefile.am:
13191         * gst-libs/gst/audio/Makefile.am:
13192         * gst-libs/gst/interfaces/Makefile.am:
13193         * gst-libs/gst/net/Makefile.am:
13194         * gst-libs/gst/riff/Makefile.am:
13195         * gst-libs/gst/rtp/Makefile.am:
13196         * gst-libs/gst/tag/Makefile.am:
13197         * gst-libs/gst/video/Makefile.am:
13198           and use them
13199
13200 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13201
13202         * docs/libs/tmpl/gstcolorbalance.sgml:
13203         * docs/libs/tmpl/gstmixer.sgml:
13204         * docs/libs/tmpl/gstxoverlay.sgml:
13205         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13206         * sys/ximage/ximagesink.h:
13207         * sys/xvimage/xvimagesink.h: More and more documentation.
13208
13209 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13210
13211         * docs/libs/gst-plugins-base-libs-docs.sgml:
13212         * docs/libs/gst-plugins-base-libs-sections.txt:
13213         * docs/libs/tmpl/gstcolorbalance.sgml:
13214         * docs/libs/tmpl/gstmixer.sgml:
13215         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13216         to documentation.
13217
13218 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13219
13220         * docs/plugins/Makefile.am:
13221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13223         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13224
13225 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13226
13227         * docs/plugins/Makefile.am:
13228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13229         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13230         * docs/plugins/inspect/plugin-adder.xml:
13231         * docs/plugins/inspect/plugin-alsa.xml:
13232         * docs/plugins/inspect/plugin-audioconvert.xml:
13233         * docs/plugins/inspect/plugin-audiorate.xml:
13234         * docs/plugins/inspect/plugin-audioresample.xml:
13235         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13236         * docs/plugins/inspect/plugin-decodebin.xml:
13237         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13238         * docs/plugins/inspect/plugin-gnomevfs.xml:
13239         * docs/plugins/inspect/plugin-ogg.xml:
13240         * docs/plugins/inspect/plugin-playbin.xml:
13241         * docs/plugins/inspect/plugin-subparse.xml:
13242         * docs/plugins/inspect/plugin-tcp.xml:
13243         * docs/plugins/inspect/plugin-theora.xml:
13244         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13245         * docs/plugins/inspect/plugin-video4linux.xml:
13246         * docs/plugins/inspect/plugin-videorate.xml:
13247         * docs/plugins/inspect/plugin-videoscale.xml:
13248         * docs/plugins/inspect/plugin-videotestsrc.xml:
13249         * docs/plugins/inspect/plugin-volume.xml:
13250         * docs/plugins/inspect/plugin-vorbis.xml:
13251         * docs/plugins/inspect/plugin-ximagesink.xml:
13252         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13253         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13254
13255 2005-11-26  Edward Hervey  <edward@fluendo.com>
13256
13257         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13258         Properly return GstFlowReturn from gst_pad_push in chain functions.
13259
13260 2005-11-25  Michael Smith  <msmith@fluendo.com>
13261
13262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13263         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13264         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13265         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13266           Handle various conditions better when we don't understand a stream.
13267           Removes a heap of CRITICALs on ogg streams containing unknown data.
13268
13269 2005-11-24  Andy Wingo  <wingo@pobox.com>
13270
13271         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13272         Be threadsafe.
13273
13274 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13275
13276         * configure.ac: back to HEAD
13277
13278 === release 0.9.6 ===
13279
13280 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13281
13282         * configure.ac:
13283           releasing 0.9.6, "White Eight"
13284
13285 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13286
13287         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13288         * docs/plugins/inspect/plugin-sine.xml:
13289           remove sinesrc some more
13290
13291 2005-11-23  Wim Taymans  <wim@fluendo.com>
13292
13293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13294         If we are reading too slowly, jump forward in the ringbuffer
13295         instead of blocking.
13296
13297 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13298
13299         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13300         (gst_visual_chain):
13301         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13302         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13303         (gst_videorate_chain):
13304         * gst/videotestsrc/gstvideotestsrc.c:
13305         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13306         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13307         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13308         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13309         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13310         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13311           Updates for API changes
13312
13313 2005-11-23  Wim Taymans  <wim@fluendo.com>
13314
13315         * gst-libs/gst/audio/gstbaseaudiosink.c:
13316         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13317         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13318         Fix for calibration API change.
13319
13320 2005-11-23  Michael Smith <msmith@fluendo.com>
13321
13322         * gst-libs/gst/audio/multichannel.c:
13323         (gst_audio_get_channel_positions),
13324         (gst_audio_set_channel_positions),
13325         (gst_audio_set_structure_channel_positions_list),
13326         (gst_audio_fixate_channel_positions):
13327           Use gst_value_array_*() functions on value arrays, not
13328           gst_value_list_*().
13329
13330 2005-11-23  Edward Hervey  <edward@fluendo.com>
13331
13332         * autogen.sh:
13333         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13334         Fixes autogen
13335
13336 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13337
13338         * check/Makefile.am:
13339         * check/elements/videotestsrc.c: (setup_videotestsrc),
13340         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13341         (main):
13342           add a test for videotestsrc
13343
13344 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13345
13346         * gst/sine/.cvsignore:
13347         * gst/sine/Makefile.am:
13348         * gst/sine/gstsinesrc.c:
13349         * gst/sine/gstsinesrc.h:
13350         * gst/sine/sinesrc.vcproj:
13351           and remove sinesrc from the repository.  Closes #321446
13352
13353 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13354
13355         * configure.ac:
13356         * gst-plugins-base.spec.in:
13357           remove sinesrc from the build
13358
13359 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13360
13361         * check/Makefile.am:
13362         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13363         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13364         (main):
13365           add a test for audiotestsrc, testing all waves.  Even seems
13366           leak-free at first glance, nice job Stefan
13367
13368 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13369
13370         * po/af.po:
13371         * po/az.po:
13372         * po/cs.po:
13373         * po/en_GB.po:
13374         * po/hu.po:
13375         * po/it.po:
13376         * po/nb.po:
13377         * po/nl.po:
13378         * po/or.po:
13379         * po/sq.po:
13380         * po/sr.po:
13381         * po/sv.po:
13382         * po/uk.po:
13383         * po/vi.po:
13384           Translation string updates
13385
13386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13387         (gst_v4lsrc_set_caps):
13388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13389         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13390         * sys/v4l/v4lsrc_calls.h:
13391           Improve v4lsrc, by making it work again.
13392
13393 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13394
13395         * ext/libvisual/visual.c: (gst_visual_chain):
13396           Fix the fps calculations.
13397
13398         * gst/ffmpegcolorspace/avcodec.h:
13399           Move structure element for clarity
13400
13401         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13402         * gst-libs/gst/interfaces/tunernorm.h:
13403         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13404         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13405         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13406         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13407         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13408         (gst_v4lmjpegsrc_getcaps):
13409         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13410         (gst_v4lsrc_set_caps):
13411         * sys/v4l/gstv4lsrc.h:
13412         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13414         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13415         * sys/v4l/v4lsrc_calls.h:
13416           Fractional framerates...
13417
13418 2005-11-22  Wim Taymans  <wim@fluendo.com>
13419
13420         * gst-libs/gst/audio/gstbaseaudiosink.c:
13421         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13422         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13423         And we provide a clock by default, of course...
13424
13425 2005-11-22  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13428         This clock can be slaved to a master clock now.
13429
13430         * gst-libs/gst/audio/gstbaseaudiosink.c:
13431         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13432         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13433         (gst_base_audio_sink_set_clock),
13434         (gst_base_audio_sink_set_property),
13435         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13436         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13437         * gst-libs/gst/audio/gstbaseaudiosink.h:
13438         Handle slaving the internal clock to the clock selected in the
13439         pipeline.
13440         Add property to make the basesink not provide a clock.
13441
13442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13443         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13444         (gst_base_rtp_depayload_wait):
13445         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13446         We can use the clock in GstElement, no need to store it ourselves.
13447
13448 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13449
13450         * docs/libs/tmpl/gstaudio.sgml:
13451           update
13452         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13453         (gst_paranoia_endian_get_type):
13454         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13455         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13456         * gst/audiotestsrc/gstaudiotestsrc.c:
13457         (gst_audiostestsrc_wave_get_type):
13458         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13459         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13460         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13461         (gst_sync_method_get_type), (gst_unit_type_get_type),
13462         (gst_client_status_get_type), (gst_multifdsink_class_init),
13463         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13464         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13465         (gst_multifdsink_get_property):
13466         * gst/tcp/gstmultifdsink.h:
13467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13468         * gst/videotestsrc/gstvideotestsrc.c:
13469         (gst_videotestsrc_pattern_get_type):
13470           remove deprecated properties
13471           fix up enums to correctly have short lowercase dashed nicks
13472
13473 2005-11-22  Michael Smith <msmith@fluendo.com>
13474
13475         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13476         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13477           Add underscore.
13478
13479 2005-11-22  Michael Smith <msmith@fluendo.com>
13480
13481         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13482         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13483           Use utility method for scaling clocktime for fractional framerates.
13484
13485 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13486
13487         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13488         (gst_visual_chain):
13489         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13490         * ext/theora/theoradec.c: (theora_handle_type_packet):
13491         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13492         (theora_enc_chain):
13493         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13494         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13495         * gst-libs/gst/video/video.h:
13496         * gst/ffmpegcolorspace/avcodec.h:
13497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13498         (gst_ffmpeg_caps_to_pixfmt):
13499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13500         (gst_ffmpegcsp_set_caps):
13501         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13502         (gst_videorate_setcaps), (gst_videorate_blank_data),
13503         (gst_videorate_chain):
13504         * gst/videotestsrc/gstvideotestsrc.c:
13505         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13506         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13507         (gst_videotestsrc_event), (gst_videotestsrc_create):
13508         * gst/videotestsrc/gstvideotestsrc.h:
13509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13510         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13511         (gst_ximagesink_get_times), (gst_ximagesink_init):
13512         * sys/ximage/ximagesink.h:
13513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13514         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13515         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13516         * sys/xvimage/xvimagesink.h:
13517           Convert elements to use fractions for their framerate.
13518           V4L elements to come later tonight.
13519
13520 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13521
13522         * gst-libs/gst/audio/audio.c:
13523         * gst-libs/gst/audio/audio.h:
13524           remove some deprecated functions
13525
13526 2005-11-22  Andy Wingo  <wingo@pobox.com>
13527
13528         * Update for gst_tag_setter API changes.
13529
13530 2005-11-22  Andy Wingo  <wingo@pobox.com>
13531
13532         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13533         (gst_ogg_demux_perform_seek):
13534         * ext/theora/theoradec.c (theora_dec_sink_event):
13535         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13536         update-funcnames.
13537
13538 2005-11-22  Wim Taymans  <wim@fluendo.com>
13539
13540         * examples/seeking/seek.c: (main):
13541         Give higher priority to bus signals than the gtk events
13542         to fix a race condition in the segment looping.
13543
13544 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * ext/theora/Makefile.am:
13547         * ext/vorbis/Makefile.am:
13548         * gst-libs/gst/tag/Makefile.am:
13549         * gst-plugins-base.spec.in:
13550           Rename libgsttagedit to libgsttag (#322117).
13551
13552 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13556           Call gst_x_overlay_prepare_xwindow_id() to give applications
13557           a final chance to set their own xwindow id before the video
13558           sink creates its own window.
13559
13560 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13561
13562         * sys/xvimage/xvimagesink.c:
13563         (gst_xvimagesink_navigation_send_event): Handle navigation
13564         events correcly with borders if applicable.
13565
13566 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         Patch by: Luca Ognibene
13569
13570         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13571         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13573         (gst_ffmpegcsp_caps_remove_format_info):
13574         * gst/ffmpegcolorspace/imgconvert.c:
13575         * gst/ffmpegcolorspace/imgconvert_template.h:
13576           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13577           #318353); use gst_structure_has_name().
13578
13579 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13580
13581         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13582         (gst_ximagesink_class_init): Add debug macros on functions.
13583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13584         (gst_xvimagesink_xwindow_draw_borders),
13585         (gst_xvimagesink_xvimage_put),
13586         (gst_xvimagesink_xwindow_update_geometry),
13587         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13588         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13589         (gst_xvimagesink_xcontext_clear),
13590         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13591         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13592         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13593         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13594         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13595         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13596         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13597         expose while being PAUSED, out of data flow navigation events, etc..
13598
13599 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13600
13601         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13602         * gst-libs/gst/audio/audio.h:
13603           fix prototype - wondering why the test worked regardless
13604
13605 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13606
13607         * check/Makefile.am:
13608         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13609         * gst-libs/gst/audio/audio.h:
13610           add a method that returns a proper GstClockTime
13611
13612 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13613
13614         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13615         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13616         * gst-libs/gst/interfaces/xoverlay.h:
13617           Remove everything having to do with the desired size; add 
13618           gst_x_overlay_prepare_xwindow_id() function; remove the
13619           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13620           post a message on the bus instead (#321816).
13621
13622         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13624         (gst_xvimagesink_xoverlay_init):
13625           Remove desired size stuff (#321816).
13626
13627 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13630         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13631         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13632           Terminate vararg functions with NULL instead of 0 to 
13633           make gcc4 happy.
13634
13635 2005-11-21  Andy Wingo  <wingo@pobox.com>
13636
13637         patch by: Sebastien Cote <sebas642@yahoo.ca>
13638         
13639         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13640         * gst-libs/gst/rtp/gstrtpbuffer.c
13641         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13642
13643 2005-11-21  Andy Wingo  <wingo@pobox.com>
13644
13645         * gst/playback/gstplaybin.c (gen_audio_element) 
13646         (gen_video_element): Use the new MISSING_PLUGIN core error
13647         category. Closes #320060.
13648
13649         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13650         * gst/videorate/gstvideorate.c (gst_videorate_event):
13651         * ext/theora/theoradec.c (theora_dec_sink_event): 
13652         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13653         stream lock.
13654
13655         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13656         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13657         stream lock changes.
13658
13659 2005-11-21  Wim Taymans  <wim@fluendo.com>
13660
13661         * gst-libs/gst/audio/gstbaseaudiosink.c:
13662         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13663         (gst_base_audio_sink_provide_clock),
13664         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13665         (gst_base_audio_sink_change_state):
13666         * gst/audioresample/gstaudioresample.c:
13667         Segment update fix.
13668
13669 2005-11-21  Andy Wingo  <wingo@pobox.com>
13670
13671         * *.h:
13672         * *.c: Ran scripts/update-macros. Oh yes.
13673
13674 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * sys/ximage/Makefile.am:
13677         * sys/ximage/ximage.c:
13678           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13679           remove your old libgstximage.* manually if necessary).
13680
13681 2005-11-21  Michael Smith <msmith@fluendo.com>
13682
13683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13684           Minimal fix for bug #320200: set the min/max bitrate in the correct
13685           units. A better fix would be to upgrade to the RATEMANAGE2
13686           interface, rather than using the deprecated interface used here, but
13687           that would require an update in our libvorbis dependency (to 1.1),
13688           which is probably undesirable.
13689
13690 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13691
13692         * ext/libvisual/visual.c: (get_buffer):
13693         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13694         (gst_base_audio_src_fixate):
13695         * gst/audioconvert/gstaudioconvert.c:
13696         (gst_audio_convert_fixate_caps):
13697         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13698         * gst/audiotestsrc/gstaudiotestsrc.c:
13699         (gst_audiotestsrc_src_fixate):
13700         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13701         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13702         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13703         * gst/videotestsrc/gstvideotestsrc.c:
13704         (gst_videotestsrc_src_fixate):
13705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13707           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13708           (#322027)
13709
13710
13711 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13714         (gst_riff_create_iavs_caps):
13715         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13716         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13717         (gst_riff_parse_info):
13718         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13721           Fixes for GST_FOURCC_FORMAT API change.
13722
13723 2005-11-21  Andy Wingo  <wingo@pobox.com>
13724
13725         patch by: Alessandro Dessina <alessandro nnva org>
13726
13727         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13728         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13729         (gst_ogg_parse_chain):
13730         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13731         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13732         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13733         gst_value_list calls on arrays. Fixes #321962.
13734
13735 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13738         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13739         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13740         * gst/adder/gstadder.c: (gst_adder_init),
13741         (gst_adder_request_new_pad), (gst_adder_collected),
13742         (gst_adder_change_state):
13743           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13744           API change.
13745
13746 2005-11-21  Michael Smith <msmith@fluendo.com>
13747
13748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13749         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13750           Properly handle pad_push return values.
13751
13752 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13753
13754         * gst-libs/gst/tag/Makefile.am:
13755         * gst-libs/gst/tag/gstvorbistag.c:
13756         (gst_tag_list_to_vorbiscomment_buffer):
13757           Remove obsolete vorbistag element and debug category.
13758
13759         * gst/playback/gstplaybasebin.c: (check_queue):
13760           Don't divide by 0 when queue-threshold is 0.
13761
13762         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13763           Don't modify an existing pixel-aspect-ratio if we fail to read
13764           a new one.
13765
13766 2005-11-20  Wim Taymans  <wim@fluendo.com>
13767
13768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13769         (gst_vorbisenc_push_packet):
13770         GST_PAD_IS_USABLE is gone, use the return value of
13771         the push or pad_alloc_buffer instead.
13772
13773 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13774
13775         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13776         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13777         (gst_ximagesink_ximage_destroy),
13778         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13779         (gst_ximagesink_xwindow_new),
13780         (gst_ximagesink_xwindow_update_geometry),
13781         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13782         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13783         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13784         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13785         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13786         (gst_ximagesink_navigation_send_event),
13787         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13788         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13789         (gst_ximagesink_finalize), (gst_ximagesink_init),
13790         (gst_ximagesink_class_init):
13791         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13792         This new version brings correct software scaling, non flickering
13793         window while resizing, pixel aspect ratio handling, usage of
13794         hardware buffer pools, out of data flow event thread for 
13795         navigation and handling of expose events even when being PAUSED,
13796         a new property to keep video aspect ratio when resizing, etc...
13797
13798 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13799
13800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13801         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13802         handling of PAR.
13803
13804 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13805
13806         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13807         Unsetting IS_SINK flag from the fakesink, so decodebin
13808         never behaves as a sink.
13809
13810 2005-11-17  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13813         (gst_base_audio_src_change_state):
13814         Fix the audiosrc base class again, we did not unflush.
13815
13816 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13817
13818         * examples/seeking/seek.c: (make_dv_pipeline),
13819         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13820         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13821         to ogg/vorbis/theora pipeline.
13822
13823 2005-11-17  Wim Taymans  <wim@fluendo.com>
13824
13825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13826         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13827         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13828         Fix EOS on multiple streams.
13829         More debugging.
13830
13831 2005-11-16  Wim Taymans  <wim@fluendo.com>
13832
13833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13834         (gst_ogg_demux_perform_seek):
13835         Segment done must include stream time.
13836
13837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13838         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13839         (gst_ogg_mux_change_state):
13840         Fix ogg muxer again.
13841
13842 2005-11-16  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13845         Fix compile again.
13846
13847 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13848
13849         * ext/libvisual/visual.c: (gst_visual_init):
13850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13851         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13852         (gst_ogg_parse_chain):
13853         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13854         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13855         * ext/theora/theoradec.c: (gst_theora_dec_init):
13856         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13857         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13858         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13859         * gst/adder/gstadder.c: (gst_adder_class_init),
13860         (gst_adder_dispose):
13861         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13862         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13863         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13864           Fix a whole set of pad template leaks
13865
13866 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13867
13868         * check/generic/states.c: (GST_START_TEST):
13869           fix the test so that it only checks for elements that are part of
13870           this source module
13871
13872 2005-11-16  Michael Smith <msmith@fluendo.com>
13873
13874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13875         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13876         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13877         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13878         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13879         (gst_ogg_mux_change_state):
13880           Fix leaking collectpads.
13881
13882 2005-11-16  Edward Hervey  <edward@fluendo.com>
13883
13884         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13885         (gst_videorate_event), (gst_videorate_chain):
13886         Handle segment seeks
13887
13888 2005-11-16  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst-libs/gst/audio/gstbaseaudiosink.c:
13891         (gst_base_audio_sink_provide_clock),
13892         (gst_base_audio_sink_change_state):
13893         Set ringbuffer to non-flushing when going to PAUSED, set to
13894         flushing again when going to READY.
13895
13896         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13897         (gst_ring_buffer_stop):
13898         Start in flushing mode by default.
13899         Don't set flushing in the _stop method, let the app call
13900         this explicitly.
13901
13902 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13903
13904         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13905         * gst-libs/gst/video/videosink.h: Add helper function needed
13906         for video sinks.
13907
13908 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13909
13910         * gst/videoscale/gstvideoscale.c:
13911         (gst_videoscale_handle_src_event):
13912           Don't leak reference to pad parent.
13913
13914 2005-11-16  Wim Taymans  <wim@fluendo.com>
13915
13916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13917         Set ringbuffer to flushing when stopping so that we don't
13918         block on wait_segment anymore and livelock.
13919
13920 2005-11-16  Wim Taymans  <wim@fluendo.com>
13921
13922         * examples/seeking/seek.c: (send_event), (do_seek),
13923         (loop_toggle_cb), (segment_done), (main):
13924         Added looping checkbox.
13925
13926 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13929         (gst_ogg_demux_init):
13930         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13931         (gst_vorbis_dec_init):
13932           revert unrefs, they don't pass make check
13933
13934 2005-11-15  Johan Dahlin  <johan@gnome.org>
13935
13936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13937         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13938         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13939         (gst_vorbis_dec_init):
13940         Fix pad template leaks. 
13941
13942 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13943
13944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13945           Make state change function thread safe.
13946
13947 2005-11-15  Edward Hervey  <edward@fluendo.com>
13948
13949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13950         (gst_ogg_demux_class_init):
13951         Implement GstElement::send_event, so we can send seek events
13952         in GST_STATE_READY
13953
13954 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13955
13956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13957         Discovered how to take away flickering while resizing the
13958         window. Please don't put that in ximagesink, refactoring in
13959         progress.
13960
13961 2005-11-14  Michael Smith <msmith@fluendo.com>
13962
13963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13964         (gst_multifdsink_render):
13965           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13966
13967 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * gst/playback/gstplaybin.c: (gen_audio_element):
13970           Use autoaudiosink, it tends to be more widely available than
13971           autoaudiiosink.
13972           
13973 2005-11-14  Andy Wingo  <wingo@pobox.com>
13974
13975         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13976         as well if it is available. Fixes #316442.
13977
13978 2005-11-14  Michael Smith <msmith@fluendo.com>
13979
13980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13981         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13982         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13983         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13984         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13985         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13987         (gst_vorbisenc_change_state):
13988           Fix a small memory leak in vorbisenc.
13989           Fix large memory leaks in oggmux, also fix lots of state change
13990           bugs in oggmux.
13991
13992 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13993
13994         * gst/videotestsrc/gstvideotestsrc.c:
13995         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13996         (gst_videotestsrc_src_fixate):
13997           move fixation to a fixate function
13998           remove negotiate function, basesrc's is good enough
13999           fixes a bug for check when using the element alone
14000
14001 2005-11-13  Edward Hervey  <edward@fluendo.com>
14002
14003         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14004         (key_toggle_cb), (main):
14005         Added checkboxes for adding/removing the accurate and key_unit seek
14006         flags.
14007
14008 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * configure.ac: back to HEAD
14011
14012 === release 0.9.5 ===
14013
14014 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14015
14016         * configure.ac:
14017           releasing 0.9.5, "No No Kia"
14018
14019 2005-11-11  Edward Hervey  <edward@fluendo.com>
14020
14021         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14022         Added parse-launch syntax seeking mode for the seeking example.
14023         This should help stress-test even more cases.
14024         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14025
14026 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14027
14028         * sys/xvimage/xvimagesink.c:
14029         (gst_xvimagesink_navigation_send_event):
14030           Check whether peer pad exists before sending navigation events
14031           to it.
14032
14033 2005-11-11  Michael Smith <msmith@fluendo.com>
14034
14035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14036         (gst_vorbisenc_buffer_from_packet):
14037         * ext/vorbis/vorbisenc.h:
14038           Set duration on encoded buffers. This allows oggmux's
14039           max_page_delay parameter to actually work.
14040
14041 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14042
14043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14044         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14045         (gst_ffmpegcsp_avpicture_fill):
14046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14047         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14048           Make palettes work again (see #132341). Use our own macros
14049           for rounding up.
14050
14051 2005-11-10  Andy Wingo  <wingo@pobox.com>
14052
14053         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14054         string doober.
14055
14056 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14059         (gst_ffmpegcsp_transform_caps):
14060           Prefer passthrough in transform_caps
14061
14062 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14065           check for ALSA errors properly, instead of relying on ALSA's
14066           error strings to serve to the user.
14067
14068 2005-11-10  Wim Taymans  <wim@fluendo.com>
14069
14070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14071         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14072         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14073         Modernise the seek code.
14074
14075 2005-11-10  Michael Smith <msmith@fluendo.com>
14076         
14077         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14078         (setup_substreams), (set_active_source):
14079           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14080           trying to go to NULL if we failed to read a file.
14081
14082 2005-11-10  Wim Taymans  <wim@fluendo.com>
14083
14084         * gst/audiotestsrc/gstaudiotestsrc.c:
14085         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14086         (gst_audiotestsrc_create):
14087         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14088         (gst_sinesrc_get_times), (gst_sinesrc_create):
14089         * gst/videotestsrc/gstvideotestsrc.c:
14090         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14091         (gst_videotestsrc_create):
14092         The base class can now sync for us.
14093
14094 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14097           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14098           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14099           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14100           format=(fourcc)I420" ! xvimagesink
14101
14102 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14103
14104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14105         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14106         (gst_sinesrc_newsegment):
14107           Send newsegment event in TIME format, set duration if
14108           num-buffers is set, fix duration querying.
14109
14110 2005-11-10  Michael Smith <msmith@fluendo.com>
14111
14112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14113         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14114         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14115         (gst_ogg_mux_collected):
14116          Fix EOS handling, partially. Now forwarding an EOS event once we have
14117          EOS on all pads works correctly. However, we still don't properly set
14118          EOS on the actual ogg stream pages.
14119
14120 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14121
14122         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14123           Set elements to NULL state before disposing of them.
14124
14125 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14126
14127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14130         (gst_base_rtp_depayload_init),
14131         (gst_base_rtp_depayload_set_gst_timestamp):
14132         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14133           We need to send a newsegment event for each instance, not
14134           just for the first instance of this class (get rid of
14135           static variable in function). (#321011).
14136           
14137 2005-11-08  Michael Smith <msmith@fluendo.com>
14138
14139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14140         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14141         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14142         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14143           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14144           This makes us mux things correctly according to the ogg muxing
14145           rules. Still not handling EOS correctly right now, though.
14146
14147 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14148
14149         * gst/audioconvert/gstaudioconvert.c:
14150           Fix typo in docs. 
14151
14152 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14153
14154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14155         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14156           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14157           creating a new chain; should fix live streaming. Also
14158           add more debug output and fix a typo.
14159
14160 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14161
14162         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14163
14164         * gst/volume/gstvolume.c: (volume_set_caps):
14165           Fix compilation on Solaris with Forte. (#320923)
14166
14167 2005-11-08  Wim Taymans  <wim@fluendo.com>
14168
14169         * gst-libs/gst/audio/gstbaseaudiosink.c:
14170         (gst_base_audio_sink_render):
14171         No need to do a typecheck.
14172
14173 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14174
14175         * ext/alsa/gstalsa.h:
14176           We register a debug category, so let's use it.
14177
14178 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14179
14180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14181         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14182         Fixed a small problem.
14183
14184 2005-11-04  Wim Taymans  <wim@fluendo.com>
14185
14186         * examples/seeking/Makefile.am:
14187         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14188         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14189         (make_playerbin_pipeline), (format_value), (update_scale),
14190         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14191         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14192         (print_usage), (main):
14193         Added app for playback speed testing.
14194
14195         * examples/seeking/seek.c: (dynamic_link),
14196         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14197         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14198         (message_received), (main):
14199         Updated seek example.
14200
14201 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14202
14203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14204         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14205         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14206         (gst_base_rtp_depayload_set_clock):
14207         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14208         Don't sleep on the bench (system clock) when you have a nice 
14209         comfortable bed (Gstreamer clock) to sleep on.
14210
14211 2005-11-03  Wim Taymans  <wim@fluendo.com>
14212
14213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14214         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14215         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14216         Handle the case where a pad_block failed.
14217
14218 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14219
14220         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14221
14222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14223         (gst_base_rtp_depayload_add_to_queue),
14224         (gst_base_rtp_depayload_push),
14225         (gst_base_rtp_depayload_set_gst_timestamp),
14226         (gst_base_rtp_depayload_queue_release):
14227           Fixes some bugs in the depayloader's queuing/de-queueing code.
14228
14229 2005-10-31  Michael Smith <msmith@fluendo.com>
14230
14231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14232         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14233         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14234           Patch from Alessandro Decina <alessandro@nnva.org>.
14235           Make oggdemux only find the final time in a chain, not per-pad,
14236           since the per-pad information can be very expensive to locate, and
14237           it isn't used anywhere. This makes reading a file containing
14238           OggSkeleton reasonably fast.
14239           Also, make chain finding work when there are logical bitstreams that
14240           can't be decoded. Fixes #319110.
14241
14242 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14243
14244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14245         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14246         (gst_base_rtp_depayload_chain),
14247         (gst_base_rtp_depayload_add_to_queue),
14248         (gst_base_rtp_depayload_push),
14249         (gst_base_rtp_depayload_set_gst_timestamp),
14250         (gst_base_rtp_depayload_queue_release),
14251         (gst_base_rtp_depayload_start_thread),
14252         (gst_base_rtp_depayload_set_property),
14253         (gst_base_rtp_depayload_get_property):
14254         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14255         Some random fixes, to fullfill the desires of thomas.
14256
14257 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14258
14259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14260         (gst_base_rtp_depayload_add_to_queue),
14261         (gst_base_rtp_depayload_push):
14262         Fixed the queueing algorithm.
14263
14264 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14265
14266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14267         (gst_base_rtp_depayload_push):
14268         A small fix
14269
14270 2005-10-31  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst-libs/gst/audio/gstringbuffer.h:
14273         Don't break ABI.
14274
14275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14276         (gst_ffmpeg_caps_to_pixfmt):
14277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14278         (gst_ffmpegcsp_set_caps):
14279         Some more comments.
14280         Handle missing required caps fields better.
14281
14282 2005-10-31  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst-libs/gst/audio/gstbaseaudiosink.c:
14285         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14286         (gst_base_audio_sink_render):
14287         * gst-libs/gst/audio/gstringbuffer.c:
14288         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14289         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14290         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14291         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14292         (gst_ring_buffer_read):
14293         * gst-libs/gst/audio/gstringbuffer.h:
14294         Add flushing mode to the ringbuffer so that it in all cases does
14295         not try to handle more audio. This makes sure it does not try to
14296         block anymore when flushing and fixes a livelock.
14297
14298 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14299
14300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14301         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14302         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14303           Explicitly check for -1 values before doing a conversion
14304           and always map them to -1. (#315545)
14305
14306 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14307
14308         * gst/playback/gstplaybin.c: (gen_video_element):
14309           first try autovideosink, then xvimagesink, then error out
14310         * po/POTFILES.in:
14311           add translatable file
14312         * po/af.po:
14313         * po/az.po:
14314         * po/cs.po:
14315         * po/en_GB.po:
14316         * po/hu.po:
14317         * po/it.po:
14318         * po/nb.po:
14319         * po/nl.po:
14320         * po/or.po:
14321         * po/sq.po:
14322         * po/sr.po:
14323         * po/sv.po:
14324         * po/uk.po:
14325         * po/vi.po:
14326           update translations
14327
14328 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14329
14330         * gst-libs/gst/rtp/gstbasedepayload.c:
14331         * gst-libs/gst/rtp/gstbasedepayload.h:
14332           Minor cleanups
14333
14334 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         * gst/playback/.cvsignore:
14337         * gst/playback/decodetest.c:
14338         * gst/playback/test3.c:
14339           Port these two tests as well.
14340
14341 2005-10-27  Wim Taymans  <wim@fluendo.com>
14342
14343         * ext/theora/theoradec.c: (theora_dec_src_query),
14344         (theora_dec_sink_event):
14345         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14346         (theora_enc_change_state):
14347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14348         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14349         Take proper locks when handling events.
14350
14351 2005-10-27  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14354         (gst_adder_change_state):
14355         Fix timestamps and fix deadlock when stopping the collectpads.
14356
14357 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14358
14359         * gst-libs/gst/rtp/gstrtpbuffer.h:
14360         Declaring the payload types as strings too so that they can be used
14361         in the padtemplate inialization.
14362
14363 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14364
14365         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14366
14367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14368         (gst_base_rtp_depayload_class_init):
14369         Fixes a small but nasty bug. The derived elements no longer segfaults
14370         on finalization.
14371
14372 2005-10-26  Michael Smith <msmith@fluendo.com>
14373
14374         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14375           When clearing an audioconvert context, set tmpbufsize to zero, so
14376           we'll allocate it again later if required.
14377           This fixes audioconvert re-negotiating formats, which previously
14378           segfaulted with a NULL destination buffer.
14379
14380 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14381
14382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14383         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14384         (gst_base_rtp_depayload_set_gst_timestamp),
14385         (gst_base_rtp_depayload_queue_release):
14386         Fixed a smalll memleak.
14387
14388 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14390         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14391         (gst_base_rtp_depayload_finalize),
14392         (gst_base_rtp_depayload_setcaps),
14393         (gst_base_rtp_depayload_add_to_queue),
14394         (gst_base_rtp_depayload_push),
14395         (gst_base_rtp_depayload_set_gst_timestamp),
14396         (gst_base_rtp_depayload_queue_release),
14397         (gst_base_rtp_depayload_thread),
14398         (gst_base_rtp_depayload_change_state):
14399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14400         Changed the C++ comments to C comments
14401
14402 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14403
14404         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14405         * gst/tcp/gsttcpclientsrc.h:
14406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14407         * gst/tcp/gsttcpserversrc.h:
14408           Remove unused 'curoffset' structure member.
14409
14410 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14411
14412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14413         (gst_base_rtp_depayload_base_init),
14414         (gst_base_rtp_depayload_finalize):
14415         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14416         * gst-libs/gst/rtp/gstbasertppayload.h:
14417           The pad-template on the sinkpad should be set by the derived classes.
14418           Also added some useful macros.
14419
14420 2005-10-24  Wim Taymans  <wim@fluendo.com>
14421
14422         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14423         Correctly flush decoder samples even if we could not
14424         copy them to an output buffer. Fixes #319618.
14425
14426 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14427
14428         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14430         the caps against our xcontext caps.
14431
14432 2005-10-24  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst-libs/gst/audio/gstbaseaudiosink.c:
14435         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14436         Remove g_print
14437         Use sync property from baseclass to disable sync.
14438
14439 2005-10-24  Wim Taymans  <wim@fluendo.com>
14440
14441         * gst-libs/gst/audio/gstbaseaudiosink.c:
14442         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14443         Buffers with no timestamps get aligned with previous buffers or
14444         on underrun, played ASAP.
14445
14446 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14447
14448         * gst-libs/gst/video/video.h:
14449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14452         here comes my change on caps for framerate and geometry range.
14453         We are now accepting 1 to MAXINT for width and height, and from
14454         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14455         to be blended correctly in videomixer.
14456
14457 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14458
14459         * configure.ac:
14460           back to HEAD
14461
14462 === release 0.9.4 ===
14463
14464 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14465
14466         * NEWS:
14467         * RELEASE:
14468         * configure.ac:
14469           releasing 0.9.4, "Velociraptor"
14470
14471 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14474         * po/POTFILES.in:
14475           STOPPED -> FAILED
14476
14477 2005-10-21  Wim Taymans  <wim@fluendo.com>
14478
14479         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14480         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14481         (pad_blocked), (close_pad_link), (new_pad):
14482         Don't try to remove elements twice.
14483
14484 2005-10-21  Wim Taymans  <wim@fluendo.com>
14485
14486         * ext/theora/theoradec.c: (theora_dec_src_query),
14487         (theora_dec_sink_event):
14488         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14489         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14490         (vorbis_handle_data_packet):
14491         * ext/vorbis/vorbisdec.h:
14492         Fix old naming.
14493
14494         * gst-libs/gst/audio/gstbaseaudiosink.c:
14495         (gst_base_audio_sink_render):
14496         Don't try to sync on buffers without a timestamp.
14497
14498 2005-10-21  Wim Taymans  <wim@fluendo.com>
14499
14500         * ext/theora/theoradec.c: (theora_dec_src_query),
14501         (theora_dec_sink_event):
14502         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14503         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14504         (vorbis_handle_data_packet):
14505         * ext/vorbis/vorbisdec.h:
14506         Fix old naming.
14507
14508 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14511         (gst_vorbisenc_src_query):
14512           Implement position and duration queries.
14513
14514         * gst/playback/test3.c: (update_scale), (main):
14515           Fix for async state changes and print nicer output.
14516
14517 2005-10-20  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14520         (dump_element_stats), (main):
14521         * gst/playback/test6.c: (main):
14522         Fix tests again
14523
14524 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14527         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14528           Don't use functions for position queries when handling
14529           duration queries.
14530
14531 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14532
14533         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14534         (vorbis_handle_data_packet), (vorbis_dec_chain),
14535         (vorbis_dec_change_state):
14536         * ext/vorbis/vorbisdec.h:
14537           Vorbis streams can be embedded in other container formats
14538           than ogg, container formats where the demuxer might set 
14539           timestamps on encoded vorbis buffers instead of those silly 
14540           granulepos thingies. In short: make vorbisdec handle 
14541           timestamps on incoming buffers as well.
14542
14543 2005-10-20  Wim Taymans  <wim@fluendo.com>
14544
14545         * gst/playback/gstplaybasebin.c: (group_destroy),
14546         (gst_play_base_bin_change_state):
14547         Fix leak.
14548         Handle case where playbasebin is now ASYNC because
14549         decodebin is.
14550
14551 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         * gst/audioconvert/Makefile.am:
14554         * gst/audioconvert/bufferframesconvert.c:
14555         * gst/audioconvert/plugin.c: (plugin_init):
14556         * gst/audioconvert/plugin.h:
14557           And bye bye buffer-frames-convert
14558
14559 2005-10-19  Wim Taymans  <wim@fluendo.com>
14560
14561         * check/elements/audioconvert.c:
14562         * docs/libs/tmpl/gstaudio.sgml:
14563         * docs/libs/tmpl/gstcolorbalance.sgml:
14564         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14565         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14566         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14567         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14568         * gst-libs/gst/audio/audio.h:
14569         * gst/audioconvert/audioconvert.h:
14570         * gst/audioconvert/gstaudioconvert.c:
14571         (gst_audio_convert_parse_caps):
14572         * gst/volume/gstvolume.c:
14573         Bye bye buffer-frames.
14574
14575 2005-10-19  Wim Taymans  <wim@fluendo.com>
14576
14577         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14578         (query_positions_elems), (query_positions_pads), (update_scale),
14579         (do_seek), (set_update_scale), (message_received), (main):
14580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14581         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14582         (gst_ogg_demux_loop):
14583         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14584         * ext/theora/theoradec.c: (theora_dec_src_query),
14585         (theora_dec_sink_event):
14586         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14587         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14588         * gst/adder/gstadder.c: (gst_adder_query):
14589         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14590         * gst/playback/test3.c: (update_scale):
14591         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14592         (dump_element_stats), (main):
14593         * gst/playback/test6.c: (main):
14594         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14595         Query API update.
14596
14597 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14600         (xml_check_first_element), (xml_type_find), (smil_type_find),
14601         (plugin_init):
14602           Add typefinding for SMIL and for generic XML. Based on patch by
14603           Akos Maroy (#308663).
14604
14605 2005-10-18  Wim Taymans  <wim@fluendo.com>
14606
14607         * gst/playback/Makefile.am:
14608         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14609         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14610         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14611         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14612         (gst_decode_bin_change_state):
14613         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14614         (gst_play_bin_send_event_to_sink):
14615         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14616         (dump_element_stats), (main):
14617         * gst/playback/test6.c: (main):
14618         Make playbin async, it'll commit state to paused when all streams
14619         are detected.
14620         Remove ugly hack.
14621         Added test6.c to show async behaviour.
14622
14623 2005-10-18  Wim Taymans  <wim@fluendo.com>
14624
14625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14626         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14627         Fix for segment-start/stop API change.
14628
14629 2005-10-18  Wim Taymans  <wim@fluendo.com>
14630
14631         * check/Makefile.am:
14632         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14633         (main):
14634         Add future test for clock selection.
14635
14636 2005-10-18  Wim Taymans  <wim@fluendo.com>
14637
14638         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14639         (gst_alsasink_close):
14640         Set handle to NULL.
14641
14642         * gst-libs/gst/audio/gstringbuffer.c:
14643         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14644         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14645         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14646         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14647         (gst_ring_buffer_read):
14648         More debug info.
14649
14650 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14651
14652         * gst/audiotestsrc/Makefile.am:
14653         * gst/sine/Makefile.am:
14654         * gst/volume/Makefile.am:
14655           fix broken build of controllerized plugins
14656
14657 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14658
14659         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14662         (gst_riff_create_video_template_caps):
14663           Add support for Indeo-3 (IV32).
14664
14665 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * configure.ac:
14668           rewrite
14669
14670 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * gst-libs/gst/video/video.c: (gst_video_get_size):
14673         * gst/audiotestsrc/gstaudiotestsrc.c:
14674           doc updates
14675
14676 2005-10-17  Andy Wingo  <wingo@pobox.com>
14677
14678         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14679         with the collectpads change.
14680         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14681
14682         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14683
14684         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14685
14686         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14687         alloc_buffer flow return to callers.
14688         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14689         change. Fix some memleaks in theoraenc.
14690
14691         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14692         in strange circumstance.
14693
14694 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14695
14696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14697         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14698         from caps, let's use the caps...
14699
14700 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14701
14702         * configure.ac:
14703           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14704
14705 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14706
14707         * gst-libs/gst/interfaces/Makefile.am:
14708           fix silly typo
14709
14710 2005-10-16  Andy Wingo  <wingo@pobox.com>
14711
14712         * gst/playback/gstdecodebin.c
14713         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14714         function!
14715         (try_to_link_1): Increase kraziness level.
14716
14717 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14718
14719         * configure.ac:
14720           restructure like the core one
14721         * gst-libs/gst/audio/Makefile.am:
14722         * gst-libs/gst/interfaces/Makefile.am:
14723         * gst-libs/gst/net/Makefile.am:
14724         * gst-libs/gst/riff/Makefile.am:
14725         * gst-libs/gst/rtp/Makefile.am:
14726         * gst-libs/gst/tag/Makefile.am:
14727         * gst-libs/gst/video/Makefile.am:
14728           use correct linker flags, now the libs are properly versioned
14729         * check/elements/audioconvert.c: (verify_convert):
14730         * ext/alsa/gstalsaplugin.c:
14731         * ext/cdparanoia/gstcdparanoia.c:
14732         * ext/gnomevfs/gstgnomevfs.c:
14733         * ext/libvisual/visual.c:
14734         * ext/ogg/gstogg.c:
14735         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14736         * ext/theora/theora.c:
14737         * ext/vorbis/vorbis.c:
14738         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14739         * gst-libs/gst/tag/gsttagediting.c:
14740         * gst-libs/gst/video/video.c:
14741         * gst/adder/gstadder.c:
14742         * gst/audioconvert/plugin.c:
14743         * gst/audiorate/gstaudiorate.c:
14744         * gst/audioresample/gstaudioresample.c:
14745         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14746         * gst/audioscale/gstaudioscale.c:
14747         * gst/audioscale/resample.c:
14748         * gst/audiotestsrc/gstaudiotestsrc.c:
14749         * gst/ffmpegcolorspace/gstffmpeg.c:
14750         * gst/playback/gstdecodebin.c: (close_pad_link):
14751         * gst/playback/gstplaybin.c: (gen_video_element),
14752         (gen_audio_element):
14753         * gst/sine/gstsinesrc.c:
14754         * gst/subparse/gstsubparse.c:
14755         * gst/tags/gsttagediting.c:
14756         * gst/tcp/gsttcpplugin.c:
14757         * gst/typefind/gsttypefindfunctions.c:
14758         * gst/videorate/gstvideorate.c:
14759         * gst/videoscale/gstvideoscale.c:
14760         * gst/videotestsrc/gstvideotestsrc.c:
14761         * gst/volume/gstvolume.c:
14762         * sys/v4l/gstv4l.c:
14763         * sys/ximage/ximage.c:
14764         * sys/xvimage/xvimagesink.c:
14765           fix up defines
14766
14767 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14768
14769         * ext/vorbis/vorbisenc.c:
14770         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14771         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14772         (gst_tag_to_vorbis_comments):
14773           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14774
14775 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14776
14777         * examples/stats/mp2ogg.c:
14778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14779           typo fixes
14780
14781 2005-10-13  Michael Smith <msmith@fluendo.com>
14782
14783         * ext/ogg/gstoggmux.c:
14784           Use magic glib macros to define constants as 64 bit, to ensure
14785           appropriate vararg passing.
14786
14787 2005-10-13  Michael Smith <msmith@fluendo.com>
14788
14789         * ext/ogg/gstoggmux.c:
14790         * gst/audioconvert/audioconvert.c: (float):
14791           Don't use LL suffix, as it's not portable, and neither of these
14792           uses required it anyway.
14793
14794 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14795
14796         * examples/indexing/indexmpeg.c: (main):
14797         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14798         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14799         (cdparanoia_convert), (cdparanoia_query):
14800         * ext/cdparanoia/gstcdparanoia.h:
14801         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14802         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14803         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14805         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14806         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14808         (gst_multifdsink_render), (gst_multifdsink_start),
14809         (gst_multifdsink_stop):
14810         * gst/tcp/gstmultifdsink.h:
14811         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14812         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14813         (gst_tcpclientsink_stop):
14814         * gst/tcp/gsttcpclientsink.h:
14815         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14816         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14817         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14818         * gst/tcp/gsttcpclientsrc.h:
14819         * gst/tcp/gsttcpserversink.h:
14820         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14821         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14822         (gst_tcpserversrc_stop):
14823         * gst/tcp/gsttcpserversrc.h:
14824         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14826         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14827           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14828           moved bitshift from macro to enum definition
14829
14830 2005-10-12  Wim Taymans  <wim@fluendo.com>
14831
14832         * examples/seeking/Makefile.am:
14833         Oops.
14834
14835 2005-10-12  Wim Taymans  <wim@fluendo.com>
14836
14837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14838         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14839         Don't assert on normal stuff.
14840
14841         * gst/playback/gstplaybin.c: (do_playbin_seek):
14842         API fix.
14843
14844 2005-10-12  Wim Taymans  <wim@fluendo.com>
14845
14846         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14847         * examples/seeking/Makefile.am:
14848         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14849         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14850         (do_seek), (set_update_scale), (message_received), (main):
14851         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14852         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14853         Update for _get_state() API change.
14854
14855 2005-10-11  Wim Taymans  <wim@fluendo.com>
14856
14857         * gst-libs/gst/audio/gstbaseaudiosink.c:
14858         (gst_base_audio_sink_render):
14859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14860         (gst_base_audio_src_create):
14861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14862         (gst_ring_buffer_read):
14863         Cleanups.
14864         Commit and read from ringbuffer in samples rather than bytes.
14865
14866 2005-10-11  Wim Taymans  <wim@fluendo.com>
14867
14868         * gst-libs/gst/audio/gstbaseaudiosink.c:
14869         (gst_base_audio_sink_render):
14870         Respect segment rate and accum when scheduling samples.
14871
14872 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14873
14874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14875         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14876         EOS correctly, that needs more work.
14877
14878 2005-10-11  Wim Taymans  <wim@fluendo.com>
14879
14880         * check/generic/states.c: (GST_START_TEST):
14881         remove old property.
14882
14883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14884         (gst_ogg_demux_perform_seek):
14885         * ext/theora/theoradec.c: (theora_dec_sink_event):
14886         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14887         (vorbis_handle_data_packet):
14888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14889         (gst_base_rtp_depayload_set_gst_timestamp):
14890         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14891         Update for newsegment API change.
14892
14893 2005-10-11  Michael Smith <msmith@fluendo.com>
14894
14895         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14896         (do_playbin_seek), (gst_play_bin_send_event):
14897           Override send_event differently, so that we can takes bits of
14898           functionality from GstPipeline (special handling for seeks,
14899           including pausing/resuming, and resetting stream time) and still get
14900           the appropriate behaviour of only forwarding event to a single sink,
14901           rather than all of them.
14902           Unfortunately requires a lot of code duplication, but the
14903           alternatives are equally ugly in the end.
14904
14905 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14906
14907         * check/elements/audioconvert.c: (setup_audioconvert),
14908         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14909         (GST_START_TEST), (audioconvert_suite):
14910           clean up tests a little, fix some leaks.
14911
14912 2005-10-10  Wim Taymans  <wim@fluendo.com>
14913
14914         * ext/alsa/gstalsasink.c:
14915         Also allow unsigned int.
14916
14917         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14918         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14919         Small cleanup
14920
14921 2005-10-10  Wim Taymans  <wim@fluendo.com>
14922
14923         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14924         Small update, use API as stated in design docs.
14925
14926         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14927         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14928         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14929         (message_received), (main):
14930         Updated seek example for GOption. Some usability improvements.
14931
14932 2005-10-10  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/audioconvert/audioconvert.h:
14935         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14936         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14937         Alloc temp storage somewhere else where we can do it more
14938         portable.
14939
14940 2005-10-10  Wim Taymans  <wim@fluendo.com>
14941
14942         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14943         (gst_tcpserversrc_start):
14944         Don't block in accept while doing the state change, move
14945         to poll and make cancellable.
14946
14947 2005-10-09  Philippe Khalaf <burger@speedy.org>
14948
14949         * gst-libs/gst/rtp/rtpbasedepayload.c:
14950         Set timestamp and add queue delay to timestamp
14951         * gst-libs/gst/rtp/rtpbuffer.h:
14952         Set correct payload type for h263
14953
14954 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14955
14956         * gst/audiotestsrc/gstaudiotestsrc.c:
14957         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14958         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14959         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14960         (gst_audiotestsrc_create_triangle),
14961         (gst_audiotestsrc_create_silence),
14962         (gst_audiotestsrc_create_white_noise),
14963         (gst_audiotestsrc_init_pink_noise),
14964         (gst_audiotestsrc_generate_pink_noise_value),
14965         (gst_audiotestsrc_create_pink_noise),
14966         (gst_audiotestsrc_change_wave):
14967         * gst/audiotestsrc/gstaudiotestsrc.h:
14968           fixed typo, added pink noise
14969
14970 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14973         (plugin_init):
14974           Add wavpack and spc typefind functions from 0.8 branch.
14975
14976 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14979         (ar_type_find), (msdos_type_find), (plugin_init):
14980           Add typefind functions for tar archives, ar archives,
14981           RAR archives, and msdos-executables (dlls, exe, etc.).
14982           Some of those would be wrongly identified as mpeg
14983           streams of some sort before (#315550).
14984
14985 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14986
14987         * configure.ac:
14988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14990         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14991         * gst/audiotestsrc/Makefile.am:
14992         * gst/audiotestsrc/gstaudiotestsrc.c:
14993         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14994         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14995         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14996         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14997         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14998         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14999         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15000         (gst_audiotestsrc_create_silence),
15001         (gst_audiotestsrc_create_white_noise),
15002         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15003         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15004         (gst_audiotestsrc_start), (plugin_init):
15005         * gst/audiotestsrc/gstaudiotestsrc.h:
15006           add new plugin and element
15007         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15008           use gobject_class
15009
15010 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15013         (gst_adder_init), (gst_adder_request_new_pad),
15014         (gst_adder_change_state):
15015           Add query function to source pad, so adder reports the correct
15016           time/sample position when queried (#315457); fix state change
15017           function; use GST_DEBUG_FUNCPTR() for pad functions.
15018
15019 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15020
15021         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15022           Fix leaks in typefind registration
15023           Clean up the gratuitous commenting and whitespacing a little
15024
15025 2005-10-08  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15028         Only actually wait for the thread to be stopped if it's 
15029         running.
15030
15031 2005-10-08  Wim Taymans  <wim@fluendo.com>
15032
15033         * gst-libs/gst/audio/gstbaseaudiosink.c:
15034         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15035         If we receive EOS we can start playback of what we had.
15036
15037 2005-10-08  Wim Taymans  <wim@fluendo.com>
15038
15039         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15040         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15041         (gst_multifdsink_stop):
15042         Fix crasher when going to NULL multiple times.
15043
15044 2005-10-06  Wim Taymans  <wim@fluendo.com>
15045
15046         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15047         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15048         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15050         patch from Edgard Lima <edgard.lima@indt.org.br>
15051         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15052
15053 2005-10-06  Wim Taymans  <wim@fluendo.com>
15054
15055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15056         Report the FLOW_RETURN as string in the error message.
15057
15058         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15059         Don't assert when clearing an unnegotiated buffer.
15060
15061 2005-10-04  Michael Smith <msmith@fluendo.com>
15062
15063         * gst/playback/gstplaybasebin.c: (group_destroy),
15064         (gen_preroll_element), (remove_groups), (setup_source):
15065         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15066         (setup_sinks), (gst_play_bin_send_event),
15067         (gst_play_bin_change_state):
15068           Set state to NULL before removing from bin. Fix refcounting.
15069
15070 2005-10-04  Michael Smith <msmith@fluendo.com>
15071
15072         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15073           Correct refcounting in send_event() function. Previously was wrong
15074           if the first sink was unable to handle the event.
15075
15076 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * configure.ac:
15079           back to development
15080
15081 === release 0.9.3 ===
15082
15083 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15084
15085         * configure.ac:
15086           Releasing 0.9.3, "De Facto"
15087
15088 2005-10-03  Andy Wingo  <wingo@pobox.com>
15089
15090         * gst/playback/gstdecodebin.c (try_to_link_1)
15091         (remove_element_chain): set element to NULL before removing it.
15092
15093 2005-10-02  Johan Dahlin  <johan@gnome.org>
15094
15095         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15096         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15097         MT safe.
15098
15099 2005-10-02  Andy Wingo  <wingo@pobox.com>
15100
15101         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15102         (gst_ring_buffer_prepare_read): 
15103         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15104         Demote to LOG.
15105
15106 2005-09-29  Wim Taymans  <wim@fluendo.com>
15107
15108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15109         * ext/theora/theoradec.c: (theora_handle_data_packet):
15110         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15111         Propagate error codes from alloc_buffer too.
15112
15113 2005-09-29  Wim Taymans  <wim@fluendo.com>
15114
15115         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15116         We use fixed caps.
15117
15118         * gst/playback/Makefile.am:
15119         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15120         (dump_element_stats), (main):
15121         Added example stream introspection code.
15122
15123 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15124
15125         * gst/adder/gstadder.c: (gst_adder_collected):
15126           fix adder for float elements
15127
15128 2005-09-28  Wim Taymans  <wim@fluendo.com>
15129
15130         * gst-libs/gst/audio/gstbaseaudiosink.c:
15131         (gst_base_audio_sink_class_init),
15132         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15134         (gst_base_audio_src_class_init),
15135         (gst_base_audio_src_provide_clock):
15136         get_clock -> provide_clock
15137
15138 2005-09-28  Andy Wingo  <wingo@pobox.com>
15139
15140         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15141         and unlocking.
15142
15143         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15144         unlocking.
15145
15146         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15147         Actually add the pad template.
15148         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15149
15150         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15151         I'm at it...
15152
15153         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15154         from fdsrc. Get caps in create() instead of start() so it can be
15155         interrupted. Interruption somewhat untested.
15156
15157         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15158         Proper EOS handling.
15159
15160 2005-09-27  Andy Wingo  <wingo@pobox.com>
15161
15162         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15163
15164         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15165
15166         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15167
15168         * gst/tcp/gsttcp.h: 
15169         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15170         out of tcpclientsrc.c. Cancellable.
15171         (gst_tcp_socket_read): Made private, cancellable, with better
15172         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15173         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15174         whole buffer, and better diagnostics.
15175         (gst_tcp_gdp_read_caps): Same.
15176
15177         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15178
15179 2005-09-26  Andy Wingo  <wingo@pobox.com>
15180
15181         * gst/sine/gstsinesrc.h:
15182         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15183         change the 'sync' property to 'is-live' and implement it halfway,
15184         update for controller api change.
15185
15186         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15187         controller api change.
15188
15189 2005-09-24  Wim Taymans  <wim@fluendo.com>
15190
15191         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15192         * gst-libs/gst/audio/gstaudiosink.c:
15193         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15194         (gst_audioringbuffer_stop):
15195         * gst-libs/gst/audio/gstbaseaudiosink.c:
15196         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15197         (gst_base_audio_sink_change_state):
15198         * gst-libs/gst/audio/gstbaseaudiosink.h:
15199         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15200         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15201         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15202         * gst-libs/gst/audio/gstringbuffer.h:
15203         Fix sync again. Moved sample alignment to basesink.
15204
15205 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         * docs/plugins/Makefile.am:
15208         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15209         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15210         * gst/volume/gstvolume.c:
15211           add/fix docs
15212         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15213         * gst-libs/gst/audio/audio.h:
15214           add conversion macros for frames <-> clocktime
15215
15216 2005-09-23  David Schleef  <ds@schleef.org>
15217
15218         * gst/audioresample/Makefile.am:
15219         * gst/audioresample/debug.h:
15220         * gst/audioresample/gstaudioresample.c:
15221         * gst/audioresample/resample.c: Convert to using gst debugging
15222
15223 2005-09-22  Wim Taymans  <wim@fluendo.com>
15224
15225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15226         (gst_play_bin_send_event):
15227         Only seek on one sink, the first one that succeeds.
15228
15229 2005-09-22  Michael Smith <msmith@fluendo.com>
15230
15231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15232         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15233         Don't flush encoder state unless we have an initialised encoder.
15234         Clear out encoder state on PAUSED_TO_READY.
15235
15236 2005-09-22  Wim Taymans  <wim@fluendo.com>
15237
15238         * gst-libs/gst/rtp/gstbasertppayload.c:
15239         (gst_basertppayload_class_init), (gst_basertppayload_init),
15240         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15241         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15242         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15243         (gst_basertppayload_set_property),
15244         (gst_basertppayload_get_property),
15245         (gst_basertppayload_change_state):
15246         * gst-libs/gst/rtp/gstbasertppayload.h:
15247         Added max-ptime to control amount of data in the rtp packets.
15248
15249 2005-09-21  Andy Wingo  <wingo@pobox.com>
15250
15251         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15252         thingies.
15253
15254         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15255         can be called multiple times, dogs.
15256
15257 2005-09-21  Wim Taymans  <wim@fluendo.com>
15258
15259         * gst-libs/gst/rtp/gstbasertppayload.c:
15260         (gst_basertppayload_class_init), (gst_basertppayload_init),
15261         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15262         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15263         (gst_basertppayload_push), (gst_basertppayload_get_property),
15264         (gst_basertppayload_change_state):
15265         Allow 0 ssrc too.
15266
15267 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15268
15269         * docs/libs/compiling.sgml:
15270           fixing typos
15271
15272 2005-09-20  Wim Taymans  <wim@fluendo.com>
15273
15274         * gst-libs/gst/rtp/gstbasertppayload.c:
15275         (gst_basertppayload_class_init), (gst_basertppayload_init),
15276         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15277         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15278         (gst_basertppayload_push), (gst_basertppayload_set_property),
15279         (gst_basertppayload_get_property),
15280         (gst_basertppayload_change_state):
15281         * gst-libs/gst/rtp/gstbasertppayload.h:
15282         Added property to configure sequence number offsets.
15283
15284 2005-09-20  Wim Taymans  <wim@fluendo.com>
15285
15286         * gst-libs/gst/rtp/gstbasertppayload.c:
15287         (gst_basertppayload_class_init), (gst_basertppayload_init),
15288         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15289         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15290         (gst_basertppayload_push), (gst_basertppayload_set_property),
15291         (gst_basertppayload_get_property),
15292         (gst_basertppayload_change_state):
15293         * gst-libs/gst/rtp/gstbasertppayload.h:
15294         Make timestamp offset configurable.
15295
15296 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15297
15298         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15299           fix wrong pop/unref
15300
15301 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15302
15303         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         * gst-libs/gst/interfaces/propertyprobe.c:
15306         (gst_property_probe_probe_property_name),
15307         (gst_property_probe_needs_probe_name),
15308         (gst_property_probe_get_values_name),
15309         (gst_property_probe_probe_and_get_values_name):
15310           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15311           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15312
15313 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15314
15315         * check/Makefile.am:
15316           have some tests be disabled for valgrinding
15317         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15318         (GST_START_TEST):
15319         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15320           Fix A Leak.  Chain To Parent Finalize.
15321
15322 2005-09-19  Wim Taymans  <wim@fluendo.com>
15323
15324         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15325         Fixed wav pipeline.
15326
15327 2005-09-19  Wim Taymans  <wim@fluendo.com>
15328
15329         * gst-libs/gst/rtp/gstbasertppayload.c:
15330         (gst_basertppayload_class_init), (gst_basertppayload_init),
15331         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15332         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15333         (gst_basertppayload_push), (gst_basertppayload_get_property),
15334         (gst_basertppayload_change_state):
15335         Posting ERROR and WARNING messages is good.
15336
15337 2005-09-19  Wim Taymans  <wim@fluendo.com>
15338
15339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15340         (gst_base_rtp_depayload_add_to_queue),
15341         (gst_base_rtp_depayload_push),
15342         (gst_base_rtp_depayload_set_gst_timestamp),
15343         (gst_base_rtp_depayload_queue_release):
15344         This one was not supposed to go in.
15345
15346 2005-09-19  Wim Taymans  <wim@fluendo.com>
15347
15348         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15349         Fix for bus API.
15350
15351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15352         (gst_base_rtp_depayload_chain),
15353         (gst_base_rtp_depayload_add_to_queue),
15354         (gst_base_rtp_depayload_push),
15355         (gst_base_rtp_depayload_set_gst_timestamp),
15356         (gst_base_rtp_depayload_queue_release):
15357         Some cleanups.
15358
15359         * gst-libs/gst/rtp/gstbasertppayload.c:
15360         (gst_basertppayload_class_init), (gst_basertppayload_init),
15361         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15362         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15363         (gst_basertppayload_get_property),
15364         (gst_basertppayload_change_state):
15365         Added debugging category.
15366
15367 2005-09-18  David Schleef  <ds@schleef.org>
15368
15369         * gst/playback/gstdecodebin.c: free plugin list correctly
15370         * gst/playback/gstplaybin.c: emit warning if autovideosink
15371           and autoaudiosink can't be found (instead of segfaulting)
15372
15373 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15374
15375         * check/elements/audioconvert.c: (GST_START_TEST):
15376           try out 24 bit conversion
15377
15378 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15379
15380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15381         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15382         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15383         * ext/vorbis/vorbisenc.h:
15384           Fix EOS handling.  Still needs a fix in the ogg muxer to
15385           mark the last page as eos.
15386
15387 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15388
15389         * common/gtk-doc-plugins.mak:
15390         * docs/plugins/Makefile.am:
15391         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15392         * gst/ffmpegcolorspace/Makefile.am:
15393         * gst/ffmpegcolorspace/avcodec.h:
15394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15395         * gst/tcp/gstmultifdsink.c:
15396           fix up ffmpegcolorspace docs; extract header
15397
15398 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15399
15400         * common/gtk-doc-plugins.mak:
15401         * docs/plugins/Makefile.am:
15402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15403         * ext/theora/Makefile.am:
15404         * ext/theora/gsttheoraenc.h:
15405         * ext/theora/theoraenc.c:
15406         * ext/vorbis/vorbisenc.c:
15407           pick up signals and args for vorbis; add some docs for vorbis
15408
15409 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15410
15411         * common/gstdoc-scangobj:
15412         * common/gtk-doc-plugins.mak:
15413         * docs/libs/Makefile.am:
15414         * docs/plugins/gst-plugins-base-plugins.args:
15415         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15416         * docs/plugins/gst-plugins-base-plugins.interfaces:
15417         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15418         * docs/plugins/gst-plugins-base-plugins.signals:
15419           only scanobj stuff from our source module.  Not sure yet
15420           if that's correct, given the hierarchy stuff :)
15421
15422 2005-09-15  Wim Taymans  <wim@fluendo.com>
15423
15424         * gst/audioconvert/gstaudioconvert.c:
15425         And enable 24 bits mode as well..
15426
15427 2005-09-15  Wim Taymans  <wim@fluendo.com>
15428
15429         * gst-libs/gst/rtp/Makefile.am:
15430         * gst-libs/gst/rtp/gstbasertppayload.c:
15431         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15432         (gst_basertppayload_class_init), (gst_basertppayload_init),
15433         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15434         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15435         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15436         (gst_basertppayload_set_property),
15437         (gst_basertppayload_get_property),
15438         (gst_basertppayload_change_state):
15439         * gst-libs/gst/rtp/gstbasertppayload.h:
15440         Added rtp payloader base class.
15441
15442 2005-09-15  Andy Wingo  <wingo@pobox.com>
15443
15444         * configure.ac (plugindir): Remove the EOL matcher from the
15445         regexp, as it causes me problems. Libtool? Make? Who knows?
15446
15447 2005-09-14  David Schleef  <ds@schleef.org>
15448
15449         * check/generic/states.c: 
15450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15451         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15452           Fixes for changes in registry API.
15453
15454         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15455           to GST_PLUGIN_LDFLAGS.
15456         * ext/libvisual/visual.c: Make the library shut up.
15457         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15458         * gst-libs/gst/audio/gstaudiofilter.c: same
15459
15460 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * docs/plugins/Makefile.am:
15463         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15464         * docs/plugins/inspect/plugin-libvisual.xml:
15465         * docs/plugins/tmpl/element-tcpserversink.sgml:
15466         * ext/theora/theoraenc.c:
15467           add libvisual plugin and theoraenc element to docs
15468
15469 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15470
15471         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15472         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15473         * ext/theora/theoraenc.c:
15474           add theoraenc
15475
15476 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * gst/audioconvert/Makefile.am:
15479           Audioconvert derives from GstBaseTransform and should
15480           link to the library with our base elements to avoid
15481           unresolved symbols. Makes things work with MinGW (#316160)
15482
15483         * gst/playback/test4.c: (main):
15484           Fix MinGW build problem and use g_usleep() instead of 
15485           sleep() (#316162)
15486
15487 2005-09-12  Wim Taymans  <wim@fluendo.com>
15488
15489         * gst/audioconvert/audioconvert.c: (float),
15490         (audio_convert_prepare_context), (audio_convert_convert):
15491         * gst/audioconvert/audioconvert.h:
15492         Cleanups, speedups, simplifications, added back support
15493         for 24 bits.
15494
15495 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15499         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15500         * docs/plugins/tmpl/element-tcpserversink.sgml:
15501         * gst/ffmpegcolorspace/gstffmpeg.c:
15502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15503         * gst/videotestsrc/gstvideotestsrc.c:
15504         * gst/volume/gstvolume.c:
15505           add more elements to the docs
15506
15507 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15508
15509         * check/Makefile.am:
15510         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15511         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15512           Add extra tests for basetransform based components. 
15513           Comment out the test_element_negotiation test until we decide
15514           if it's testing correct behaviour.
15515         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15516         (gst_visual_chain), (gst_visual_change_state):
15517           Slightly more correct but still bogus timestamping.
15518           Fix state change function.
15519         * gst/audioconvert/gstaudioconvert.c:
15520         (gst_audio_convert_class_init):
15521         * gst/audioresample/gstaudioresample.c:
15522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15523         (gst_ffmpegcsp_class_init):
15524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15525         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15526         (gst_videoscale_prepare_image):
15527         * gst/volume/gstvolume.c: (gst_volume_class_init),
15528         (volume_transform_ip):
15529           Basetransform updates. Enable passthrough modes.
15530         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15531         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15532         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15533           Negotiation fix that allows the window to return to the original
15534           size and renegotiate passthrough upstream. Extra debug output.
15535
15536 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15537
15538         * gst/sine/gstsinesrc.c:
15539         * gst/volume/gstvolume.c:
15540           fix up header include
15541
15542 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15543
15544         * gst-libs/gst/audio/gstbaseaudiosink.c:
15545         (gst_base_audio_sink_render):
15546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15547         * gst/volume/gstvolume.c: (gst_volume_class_init),
15548         (volume_transform):
15549           fixing lost sync, some more debugging
15550
15551 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15552
15553         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15554         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15555         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15556         (gst_xvimagesink_check_xshm_calls):
15557           Fix compilation when XShm is not available.
15558
15559 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15560
15561         * ext/libvisual/visual.c: (gst_visual_dispose),
15562         (gst_visual_getcaps), (gst_visual_src_setcaps),
15563         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15564         (gst_visual_change_state):
15565           Finish fixing up libvisual plugin so that it runs. 
15566
15567 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15568
15569         * ext/vorbis/vorbisenc.c:
15570         * gst-libs/gst/tag/gstvorbistag.c:
15571           gsttaginterface.h -> gsttagsetter.h
15572
15573 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15574
15575         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15576           added another test that failes for me (test is not active by default)
15577
15578 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15579
15580         * configure.ac:
15581           v4l2 is no longer in gst-plugins-base
15582
15583 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15584
15585         * configure.ac:
15586           In the output at the end, don't show the first plugin on the same
15587           line as "Core plug-ins, always built:".
15588           Indent the output as for other plugin categories
15589         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15590           #define that can be used to not use peer buffer_alloc functions for
15591           test purposes.
15592         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15593         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15594         (gst_ximagesink_show_frame):
15595         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15596         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15597         (gst_xvimagesink_show_frame):
15598           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15599           fails gracefully instead of XError aborting or deadlocking.
15600
15601 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15602
15603         * ext/libvisual/Makefile.am:
15604           link against gst-base-libs
15605
15606 2005-09-06  David Schleef  <ds@schleef.org>
15607
15608         * configure.ac: Enable libvisual plugin.
15609         * ext/libvisual/Makefile.am:
15610         * ext/libvisual/visual.c: Fixes to make it compile.
15611
15612 === release 0.9.2 ===
15613
15614 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * NEWS:
15617         * RELEASE:
15618         * configure.ac:
15619         * docs/random/ChangeLog-0.8:
15620           releasing 0.9.2, "Spoon"
15621
15622 2005-09-05  Michael Smith <msmith@fluendo.com>
15623
15624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15625           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15626           that in the vorbisenc element.
15627
15628 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15629
15630         * common/gtk-doc-plugins.mak:
15631         * docs/plugins/Makefile.am:
15632           fix distcheck
15633         * gst/audioresample/resample.c:
15634           fix wrong docstring
15635
15636 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15637
15638         * common/gst-xmlinspect.py:
15639         * common/gtk-doc-plugins.mak:
15640           only inspect plugins for this given package
15641           require gst-python 0.9
15642
15643 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15644
15645         * Makefile.am:
15646         * autogen.sh:
15647         * common/gst-xmlinspect.py:
15648         * configure.ac:
15649         * docs/Makefile.am:
15650         * docs/plugins/inspect/plugin-alsa.xml:
15651         * docs/plugins/inspect/plugin-audioresample.xml:
15652         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15653         * docs/plugins/inspect/plugin-ogg.xml:
15654         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15655         * docs/plugins/tmpl/element-multifdsink.sgml:
15656         * docs/plugins/tmpl/element-tcpserversink.sgml:
15657         * docs/plugins/tmpl/element-vorbisenc.sgml:
15658         * gst-plugins-base.spec.in:
15659           various doc-related updates
15660
15661 2005-08-31  Wim Taymans  <wim@fluendo.com>
15662
15663         * gst-libs/gst/audio/gstbaseaudiosink.c:
15664         (gst_base_audio_sink_render):
15665         Resync if the buffer timestamps drift more than a 10th 
15666         of a second.
15667
15668 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15671         (gst_v4lsrc_get_property):
15672           The 'timestamp-offset' property is registered as an int64, so
15673           let's use g_value_{set|get}_int64() in our setter and getter
15674           functions (makes it work and fixes warnings with gst-inspect).
15675
15676 2005-08-30  Wim Taymans  <wim@fluendo.com>
15677
15678         * check/elements/audioconvert.c: (setup_audioconvert):
15679         * check/elements/audioresample.c: (setup_audioresample):
15680         * check/elements/volume.c: (setup_volume):
15681         Fix checks.
15682
15683 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * common/gtk-doc-plugins.mak:
15686         * common/plugins.xsl:
15687         * docs/plugins/Makefile.am:
15688           make module a param
15689
15690 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15691
15692         * examples/seeking/seek.c: (make_mp3_pipeline),
15693         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15694         (play_cb), (pause_cb), (stop_cb):
15695           update the example
15696
15697 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15698
15699         * gst/volume/gstvolume.c: (gst_volume_class_init),
15700         (volume_transform):
15701           do not update controlled params, if buffer has no timestamp
15702
15703 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * configure.ac:
15706         * gst/sine/Makefile.am:
15707         * gst/volume/Makefile.am:
15708           controllerized elements also need to link against controller-libs ;)
15709
15710 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15711
15712         * docs/libs/tmpl/gstcolorbalance.sgml:
15713         * docs/libs/tmpl/gstgconf.sgml:
15714         * docs/libs/tmpl/gstmixer.sgml:
15715         * docs/libs/tmpl/gstringbuffer.sgml:
15716         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15717         (gst_sinesrc_create):
15718         * gst/volume/gstvolume.c: (gst_volume_class_init),
15719         (volume_transform):
15720           controllerized two audio plugins
15721
15722 2005-08-29  Andy Wingo  <wingo@pobox.com>
15723
15724         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15725         (vorbis_handle_data_packet): Fix some int overflow errors.
15726
15727         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15728         -1.
15729         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15730         valid.
15731         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15732         if it's valid. Fixed streaming-mode playback.
15733
15734         * check/elements/volume.c (cleanup_volume): Fix for running
15735         CK_FORK=no.
15736
15737         * check/elements/audioconvert.c: Convert from native endian, not
15738         little endian.
15739
15740 2005-08-29  Michael Smith <msmith@fluendo.com>
15741
15742         * ext/ogg/Makefile.am:
15743         * ext/ogg/gstogg.c: (plugin_init):
15744         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15745         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15746         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15747         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15748         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15749         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15750         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15751         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15752         Add an ogg parser element.
15753
15754 2005-08-28  Andy Wingo  <wingo@pobox.com>
15755
15756         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15757
15758 2005-08-26  Wim Taymans  <wim@fluendo.com>
15759
15760         * gst/audioconvert/audioconvert.c: (if), (float),
15761         (audio_convert_get_func_index), (check_default),
15762         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15763         (audio_convert_clean_context), (audio_convert_get_sizes),
15764         (audio_convert_convert):
15765         Cleanups.
15766
15767 2005-08-26  Wim Taymans  <wim@fluendo.com>
15768
15769         * gst/audioconvert/audioconvert.c: (if), (float),
15770         (audio_convert_get_func_index), (check_default),
15771         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15772         (audio_convert_clean_context), (audio_convert_get_sizes),
15773         (audio_convert_convert):
15774         More elegant and working temp buffer selection algo.
15775
15776 2005-08-26  Wim Taymans  <wim@fluendo.com>
15777
15778         * gst/audioconvert/audioconvert.c: (if), (float),
15779         (audio_convert_get_func_index), (check_default),
15780         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15781         (audio_convert_clean_context), (audio_convert_get_sizes),
15782         (get_temp_buffer), (audio_convert_convert):
15783         Use realloc else we lose our original data.
15784
15785 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15786
15787         * gst/audioresample/gstaudioresample.c:
15788           use base class' newsegment to properly timestamp
15789
15790 2005-08-26  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/audioconvert/audioconvert.c: (if), (float),
15793         (audio_convert_get_func_index), (check_default),
15794         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15795         (audio_convert_clean_context), (audio_convert_get_sizes),
15796         (get_temp_buffer), (audio_convert_convert):
15797         * gst/audioconvert/gstaudioconvert.c:
15798         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15799         (gst_audio_convert_transform_caps),
15800         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15801         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15802         Oops, allocate enough space to perform the channel mix.
15803
15804 2005-08-26  Wim Taymans  <wim@fluendo.com>
15805
15806         * gst/audioconvert/Makefile.am:
15807         * gst/audioconvert/audioconvert.c: (if), (float),
15808         (audio_convert_get_func_index), (check_default),
15809         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15810         (audio_convert_clean_context), (audio_convert_get_sizes),
15811         (get_temp_buffer), (audio_convert_convert):
15812         * gst/audioconvert/audioconvert.h:
15813         * gst/audioconvert/gstaudioconvert.c:
15814         (gst_audio_convert_class_init), (gst_audio_convert_init),
15815         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15816         (gst_audio_convert_get_unit_size),
15817         (gst_audio_convert_transform_caps),
15818         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15819         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15820         * gst/audioconvert/gstaudioconvert.h:
15821         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15822         (gst_channel_mix_fill_identical),
15823         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15824         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15825         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15826         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15827         (gst_channel_mix_mix):
15828         * gst/audioconvert/gstchannelmix.h:
15829         Cleanups, librarify a bit, optimize, better negotiation and more.
15830
15831 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15832
15833         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15834         Another from MikeS:
15835         During typefinding, don't support negative offsets
15836         (offsets from the end of the stream) in our typefind->peek() function
15837         - nothing embedded in ogg ever needs them. However, we need to recognise
15838         those requests and reject them, otherwise we return invalid pointers.
15839
15840 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15841
15842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15843         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15844         (vorbisdec_finalize), (vorbis_handle_type_packet):
15845           Big shout-out to MikeS for fixing this giant memory leak.
15846           Huzzah!
15847
15848 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15851         (audio_convert_get_unit_size):
15852           plug some leaks
15853
15854 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * check/Makefile.am:
15857         * check/elements/audioconvert.c: (setup_audioconvert),
15858         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15859         (GST_START_TEST), (audioconvert_suite), (main):
15860           add a test for audioconvert
15861         * gst/audioresample/gstaudioresample.c:
15862         * gst/audioresample/gstaudioresample.h:
15863           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15864           note that for buffers of 1/3 sec this means DURATION(c) is 
15865           one nanosecond more than for a and b
15866
15867 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15868
15869         * check/Makefile.am:
15870         * check/elements/audioresample.c: (setup_audioresample),
15871         (cleanup_audioresample), (fail_unless_perfect_stream),
15872         (test_perfect_stream_instance), (GST_START_TEST),
15873           add a check for audioresample
15874         (audioresample_suite), (main):
15875         * check/elements/volume.c: (GST_START_TEST):
15876           remove unused method
15877         * gst/audioresample/gstaudioresample.c:
15878           set correct buffer parameters since we're changing them
15879         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15880           add some debug
15881
15882 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * gst/audioresample/debug.c:
15885         * gst/audioresample/gstaudioresample.c:
15886           add room for extra overlap samples when asked to transform size
15887           protect against possible mem corruption and check for discrepancies
15888           between written size and outbuffer's size so we can warn for
15889           potential problems
15890         * gst/audioresample/resample.c: (resample_init),
15891         (resample_get_output_size_for_input), (resample_get_output_size),
15892         (resample_set_n_channels), (resample_set_format):
15893           set debug level based on RESAMPLE_DEBUG env var
15894           make sure that get_output_size* returns a whole number of
15895           sample_size
15896           set sample_size each time either channel or format is set
15897         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15898         * gst/audioresample/resample_functable.c:
15899         (resample_scale_functable):
15900         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15901           remove r->sample_size, it's done in resample.c now
15902           add some debugging to the ref implementation
15903           make sure we only give back bytes that are wholes of the sample
15904           size
15905
15906 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15907         * gst/playback/gstplaybasebin.c: (fill_buffer):
15908         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15909
15910 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15911
15912         * gst/volume/gstvolume.c:
15913           made set_caps function static
15914
15915 2005-08-24  Wim Taymans  <wim@fluendo.com>
15916
15917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15918         (gst_vorbisenc_change_state):
15919         Stop leaking taglists.
15920
15921 2005-08-24  Wim Taymans  <wim@fluendo.com>
15922
15923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15924         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15925         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15926         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15927         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15928         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15929         Parse seeking events better.
15930         Unref static caps.
15931         Generate correct newsegment events, fixes seeking in live oggs.
15932
15933         * ext/theora/theoradec.c: (theora_dec_src_query),
15934         (theora_dec_src_event), (theora_dec_src_getcaps),
15935         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15936         Use newsegment values to report correct play time.
15937
15938         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15939         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15940         * ext/vorbis/vorbisdec.h:
15941         Parse and use newsegment values to report correct play time.
15942
15943         * gst-libs/gst/audio/gstbaseaudiosink.c:
15944         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15945         Clear ringbuffer on flush.
15946         Use newsegment values to calculate playback time.
15947
15948         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15950         Basesink does newsegment calculations for us now.
15951
15952 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * check/Makefile.am:
15955         * configure.ac:
15956           add core's plugins to the mix so that playbin works
15957         * check/generic/states.c: (GST_START_TEST):
15958           set a 0 timeout on pipelines, so they don't force the next
15959           state change
15960         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15961         (gst_play_base_bin_change_state):
15962           remove the crappy error handling and do GST error handling
15963
15964 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * check/Makefile.am:
15967         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15968           add same test as to core, it bitches out on playbin atm.
15969
15970 2005-08-24  Wim Taymans  <wim@fluendo.com>
15971
15972         * configure.ac:
15973         Remove audioscale.
15974
15975 2005-08-24  Wim Taymans  <wim@fluendo.com>
15976
15977         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15978         (gst_videoscale_prepare_size), (parse_caps),
15979         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15980         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15981         (gst_videoscale_transform):
15982         * gst/videoscale/gstvideoscale.h:
15983         Refactor, make use of BaseTranform really well.
15984
15985 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15986
15987         * configure.ac:
15988           compile audioresample
15989         * gst/audioresample/Makefile.am:
15990         * gst/audioresample/buffer.c:
15991         * gst/audioresample/functable.c:
15992         * gst/audioresample/gstaudioresample.c:
15993         * gst/audioresample/gstaudioresample.h:
15994         * gst/audioresample/resample.c:
15995         (resample_get_output_size_for_input):
15996         * gst/audioresample/resample.h:
15997         * gst/audioresample/resample_chunk.c:
15998         * gst/audioresample/resample_functable.c:
15999         * gst/audioresample/resample_ref.c:
16000           port to use basetransform; doesn't work in all cases yet
16001
16002 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16003
16004         * gst/audioconvert/gstaudioconvert.c:
16005         (gst_audio_convert_class_init), (gst_audio_convert_init),
16006         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16007         (audio_convert_fixate_caps), (audio_convert_set_caps),
16008         (audio_convert_transform),
16009         (gst_audio_convert_buffer_to_default_format),
16010         (gst_audio_convert_buffer_from_default_format),
16011         (gst_audio_convert_channels):
16012         * gst/audioconvert/gstchannelmix.c:
16013         * gst/audioconvert/gstchannelmix.h:
16014           port to basetransform
16015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16016         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16017         (gst_ffmpegcsp_get_unit_size):
16018         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16019         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16020           fix for basetransform changes
16021
16022 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16023
16024         * check/Makefile.am:
16025           Add CHECK_CFLAGS and LDFLAGS
16026
16027         * gst/playback/gstplaybasebin.c: (fill_buffer):
16028           GST_MESSAGE_SRC became a GObject
16029
16030 2005-08-24  Wim Taymans  <wim@fluendo.com>
16031
16032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16033         (gst_ring_buffer_clear_all):
16034         * gst-libs/gst/audio/gstringbuffer.h:
16035         Added function to clear the ringbuffer.
16036
16037 2005-08-24  Andy Wingo  <wingo@pobox.com>
16038
16039         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16040         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16041         of _open and _close.
16042
16043         * sys/v4l/gstv4lxoverlay.h:
16044         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16045         an Xv connection here, instead of all the time. Make Xv only be
16046         loaded if you axe for it. Kindof a workaround for buggy behaviour
16047         of Xv when using remote xservers (XvQueryExtension would block).
16048         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16049         replace the _open and _close public API. Only start the xv
16050         connection if necessary.
16051         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16052
16053 2005-08-23  David Schleef  <ds@schleef.org>
16054
16055         * gst/audioresample/Makefile.am: Leet audioresampling code
16056         * gst/audioresample/buffer.c:
16057         * gst/audioresample/buffer.h:
16058         * gst/audioresample/debug.c:
16059         * gst/audioresample/debug.h:
16060         * gst/audioresample/functable.c:
16061         * gst/audioresample/functable.h:
16062         * gst/audioresample/gstaudioresample.c:
16063         * gst/audioresample/gstaudioresample.h:
16064         * gst/audioresample/resample.c:
16065         * gst/audioresample/resample.h:
16066         * gst/audioresample/resample_chunk.c:
16067         * gst/audioresample/resample_functable.c:
16068         * gst/audioresample/resample_ref.c:
16069
16070 2005-08-23  Wim Taymans  <wim@fluendo.com>
16071
16072         * examples/seeking/seek.c: (make_vorbis_pipeline),
16073         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16074         Small seek updates.
16075
16076 2005-08-23  Andy Wingo  <wingo@pobox.com>
16077
16078         * gst-libs/gst/audio/gstbaseaudiosrc.c
16079         (gst_base_audio_src_fixate): Only fixate endianness if it is
16080         present in the caps.
16081
16082 2005-08-22  Andy Wingo  <wingo@pobox.com>
16083
16084         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16085         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16086         device-name property.
16087
16088         * gst-libs/gst/audio/gstaudiosrc.h:
16089         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16090         close_device in the ring buffer, like gstaudiosink.
16091
16092         * ext/alsa/gstalsamixer.h:
16093         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16094         macro to implement the interface without much code. Cleanups. 
16095
16096         * ext/alsa/gstalsasrc.h:
16097         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16098         READY.
16099
16100         * ext/alsa/Makefile.am: Add new files.
16101         * ext/alsa/gstalsamixerelement.c: 
16102         * ext/alsa/gstalsamixerelement.c: Split element code out from
16103         mixer code so that alsasrc can be a mixer too.
16104
16105 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16106
16107         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16108         (GST_START_TEST):
16109         * check/elements/vorbisdec.c: (setup_vorbisdec),
16110         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16111         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16112         (vorbis_handle_identification_packet),
16113         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16114         (vorbis_handle_header_packet), (vorbis_dec_push),
16115         (vorbis_dec_chain):
16116           use the setup/teardown methods to save code.  save code is good.
16117
16118 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * check/Makefile.am:
16121           add ext dir for plugins
16122           add vorbisdec test conditionally
16123         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16124         (GST_START_TEST), (volume_suite):
16125           add a test with wrong caps
16126         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16127         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16128           add a vorbisdec test
16129         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16130         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16131           clean up debug output
16132         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16133           yay, fix a segfault/security issue in vorbisdec
16134           gst-launch fakesrc ! vorbisdec wasn't happy
16135         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16136         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16137         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16138         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16139         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16140         (gst_vorbisenc_set_metadata), (get_constraints_string),
16141         (update_start_message), (gst_vorbisenc_setup),
16142         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16143         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16144         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16145         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16146         * ext/vorbis/vorbisenc.h:
16147           march in line
16148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16149         (gst_ffmpegcsp_transform):
16150           have the kow come home
16151         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16152           debug my func ptr
16153         * gst/volume/gstvolume.c: (volume_set_caps):
16154           add a debug
16155
16156 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16157
16158         * Makefile.am:
16159         * check/.cvsignore:
16160         * check/Makefile.am:
16161         * check/elements/.cvsignore:
16162         * check/elements/volume.c: (chain_func), (event_func),
16163         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16164         (main):
16165         * configure.ac:
16166           add unit test structure for gst-plugins-base
16167           add a test for volume
16168         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16169         (gst_volume_set_volume), (gst_volume_get_volume),
16170         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16171         (volume_funcfind), (volume_process_float), (volume_process_int16),
16172         (volume_set_caps), (volume_transform), (volume_update_mute),
16173         (volume_update_volume), (volume_set_property),
16174         (volume_get_property):
16175           document a little; use basetransform vmethod _set_caps
16176
16177 2005-08-19  Andy Wingo  <wingo@pobox.com>
16178
16179         * ext/alsa/gstalsamixertrack.h:
16180         * ext/alsa/gstalsamixertrack.c:
16181         * ext/alsa/gstalsamixeroptions.h:
16182         * ext/alsa/gstalsamixeroptions.c:
16183         * ext/alsa/gstalsamixer.h:
16184         * ext/alsa/gstalsamixer.c: Port to 0.9.
16185
16186         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16187         Remove gstalsa.c and alsaclock. No more cruft here.
16188         
16189 2005-08-18  Wim Taymans  <wim@fluendo.com>
16190
16191         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16192         (gst_base_rtp_depayload_chain),
16193         (gst_base_rtp_depayload_add_to_queue),
16194         (gst_base_rtp_depayload_push),
16195         (gst_base_rtp_depayload_queue_release):
16196         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16197         Fix for RTPBuffer changes.
16198
16199         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16200         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16201         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16202         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16203         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16204         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16205         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16206         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16207         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16208         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16209         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16210         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16211         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16212         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16213         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16214         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16215         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16216         (gst_rtpbuffer_get_payload):
16217         * gst-libs/gst/rtp/gstrtpbuffer.h:
16218         Don't subclass GstBuffer but add methods and helper functions
16219         to construct and manipulate RTP packets in regular GstBuffers.
16220
16221 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16222
16223         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16224           moved statement below switch
16225         * gst/volume/gstvolume.c: (gst_volume_class_init):
16226           added debug ptr
16227
16228 2005-08-16  Wim Taymans  <wim@fluendo.com>
16229
16230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16231         (gst_base_audio_src_change_state):
16232         Open and close device in READY<->NULL state change.
16233
16234 2005-08-16  Andy Wingo  <wingo@pobox.com>
16235
16236         * examples/seeking/Makefile.am: Don't compile non-compiling
16237         compiled objects with the compiler.
16238
16239         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16240         elements.
16241
16242 2005-08-12  Philippe Khalaf <burger@speedy.org>
16243         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16245           Made a thread to release the queue.
16246           Removed timestamp conversion for now.
16247
16248 2005-08-10  Philippe Khalaf <burger@speedy.org>
16249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16250         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16251           Added rtp timestamp -> gst timestamp conversion.
16252           Fixed several problems with queue.
16253
16254 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * gst-libs/gst/audio/gstaudioclock.h:
16257         * gst-libs/gst/audio/gstaudiofilter.h:
16258         * gst-libs/gst/audio/gstaudiosink.h:
16259         * gst-libs/gst/audio/gstaudiosrc.h:
16260         * gst-libs/gst/audio/gstbaseaudiosink.h:
16261         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16262         * gst-libs/gst/audio/gstringbuffer.h:
16263         * gst-libs/gst/net/gstnetbuffer.h:
16264         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16265         * gst-libs/gst/rtp/gstrtpbuffer.h:
16266           Add padding (you will need to rebuild gst-plugins-base,
16267           gst-plugins and all applications afterwards!)
16268
16269 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16272         (gst_riff_parse_chunk):
16273           Fix bug in debug message and add some more debug messages.
16274
16275 2005-08-08  Edward Hervey  <edward@fluendo.com>
16276
16277         * gst-libs/gst/riff/riff-media.c:
16278         backported updates since branch
16279
16280 2005-08-08  Andy Wingo  <wingo@pobox.com>
16281
16282         * gst-libs/gst/audio/gstbaseaudiosink.c
16283         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16284         like good elements should. Close on READY->NULL too.
16285
16286         * gst-libs/gst/audio/gstaudiosink.c
16287         (gst_audioringbuffer_open_device,
16288         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16289         (gst_audioringbuffer_release): Updates for new ring buffer API,
16290         hook into the new audio sink api.
16291
16292         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16293         (GstAudioSinkClass.close): Just open and close the device -- no
16294         resource allocation or configuration.
16295         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16296         vmethods, handle device setup and resource allocation.
16297
16298         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16299         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16300         base class API.
16301
16302         * gst-libs/gst/audio/gstringbuffer.h
16303         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16304         New vmethods.
16305
16306         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16307         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16308         New API functions. The device should be opened before acquiring
16309         and closed after releasing.
16310
16311 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         * gst-libs/gst/interfaces/mixer.h:
16314           Reset padding to GST_PADDING.
16315
16316 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16317
16318         * gst/playback/gstplaybin.c: (remove_sinks):
16319           Remove visualization from parent explicitely; works around some
16320           apparent refcount issue that I haven't tracked down yet.
16321
16322 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * ext/alsa/gstalsasink.c: (set_hwparams):
16325           Assign debug category, add negotiation debug msgs.
16326
16327 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16330           Fix error code for file-not-found to NOT_FOUND.
16331
16332 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16333
16334         * common/gtk-doc-plugins.mak:
16335         * docs/plugins/Makefile.am:
16336         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16337         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16338           renamed to actual element names, so much nicer to look at
16339         * docs/plugins/tmpl/gstmultifdsink.sgml:
16340           remove
16341         * docs/plugins/tmpl/multifdsink.sgml:
16342         * docs/plugins/tmpl/tcpserversink.sgml:
16343           add
16344         * ext/alsa/gstalsa.c:
16345         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16346         * ext/ogg/gstoggmux.c:
16347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16348         * gst/playback/gstdecodebin.c:
16349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16350         * gst/tcp/gsttcpserversink.c:
16351           various fixes and documentation additions
16352
16353 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16354
16355         * common/Makefile.am:
16356         * common/gstdoc-scangobj:
16357         * common/gtk-doc-plugins.mak:
16358         * common/gtk-doc.mak:
16359           add a custom scangobj that uses the registry
16360           add a custom gtk-doc-plugins.mak that uses it
16361           some doc build fixes
16362         * configure.ac:
16363         * docs/Makefile.am:
16364         * docs/plugins/Makefile.am:
16365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16367         * docs/plugins/gst-plugins-base-plugins.types:
16368         * docs/plugins/tmpl/gstmultifdsink.sgml:
16369           add docs for one element, multifdsink
16370         * gst/adder/gstadder.h:
16371         * gst/volume/gstvolume.h:
16372           don't privatize enum
16373         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16374         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16375         (gst_sync_method_get_type), (gst_client_status_get_type),
16376         (gst_multifdsink_class_init),
16377         (gst_multifdsink_client_queue_buffer),
16378         (gst_multifdsink_handle_client_write):
16379         * gst/tcp/gstmultifdsink.h:
16380         * gst/tcp/gsttcp.h:
16381         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16382         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16383         (gst_tcpclientsink_render):
16384         * gst/tcp/gsttcpclientsink.h:
16385         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16386         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16387         (gst_tcpclientsrc_start):
16388         * gst/tcp/gsttcpclientsrc.h:
16389         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16390         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16391         * gst/tcp/gsttcpserversrc.h:
16392         * gst/typefind/gsttypefindfunctions.c:
16393           remove superfluous Type stuff
16394
16395 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16396
16397         * gst/playback/gstplaybin.c: (gen_video_element):
16398           Enable videoscale.
16399
16400 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16401
16402         * gst-libs/gst/gconf/gconf.c:
16403         * gst-libs/gst/gconf/gconf.h:
16404           Fix some Andy Problem [tm].
16405
16406 2005-08-04  Andy Wingo  <wingo@pobox.com>
16407
16408         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16410         (gst_ffmpegcsp_get_size): Adapt to API changes.
16411
16412         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16413         Implement an in-place do-nothing transform.
16414
16415 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16416
16417         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16418         (gst_ximagesink_renegotiate_size):
16419           Do not set new window sizes yet if we prepare a new buffer size
16420           for upstream renegotiation (software scaling) at some point in the
16421           future, because this new size waqs not actually accepted yet. Once
16422           accepted, renegotiation later on will set the new sizes just fine.
16423           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16424           embedding testcase.
16425
16426 2005-08-03  Andy Wingo  <wingo@pobox.com>
16427
16428         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16429         (gst_ximagesink_buffer_alloc): 
16430         Protect the height, width, and desired_caps with the pool_lock.
16431         Fixes videotestsrc ! queue ! ximagesink.
16432
16433 2005-08-02  Edward Hervey  <edward@fluendo.com>
16434
16435         * gst/volume/gstvolume.c:
16436         include left from controller cleanup
16437
16438 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16440           Stop collectpads before calling the parent state
16441           change function on PAUSED->READY.
16442
16443 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16444         * configure.ac:
16445           When testing for X libs, use the X CFlags 
16446         * gst/adder/gstadder.c: (gst_adder_change_state):
16447           Stop the collectpads before calling parent state change function
16448           on PAUSED->READY, otherwise we deadlock deactivating pads.
16449
16450 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16451
16452         * configure.ac:
16453         * docs/libs/tmpl/gstcolorbalance.sgml:
16454         * docs/libs/tmpl/gstmixer.sgml:
16455         * examples/Makefile.am:
16456         * gst/sine/Makefile.am:
16457         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16458         (gst_sinesrc_set_property), (plugin_init):
16459         * gst/sine/gstsinesrc.h:
16460         * gst/volume/Makefile.am:
16461         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16462         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16463         (volume_process_float), (volume_process_int16),
16464         (volume_set_property), (plugin_init):
16465         * gst/volume/gstvolume.h:
16466           deactivate and remove dparams (libgstcontrol)
16467
16468 2005-07-29  Wim Taymans  <wim@fluendo.com>
16469
16470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16471         Convert me to BaseTransform!! help..
16472
16473 2005-07-29  Andy Wingo  <wingo@pobox.com>
16474
16475         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16476         sinks.
16477
16478         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16479         support of both endiannesses.
16480
16481 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16484           Fix confusing debug message (s/event/query/)
16485
16486 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16487
16488         * gst/videotestsrc/videotestsrc.h:
16489           Use "_stdint.h" instead of <stdint.h>
16490
16491 2005-07-27  Wim Taymans  <wim@fluendo.com>
16492
16493         * ext/vorbis/Makefile.am:
16494         Revert wrong commit.
16495
16496 2005-07-27  Wim Taymans  <wim@fluendo.com>
16497
16498         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16499         More compilation fixen.
16500
16501 2005-07-27  Wim Taymans  <wim@fluendo.com>
16502
16503         * gst-libs/gst/audio/gstbaseaudiosink.c:
16504         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16505         (gst_base_audio_sink_create_ringbuffer),
16506         (gst_base_audio_sink_change_state):
16507         Fix compilation.
16508
16509 2005-07-27  Wim Taymans  <wim@fluendo.com>
16510
16511         * examples/seeking/seek.c: (setup_dynamic_link),
16512         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16513         (query_positions_elems), (query_positions_pads), (do_seek):
16514         Update seek example.
16515
16516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16517         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16518         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16519         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16520         (gst_ogg_demux_handle_event),
16521         (gst_ogg_demux_deactivate_current_chain),
16522         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16523         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16524         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16525         (gst_ogg_demux_loop):
16526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16527         * ext/theora/theoradec.c: (theora_dec_src_event),
16528         (theora_dec_src_getcaps), (theora_dec_sink_event),
16529         (theora_dec_push), (theora_dec_chain):
16530         * ext/vorbis/Makefile.am:
16531         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16532         (vorbis_dec_sink_event), (vorbis_dec_push),
16533         (vorbis_handle_data_packet):
16534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16535         (gst_vorbisenc_chain):
16536         * gst/playback/gststreaminfo.c: (cb_probe):
16537         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16538         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16539         * gst/videoscale/gstvideoscale.c:
16540         (gst_videoscale_handle_src_event):
16541         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16542         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16543         (gst_ximagesink_navigation_send_event):
16544         * sys/xvimage/xvimagesink.c:
16545         (gst_xvimagesink_navigation_send_event):
16546         Various event updates and cleanups
16547
16548 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16549
16550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16551           Fix segfault for I420/YV12.
16552
16553 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16556           Report bitrate.
16557
16558 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * gst/playback/gstplaybin.c: (gen_video_element),
16561         (gen_audio_element):
16562           Switch to auto*sink elements as default sinks; add volume element
16563           so that volume control in totem works.
16564
16565 2005-07-21  Wim Taymans  <wim@fluendo.com>
16566
16567         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16568         * gst/playback/gstplaybin.c: (setup_sinks),
16569         (gst_play_bin_change_state):
16570         Refcount fix and more comments.
16571
16572 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16573
16574         * sys/ximage/Makefile.am:
16575         * sys/ximage/ximage.c: (plugin_init):
16576         * sys/ximage/ximagesink.c:
16577         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16578         
16579
16580 2005-07-21  Wim Taymans  <wim@fluendo.com>
16581
16582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16583         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16584         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16585         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16586         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16587         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16588         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16589         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16590         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16591         Generate correct disconts for live chained oggs.
16592
16593         * gst-libs/gst/audio/gstbaseaudiosink.c:
16594         (gst_base_audio_sink_render),
16595         (gst_base_audio_sink_create_ringbuffer),
16596         (gst_base_audio_sink_change_state):
16597         Handle discont math correctly.
16598
16599         * gst/playback/gstplaybin.c: (add_sink):
16600         Some small debug cleanup.
16601
16602 2005-07-21  Wim Taymans  <wim@fluendo.com>
16603
16604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16605         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16606         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16607         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16608         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16609         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16610         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16611         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16612         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16613         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16614         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16615         (gst_ogg_demux_change_state), (gst_ogg_print):
16616         Reorganize code to send the right disconts when in streaming
16617         mode.
16618
16619 2005-07-20  Andy Wingo  <wingo@pobox.com>
16620
16621         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16622         fix (?), fixes a seggie mcfalterson (#310894).
16623
16624 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16625
16626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16627         (gst_ogg_mux_set_header_on_caps):
16628         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16630         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16631         * gst-libs/gst/audio/multichannel.c:
16632         (gst_audio_set_channel_positions),
16633         (gst_audio_set_structure_channel_positions_list):
16634         * gst/playback/gstdecodebin.c: (dynamic_create):
16635         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16636         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16637           Fixes for API changes in core.
16638
16639 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16640
16641         * gst/playback/gstplaybasebin.c: (fill_buffer):
16642           Use _new_custom() so we can set custom message types for buffering
16643           messages.
16644
16645 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * configure.ac:
16648         * gst-libs/gst/Makefile.am:
16649         * gst-libs/gst/gconf/.cvsignore:
16650         * gst-libs/gst/gconf/Makefile.am:
16651         * gst-libs/gst/gconf/test-gconf.c:
16652         * pkgconfig/Makefile.am:
16653         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16654         * pkgconfig/gstreamer-gconf.pc.in:
16655           Remove gconf stuff, use gconf elements instead from now on.
16656
16657 2005-07-20  Wim Taymans  <wim@fluendo.com>
16658
16659         * gst-libs/gst/audio/TODO:
16660         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16661         (gst_audio_clock_get_internal_time):
16662         * gst-libs/gst/audio/gstaudioclock.h:
16663         * gst-libs/gst/audio/gstbaseaudiosink.c:
16664         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16665         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16666         (gst_base_audio_sink_render),
16667         (gst_base_audio_sink_create_ringbuffer),
16668         (gst_base_audio_sink_change_state):
16669         Make sure the audio clock always returns an increasing value.
16670
16671 2005-07-19  Andy Wingo  <wingo@pobox.com>
16672
16673         * gst/videotestsrc/: Cleanups.
16674
16675 2005-07-19  Wim Taymans  <wim@fluendo.com>
16676
16677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16678         Better debugging.
16679
16680 2005-07-19  Wim Taymans  <wim@fluendo.com>
16681
16682         * examples/seeking/seek.c: (make_dv_pipeline),
16683         (make_vorbis_theora_pipeline), (query_rates),
16684         (query_positions_elems), (query_positions_pads), (do_seek):
16685         Make correct DV pipeline.
16686
16687 2005-07-18  Andy Wingo  <wingo@pobox.com>
16688
16689         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16690         default. Also because it's the only thing that really works. (This
16691         is used in the GConf elements).
16692         Use AS_LIBTOOL_TAGS.
16693
16694 2005-07-18  Wim Taymans  <wim@fluendo.com>
16695
16696         * gst/playback/gstdecodebin.c: (remove_element_chain):
16697         * gst/playback/gstplaybin.c: (add_sink):
16698         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16699         (gst_stream_info_set_mute):
16700         * gst/playback/gststreamselector.c:
16701         (gst_stream_selector_get_linked_pad),
16702         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16703         More leak and compile fixes.
16704
16705 2005-07-18  Wim Taymans  <wim@fluendo.com>
16706
16707         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16708         (query_rates), (query_positions_elems), (query_positions_pads),
16709         (do_seek), (seek_cb), (stop_seek):
16710         Updated seek example. 
16711
16712         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16713         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16714         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16715         * gst/playback/gstplaybin.c: (add_sink):
16716         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16717         (gst_stream_info_set_mute):
16718         Some refcount leak fixes.
16719
16720 2005-07-16  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst-libs/gst/audio/gstbaseaudiosink.c:
16723         (gst_base_audio_sink_render):
16724         Align samples even if we have roundoff errors in the 
16725         timestamp conversion.
16726
16727 2005-07-16  Wim Taymans  <wim@fluendo.com>
16728
16729         * docs/libs/tmpl/gstringbuffer.sgml:
16730         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16731         (query_rates), (query_positions_elems), (query_positions_pads),
16732         (update_scale), (do_seek):
16733         Updated seek example.
16734
16735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16736         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16737         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16738         (gst_ogg_demux_loop):
16739         Push out correct discont values.
16740
16741         * ext/theora/theoradec.c: (theora_dec_src_convert),
16742         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16743         (theora_dec_sink_event), (theora_handle_type_packet),
16744         (theora_handle_header_packet), (theora_dec_push),
16745         (theora_handle_data_packet), (theora_dec_chain),
16746         (theora_dec_change_state):
16747         Better timestamping.
16748
16749         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16750         (vorbis_dec_sink_event), (vorbis_dec_push),
16751         (vorbis_handle_data_packet), (vorbis_dec_chain):
16752         * ext/vorbis/vorbisdec.h:
16753         Better timestamping.
16754
16755         * gst-libs/gst/audio/gstbaseaudiosink.c:
16756         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16757         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16758         Handle syncing on timestamps instead of sample offsets. Make
16759         use of DISCONT values as described in design docs.
16760
16761         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16762         (gst_base_audio_src_get_time):
16763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16764         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16765         (gst_ring_buffer_read):
16766         * gst-libs/gst/audio/gstringbuffer.h:
16767         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16768         (gst_ximagesink_show_frame):
16769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16770         Correcly convert buffer timestamp to stream time.
16771
16772 2005-07-16  Wim Taymans  <wim@fluendo.com>
16773
16774         * gst/audioconvert/gstaudioconvert.c:
16775         (gst_audio_convert_get_buffer):
16776         Timestamp buffers correctly.
16777
16778         * gst/playback/gstplaybin.c: (gen_video_element):
16779         Make internal fakesink silent.
16780
16781 2005-07-15  Wim Taymans  <wim@fluendo.com>
16782
16783         * gst/ffmpegcolorspace/Makefile.am:
16784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16785         (gst_ffmpegcsp_caps_remove_format_info),
16786         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16787         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16788         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16789         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16790         Ported ffmpegcolorspace to basetransform.
16791
16792         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16793         * gst/volume/gstvolume.c: (volume_transform):
16794         Ported to new API.
16795
16796 2005-07-14  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst/videotestsrc/Makefile.am:
16799         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16800         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16801         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16802         (gst_videotestsrc_init), (gst_videotestsrc_event),
16803         (gst_videotestsrc_create), (gst_videotestsrc_start),
16804         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16805         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16806         (gst_videotestsrc_get_property):
16807         * gst/videotestsrc/gstvideotestsrc.h:
16808         Make videotestsrc a pushsrc.
16809
16810 2005-07-14  Wim Taymans  <wim@fluendo.com>
16811
16812         * gst/tcp/gstfdset.c: (gst_fdset_free):
16813         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16814         (gst_multifdsink_add), (gst_multifdsink_remove),
16815         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16816         (gst_multifdsink_remove_client_link),
16817         (gst_multifdsink_client_queue_data),
16818         (gst_multifdsink_client_queue_caps),
16819         (gst_multifdsink_client_queue_buffer),
16820         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16821         (gst_multifdsink_stop):
16822         * gst/tcp/gstmultifdsink.h:
16823         0.8 backporting.
16824
16825         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16826         Also draw image when not from a pool.
16827
16828 2005-07-14  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16831         (mute_stream), (silence_stream):
16832         Small debug additions.
16833
16834 2005-07-14  Wim Taymans  <wim@fluendo.com>
16835
16836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16837         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16838         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16839         Better error recovery, ignore unconnected pads and
16840         non-fatal errors.
16841
16842 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * docs/libs/tmpl/gstaudio.sgml:
16845         * docs/libs/tmpl/gstcolorbalance.sgml:
16846         * docs/libs/tmpl/gstgconf.sgml:
16847         * docs/libs/tmpl/gstmixer.sgml:
16848         * docs/libs/tmpl/gstringbuffer.sgml:
16849         * docs/libs/tmpl/gsttuner.sgml:
16850         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16852         (gst_tcpclientsrc_class_init):
16853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16854         (gst_tcpserversrc_class_init):
16855         * sys/v4l/gstv4lelement.c:
16856           more autistic cleanliness in functions/names/defines
16857
16858 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         * configure.ac:
16861           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16862           added manually to each Makefile.am so we are sure it goes
16863           *last* and doesn't add -L flags before linking in libs of our
16864           own, like, say, internal .la libs, that then accidentally pick
16865           up the installed copy.
16866         * docs/libs/Makefile.am:
16867         * ext/alsa/Makefile.am:
16868         * ext/cdparanoia/Makefile.am:
16869         * ext/gnomevfs/Makefile.am:
16870         * ext/libvisual/Makefile.am:
16871         * ext/ogg/Makefile.am:
16872         * ext/theora/Makefile.am:
16873         * ext/vorbis/Makefile.am:
16874         * gst-libs/gst/video/Makefile.am:
16875         * gst/adder/Makefile.am:
16876         * gst/audioconvert/Makefile.am:
16877         * gst/audiorate/Makefile.am:
16878         * gst/audioscale/Makefile.am:
16879         * gst/ffmpegcolorspace/Makefile.am:
16880         * gst/playback/Makefile.am:
16881         * gst/sine/Makefile.am:
16882         * gst/subparse/Makefile.am:
16883         * gst/tags/Makefile.am:
16884         * gst/tcp/Makefile.am:
16885         * gst/typefind/Makefile.am:
16886         * gst/videorate/Makefile.am:
16887         * gst/videoscale/Makefile.am:
16888         * gst/videotestsrc/Makefile.am:
16889         * gst/volume/Makefile.am:
16890         * sys/v4l/Makefile.am:
16891         * sys/ximage/Makefile.am:
16892         * sys/xvimage/Makefile.am:
16893           adapt properly to this change. This should make sure that
16894           plugins and libs properly link to the as-yet-uninstalled
16895           copies of stuff like libgstinterfaces and libgstvideo
16896
16897 2005-07-13  Andy Wingo  <wingo@pobox.com>
16898
16899         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16900         (gst_v4lsrc_fixate): Fixate on format as well.
16901
16902         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16903         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16904         buffer points to it.
16905         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16906         rather just doing X calls ourselves. Also fixes a memleak.
16907
16908 2005-07-12  Andy Wingo  <wingo@pobox.com>
16909
16910         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16911         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16912         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16913         TRUE to avoid deadlocks if an element holds on to our buffers.
16914
16915 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16916
16917         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16918         (gst_sinesrc_init), (gst_sinesrc_create),
16919         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16920         (gst_sinesrc_start):
16921         * gst/sine/gstsinesrc.h:
16922           removing num-buffers property before moving it
16923
16924 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16925
16926         * configure.ac:
16927           use overridable ERROR_CFLAGS
16928         * docs/libs/gst-plugins-base-libs.types:
16929         * docs/libs/tmpl/gstringbuffer.sgml:
16930         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16931         (gst_alsasink_class_init):
16932         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16933         (gst_alsasrc_class_init):
16934         * gst-libs/gst/audio/audio.h:
16935         * gst-libs/gst/audio/gstaudioclock.h:
16936         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16937         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16938         (gst_audio_filter_link), (gst_audio_filter_init),
16939         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16940         (gst_audio_filter_get_property),
16941         (gst_audio_filter_class_add_pad_templates):
16942         * gst-libs/gst/audio/gstaudiofilter.h:
16943         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16944         (gst_audio_filter_template_get_type),
16945         (gst_audio_filter_template_base_init),
16946         (gst_audio_filter_template_class_init),
16947         (gst_audio_filter_template_init),
16948         (gst_audio_filter_template_set_property),
16949         (gst_audio_filter_template_get_property), (plugin_init),
16950         (gst_audio_filter_template_setup),
16951         (gst_audio_filter_template_filter),
16952         (gst_audio_filter_template_filter_inplace):
16953         * gst-libs/gst/audio/gstaudiosink.c:
16954         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16955         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16956         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16957         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16958         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16959         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16960         * gst-libs/gst/audio/gstaudiosink.h:
16961         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16962         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16963         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16964         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16965         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16966         (gst_audio_src_class_init), (gst_audio_src_init),
16967         (gst_audio_src_create_ringbuffer):
16968         * gst-libs/gst/audio/gstaudiosrc.h:
16969         * gst-libs/gst/audio/gstbaseaudiosink.c:
16970         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16971         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16972         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16973         (gst_base_audio_sink_set_property),
16974         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16975         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16976         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16977         (gst_base_audio_sink_create_ringbuffer),
16978         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16979         * gst-libs/gst/audio/gstbaseaudiosink.h:
16980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16981         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16982         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16983         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16984         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16985         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16986         (gst_base_audio_src_event), (gst_base_audio_src_create),
16987         (gst_base_audio_src_create_ringbuffer),
16988         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16989         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16991         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16992         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16993         (gst_ring_buffer_debug_spec_caps),
16994         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16995         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16996         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16997         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16998         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16999         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17000         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17001         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17002         (gst_ring_buffer_clear):
17003         * gst-libs/gst/audio/gstringbuffer.h:
17004         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17005         (gst_video_sink_class_init), (gst_video_sink_get_type):
17006         * gst-libs/gst/video/videosink.h:
17007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17008         (gst_multifdsink_class_init),
17009         (gst_multifdsink_handle_client_write),
17010         (gst_multifdsink_change_state):
17011         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17012         (gst_tcpclientsink_setcaps):
17013         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17014         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17015         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17016         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17017         (gst_ximagesink_send_pending_navigation),
17018         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17019         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17021         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17022         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17023         (gst_xvimagesink_send_pending_navigation),
17024         (gst_xvimagesink_navigation_send_event),
17025         (gst_xvimagesink_set_xwindow_id),
17026         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17027         (gst_xvimagesink_get_type):
17028         more macro splitting
17029
17030 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17031
17032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17033           plug a memleak, allows me to import 1479 albums in one go
17034           in jamboree
17035         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17036         (vorbis_handle_type_packet), (vorbis_dec_chain),
17037         (vorbis_dec_change_state):
17038           fix some format strings
17039
17040 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17041
17042         * docs/libs/tmpl/gstcolorbalance.sgml:
17043         * docs/libs/tmpl/gstmixer.sgml:
17044         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17045         (gst_alsasink_set_property), (gst_alsasink_get_property):
17046         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17047         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17048           add device property
17049
17050 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17051
17052         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17053         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17054         (audiocast_register_listener), (audiocast_thread_run),
17055         (gst_gnomevfssrc_send_additional_headers_callback),
17056         (gst_gnomevfssrc_received_headers_callback),
17057         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17058         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17059         (gst_gnomevfssrc_get_size):
17060           add/clean up debugging
17061         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17062           cleanups
17063
17064 2005-07-07  Andy Wingo  <wingo@pobox.com>
17065
17066         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17067         framerate. Need to get a handle on when exactly this function is
17068         called, tho.
17069
17070         * sys/v4l/v4lsrc_calls.h:
17071         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17072         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17073         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17074
17075         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17076         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17077         v4lelements are sources.
17078
17079         * sys/v4l/gstv4lxoverlay.h:
17080         * sys/v4l/gstv4lxoverlay.c:
17081         * sys/v4l/gstv4ltuner.h:
17082         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17083         
17084         * sys/v4l/gstv4lsrc.h:
17085         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17086         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17087         or something should handle that. Made a live source.
17088
17089         * sys/v4l/gstv4lelement.h:
17090         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17091         signals. Some cleanups.
17092
17093         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17094
17095         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17096         stuff.
17097
17098         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17099         stuff.
17100
17101         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17102
17103 2005-07-07  Wim Taymans  <wim@fluendo.com>
17104
17105         * ext/theora/theoradec.c: (theora_get_query_types),
17106         (theora_dec_src_getcaps), (theora_dec_push):
17107         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17109         Remove deprecated/unused query types.
17110
17111 2005-07-06  Wim Taymans  <wim@fluendo.com>
17112
17113         * ext/alsa/Makefile.am:
17114         * ext/alsa/gstalsaplugin.c: (plugin_init):
17115         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17116         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17117         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17118         (gst_alsasrc_class_init), (gst_alsasrc_init),
17119         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17120         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17121         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17122         (gst_alsasrc_reset):
17123         * ext/alsa/gstalsasrc.h:
17124         * gst-libs/gst/audio/Makefile.am:
17125         * gst-libs/gst/audio/gstaudiosink.c:
17126         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17127         (gst_audioringbuffer_start):
17128         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17129         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17130         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17131         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17132         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17133         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17134         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17135         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17136         * gst-libs/gst/audio/gstaudiosrc.h:
17137         * gst-libs/gst/audio/gstbaseaudiosink.c:
17138         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17139         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17140         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17142         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17143         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17144         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17145         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17146         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17147         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17148         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17149         (gst_baseaudiosrc_change_state):
17150         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17151         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17152         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17153         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17154         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17155         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17156         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17157         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17158         * gst-libs/gst/audio/gstringbuffer.h:
17159         Added audiosource base classes.
17160         Ported alsasrc, still very basic.
17161
17162 2005-07-06  Wim Taymans  <wim@fluendo.com>
17163
17164         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17165         (theora_dec_push), (theora_handle_data_packet):
17166         Prepare for better timestamp fix later.
17167
17168         * gst/audioconvert/gstaudioconvert.c:
17169         List most accurate caps first
17170
17171         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17172         Use proper pad task function.
17173
17174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17175         (gst_xvimagesink_show_frame):
17176         Fix deadlock when alloc failed.
17177
17178 2005-07-05  Andy Wingo  <wingo@pobox.com>
17179
17180         * ext/gnomevfs/gstgnomevfssrc.c:
17181         * gst/sine/gstsinesrc.c:
17182         * gst/tcp/gsttcpserversrc.c:
17183         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17184
17185         * sys/v4l/: Port from 0.8.
17186
17187         * Many files: Null if we got it....
17188
17189 2005-07-05  Andy Wingo  <wingo@pobox.com>
17190
17191         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17192         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17193         Signedness fixes.
17194
17195 2005-07-05  Wim Taymans  <wim@fluendo.com>
17196
17197         * configure.ac:
17198         * gst/tcp/Makefile.am:
17199         * gst/tcp/README:
17200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17201         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17202         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17203         (is_sync_frame), (gst_multifdsink_handle_client_write),
17204         (gst_multifdsink_render), (gst_multifdsink_start),
17205         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17206         * gst/tcp/gstmultifdsink.h:
17207         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17208         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17209         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17210         * gst/tcp/gsttcp.h:
17211         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17212         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17213         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17214         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17215         * gst/tcp/gsttcpclientsink.h:
17216         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17217         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17218         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17219         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17220         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17221         * gst/tcp/gsttcpclientsrc.h:
17222         * gst/tcp/gsttcpplugin.c: (plugin_init):
17223         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17224         * gst/tcp/gsttcpserversink.h:
17225         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17226         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17227         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17228         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17229         (gst_tcpserversrc_stop):
17230         * gst/tcp/gsttcpserversrc.h:
17231         * gst/tcp/gsttcpsink.c:
17232         * gst/tcp/gsttcpsink.h:
17233         * gst/tcp/gsttcpsrc.c:
17234         * gst/tcp/gsttcpsrc.h:
17235         Ported tcp plugins to 0.9. 
17236         
17237
17238 2005-07-05  Andy Wingo  <wingo@pobox.com>
17239
17240         * gst/playback/gstplaybasebin.c (fill_buffer):
17241         message_new_application fixen.
17242
17243         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17244         Style fix.
17245
17246 2005-07-04  Wim Taymans  <wim@fluendo.com>
17247
17248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17249         Set caps on output buffer.
17250
17251 2005-07-04  Andy Wingo  <wingo@pobox.com>
17252
17253         * ext/gnomevfs/gstgnomevfssrc.c
17254         (gst_gnomevfssrc_received_headers_callback) 
17255         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17256         hopefully.
17257
17258         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17259         No refcount leakage.
17260
17261         * configure.ac: Enable -Werror.
17262         
17263         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17264         * gst/audioconvert/bufferframesconvert.c
17265         (buffer_frames_convert_fixate):
17266         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17267         (gst_audio_convert_fixate):
17268         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17269         (gst_sinesrc_create): Fixate func changes.
17270         
17271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17272         (gst_ximagesink_buffer_alloc): Unused var.
17273
17274 2005-07-01  Andy Wingo  <wingo@pobox.com>
17275
17276         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17277         getcaps to do explicit caps. Needs to be done in all decoders,
17278         possibly via a base class.
17279
17280         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17281
17282         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17283         caps on the sink pad, just rely on the pad template. Also, setting
17284         ANY caps on a pad is not valid because the caps are not fixed.
17285
17286         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17287         caps on the buffer, and get the width from the desired_caps if
17288         they're set.
17289         (gst_ximagesink_renegotiate_size): Implement via setting the
17290         desired_caps on the ximagesink.
17291         (gst_ximagesink_setcaps): Only reset the width of the player if it
17292         wasn't already set. Not sure if this is right.
17293         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17294
17295         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17296         that the user wants. NULL unless the window has been resized.
17297
17298         * gst/volume/gstvolume.c (volume_transform): Adapt to
17299         basetransform refcount changes.
17300         
17301 2005-07-01  Andy Wingo  <wingo@pobox.com>
17302
17303         * gst/videoscale/gstvideoscale.c:
17304         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17305         from BaseTransform, implements a transform_caps. Removed dead code
17306         including some PAR stuff that was never reached -- should probably
17307         be added back somehow.
17308
17309 2005-07-01  Andy Wingo  <wingo@pobox.com>
17310
17311         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17312         come later.
17313
17314 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17315
17316         * configure.ac:
17317         * docs/libs/Makefile.am:
17318         * docs/libs/gst-plugins-libs.types:
17319         * ext/alsa/Makefile.am:
17320         * ext/alsa/gstalsamixer.h:
17321         * ext/alsa/gstalsamixeroptions.h:
17322         * ext/alsa/gstalsamixertrack.h:
17323         * gst-libs/gst/Makefile.am:
17324         * gst-libs/gst/colorbalance/.cvsignore:
17325         * gst-libs/gst/colorbalance/Makefile.am:
17326         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17327         * gst-libs/gst/colorbalance/colorbalance.c:
17328         * gst-libs/gst/colorbalance/colorbalance.h:
17329         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17330         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17331         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17332         * gst-libs/gst/interfaces/Makefile.am:
17333         * gst-libs/gst/interfaces/colorbalance.c:
17334         (gst_color_balance_class_init):
17335         * gst-libs/gst/interfaces/colorbalance.h:
17336         * gst-libs/gst/interfaces/interfaces-marshal.list:
17337         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17338         * gst-libs/gst/interfaces/mixer.h:
17339         * gst-libs/gst/interfaces/mixeroptions.h:
17340         * gst-libs/gst/interfaces/navigation.c:
17341         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17342         * gst-libs/gst/interfaces/tuner.h:
17343         * gst/volume/Makefile.am:
17344         * gst/volume/gstvolume.c:
17345         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17346         * sys/ximage/Makefile.am:
17347         * sys/ximage/ximagesink.c:
17348         * sys/xvimage/Makefile.am:
17349         * sys/xvimage/xvimagesink.c:
17350           fold in all interfaces into an interfaces dir, preserving CVS
17351           history
17352
17353 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17356           Fix build after riff changes.
17357
17358 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17361         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17362         (gst_riff_create_video_template_caps),
17363         (gst_riff_create_audio_template_caps),
17364         (gst_riff_create_iavs_template_caps):
17365         * gst-libs/gst/riff/riff-media.h:
17366         * gst-libs/gst/riff/riff-read.h:
17367         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17368           Add gst_riff_init() to initialize the debug category, instead
17369           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17370
17371 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17372
17373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17374           Oops, I shouldn't apply hacks.
17375
17376 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17379           Remove pad_loop function which doesn't work.
17380
17381 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17382
17383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17384           Send EOS when deactivating.
17385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17386         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17387         (gen_preroll_element), (probe_triggered), (mute_stream),
17388         (silence_stream), (new_decoded_pad), (setup_substreams),
17389         (set_active_source):
17390         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17391         (remove_sinks), (add_sink):
17392         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17393           Change for new probe API.
17394
17395 2005-06-29  Wim Taymans  <wim@fluendo.com>
17396
17397         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17398         * gst-libs/gst/audio/gstbaseaudiosink.c:
17399         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17400         (gst_baseaudiosink_change_state):
17401         * gst-libs/gst/audio/gstbaseaudiosink.h:
17402         * gst-libs/gst/audio/gstringbuffer.c:
17403         (gst_ringbuffer_set_callback):
17404         Fix compilation error.
17405         Ringbuffer starts out as not running.
17406         Free our clock in dispose.
17407         When releasing the ringbuffer we need to renegotiate so
17408         clear the pad caps.
17409
17410 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17411
17412         * autogen.sh:
17413         * configure.ac:
17414         * docs/Makefile.am:
17415         * docs/libs/Makefile.am:
17416         * docs/libs/gst-plugins-libs-docs.sgml:
17417         * docs/libs/gst-plugins-libs-sections.txt:
17418         * docs/libs/gst-plugins-libs.types:
17419         * docs/libs/tmpl/gstaudio.sgml:
17420         * docs/libs/tmpl/gstcolorbalance.sgml:
17421         * docs/libs/tmpl/gstringbuffer.sgml:
17422         * gst-libs/gst/audio/gstringbuffer.c:
17423         (gst_ringbuffer_set_callback):
17424           reinstate gtk-doc docs for plugin libs
17425
17426 2005-06-28  Wim Taymans  <wim@fluendo.com>
17427
17428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17429         (gst_ogg_demux_init):
17430         Removed pad loop function.
17431
17432 2005-06-28  Wim Taymans  <wim@fluendo.com>
17433
17434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17435         If we're building a chain we are not in an error case
17436         when we queue a buffer.
17437
17438 2005-06-28  Andy Wingo  <wingo@pobox.com>
17439
17440         * *.c: Don't cast to GstObject before reffing/unreffing.
17441
17442 2005-06-27  Andy Wingo  <wingo@pobox.com>
17443
17444         * gst/videotestsrc/gstvideotestsrc.c
17445         (gst_videotestsrc_activate_push): Activation API changes.
17446
17447         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17448         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17449         they have refs on the decodebin.
17450
17451         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17452         parent class.
17453         (gst_ogg_pad_typefind): Don't leak a pad ref.
17454         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17455         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17456         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17457
17458 2005-06-27  Edward Hervey  <edward@fluendo.com>
17459
17460         * ext/theora/theoradec.c: (theora_dec_change_state): 
17461         re-arranged call to parent's state change in order to avoid locks (or
17462         worse).
17463
17464 2005-06-26  Edward Hervey  <edward@fluendo.com>
17465
17466         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17467         2nd argument of 'unknow-type' signal is a GstCaps and not a
17468         GstMiniObject
17469
17470 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17471         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17472           Set the worker thread's running flag to TRUE before starting the
17473           thread.
17474         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17475           Catch a failure to add typefind to the bin.
17476
17477 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17480         (gst_sinesrc_init), (gst_sinesrc_create),
17481         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17482         (gst_sinesrc_start):
17483         * gst/sine/gstsinesrc.h:
17484           add num-buffers and timestamp-offset properties
17485         * gst/videotestsrc/gstvideotestsrc.c:
17486         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17487         (gst_videotestsrc_get_property):
17488           add timestamp-offset property
17489
17490 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17491
17492         * configure.ac: add videorate
17493         * gst-plugins-base.spec.in: add videorate
17494
17495 2005-06-23  Wim Taymans  <wim@fluendo.com>
17496
17497         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17498         (gst_videorate_getcaps), (gst_videorate_setcaps),
17499         (gst_videorate_event), (gst_videorate_chain):
17500         Fixed videorate, fixating an already fixated caps is not
17501         an error.
17502
17503 2005-06-23  Wim Taymans  <wim@fluendo.com>
17504
17505         * ext/ogg/README:
17506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17507         Buffer on caps is not boxed anymore.
17508
17509 2005-06-22  Wim Taymans  <wim@fluendo.com>
17510
17511         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17513         Set buffers on caps as miniobjects and not as boxed.
17514
17515 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * configure.ac:
17518           back to HEAD
17519
17520 === release 0.9.1 ===
17521
17522 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * .cvsignore:
17525         * NEWS:
17526         * README:
17527         * RELEASE:
17528         * configure.ac:
17529         * po/af.po:
17530         * po/az.po:
17531         * po/cs.po:
17532         * po/en_GB.po:
17533         * po/hu.po:
17534         * po/it.po:
17535         * po/nb.po:
17536         * po/nl.po:
17537         * po/or.po:
17538         * po/sq.po:
17539         * po/sr.po:
17540         * po/sv.po:
17541         * po/uk.po:
17542         * po/vi.po:
17543           updates for release
17544
17545 2005-06-09  Andy Wingo  <wingo@pobox.com>
17546
17547         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17548         
17549 2005-06-09  Andy Wingo  <wingo@pobox.com>
17550
17551         * configure.ac:
17552         * gst-libs/gst/Makefile.am:
17553         * gst-libs/gst/net/Makefile.am:
17554         Add gstnet to build.
17555
17556 2005-06-09  Andy Wingo  <wingo@pobox.com>
17557
17558         * gst-libs/gst/gconf/gconf.c:
17559         * gst/playback/test.c:
17560         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17561         fixes.
17562
17563         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17564
17565         * ext/theora/theoraenc.c (theora_enc_chain): 
17566         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17567
17568         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17569         RealPad.
17570
17571 2005-06-02  Wim Taymans  <wim@fluendo.com>
17572
17573         * gst-libs/gst/net/Makefile.am:
17574         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17575         * pkgconfig/gstreamer-libs.pc.in:
17576         Added net stuff, version net lib.
17577
17578 2005-06-02  Wim Taymans  <wim@fluendo.com>
17579
17580         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17581         (query_rates), (query_positions_elems), (query_positions_pads),
17582         (do_seek):
17583         Updated seek example.
17584
17585 2005-06-02  Andy Wingo  <wingo@pobox.com>
17586
17587         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17588         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17589         list.
17590
17591         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17592         remove the typefind, the bin dispose will do it for us. When it's
17593         removed and unreffed, the signal handler will be disconnected,
17594         too.
17595         (unlinked): It's too difficult to disconnect from unlinked
17596         handlers, as they are on pads not elements. Just punt if the pads
17597         aren't grandkids of the bin.
17598
17599 2005-06-02  Wim Taymans  <wim@fluendo.com>
17600
17601         * ext/ogg/README:
17602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17603         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17605         * ext/theora/theoradec.c: (theora_dec_src_query),
17606         (theora_handle_data_packet):
17607         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17608         (theora_enc_chain):
17609         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17610         (vorbis_handle_data_packet):
17611         * gst/audioconvert/bufferframesconvert.c:
17612         (buffer_frames_convert_chain):
17613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17614         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17615         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17616         (gst_ffmpegcsp_chain):
17617         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17618         (gst_videorate_getcaps), (gst_videorate_setcaps),
17619         (gst_videorate_event), (gst_videorate_chain):
17620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17621         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17622         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17623         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17624         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17625         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17626         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17627         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17628         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17629         Cleanups and buffer alloc.
17630
17631 2005-05-31  Wim Taymans  <wim@fluendo.com>
17632
17633         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17634         Don't try to call the delay method when the device is not
17635         opened.
17636
17637 2005-05-31  Wim Taymans  <wim@fluendo.com>
17638
17639         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17640         Get actual segment size and buffer size after opening
17641         the device.
17642
17643 2005-05-30  Wim Taymans  <wim@fluendo.com>
17644
17645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17646         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17647         Also FLUSH upstream, makes the loop function exit faster.
17648         
17649         * ext/theora/theoradec.c: (theora_dec_src_query):
17650         Some more debug info in the query.
17651         
17652         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17653         (gst_ximagesink_setcaps):
17654         Release lock on par error, better error reporting.
17655
17656 2005-05-26  Wim Taymans  <wim@fluendo.com>
17657
17658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17659         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17660         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17661         Clear chains in READY
17662         Queue packets until the chain is activated.
17663
17664 2005-05-25  Wim Taymans  <wim@fluendo.com>
17665
17666         * gst-libs/gst/audio/gstaudiosink.c:
17667         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17668         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17669         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17670         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17671         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17672         (gst_audiosink_create_ringbuffer):
17673         * gst-libs/gst/audio/gstbaseaudiosink.c:
17674         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17675         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17676         (gst_baseaudiosink_set_property), (build_linear_format),
17677         (debug_spec_caps), (debug_spec_buffer),
17678         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17679         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17680         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17681         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17682         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17683         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17684         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17685         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17686         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17687         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17688         (wait_segment), (gst_ringbuffer_commit),
17689         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17690         (gst_ringbuffer_clear):
17691         Various small cleanups.
17692
17693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17694         (gst_audio_convert_change_state):
17695         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17696         No need to take the locks anymore.
17697
17698 2005-05-25  Wim Taymans  <wim@fluendo.com>
17699
17700         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17701         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17702         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17703         (type_found):
17704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17705         (group_destroy), (group_commit), (queue_overrun),
17706         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17707         (mute_stream), (new_decoded_pad), (setup_substreams),
17708         (setup_source), (mute_group_type), (set_active_source),
17709         (gst_play_base_bin_change_state):
17710         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17711         (gen_video_element), (gen_text_element), (gen_audio_element),
17712         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17713         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17714         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17715         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17716         Some playbin cleanups mostly refcounting sloppyness.
17717
17718 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17719
17720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17721           Work with streaming input.
17722
17723 2005-05-25  Wim Taymans  <wim@fluendo.com>
17724
17725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17726         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17727         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17728         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17729         No need to take the STREAM lock anymore.
17730
17731 2005-05-25  Wim Taymans  <wim@fluendo.com>
17732
17733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17734         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17735         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17736         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17737         (gst_ogg_demux_sink_activate):
17738         * ext/theora/theoradec.c: (theora_dec_src_event),
17739         (theora_handle_comment_packet), (theora_dec_chain),
17740         (theora_dec_change_state):
17741         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17742         (vorbis_handle_data_packet), (vorbis_dec_chain),
17743         (vorbis_dec_change_state):
17744         Remove STREAM locks as they are taken in core now.
17745         Never set bogus granulepos on vorbis/theora.
17746         Fix leaks in theoradec tag parsing.
17747
17748 2005-05-25  Wim Taymans  <wim@fluendo.com>
17749
17750         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17751         Fix memleaks, GST_BUFFER_DATA() is not freed.
17752
17753 2005-05-25  Wim Taymans  <wim@fluendo.com>
17754
17755         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17756         Open non-blocking, set to blocking mode afterwards to avoid
17757         lockups when audio device is busy.
17758
17759 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17760
17761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17762           This can't be good.
17763
17764 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17767         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17768         (gst_audio_convert_setcaps):
17769           Implement instant setup switching.
17770
17771 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * gst/playback/gstplaybasebin.c: (probe_triggered):
17774           Fix missing unlock.
17775         * gst/playback/gstplaybin.c: (add_sink):
17776           First add, then link (otherwise pad link fails).
17777
17778 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17779
17780         * examples/Makefile.am:
17781         fix buildbot (make distcheck)
17782
17783 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17784
17785         * gst/playback/gstplaybin.c: (gen_vis_element):
17786           Remove some wrong code. Doesn't work yet.
17787
17788 2005-05-19  Wim Taymans  <wim@fluendo.com>
17789
17790         * gst-libs/gst/net/Makefile.am:
17791         * gst-libs/gst/net/README:
17792         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17793         (gst_netbuffer_class_init), (gst_netbuffer_init),
17794         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17795         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17796         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17797         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17798         * gst-libs/gst/net/gstnetbuffer.h:
17799         Added buffer subclass to store extra to/from addresses for
17800         network sources/sinks.
17801
17802 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17803
17804         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17805           Don't lock an unassigned variable.
17806
17807 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17808
17809         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17810           Increase buffer for video, decrease buffer for other media types.
17811         * gst/playback/gstplaybin.c: (gen_video_element),
17812         (gen_audio_element):
17813           Change names for debugging purposes.
17814
17815 2005-05-18  Wim Taymans  <wim@fluendo.com>
17816
17817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17818         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17819         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17820         (gst_ffmpegcsp_chain):
17821         Enable buffer alloc passthrough if the source and dest
17822         formats are the same.
17823
17824 2005-05-17  Wim Taymans  <wim@fluendo.com>
17825
17826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17827         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17828         (gst_ogg_demux_chain_unlocked):
17829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17830         (gst_audio_convert_caps_remove_format_info),
17831         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17832         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17834         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17835         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17836         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17837         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17838         (gst_ffmpegcsp_get_property):
17839         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17840         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17841         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17842         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17843         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17844         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17845         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17846         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17847         Leak fixes in oggdemux.
17848         Some cleanups in audioconvert.
17849         Make passthrough work along with buffer_alloc etc.
17850         Make buffer_alloc and buffer recycling actually work in
17851         xvimagesink.
17852
17853 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17854
17855         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17856           make the compiler happy
17857
17858 2005-05-17  Wim Taymans  <wim@fluendo.com>
17859
17860         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17862         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17863         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17865         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17866         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17867         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17868         (gst_xvimagesink_set_xwindow_id):
17869         * sys/xvimage/xvimagesink.h:
17870         Port xvimagesink to new MiniObject.
17871
17872 2005-05-17  Wim Taymans  <wim@fluendo.com>
17873
17874         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17875         (gst_audiofilter_chain):
17876         * gst-libs/gst/audio/gstaudiosink.c:
17877         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17878         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17879         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17880         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17881         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17882         (gst_audiosink_create_ringbuffer):
17883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17884         (gst_audio_convert_caps_remove_format_info),
17885         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17886         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17888         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17889         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17890         Fix passthrough in ffmpegcolorspace.
17891         Fix memset in audiosink on wrong memory.
17892
17893 2005-05-16  David Schleef  <ds@schleef.org>
17894
17895         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17896         to GstMiniObject.
17897
17898 2005-05-16  David Schleef  <ds@schleef.org>
17899
17900         Port from GstData to GstMiniObject.
17901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17903         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17904         (gst_ogg_mux_collected):
17905         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17906         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17907         (theora_handle_data_packet):
17908         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17909         (theora_set_header_on_caps), (theora_enc_chain):
17910         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17911         (vorbis_handle_comment_packet):
17912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17913         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17914         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17915         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17916         * gst/audioconvert/gstaudioconvert.c:
17917         (gst_audio_convert_get_buffer):
17918         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17919         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17920         (mute_stream), (silence_stream):
17921         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17922         * gst/volume/gstvolume.c: (volume_transform):
17923         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17924         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17925         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17926         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17927         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17928         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17929         (gst_ximagesink_buffer_alloc):
17930         * sys/ximage/ximagesink.h:
17931
17932 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17933
17934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17935         (fill_buffer), (check_queue), (queue_threshold_reached),
17936         (queue_out_of_data):
17937         * gst/playback/gstplaybasebin.h:
17938           Post buffer-fullness on the bus.
17939
17940 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17941
17942         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17943         (try_to_link_1):
17944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17945         (group_commit), (probe_triggered), (setup_source),
17946         (gst_play_base_bin_change_state):
17947         * gst/playback/gstplaybasebin.h:
17948         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17949         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17950         (gst_play_bin_change_state):
17951           Move setup_output_pads into a virtual function, remove
17952           group-switch (no longer needed) and redirect (handled by bus
17953           now) signals.
17954
17955 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17956
17957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17958         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17959         (get_active_group), (get_building_group), (group_destroy),
17960         (group_commit), (check_queue), (queue_overrun),
17961         (queue_threshold_reached), (queue_out_of_data),
17962         (gen_preroll_element), (remove_groups), (unknown_type),
17963         (add_element_stream), (no_more_pads), (probe_triggered),
17964         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17965         (setup_substreams), (setup_source), (finish_source),
17966         (prepare_output), (muted_group_change_state),
17967         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17968         (gst_play_base_bin_change_state):
17969         * gst/playback/gstplaybasebin.h:
17970         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17971         (gst_play_bin_init), (gst_play_bin_set_property),
17972         (gen_video_element), (gen_text_element), (gen_audio_element),
17973         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17974         (gst_play_bin_change_state):
17975         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17976         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17977         (stream_info_change_state), (gst_stream_info_set_mute),
17978         (gst_stream_info_get_property):
17979         * gst/playback/gststreaminfo.h:
17980         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17981         (gst_stream_selector_get_linked_pad),
17982         (gst_stream_selector_getcaps),
17983         (gst_stream_selector_get_linked_pads),
17984         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17985         * gst/playback/gststreamselector.h:
17986           Rough port of playbin. Needs some more work, but is mostly done,
17987           and uses a few locks in important places, which should make stuff
17988           like chain-switches clean. Still uses GST_STATE() in a few places,
17989           which isn't all that good an idea, subtitles/elements disabled
17990           because no elements to test with and thus probably broken, query
17991           and event handling moved to GstBin, internal thread removed
17992           alltogether because the pipeline does that for us now. Can play
17993           Ogg/Vorbis files. Haven't tested anything else yet.
17994
17995 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17998           Do no-more-pads (needed for autoplugging).
17999
18000 2005-05-10  Andy Wingo  <wingo@pobox.com>
18001
18002         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18003         message to the bus with the tags. Still not sent downstream tho.
18004
18005         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18006         get_parent.
18007         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18008         avoid refcounting hassles.
18009
18010 2005-05-09  Andy Wingo  <wingo@pobox.com>
18011
18012         * gst/volume/Makefile.am:
18013         * gst/volume/demo.c
18014         * gst/volume/gstvolume.h
18015         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18016         basetransform. Probably need an audio filter base class.
18017
18018 2005-05-09  Wim Taymans  <wim@fluendo.com>
18019
18020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18021         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18022         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18023         (gst_vorbisenc_chain):
18024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18025         (gst_audio_convert_caps_remove_format_info),
18026         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18027         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18028         Make caps writable before writing to it.
18029         Fix negotiation in audioconvert some more.
18030
18031 2005-05-09  Wim Taymans  <wim@fluendo.com>
18032
18033         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18034         (gst_videorate_getcaps), (gst_videorate_setcaps),
18035         (gst_videorate_event), (gst_videorate_chain):
18036         Better negotiation.
18037
18038 2005-05-09  Wim Taymans  <wim@fluendo.com>
18039
18040         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18041         (gst_videorate_getcaps), (gst_videorate_setcaps),
18042         (gst_videorate_blank_data), (gst_videorate_init),
18043         (gst_videorate_event), (gst_videorate_chain),
18044         (gst_videorate_change_state):
18045         Port videorate, do a better job at negotiation while we're at
18046         it.
18047
18048 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18049
18050         * configure.ac:
18051           Disable libvisual
18052
18053         * examples/Makefile.am:
18054         * gst-libs/gst/audio/Makefile.am:
18055         * gst-libs/gst/riff/Makefile.am:
18056         * gst-libs/gst/tag/Makefile.am:
18057         * gst-libs/gst/video/Makefile.am:
18058           Fixups for missing variables.
18059
18060 2005-05-09  Wim Taymans  <wim@fluendo.com>
18061
18062         * examples/seeking/seek.c: (make_theora_pipeline),
18063         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18064         (query_rates), (query_positions_elems), (query_positions_pads),
18065         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18067         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18068         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18069         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18070         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18072         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18073         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18074         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18075         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18076         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18077         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18078         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18079         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18080         (theora_dec_src_convert), (theora_dec_sink_convert),
18081         (theora_dec_src_query), (theora_dec_sink_query),
18082         (theora_dec_src_event), (theora_dec_sink_event),
18083         (theora_handle_comment_packet), (theora_handle_type_packet),
18084         (theora_handle_header_packet), (theora_handle_data_packet),
18085         (theora_dec_chain):
18086         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18087         (vorbis_dec_convert), (vorbis_dec_src_query),
18088         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18089         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18090         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18091         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18093         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18094         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18095         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18096         (gst_play_bin_query):
18097         * gst/playback/test3.c: (update_scale):
18098         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18099         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18100         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18102         (gst_videotestsrc_src_query):
18103         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18104         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18105         (paint_hline_YUV9):
18106         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18107         Port to new query API.
18108         Updated seek.
18109         Cleanups in x[v]imagesink
18110
18111 2005-05-09  Andy Wingo  <wingo@pobox.com>
18112
18113         * ext/alsa/gstalsasink.h:
18114         * ext/gnomevfs/gstgnomevfssrc.c:
18115         (gst_gnomevfssrc_get_icy_metadata):
18116         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18117         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18118         * ext/theora/theoradec.c (theora_dec_src_query)
18119         (theora_dec_src_event, theora_dec_sink_event)
18120         (theora_handle_comment_packet, theora_handle_data_packet):
18121         * ext/theora/theoraenc.c (theora_enc_chain):
18122         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18123         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18124         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18125         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18126         (qt_type_find):
18127         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18128         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18129         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18130         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18131         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18132         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18133         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18134         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18135         (paint_setup_RGB565, paint_setup_xRGB1555):
18136         * gst/videotestsrc/videotestsrc.h:
18137         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18138         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18139         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18140         GCC4 fixes.
18141         
18142         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18143         gst_pad_query_position. Fixes oggdemux.
18144
18145 2005-05-08  David Schleef  <ds@schleef.org>
18146
18147         * configure.ac: Require liboil.
18148         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18149         a few more.
18150         * gst/videotestsrc/videotestsrc.c:
18151         * gst/videotestsrc/videotestsrc.h:
18152
18153 2005-05-06  Wim Taymans  <wim@fluendo.com>
18154
18155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18156         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18157         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18158         Well, unreffing a buffer right before pushing it is asking
18159         for trouble..
18160
18161 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18162
18163         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18164
18165 2005-05-06  Wim Taymans  <wim@fluendo.com>
18166
18167         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18168         (gst_audio_convert_caps_remove_format_info),
18169         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18170         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18172         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18173         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18174         * gst/sine/Makefile.am:
18175         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18176         (gst_sinesrc_class_init), (gst_sinesrc_init),
18177         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18178         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18179         (gst_sinesrc_update_freq):
18180         * gst/sine/gstsinesrc.h:
18181         * gst/tcp/gstmultifdsink.c:
18182         * sys/xvimage/xvimagesink.c:
18183         Fixed negotiation wrt _peer_get_caps()
18184         Some cleanups.
18185
18186
18187 2005-05-06  Wim Taymans  <wim@fluendo.com>
18188
18189         * gst-libs/gst/audio/gstaudiosink.c:
18190         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18191         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18192         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18193         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18194         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18195         (gst_audiosink_create_ringbuffer):
18196         * gst-libs/gst/audio/gstbaseaudiosink.c:
18197         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18198         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18199         (gst_baseaudiosink_set_property), (build_linear_format),
18200         (debug_spec_caps), (debug_spec_buffer),
18201         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18202         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18203         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18204         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18205         * gst-libs/gst/audio/gstbaseaudiosink.h:
18206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18207         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18208         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18209         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18210         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18211         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18212         (wait_segment), (gst_ringbuffer_commit),
18213         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18214         (gst_ringbuffer_clear):
18215         * gst-libs/gst/audio/gstringbuffer.h:
18216         Make the base audiosink return an error when there is no
18217         audiobuffer negotiated.
18218
18219 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18220
18221         * ext/Makefile.am:
18222         Disable cdparanoia until someone ports it!
18223
18224 2005-05-06  Wim Taymans  <wim@fluendo.com>
18225
18226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18227         (gst_ogg_demux_sink_activate):
18228         And revert after wingo's revert.. sigh..
18229
18230 2005-05-05  Andy Wingo  <wingo@pobox.com>
18231
18232         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18233         GObject.
18234         * configure.ac: Return audiorate and subparse from the ghetto.
18235         Re-enable -Wall -Werror.
18236         * gst/subparse/gstsubparse.c:
18237         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18238         or chain-based. Cleaned up a bit. Not tested.
18239         
18240 2005-05-05  Christian Schaller <christian@fluendo.com> 
18241
18242         * Makefile.am: remove stuff that is not building
18243         * configure.ac: remove stuff that is not building
18244         * examples/Makefile.am: remove stuff that is not building
18245         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18246         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18247         * sys/Makefile.am: remove stuff that is not building
18248         * testsuite/Makefile.am: remove stuff that is not building
18249
18250 2005-05-05  Andy Wingo  <wingo@pobox.com>
18251
18252         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18253         * gst-libs/gst/tag/gstvorbistag.c:
18254         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18255         * gst/adder/gstadder.h:
18256         * gst/audioconvert/gstchannelmix.c:
18257         (gst_audio_convert_fill_one_other):
18258         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18259         (gst_audiorate_init), (gst_audiorate_chain):
18260         * gst/playback/gstplaybasebin.c: (setup_source):
18261         * gst/playback/test3.c: (update_scale):
18262         Some GCC4 fixes
18263         
18264         * po/af.po:
18265         * po/az.po:
18266         * po/cs.po:
18267         * po/en_GB.po:
18268         * po/hu.po:
18269         * po/it.po:
18270         * po/nb.po:
18271         * po/nl.po:
18272         * po/or.po:
18273         * po/sq.po:
18274         * po/sr.po:
18275         * po/sv.po:
18276         * po/uk.po:
18277         * po/vi.po: Foo
18278
18279 2005-05-05  Wim Taymans  <wim@fluendo.com>
18280
18281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18282         (gst_audio_convert_caps_remove_format_info),
18283         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18284         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18285         * gst/videotestsrc/gstvideotestsrc.c:
18286         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18287         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18288         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18289         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18290         Don't ignore _push() return values.
18291         Make sure no processing is done when shutting down.
18292         Videotestsrc pad activation fix.
18293
18294 2005-05-05  Wim Taymans  <wim@fluendo.com>
18295
18296         * gst/adder/Makefile.am:
18297         * gst/adder/gstadder.c: (gst_adder_setcaps),
18298         (gst_adder_class_init), (gst_adder_init),
18299         (gst_adder_request_new_pad), (gst_adder_collected),
18300         (gst_adder_change_state):
18301         * gst/adder/gstadder.h:
18302         Ported adder as an example of a mixer element using
18303         collect pads. Needs more negotiation work.
18304
18305 2005-05-05  Wim Taymans  <wim@fluendo.com>
18306
18307         * ext/theora/theoradec.c: (_inc_granulepos),
18308         (theora_dec_src_event), (theora_dec_sink_event),
18309         (theora_handle_comment_packet), (theora_handle_type_packet),
18310         (theora_handle_header_packet), (theora_handle_data_packet),
18311         (theora_dec_chain):
18312         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18313         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18314         (theora_push_buffer), (theora_push_packet),
18315         (theora_enc_sink_event), (theora_enc_chain),
18316         (theora_enc_change_state), (theora_enc_set_property),
18317         (theora_enc_get_property):
18318         Added stream lock to decoder so that we can serialize
18319         the discont event.
18320         More theoraenc porting, recover from errors, do clean
18321         shutdown.
18322
18323 2005-05-05  Wim Taymans  <wim@fluendo.com>
18324
18325         * ext/ogg/Makefile.am:
18326         * ext/ogg/README:
18327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18328         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18329         (gst_ogg_print):
18330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18331         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18332         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18333         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18334         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18335         (gst_ogg_mux_change_state):
18336         Ported ogg muxer.
18337
18338 2005-05-05  Wim Taymans  <wim@fluendo.com>
18339
18340         * docs/design-audiosinks.txt:
18341         * gst-libs/gst/audio/TODO:
18342         * gst-libs/gst/audio/gstaudiosink.c:
18343         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18344         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18345         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18346         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18347         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18348         (gst_audiosink_create_ringbuffer):
18349         * gst-libs/gst/audio/gstbaseaudiosink.c:
18350         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18351         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18352         (gst_baseaudiosink_set_property), (build_linear_format),
18353         (debug_spec_caps), (debug_spec_buffer),
18354         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18355         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18356         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18357         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18358         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18359         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18360         (gst_ringbuffer_release), (gst_ringbuffer_play),
18361         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18362         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18363         (gst_ringbuffer_set_sample), (wait_segment),
18364         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18365         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18366         More work on the audiosink, mostly debugging and a race in
18367         shutdown.
18368
18369 2005-04-28  Wim Taymans  <wim@fluendo.com>
18370
18371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18372         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18373         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18374         (vorbis_dec_src_query), (vorbis_dec_src_event),
18375         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18376         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18377         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18378         Don't crap out when seeking back to position 0.
18379
18380 2005-04-28  Wim Taymans  <wim@fluendo.com>
18381
18382         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18383         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18384         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18385         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18386         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18387         Make audio sink configurable, use alsasink as default.
18388
18389 2005-04-28  Wim Taymans  <wim@fluendo.com>
18390
18391         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18392         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18393         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18394         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18395         (vorbis_dec_change_state):
18396         * ext/vorbis/vorbisdec.h:
18397         Refactor, use STREAM_LOCK.
18398
18399 2005-04-28  Wim Taymans  <wim@fluendo.com>
18400
18401         * ext/theora/theoradec.c: (_inc_granulepos),
18402         (theora_dec_sink_event), (theora_handle_comment_packet),
18403         (theora_handle_type_packet), (theora_handle_header_packet),
18404         (theora_handle_data_packet), (theora_dec_chain),
18405         (theora_dec_change_state):
18406         Refactor a bit, use STREAM_LOCK.
18407
18408 2005-04-28  Wim Taymans  <wim@fluendo.com>
18409
18410         * ext/alsa/Makefile.am:
18411         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18412         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18413         (gst_alsa_link), (gst_alsa_close_audio):
18414         * ext/alsa/gstalsaplugin.c: (plugin_init):
18415         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18416         (gst_alsasink_dispose), (gst_alsasink_base_init),
18417         (gst_alsasink_class_init), (gst_alsasink_init),
18418         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18419         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18420         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18421         (gst_alsasink_reset):
18422         * ext/alsa/gstalsasink.h:
18423         Implement alsasink with simple open/write/close API. 
18424         Make alsa dir build by disabling compilation of code.
18425
18426 2005-04-28  Wim Taymans  <wim@fluendo.com>
18427
18428         * gst-libs/gst/audio/Makefile.am:
18429         * gst-libs/gst/audio/audio.h:
18430         * gst-libs/gst/audio/audioclock.c:
18431         * gst-libs/gst/audio/audioclock.h:
18432         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18433         (gst_audio_clock_class_init), (gst_audio_clock_init),
18434         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18435         * gst-libs/gst/audio/gstaudioclock.h:
18436         * gst-libs/gst/audio/gstaudiosink.c:
18437         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18438         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18439         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18440         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18441         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18442         (gst_audiosink_create_ringbuffer):
18443         * gst-libs/gst/audio/gstbaseaudiosink.c:
18444         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18445         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18446         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18447         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18448         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18449         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18450         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18451         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18452         * gst-libs/gst/audio/gstbaseaudiosink.h:
18453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18454         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18455         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18456         (gst_ringbuffer_release), (gst_ringbuffer_play),
18457         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18458         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18459         (gst_ringbuffer_set_sample), (wait_segment),
18460         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18461         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18462         * gst-libs/gst/audio/gstringbuffer.h:
18463         Make ringbuffer faster and more simple by removing the locks
18464         in the playback thread.
18465         Add sample accurate playback based on buffer sample offsets.
18466         Make the baseaudiosink provide a clock.
18467         Parse caps in the base class.
18468         Correctly handle seeking, flushing and state changes.
18469
18470 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * configure.ac:
18473         * gst/audioconvert/Makefile.am:
18474         * gst/audioscale/Makefile.am:
18475           Fix part of the build.  Come on guys, autogen didn't even work :)
18476
18477 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18478
18479         * configure.ac:
18480         * gst-libs/gst/Makefile.am:
18481         * gst-libs/gst/media-info/.cvsignore:
18482         * gst-libs/gst/media-info/Makefile.am:
18483         * gst-libs/gst/media-info/README:
18484         * gst-libs/gst/media-info/media-info-priv.c:
18485         * gst-libs/gst/media-info/media-info-priv.h:
18486         * gst-libs/gst/media-info/media-info-test.c:
18487         * gst-libs/gst/media-info/media-info.c:
18488         * gst-libs/gst/media-info/media-info.h:
18489         * gst-libs/gst/media-info/media-info.vcproj:
18490         * pkgconfig/Makefile.am:
18491         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18492         * pkgconfig/gstreamer-media-info.pc.in:
18493           Remove media-info, which is also successed by playbin (see Totem
18494           implementation).
18495
18496 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * configure.ac:
18499         * examples/Makefile.am:
18500         * examples/gstplay/.cvsignore:
18501         * examples/gstplay/Makefile.am:
18502         * examples/gstplay/player.c:
18503         * gst-libs/gst/Makefile.am:
18504         * gst-libs/gst/play/.cvsignore:
18505         * gst-libs/gst/play/Makefile.am:
18506         * gst-libs/gst/play/play.c:
18507         * gst-libs/gst/play/play.h:
18508         * gst-libs/gst/play/play.vcproj:
18509         * pkgconfig/Makefile.am:
18510         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18511         * pkgconfig/gstreamer-play.pc.in:
18512           Remove libgstplay, playbin is now the official successor.
18513
18514 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18515
18516         * configure.ac:
18517         * gst-libs/gst/Makefile.am:
18518         * gst-libs/gst/xwindowlistener/Makefile.am:
18519         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18520         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18521           Remove deprecated xwindowlistener (I've moved xwindowlistening
18522           in the v4l/v4l2 plugins over to serverside).
18523
18524 2005-04-25  David Schleef  <ds@schleef.org>
18525
18526         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18527         to examples/dynparams.  Examples do not belong interspersed with
18528         source code.
18529         * examples/dynparams/demo-dparams.c:
18530         * gst/sine/Makefile.am:
18531         * gst/sine/demo-dparams.c:
18532
18533 2005-04-25  David Schleef  <ds@schleef.org>
18534
18535         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18536         * gst-libs/gst/audio/Makefile.am:
18537         * gst-libs/gst/riff/Makefile.am:
18538         * gst-libs/gst/tag/Makefile.am:
18539         * gst-libs/gst/video/Makefile.am:
18540         * gst-libs/gst/xwindowlistener/Makefile.am:
18541
18542         Convert to 0.9 API, seems to work:
18543         * sys/ximage/Makefile.am:
18544         * sys/ximage/ximagesink.c:
18545
18546 2005-04-24  David Schleef  <ds@schleef.org>
18547
18548         Link plugins against libraries:
18549         * ext/alsa/Makefile.am:
18550         * gst/tcp/Makefile.am:
18551
18552         Remove asm code that should be in liboil
18553         * gst/videoscale/Makefile.am:
18554         * gst/videoscale/videoscale_x86_asm.s:
18555
18556         gettext wants these checked in:
18557         * po/af.po:
18558         * po/az.po:
18559         * po/cs.po:
18560         * po/en_GB.po:
18561         * po/hu.po:
18562         * po/it.po:
18563         * po/nb.po:
18564         * po/nl.po:
18565         * po/or.po:
18566         * po/sq.po:
18567         * po/sr.po:
18568         * po/sv.po:
18569         * po/uk.po:
18570         * po/vi.po:
18571
18572 2005-04-24  David Schleef  <ds@schleef.org>
18573
18574         Convert gst_main() to g_main_loop_run()
18575         * gst/playback/decodetest.c: (main):
18576         * gst/playback/test2.c: (main):
18577         * gst/playback/test3.c: (main):
18578         * gst/playback/test4.c: (main):
18579
18580         Link plugins against libraries:
18581         * ext/libvisual/Makefile.am:
18582         * sys/xvimage/Makefile.am:
18583
18584 2005-04-24  David Schleef  <ds@schleef.org>
18585
18586         * configure.ac: Remove idct and resample libs
18587         * gst-libs/gst/Makefile.am: same
18588
18589         Remove usage of gst_library_load():
18590         * ext/alsa/gstalsaplugin.c: (plugin_init):
18591         * ext/libvisual/visual.c: (plugin_init):
18592         * ext/ogg/gstogg.c: (plugin_init):
18593         * ext/theora/theora.c: (plugin_init):
18594         * ext/vorbis/vorbis.c: (plugin_init):
18595         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18596         * gst/audioscale/gstaudioscale.c:
18597         * gst/adder/gstadder.c: (plugin_init):
18598         * gst/audioconvert/plugin.c: (plugin_init):
18599         * sys/ximage/ximagesink.c: (plugin_init):
18600         * sys/xvimage/xvimagesink.c: (plugin_init):
18601         * gst/tcp/gsttcpplugin.c: (plugin_init):
18602
18603         Link plugins against libraries:
18604         * ext/ogg/Makefile.am:
18605         * ext/theora/Makefile.am:
18606         * ext/vorbis/Makefile.am:
18607         * gst/audioconvert/Makefile.am:
18608
18609         Create proper libraries:
18610         * gst-libs/gst/riff/Makefile.am:
18611         * gst-libs/gst/audio/Makefile.am:
18612         * gst-libs/gst/video/Makefile.am:
18613
18614         Move resample library to audioscale plugin directory:
18615         * gst-libs/gst/resample/Makefile.am:
18616         * gst-libs/gst/resample/README:
18617         * gst-libs/gst/resample/dtof.c:
18618         * gst-libs/gst/resample/dtos.c:
18619         * gst-libs/gst/resample/functable.c:
18620         * gst-libs/gst/resample/private.h:
18621         * gst-libs/gst/resample/resample.c:
18622         * gst-libs/gst/resample/resample.h:
18623         * gst-libs/gst/resample/resample.vcproj:
18624         * gst-libs/gst/resample/test.c:
18625         * gst/audioscale/Makefile.am:
18626         * gst/audioscale/README:
18627         * gst/audioscale/dtof.c:
18628         * gst/audioscale/dtos.c:
18629         * gst/audioscale/functable.c:
18630         * gst/audioscale/private.h:
18631         * gst/audioscale/resample.c:
18632         * gst/audioscale/resample.h:
18633         * gst/audioscale/test.c:
18634
18635         Move tagedit library to gst-libs:
18636         * gst-libs/gst/tag/Makefile.am:
18637         * gst-libs/gst/tag/gstid3tag.c:
18638         * gst-libs/gst/tag/gsttagediting.c:
18639         * gst-libs/gst/tag/gsttageditingprivate.h:
18640         * gst-libs/gst/tag/gstvorbistag.c:
18641         * gst/tags/Makefile.am:
18642         * gst/tags/gstid3tag.c:
18643         * gst/tags/gstvorbistag.c:
18644
18645         Fix for core changes:
18646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18647         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18648         (gst_sinesrc_getrange):
18649
18650 2005-04-23  David Schleef  <ds@schleef.org>
18651
18652         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18653         in gst-plugins in a long time, and properly belongs in liboil.
18654         * gst-libs/gst/idct/Makefile.am:
18655         * gst-libs/gst/idct/README:
18656         * gst-libs/gst/idct/dct.h:
18657         * gst-libs/gst/idct/doieee:
18658         * gst-libs/gst/idct/fastintidct.c:
18659         * gst-libs/gst/idct/floatidct.c:
18660         * gst-libs/gst/idct/idct.c:
18661         * gst-libs/gst/idct/idct.h:
18662         * gst-libs/gst/idct/idtc.vcproj:
18663         * gst-libs/gst/idct/ieeetest.c:
18664         * gst-libs/gst/idct/intidct.c:
18665
18666 2005-04-20  Wim Taymans  <wim@fluendo.com>
18667
18668         * docs/design-audiosinks.txt:
18669         * gst-libs/gst/audio/Makefile.am:
18670         * gst-libs/gst/audio/TODO:
18671         * gst-libs/gst/audio/gstaudiosink.c:
18672         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18673         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18674         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18675         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18676         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18677         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18678         (gst_audiosink_class_init), (gst_audiosink_init),
18679         (gst_audiosink_create_ringbuffer):
18680         * gst-libs/gst/audio/gstaudiosink.h:
18681         * gst-libs/gst/audio/gstbaseaudiosink.c:
18682         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18683         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18684         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18685         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18686         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18687         (gst_baseaudiosink_create_ringbuffer),
18688         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18689         * gst-libs/gst/audio/gstbaseaudiosink.h:
18690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18691         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18692         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18693         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18694         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18695         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18696         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18697         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18698         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18699         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18700         * gst-libs/gst/audio/gstringbuffer.h:
18701         An attempt at a set of audio base classes together with some
18702         design docs.
18703
18704 2005-04-20  Wim Taymans  <wim@fluendo.com>
18705
18706         * gst/audioconvert/Makefile.am:
18707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18708         (gst_audio_convert_caps_remove_format_info),
18709         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18710         (gst_audio_convert_channels):
18711         Link against audio libs.
18712         Fix audio convert plugin.
18713
18714 2005-04-20  Wim Taymans  <wim@fluendo.com>
18715
18716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18717         (gst_ogg_demux_sink_activate):
18718         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18719         (theora_set_header_on_caps), (theora_enc_sink_event),
18720         (theora_enc_chain):
18721         Fix theora encoder.
18722
18723 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18724
18725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18726         * gst/playback/gstdecodebin.c: (find_compatibles):
18727           Work with staticpadtemplates in elementfactories.
18728
18729 2005-04-12  Wim Taymans  <wim@fluendo.com>
18730
18731         * gst/playback/README:
18732         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18733         (compare_ranks), (print_feature), (gst_decode_bin_init),
18734         (dynamic_create), (dynamic_free), (find_compatibles),
18735         (mimetype_is_raw), (close_pad_link), (got_redirect),
18736         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18737         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18738         (gst_decode_bin_change_state):
18739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18740         (gst_play_base_bin_init), (group_destroy), (group_commit),
18741         (check_queue), (queue_overrun), (queue_threshold_reached),
18742         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18743         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18744         (got_redirect), (setup_source), (play_base_eos),
18745         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18746         (gst_play_base_bin_remove_element):
18747         * gst/playback/gstplaybasebin.h:
18748         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18749         (gst_play_bin_init), (gst_play_bin_dispose),
18750         (gst_play_bin_set_property), (gen_video_element),
18751         (gen_text_element), (gen_audio_element), (remove_sinks),
18752         (gst_play_bin_send_event):
18753         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18754         (stream_info_change_state), (gst_stream_info_set_mute):
18755         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18756         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18757         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18758         (gst_stream_selector_chain):
18759         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18760         (main):
18761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18762         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18763         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18764         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18765         Raw and crude port of decodebin. 
18766         Make playbin compile.
18767
18768 2005-04-06  Wim Taymans  <wim@fluendo.com>
18769
18770         * ext/gnomevfs/Makefile.am:
18771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18772         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18773         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18774         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18775         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18776         (gst_gnomevfssrc_stop):
18777         * ext/ogg/Makefile.am:
18778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18779         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18780         * ext/theora/Makefile.am:
18781         * ext/theora/theoradec.c: (_inc_granulepos),
18782         (theora_dec_sink_event), (theora_dec_chain):
18783         * ext/vorbis/Makefile.am:
18784         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18785         (vorbis_dec_sink_event), (vorbis_dec_chain):
18786         * gst-libs/gst/audio/Makefile.am:
18787         * sys/xvimage/Makefile.am:
18788         Make gnomevfssrc extend the source base class.
18789         Fix linking against libs in various plugins.
18790
18791 2005-04-06  Andy Wingo  <wingo@pobox.com>
18792
18793         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18794         GST_BASE_LIBS.
18795
18796         * configure.ac: Add check and AC_SUBST for libgstbase.
18797
18798 2005-03-31  Wim Taymans  <wim@fluendo.com>
18799
18800         * examples/seeking/Makefile.am:
18801         * examples/seeking/cdparanoia.c: (main):
18802         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18803         (play_cb), (pause_cb), (stop_cb), (main):
18804         * examples/seeking/playbin.c:
18805         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18806         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18807         (make_sid_pipeline), (make_vorbis_pipeline),
18808         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18809         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18810         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18811         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18812         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18813         (stop_cb), (main):
18814         * examples/seeking/spider_seek.c:
18815         * examples/seeking/vorbisfile.c:
18816         * ext/gnomevfs/Makefile.am:
18817         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18819         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18820         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18821         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18822         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18823         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18824         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18825         * ext/ogg/README:
18826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18827         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18828         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18829         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18830         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18831         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18832         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18833         (gst_ogg_demux_factory_filter), (compare_ranks),
18834         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18835         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18836         (gst_ogg_chain_new), (gst_ogg_chain_free),
18837         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18838         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18839         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18840         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18841         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18842         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18843         (gst_ogg_demux_get_prev_page),
18844         (gst_ogg_demux_deactivate_current_chain),
18845         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18846         (gst_ogg_demux_bisect_forward_serialno),
18847         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18848         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18849         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18850         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18851         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18852         (gst_ogg_demux_change_state), (gst_ogg_print):
18853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18854         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18855         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18856         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18857         (gst_ogg_mux_loop):
18858         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18859         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18860         (theora_dec_src_convert), (theora_dec_sink_convert),
18861         (theora_dec_src_query), (theora_dec_src_event),
18862         (theora_dec_sink_event), (theora_dec_chain),
18863         (theora_dec_change_state):
18864         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18865         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18866         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18867         (theora_enc_change_state):
18868         * ext/vorbis/Makefile.am:
18869         * ext/vorbis/oggvorbisenc.c:
18870         * ext/vorbis/oggvorbisenc.h:
18871         * ext/vorbis/vorbis.c: (plugin_init):
18872         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18873         (vorbis_dec_src_query), (vorbis_dec_src_event),
18874         (vorbis_dec_sink_event), (vorbis_dec_chain),
18875         (vorbis_dec_change_state):
18876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18877         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18878         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18879         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18880         (gst_vorbisenc_change_state):
18881         * ext/vorbis/vorbisenc.h:
18882         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18883         * gst-libs/gst/audio/audioclock.c:
18884         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18885         (gst_audiofilter_init), (gst_audiofilter_chain):
18886         * gst-libs/gst/audio/testchannels.c: (main):
18887         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18888         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18889         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18890         (gmip_find_track_streaminfo), (gmip_find_track_format):
18891         * gst-libs/gst/media-info/media-info.c:
18892         (gst_media_info_read_idler):
18893         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18894         (gst_play_get_all_by_interface):
18895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18896         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18897         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18898         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18899         (gst_riff_parse_info):
18900         * gst-libs/gst/riff/riff-read.h:
18901         * gst-libs/gst/riff/riff.c: (plugin_init):
18902         * gst-libs/gst/video/Makefile.am:
18903         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18904         (gst_videosink_class_init), (gst_videosink_get_type):
18905         * gst-libs/gst/video/videosink.h:
18906         * gst/audioconvert/bufferframesconvert.c:
18907         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18908         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18909         * gst/audioconvert/channelmixtest.c: (main):
18910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18911         (gst_audio_convert_chain),
18912         (gst_audio_convert_caps_remove_format_info),
18913         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18914         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18915         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18916         (gst_audio_convert_buffer_to_default_format),
18917         (gst_audio_convert_buffer_from_default_format),
18918         (gst_audio_convert_channels):
18919         * gst/audioconvert/gstchannelmix.h:
18920         * gst/ffmpegcolorspace/avcodec.h:
18921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18922         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18923         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18924         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18925         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18926         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18927         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18928         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18929         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18930         (dv_type_find):
18931         * gst/videotestsrc/gstvideotestsrc.c:
18932         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18933         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18934         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18935         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18936         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18937         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18938         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18940         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18941         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18942         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18943         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18944         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18945         (gst_xvimagesink_navigation_send_event),
18946         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18947         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18948         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18949         * sys/xvimage/xvimagesink.h:
18950         Plugin port to 0.9, ogg/theora playback should work in the seek
18951         example now.
18952         Removed old examples.
18953         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18954         explained in 0.9 TODO doc.
18955
18956
18957 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18958
18959         * autogen.sh:
18960         * configure.ac:
18961         * ext/Makefile.am:
18962         * gst/Makefile.am:
18963         * po/POTFILES.in:
18964         * po/af.po:
18965         * po/az.po:
18966         * po/cs.po:
18967         * po/en_GB.po:
18968         * po/hu.po:
18969         * po/it.po:
18970         * po/nb.po:
18971         * po/nl.po:
18972         * po/or.po:
18973         * po/sq.po:
18974         * po/sr.po:
18975         * po/sv.po:
18976         * po/uk.po:
18977         * po/vi.po:
18978         * sys/Makefile.am:
18979         * testsuite/Makefile.am:
18980           remove a whole bunch of plugins.  This module now contains a set
18981           of free reference plugins/elements as agreed.
18982
18983 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * configure.ac:
18986           hunting season on 0.9 is now OPEN
18987
18988 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18991           Kick the hell out of gcc for not warning me about a symbol conflict.
18992
18993 2005-02-22  Luca Ognibene  <luogni@tin.it>
18994
18995         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18998           Don't leak caps string (fixes #168134)
18999
19000         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19001         (gst_jpegenc_init), (gst_jpegenc_finalize),
19002         (gst_jpegenc_change_state):
19003           Don't leak line buffers and context struct (fixes #168133).
19004
19005 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19006
19007         * configure.ac:
19008         * ext/dirac/gstdiracdec.cc:
19009         (gst_diracdec_chain):
19010           Since dirac 0.5.0 the framerate in dirac is expressed as a
19011           rational number. Fix build and up requirement to 0.5.0, and
19012           also pass parameters to gst_diracdec_link in the right order
19013           (fixes #167959).
19014
19015 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19016
19017         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19018         * ext/faad/gstfaad.h:
19019         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19020         certain invalid muxed streams, where some packets will contain 
19021         junk after decoder data. Partially fixes #149158.
19022
19023 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19024         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19025           Make sure we only write to writable buffers
19026
19027 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * gst-libs/gst/riff/riff-media.c:
19030         (gst_riff_create_audio_caps_with_data):
19031           Do actually fix invalid RIFF fmt header values for alaw
19032           and mulaw audio instead of just saying so.
19033
19034         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19035           Give gst_riff_create_audio_caps_with_data() a chance to
19036           fix up broken format header fields before extracting any
19037           parameters from the header. (fixes #167633)
19038
19039 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19040
19041         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19042
19043         * gst/audioconvert/bufferframesconvert.c:
19044         (buffer_frames_convert_link):
19045           Don't leak othercaps. (fixes #167878)
19046
19047 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19048
19049         * configure.ac:
19050         * ext/libvisual/visual.c: (gst_visual_srclink),
19051         (gst_visual_change_state):
19052           Support libvisual 0.2.0.
19053
19054 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19055
19056         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19058           Use same rowstrides for I420 as used everywhere else.
19059
19060 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19061
19062         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19063           Declare variables at beginning of block and make gcc-2.95 happy
19064           (fixes # 167482, patch by Gergely Nagy).
19065           
19066         * gst/tcp/gsttcpclientsrc.c:
19067         * gst/tcp/gsttcpclientsrc.h:
19068           Move some includes into the header, so that struct sockaddr_in is
19069           defined when it should be defined on FreeBSD as well (fixes
19070           #167483).
19071           
19072         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19073           Don't pass uninitialised values to setsockopt() here either.
19074
19075 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19076
19077         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19078
19079         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19080           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19081
19082 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19083
19084         * gst/playback/gstplaybin.c: (add_sink):
19085           Invert bin_add/link order to workaround deadlock in opt.
19086
19087 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19088
19089         * gst/modplug/gstmodplug.cc:
19090           Add missing break causing position queries to fail.
19091
19092 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19093
19094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19095           Granpos can apparently be -1, which screws up calculations...
19096
19097 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19098
19099         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19100         (gst_ximagesink_send_pending_navigation),
19101         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19102         (gst_ximagesink_init):
19103         * sys/ximage/ximagesink.h:
19104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19105         (gst_xvimagesink_send_pending_navigation),
19106         (gst_xvimagesink_navigation_send_event),
19107         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19108         * sys/xvimage/xvimagesink.h:
19109           Use a mutex protected list to marshal navigation
19110           events into the stream thread from whichever thread
19111           sends them.
19112
19113 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19116           Display current position and track length; misc. clean-ups.
19117           
19118         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19119         (speed_init), (speed_chain):
19120           Add query function, so that the stream length and current position
19121           get adjusted when queried (note that current position queries may
19122           still be wrong if the audio sink returns values based on buffer
19123           timestamps instead of passing on the query).
19124
19125 2005-02-13  Benjamin Otte  <otte@gnome.org>
19126
19127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19128         (gst_audio_convert_channels):
19129           create channel conversion matrix when linking
19130         * gst/audioconvert/.cvsignore:
19131         * gst/audioconvert/Makefile.am:
19132         * gst/audioconvert/channelmixtest.c: (main):
19133           add (ugly) test that ensures stereo <=> mono conversion works
19134           correctly
19135
19136 2005-02-13  Benjamin Otte  <otte@gnome.org>
19137
19138         * gst/audioconvert/gstchannelmix.h:
19139           include missing header file
19140         * gst/audioconvert/gstchannelmix.c:
19141         (gst_audio_convert_fill_compatible):
19142           use same sign for both channels when converting to/from compatible
19143           channel. Previously used different signs made the signals cancel
19144           each other out and appear like silence. (fixes #167269)
19145
19146 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19147
19148         * gst/ffmpegcolorspace/avcodec.h:
19149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19150         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19151         (gst_ffmpegcsp_avpicture_fill):
19152         * gst/ffmpegcolorspace/imgconvert.c:
19153           Convert to and from YV12 (fixes #156379).
19154
19155 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19156
19157         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19158         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19159         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19160         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19161         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19162         methods from chain and negotiation and vice versa (Fixes #166142).
19163         * sys/ximage/ximagesink.h: Add stream_lock.
19164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19165         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19166         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19167         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19168
19169 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19170
19171         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19172           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19173           error message when we can't open the DVD device (when dvdnav_open()
19174           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19175           the above). Send something more useful instead (fixes #167117).
19176
19177 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19178
19179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19180         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19181         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19182         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19183         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19184         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19185         methods from chain and negotiation and vice versa (Fixes #166142).
19186         Fix a possible bug of images in the buffer pool being discarded because
19187         we are looking at the wrong geometry.
19188         * sys/xvimage/xvimagesink.h: Add stream_lock.
19189
19190 2005-02-11  David Schleef  <ds@schleef.org>
19191
19192         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19193         unsigned int. (fixes #167128)
19194
19195 2005-02-11  David Schleef  <ds@schleef.org>
19196
19197         * gst/librfb/Makefile.am: Testing stuff before committing is
19198           for wimps... and people with fast machines.  Fix stupid
19199           mistake.
19200
19201 2005-02-11  David Schleef  <ds@schleef.org>
19202
19203         * configure.ac: Pull in librfb from my CVS tree, because it is
19204           too small and annoying to be separate.  Move rfbsrc plugin
19205           to gst/.
19206         * ext/Makefile.am:
19207         * ext/librfb/Makefile.am:
19208         * ext/librfb/gstrfbsrc.c:
19209         * gst/librfb/Makefile.am:
19210         * gst/librfb/gstrfbsrc.c:
19211         * gst/librfb/rfb.c:
19212         * gst/librfb/rfb.h:
19213         * gst/librfb/rfbbuffer.c:
19214         * gst/librfb/rfbbuffer.h:
19215         * gst/librfb/rfbbytestream.c:
19216         * gst/librfb/rfbbytestream.h:
19217         * gst/librfb/rfbcontext.h:
19218         * gst/librfb/rfbdecoder.c:
19219         * gst/librfb/rfbdecoder.h:
19220         * gst/librfb/rfbutil.h:
19221
19222 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19223
19224         * gst/speed/Makefile.am:
19225         * gst/speed/demo-mp3.c: (main):
19226         * gst/speed/filter.func:
19227         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19228         (speed_class_init), (speed_init), (speed_chain_int16),
19229         (speed_chain_float32), (speed_chain), (speed_set_property),
19230         (speed_get_property), (speed_change_state):
19231         * gst/speed/gstspeed.h:
19232           Fix speed element and make it chain-based (fixes #156467),
19233           and make it handle more than one channel.
19234
19235 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19236
19237         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19238         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19239         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19240         * ext/dts/gstdtsdec.h:
19241           Don't clobber the stack constructing the channels array.
19242           Make the element chain-based. DTS tracks can now be played.
19243           
19244 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19245
19246         * gst-libs/gst/audio/multichannel.h:
19247         * gst-libs/gst/gconf/gconf.h:
19248         * gst-libs/gst/idct/idct.h:
19249         * gst-libs/gst/media-info/media-info-priv.h:
19250         * gst-libs/gst/play/play.h:
19251         * gst-libs/gst/resample/private.h:
19252         * gst-libs/gst/resample/resample.h:
19253         * gst-libs/gst/riff/riff-ids.h:
19254         * gst-libs/gst/video/video.h:
19255         * gst-libs/gst/video/videosink.h:
19256           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19257           missing, so that they work when included from C++ code.
19258
19259 2005-02-09  David Schleef  <ds@schleef.org>
19260
19261         * testsuite/gst-lint: Check for non-statically scoped
19262           parent_class variables.  This won't be a problem once
19263           plugins are loaded with RTLD_LOCAL.
19264
19265 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * ext/mplex/gstmplexibitstream.cc:
19268           gcc madness.
19269
19270 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19271
19272         * ext/ogg/gstogmparse.c:
19273         * gst/debug/gstnavigationtest.c:
19274           Die, thou faulty symbol pollutors (non-static parent_class).
19275
19276 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * ext/mplex/gstmplexibitstream.cc:
19279           Fix event handling (#165525).
19280
19281 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * ext/mikmod/gstmikmod.c:
19284         * gst/modplug/gstmodplug.cc:
19285           Add missing endianness to template (fixes #165509).
19286
19287 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19288
19289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19290           Fix wrong order of reading of optional bytes (#165290).
19291
19292 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19295           Implement FILLER event awareness.
19296
19297 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19300           Fix track calculations (#166208).
19301
19302 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19303
19304         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19307         * ext/libpng/gstpngenc.c:
19308           Fix byte-order, use proper fixed caps. Fixes #164197.
19309
19310 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19311
19312         * configure.ac:
19313           Add dvdlpcmdec 
19314
19315         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19316         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19317           Don't push buffers if the src pad isn't negotiated yet.
19318           
19319         * gst/audioconvert/gstaudioconvert.c:
19320         (gst_audio_convert_buffer_to_default_format),
19321         (gst_audio_convert_buffer_from_default_format):
19322           Add support for 24-bit width.
19323
19324         * gst/dvdlpcmdec/.cvsignore:
19325         * gst/dvdlpcmdec/Makefile.am:
19326         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19327         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19328         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19329         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19330         (plugin_init):
19331         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19332           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19333           format. Needs support for the channels maps if someone can find 
19334           a DVD LPCM track with > 2 channels.
19335
19336         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19337         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19338         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19339         * gst/mpegstream/gstdvddemux.h:
19340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19341         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19342         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19343         * gst/mpegstream/gstmpegdemux.h:
19344         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19345         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19346         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19347         (gst_mpeg_parse_handle_src_query),
19348         (gst_mpeg_parse_handle_src_event):
19349           Use audio/x-dvd-lpcm for LPCM output.
19350           Add DTS output.
19351
19352 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19353
19354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19355
19356         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19357         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19358           Add BGRA handling (#165736).
19359
19360 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19361
19362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * gst/law/alaw-decode.c: (alawdec_link):
19365         * gst/law/alaw-encode.c: (alawenc_link):
19366         * gst/law/mulaw-decode.c: (mulawdec_link):
19367         * gst/law/mulaw-encode.c: (mulawenc_link):
19368           Fix caps memleaks (#166600).
19369
19370 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19371
19372         * ext/tarkin/mem.h:
19373         * ext/tarkin/wavelet.h:
19374         * ext/tarkin/yuv.h:
19375         * gst/ffmpegcolorspace/avcodec.h:
19376           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19377           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19378
19379 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19380
19381         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19383         (gst_xvimagesink_change_state):
19384           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19385           Xv video (and thereby regenerate Xv colourkey) in clear() so
19386           that PLAY -> READY -> PLAY works (fixes #162504).
19387
19388 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19391           Switch to list instead of range, since MJPEG-devices really just
19392           support decimations, not any size.
19393
19394 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19395         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19396         (gst_mpeg2dec_reset), (free_all_buffers),
19397         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19398         * ext/mpeg2dec/gstmpeg2dec.h:
19399           The libmpeg2 user-allocated buffer management is awkward, 
19400           to say the least. Hopefully this fixes things.
19401
19402 2005-02-04  Andy Wingo  <wingo@pobox.com>
19403
19404         * gst/audioconvert/bufferframesconvert.c
19405         (buffer_frames_convert_fixate): New function, fixates to 256
19406         frames per buffer by default. (Much better than 1.)
19407         (buffer_frames_convert_init): Set the fixate function for both src
19408         and sink pad.
19409         (buffer_frames_convert_link): After success setting nonfixed caps,
19410         get the negotiated caps so we can know how many buffer-frames it
19411         will be. No idea how this worked at all before.
19412
19413 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19414
19415         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19416         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19417         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19418         (handle_sequence), (handle_picture):
19419         * ext/mpeg2dec/gstmpeg2dec.h:
19420           Rearrange buffer tracking and refcounting and refactor
19421           a little for readability. 
19422
19423 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19424         * sys/v4l/gstv4l.c: (plugin_init):
19425         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19426         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19427         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19428         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19429         * sys/v4l/gstv4ljpegsrc.h:
19430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19431         * sys/v4l/v4l_calls.h:
19432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19433         (gst_v4lsrc_get_fps):
19434         * sys/v4l/v4lsrc_calls.h:
19435           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19436           you jpeg inside rgb frames" driver.
19437           Don't error in the v4lsrc link function, just return 
19438           REFUSED.
19439
19440 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19443         (gst_qcamsrc_open):
19444           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19445
19446 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19449           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19450
19451 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19454           Reset negotiated state on PAUSED->READY.
19455
19456 2005-02-02  David Schleef  <ds@schleef.org>
19457
19458         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19459         whereever possible.  (Fixes #165997)
19460         * examples/capsfilter/capsfilter1.c: (main):
19461         * examples/dynparams/filter.c: (create_ui):
19462         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19463         * examples/seeking/chained.c: (main):
19464         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19465         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19466         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19467         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19468         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19469         * examples/switch/switcher.c: (main):
19470         * ext/dv/demo-play.c: (main):
19471         * ext/faad/gstfaad.c: (gst_faad_change_state):
19472         * ext/mad/gstmad.c: (gst_mad_chain):
19473         * ext/smoothwave/demo-osssrc.c: (main):
19474         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19475         (gst_gconf_render_bin_from_description),
19476         (gst_gconf_get_default_audio_sink),
19477         (gst_gconf_get_default_video_sink),
19478         (gst_gconf_get_default_audio_src),
19479         (gst_gconf_get_default_video_src),
19480         (gst_gconf_get_default_visualization_element):
19481         * gst/level/demo.c: (main):
19482         * gst/level/plot.c: (main):
19483         * gst/playback/gstplaybin.c: (gen_video_element),
19484         (gen_audio_element):
19485         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19486         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19487         * gst/sine/demo-dparams.c: (main):
19488         * gst/spectrum/demo-osssrc.c: (main):
19489         * gst/speed/demo-mp3.c: (main):
19490         * gst/volume/demo.c: (main):
19491         * testsuite/embed/embed.c: (main):
19492
19493 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19494
19495         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19496         (gst_tcpclientsink_finalize):
19497         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19498         (gst_tcpclientsrc_finalize):
19499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19500         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19502         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19503           Don't leak the hostname when shutting down.
19504           In tcpserversrc, take a copy of the default hostname.
19505
19506 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19509           Set caps to systemstream=TRUE.
19510
19511 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * testsuite/Makefile.am:
19514           Fix more OSX buildbots.
19515
19516 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19517
19518         * ext/mpeg2dec/gstmpeg2dec.c:
19519           Don't send things to NULL PAD_PEERs
19520
19521         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19522           Copy-on-write the incoming buffer.
19523
19524         * gst/mpegstream/gstdvddemux.h:
19525         * gst/mpegstream/gstmpegclock.h:
19526         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19527         (normal_seek), (gst_mpeg_demux_handle_src_event):
19528         * gst/mpegstream/gstmpegdemux.h:
19529         * gst/mpegstream/gstmpegpacketize.h:
19530         * gst/mpegstream/gstmpegparse.c:
19531         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19532         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19533         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19534         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19535         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19536         * gst/mpegstream/gstmpegparse.h:
19537         * gst/mpegstream/gstrfc2250enc.h:
19538           Various changes to the way time is computed that make seeking and
19539           total time estimation much better here.
19540           Use G_BEGIN/END_DECLS instead of __cplusplus
19541
19542         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19543           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19544
19545 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19546
19547         * gst/subparse/gstsubparse.c:
19548           Fix OSX buildbot.
19549
19550 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19551
19552         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19553         (theora_enc_chain), (theora_enc_change_state):
19554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19555         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19556         (gst_vorbisenc_change_state):
19557         * ext/vorbis/vorbisenc.h:
19558           Set granulepos and timestamp correctly for streams not
19559           starting at 0, taking into account the initial delay.
19560
19561 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19562
19563         * gst/mpegstream/gstdvddemux.c:
19564           Add audio/x-dts to audio pad template caps
19565
19566 2005-01-30  David Schleef  <ds@schleef.org>
19567
19568         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19569         (create_context), (gst_polypsink_link): Fix silly endianness
19570         bug.  Add some debugging.  Remove float from caps; it doesn't
19571         work.  Attempt to get remote audio working.
19572
19573 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19576           Add 3IV2 fourcc.
19577
19578 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19579
19580         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19581         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19582         (gst_avi_demux_stream_data):
19583         * gst/avi/gstavidemux.h:
19584           Invert DIB images. Fixes #132341.
19585
19586 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19589         (gst_ffmpegcsp_chain):
19590           D'oh, reference the palette data, not the palette structure.
19591           Fixes color distortion in #132341.
19592
19593 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19594
19595         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19596           PAR can be non-fixed when not provided as argument (#162626).
19597
19598 2005-01-29  David Moore  <dcm@acm.org>
19599
19600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19603         (gst_qtdemux_loop_header):
19604           Re-apply patch from #142272 that allows non-seekable sources,
19605           re-proposed by Daniel Drake <dsd@gentoo.org>.
19606
19607 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19610           Use the src template for creating the src pad (#162330).
19611
19612 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * configure.ac:
19615         * ext/musepack/Makefile.am:
19616         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19617         (gst_musepackdec_init), (gst_musepackdec_dispose),
19618         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19619         (gst_musepack_stream_init), (gst_musepackdec_loop),
19620         (gst_musepackdec_change_state):
19621         * ext/musepack/gstmusepackdec.cpp:
19622         * ext/musepack/gstmusepackdec.h:
19623         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19624         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19625         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19626         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19627         * ext/musepack/gstmusepackreader.cpp:
19628         * ext/musepack/gstmusepackreader.h:
19629           Update to 1.1 API (#165446).
19630
19631 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19632
19633         * ext/Makefile.am:
19634           Unbreak buildbot.
19635
19636 2005-01-28  Andy Wingo  <wingo@pobox.com>
19637
19638         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19639         to reflect a different dubious internet source. Add a reference
19640         and some commentary.
19641
19642 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19645         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19646         * gst/playback/gststreamselector.h:
19647           Be more selective when we're redoing caps negotiation from
19648           within the chain function on a stream change.
19649
19650 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19651
19652         * configure.ac:
19653         * ext/Makefile.am:
19654         * ext/amrnb/Makefile.am:
19655         * ext/amrnb/amrnb.c: (plugin_init):
19656         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19657         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19658         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19659         (gst_amrnbdec_state_change):
19660         * ext/amrnb/amrnbdec.h:
19661         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19662         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19663         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19664         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19665         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19666         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19667         * ext/amrnb/amrnbparse.h:
19668           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19669         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19670           Add AMR-NB/-WB raw formats.
19671         * ext/alsa/gstalsa.c: (gst_alsa_link):
19672           Keep valid time when changing format.
19673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19674         (qtdemux_parse_trak):
19675           Add some more format-specific options (#140141, #143555, #155163).
19676
19677 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * gst/matroska/matroska-demux.c:
19680         (gst_matroska_demux_parse_blockgroup):
19681           Fix logic error in timing of subtitle stream synchronization.
19682         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19683           Add skip-chunk, which is found in kodak-camera streams.
19684
19685 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19686
19687         * po/LINGUAS:
19688         * po/vi.po:
19689           Adding Vietnamese translation (submitted by Clytie Siddall)
19690
19691 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19692
19693         * gst/playback/gstdecodebin.c: (try_to_link_1):
19694           Use realpad for signal.
19695
19696 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19697
19698         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19699           Fix category so decodebin picks it up.
19700
19701 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19702
19703         * ext/mad/Makefile.am:
19704         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19705         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19706         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19707         (found_type), (gst_id3demux_bin_change_state):
19708         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19709         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19710         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19711         (gst_id3_tag_change_state), (plugin_init):
19712         * ext/mad/gstmad.h:
19713           Add id3demuxbin (which is a simple bin consisting of id3demux
19714           and typefind), take over rank from id3demux, remove typefind
19715           code from id3demux. Makes all broken mp3s that I know of work,
19716           and thereby fixes #152688.
19717
19718 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19719
19720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19721
19722         * ext/mad/gstmad.c: (gst_mad_src_event):
19723         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19724           Allow seeks on audio pad, make mad forward those (#164826).
19725         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19726           Set duration (#165335).
19727
19728 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19731         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19732         (gst_asf_demux_process_ext_content_desc),
19733         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19734         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19735         * gst/asfdemux/gstasfdemux.h:
19736           Improve metadata display, e.g. if the metadata comes before the
19737           streams are loaded (which is perfectly valid).
19738
19739 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * tools/gst-launch-ext-m.m:
19742           Fix AVI/ASF pipelines (#165340).
19743
19744 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19745         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19746         build failure on amd64
19747
19748 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19749
19750         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19751         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19752           Check environment variables GST_ID3V2_TAG_ENCODING,
19753           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19754           list of character encodings to force interpretation of non-unicode
19755           strings stored in an ID3v2 tag to a particular encoding. If none
19756           is specified, try to use current locale's encoding, then fall back
19757           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19758         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19759         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19760           Check environment variables GST_ID3V1_TAG_ENCODING,
19761           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19762           list of character encodings to use in case a string encountered
19763           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19764           specified, try to use the current locale's encoding, then fall
19765           back to ISO-8859-1 (which will always succeed).
19766
19767 2005-01-25  Benjamin Otte  <otte@gnome.org>
19768
19769         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19770           - on half framerate, compute the rate in advance so the comparisons
19771             don't compare wrong values
19772           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19773             behaviour
19774           - don't use mad_header_decode anymore, mad_frame_decode does that
19775             automatically
19776           - when getting rid of consumed bytes, reset the stream's skiplen
19777           (fixes #163867)
19778
19779 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19780
19781         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19782           Use 1/2 a second for default max_discont, as PES streams from DVB
19783           seem to have larger spacings in the SCR. 
19784           Fix a typo.
19785
19786 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * gst/playback/gstplaybasebin.c: (group_commit):
19789           Notify delayed stream-info availability.
19790
19791 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19792         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19793         (gst_a52dec_handle_event), (gst_a52dec_chain):
19794         Add some debug output. Check that a discont has a valid
19795         time associated.
19796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19797         (gst_alsa_sink_loop):
19798         Ignore TAG events. A little extra debug for broken timestamps.
19799         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19800         (dvdnavsrc_change_state):
19801         Ensure we send a discont to engage the link before we send any
19802         other events.
19803         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19804         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19805         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19806         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19807         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19808         dvd://title works in totem because typefinding sends a seek that ends
19809         up going back to chapter 1 regardless.
19810         * ext/mpeg2dec/gstmpeg2dec.c:
19811         * ext/mpeg2dec/gstmpeg2dec.h:
19812         Output correct timestamps and handle disconts.
19813         * ext/ogg/gstoggdemux.c: (get_relative):
19814         Small guard against a null dereference.
19815         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19816         (gst_textoverlay_set_property):
19817         Free memory when done. Don't call gst_event_filler_get_duration on
19818         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19819         g_warning.
19820         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19821         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19822         (gst_sw_srclink), (gst_smoothwave_chain):
19823         Draw solid lines, prettier colours.
19824         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19825         Add a default palette that'll work for some movies.
19826         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19827         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19828         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19829         * gst/mpegstream/gstdvddemux.h:
19830         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19831         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19832         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19833         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19834         * gst/mpegstream/gstmpegparse.h:
19835         Use PTM/NAV events when for timestamp adjustment when connected to 
19836         dvdnavsrc. Don't use many discont events where one suffices.
19837         * gst/playback/gstplaybasebin.c: (group_destroy),
19838         (gen_preroll_element), (gst_play_base_bin_add_element):
19839         * gst/playback/gstplaybasebin.h:
19840         Make sure we remove subtitles from the same bin we put them in.
19841         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19842         (gst_subparse_buffer_format_autodetect),
19843         (gst_subparse_change_state):
19844         Fix some memleaks and invalid accesses.
19845         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19846         (oggskel_type_find), (cmml_type_find), (plugin_init):
19847         Some typefind functions for Annodex v3.0 files
19848         * gst/wavparse/gstwavparse.h:
19849         GstRiffReadClass is the correct parent class.
19850
19851 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19852
19853         * gst-libs/gst/riff/riff-media.c:
19854         (gst_riff_create_video_caps_with_data):
19855           Add extradata to huffyuv (fixes #165013).
19856         * gst-libs/gst/riff/riff-read.c:
19857         (gst_riff_read_strf_vids_with_data):
19858           Fix extradata extraction if it is in the chunk size.
19859
19860 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19861
19862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19863
19864         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19865         (gst_quarktv_change_state), (gst_quarktv_dispose):
19866           Memory free'ing location fix (#164708).
19867
19868 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19869
19870         * gst/playback/gstplaybasebin.c: (group_commit),
19871         (gen_preroll_element), (probe_triggered), (gen_source_element),
19872         (setup_source), (gst_play_base_bin_change_state),
19873         (gst_play_base_bin_add_element):
19874           Don't block for streams.
19875         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19876         (gst_stream_info_set_mute):
19877           Use gst_pad_set_active_recursive.
19878
19879 2005-01-25  Andy Wingo  <wingo@pobox.com>
19880
19881         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19882         for #ifndef HAVE_XVIDEO.
19883
19884 2005-01-24  Jeffrey C. Ollie
19885
19886         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19887
19888         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19889         * ext/gsm/gstgsmdec.h:
19890         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19891         * ext/gsm/gstgsmenc.h:
19892         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19893         was given by property. Add proper buffer timestamps and offsets.
19894
19895 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19896
19897         * gst-libs/gst/riff/riff-media.c:
19898         (gst_riff_create_audio_caps_with_data):
19899           Audio can be <8000Hz.
19900
19901 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19904           Explicit state change to workaround refcount bugs.
19905
19906 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19907
19908         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19909         (gst_avimux_riff_get_avi_header):
19910           Fix...
19911
19912 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19913
19914         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19915         (gst_riff_read_element_data):
19916         * gst-libs/gst/riff/riff-read.h:
19917           Add _peek version (req'ed in CDXA).
19918         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19919         (gst_cdxaparse_loop):
19920           Fix parsing in playbin.
19921         * gst/playback/gstdecodebin.c: (close_pad_link):
19922           Ignore current_ pads, they cause major annoyance.
19923
19924 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19925
19926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19927           Safety guard.
19928
19929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19930
19931         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19932           Fix padding...
19933
19934 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19935
19936         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19937           Allow for 0-sized buffers. Fixes length query problems in
19938           starwars.mkv from the testsuite.
19939
19940 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19941
19942         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19943         (gst_video_box_i420), (gst_video_box_chain):
19944           Fix row strides for I420 (fixes #163159)
19945           
19946 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19947
19948         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19949           MPEG2 has a useful rate property, so we can actually use that.
19950           For MPEG-1, continue using the bytes/time properties.
19951
19952 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * gst-libs/gst/riff/riff-media.c:
19955         (gst_riff_create_video_caps_with_data),
19956         (gst_riff_create_video_template_caps):
19957           Add intel-h263.
19958
19959 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19962           Fail if caps negotiation fails. Should fix #162184, and should
19963           definately be in there regardless of it fixing the actual bug.
19964         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19965         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19966         (gst_avimux_riff_get_avix_header),
19967         (gst_avimux_riff_get_video_header),
19968         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19969         (gst_avimux_start_file), (gst_avimux_handle_event),
19970         (gst_avimux_change_state):
19971         * gst/avi/gstavimux.h:
19972           Refactor structure writing to use GST_WRITE_UINT macros, add
19973           metadata writing support.
19974
19975 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19978           Elements may already be destroyed when this function is called.
19979
19980 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19983         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19984           More memory leak fixes (#149162).
19985
19986 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19987
19988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19989         (gst_qtdemux_add_stream):
19990           Fix two memleaks.
19991
19992 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19993
19994         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19995           Argh...
19996
19997 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20000           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20001           when fixating to six channels in Totem.
20002
20003 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20004
20005         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20006           Fix compile warnings on Solaris 10 buildbot
20007
20008 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20009
20010         * ext/dvdread/dvdreadsrc.c: (_read):
20011           Don't read beyond the last cell in a chapter (fixes 
20012           invalid memory access)
20013
20014 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20015
20016         * ext/dvdread/stream_labels.c:
20017         (dvdreadsrc_get_audio_stream_labels):
20018           Use NULL for an empty GList instead of g_list_alloc(); fix 
20019           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20020           of GString (easier to bulk free later)
20021
20022 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20023
20024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20025
20026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20027         (gst_ffmpeg_pixfmt_to_caps):
20028           Fix BGRA32 caps (#164209).
20029
20030 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20031
20032         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20033
20034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20035         (gst_ffmpeg_caps_to_pixfmt):
20036           alpha_mask can be RGBA/ABGR. Fixes #164265.
20037
20038 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20039
20040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20043         (gst_mpeg2dec_alloc_buffer):
20044         * ext/mpeg2dec/gstmpeg2dec.h:
20045           Crop if decoding size is not the actual image size (#163676).
20046
20047 2005-01-17  Steve Baker  <steve@stevebaker.org>
20048
20049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20052         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20053           Add libsndfile typefind functions (#163309).
20054
20055 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * tools/gst-launch-ext-m.m:
20058           Add .aac, fix .m1v/.m2v (#163891).
20059
20060 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20061
20062         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20063           Sanity check, don't wait endlessly since the clock might not
20064           actually run at this point (which is a deadlock). Fixes #164069.
20065
20066 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20067
20068         * gst/playback/gstplaybasebin.c: (probe_triggered):
20069           Of course, only pause if group is done...
20070
20071 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20072
20073         * gst/playback/gstplaybasebin.c: (probe_triggered):
20074           Thread safety.
20075
20076 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20077
20078         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20079           Don't return state change success when the parent
20080           failed.
20081
20082 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20083
20084         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20085           Free events (fix memleak in #162905).
20086
20087 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20088
20089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20092         (gst_ffmpeg_caps_to_pixfmt):
20093           Fix for depth = 15. Fixes #161675.
20094
20095 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20096
20097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20098           Set FPS correctly, even for webcams and the like.
20099         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20100           Don error on setting while capturing.
20101
20102 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20103
20104         * ext/dv/gstdvdec.c:
20105         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20106         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20107           I'm a bad boy. using /1001. to force C to do float division
20108           and not integer division (as it did in my last commit)
20109           Thanks to David I. Lehn for pointing this mistake.
20110
20111 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20112
20113         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20114           Revert Johan's 1.35->1.36 since it breaks compat.
20115
20116 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20117
20118         * ext/dv/gstdvdec.c:
20119         * ext/libfame/gstlibfame.c:
20120         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20121         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20122           replace framerate aproximations by their real value
20123           (24000/1001, 30000/1001, 60000/1001)
20124           Finish fixing bug #164049
20125
20126 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * ext/ogg/gstoggmux.c:
20129           eos/bos debugging
20130         * gst/tcp/gstmultifdsink.c:
20131         * gst/tcp/gstmultifdsink.h:
20132         * gst/tcp/gsttcp.c:
20133         * gst/tcp/gsttcp.h:
20134         * gst/tcp/gsttcpclientsink.c:
20135         * gst/tcp/gsttcpclientsrc.c:
20136         * gst/tcp/gsttcpserversink.c:
20137         * gst/tcp/gsttcpserversrc.c:
20138           improve reusability of elements after state changes and errors
20139           make multifdsink throw away streamheaders when receiving new ones
20140
20141 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20142
20143         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20144           Fix for if items are already in list...
20145
20146 2005-01-12  Benjamin Otte  <otte@gnome.org>
20147
20148         * gst/adder/gstadder.c: (gst_adder_loop):
20149           fix adder a bit so it doesn't screw up with events as much anymore
20150
20151 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20152
20153         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20154         (pixbufscale_scale), (gst_pixbufscale_chain):
20155         * ext/gdk_pixbuf/pixbufscale.h:
20156           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20157           to ensure rowstrides are calculated the same way as 
20158           ffmpegcolorspace
20159           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20160           that we pick up duration and offset also.
20161
20162 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20165         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20166           Reusability fixes.
20167
20168 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20171         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20172         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20173         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20174           Update flags when requested.
20175
20176 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20177
20178         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20179           Fix dmix.
20180
20181 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20182
20183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20184         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20185         (probe_triggered), (new_decoded_pad), (gen_source_element),
20186         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20187         * gst/playback/gstplaybasebin.h:
20188         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20189         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20190         (gst_play_bin_change_state):
20191           Implement group-switch signal for use in apps to clear metadata
20192           cache, clean up subtitle, add suburi property instead of # hack,
20193           some error-out fixes.
20194
20195 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20198           Debug.
20199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20200           If we got a state change in the _get handler, don't return success.
20201
20202 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20203
20204         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20205         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20206           Make jpegdec quiet on MJPEG decoding
20207         * gst/asfdemux/README:
20208           Fix mimetypes for MJPEG and H263
20209
20210 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * ext/theora/theoradec.c: (theora_dec_chain):
20213           Fix broken code generation by gcc by swapping arguments.
20214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20215           Fix \n in debug.
20216
20217 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20218
20219         * TODO:
20220           delete this file, it is by far outdated
20221         * ext/alsa/gstalsa.1: remove
20222         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20223         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20224         (gst_alsa_get_caps):
20225           Add HW probing for supported sample rates. Fixes #161704
20226
20227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20228
20229         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20230           Don't crash, biatch! :).
20231
20232 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * ext/musepack/gstmusepackreader.cpp:
20235         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20236           Some work on tags - still doesn't work in playbin...
20237         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20238           Handle events...
20239
20240 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20243           Also shove tags on kid pads.
20244
20245 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20248           Don't bail on unknown events.
20249         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20250           Don't crash on events before negotiation.
20251         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20252           Send tags on pads, too.
20253         * gst/playback/gststreamselector.c:
20254         (gst_stream_selector_request_new_pad):
20255           Forward events on first pad if no input was selected yet.
20256
20257 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * gst/playback/gstplaybasebin.c: (setup_substreams):
20260           Don't disable streamtype if the stream doesn't exist, since
20261           then playing a video after audio will disable both and nothing
20262           will happen. Fixes the testsuite.
20263
20264 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20267         (gst_v4l_xoverlay_set_xwindow_id):
20268         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20269         (gst_v4l2_xoverlay_set_xwindow_id):
20270           Add debug categories, fix overlay disabling.
20271
20272 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20273
20274         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20275         * ext/alsa/gstalsa.h:
20276           Add HW probing for period_count/size and buffer_size MIX/MAX
20277           Adjust default/user defined value if out of bounds
20278           Should fix bug #162024
20279
20280 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20281
20282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20283           Fix warning (#161191).
20284
20285 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20286
20287         * ext/dvdread/stream_labels.c:
20288         (dvdreadsrc_get_audio_stream_labels):
20289           Fix warning (init the good variable in switch default)
20290
20291 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20292
20293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20296           Fix gcc-2.95 compile (#163485).
20297
20298 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * configure.ac:
20301         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20302         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20303         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20304         (gst_flacenc_change_state):
20305         * ext/flac/gstflacenc.h:
20306           Update for API change in flac-1.1.1. Update requirement in
20307           configure.ac. Fixes #162974.
20308
20309 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * gst/playback/gstplaybasebin.c: (group_destroy):
20312           Remove hack to get rid of assert and get rid of unlinked
20313           signals properly.
20314
20315 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20316
20317         * gst/playback/gstplaybasebin.c: (setup_source):
20318           Set source to NULL so that resources are free'ed. Fixes issues
20319           with playback of CDDA and similar device-accessing things.
20320
20321 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20322
20323         * testsuite/embed/Makefile.am:
20324           test->noinst, fix make test in buildbot.
20325
20326 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20327
20328         * ext/dvdread/stream_labels.c: new file
20329         * ext/dvdread/stream_labels.h: new file
20330         * ext/dvdread/Makefile.am:
20331         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20332           Extract audio stream label from DVD IFO files.
20333           It only dump them on the console for now, still have to
20334           make playbin aware of them.
20335
20336 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20337
20338         * gst/playback/gstplaybasebin.c: (setup_source):
20339           Fix hanging subs.
20340
20341 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20342
20343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20344         (gen_preroll_element), (remove_groups), (setup_subtitle),
20345         (gen_source_element), (setup_source):
20346         * gst/playback/gstplaybasebin.h:
20347           Multiple .sub files is just a stupid idea... Fix some threading
20348           mistakes. Interestingly, external .sub files cause playbin to
20349           hang, I don't know why... Parsing fixes contributed by Fran??ois
20350           Kooman <fkooman@tuxed.net>.
20351
20352 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * testsuite/embed/Makefile.am:
20355           Fix buildbot.
20356
20357 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20358
20359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20360
20361         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20362         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20363         (gst_pngenc_set_property):
20364         * ext/libpng/gstpngenc.h:
20365           Add compression level property (#163323).
20366
20367 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * configure.ac:
20370         * examples/capsfilter/capsfilter1.c: (main):
20371         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20372         * ext/dvdread/Makefile.am:
20373         * ext/dvdread/demo-play:
20374         * ext/dvdread/demo-play.c:
20375         * gconf/gstreamer.schemas.in:
20376         * gst-libs/gst/gconf/gconf.c:
20377         * sys/v4l/TODO:
20378         * testsuite/Makefile.am:
20379         * testsuite/embed/Makefile.am:
20380         * testsuite/embed/embed.c: (cb_expose), (main):
20381           Remove all references to xvideosink, fix examples (#140845).
20382         * gst/playback/gstplaybasebin.c: (group_destroy):
20383           Apparently, disposal does not unlink - so do explicitely.
20384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20385           Add debug.
20386
20387 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20388
20389         * README: fix PKG_CONFIG_PATH instructions, what was there
20390         previously was breaking default search path, not nice. 
20391         Fixes #163358
20392
20393 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20396         (gst_audioscale_chain):
20397           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20398           when resampling - how the ^@$^!@^! is this possible?!?
20399
20400 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20401
20402         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20403           Reset variables on READY.
20404         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20405         (gst_matroska_mux_loop):
20406           Require data before writing header.
20407
20408 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20409
20410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * ext/mad/gstmad.c: (gst_mad_chain):
20413           Don't call mad_stream_sync() directly after recovering sync.
20414           Fixes #151661.
20415
20416 2005-01-09  Martin Eikermann  <meiker@upb.de>
20417
20418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20419
20420         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20421         (snapshot_handler), (gst_snapshot_sinkconnect),
20422         (gst_snapshot_chain):
20423           Allocate resources when required, fix recursive signal emission
20424           and fix caps. Fixes #161667.
20425
20426 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20427
20428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20431         (gst_pngdec_chain):
20432           Handle only 8-bppc (bits-per-pixel-component) images, better
20433           error handling and correct strides. Fixes #163177.
20434         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20435         (gst_pngenc_chain):
20436           Better error handling. Fixes #163348.
20437
20438 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20441         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20442         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20443         (dvdnavsrc_uri_handler_init):
20444           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20445         * gst/playback/gstplaybasebin.c: (gen_source_element):
20446           Add MMS to streaming URIs.
20447
20448 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20449
20450         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20451         * sys/xvimage/xvimagesink.c:
20452         (gst_xvimagesink_navigation_send_event):
20453           Check for pad availability before sending event.
20454
20455 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20456
20457         * gst-plugins.spec.in:
20458           Add subparse.
20459
20460 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20461
20462         * configure.ac:
20463           Since we use functions from CVS, up requirement.
20464
20465 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20466
20467         * gst/playback/Makefile.am:
20468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20469         (group_destroy), (group_commit), (group_is_muted),
20470         (gen_preroll_element), (add_stream), (unknown_type),
20471         (probe_triggered), (preroll_unlinked), (mute_stream),
20472         (silence_stream), (new_decoded_pad), (setup_substreams),
20473         (setup_source), (get_active_source), (mute_group_type),
20474         (muted_group_change_state), (set_active_source),
20475         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20476         (play_base_eos), (gst_play_base_bin_change_state):
20477         * gst/playback/gstplaybasebin.h:
20478         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20479         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20480         (gst_stream_info_dispose), (stream_info_mute_pad),
20481         (stream_info_change_state), (gst_stream_info_set_mute):
20482         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20483         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20484         (gst_stream_selector_init), (gst_stream_selector_dispose),
20485         (gst_stream_selector_get_linked_pad),
20486         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20487         (gst_stream_selector_get_linked_pads),
20488         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20489         * gst/playback/gststreamselector.h:
20490           Adding stream selection support plus required properties for
20491           applications to use this. Fully fixes #100931.
20492
20493 2005-01-08  Benjamin Otte  <otte@gnome.org>
20494
20495         * gst/games/gstpuzzle.c: (nav_event_handler):
20496           - handle nav events differently: forward every event no matter if it
20497             was handled or not.
20498           - translate events
20499           You can now cheat by using navigationtest ! puzzle and moving the
20500           mouse close to the edge of a tile. ;)
20501
20502 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20503
20504         * configure.ac:
20505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20506         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20507         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20508         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20509         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20510         (gst_ogm_parse_plugin_init):
20511         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20512         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20513         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20514         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20515         * ext/pango/gsttextoverlay.h:
20516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20517         (gst_matroska_demux_handle_seek_event),
20518         (gst_matroska_demux_sync_streams),
20519         (gst_matroska_demux_parse_blockgroup),
20520         (gst_matroska_demux_subtitle_caps),
20521         (gst_matroska_demux_plugin_init):
20522         * gst/matroska/matroska-ids.h:
20523         * gst/playback/gstdecodebin.c: (close_pad_link):
20524         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20525         (gen_preroll_element), (remove_groups), (add_stream),
20526         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20527         (setup_source):
20528         * gst/playback/gstplaybasebin.h:
20529         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20530         * gst/subparse/Makefile.am:
20531         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20532         (gst_subparse_base_init), (gst_subparse_class_init),
20533         (gst_subparse_init), (gst_subparse_formats),
20534         (gst_subparse_eventmask), (gst_subparse_event),
20535         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20536         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20537         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20538         (parse_mpsub_deinit), (parse_mpsub_init),
20539         (gst_subparse_buffer_format_autodetect),
20540         (gst_subparse_format_autodetect), (gst_subparse_loop),
20541         (gst_subparse_change_state), (gst_subparse_type_find),
20542         (plugin_init):
20543         * gst/subparse/gstsubparse.h:
20544         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20545         (plugin_init):
20546           Add subtitle support, .sub parser (supports SRT and MPsub),
20547           OGM text support, Matroska UTF-8 text support, deadlock fixes
20548           all over the place, subtitle awareness in decodebin/playbin
20549           and some fixes to textoverlay to handle subtitles in a stream
20550           correctly. Fixes #100931.
20551
20552 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20555           Check for pad availability before doing a query on it.
20556
20557 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20558
20559         * ext/dv/gstdvdec.c:
20560           really fix bpp24/32 dvdec caps (classic rgba indeed)
20561         * gst/asfdemux/gstasfdemux.c:
20562         (gst_asf_demux_process_ext_content_desc):
20563           don't send text tags if they are empty (bis repetita)
20564
20565 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20566
20567         * ext/dv/gstdvdec.c:
20568          remove unneeded comment from dvdec
20569           (related to DV 4CC codes in AVI files)
20570           moved them in gstreamer/docs/random/mimetypes
20571         * gst/asfdemux/gstasfdemux.c:
20572         (gst_asf_demux_process_ext_content_desc):
20573          don't send text tags if they are empty
20574          fix mem leak on error path
20575         * gst/ffmpegcolorspace/avcodec.h:
20576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20577         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20578         (gst_ffmpegcsp_avpicture_fill):
20579         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20580         * gst/ffmpegcolorspace/imgconvert_template.h:
20581          adds BGR32 and BGRA32 to ffmpegcolorspace
20582           (still bad colors, fixing it on next commit)
20583           helps with dvdec outputing BGR32
20584
20585 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20586
20587         * ext/dv/gstdvdec.c:
20588          Fix audio caps i just broke (missing ',')
20589         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20590         (gst_matroska_mux_reset):
20591          Fix typo + add FIXME about old "x-gst-metadata" crap
20592
20593 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20594
20595         * ext/dv/demo-play.c: (main):
20596          xvideosink -> xvimagesink
20597         * ext/dv/gstdvdec.c:
20598          change rgb 32/32 caps to 24/32 (no alpha)
20599          change nb of channels to be a list (2 or 4, not 2)
20600          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20601         * gst/asfdemux/gstasfdemux.c:
20602         (gst_asf_demux_process_ext_content_desc):
20603          Add 'date/year' to extracted metadata list
20604
20605 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20606
20607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20608           The return value of fixate_to does not imply that the requested
20609           value was set, so don't assume.
20610
20611 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20612
20613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20614
20615         * ext/libpng/gstpngdec.c:
20616         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20617         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20618         * ext/libpng/gstpngenc.h:
20619           Alpha support (encoder; #163161), mime fixage.
20620
20621 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20622
20623         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20624
20625         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20626         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20627         (gst_faac_set_property), (gst_faac_get_property):
20628         * ext/faac/gstfaac.h:
20629           Allow for ADTS output (#153434).
20630
20631 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20632
20633         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20634           Fix against template (#150576).
20635
20636 2005-01-06  Benjamin Otte  <otte@gnome.org>
20637
20638         * gst/games/gstpuzzle.c: (draw_puzzle):
20639           don't draw a puzzle if either width or height of tiles would be 0.
20640
20641 2005-01-06  Benjamin Otte  <otte@gnome.org>
20642
20643         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20644         (gst_puzzle_class_init), (gst_puzzle_finalize):
20645           no memleaks, please
20646         (gst_puzzle_create), (gst_puzzle_init),
20647         (gst_puzzle_set_property), (gst_puzzle_setup):
20648           change initialization code around so we don't reshuffle on resize
20649         (draw_puzzle):
20650           fix another stupid typo
20651
20652 2005-01-06  Benjamin Otte  <otte@gnome.org>
20653
20654         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20655           fix stupid typo that borked copying on YUY2
20656
20657 2005-01-06  Benjamin Otte  <otte@gnome.org>
20658
20659         * gst/games/gstpuzzle.c: (draw_puzzle):
20660           fix edges when image sizes aren't multiples of tile sizes
20661
20662 2005-01-06  Benjamin Otte  <otte@gnome.org>
20663
20664         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20665           make RGB endianness work correctly
20666         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20667           refactor and fix race with initial shuffling
20668         (nav_event_handler):
20669           allow using the mouse to puzzle
20670         (draw_puzzle):
20671           insist on tiles having width and height as multiples of 4 to get
20672           clean YUV image handling
20673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20674         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20675           s/DEBUG/LOG/ for common messages
20676         (gst_xvimagesink_navigation_send_event):
20677           fix mouse event translation to not include screen PAR
20678         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20679           fix mouse event translation to actually work
20680
20681 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20682
20683         * gst/asfdemux/gstasfdemux.c:
20684         (gst_asf_demux_process_ext_content_desc):
20685          Extract TrackNumber metadata + clean up code
20686         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20687          Hope this is the good fix (var used unitialised)
20688
20689 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20690
20691         * ext/faad/gstfaad.c: (gst_faad_chain):
20692           Only increment timestamp if it's valid. Fixes raw AAC streams.
20693
20694 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20695
20696         * configure.ac:
20697         * gst/games/Makefile.am:
20698         * gst/games/gstpuzzle.c:
20699           add a puzzle game with...
20700         * gst/games/gstvideoimage.c:
20701         * gst/games/gstvideoimage.h:
20702           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20703           from videotestsrc and made into something that would be a nice
20704           library for a lot of other plugins.
20705
20706 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20707
20708         * configure.ac:
20709          don't compile faad plugin if a RC of 2.0 is found
20710          Fixes #155346 (and FC1 buildbot)
20711         * gst/asfdemux/gstasfdemux.c:
20712         (gst_asf_demux_process_ext_content_desc):
20713          try to make Solaris compiler happier
20714
20715 2005-01-06  Paul Jack  <pjack@sfaf.org>
20716
20717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20720           Fix segfault (#161667).
20721
20722 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20725           Fix framerate reporting.
20726
20727 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20728
20729         * gst-libs/gst/riff/riff-ids.h:
20730         * gst/wavenc/riff.h:
20731          Add AMR (VBR and CBR) ids to riff.h audio codec list
20732         * gst/asfdemux/gstasfdemux.c:
20733         (gst_asf_demux_process_ext_content_desc),
20734         (gst_asf_demux_process_object):
20735           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20736
20737 2005-01-05  Martin Eikermann  <meiker@upb.de>
20738
20739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20742         (gst_dvd_demux_handle_discont):
20743         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20744         (gst_mpeg_demux_handle_discont):
20745           Recreate pads on new-media (#160730).
20746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20747           Send discont even if manager changes timestamps (#161929).
20748
20749 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20750
20751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20754           Fix invalid memory access (#159211).
20755
20756 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20757
20758         * examples/gstplay/player.c: (main):
20759           Don't iterate.
20760         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20761           Add visualizations.
20762         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20763         (gst_a52dec_handle_frame):
20764           Set duration.
20765         * ext/dvdnav/gst-dvd:
20766           Add audioconvert. Fixes #161325.
20767         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20768           Explicitely case to gint64. Possible valgrind error.
20769         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20770         (gst_play_tick_callback), (gst_play_change_state),
20771         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20772         (gst_play_set_location), (gst_play_get_location),
20773         (gst_play_seek_to_time), (gst_play_set_data_src),
20774         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20775         (gst_play_set_visualization), (gst_play_connect_visualization),
20776         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20777         (gst_play_new):
20778           Use playbin. Fixes #139749 and #147744.
20779         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20780           Add genre tag.
20781         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20782         (audioscale_get_type), (gst_audioscale_base_init),
20783         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20784         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20785         (gst_audioscale_link), (gst_audioscale_get_buffer),
20786         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20787         (gst_audioscale_init), (gst_audioscale_dispose),
20788         (gst_audioscale_chain), (gst_audioscale_set_property),
20789         (gst_audioscale_get_property), (plugin_init):
20790           Indent properly.
20791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20792           Fix LPCM.
20793         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20794         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20795         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20796           Add more metadata (fixes #162656).
20797
20798 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20799
20800         * configure.ac:
20801           back to cvs
20802
20803 === release 0.8.7 ===
20804
20805 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20806
20807         * NEWS:
20808         * RELEASE:
20809         * configure.ac:
20810           releasing 0.8.7, "Hyperspace"
20811
20812 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20813
20814         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20815
20816         * gst/playback/gstplaybasebin.c:
20817          Fix for #162924 - free caps after use, not before
20818
20819 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20820
20821         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20822
20823         * gst/playback/gstplaybasebin.c:
20824         * gst/wavparse/gstwavparse.c:
20825           Fix for #154773 - fixes playback of small .wav files
20826
20827 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20830
20831         * gst/audioscale/gstaudioscale.c:
20832           Fix for #162819 - make audioscale reusable
20833           Fixes playback of more than one file with playbin/totem
20834
20835 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20836
20837         * gst/ffmpegcolorspace/avcodec.h:
20838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20839         * gst/ffmpegcolorspace/imgconvert.c:
20840           clean up the mess that made me cry and avoid needless duplication
20841
20842 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20843
20844         * gst/ffmpegcolorspace/imgconvert.c:
20845           give some indication of why we're segfaulting
20846
20847 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20848
20849         * configure.ac:
20850           Fix indentation, fix v4l2 plugin detection.
20851         * ext/Makefile.am:
20852           Fix libmms location (Maciej, use diff -u!).
20853         * ext/alsa/gstalsa.c: (gst_alsa_init):
20854           Initialize caps cache to NULL.
20855         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20856           Only change state on audiosink if it exists.
20857
20858 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20859
20860         * gst/matroska/matroska-demux.c:
20861         * gst/matroska/matroska-ids.h:
20862         * gst/matroska/matroska-demux.h:
20863         Fix Vorbis streams failing to decode in some files, where cluster_time
20864         isn't 0, because then it doesn't send codec_priv before actual data.
20865         Remove time-based test and replace it with marker set on beginning of
20866         new stream
20867
20868 2004-12-28  David Schleef  <ds@schleef.org>
20869
20870         Merge patch from Ronald fixing problems with streaming
20871         text.
20872         * ext/cairo/gstcairo.c: (plugin_init):
20873         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20874         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20875         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20876         (gst_textoverlay_font_init), (gst_textoverlay_init),
20877         (gst_textoverlay_set_property):
20878         * ext/cairo/gsttextoverlay.h:
20879
20880 2004-12-27  David Schleef  <ds@schleef.org>
20881
20882         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20883         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20884         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20885         (gst_textoverlay_font_init), (gst_textoverlay_init),
20886         (gst_textoverlay_set_property): Improvements to actually
20887         render text as white on black outline on video, including
20888         font selection and horizontal/vertical alignment.  (Ronald's
20889         christmas present)
20890         * ext/cairo/gsttextoverlay.h:
20891
20892 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20893
20894         * ext/ogg/gstogg.c:
20895         * ext/ogg/gstogmparse.c:
20896           fix ogm[audio/video]parse plugin registration
20897           (riff won't load if bytestream is already loaded)
20898
20899 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20900
20901         * gst/audioconvert/gstchannelmix.c:
20902           fix for GLIB < 2.4
20903
20904 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20905
20906         * Makefile.am:
20907         * configure.ac:
20908           disable docs again until it actually passes make distcheck.
20909
20910 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20913         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20914         (plugin_init):
20915           Add 3GP (variables name Q3GP because they can't start with a
20916           number). Add samr audio fourcc (used in .3gp files), decoder
20917           is work in progress. Also do a GST_WARNING instead of ERROR
20918           in case of unknown nodes, to decrease output.
20919
20920 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20921
20922         * Makefile.am:
20923           really fix dist
20924
20925 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * configure.ac:
20928         * ext/speex/gstspeexdec.h:
20929         * ext/speex/gstspeexenc.h:
20930           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20931           Fix detection code in configure.ac
20932
20933 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20934
20935         * gst/matroska/matroska-demux.c:
20936         (gst_matroska_demux_parse_blockgroup):
20937           Save position, so that queries give proper return values. Don't
20938           know how this could ever have worked before...
20939
20940 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * configure.ac:
20943           Put additional LAME check inside the conditional.  Fixes #152339
20944
20945 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20946
20947         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20948         (gst_avi_demux_stream_scan):
20949           Add some more debug. Fix logic error when setting movi offset
20950           while reading index.
20951
20952 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20953
20954         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20955         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20956         (gst_avi_demux_process_next_entry):
20957           Add some debugging. Better detection of broken indexes and the
20958           accompanying index recovery. No infinite loops on state changes
20959           when we're still in our loopfunction.
20960
20961 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20962
20963         * configure.ac:
20964           Fix up.
20965
20966 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20967
20968         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20969
20970         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20971           Normalizing the value before setting
20972         (gst_sunaudiomixer_get_volume):
20973           Normalizing the value after getting. Fixes bug# 161980
20974
20975 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20976
20977         * Makefile.am: Make sure docs gets disted
20978         * docs/Makefile.am: Make sure all needed files get disted
20979         * gst-plugins.spec.in: latest updates
20980
20981 2004-12-22  Wim Taymans  <wim@fluendo.com>
20982
20983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20984         Revert patch 1.38 as clock distribution over schedulers does
20985         not work correcly in the core yet.
20986
20987 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20988
20989         * sys/oss/README: remove this file, which predates my birth
20990           (and which content is by far outdated)
20991
20992 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20993
20994         * Makefile.am:
20995         * configure.ac:
20996         * docs/Makefile.am:
20997         * docs/libs/Makefile.am:
20998         * docs/libs/gst-plugins-libs-docs.sgml:
20999         * docs/libs/gst-plugins-libs-sections.txt:
21000         * docs/libs/tmpl/gstgconf.sgml:
21001         * docs/upload.mak:
21002         * docs/version.entities.in:
21003           Added boilerplate gtk-doc files for plugin-libs documentation.
21004
21005 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21006
21007         * gst/auparse/gstauparse.c: fix int and float audio caps
21008
21009 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21012         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21013           g_assert() can be a macro, don't use #ifdef inside it.
21014
21015 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21016
21017         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21020         (gst_videorate_init), (gst_videorate_chain),
21021         (gst_videorate_change_state):
21022           Event handling (fixes #159986).
21023
21024 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * gst-libs/gst/riff/riff-media.c:
21027         (gst_riff_create_video_caps_with_data):
21028           Add BLZ0 (Blizzard's version of DivX) fourcc.
21029
21030 2004-12-18  David Schleef  <ds@schleef.org>
21031
21032         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21033         portability fix.
21034
21035 2004-12-18  David Schleef  <ds@schleef.org>
21036
21037         * gst/tta/ttadec.h: Disable some header code that isn't used
21038         and clearly isn't portable.
21039
21040 2004-12-18  David Schleef  <ds@schleef.org>
21041
21042         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21043         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21044         (avcodec_get_pix_fmt), (avpicture_layout),
21045         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21046         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21047         Fix code to not use GCC extensions (and c99 extensions that
21048         Forte does not like.)
21049
21050 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21051
21052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21055         (gst_deinterlace_chain):
21056           Rowstride fixes. Fixes #161039.
21057         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21058         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21059         (gst_video_crop_getcaps), (gst_video_crop_link),
21060         (gst_video_crop_i420), (gst_video_crop_chain),
21061         (gst_video_crop_change_state):
21062           Rework of negotiation. Actually works now. Fixes #158650.
21063
21064 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21065
21066         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21067           That was very stupid.
21068
21069 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * gst/matroska/matroska-demux.c:
21072         (gst_matroska_demux_parse_blockgroup):
21073           Fix possible crasher.
21074
21075 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21076
21077         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21078         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21079           Lace sizes can be zero.
21080
21081 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21082
21083         * ext/musepack/gstmusepackdec.cpp:
21084           Fetch error return values. Fixes #161624.
21085         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21086           Really EOS.
21087
21088 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21091           Work for truncated (unfinished download etc.) files. Fixes #160514.
21092
21093 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21094
21095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21096           Fix for integer overflow. Makes #156001 not crash. Probably masks
21097           the real bug.
21098
21099 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21100
21101         * gst/ac3parse/gstac3parse.c: (plugin_init):
21102           Parsers never have ranks. Fixes #159651.
21103
21104 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21105
21106         * gst/playback/gstdecodebin.c: (compare_ranks):
21107           make sure the facotries are ordered the same every time even if they
21108           have the same rank by using the name
21109         * gst/playback/gstdecodebin.c: (find_compatibles):
21110           make sure we don't add factories to the list twice
21111
21112 2004-12-16  David Schleef  <ds@schleef.org>
21113
21114         * configure.ac: look for musepack headers as musepack/*.h
21115         (fixes #159847)
21116         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21117         * ext/musepack/gstmusepackreader.h: same
21118
21119 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21120
21121         * gst-libs/gst/riff/riff-read.c:
21122         (gst_riff_read_strf_auds_with_data):
21123           Read extradata correctly (fixes #155879).
21124
21125 2004-12-16  David Schleef  <ds@schleef.org>
21126
21127         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21128         audio.  does _not_ attempt or allow conversion unless channels
21129         is 1 or 2.
21130
21131 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21132
21133         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21134
21135 2004-12-16  David Schleef  <ds@schleef.org>
21136
21137         * gst/audioscale/gstaudioscale.c: the resample library only
21138         handles 1 or 2 channels.  Change caps to compensate.
21139
21140 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21141
21142         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21143         (gst_matroska_demux_audio_caps):
21144           Some MPEG-AAC hacks, because else it doesn't work...
21145
21146 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21147
21148         * gst-libs/gst/riff/riff-media.c:
21149         (gst_riff_create_video_caps_with_data),
21150         (gst_riff_create_video_template_caps):
21151           Add h264.
21152
21153 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * gst-libs/gst/audio/Makefile.am:
21156           Try to fix buildbot.
21157
21158 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21159
21160         * gst/tcp/gstmultifdsink.c:
21161           Clean up and uniformize debugging.
21162
21163 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21164
21165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21166
21167         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21168         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21169         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21170         (gst_mpeg_demux_change_state):
21171           Reset on ready. Fixes 160276.
21172
21173 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21174
21175         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21178         (gst_ffmpegcsp_pad_link):
21179           Fix memleak (#154815).
21180
21181 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21182
21183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21184
21185         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21186         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21187         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21188         * ext/musicbrainz/gsttrm.h:
21189           Add support for using a proxy server when getting a trm id from
21190           the MusicBrainz database (#149613).
21191
21192 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21193
21194         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21197         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21198           Fix memleaks (#157233).
21199
21200 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21201
21202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21203
21204         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21205         * gst-libs/gst/resample/resample.h:
21206         * gst/audioscale/gstaudioscale.c:
21207           Fix memleak (#159215).
21208
21209 2004-12-16  Toni Willberg  <toniw@iki.fi>
21210
21211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21212
21213         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21214         * sys/oss/oss_probe.c: (main):
21215           Check for mono/stereo support (similar to samplerate probing),
21216           fixes #159433. Also add missing copyright header to oss_probe.c.
21217
21218 2004-12-15  David Schleef  <ds@schleef.org>
21219
21220         * configure.ac: add audioresample and cairo plugins.  Remove
21221         HAVE_MMX stuff, because it's not used.
21222         * ext/Makefile.am: same
21223         * ext/audioresample/Makefile.am: You are not ready for an
21224         audio resampling element based on audioresample.
21225         * ext/audioresample/gstaudioresample.c:
21226         * ext/audioresample/gstaudioresample.h:
21227         * ext/cairo/Makefile.am: You are not ready for overlay elements
21228         based on cairo.  Don't look too closely, these elements kinda
21229         suck right now.
21230         * ext/cairo/gstcairo.c: new
21231         * ext/cairo/gsttextoverlay.c: new
21232         * ext/cairo/gsttextoverlay.h: new
21233         * ext/cairo/gsttimeoverlay.c: new
21234         * ext/cairo/gsttimeoverlay.h: new
21235         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21236         problem with compilers that don't support variadic macros.
21237
21238 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21239
21240         Reviewed by:  David Schleef  <ds@schleef.org>
21241
21242         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21243         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21244         bit.  Also ran indent-gst.
21245         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21246         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21247         (gst_sunaudiosrc_setparams):
21248
21249 2004-12-14  David Schleef  <ds@schleef.org>
21250
21251         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21252         output rate to 16000.  Should fix #160235.
21253
21254 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21255
21256         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21257         Add typefinding for mpeg2 pes streams
21258
21259 2004-12-13  David Schleef  <ds@schleef.org>
21260
21261         * configure.ac:  Applied patch from bug #143659, making default
21262         sources and sinks OS-dependent (for Solaris), and added code
21263         for OS/X.
21264         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21265
21266 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21267
21268         * gst-libs/gst/riff/riff-media.c:
21269           forgot to add h2.64 to avidemux template caps
21270
21271 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21272
21273         * gst/wavenc/riff.h:
21274         * gst-libs/gst/riff/riff-media.c:
21275         * gst-libs/gst/riff/riff-ids.h:
21276         * gst/avi/gstavimux.c
21277         add 4CC code for VideoSoft h264 in AVI (VSSH)
21278           fixes bug #160655
21279         remove s323 from riff, it's quicktime specific :(
21280
21281 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21282
21283         * gst/asfdemux/README
21284         * gst/wavenc/riff.h
21285         * gst-libs/gst/riff/riff-ids.h
21286         * gst-libs/gst/riff/riff-media.c
21287         * gst/qtdemux/qtdemux.c:
21288           add new 4CC codes for h263 related codecs
21289           fixes partially bug #155163
21290
21291 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21292
21293         * configure.ac: Update polyaudio requirement to 0.7
21294         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21295
21296 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21297
21298         * gst/interleave/deinterleave.c:
21299         fix my name's spelling! :)
21300
21301 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21302
21303         * AUTHORS ChangeLog
21304         * gst/auparse/gstauparse.c
21305         * gst/interleave/deinterleave.c
21306         * gst/law/:
21307                 alaw-decode.c alaw-encode.c
21308                 mulaw-decode.c mulaw-encode.c
21309         * gst/oneton/gstoneton.c
21310         * sys/osxaudio/:
21311                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21312         * sys/osxvideo/:
21313                 cocoawindow.h cocoawindow.m
21314                 osxvideosink.h osxvideosink.m
21315
21316         put the same mail address for Zaheer Abbas Merali everywhere
21317
21318 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21319
21320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21321           Align by packetsize, and assert that we a packet available before
21322           playing. The first makes webstreams work (they often include
21323           trailing padding data in a packet), the second allows pausing a
21324           ASF stream in totem without getting demux errors afterwards.
21325
21326 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21327
21328         * ext/ogg/gstoggdemux.c: (get_relative):
21329           Check for non-NULL before accessing member (end-of-chain).
21330
21331 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21332
21333         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21334         (cdparanoia_set_property), (cdparanoia_get_property):
21335         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21336         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21337         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21338         (dvdreadsrc_init), (dvdreadsrc_set_property),
21339         (dvdreadsrc_get_property):
21340         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21341         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21342           Synchronize property names where not yet the case. Devices are
21343           now device=X, other versions are deprecated (but still exist).
21344           Also use g_free() unconditionally.
21345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21346         (setup_source), (gst_play_base_bin_get_property):
21347           Expose source.
21348
21349 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21350
21351         * configure.ac: move GCONF macro outside conditional for the am
21352           conditional. Fixes #160439
21353
21354 2004-12-08  David Schleef  <ds@schleef.org>
21355
21356         * tools/gst-visualise-m.m: Switch to elements that currently
21357         exist.
21358
21359 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21360
21361         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21362           We love wrong commas.
21363
21364 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21365
21366         * gst/matroska/matroska-demux.c:
21367         (gst_matroska_demux_handle_src_query):
21368           Don't set DEFAULT, unsupported - makes length display incorrectly
21369           in some cases.
21370
21371 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21372
21373         * gst/monoscope/README: remove blurb about files being GPL
21374         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21375         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21376           monoscope is now effectively LGPL licensed
21377
21378 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21379
21380         * gst/monoscope/README: Update information to be more correct
21381         * gst/monoscope/convolve.c: Relicense to LGPL
21382         * gst/monoscope/convolve.h: Relicense to LGPL
21383
21384 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21385
21386         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21387           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21389           set default_duration for mpeg1 audio
21390
21391 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21392
21393         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21394         * ext/alsa/gstalsa.h:
21395           refactor big chunks of the core caps negotiation code to make it
21396           a lot faster, because people claim it's really slow
21397           (actually, just cache the getcaps when the device is opened)
21398
21399 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21402         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21403         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21404         (gst_a52dec_change_state), (plugin_init):
21405         * ext/a52dec/gsta52dec.h:
21406           Do something useful with timestamps. Make chain-based (since
21407           there's really no reason to be loopbased).
21408         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21409           Update current_byte/frame correctly.
21410
21411 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21414         (gst_ape_demux_stream_init):
21415           Forward tags, too.
21416
21417 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21418
21419         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21420           Let's make sure we're done typefinding when detecting tags.
21421
21422 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21423
21424         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21425         (gst_ebml_read_init), (gst_ebml_read_use_event),
21426         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21427         (gst_ebml_read_seek), (gst_ebml_read_skip),
21428         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21429         (gst_ebml_read_master):
21430         * gst/matroska/ebml-read.h:
21431         * gst/matroska/matroska-demux.c:
21432         (gst_matroska_demux_parse_contents),
21433         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21434           Disgustingly evil hack for working around INTERRUPT events and
21435           their extremely annoying habit of being a pain in the ass. We
21436           simply peek a cluster before reading any of it.
21437
21438 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * ext/musepack/gstmusepackdec.cpp:
21441           There's also floating point libmusepacks.
21442
21443 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21444
21445         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21446         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21447           Set DURATION even if source buffer didn't. Also use increasing
21448           timestamps.
21449         * gst-libs/gst/riff/riff-media.c:
21450         (gst_riff_create_audio_caps_with_data):
21451           Block_align can have larger values than 8192.
21452
21453 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21456         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21457         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21458         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21459           Fix caps.
21460
21461 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21464           Fix logic bug.
21465
21466 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21469           Yay, another one.
21470
21471 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * ext/esd/esdsink.c: (gst_esdsink_chain):
21474           Make error actually say something useful (fixes #156798).
21475         * gst-libs/gst/riff/riff-media.c:
21476         (gst_riff_create_video_caps_with_data),
21477         (gst_riff_create_video_template_caps):
21478           Add Intel Video 5.0 fourcc (IV50).
21479
21480 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21481
21482         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21483         detection on mono and stereo mp3 files.
21484
21485 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21486
21487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21488           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21489           the contained stream).
21490
21491 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21494           Oops, remove debug.
21495
21496 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21497
21498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21499
21500         * gst/law/alaw-decode.c: (alawdec_getcaps):
21501         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21502           Prevent warnings when negotiating caps (fixes #159338).
21503
21504 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21505
21506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21507         (gst_ffmpegcsp_chain):
21508           Remove old leftover that shouldn't be there...
21509
21510 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21511
21512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21513
21514         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21515           Don't forward DISCONT events (fixes #159684).
21516
21517 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21518
21519         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21520           Unlink manually since sometimes bin disposal (and therefore
21521           pad unlinking) is delayed, which will cause a new media file
21522           to not be able to start playing instantly.
21523
21524 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21525
21526         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21527           On mute of an unlinked stream, check for pad availability so
21528           we don't crash on unlinked pad.
21529
21530 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21531
21532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21533         (gst_avi_demux_massage_index):
21534           Fix quite humiliating bug in omitting 0-sized index chunks but
21535           forgetting to count them for timestamps.
21536
21537 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21538
21539         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21540           Actually leave the loop if we failed to sync. Don't crash.
21541
21542 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21545         (gst_dvd_demux_process_private):
21546         * gst/mpegstream/gstdvddemux.h:
21547           Fix crash (#159759). Doesn't work, though. :-(.
21548
21549 2004-11-28  Benjamin Otte  <otte@gnome.org>
21550
21551         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21552           more overwriting protection due to modifying channels one by one
21553           instead of all at once
21554
21555 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21556
21557         * gst/audioconvert/gstchannelmix.c:
21558         (gst_audio_convert_fill_normalize):
21559           Normalize using absolute values.
21560
21561 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21562
21563         * configure.ac:
21564         * ext/Makefile.am:
21565         * ext/directfb/Makefile.am:
21566         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21567         (gst_directfbvideosink_get_pixel_format),
21568         (gst_directfbvideosink_get_format_from_fourcc),
21569         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21570         (gst_directfbvideosink_sink_link),
21571         (gst_directfbvideosink_change_state),
21572         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21573         (gst_directfbvideosink_buffer_alloc),
21574         (gst_directfbvideosink_interface_supported),
21575         (gst_directfbvideosink_interface_init),
21576         (gst_directfbvideosink_navigation_send_event),
21577         (gst_directfbvideosink_navigation_init),
21578         (gst_directfbvideosink_set_property),
21579         (gst_directfbvideosink_get_property),
21580         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21581         (gst_directfbvideosink_base_init),
21582         (gst_directfbvideosink_class_init),
21583         (gst_directfbvideosink_get_type), (plugin_init):
21584         * ext/directfb/directfbvideosink.h: Adding a first version of
21585         directfbvideosink.
21586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21587         more.
21588
21589 2004-11-28  Benjamin Otte  <otte@gnome.org>
21590
21591         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21592           walk the samples backwards if out_channels > in_channels so we don't
21593           overwrite data
21594
21595 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21596
21597         * gst/audioconvert/Makefile.am:
21598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21599         (gst_audio_convert_link), (gst_audio_convert_change_state),
21600         (gst_audio_convert_channels):
21601         * gst/audioconvert/gstchannelmix.c:
21602         (gst_audio_convert_unset_matrix),
21603         (gst_audio_convert_fill_identical),
21604         (gst_audio_convert_fill_compatible),
21605         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21606         (gst_audio_convert_fill_others),
21607         (gst_audio_convert_fill_normalize),
21608         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21609         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21610         * gst/audioconvert/gstchannelmix.h:
21611           Implement a channel mixer.
21612
21613 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21614
21615         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21616         * ext/alsa/gstalsa.h:
21617         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21618         Make alsasink actually honor gst_element_set_clock and use that
21619         clock instead of its internal one.
21620
21621 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21622
21623         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21624         (gst_play_base_bin_change_state): nullify source and decoder when
21625         going from READY to NULL so that we don't try to do weird stuff with
21626         them when going from NULL to READY
21627         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21628         instead of g_object_unref
21629         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21630         it should be correct
21631         (gst_play_bin_change_state): don't call remove_sinks if we are
21632         currently disposing the object
21633
21634 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21637           Don't forget bass if it's there. Else left channel is silent...
21638
21639 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21640
21641         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21642         (gst_a52dec_change_state):
21643           Don't do sample adjusting anymore, we use float audio now.
21644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21645           Don't fixate to non-existing properties.
21646
21647 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21648
21649         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21650         (gst_a52dec_change_state):
21651           Advertise that we can do surround sound.
21652
21653 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21654
21655         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21656           Add buffer-frames=0.
21657         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21658         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21659         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21660         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21661         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21662         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21663         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21664         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21665         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21666         * ext/dvdread/dvdreadsrc.h:
21667           Add seeking, querying for bytes, sectors, title, angle and
21668           chapter. Handle multiple chapters. Relicense to LGPL because
21669           Billy agreed on that (thanks Billy!).
21670
21671 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21672
21673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21674         call parent dispose method
21675
21676 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21677
21678         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21679         (gst_audio_clock_get_internal_time):
21680         Fix active <-> inactive transitions: ensure time value always
21681         grows and avoid abrupt value changes.
21682
21683 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21684
21685         * configure.ac:
21686         * gst/tta/Makefile.am:
21687         * gst/tta/crc32.h:
21688         * gst/tta/filters.h:
21689         * gst/tta/gsttta.c:
21690         * gst/tta/gstttadec.c:
21691         * gst/tta/gstttadec.h:
21692         * gst/tta/gstttaparse.c:
21693         * gst/tta/gstttaparse.h:
21694         * gst/tta/ttadec.h:
21695           added TTA parser and decoder
21696
21697 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21698
21699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21700         (probe_triggered), (check_queue), (buffer_underrun),
21701         (buffer_running), (buffer_overrun), (gen_source_element),
21702         (setup_source):
21703         * gst/playback/gstplaybasebin.h:
21704           Implement buffering. Needs some more work.
21705
21706 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21707
21708         * ext/theora/theoradec.c: (theora_dec_chain):
21709           Fix ilog mask range overflow.
21710
21711 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21712
21713         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21714           Don't omit the last (which in case of dmix is the only :) )
21715           channel count. Don't set channels if <= 2.
21716
21717 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21718
21719         * gst/playback/gstplaybin.c: (gen_video_element),
21720         (gen_audio_element): Removed 2 obsolete comments
21721
21722 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21723
21724         * ext/vorbis/oggvorbisenc.c
21725         * ext/vorbis/vorbisenc.c :
21726           change description fields of those plugins to differentiate them
21727           (pitivi show Encoders by description, they had the same one)
21728
21729 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21730
21731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21732
21733         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21734         (gst_play_bin_set_property), (gen_video_element),
21735         (gen_audio_element):
21736           Refcounting fixes for provided audio-/videosinks.
21737
21738 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21739
21740         * gst/playback/gstplaybin.c: (gen_video_element),
21741         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21742           Don't reference all sinks, but only the video- and audiosinks.
21743           The vis. element should be disposed when we're done with it.
21744           We don't have any reason to keep it around. This fixes warnings
21745           when reusing playbin for playing multiple audio files with
21746           vis. enabled. Also release audio device on pause - idea stolen
21747           from Rhythmbox.
21748
21749 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21752         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21753         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21754         * ext/alsa/gstalsaplugin.c: (plugin_init):
21755         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21756         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21757         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21758         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21759         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21760         (gst_faad_change_state), (plugin_init):
21761         * ext/faad/gstfaad.h:
21762         * ext/vorbis/vorbis.c: (plugin_init):
21763         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21764         * gst-libs/gst/audio/Makefile.am:
21765         * gst-libs/gst/audio/audio.c: (plugin_init):
21766         * gst-libs/gst/audio/multichannel.c:
21767         (gst_audio_check_channel_positions),
21768         (gst_audio_get_channel_positions),
21769         (gst_audio_set_channel_positions),
21770         (gst_audio_set_structure_channel_positions_list),
21771         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21772         (gst_audio_fixate_channel_positions):
21773         * gst-libs/gst/audio/multichannel.h:
21774         * gst-libs/gst/audio/testchannels.c: (main):
21775         * gst/audioconvert/gstaudioconvert.c:
21776         (gst_audio_convert_class_init), (gst_audio_convert_init),
21777         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21778         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21779         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21780         * gst/audioconvert/plugin.c: (plugin_init):
21781           Surround sound support.
21782
21783 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21784
21785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21786           Fix position for discont if we're close as well. Nitpicking, but
21787           saves a few milliseconds of extra waiting or skipping.
21788
21789 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21790
21791         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21792           We sometimes need parsers for playback, so add those too.
21793
21794 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * configure.ac:
21797         * gst/apetag/Makefile.am:
21798         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21799         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21800         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21801         (gst_ape_demux_get_src_query_types),
21802         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21803         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21804         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21805         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21806         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21807         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21808         (gst_ape_demux_change_state):
21809         * gst/apetag/apedemux.h:
21810         * gst/apetag/apetag.c: (plugin_init):
21811         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21812         (plugin_init):
21813           APE v1/2 tag reader plus typefind function.
21814
21815 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21816
21817         * configure.ac:
21818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21819         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21820           Remove hacks for older core. Require newer core version
21821           accordingly.
21822
21823 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21824
21825         * gst/cdxaparse/Makefile.am:
21826         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21827         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21828         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21829         * gst/cdxaparse/gstcdxaparse.h:
21830         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21831         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21832         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21833         (gst_cdxastrip_get_src_query_types),
21834         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21835         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21836         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21837         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21838         * gst/cdxaparse/gstcdxastrip.h:
21839           SVCD/VCD header stripping separated from CDXA image parsing.
21840         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21841         (plugin_init):
21842           Add VCD/SVCD header typefinding for VCD/SVCD.
21843         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21844         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21845         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21846         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21847         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21848         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21849         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21850         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21851         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21852         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21853         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21854         * sys/vcd/vcdsrc.h:
21855           Fix up, add seeking, querying, URI interface. Works in totem now.
21856
21857 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * configure.ac:
21860           back to CVS
21861
21862 === release 0.8.6 ===
21863
21864 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21865
21866         * NEWS:
21867         * RELEASE:
21868         * configure.ac:
21869         * po/af.po:
21870         * po/az.po:
21871         * po/cs.po:
21872         * po/en_GB.po:
21873         * po/hu.po:
21874         * po/it.po:
21875         * po/nb.po:
21876         * po/nl.po:
21877         * po/or.po:
21878         * po/sq.po:
21879         * po/sr.po:
21880         * po/sv.po:
21881         * po/uk.po:
21882           releasing 0.8.6, "IOU Love"
21883
21884 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21885
21886         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21887
21888         * gst/playback/gstplaybasebin.c:
21889           Fix unplayable files error handling.  Fixes #158365
21890
21891 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21892
21893         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21894
21895         * gst/typefind/gsttypefindfunctions.c:
21896           Fix broken mp3 typefinding.  Fixes #158375
21897
21898 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21901
21902         * ext/ogg/gstoggdemux.c:
21903           Fix sync on broken files.  Fixes #158976
21904
21905 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21906
21907         patch by: Edward Hervey <bilboed@bilboed.com>
21908
21909         * ext/libpng/gstpngenc.c:
21910           Copy over buffer properties.  Fixes #158832
21911
21912 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21915
21916         * ext/dvdread/dvdreadsrc.c:
21917           Fixes invalid reads (#158462)
21918
21919 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * sys/v4l/gstv4lsrc.c:
21922         * sys/v4l/gstv4lsrc.h:
21923         * sys/v4l/v4lsrc_calls.c:
21924           Probe less and cache it.  Fixes #159187.
21925
21926 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * gst/videorate/gstvideorate.c:
21929           Handle all video formats. Fixes #159186.
21930
21931 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21932         * gst/synaesthesia/gstsynaesthesia.c:
21933         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21934         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21935         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21936         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21937         (gst_synaesthesia_change_state), (plugin_init):
21938         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21939         Force 320x200 output, as that's the only thing the underlying
21940         synaesthesia implementation supports. Still needs to be made
21941         re-entrant.
21942
21943 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21944
21945         * configure.ac:
21946           Fix mpeg2enc configure check (similar to mplex check below).
21947
21948 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21949
21950         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21951
21952         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21953           Fix for gcc-2.95 (fixes #158221).
21954
21955 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21956
21957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21958           Re-add clock distribution hack (until new core is released).
21959           Fixes #158125.
21960
21961 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21962         * configure.ac:
21963           fix mplex configure check segfaulting on some systems (bug #140994)
21964
21965 2004-11-13  Benjamin Otte  <otte@gnome.org>
21966
21967         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21968           add debugging
21969         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21970           do a wait when we enter the loop func with no data available to
21971           write instead of getting into an 100% CPU loop by just returning and
21972           being called again by the scheduler
21973
21974 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21975
21976         * configure.ac:
21977         * ext/libvisual/visual.c: (gst_visual_get_type),
21978         (libvisual_log_handler), (gst_visual_getcaps),
21979         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21980         (plugin_init):
21981           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21982         * ext/smoothwave/Makefile.am:
21983         * ext/smoothwave/demo-osssrc.c: (main):
21984         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21985         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21986         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21987         (plugin_init):
21988         * ext/smoothwave/gstsmoothwave.h:
21989           Make gstsmoothwave a working element in the 20th century.
21990
21991         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21992           Fix incorrect link function
21993
21994 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21995
21996         * gst/volume/gstvolume.c:
21997           Allow buffer-frames=0.
21998
21999 2004-11-12 Iain <iaingnome@gmail.com>
22000
22001         * configure.ac: Check for polypaudio
22002
22003         * ext/Makefile.am: Build the polyp dir
22004
22005         * ext/polyp: The polypsink sources.
22006
22007 2004-10-30 Iain <iaingnome@gmail.com>
22008
22009         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22010         caps to reflect the new number of channels.
22011
22012 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22015           Fix for negotiation order problem. This would show when the
22016           ALSA loopfuction was called before any other function. ALSA
22017           wouldn't do anything because we're not negotiated yet, leading
22018           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22019
22020 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22021
22022         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22023
22024         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22025           No warnings (#157986).
22026
22027 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22028
22029         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22030           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22031
22032 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22033
22034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22035           Signal no-more-pads (so it works in playbin).
22036
22037 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22038
22039         * ext/musepack/gstmusepackreader.cpp:
22040           Workaround for older core.
22041
22042 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22043
22044         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22045           Actually test for odd width/height rather than testing whether
22046           a temporary variable that was 0 before we subtracted 1 is now
22047           not equal to zero (which it always is).
22048
22049 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22050
22051         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22052         Fix compilation if HAVE_XVIDEO is not defined
22053
22054 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22055
22056         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22057         Fix compilation if HAVE_XVIDEO is not defined
22058
22059 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22060
22061         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22062         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22063         (gst_goom_change_state), (plugin_init):
22064         Use the bytestream adapter so goom doesn't depend on the input
22065         buffer size.
22066         Add a debug category
22067
22068 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22069
22070         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22071           Only set hardware parameters *after* negotiation. Before
22072           negotiation, it will set ANY and that seems to cause crashes
22073           (see e.g. #151288, #153227).
22074
22075 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22076
22077         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22078           This seems to be antique leftover. It needs to pass error
22079           checking.
22080         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22081         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22082         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22083         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22084           Fix GstXOverlay implementation (#151059).
22085
22086 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22087
22088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22089           Don't assert (#157853).
22090
22091 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22092
22093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22094           Fix bytes/samples confustion.
22095         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22096           Fix for underrun (#144389).
22097
22098 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22099
22100         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22101           Disable halfway-seek for pending release (since it needs a new
22102           core release).
22103
22104 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22105
22106         * sys/v4l/gstv4lsrc.c:
22107         * sys/v4l/gstv4lsrc.h:
22108         * sys/v4l/v4lsrc_calls.c:
22109           add autoprobe-fps property so we can separate autoprobing parts
22110
22111 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22112
22113         * sys/v4l/gstv4lsrc.c:
22114         * sys/v4l/v4lsrc_calls.c:
22115         initialise fourcc to catch unset fourcc's, and debug
22116
22117 2004-11-09  Wim Taymans  <wim@fluendo.com>
22118
22119         * gst/playback/README:
22120         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22121         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22122         (gst_play_bin_dispose), (gst_play_bin_set_property),
22123         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22124         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22125         (gst_play_bin_get_formats), (gst_play_bin_convert),
22126         (gst_play_bin_get_query_types), (gst_play_bin_query):
22127         Cleanups and some more documentation.
22128
22129 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22130
22131         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22132         (gst_cacasink_init), (gst_cacasink_chain):
22133         * ext/libcaca/gstcacasink.h:
22134         Cacasink inherits from VideoSink, so let that store the clock.
22135
22136 2004-11-09  Wim Taymans  <wim@fluendo.com>
22137
22138         * gst/playback/README:
22139         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22140         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22141         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22142         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22143         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22144         (setup_sinks):
22145         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22146         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22147         * gst/playback/gststreaminfo.h:
22148         Updated README.
22149         Only switch groups if all streams have muted (EOSed).
22150         Send Tags in sync with the stream playback instead of in
22151         the playback/preroll phase.
22152         Some cleanups, free the fakesrc elements.
22153
22154 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22155
22156         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22157           buffer-frames property was missing
22158         * ext/arts/gst_arts.c:
22159           rate missing from sinkcaps
22160         * ext/audiofile/gstafparse.c:
22161         * ext/audiofile/gstafsink.c:
22162         * ext/audiofile/gstafsrc.c:
22163         * ext/swfdec/gstswfdec.c:
22164           int audio doesn't know buffer-frames
22165         * ext/cdparanoia/gstcdparanoia.c:
22166           int audio doesn't know chunksize either
22167         * ext/nas/nassink.c:
22168           it's endianness, not endianess
22169         * gst-libs/gst/audio/audio.h:
22170           make float standard pad template caps really describe float
22171         * gst/law/mulaw.c: (linear_factory):
22172           signed only, please
22173         * gst/mpegstream/gstdvddemux.c:
22174           widths of 20 are not valid
22175
22176 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22177
22178         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22179
22180         * po/LINGUAS:
22181         * po/it.po:
22182           Add Italian
22183
22184 2004-11-08  Wim Taymans  <wim@fluendo.com>
22185
22186         * gst/playback/README:
22187         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22188         * gst/playback/gstplaybasebin.c: (probe_triggered),
22189         (gst_play_base_bin_change_state):
22190         Updated README, added more comments for fixmes etc..
22191
22192 2004-11-08  Wim Taymans  <wim@fluendo.com>
22193
22194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22195         We can remove this hack now.
22196
22197 2004-11-08  Wim Taymans  <wim@fluendo.com>
22198
22199         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22200         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22201         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22202         Only mix AYUV for maximum quality.
22203
22204 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22205
22206         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22207         (gst_ogg_demux_push), (gst_ogg_pad_push):
22208           Let's act as if we're synchronized now! :).
22209         * ext/theora/theoradec.c: (theora_dec_chain):
22210           Add some debug.
22211
22212 2004-11-08  Wim Taymans  <wim@fluendo.com>
22213
22214         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22215         (gst_alpha_set_property), (gst_alpha_sink_link),
22216         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22217         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22218         (gst_alpha_init_params), (gst_alpha_chain):
22219         Implement alpha functions for AYUV too, this increases
22220         accuracy quite a bit.
22221
22222 2004-11-08  Wim Taymans  <wim@fluendo.com>
22223
22224         * gst/ffmpegcolorspace/avcodec.h:
22225         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22226         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22227         (gst_ffmpegcsp_avpicture_fill):
22228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22229         (gst_ffmpegcsp_caps_remove_format_info):
22230         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22231         (shrink12), (img_get_alpha_info), (deinterlace_line),
22232         (deinterlace_line_inplace):
22233         * gst/ffmpegcolorspace/imgconvert_template.h:
22234         Added AYUV colorspace and handle RGBA a bit more respectful.
22235
22236 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22237
22238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22239           Actually always send a discont (cornercase when resending the
22240           same serial-tagged chain twice).
22241
22242 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22243
22244         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22245         (gst_ximagesink_finalize):
22246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22247         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22248
22249 2004-11-08  Wim Taymans  <wim@fluendo.com>
22250
22251         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22252         Don't segfault on NULL data.
22253
22254 2004-11-08  Wim Taymans  <wim@fluendo.com>
22255
22256         * gst/playback/gstdecodebin.c: (unlinked):
22257         * gst/playback/gstplay-marshal.list:
22258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22259         (gst_play_base_bin_init), (group_create), (get_active_group),
22260         (get_building_group), (group_destroy), (group_commit),
22261         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22262         (add_element_stream), (no_more_pads), (probe_triggered),
22263         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22264         (state_change), (setup_source), (gst_play_base_bin_get_property),
22265         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22266         (gst_play_base_bin_link_stream),
22267         (gst_play_base_bin_get_streaminfo):
22268         * gst/playback/gstplaybasebin.h:
22269         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22270         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22271         Add support for chained ogg files. Prepare for playlist
22272         support. This patch introduces the concept of pad groups, which
22273         together compose one playable media file.
22274
22275 2004-11-07  David Schleef  <ds@schleef.org>
22276
22277         * testsuite/gst-lint: Check for pad templates that aren't statically
22278         scoped.
22279
22280 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22281
22282         * configure.ac:
22283         * ext/Makefile.am:
22284         * ext/musepack/Makefile.am:
22285         * ext/musepack/gstmusepackdec.cpp:
22286         * ext/musepack/gstmusepackdec.h:
22287         * ext/musepack/gstmusepackreader.cpp:
22288         * ext/musepack/gstmusepackreader.h:
22289           Add musepack decoder.
22290         * ext/faad/gstfaad.c: (gst_faad_base_init):
22291           Make pad templates static.
22292         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22293         (plugin_init):
22294           Add musepack typefinder, make mp3 typefinding work halfway stream,
22295           which doesn't actually work yet because id3demux doesn't implement
22296           _get_length().
22297
22298 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22299
22300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22301         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22302           Fix interrupt event handling (#144436).
22303
22304 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22305
22306         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22307           Hide unused glory.
22308
22309 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22310
22311         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22312
22313         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22314           Fix weird caps (#157548).
22315
22316 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22317
22318         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22319
22320         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22321           Add missing NULL terminator (#157543).
22322
22323 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22324
22325         * gst/tcp/gsttcp.h:
22326         * gst/tcp/gsttcpclientsink.c:
22327         * gst/tcp/gsttcpclientsrc.c:
22328         * gst/tcp/gsttcpserversink.c:
22329         * gst/tcp/gsttcpserversrc.c:
22330           ports can go up to 65535.  Move common defines to gsttcp.h
22331
22332 2004-11-05  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22335         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22336         Added two more colorspaces.
22337
22338 2004-11-05  Wim Taymans  <wim@fluendo.com>
22339
22340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22341         (gst_ffmpegcsp_avpicture_fill):
22342         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22343         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22344         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22345         More stride fixes.
22346
22347 2004-11-05  Wim Taymans  <wim@fluendo.com>
22348
22349         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22350         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22351         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22352         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22353         (gst_videomixer_loop):
22354         More stride fixes.
22355
22356 2004-11-05  Benjamin Otte  <otte@gnome.org>
22357
22358         * ext/mad/gstmad.c: (gst_mad_chain):
22359           don't overflow data buffer. Flush not needed sync data when syncing
22360           failed.
22361
22362 2004-11-04  Wim Taymans  <wim@fluendo.com>
22363
22364         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22365         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22366         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22367         (gst_alpha_init_params), (gst_alpha_chain),
22368         (gst_alpha_change_state):
22369         Updated the chroma keying algorithm with something more
22370         sophisticated.
22371
22372 2004-11-03  Wim Taymans  <wim@fluendo.com>
22373
22374         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22375         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22376         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22377         Fix stride issues. Does not completely work for odd
22378         heights.
22379
22380 2004-11-03  Wim Taymans  <wim@fluendo.com>
22381
22382         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22383         (gst_alpha_chroma_key), (gst_alpha_chain):
22384         Fix stride issues. Does not completely work for odd
22385         heights.
22386
22387 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22388
22389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22390         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22391         leak fixes
22392
22393 2004-11-03  Wim Taymans  <wim@fluendo.com>
22394
22395         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22396         (gst_ffmpegcsp_avpicture_fill):
22397         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22398         (avpicture_alloc):
22399         * gst/ffmpegcolorspace/imgconvert_template.h:
22400         Use correct _fill function to get correct strides.
22401
22402 2004-11-02  David Schleef  <ds@schleef.org>
22403
22404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22405         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22406         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22407         Change all g_print()s to debugging.  Add a bunch of consistency
22408         checks.
22409
22410 2004-11-02  Wim Taymans  <wim@fluendo.com>
22411
22412         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22413         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22414         (unlinked), (no_more_pads), (close_link):
22415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22416         (unknown_type), (add_element_stream), (new_decoded_pad),
22417         (removed_decoded_pad), (setup_source):
22418         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22419         (gst_stream_info_class_init), (gst_stream_info_init),
22420         (gst_stream_info_new), (gst_stream_info_dispose),
22421         (stream_info_mute_pad), (gst_stream_info_set_property),
22422         (gst_stream_info_get_property):
22423         * gst/playback/gststreaminfo.h:
22424         Fix playback of multiple files.
22425         a slightly different approach to handling dynamic pad removals.
22426         This one only looks at pads that we have linked.
22427
22428 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22429
22430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22431         free" warning from libc.
22432
22433 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22434
22435         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22436         (get_unconnected_element), (remove_starting_from), (pad_removed),
22437         (close_link):
22438           Implement support for dynamic pad changing. We listen to "live"
22439           pad removals (i.e. while playing) and re-setup autoplugging
22440           after that. Playbasebin/playbin need some more work for this
22441           to finally work, but decodebin supports (and replugs) chained
22442           ogg now.
22443
22444 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22445
22446         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22447         (gst_alsa_finalize):
22448         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22449         (gst_cdaudio_finalize):
22450         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22451         (cdparanoia_finalize):
22452         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22453         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22454         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22455         (dvdreadsrc_finalize):
22456         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22457         (gst_flacdec_finalize):
22458         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22459         (gst_flacenc_finalize):
22460         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22461         (gst_gnomevfssink_finalize):
22462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22463         (gst_gnomevfssrc_finalize):
22464         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22465         (gst_fameenc_finalize):
22466         * ext/nas/nassink.c: (gst_nassink_class_init),
22467         (gst_nassink_finalize):
22468         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22469         (gst_sdlvideosink_class_init):
22470         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22471         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22472         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22473         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22474         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22475         (gst_x_window_listener_dispose):
22476         * gst/audioscale/gstaudioscale.c:
22477         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22478         (play_on_demand_finalize):
22479         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22481         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22482         (cdplayer_finalize):
22483         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22484         (gst_glimagesink_class_init):
22485         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22486         (gst_osselement_finalize):
22487         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22488         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22489         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22490           Fixes a bunch of problems with finalize and dispose functions,
22491           either assumptions that dispose is only called once, or not calling
22492           the parent class dispose/finalize function
22493
22494 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22495
22496         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22497           added two api precondition guards
22498           use g_strdup with getenv to fix crash when using ENVVAR
22499
22500 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22501         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22502         (gst_esdsink_finalize):
22503         Use a finalize function, not dispose, and more importantly,
22504         call the parent class finalize function too
22505
22506 2004-11-01  Johan Dahlin  <johan@gnome.org>
22507
22508         * ext/ogg/gstoggdemux.c:
22509         * gst/tags/gstvorbistag.c:
22510         Plug leaks.
22511
22512 2004-10-31  Benjamin Otte  <otte@gnome.org>
22513
22514         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22515           lotsa memleaks today. But they're all small...
22516
22517 2004-10-31  Benjamin Otte  <otte@gnome.org>
22518
22519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22520           another memleak crushed
22521
22522 2004-10-31  Benjamin Otte  <otte@gnome.org>
22523
22524         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22525           fix memleak
22526
22527 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22528
22529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22530           Hack to prevent crash when going to READY inside signal handler
22531           while this function is active.
22532
22533 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22534
22535         * gst/ffmpegcolorspace/Makefile.am:
22536         * gst/ffmpegcolorspace/avcodec.h:
22537         * gst/ffmpegcolorspace/common.h:
22538         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22539         * gst/ffmpegcolorspace/dsputil.h:
22540         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22541         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22542         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22543         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22544         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22545         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22546         (gst_ffmpegcsp_avpicture_fill):
22547         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22549         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22550         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22551         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22552         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22553         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22554         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22555         * gst/ffmpegcolorspace/imgconvert.c:
22556         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22557         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22558         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22559         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22560         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22561         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22562         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22563         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22564         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22565         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22566         (grow21), (grow22), (grow41), (grow44), (conv411),
22567         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22568         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22569         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22570         (avpicture_free), (is_yuv_planar), (img_convert),
22571         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22572         (deinterlace_line_inplace), (deinterlace_bottom_field),
22573         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22574         * gst/ffmpegcolorspace/imgconvert_template.h:
22575         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22576         * gst/ffmpegcolorspace/mmx.h:
22577         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22578         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22579         (av_freep), (avcodec_get_context_defaults),
22580         (avcodec_alloc_context), (avcodec_init):
22581           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22582           handling plus update from ffmpeg CVS. Large clean-up.
22583
22584 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22585
22586         * gst/playback/Makefile.am:
22587           We need the marshallers for decodebin, too.
22588
22589 2004-10-30  David Schleef  <ds@schleef.org>
22590
22591         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22592           quicktime typefinding work with 64-bit offsets.
22593
22594 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22595
22596         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22597           Set EOS on the element when processing an EOS event.
22598         * ext/speex/gstspeexdec.h:
22599         * ext/speex/gstspeexenc.h:
22600           Only keep a const ptr to the mode
22601         * gst-libs/gst/riff/riff-media.c:
22602         (gst_riff_create_audio_caps_with_data),
22603         (gst_riff_create_audio_template_caps):
22604           Allow WMAV3, with up to 6 channels.
22605         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22606           Don't call gst_pad_set_event_function on a sink pad.
22607         * gst/mpegstream/gstdvddemux.c:
22608         (gst_dvd_demux_get_subpicture_stream),
22609         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22610           Copy the explicit caps that were set across to the cur_* pads,
22611           instead of trying to use a possibly non-existent negotiated caps.
22612           Reset the type of subpicture pads to UNKNOWN after calling
22613           init_stream, so that the caps get set.
22614
22615 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22616
22617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22618
22619         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22620           Don't touch buffer if it is of size 0 (fixes #151064).
22621
22622 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22623
22624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22625           Synchronized discont handling.
22626
22627 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22628
22629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22630         (gst_ogg_demux_push):
22631           Make seeking sort-of exact again (fixes #156387).
22632
22633 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22634
22635         * gst/playback/gstplaybasebin.c: (unknown_type),
22636         (add_element_stream), (new_decoded_pad),
22637         (gst_play_base_bin_change_state):
22638         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22639         (gst_stream_info_init), (gst_stream_info_new),
22640         (gst_stream_info_dispose), (gst_stream_info_get_property):
22641         * gst/playback/gststreaminfo.h:
22642           Make caps explicitely available. Makes testing for unsupported
22643           types possible. Improves error reporting.
22644
22645 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22646
22647         * gst/audioconvert/gstaudioconvert.c:
22648         (gst_audio_convert_buffer_to_default_format):
22649           Really don't touch read-only buffers (#156563).
22650
22651 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22652
22653         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22656           Fix memleak (#155223).
22657
22658 2004-10-29  Wim Taymans  <wim@fluendo.com>
22659
22660         * gst/tcp/.cvsignore:
22661         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22662         (gst_multifdsink_class_init), (gst_multifdsink_init),
22663         (gst_multifdsink_add), (gst_multifdsink_remove),
22664         (gst_multifdsink_remove_client_link), (is_sync_frame),
22665         (gst_multifdsink_new_client),
22666         (gst_multifdsink_handle_client_write),
22667         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22668         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22669         (gst_multifdsink_get_property):
22670         * gst/tcp/gstmultifdsink.h:
22671         Added burst on connect sync_method, deprecated sync_clients,
22672         streamlined the sync code some more.
22673
22674 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22677         (gst_play_base_bin_change_state):
22678           Improve error reporting.
22679
22680 2004-10-28  Wim Taymans  <wim@fluendo.com>
22681
22682         * gst/tcp/Makefile.am:
22683         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22684         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22685         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22686         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22687         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22688         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22689         (gst_fdset_wait):
22690         Added more locks around fdset structures. Fixed/reworked
22691         the poll array resizing code.
22692         Added stress test for fdset.
22693
22694 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22695
22696         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22697         fix build
22698
22699 2004-10-28  Benjamin Otte  <otte@gnome.org>
22700
22701         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22702           fix link function to always query channels and query width for
22703           floats
22704         * configure.ac:
22705           add equalizer dir
22706         * gst/equalizer/Makefile.am:
22707         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22708         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22709         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22710         (arg_to_scale), (setup_filter),
22711         (gst_iir_equalizer_compute_frequencies),
22712         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22713         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22714         (plugin_init):
22715           add an equalizer
22716
22717 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22718
22719         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22720
22721         * po/LINGUAS:
22722         * po/nb.po:
22723           Added Norwegian Bokmaal translation
22724
22725 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22726
22727         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22728           Don't break on options (fixes #156488).
22729
22730 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22731
22732         * configure.ac:
22733         * ext/cdaudio/Makefile.am:
22734         * sys/Makefile.am:
22735           fix build on older automake
22736
22737 2004-10-26  Wim Taymans  <wim@fluendo.com>
22738
22739         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22740         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22741         Allow a little margin when negotiating the framerate.
22742
22743 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22744
22745         * gst/level/gstlevel.c:
22746           synchonised naming of pads and pad-templates
22747
22748 2004-10-26  Wim Taymans  <wim@fluendo.com>
22749
22750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22751         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22752         (_find_streams_check), (gst_ogg_demux_push):
22753         Fix EOS again. Needs to be done in a better way. We should not
22754         remove the pad if there is no new chained stream.
22755
22756 2004-10-26 Iain <iaingnome@gmail.com>
22757
22758         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22759         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22760         of the caps.
22761         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22762         pad.
22763         (interleave_release_pad): Remove the pad.
22764         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22765         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22766         the set device.
22767         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22768         attrs
22769         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22770         (gst_xvimagesink_finalize): Free the par.
22771
22772 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22775         (gst_avimux_stop_file):
22776           First calculate the rate, and only then use it. Hdr.rate is a
22777           multiple and not a derivative of hdr.scale. Scale is not the
22778           same as blockalign but is solely related to rate.
22779
22780 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22781
22782         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22783         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22784           Implement seeking.
22785
22786 2004-10-25  James Henstridge  <james@jamesh.id.au>
22787
22788         Reviewed by:  David Schleef  <ds@schleef.org>
22789
22790         * examples/gstplay/player.c: (got_stream_length), (main):
22791         * examples/seeking/cdplayer.c: (update_scale):
22792         * examples/seeking/seek.c: (format_value), (update_scale):
22793         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22794         (stop_seek):
22795         Build fixes on AMD64.
22796
22797 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22798
22799         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22800
22801         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22802         Fix for some v4l cards which hang in v4lsrc
22803
22804 2004-10-25  Wim Taymans  <wim@fluendo.com>
22805
22806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22807         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22808         Make sure to remove the pad when a new chain is
22809         encountered. Set some vars to NULL so we don't try
22810         to reference freed memory.
22811
22812 2004-10-25  Wim Taymans  <wim@fluendo.com>
22813
22814         * examples/seeking/Makefile.am:
22815         * examples/seeking/cdplayer.c: (update_scale):
22816         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22817         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22818         (format_value), (update_scale), (iterate), (start_seek),
22819         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22820         (print_usage), (main):
22821         Added some more examples, update others.
22822
22823 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22824
22825         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22826         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22827         * ext/theora/theoradec.c: (theora_dec_chain):
22828         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22829           Add codec-name metadata.
22830
22831 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22832
22833         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22834
22835         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22836         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22837         * ext/alsa/gstalsamixertrack.h:
22838         * po/POTFILES.in:
22839           ALSA mixer track label internationalization (#154054).
22840
22841 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22842
22843         * ext/theora/theoradec.c: (theora_dec_chain):
22844           Export bitrate as metadata.
22845
22846 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22847
22848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22849         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22850         * ext/alsa/gstalsamixertrack.h:
22851           Fix names, fix loop.
22852
22853 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22854
22855         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22856         (speex_dec_convert):
22857           sinkconvert function so oggdemux can get the file length (totem).
22858
22859 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22860
22861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22862
22863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22864           Don't push incomplete packets.
22865         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22866           Fix MPEG-4 audio typefinding.
22867
22868 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22869
22870         * sys/v4l/Makefile.am:
22871         * sys/v4l/gstv4l.c: (plugin_init):
22872         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22873         (gst_v4lelement_init), (gst_v4lelement_dispose),
22874         (gst_v4lelement_change_state):
22875         * sys/v4l/gstv4lelement.h:
22876         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22877         (gst_v4l_xoverlay_close), (idle_refresh),
22878         (gst_v4l_xoverlay_set_xwindow_id):
22879         * sys/v4l/gstv4lxoverlay.h:
22880         * sys/v4l/v4l-overlay_calls.c:
22881         * sys/v4l/v4l_calls.h:
22882         * sys/v4l2/Makefile.am:
22883         * sys/v4l2/gstv4l2.c: (plugin_init):
22884         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22885         (gst_v4l2element_init), (gst_v4l2element_dispose),
22886         (gst_v4l2element_change_state):
22887         * sys/v4l2/gstv4l2element.h:
22888         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22889         (gst_v4l2_xoverlay_close), (idle_refresh),
22890         (gst_v4l2_xoverlay_set_xwindow_id):
22891         * sys/v4l2/gstv4l2xoverlay.h:
22892         * sys/v4l2/v4l2-overlay_calls.c:
22893         * sys/v4l2/v4l2_calls.h:
22894           Remove client-side overlay handling, use the X-server v4l plugin
22895           for that. Nicer overlay, less code. Also make the plugin
22896           compileable without X (but then without overlay, obviously).
22897           Makes xwindowlistener obsolete, should we remove that?
22898
22899 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22900
22901         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22902         (gst_osssrc_src_query):
22903         * sys/oss/gstosssrc.h:
22904           OK, so people want offset in DEFAULT. This time, actually fix all
22905           cases.
22906         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22907           Add FPS properly.
22908
22909 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22910
22911         * gst/asfdemux/gstasfmux.c:
22912         * gst/avi/gstavimux.c:
22913           Framerate.
22914
22915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22916
22917         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22918           Fix properties (channel, norm, frequency).
22919
22920 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22921
22922         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22923           Flag typo.
22924         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22925           No warnings.
22926
22927 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22928
22929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22930           Fix hang.
22931
22932 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22933
22934         * sys/v4l2/gstv4l2element.h:
22935           Yet Another Hack (tm) for kernel header borkedness.
22936         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22937         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22938         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22939         (gst_v4l2src_change_state):
22940         * sys/v4l2/gstv4l2src.h:
22941         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22942         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22943           Fix caps, keep track of state, work.
22944
22945 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22946
22947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22948           Quiet.
22949
22950 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22953           Don't mix bytes and samples.
22954
22955 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * ext/ogg/gstoggmux.c:
22958           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22959           and theora. Any is incorrect.
22960         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22961           Fix caps.
22962         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22963         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22964         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22965         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22966         * sys/v4l/gstv4lmjpegsrc.h:
22967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22968         (gst_v4lsrc_change_state):
22969         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22970         (gst_v4lmjpegsrc_capture_stop):
22971           Fix caps. Keep track of internal state. Work.
22972
22973 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22974
22975         * ext/Makefile.am:
22976           Fix the build fixes.
22977
22978 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22981         (gst_ogg_demux_src_event), (_find_chain_seek),
22982         (gst_ogg_pad_push):
22983           Check for pad availability before using it.
22984         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22985           Fix parsing of chained ogg. Needs more work on the decoder side.
22986
22987 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22988
22989         * gst/spectrum/Makefile.am:
22990         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22991         (idle_func):
22992           Fix demo and reenable it. Yes, I'm currently playing with audio
22993           analysis tools
22994
22995 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22996
22997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22998           We love it if files that start at zero work too...
22999
23000 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23001
23002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23003           Handle files with missing EOS headers.
23004
23005 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23006
23007         * gst/tcp/gsttcpserversink.c:
23008         (gst_tcpserversink_handle_server_read),
23009         (gst_tcpserversink_init_send):
23010         Zero some variables first (need for accept not to return EINVAL)
23011
23012 2004-10-20  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         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23017         (theora_dec_chain):
23018         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23019         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23020           Seeking and querying finetune.
23021
23022 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23023
23024         * configure.ac:
23025         * ext/Makefile.am:
23026         * ext/raw1394/Makefile.am:
23027           fix the build
23028
23029 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23030
23031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23032           Wrong return.
23033         * gst/playback/Makefile.am:
23034         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23035         * gst/playback/gstplay-marshal.list:
23036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23037           Fix marshallers.
23038
23039 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23040
23041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23042           Silence.
23043
23044 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23045
23046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23047         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23048         (gst_ogg_pad_push):
23049           Yay for non-lineair granulepos in theora.
23050
23051 2004-10-18  Wim Taymans  <wim@fluendo.com>
23052
23053         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23054         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23055         * ext/dv/gstdvdec.h:
23056         Make sure we renegotiate aspect ratio when the camera switches.
23057
23058 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23059
23060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23061         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23062           Start at zero.
23063         * ext/theora/theoradec.c: (theora_dec_chain):
23064           Skip headers. Bad idea for chained ogg, but fixes seeking.
23065
23066 2004-10-18  Wim Taymans  <wim@fluendo.com>
23067
23068         * configure.ac:
23069         I swear, this is the last time I touch this.
23070
23071 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23072
23073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23074         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23075         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23076           Faster seeking.
23077         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23078           Time-to-default conversion.
23079         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23080           Don't error on unknown packets, just skip. We should probably
23081           read them if we want to support chained ogg.
23082
23083 2004-10-18  Wim Taymans  <wim@fluendo.com>
23084
23085         * configure.ac:
23086         Added cdaudio to wrong list.
23087
23088 2004-10-18  Wim Taymans  <wim@fluendo.com>
23089
23090         * configure.ac:
23091         Revive cdaudio.
23092
23093 2004-10-18  Wim Taymans  <wim@fluendo.com>
23094
23095         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23096         (gst_dvdec_video_link), (gst_dvdec_push):
23097         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23098         (gst_smokeenc_resync), (gst_smokeenc_chain):
23099         Fix mimetype on smoke encoder.
23100         Add aspect ratio to dvdec. Not sure if these
23101         values are correct though....
23102
23103 2004-10-18  Wim Taymans  <wim@fluendo.com>
23104
23105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23106         Fix vorbis property descriptions and ranges.
23107
23108 2004-10-18  Wim Taymans  <wim@fluendo.com>
23109
23110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23111         Really do nothing when no data is available.
23112         Go to the playing state when the stream is not seekable
23113         instead of failing.
23114
23115 2004-10-18  Wim Taymans  <wim@fluendo.com>
23116
23117         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23118         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23119         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23120         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23121         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23122         Added uri handler for cd://
23123         Port to new API.
23124
23125 2004-10-18  Wim Taymans  <wim@fluendo.com>
23126
23127         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23128         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23129         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23130         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23131         (remove_prerolls), (unknown_type), (add_element_stream),
23132         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23133         (gst_play_base_bin_remove_element),
23134         (gst_play_base_bin_link_stream):
23135         * gst/playback/gstplaybin.c: (gen_video_element),
23136         (gen_vis_element), (remove_sinks), (setup_sinks):
23137         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23138         (gst_stream_info_get_type), (gst_stream_info_class_init),
23139         (gst_stream_info_init), (gst_stream_info_new),
23140         (gst_stream_info_dispose), (stream_info_mute_pad),
23141         (gst_stream_info_set_property), (gst_stream_info_get_property):
23142         * gst/playback/gststreaminfo.h:
23143         Add sink padtemplate to decodebin.
23144         Added some more comments.
23145         Make queue size configurable in playbasebin.
23146         Added possibility to use elements as sinks (ex cdaudio).
23147
23148 2004-10-15  Wim Taymans  <wim@fluendo.com>
23149
23150         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23151         (gst_speexenc_chain):
23152         Fix speex timestamps so that it gets muxed properly.
23153
23154 2004-10-15  Wim Taymans  <wim@fluendo.com>
23155
23156         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23157         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23158         (gst_dv1394src_init), (gst_dv1394src_dispose),
23159         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23160         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23161         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23162         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23163         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23164         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23165         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23166         * ext/raw1394/gstdv1394src.h:
23167         Added conversion/query functions.
23168         Update buffer timestamps,
23169         Added signals.
23170         Added uri dv:// so it might play from the firewire in playbin.
23171         Fix a possible leak.
23172         Added debugging.
23173
23174 2004-10-15  Wim Taymans  <wim@fluendo.com>
23175
23176         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23177         (gst_dv1394src_init), (gst_dv1394src_set_property),
23178         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23179         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23180         * ext/raw1394/gstdv1394src.h:
23181         Added AV/C VTR control support needed for some cameras.
23182         Added automatic port detection.
23183         Added properties for selecting the channel.
23184         The configure.ac script is not yet updated to reflect the
23185         new libavc1394 and librom1394 dependencies.
23186
23187 2004-10-15  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23190         (qtdemux_parse), (gst_qtdemux_handle_esds):
23191         An esds box is not a container.
23192         Fix parsing of mp4v boxes.
23193         Do not try to renegotiate fps for each frame. Need to
23194         find a better method. This should fix mp4 playback.
23195
23196 2004-10-14  David Schleef  <ds@schleef.org>
23197
23198         * configure.ac: update for swfdec-0.3 and liboil-0.2
23199         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23200         * ext/swfdec/gstswfdec.h: same
23201         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23202         * gst/videotestsrc/videotestsrc.c: same
23203
23204 2004-10-14  Wim Taymans  <wim@fluendo.com>
23205
23206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23207         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23208         (is_sync_frame), (gst_multifdsink_new_client),
23209         (gst_multifdsink_handle_client_write),
23210         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23211         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23212         Turn warnings into info.
23213         Don't allow a state change in the streaming thread.
23214
23215 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23216
23217         * ext/vorbis/oggvorbisenc.c:
23218         * ext/vorbis/vorbisdec.c:
23219           fix template sample rate
23220
23221 2004-10-13  Wim Taymans  <wim@fluendo.com>
23222
23223         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23224         Decoding the header first fixes some problems in resyncing
23225         in more mp3s.
23226
23227 2004-10-12  Wim Taymans  <wim@fluendo.com>
23228
23229         * gst/playback/gstplaybin.c: (gen_video_element),
23230         (gen_vis_element), (remove_sinks), (setup_sinks):
23231         Added vis plugin support, need to configure the vis
23232         element to activate it.
23233
23234 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23235
23236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23237         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23238           Some debug.
23239         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23240         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23241         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23242         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23243         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23244         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23245         * gst/avi/gstavidemux.h:
23246           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23247           recovery (where, if part of the index is broken, we will still read
23248           the rest of the index and recover the broken part by stream
23249           scanning). More broken media support. EOS workarounds. General AVI
23250           braindamage headache recovery. Aspirin included.
23251
23252 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23253
23254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23255         (cdparanoia_event), (cdparanoia_query):
23256           Get rid of hideous lead-in.
23257
23258 2004-10-11  Wim Taymans  <wim@fluendo.com>
23259
23260         * gst/playback/gstplaybasebin.c: (setup_source):
23261         Wrong var used to get g_list_next.
23262
23263 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23264
23265         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23266         (cdparanoia_get), (cdparanoia_open):
23267           Report discid as metadata, add duration.
23268
23269 2004-10-11  Wim Taymans  <wim@fluendo.com>
23270
23271         * gst/playback/gstplaybasebin.c: (setup_source):
23272         Cleanup the previous pipeline a little earlier for the
23273         case that a source element provides raw data.
23274
23275 2004-10-11  Benjamin Otte  <otte@gnome.org>
23276
23277         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23278           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23279           consuming the last 128 bytes, even though it was valid mp3 data.
23280
23281 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23282
23283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23284         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23285         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23286         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23287
23288 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23289
23290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23291         Fix for webcams that support only specific width or height
23292
23293 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23294
23295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23296
23297         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23298           Fix wrong discont event setup (fixes #154967).
23299
23300 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23301
23302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23303
23304         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23305           Error out on invalid data (fixes #154807).
23306
23307 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23308
23309         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23310
23311         * ext/dvdread/dvdreadsrc.c: (_read):
23312           Make titles > 0 work again (fixes #154834).
23313
23314 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23315
23316         * gst-libs/gst/riff/riff-media.c:
23317         (gst_riff_create_video_template_caps):
23318           WMV3 missing in template caps.
23319
23320 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23321
23322         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23323           OK, so the original code was too strict. It makes random AVI files
23324           hang for seconds upon opening, which is unacceptable and is far
23325           beyond the original goal of getting multiple chunks for one-chunk
23326           sounc stream files. So now do just that.
23327
23328 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23329
23330         * gst/playback/gstplaybasebin.c: (setup_source),
23331         (gst_play_base_bin_change_state):
23332           Actually clean up streaminfo if output fails. This would trigger
23333           if, for example, there was no CD in the drive. No preroll, so
23334           a streaminfo structure is created, but the subsequent state change
23335           of the thread fails.
23336         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23337           Don't change state if parent failed.
23338
23339 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23340
23341         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23342         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23343         (gen_video_element), (remove_sinks):
23344           Add small bits of code for screenshot handling.
23345
23346 2004-10-08  Wim Taymans  <wim@fluendo.com>
23347
23348         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23349         (gen_video_element), (gen_audio_element), (setup_sinks):
23350         Don't assume the user provided sinks are named "sink"...
23351
23352 2004-10-08  Wim Taymans  <wim@fluendo.com>
23353
23354         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23355         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23356         (gst_play_base_bin_link_stream):
23357         Do not try to autoplug sources that generate raw streams like
23358         cdparanoia.
23359         disconnect the preroll overrun signal when we don't need it anymore.
23360
23361 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23362
23363         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23364         Added reworked patch from #154903 from milosz derezynski (deadchip).
23365
23366 2004-10-08  Wim Taymans  <wim@fluendo.com>
23367
23368         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23369         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23370         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23371         (cdparanoia_convert), (cdparanoia_uri_get_type),
23372         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23373         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23374         * ext/cdparanoia/gstcdparanoia.h:
23375         This adds the cdda://<tracknum> uri.
23376
23377 2004-10-08  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23380         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23381         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23383         (unknown_type), (gst_play_base_bin_remove_element),
23384         (gst_play_base_bin_link_stream):
23385         * gst/playback/gstplaybasebin.h:
23386         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23387         (gst_play_bin_set_property), (gen_video_element),
23388         (gen_audio_element), (setup_sinks):
23389         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23390         (gst_stream_info_get_type), (gst_stream_info_class_init),
23391         (gst_stream_info_init), (gst_stream_info_new),
23392         (gst_stream_info_dispose), (stream_info_mute_pad),
23393         (gst_stream_info_set_property), (gst_stream_info_get_property):
23394         * gst/playback/gststreaminfo.h:
23395         Reuse the audio and video bins.
23396         Some internal cleanups in the stream selection code.
23397
23398 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23399
23400         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23401         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23402         * sys/ximage/ximagesink.h:
23403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23404         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23405         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23406         not coming from those elements. Moreover these elements should not keep
23407         the xid they have been given when in NULL state.
23408
23409 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23410
23411         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23412         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23413         * sys/ximage/ximagesink.h:
23414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23415         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23416         * sys/xvimage/xvimagesink.h:
23417           Actually only create a new toplevel window if we're not gonna
23418           embed it right after.
23419
23420 2004-10-07  Wim Taymans  <wim@fluendo.com>
23421
23422         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23423         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23424         * gst/playback/gstplaybin.c: (setup_sinks):
23425         Implement muting/unmuting of streams, mute streams that are not
23426         used.
23427
23428 2004-10-07  Wim Taymans  <wim@fluendo.com>
23429
23430         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23431         (plugin_init):
23432         Added lame audio/x-ac3 typefind function.
23433
23434 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23435
23436         * configure.ac:
23437           bump nano to cvs
23438
23439 === release 0.8.5 ===
23440
23441 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23442
23443         * NEWS:
23444         * RELEASE:
23445         * configure.ac:
23446           releasing 0.8.5, "Take You On"
23447
23448 2004-10-06  Wim Taymans  <wim@fluendo.com>
23449
23450         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23451         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23452         (no_more_pads), (close_link), (type_found):
23453         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23454         * gst/playback/gstplaybin.c: (gen_video_element):
23455         Do not signal the no_more_pads after the first pad when
23456         we are plugging a non dynamic element with multiple
23457         output pads (like swfdec, dvdec, ...).
23458
23459 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23460
23461         * configure.ac:
23462           bump for prerelease
23463
23464 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23465
23466         * gst/wavparse/gstwavparse.c:
23467           add ATRAC3 to STATIC CAPS to fix a warning
23468
23469         * gst/matroska/ebml-read.c:
23470         * gst-libs/gst/riff/riff-read.c:
23471           fix typos
23472
23473 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23474
23475         * gst-libs/gst/riff/riff-media.c:
23476           generate caps for ATRAC3 audio streams
23477
23478         * gst/realmedia/rmdemux.c:
23479           generate caps for ATRAC3 audio streams
23480
23481 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23482
23483         * gst/wavparse/Makefile.am
23484         * gst/wavparse/riff.h
23485         * gst/wavparse/wavparse.vcproj
23486           riff.h removal (unused and duplication with riff-ids.h)
23487
23488 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23489
23490         * gst/wavparse/gstwavparse.h
23491           remove duplicated defines for audio codec codes
23492
23493         * gst-libs/gst/riff/riff-ids.h
23494         * gst/wavenc/riff.h:
23495           add "4CC" code for ATRAC3 audio streams
23496           add "4CC" code for ITU_G721_ADPCM (unused for now)
23497
23498 2004-10-06  Wim Taymans  <wim@fluendo.com>
23499
23500         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23501         Actually _do_ negotiation. Pass gdouble as arg instead
23502         of guint64 for the framerate.
23503
23504 2004-10-06  Wim Taymans  <wim@fluendo.com>
23505
23506         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23507         (find_compatibles), (close_pad_link), (try_to_link_1),
23508         (no_more_pads), (close_link), (type_found):
23509         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23510         * gst/playback/gstplaybin.c: (gen_video_element),
23511         (gen_audio_element):
23512         Set state on newly added element to READY so that negotiation
23513         can happen ASAP.
23514         Addes some more debug info.
23515         Do not try to plug pads with multiple caps structures or ANY
23516         because it is too dangerous since we do not do dynamic
23517         replugging.
23518
23519 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23520
23521         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23522
23523         * po/LINGUAS:
23524         * po/or.po:
23525           add Oriya translation
23526
23527 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23528
23529         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23530           Prevent overwrite of size member. Makes audio sound crappy.
23531
23532 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23533
23534         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23535         Add rmvb to the list of known RealMedia extensions
23536
23537 2004-10-05  Wim Taymans  <wim@fluendo.com>
23538
23539         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23540         (mngdec_openstream), (mngdec_closestream),
23541         (mngdec_handle_sink_event), (mngdec_readdata),
23542         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23543         (mngdec_getcanvasline), (mngdec_refresh),
23544         (gst_mngdec_change_state):
23545         Set the framerate correctly.
23546
23547 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23548
23549         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23550           There was something wrong with the index massaging.
23551
23552 2004-10-04  Wim Taymans  <wim@fluendo.com>
23553
23554         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23555         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23556         (gst_smokedec_chain):
23557         * ext/jpeg/gstsmokedec.h:
23558         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23559         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23560         * ext/jpeg/gstsmokeenc.h:
23561         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23562         (smokecodec_decode_new), (smokecodec_info_free),
23563         (smokecodec_set_quality), (smokecodec_get_quality),
23564         (smokecodec_set_threshold), (smokecodec_get_threshold),
23565         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23566         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23567         (smokecodec_encode), (smokecodec_parse_id),
23568         (smokecodec_parse_header), (smokecodec_decode):
23569         * ext/jpeg/smokecodec.h:
23570         * ext/jpeg/smokeformat.h:
23571         Updated smoke, new bitstream, allows embedding in ogg.
23572
23573 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23574
23575         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23576           Fix seeking in some files. All this code is no longer needed (and
23577           actually breaks stuff) because we now synchronize the full index
23578           right when reading the header.
23579
23580 2004-10-04  Wim Taymans  <wim@fluendo.com>
23581
23582         * configure.ac:
23583         configure update for libmng.
23584
23585 2004-10-04  Wim Taymans  <wim@fluendo.com>
23586
23587         * ext/libmng/Makefile.am:
23588         * ext/libmng/gstmng.c: (plugin_init):
23589         * ext/libmng/gstmng.h:
23590         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23591         (gst_mngdec_base_init), (gst_mngdec_class_init),
23592         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23593         (gst_mngdec_loop), (gst_mngdec_get_property),
23594         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23595         (mngdec_closestream), (mngdec_handle_sink_event),
23596         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23597         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23598         (gst_mngdec_change_state):
23599         * ext/libmng/gstmngdec.h:
23600         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23601         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23602         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23603         (gst_mngenc_chain), (gst_mngenc_get_property),
23604         (gst_mngenc_set_property):
23605         * ext/libmng/gstmngenc.h:
23606         Added basic MNG decoder. Needs more work. The encoder does
23607         not work yet.
23608
23609 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23610
23611         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23612         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23613         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23614           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23615           no-more-pads.
23616
23617 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23618
23619         * configure.ac:
23620           you need at least 1.0.4 of speex
23621
23622 2004-10-04 Iain <iaingnome@gmail.com>
23623
23624         * ext/speex/gstspeexdec.h: Revert the includes changes.
23625
23626         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23627
23628 2004-09-30 Iain <iaingnome@gmail.com>
23629
23630         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23631         found during init or set as a property instead of hardcoding /dev/audio
23632
23633 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23634
23635         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23636         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23637         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23638         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23639         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23640         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23641         (gst_rmdemux_dump_data):
23642           Use debug category, fix EOS handling. filesrc ! rmdemux now
23643           works.
23644
23645 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23646
23647         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23648         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23649         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23650           Improve allocation, cutting and sorting of the index. How takes a
23651           few seconds instead of minutes.
23652
23653 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23654
23655         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23656           fixed compilation
23657
23658 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23659
23660         * gst-libs/gst/riff/riff-media.c:
23661         (gst_riff_create_video_caps_with_data),
23662         (gst_riff_create_video_template_caps):
23663           Add wing commander format mimetype/fourccs.
23664         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23665           Don't crash if some value is 0.
23666
23667 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23668
23669         * gst-libs/gst/riff/riff-media.c:
23670         (gst_riff_create_video_caps_with_data),
23671         (gst_riff_create_video_template_caps):
23672           Add DIB fourcc (raw, palettized 8-bit RGB).
23673         * gst-libs/gst/riff/riff-read.c:
23674         (gst_riff_read_strf_vids_with_data):
23675           Oops, fix strf_data reading bug.
23676         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23677           Use a non-NULL tag.
23678         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23679           Time for hacks. Sorry Dave. At least one quicktime movie (a
23680           trailer) that I've encountered contains multiple video tracks.
23681           One of those is the actual video track, the other are one-frame
23682           tracks (images). Unfortunately, the number of frames according
23683           to the trak header is 1 for each, so that doesn't help. So
23684           instead, I look at the duration and discard tracks with a
23685           duration shorter than 20% of the length of the stream. Better
23686           than nothing.
23687
23688 2004-10-01  Christian Schaller <christian@fluendo.com>
23689
23690         * ext/ivorbis/vorbis.c:
23691           Patch from Phil Blundell (Bug 152341)
23692
23693 2004-10-01  Wim Taymans  <wim@fluendo.com>
23694
23695         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23696         (speex_dec_get_formats), (speex_dec_convert),
23697         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23698         (speex_dec_chain), (gst_speexdec_get_property),
23699         (gst_speexdec_set_property):
23700         Small cleanups.
23701
23702 2004-10-01  Wim Taymans  <wim@fluendo.com>
23703
23704         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23705         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23706         (gst_wavparse_other), (gst_wavparse_loop),
23707         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23708         (gst_wavparse_srcpad_event):
23709         * gst/wavparse/gstwavparse.h:
23710         Added some more debugging info.
23711         Fix the case where the length of the file is 0.
23712         Make sure we seek to sample borders.
23713
23714 2004-10-01  Wim Taymans  <wim@fluendo.com>
23715
23716         * gst/playback/README:
23717         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23718         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23719         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23720         Add some debug info to decodebin, update README
23721
23722 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23723
23724         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23725           Don't use g_print(); use GST_DEBUG().
23726
23727 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23730         (gst_ogg_mux_queue_pads):
23731           Handle EOS properly.
23732
23733 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23734
23735         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23736
23737         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23738         (gst_faad_chain), (gst_faad_change_state):
23739         * ext/faad/gstfaad.h:
23740           Allow playback of raw (unframed) MPEG AAC files (#148993).
23741
23742 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23743
23744         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23745
23746         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23747           Throw error if we didn't recognize the stream. Fixes #152289.
23748
23749 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23750
23751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23752           Fix negotiation.
23753
23754 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23755
23756         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23757
23758         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23759           Fix memleak.
23760
23761 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23762
23763         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23764
23765         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23766           Solve #152805.
23767         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23768           Solve 152806.
23769
23770 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23771
23772         * gst-libs/gst/riff/riff-media.c:
23773         (gst_riff_create_video_caps_with_data),
23774         (gst_riff_create_audio_caps_with_data):
23775           Add codec_data handling (like asfdemux used to do).
23776         * gst/asfdemux/gstasf.c: (plugin_init):
23777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23778         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23779           Use riff-media for caps creation instead of our own (mostly
23780           broken) copy of its functions.
23781
23782 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23783
23784         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23785           Don't actually error out if we get another return value than
23786           -EINVAL. Opposite to what I first thought, drivers have random
23787           return values for this, although -EINVAL is the expected return
23788           value. Since this is not fatal, we shouldn't use
23789           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23790
23791 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23792
23793         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23794         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23795         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23796         (dvdreadsrc_get), (dvdreadsrc_open_file),
23797         (dvdreadsrc_change_state):
23798           Fix. Don't do one big huge loop around the whole DVD, that will
23799           cache all data and thus eat sizeof(dvd) (several GB) before we
23800           see something.
23801         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23802           Actually NULL'ify event after using it.
23803         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23804         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23805         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23806         (gst_ebml_read_seek), (gst_ebml_read_skip):
23807           Handle events.
23808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23809         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23810         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23811           Fix timing (this will probably break if I seek using menus, but
23812           I didn't get there yet). VOBs and normal DVDs should now work.
23813           Add a mpeg2-only pad with high rank so this get autoplugged for
23814           MPEG-2 movies.
23815         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23816         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23817         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23818         (gst_mpeg_demux_get_audio_stream),
23819         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23820         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23821           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23822           MPEG-1 but use dvddemux for MPEG-2.
23823         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23824         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23825         (gst_mpeg_parse_parse_packhead):
23826           Timing. Only add pad template if it exists. Add sink template from
23827           class and not from ourselves. This means we will always use the
23828           correct sink template even if it is not the one defined in this
23829           file.
23830
23831 2004-09-29  Wim Taymans  <wim@fluendo.com>
23832
23833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23834         (gst_mpeg_demux_parse_pes):
23835         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23836         Fix playback of mpeg again, timestamps where screwed up by
23837         patch 1.61.
23838
23839 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23840
23841         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23842           Only return true if we actually filled something in. Prevents
23843           player applications from showing a random length for flac files.
23844         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23845         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23846         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23847         (gst_riff_read_strf_vids_with_data),
23848         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23849           OK, ok, so I implemented event handling. Apparently it's normal
23850           that we receive random events at random points without asking
23851           for it.
23852         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23853         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23854         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23855         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23856         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23857         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23858         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23859         * gst/avi/gstavidemux.h:
23860           Implement non-lineair chunk handling and subchunk processing.
23861           The first solves playback of AVI files where the audio and video
23862           data of individual buffers that we read are not synchronized.
23863           This should not happen according to the wonderful AVI specs, but
23864           of course it does happen in reality. It is also a prerequisite for
23865           the second. Subchunk processing allows us to cut chunks in small
23866           pieces and process each of these pieces separately. This is
23867           required because I've seen several AVI files with incredibly large
23868           audio chunks, even some files with only one audio chunk for the
23869           whole file. This allows for proper playback including seeking.
23870           This patch is supposed to fix all AVI A/V sync issues.
23871         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23872         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23873           Work.
23874         * gst/modplug/gstmodplug.cc:
23875           Proper return value setting for the query() function.
23876         * gst/playback/gstplaybasebin.c: (setup_source):
23877           Being in non-playing state (after, e.g., EOS) is not necessarily
23878           a bad thing. Allow for that. This fixes playback of short files.
23879           They don't actually playback fully now, because the clock already
23880           runs. This means that small files (<500kB) with a small length
23881           (<2sec) will still not or barely play. Other files, such as mod
23882           or flx, will work correctly, however.
23883
23884 2004-09-28  Wim Taymans  <wim@fluendo.com>
23885
23886         * ext/speex/gstspeex.c: (plugin_init):
23887         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23888         (gst_speex_dec_class_init), (speex_dec_get_formats),
23889         (speex_get_event_masks), (speex_get_query_types),
23890         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23891         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23892         (gst_speexdec_get_property), (gst_speexdec_set_property),
23893         (speex_dec_change_state):
23894         * ext/speex/gstspeexdec.h:
23895         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23896         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23897         (gst_speexenc_base_init), (gst_speexenc_class_init),
23898         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23899         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23900         (gst_speexenc_src_query), (gst_speexenc_init),
23901         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23902         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23903         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23904         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23905         (gst_speexenc_chain), (gst_speexenc_get_property),
23906         (gst_speexenc_set_property), (gst_speexenc_change_state):
23907         * ext/speex/gstspeexenc.h:
23908         Rewrote speex encoder, make sure it can be embedded in ogg.
23909         Implemented speex decoder.
23910
23911 2004-09-28  Christian Schaller <christian@fluendo.com>
23912
23913         * configure.ac:
23914         Remove kioslave plugin. Markey is brewing a new working one
23915         * ext/Makefile.am: Remove kioslave plugin
23916         * ext/kio: remove
23917         * gst-plugins.spec.in: remove kio plugin from spec
23918
23919 2004-09-27  Wim Taymans  <wim@fluendo.com>
23920
23921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23922         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23923         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23924         (gst_multifdsink_new_client),
23925         (gst_multifdsink_handle_client_write),
23926         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23927         (gst_multifdsink_handle_clients):
23928         * gst/tcp/gstmultifdsink.h:
23929         Make syncing to keyframes actually work for new clients and lagging
23930         clients.
23931
23932 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23933
23934         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23935         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23936         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23937         * gst/debug/gstnavigationtest.h:
23938           make navigationtest display button-press and button-release events
23939
23940 2004-09-26 Iain <iaingnome@gmail.com>
23941
23942         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23943         the channels have received a new media event.
23944         (interleave_buffered_loop): Compresses a new media event on all
23945         channels into one.
23946
23947 2004-09-26 Iain <iaingnome@gmail.com>
23948
23949         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23950         call the sinkpad's default event handler and not the srcpads. He also
23951         says this is confusing :)
23952         (gst_wavenc_stop_file): Company says that seek events only go upstream
23953         we should send a discontinuous downstream instead.
23954
23955 2004-09-25  Christian Schaller <christian@fluendo.com>
23956
23957         * Update SPEC file to be usable in conjunction with Fedora Core,
23958           Fedora.us and freshrpms packages
23959         * Fix typo in multifilesrc test Makefile
23960
23961 2004-09-24  Wim Taymans  <wim@fluendo.com>
23962
23963         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23964         Only signal the no_more_pads signal when we have
23965         added the stream to our list.
23966
23967 2004-09-24  Wim Taymans  <wim@fluendo.com>
23968
23969         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23970         (new_decoded_pad):
23971         * gst/playback/gstplaybasebin.h:
23972         * gst/playback/gstplaybin.c: (setup_sinks):
23973         Don't try to preroll or decode more than one audio/video
23974         track.
23975
23976 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23977
23978         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23979           Throw error if we failed to find a suitable output. This should
23980           throw an error if we successfully set up a pipeline (e.g. because
23981           we recognized a media file) but found no decodable streams in it
23982           (e.g. because it contains only media stream types for which we
23983           have no decoders, or because it's not a media type).
23984
23985 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23986
23987         * ext/dirac/Makefile.am:
23988         * ext/dirac/gstdirac.cc:
23989         * ext/dirac/gstdiracdec.cc:
23990         * ext/dirac/gstdiracdec.h:
23991           Do something. Don't actually know if this works because I don't
23992           have a demuxer yet.
23993         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23994           Add channels=1 to caps returned from _getcaps().
23995         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23996         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23997         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23998         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23999         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24000         (gst_ogm_parse_change_state):
24001           Separate between audio/video so ogmaudioparse actually uses the
24002           audio pad templates. Both audio and video work now, including
24003           autoplugging. Also use sometimes-srcpad hack.
24004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24005           Handle events better. Don't hang on infinite loops.
24006         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24007         (gst_avi_demux_init), (gst_avi_demux_reset),
24008         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24009         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24010         (gst_avi_demux_change_state):
24011         * gst/avi/gstavidemux.h:
24012           Improve A/V sync. Still not perfect.
24013         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24014         (gst_ebml_read_skip):
24015           Handle events better.
24016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24017         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24018         (qtdemux_audio_caps):
24019           Add IMA4. Improve event handling. Save offset after a seek when
24020           the headers are at the end of the file so that we don't end up in
24021           an infinite loop.
24022         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24023           Add low-priority typefind support for files with no length.
24024
24025 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24026
24027         * testsuite/multifilesink/Makefile.am:
24028         fix typo
24029
24030 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24031
24032         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24034         mistakes from thaytan's patches.
24035
24036 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24037
24038         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24039           For completeness, XSync in the destroy function as xvimage does.
24040
24041 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24042
24043         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24044            Correct caps negotiation
24045         * gst/volume/gstvolume.c: (volume_chain_float),
24046         (volume_chain_int16):
24047            Modify debug output to be little more informative
24048         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24050         (gst_xvimagesink_xvimage_destroy):
24051           Add XSync calls after detaching from the shared memory segment to
24052           avoid a crash.
24053
24054 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24055
24056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24057         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24058         * ext/vorbis/vorbis.c: (plugin_init):
24059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24060         (gst_vorbisenc_chain):
24061         * ext/vorbis/vorbisenc.h:
24062         remove explicit newmedia support from oggmux and vorbisenc
24063         add debug category to vorbisenc
24064         * gst/multifilesink/gstmultifilesink.c:
24065         (gst_multifilesink_class_init), (gst_multifilesink_init),
24066         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24067         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24068         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24069         (plugin_init):
24070         * gst/multifilesink/gstmultifilesink.h:
24071         add support for streamheader in multifilesink
24072
24073 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24074
24075         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24076         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24077         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24078           Prevent infinite loops. More correct error reporting.
24079         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24080           Error out if negotiation fails.
24081         * gst/playback/gstplaybasebin.c: (setup_source),
24082         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24083         (gst_play_base_bin_found_tag):
24084           Error/tag forwarding. Pre-roll fixes for source errors on state
24085           changes (e.g. "file does not exist") to prevent hangs.
24086
24087 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24088
24089         * testsuite/multifilesink/Makefile.am:
24090         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24091         (gst_newmedia_class_init), (gst_newmedia_init),
24092         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24093         (newfile_signal), (test_signal), (main):
24094         * testsuite/multifilesink/multifilesrc_test.c: (main):
24095         * testsuite/multifilesink/oggtheora_test.c:
24096         (gst_newmedia_base_init), (gst_newmedia_class_init),
24097         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24098         (test_format), (newfile_signal), (test_signal), (main):
24099         * testsuite/multifilesink/oggvorbis_test.c:
24100         (gst_newmedia_base_init), (gst_newmedia_class_init),
24101         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24102         (test_format), (newfile_signal), (test_signal), (main):
24103         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24104         (gst_newmedia_class_init), (gst_newmedia_init),
24105         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24106         (newfile_signal), (test_signal), (main):
24107         New media tests
24108
24109 2004-09-20  Christian Schaller <christian@fluendo.com>
24110
24111         * Fix mikmod license to LGPL as they have relicensed
24112         * Move Dirac and Effectv into LGPL section of README_license
24113
24114 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24115
24116         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24117         (gst_mad_change_state):
24118           Allow for mp3 rate/channels changes. However, only very
24119           conservatively. Reason that we *have* to enable this is smiply
24120           because the mad find_sync() function is not good enough, it will
24121           regularly sync on random data as valid frames and therefore make
24122           us provide random caps as *final* caps of the stream. The best fix
24123           I could think of is to simply require several of the same stream
24124           changes in a row before we change caps.
24125           The actual testcase that works now is #
24126         * ext/ogg/Makefile.am:
24127         * ext/ogg/gstogg.c: (plugin_init):
24128         * ext/ogg/gstogmparse.c:
24129           OGM support (video only for now; I need an audio sample file).
24130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24131         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24132         (gst_asf_demux_add_video_stream):
24133           WMV extradata.
24134         * gst/playback/gstplaybasebin.c: (unknown_type):
24135           Don't error out on single unknown-types after all. It's wrong.
24136           If we found type of video and audio but not of a subtitle stream,
24137           it will still error out (which is unwanted). Will find a better fix
24138           later on.
24139         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24140         (ogmaudio_type_find), (plugin_init):
24141           OGM support.
24142
24143 2004-09-20  Johan Dahlin  <johan@gnome.org>
24144
24145         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24146         after setting caps.
24147
24148 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24149
24150         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24151         * gst/wavenc/gstwavenc.h:
24152         Added newmedia support to wavenc
24153
24154 2004-09-17  Wim Taymans  <wim@fluendo.com>
24155
24156         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24157         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24158         (gst_fdset_fd_can_write), (gst_fdset_wait):
24159         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24160         (gst_multifdsink_init), (gst_multifdsink_add),
24161         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24162         (gst_multifdsink_remove_client_link),
24163         (gst_multifdsink_client_queue_buffer),
24164         (gst_multifdsink_handle_client_write),
24165         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24166         (gst_multifdsink_close), (gst_multifdsink_change_state):
24167         * gst/tcp/gstmultifdsink.h:
24168         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24169         (gst_tcpserversink_removed):
24170         Small cleanups in fdset.c
24171         Use a hastable to map fd to the client structure for faster
24172         lookup in _remove and get_stats.
24173         Added virtual function to close the fds.
24174         Handle clients even when the select/poll call was unblocked because
24175         of a command.
24176         Implement syncing to keyframe in the recovery procedure.
24177
24178 2004-09-16 Iain <iaingnome@gmail.com>
24179
24180         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24181         try caps.
24182
24183 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24184
24185         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24186           Caps are only set if the type of the stream is unknown, but this
24187           is initialized in ->init_stream(), so set to UNKNOWN after calling
24188           ->init_stream() so that capsnego starts.
24189
24190 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24191
24192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24193         (gst_avi_demux_stream_data):
24194           Just hardcode for raw audio then. AVI audio sucks.
24195
24196 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24197
24198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24199         * gst/matroska/matroska-mux.c: (audiosink_templ),
24200         (gst_matroska_mux_audio_pad_link):
24201         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24202         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24203
24204 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24205
24206         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24207         (gst_avi_demux_stream_data):
24208           Try to fix a/v sync issues.
24209
24210 2004-09-15  David Schleef  <ds@schleef.org>
24211
24212         * configure.ac: remove NASM check, since we don't use it.  Update
24213         dirac check to 0.4
24214         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24216         Initialized variables.
24217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24218         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24219         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24220         SVQ3 format
24221
24222 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24223
24224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24225         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24226         * gst/avi/gstavidemux.h:
24227           Fix for compressed audio (mp3) timestamp generation. How did this
24228           ever work?
24229
24230 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24231
24232         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24233           Volume is a double not a float.
24234
24235 2004-09-15  Wim Taymans  <wim@fluendo.com>
24236
24237         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24238         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24239         Don't close the fd in multifdsink as we didn't open it in the
24240         first place. Some cleanups.
24241
24242 2004-09-15  Wim Taymans  <wim@fluendo.com>
24243
24244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24246         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24247         Fix the case where the muxer would mark pages as delta
24248         frames when they are not (vorbis only ogg).
24249
24250 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24251
24252         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24253         (gst_play_base_bin_change_state):
24254           Handle the case where we failed to setup a clear pipeline. This
24255           will throw an error (or EOS, another nice case) and if you don't
24256           catch that, the app will wait for the signal forever (and thus
24257           hang).
24258
24259 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24260
24261         * ext/gnomevfs/gstgnomevfssink.c:
24262         (gst_gnomevfssink_uri_get_protocols):
24263         * ext/gnomevfs/gstgnomevfssrc.c:
24264         (gst_gnomevfssrc_uri_get_protocols):
24265         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24266         * ext/gnomevfs/gstgnomevfsuri.h:
24267           Use _uri_new() instead of _open(), so it doesn't take as long and
24268           Christophe's computer won't hang.
24269         * gst/playback/gstplaybasebin.c: (unknown_type):
24270           Throw error on unknown media type, so apps actually display it.
24271
24272 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24273
24274         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24275           this script to work on Solaris since bash shell handles echo
24276           differenly than bash.
24277
24278 2004-09-17  Wim Taymans  <wim@fluendo.com>
24279
24280         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24281         (setup_source), (gst_play_base_bin_set_property),
24282         (gst_play_base_bin_add_element):
24283         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24284         Some more work on making sure seeking pauses the pipeline and
24285         that changing the uri actually does something.
24286
24287 2004-09-17  Wim Taymans  <wim@fluendo.com>
24288
24289         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24290         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24291         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24292         (gst_tcpserversink_close):
24293         Be a bit more paranoid when freeing memory.
24294
24295 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24296
24297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24298         (qtdemux_parse_trak):
24299           Don't crash by dividing by zero (see sample movie in #126922).
24300
24301 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24302
24303         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24304           Don't touch non-existing data (fixes crash on file in #140147).
24305
24306 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24307
24308         * gst/playback/gstplaybasebin.c:
24309         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24310           Handle double disposals, and proper change of URIs.
24311
24312 2004-09-13  Martin Eikermann <meiker@upb.de>
24313
24314         * gst/mpegstream/gstmpegparse.c:
24315           fix synchronistation for streams recorded from digital PCR
24316           fixes bug #119376
24317
24318 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24319
24320         * ext/gnomevfs/Makefile.am:
24321         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24322         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24323         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24324         (gst_gnomevfssink_uri_get_type),
24325         (gst_gnomevfssink_uri_get_protocols),
24326         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24327         (gst_gnomevfssink_uri_handler_init),
24328         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24329         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24330         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24331         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24332         (gst_gnomevfssrc_uri_get_type),
24333         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24334         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24335         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24336         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24337         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24338         * ext/gnomevfs/gstgnomevfsuri.h:
24339           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24340           of fake URIs to see which this version of Gnome-VFS likes, and
24341           uses that for the Gst-URI interface. Makes playbin support http://
24342           streams. Also fix up some stupid behaviour in gnomevfssrc.
24343
24344 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24345
24346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24347         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24348         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24349         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24350           Update mixer (to sync with other sessions) if we try to obtain
24351           a new value. This makes alsamixer work accross applications.
24352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24353           Only call sync functions if we're running, else alsalib asserts.
24354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24355           Sometimes fails to compile. Possibly a gcc bug.
24356         * gst/playback/gstplaybin.c: (gen_video_element),
24357         (gen_audio_element):
24358           Add a reference to an application-provided object, because we lose
24359           this same reference if we add it to the bin. If we don't do this,
24360           we can only use this object once and thus crash if we go from
24361           ready to playing, back to ready and back to playing again.
24362           Also add an audioscale element because several cheap soundcards -
24363           like mine - don't support all samplerates.
24364         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24365         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24366           Fix wrong order or PAR calls. Makes automatically obtained PAR
24367           from the X server atually being used.
24368
24369 2004-09-12  David Schleef  <ds@schleef.org>
24370
24371         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24372         #151887, #152102, #152247.
24373         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24374         * examples/seeking/cdparanoia.c: same
24375         * examples/seeking/cdplayer.c: same
24376         * examples/seeking/seek.c: same
24377         * examples/seeking/spider_seek.c: same
24378         * examples/seeking/vorbisfile.c: same
24379         * examples/stats/mp2ogg.c: same
24380         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24381         (gst_esdsink_dispose): Dispose of element properly.
24382         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24383         fixes.
24384         * ext/nas/nassink.c: (gst_nassink_class_init),
24385         (gst_nassink_dispose): Dispose of element correctly.
24386         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24387         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24388         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24389         Fix 64-bit warning.
24390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24391         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24392         Fix 64-bit warning.
24393
24394 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24395
24396         * configure.ac : change speex detection as 1.1.6 now uses
24397           .pc/pkg-config and they changed their headers location.
24398
24399 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24400
24401         * gst/matroska/matroska-mux.h:
24402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24403         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24404         (gst_matroska_mux_write_data):
24405           Write multiple blocks/frames per cluster.
24406                 Write meta-seek information (seek heads).
24407
24408 2004-09-09  Scott Wheeler <wheeler@kde.org>
24409
24410         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24411         (gst_play_bin_set_property), (gst_play_bin_get_property),
24412         (gen_audio_element), (gen_audio_element):
24413           Add a volume element / property to the pipeline.
24414
24415 2004-09-07  Wim Taymans  <wim@fluendo.com>
24416
24417         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24418         Copy timestamps from the master pad to the output buffers.
24419
24420 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24421
24422         * ext/raw1394/gstdv1394src.c:
24423           throw errors when applicable
24424
24425 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24426
24427         * gst/matroska/ebml-ids.h:
24428         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24429         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24431           automatically convert unix time <-> ebml time when reading/writing
24432           a date, use gst_ebml_write_uint to write CUETIME,
24433           not gst_ebml_write_date.
24434         * gst/matroska/matroska-ids.h:
24435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24436         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24437         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24438         (gst_matroska_mux_write_data):
24439           Write track and segment UIDs, write muxing date, write
24440           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24441           Create cues for audio only files.
24442
24443 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24446         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24447           Re-commit ALSA switches.
24448         * gst/adder/gstadder.c: (gst_adder_loop):
24449           64-bit fix (#151416).
24450         * gst/debug/progressreport.c: (gst_progressreport_report):
24451           64-bit fix (#151419).
24452         * gst/matroska/matroska-demux.c:
24453         (gst_matroska_demux_parse_contents):
24454           64-bit fix (#151420).
24455         * gst/playback/test3.c: (update_scale):
24456           64-bit fix (#151421).
24457
24458 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24459
24460         * configure.ac:
24461           bump nano to cvs
24462
24463 === release 0.8.4 ===
24464
24465 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24466
24467         * configure.ac: releasing 0.8.4, "Alias"
24468
24469 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24470
24471         * ext/theora/Makefile.am:
24472           fix makefile.  Fixes #151462.
24473
24474 2004-08-30  Wim Taymans  <wim@fluendo.com>
24475
24476         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24478         (gst_multifdsink_remove_client_link),
24479         (gst_multifdsink_client_queue_buffer),
24480         (gst_multifdsink_handle_client_write):
24481         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24483         Fix some memory leaks.
24484
24485 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24486
24487         Patch by: David Schleef
24488
24489         * configure.ac:
24490         * sys/Makefile.am:
24491           rename our detection macro for V4L2.  Fixes #151236.
24492
24493 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24494
24495         Patch by: David Schleef
24496
24497         * configure.ac:
24498           check to define LAMEPRESET.  Fixes #151232.
24499
24500 2004-08-27  David Schleef  <ds@schleef.org>
24501
24502         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24503         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24504         (gst_glimagesink_fixate):  Move local variable declarations to
24505         make gcc-2.95 happy.
24506
24507 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24508
24509         * configure.ac:
24510           bump nano for prerelease
24511
24512 2004-08-27  David Schleef  <ds@schleef.org>
24513
24514         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24515         * sys/sunaudio/gstsunaudiosrc.c:
24516         * sys/sunaudio/gstsunaudiosrc.h:
24517
24518 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24519
24520         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24521         handle EOS correctly
24522         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24523         * gst/matroska/matroska-mux.h:
24524         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24525         VFW compatibility mode
24526
24527 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24528
24529         patch by: Zaheer Abbas Merali
24530
24531         * ext/ogg/gstoggmux.c:
24532         * ext/vorbis/vorbisenc.c:
24533         * ext/vorbis/vorbisenc.h:
24534           handle NEWMEDIA
24535
24536 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24537
24538         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24539         fix byte order reversion on little endian machines.
24540         * gst/matroska/matroska-mux.c: (audiosink_templ),
24541         (gst_matroska_mux_audio_pad_link):
24542         add TTA codec to the list of supported codecs.
24543         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24544         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24545         (gst_matroska_mux_write_data):
24546         * gst/matroska/matroska-mux.h:
24547         write segment duration correctly, write muxing app string, fixes bugs
24548         #140897 and #140898.
24549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24550         wait for all pads to be negotiated before starting to mux.
24551
24552 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24553
24554         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24555         * ext/lame/gstlame.h:
24556         Added new media support to lame
24557
24558 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24559
24560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24561         send vorbis headers at the beginning of a stream, fixes bug #141554.
24562         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24563         bug #148950.
24564         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24565         (gst_matroska_demux_plugin_init):
24566         * gst/matroska/matroska-ids.h:
24567         enable demuxing of TTA audio streams, fixes bug #148951.
24568         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24569         enable typefinding for TTA audio files, fixes bug #148711.
24570         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24571         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24572         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24573
24574 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24575
24576         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24577         (gst_riff_read_element_data), (gst_riff_read_seek),
24578         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24579         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24580         <teuf@gnome.org>
24581
24582 2004-08-23 Iain <iaingnome@gmail.com>
24583
24584         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24585         tags. They appear to be handled differently to normal.
24586         (tag_list_to_id3_tag_foreach): Ditto.
24587
24588 2004-08-22  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24591         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24592         Make sure we never send -1 granulepos.
24593
24594 2004-08-20  Wim Taymans  <wim@fluendo.com>
24595
24596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24597         (gst_ogg_mux_loop):
24598         I will accept bitchslappings with non sharp objects.
24599
24600 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24601
24602         * configure.ac:
24603         Clean up the test for lame presets
24604
24605 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24606
24607         * configure.ac:
24608         * ext/lame/Makefile.am:
24609         * ext/lame/gstlame.c: (gst_lame_class_init),
24610         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24611         Only enable lame presets if version of lame has presets in API
24612
24613 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24614         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24615         * gst/udp/gstudpsrc.h:
24616           Don't call gst_pad_push in a get function. Fixes #150449
24617
24618 2004-08-18  Wim Taymans  <wim@fluendo.com>
24619
24620         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24621         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24622         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24623         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24624         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24625         (gst_fdset_wait):
24626         * gst/tcp/gstfdset.h:
24627         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24628         (gst_multifdsink_client_queue_buffer),
24629         (gst_multifdsink_handle_client_write):
24630         * gst/tcp/gstmultifdsink.h:
24631         Some extra checks in gstfdset.
24632         Only use send() when the fd is a socket. Don't try to
24633         read from write only fds.
24634
24635 2004-08-18  Wim Taymans  <wim@fluendo.com>
24636
24637         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24638         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24639         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24640         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24641         (gst_fdset_wait):
24642         Add more locking and bounds checking.
24643
24644 2004-08-18  Wim Taymans  <wim@fluendo.com>
24645
24646         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24647         Realloc test fdset in the lock and right before starting
24648         the poll call. Bump the limit to 4096.
24649
24650 2004-08-17  David Schleef  <ds@schleef.org>
24651
24652         * sys/sunaudio/Makefile.am:
24653         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24654         of rates and channels.  Make debugging less obnoxious.
24655
24656         Patch from Balamurali Viswanathan implementing a mixer for
24657         Sun audio.  (bug #144091):
24658         * sys/sunaudio/gstsunelement.c:
24659         * sys/sunaudio/gstsunelement.h:
24660         * sys/sunaudio/gstsunmixer.c:
24661         * sys/sunaudio/gstsunmixer.h:
24662
24663 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24664
24665         * gst/audioscale/gstaudioscale.c:
24666         * gst/audioscale/gstaudioscale.h:
24667         made audioscale resample from any sample rate to any sample rate
24668
24669 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24670
24671         * ext/libpng/gstpngdec.c:
24672           error out on unsupported types
24673
24674 2004-08-17  Iain <iaingnome@gmail.com>
24675
24676         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24677         mid_side and loose_mid_side properties if its a stereo stream.
24678
24679 2004-08-17  Wim Taymans  <wim@fluendo.com>
24680
24681         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24682         (theora_get_formats), (theora_dec_src_convert),
24683         (theora_dec_sink_convert), (theora_dec_src_query),
24684         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24685         Add a debug line.
24686
24687 2004-08-17  Wim Taymans  <wim@fluendo.com>
24688
24689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24690         (gst_ogg_pad_push):
24691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24692         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24693         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24694         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24695         Mark delta units in the muxer.
24696         Try to decode the packet after an out-of-sync error from
24697         libogg.
24698
24699 2004-08-17  Wim Taymans  <wim@fluendo.com>
24700
24701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24702         (gst_multifdsink_init), (gst_multifdsink_add),
24703         (gst_multifdsink_client_queue_buffer),
24704         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24705         * gst/tcp/gstmultifdsink.h:
24706         Added option to send a keyframe to clients as the first buffer.
24707         Make timeout property writable.
24708
24709 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24710
24711         patch by: Wim Taymans
24712
24713         * gst/tcp/gstfdset.c:
24714         * gst/tcp/gstmultifdsink.c:
24715           fix index comparison, should include 0
24716
24717 2004-08-16  Wim Taymans  <wim@fluendo.com>
24718
24719         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24720         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24721         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24722         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24723         (gst_fdset_wait):
24724           copy when reallocing for poll so the select arguments don't get
24725           changed during the call
24726
24727 2004-08-16  Wim Taymans  <wim@fluendo.com>
24728
24729         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24730         (gst_theora_enc_class_init), (theora_enc_sink_link),
24731         (theora_buffer_from_packet), (theora_enc_chain):
24732         Fix bug where buffers were not marked as keyframes
24733         correctly.
24734
24735 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24736
24737         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24738         (gst_lame_preset_get_type), (gst_lame_class_init):
24739         describe the enum values for vbr mode and presets more verbosely
24740
24741 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24742
24743         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24744         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24745         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24746         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24747         * ext/lame/gstlame.h:
24748         add preset property to lame so it can use lame presets
24749
24750 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24751
24752         * ext/lame/gstlame.c: (gst_lame_get_property):
24753         whoops forgot break, thanks teuf
24754
24755 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24756
24757         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24758         (gst_lame_class_init), (gst_lame_src_getcaps),
24759         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24760         (gst_lame_get_property), (gst_lame_setup):
24761         * ext/lame/gstlame.h:
24762         fix lame's broken vbr stuff, allow it to resample if need be, and also
24763         make xing header optional
24764
24765 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24766
24767         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24768         added getcaps function so samplerate doesnt get fixated to silly values
24769
24770 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24771
24772         * ext/lame/gstlame.c: (gst_lame_src_link):
24773         revert previous fix
24774
24775 2004-08-12  Johan Dahlin  <johan@gnome.org>
24776
24777         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24778         checks. Doesn't matter what state we are in. Interfaces are a
24779         compile time thing, not runtime. It also broke the python bindings.
24780
24781 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24782
24783         * ext/lame/gstlame.c: (gst_lame_src_link):
24784         made source pad link function check if sinkpad is ok..fixes the problem
24785         where core fixates the output rate of lame stupidly
24786
24787 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24788
24789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24790         * sys/v4l/v4l_calls.c:
24791         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24792           fix fixate function to handle nonsimple caps.
24793           remove bogus check in _link
24794           cleanups
24795
24796 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24797
24798         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24799         set default compression ratio parameter to 0.0 so bitrate parameter
24800         works :)
24801
24802 2004-08-11  David Schleef  <ds@schleef.org>
24803
24804         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24805
24806 2004-08-11  David Schleef  <ds@schleef.org>
24807
24808         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24809         before.
24810
24811 2004-08-11  David Schleef  <ds@schleef.org>
24812
24813         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24814
24815 2004-08-11  David Schleef  <ds@schleef.org>
24816
24817         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24818           license field
24819         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24820         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24821           LGPL.
24822         * gst/auparse/gstauparse.c: Fix plugin license field.
24823         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24824         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24825         * gst/rtp/gstrtp.c: Fix plugin license field.
24826
24827 2004-08-11  Wim Taymans  <wim@fluendo.com>
24828
24829         * gst/tcp/Makefile.am:
24830         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24831         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24832         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24833         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24834         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24835         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24836         (gst_fdset_fd_can_write), (gst_fdset_wait):
24837         * gst/tcp/gstfdset.h:
24838         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24839         (gst_multifdsink_class_init), (gst_multifdsink_init),
24840         (gst_multifdsink_add), (gst_multifdsink_remove),
24841         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24842         (gst_multifdsink_remove_client_link),
24843         (gst_multifdsink_handle_client_read),
24844         (gst_multifdsink_client_queue_data),
24845         (gst_multifdsink_client_queue_caps),
24846         (gst_multifdsink_client_queue_buffer),
24847         (gst_multifdsink_handle_client_write),
24848         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24849         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24850         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24851         (gst_multifdsink_close):
24852         * gst/tcp/gstmultifdsink.h:
24853         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24854         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24855         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24856         (gst_tcpserversink_close):
24857         * gst/tcp/gsttcpserversink.h:
24858         Abstracted away the select call, implemented poll (yes we ran into
24859         the 1024 limit in production).
24860
24861 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24862
24863         * gst/tcp/gsttcp.c:
24864         * gst/tcp/gsttcpplugin.c:
24865           improve debuggging, remove assert
24866
24867 2004-08-10  Wim Taymans  <wim@fluendo.com>
24868
24869         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24870         (gst_client_status_get_type), (gst_multifdsink_class_init),
24871         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24872         (gst_multifdsink_handle_client_read),
24873         (gst_multifdsink_handle_client_write),
24874         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24875         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24876         (gst_multifdsink_get_property):
24877         * gst/tcp/gstmultifdsink.h:
24878         * gst/tcp/gsttcp-marshal.list:
24879         Starting to prepare for specifying buffer time in other units
24880         than buffers. Expose remove reason in signal.
24881
24882 2004-08-10  Wim Taymans  <wim@fluendo.com>
24883
24884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24885         (gst_multifdsink_remove), (gst_multifdsink_clear),
24886         (gst_multifdsink_remove_client_link),
24887         (gst_multifdsink_handle_client_read),
24888         (gst_multifdsink_client_queue_data),
24889         (gst_multifdsink_client_queue_buffer),
24890         (gst_multifdsink_handle_client_write),
24891         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24892         (gst_multifdsink_chain), (gst_multifdsink_close):
24893         * gst/tcp/gstmultifdsink.h:
24894         Added more debugging info. Changed the way clients are
24895         removed from the lists. Fixed a bug where a bad file descriptor
24896         could cause many clients to be removed.
24897
24898 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24899
24900         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24901           allow all pixel-aspect-ratios, not just 1:1
24902
24903 2004-08-09  David Schleef  <ds@schleef.org>
24904
24905         * sys/glsink/ARB_multitexture.h:  Remove old files.
24906         * sys/glsink/EXT_paletted_texture.h:
24907         * sys/glsink/NV_register_combiners.h:
24908         * sys/glsink/gstgl_nvimage.c:
24909         * sys/glsink/gstgl_pdrimage.c:
24910         * sys/glsink/gstgl_rgbimage.c:
24911         * sys/glsink/gstglsink.c:
24912         * sys/glsink/gstglsink.h:
24913         * sys/glsink/gstglxwindow.c:
24914         * sys/glsink/regcomb_yuvrgb.c:
24915
24916 2004-08-09  David Schleef  <ds@schleef.org>
24917
24918         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24919         GL sink plugin.  (Bug #147302)
24920
24921         * configure.ac: Test for OpenGL
24922         * sys/Makefile.am: Use test for OpenGL
24923         * sys/glsink/Makefile.am:
24924         * sys/glsink/glimagesink.c: rewrite
24925         * sys/glsink/glimagesink.h: rewrite
24926
24927 2004-08-09  David Schleef  <ds@schleef.org>
24928
24929         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24930         sane framerates.
24931         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24933         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24934
24935 2004-08-09  Wim Taymans  <wim@fluendo.com>
24936
24937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24938         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24939         (gst_multifdsink_client_remove),
24940         (gst_multifdsink_handle_client_read),
24941         (gst_multifdsink_handle_client_write),
24942         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24943         Do a bit more logging, make the client_read code more robust.
24944
24945 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24946
24947         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24948         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24949         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24950         (gst_jpegdec_init), (gst_jpegdec_chain):
24951         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24952         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24953           cleanups, debugging fixes and memleak plugging
24954
24955 2004-08-09  Wim Taymans  <wim@fluendo.com>
24956
24957         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24958         (theora_get_formats), (theora_dec_src_convert),
24959         (theora_dec_sink_convert), (theora_dec_src_query),
24960         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24961         (theora_dec_change_state):
24962         Don't crash on missing header packets.
24963
24964 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24965
24966         * po/LINGUAS:
24967         * po/sq.po:
24968           Added Albanian translation (Laurent Dhima)
24969         * po/cs.po:
24970           updated
24971
24972 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24973
24974         * ext/lame/gstlame.c:
24975           fix/add debugging
24976
24977 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24978
24979         * sys/ximage/ximagesink.c:
24980         * sys/xvimage/xvimagesink.c:
24981           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24982
24983 2004-08-06  Wim Taymans  <wim@fluendo.com>
24984
24985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24986         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24987         (gst_multifdsink_client_remove),
24988         (gst_multifdsink_handle_client_read),
24989         (gst_multifdsink_handle_client_write),
24990         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24991         Make sure we don't try to read more from a client that what
24992         ioctl says us or we deadlock.
24993
24994 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24995
24996         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24997         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24998         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24999           decouple running_time and n_frames so it can handle changing
25000           framerate while running
25001
25002 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25003
25004         * po/nl.po:
25005         * po/sv.po:
25006           updated translations
25007
25008 2004-08-04  Benjamin Otte  <otte@gnome.org>
25009
25010         * gst/videotestsrc/gstvideotestsrc.c:
25011         (gst_videotestsrc_get_capslist), (generate_capslist),
25012         (plugin_init):
25013           generate the list of supported caps at startup and reuse it instead
25014           of always generating it
25015
25016 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25017
25018         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25019           whoops, last checkin broke normal build
25020
25021 2004-08-03  Benjamin Otte  <otte@gnome.org>
25022
25023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25024         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25025         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25026         (gst_alsa_mixer_get_option):
25027         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25028         (dvdnavsrc_print_event):
25029         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25031         (gst_ogg_mux_pad_unlink):
25032         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25033         (gst_multipart_mux_pad_unlink):
25034         * gst/videofilter/gstvideobalance.c:
25035         (gst_videobalance_colorbalance_set_value):
25036         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25037         (gst_videomixer_pad_unlink):
25038         * po/uk.po:
25039         * sys/oss/gstossmixer.c:
25040         * sys/v4l/gstv4lcolorbalance.c:
25041         * sys/v4l/gstv4ltuner.c:
25042         * sys/v4l/v4lsrc_calls.c:
25043         * sys/v4l2/gstv4l2colorbalance.c:
25044         * sys/v4l2/gstv4l2tuner.c:
25045           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25046
25047 2004-08-03  Benjamin Otte  <otte@gnome.org>
25048
25049         * examples/dynparams/filter.c: (ui_control_create):
25050         * examples/gstplay/player.c: (print_tag):
25051         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25052         * ext/gdk_pixbuf/gstgdkanimation.c:
25053         (gst_gdk_animation_iter_may_advance):
25054         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25055         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25056         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25057         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25058         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25059         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25060         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25061         * gst/sine/demo-dparams.c: (main):
25062         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25063         * testsuite/alsa/formats.c: (create_pipeline):
25064         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25065           fixes for G_DISABLE_ASSERT and friends
25066         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25067         (mp3_type_frame_length_from_header), (mp3_type_find),
25068         (plugin_init):
25069           require mp3 typefinding to have at least MIN_HEADERS valid headers
25070           add typefinding for AAC adts files
25071
25072 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25073
25074         * sys/ximage/ximagesink.c:
25075         (gst_ximagesink_calculate_pixel_aspect_ratio):
25076         * sys/xvimage/xvimagesink.c:
25077         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25078         Make sure we calculate pixel-aspect-ratio using floating point maths
25079
25080 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25081
25082         * po/uk.po:
25083           updated translation
25084
25085 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25086
25087         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25089           add debugging for display PAR calculation
25090
25091 2004-08-02  David Schleef  <ds@schleef.org>
25092
25093         * configure.ac: Fix mikmod CFLAGS.
25094
25095 2004-07-27  Benjamin Otte  <otte@gnome.org>
25096
25097         * gst/audioscale/gstaudioscale.c:
25098         - fix templates to only support S16, it's the only format that works
25099         - make caps nego code use try_set_caps_nonfixed and fixation instead
25100         of try_set_caps twice, which is not nice for autopluggers
25101         - change rank to secondary, so autopluggers can pick it up after
25102         audioconvert
25103
25104 2004-08-02  Iain <iain@prettypeople.org>
25105
25106         * gst/interleave/interleave.c (interleave_init),
25107         (interleave_request_new_pad),
25108         (interleave_pad_removed),
25109         (interleave_buffered_loop): Use the real pad count, not the artificial
25110         one.
25111
25112 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25113
25114         * configure.ac: bump nano back to development
25115
25116 === release 0.8.3 ===
25117
25118 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25119
25120         * configure.ac: releasing 0.8.3, "Water"
25121
25122 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25123
25124         * sys/xvimage/xvimagesink.c:
25125         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25126         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25127         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25128         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25129         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25130         * sys/xvimage/xvimagesink.h:
25131           apply similar PAR fixes as to ximagesink
25132
25133 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25134
25135         patch from: Benjamin Otte
25136
25137         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25138           add link function to lame.  Fixes #148986.
25139
25140 2004-08-02  Johan Dahlin  <johan@gnome.org>
25141
25142         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25143         fix debugging log
25144
25145 2004-07-30  David Schleef  <ds@schleef.org>
25146
25147         * gst/videomixer/Makefile.am: Fix things that should have been
25148         fixed in the last checkin.
25149
25150 2004-07-30  David Schleef  <ds@schleef.org>
25151
25152         * gst/multipart/Makefile.am: Fix things that should have been
25153         fixed in the last checkin.
25154
25155 2004-07-30  David Schleef  <ds@schleef.org>
25156
25157         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25158
25159 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25160
25161         * configure.ac:
25162           bump nano for prerelease
25163         * po/af.po:
25164         * po/az.po:
25165         * po/cs.po:
25166         * po/en_GB.po:
25167         * po/hu.po:
25168         * po/nl.po:
25169         * po/sr.po:
25170         * po/sv.po:
25171         * po/uk.po:
25172           updates
25173
25174 2004-07-30  Wim Taymans  <wim@fluendo.com>
25175
25176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25177         (gst_multifdsink_add), (gst_multifdsink_remove),
25178         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25179         (gst_multifdsink_client_remove),
25180         (gst_multifdsink_handle_client_write),
25181         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25182         * gst/tcp/gstmultifdsink.h:
25183         Recover from a select with a bad file descriptor by removing
25184         the client.
25185
25186 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25187
25188         * configure.ac:
25189           fix requirement of core
25190         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25191         (gst_play_pipeline_setup):
25192           don't use colorspace element.  do use hermescolorspace element.
25193           make macro to get a colorspace element.
25194           mark strings for translation.
25195         * po/POTFILES.in:
25196           add play.c
25197         * po/af.po:
25198         * po/az.po:
25199         * po/cs.po:
25200         * po/en_GB.po:
25201         * po/hu.po:
25202         * po/nl.po:
25203         * po/sr.po:
25204         * po/sv.po:
25205         * po/uk.po:
25206           update translations
25207
25208 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25209
25210         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25211         fix default for newmedia flag
25212
25213 2004-07-30  Wim Taymans  <wim@fluendo.com>
25214
25215         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25216         (gst_theora_dec_init), (theora_get_formats),
25217         (theora_dec_src_convert), (theora_dec_sink_convert),
25218         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25219         (theora_dec_chain), (theora_dec_set_property),
25220         (theora_dec_get_property):
25221         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25222         (gst_theora_enc_class_init), (gst_theora_enc_init),
25223         (theora_enc_sink_link), (theora_enc_chain),
25224         (theora_enc_set_property), (theora_enc_get_property):
25225         Added cropping option to theora decoder.
25226         Added border option to theora encoder.
25227
25228 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25229
25230         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25231         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25232         (gst_pngenc_set_property):
25233         * ext/libpng/gstpngenc.h:
25234         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
25235
25236 2004-07-30  Wim Taymans  <wim@fluendo.com>
25237
25238         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25239         (theora_enc_sink_link), (theora_enc_chain),
25240         (theora_enc_set_property), (theora_enc_get_property):
25241         Fix encoding of non-multiple-of-16 video.
25242
25243 2004-07-29  David Schleef  <ds@schleef.org>
25244
25245         * configure.ac: make test for audiofile more strict
25246
25247 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25248
25249         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25250           give different names to typefind functions
25251
25252 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25253
25254         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25255         (gst_ximagesink_calculate_pixel_aspect_ratio),
25256         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25257         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25258         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25259         (gst_ximagesink_get_property), (gst_ximagesink_init):
25260         * sys/ximage/ximagesink.h:
25261           allocate PAR's dynamically.
25262           use autodetected PAR if no object-set PAR is given.
25263           add workaround for directfb's X not setting physical size.
25264           fix to xvimagesink will follow tomorrow.
25265
25266 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25267
25268         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25269         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25270         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25271         (gst_shout2send_class_init), (gst_shout2send_init),
25272         (set_shout_metadata), (gst_shout2send_set_metadata),
25273         (gst_shout2send_chain), (gst_shout2send_set_property),
25274         (gst_shout2send_get_property), (gst_shout2send_connect),
25275         (gst_shout2send_change_state):
25276         * ext/shout2/gstshout2.h:
25277         - fix for sending mp3 audio to icecast2 server, if pad link function not
25278         called before PAUSED state
25279         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25280         - added tagging support for mp3 audio broadcasted
25281         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25282         debug info
25283
25284 2004-07-28  Wim Taymans  <wim@fluendo.com>
25285
25286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25287         (gst_ogg_demux_push):
25288         Return query failure when we don't know the length of
25289         an ogg stream insteda of returning TRUE with a bogus value.
25290
25291 2004-07-28  Wim Taymans  <wim@fluendo.com>
25292
25293         * ext/theora/theoradec.c: (theora_get_formats),
25294         (theora_dec_src_convert), (theora_dec_sink_convert),
25295         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25296         (theora_dec_chain):
25297         Don't screw up the 1 Chroma for 1 luma sample situation when we
25298         have an odd offset/width by adding a black border in those cases.
25299
25300 2004-07-28  Wim Taymans  <wim@fluendo.com>
25301
25302         * ext/theora/theoradec.c: (theora_get_formats),
25303         (theora_dec_src_convert), (theora_dec_sink_convert),
25304         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25305         (theora_dec_chain):
25306         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25307         Added first attempt at cropping of the image as required by the
25308         theora spec. We need more properties in the caps (offset_x,
25309         offset_y,stride) to implement this correctly.
25310
25311 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25312
25313         * ext/dvdnav/README:
25314           Update the README to use dvddemux
25315         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25316           Ensure getcaps returns a subset of the template caps
25317         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25318         (gst_mpeg2subt_init):
25319           Ensure getcaps returns a subset of the template caps
25320         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25321         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25322         (gst_dvd_demux_get_subpicture_stream),
25323         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25324         * gst/mpegstream/gstdvddemux.h:
25325           Set the explicit caps on the current_video pad before pushing
25326           anything
25327         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25328         (gst_mpeg_demux_get_audio_stream):
25329           Free caps used to gst_pad_set_explicit_caps, which takes a const
25330           GstCaps *
25331
25332 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25333
25334         * configure.ac: update GStreamer requirement to 0.8.4 because of
25335           GstFraction.
25336
25337 2004-07-28  Wim Taymans  <wim@fluendo.com>
25338
25339         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25340         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25341         Add the pad to the element after setting up the caps. This
25342         makes it a lot easier to autoplug.
25343
25344 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25345
25346         * gst/median/gstmedian.c:
25347         * gst/mpeg2subt/gstmpeg2subt.c:
25348         * gst/mpegaudioparse/gstmpegaudioparse.c:
25349         * gst/mpegstream/gstdvddemux.c:
25350         * gst/mpegstream/gstmpegdemux.c:
25351         * gst/mpegstream/gstmpegpacketize.c:
25352         * gst/rtjpeg/gstrtjpeg.c:
25353         * gst/rtjpeg/gstrtjpegdec.c:
25354         * gst/rtjpeg/gstrtjpegenc.c:
25355         * gst/sine/gstsinesrc.c:
25356         * gst/smooth/gstsmooth.c:
25357         * gst/smpte/gstsmpte.c:
25358         * gst/smpte/gstsmpte.h:
25359         * gst/stereo/gststereo.c:
25360         * gst/videofilter/gstgamma.c:
25361         * gst/videofilter/gstvideobalance.c:
25362         * gst/videofilter/gstvideofilter.c:
25363         * gst/videofilter/gstvideoflip.c:
25364         * gst/videoscale/gstvideoscale.c:
25365         * gst/videoscale/videoscale.c:
25366         * gst/videotestsrc/gstvideotestsrc.c:
25367         * gst/videotestsrc/videotestsrc.c:
25368         * gst/wavenc/gstwavenc.c:
25369         * gst/wavparse/gstwavparse.c:
25370           fix local includes and 64 bits constants
25371
25372 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25373
25374         * win32/gst.sln:
25375         * gst-libs/gst/*/*.vcproj:
25376         * gst/*/*.vcproj:
25377           more working plugins
25378
25379 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25380
25381         * testsuite/alsa/Makefile.am:
25382         * testsuite/alsa/srcstate.c:
25383         add test for alsasrc changing state
25384
25385 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25386
25387         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25388         (gst_silence_get):
25389         * gst/silence/gstsilence.h:
25390         fix silence generation for 16bit raw audio
25391
25392 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25393
25394         * gst/matroska/matroska-demux.c:
25395         (gst_matroska_demux_parse_metadata),
25396         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25397         * gst/mpegaudio/common.c:
25398         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25399         (gst_videoscale_getcaps), (gst_videoscale_link),
25400         (gst_videoscale_src_fixate), (gst_videoscale_init),
25401         (gst_videoscale_finalize):
25402         * gst/videoscale/gstvideoscale.h:
25403         * gst/videotestsrc/gstvideotestsrc.c:
25404         (gst_videotestsrc_get_capslist):
25405         * gst/wavenc/gstwavenc.c:
25406         * sys/oss/gstossmixer.c: (fill_labels):
25407         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25408         (gst_ximagesink_handle_xevents),
25409         (gst_ximagesink_calculate_pixel_aspect_ratio),
25410         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25411         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25412         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25413         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25414         (gst_ximagesink_init), (gst_ximagesink_class_init):
25415         * sys/ximage/ximagesink.h:
25416         * sys/xvimage/xvimagesink.c:
25417         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25418         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25419         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25420         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25421         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25422         * sys/xvimage/xvimagesink.h:
25423           first batch of pixel aspect ratio commits.
25424
25425 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25426
25427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25428         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25429         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25430           handle stride, needs work if we want to move stride handling
25431           upstream, but works correctly for our purposes.
25432
25433 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25434
25435         * gst/videoscale/README:
25436           add testing examples
25437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25438         (gst_videoscale_chain):
25439         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25440         (gst_videoscale_get_size):
25441           add get_size function that handles stride like videotestsrc.
25442           fixes conversion for YUV formats for as much as I can test them.
25443
25444 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25445
25446         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25447         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25449         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25450         (gst_xvimagesink_xvimage_put):
25451           further cleanups, logging, error handling and synchronizing
25452
25453 2004-07-27  Wim Taymans  <wim@fluendo.com>
25454
25455         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25456         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25457         (gst_videomixer_pad_set_property),
25458         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25459         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25460         (gst_videomixer_class_init), (gst_videomixer_init),
25461         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25462         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25463         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25464         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25465         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25466         (gst_videomixer_loop), (plugin_init):
25467         Be a nicer negotiation citizen and provide a getcaps function on
25468         the srcpad. This also fixes a crash when resizing.
25469
25470 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25471
25472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25473         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25474
25475 2004-07-27  Wim Taymans  <wim@fluendo.com>
25476
25477         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25478         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25479         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25480         (gst_pngenc_set_property):
25481         * ext/libpng/gstpngenc.h:
25482         Added snapshot property to pngenc.
25483         removed g_print from pngdec
25484
25485 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25486
25487         * gst/ac3parse/ac3parse.vcproj
25488         * gst/adder/adder.vcproj
25489         * gst/alpha/alpha.vcproj
25490         * gst/alpha/alphacolor.vcproj
25491         * gst/asfdemux/asf.vcproj
25492         * gst/audioconvert/audioconvert.vcproj
25493         * gst/audiorate/audiorate.vcproj
25494         * gst/audioscale/audioscale.vcproj
25495         * gst/auparse/auparse.vcproj
25496         * gst/avi/avi.vcproj
25497         * gst/cdxaparse/cdxaparse.vcproj
25498         * gst/chart/chart.vcproj
25499         * gst/colorspace/colorspace.vcproj
25500         * gst/cutter/cutter.vcproj
25501         * gst/debug/debug.vcproj
25502         * gst/debug/efence.vcproj
25503         * gst/debug/navigationtest.vcproj
25504         * gst/deinterlace/deinterlace.vcproj
25505         * gst/effectv/effectv.vcproj
25506         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25507         * gst/filter/filter.vcproj
25508         * gst/flx/flxdec.vcproj
25509         * gst/goom/goom.vcproj
25510         * gst/interleave/interleave.vcproj
25511         * gst/law/alaw.vcproj
25512         * gst/law/mulaw.vcproj
25513         * gst/matroska/matroska.vcproj
25514         * gst/median/median.vcproj
25515         * gst/mixmatrix/mixmatrix.vcproj
25516         * gst/mpeg1sys/mpeg1systemencode.vcproj
25517         * gst/mpeg1videoparse/mp1videoparse.vcproj
25518         * gst/mpeg2sub/mpeg2subt.vcproj
25519         * gst/mpegaudio/mpegaudio.vcproj
25520         * gst/mpegaudioparse/mpegaudioparse.vcproj
25521         * gst/mpegstream/mpegstream.vcproj
25522         * gst/multifilesink/multifilesink.vcproj
25523         * gst/multipart/multipart.vcproj
25524         * gst/oneton/oneton.vcproj
25525         * gst/overlay/overlay.vcproj
25526         * gst/passthrough/passthrough.vcproj
25527         * gst/qtdemux/qtdemux.vcproj
25528         * gst/realmedia/rmdemux.vcproj
25529         * gst/rtjpeg/rtjpeg.vcproj
25530         * gst/rtp/rtp.vcproj
25531         * gst/silence/silence.vcproj
25532         * gst/sine/sinesrc.vcproj
25533         * gst/smooth/smooth.vcproj
25534         * gst/smpte/smpte.vcproj
25535         * gst/spectrum/spectrum.vcproj
25536         * gst/speed/speed.vcproj
25537         * gst/stereo/stereo.vcproj
25538         * gst/switch/switch.vcproj
25539         * gst/tags/tagedit.vcproj
25540         * gst/tcp/tcp.vcproj
25541         * gst/typefind/typefindfunctions.vcproj
25542         * gst/udp/udp.vcproj
25543         * gst/videobox/videobox.vcproj
25544         * gst/videocrop/videocrop.vcproj
25545         * gst/videodrop/videodrop.vcproj
25546         * gst/videofilter/gamma.vcproj
25547         * gst/videofilter/videobalance.vcproj
25548         * gst/videofilter/videofilter.vcproj
25549         * gst/videofilter/videoflip.vcproj
25550         * gst/videoflip/videoflip.vcproj
25551         * gst/videomixer/videomixer.vcproj
25552         * gst/videorate/videorate.vcproj
25553         * gst/videoscale/videoscale.vcproj
25554         * gst/videotestsrc/videotestsrc.vcproj
25555         * gst/virtualdub/virtualdub.vcproj
25556         * gst/volenv/volenv.vcproj
25557         * gst/volume/volume.vcproj
25558         * gst/wavenc/wavenc.vcproj
25559         * gst/wavparse/wavparse.vcproj
25560         * gst/y4m/y4menc.vcproj
25561         * gst-libs/gst/audio/audio.vcproj
25562         * gst-libs/gst/audio/audiofilter.vcproj
25563         * gst-libs/gst/colorbalance/colorbalance.vcproj
25564         * gst-libs/gst/idct/idtc.vcproj
25565         * gst-libs/gst/media-info/media-info.vcproj
25566         * gst-libs/gst/mixer/mixer.vcproj
25567         * gst-libs/gst/navigation/navigation.vcproj
25568         * gst-libs/gst/play/play.vcproj
25569         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25570         * gst-libs/gst/resample/resample.vcproj
25571         * gst-libs/gst/riff/riff.vcproj
25572         * gst-libs/gst/tuner/tuner.vcproj
25573         * gst-libs/gst/video/video.vcproj
25574         * gst-libs/gst/xoverlay/xoverlay.vcproj
25575           avoid problems with math.h, fix release dependancy
25576           rename GStreamer-0.8.lib to libgstreamer.lib
25577
25578 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25579
25580         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25582         the atom is not available we have to unlock the mutex. Fixes #148023
25583
25584 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25585
25586         * gst-libs/gst/media-info/media-info.h:
25587           issue for a vararg macro with MSVC
25588
25589 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25590
25591         * gst/effectv/effectv.vcproj
25592         * gst-libs/gst/idct/idct.vcproj:
25593         * gst-libs/gst/media-info/media-info.vcproj:
25594         * gst-libs/gst/navigation/navigation.vcproj:
25595         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25596         * gst-libs/gst/video/video.vcproj:
25597         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25598           fixes for build problems
25599
25600 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25601
25602         * gst-libs/gst/audio/audio.def:
25603         * gst-libs/gst/audio/riff.def:
25604           add some definitions needed by plugins
25605
25606 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25607
25608         * gst/asfdemux/gstasfmux.c
25609           Fix some 64 bits constants to be glib friendly
25610
25611 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25612
25613         * gst/ac3parse/gstac3parse.c
25614         * gst/audioscale/gstaudioscale.c
25615         * gst/auparse/gstauparse.c
25616         * gst/colorspace/gstcolorspace.c
25617         * gst/colorspace/yuv2rgb.h
25618           local include fixes
25619
25620 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25621
25622         * win32/gst.sln
25623           add more plugins to the build
25624
25625 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25626
25627         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25628         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25629
25630 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25631
25632         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25633         (gst_level_set_property), (gst_level_get_property),
25634         (gst_level_base_init), (gst_level_class_init):
25635           add debugging categories.  cleanups.
25636
25637 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25638
25639         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25640         (gst_videoscale_planar411), (gst_videoscale_planar400),
25641         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25642         (gst_videoscale_scale_nearest_str1),
25643         (gst_videoscale_scale_nearest_str2),
25644         (gst_videoscale_scale_nearest_str4),
25645         (gst_videoscale_scale_nearest_16bit),
25646         (gst_videoscale_scale_nearest_24bit):
25647           fixed stride issues
25648           tested with 320x240 -> 321, 322, 324 x240
25649           tested with YV12, I420, YUY2, UYVY
25650           fixed packed422rev (don't think it could have worked before)
25651           by testing with UYVY
25652
25653 2004-07-26  Benjamin Otte  <otte@gnome.org>
25654
25655         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25656         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25657         (plugin_init):
25658           add debugging category, add error checks like checking return values
25659           of setup calls, make sure it still works after
25660           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25661
25662 2004-07-26  Wim Taymans  <wim@fluendo.com>
25663
25664         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25665         (gst_mpeg_demux_get_audio_stream),
25666         (gst_mpeg_demux_process_private):
25667         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25668         Check for error codes from the negotiation functions. Make sure
25669         we really set the pad caps when a new pad is created.
25670
25671 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25672
25673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25674         (gst_ffmpeg_caps_to_pix_fmt):
25675         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25677         (gst_ffmpegcolorspace_pad_link):
25678           don't make function do two things at the same time without reason.
25679
25680 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25681
25682         * gst/ac3parse/ac3parse.vcproj
25683         * gst/adder/adder.vcproj
25684         * gst/alpha/alpha.vcproj
25685         * gst/alpha/alphacolor.vcproj
25686         * gst/asfdemux/asf.vcproj
25687         * gst/audioconvert/audioconvert.vcproj
25688         * gst/audiorate/audiorate.vcproj
25689         * gst/audioscale/audioscale.vcproj
25690         * gst/auparse/auparse.vcproj
25691         * gst/avi/avi.vcproj
25692         * gst/cdxaparse/cdxaparse.vcproj
25693         * gst/chart/chart.vcproj
25694         * gst/colorspace/colorspace.vcproj
25695         * gst/cutter/cutter.vcproj
25696         * gst/debug/debug.vcproj
25697         * gst/debug/efence.vcproj
25698         * gst/debug/navigationtest.vcproj
25699         * gst/deinterlace/deinterlace.vcproj
25700         * gst/effectv/effectv.vcproj
25701         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25702         * gst/filter/filter.vcproj
25703         * gst/flx/flxdec.vcproj
25704         * gst/goom/goom.vcproj
25705         * gst/interleave/interleave.vcproj
25706         * gst/law/alaw.vcproj
25707         * gst/law/mulaw.vcproj
25708         * gst/matroska/matroska.vcproj
25709         * gst/median/median.vcproj
25710         * gst/mixmatrix/mixmatrix.vcproj
25711         * gst/mpeg1sys/mpeg1systemencode.vcproj
25712         * gst/mpeg1videoparse/mp1videoparse.vcproj
25713         * gst/mpeg2sub/mpeg2subt.vcproj
25714         * gst/mpegaudio/mpegaudio.vcproj
25715         * gst/mpegaudioparse/mpegaudioparse.vcproj
25716         * gst/mpegstream/mpegstream.vcproj
25717         * gst/multifilesink/multifilesink.vcproj
25718         * gst/multipart/multipart.vcproj
25719         * gst/oneton/oneton.vcproj
25720         * gst/overlay/overlay.vcproj
25721         * gst/passthrough/passthrough.vcproj
25722         * gst/qtdemux/qtdemux.vcproj
25723         * gst/realmedia/rmdemux.vcproj
25724         * gst/rtjpeg/rtjpeg.vcproj
25725         * gst/rtp/rtp.vcproj
25726         * gst/silence/silence.vcproj
25727         * gst/sine/sinesrc.vcproj
25728         * gst/smooth/smooth.vcproj
25729         * gst/smpte/smpte.vcproj
25730         * gst/spectrum/spectrum.vcproj
25731         * gst/speed/speed.vcproj
25732         * gst/stereo/stereo.vcproj
25733         * gst/switch/switch.vcproj
25734         * gst/tags/tagedit.vcproj
25735         * gst/tcp/tcp.vcproj
25736         * gst/typefind/typefindfunctions.vcproj
25737         * gst/udp/udp.vcproj
25738         * gst/videobox/videobox.vcproj
25739         * gst/videocrop/videocrop.vcproj
25740         * gst/videodrop/videodrop.vcproj
25741         * gst/videofilter/gamma.vcproj
25742         * gst/videofilter/videobalance.vcproj
25743         * gst/videofilter/videofilter.vcproj
25744         * gst/videofilter/videoflip.vcproj
25745         * gst/videoflip/videoflip.vcproj
25746         * gst/videomixer/videomixer.vcproj
25747         * gst/videorate/videorate.vcproj
25748         * gst/videoscale/videoscale.vcproj
25749         * gst/videotestsrc/videotestsrc.vcproj
25750         * gst/virtualdub/virtualdub.vcproj
25751         * gst/volenv/volenv.vcproj
25752         * gst/volume/volume.vcproj
25753         * gst/wavenc/wavenc.vcproj
25754         * gst/wavparse/wavparse.vcproj
25755         * gst/y4m/y4menc.vcproj
25756           more plugins supported under windows
25757
25758 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25759
25760         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25761         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25762         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25764         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25765           Add debugging statements.  Use the sizes as returned by the
25766           *CreateImage calls.
25767
25768 2004-07-26  Johan Dahlin  <johan@gnome.org>
25769
25770         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25771         the pad is negotiated.
25772
25773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25774
25775 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25776
25777         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25778         * gst-libs/gst/idct/idct.vcproj:
25779         * gst-libs/gst/media-info/media-info.vcproj:
25780         * gst-libs/gst/mixer/mixer.vcproj:
25781         * gst-libs/gst/navigation/navigation.vcproj:
25782         * gst-libs/gst/play/play.vcproj:
25783         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25784         * gst-libs/gst/resample/resample.vcproj:
25785         * gst-libs/gst/tuner/tuner.vcproj:
25786         * gst-libs/gst/video/video.vcproj:
25787         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25788           more plugins supported under windows
25789
25790 2004-07-25 Iain <iain@prettypeople.org>
25791
25792         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25793         pad now rather than when the pad is created because state changes wipe
25794         explicit caps (fixes #148043).
25795
25796 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25797
25798         reviewed by Benjamin Otte  <otte@gnome.org>
25799
25800         * ext/mad/gstmad.c:
25801           fix mad plugin crashing on Sun (fixes #148289)
25802
25803 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25804
25805         * gst/avi/avi.def:
25806         * gst/avi/avi.vcproj:
25807         * gst/matroska/matroska.def:
25808         * gst/matroska/matroska.vcproj:
25809           remove unused .def files
25810
25811 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25812
25813         * gst-libs/gst/audio/gstaudiofilter.c:
25814           Clean the local include
25815
25816 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25817
25818         * win32/gst.sln:
25819         * gst-libs/gst/audio/audio.def:
25820         * gst-libs/gst/audio/audio.vcproj:
25821         * gst-libs/gst/audio/audiofilter.vcproj:
25822         * gst-libs/gst/audio/riff.def:
25823         * gst-libs/gst/audio/riff.vcproj:
25824         * gst-libs/gst/gst-libs.def:
25825         * gst-libs/gst/gst-libs.vcproj:
25826         * gst/avi/avi.vcproj:
25827         * gst/avi/avi.vcproj:
25828           Copy the files where needed after building, cleaner projects
25829
25830 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25831
25832         * gst/matroska/ebml-write.c:
25833           Fix some 64 bits constants to be glib friendly
25834
25835 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25836
25837         * win32/gst.sln:
25838         * gst-libs/gst/gst-libs.def:
25839         * gst-libs/gst/gst-libs.vcproj:
25840         * gst/matroska/matroska.def:
25841         * gst/matroska/matroska.vcproj:
25842           Add the preliminary canvas to build plugins on Win32
25843
25844 2004-07-23  Benjamin Otte  <otte@gnome.org>
25845
25846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25847           don't enfore negotiation from source side, it breaks
25848           sinesrc ! audioconvert ! osssink
25849
25850 2004-07-22  David Schleef  <ds@schleef.org>
25851
25852         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25853         for ELF files, since they can easily be recognized as audio/mpeg.
25854         (bug #147441)
25855
25856 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25857
25858         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25859         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25860         (gst_videoscale_scale_nearest_24bit),
25861         (gst_videoscale_scale_nearest_16bit):
25862           fix 16bit and 24bit for stride (24bit might need testing)
25863           don't pretend we do more than one algorithm
25864
25865 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25866
25867         * configure.ac:
25868         * gst/Makefile.am:
25869         * gst/multifilesink/Makefile.am:
25870         * gst/multifilesink/gstmultifilesink.c:
25871         (gst_multifilesink_get_formats),
25872         (gst_multifilesink_get_query_types), (_do_init),
25873         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25874         (gst_multifilesink_init), (gst_multifilesink_dispose),
25875         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25876         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25877         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25878         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25879         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25880         (gst_multifilesink_uri_get_type),
25881         (gst_multifilesink_uri_get_protocols),
25882         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25883         (gst_multifilesink_uri_handler_init), (plugin_init):
25884         * gst/multifilesink/gstmultifilesink.h:
25885         * testsuite/Makefile.am:
25886         * testsuite/multifilesink/Makefile.am:
25887         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25888         (gst_newmedia_class_init), (gst_newmedia_init),
25889         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25890         (newfile_signal), (test_signal), (main):
25891         multifilesink plugin for creating new files every time a new media
25892         discontinuity event occurs
25893
25894 2004-07-22  Wim Taymans  <wim@fluendo.com>
25895
25896         * gst/alpha/Makefile.am:
25897         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25898         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25899         (gst_alpha_color_init), (gst_alpha_color_set_property),
25900         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25901         (transform), (gst_alpha_color_chain),
25902         (gst_alpha_color_change_state), (plugin_init):
25903         Stupid plugin to to RGBA to AYUV conversion because none of
25904         the colorspace plugins can handle that yet.
25905
25906 2004-07-22  Wim Taymans  <wim@fluendo.com>
25907
25908         * examples/seeking/seek.c: (update_scale), (main):
25909         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25910         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25911         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25912         (gst_decode_bin_init), (gst_decode_bin_dispose),
25913         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25914         (no_more_pads), (close_link), (type_found),
25915         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25916         (plugin_init):
25917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25918         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25919         (gst_play_base_bin_dispose), (queue_overrun),
25920         (gen_preroll_element), (remove_prerolls), (unknown_type),
25921         (no_more_pads), (new_stream), (setup_source),
25922         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25923         (play_base_eos), (gst_play_base_bin_change_state),
25924         (gst_play_base_bin_add_element),
25925         (gst_play_base_bin_remove_element),
25926         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25927         (gst_play_base_bin_unlink_stream),
25928         (gst_play_base_bin_get_streaminfo):
25929         * gst/playback/gstplaybin.c: (gen_video_element),
25930         (gen_audio_element):
25931         * gst/playback/gststreaminfo.h:
25932         More playback updates, attempt to fix things after the state change
25933         breakage.
25934
25935 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25936
25937         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25938         (gst_videoscale_scale_nearest_16bit):
25939           comment algorithm
25940
25941 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25942
25943         * gst/videotestsrc/gstvideotestsrc.c:
25944         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25945         (gst_videotestsrc_init), (gst_videotestsrc_get),
25946         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25947         (gst_videotestsrc_get_property):
25948         * gst/videotestsrc/gstvideotestsrc.h:
25949         * gst/videotestsrc/videotestsrc.c:
25950         * gst/videotestsrc/videotestsrc.h:
25951           cleanup and commenting
25952
25953 2004-07-21  Wim Taymans  <wim@fluendo.com>
25954
25955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25956         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25957         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25958         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25959         (_find_chain_get_unknown_part), (_find_streams_check),
25960         (gst_ogg_demux_push), (gst_ogg_pad_push):
25961         * ext/theora/theoradec.c: (theora_get_formats),
25962         (theora_dec_src_convert), (theora_dec_sink_convert),
25963         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25964         (theora_dec_chain):
25965         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25966         (vorbis_dec_convert), (vorbis_dec_src_query),
25967         (vorbis_dec_src_event), (vorbis_dec_event):
25968         More seeking fixes, oggdemux now supports seeking to time and
25969         uses the downstream element to convert granulepos to time.
25970         Seeking in theora-only ogg files now works.
25971
25972 2004-07-21  Wim Taymans  <wim@fluendo.com>
25973
25974         * ext/theora/theoradec.c: (gst_theora_dec_init),
25975         (theora_get_formats), (theora_get_event_masks),
25976         (theora_get_query_types), (theora_dec_src_convert),
25977         (theora_dec_sink_convert), (theora_dec_src_query),
25978         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25979         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25980         (vorbis_get_event_masks), (vorbis_get_query_types),
25981         (gst_vorbis_dec_init), (vorbis_dec_convert),
25982         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25983         Added query/convert/formats functions to vorbis and theora decoders
25984         so that the outside world can use them too. Fixed seeking on an
25985         ogg/theora/vorbis file by disabling the seeking seeking on the
25986         theora srcpad.
25987
25988 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25989
25990         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25991         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25992         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25993         images creation for both elements. We don't create the image on caps
25994         nego or renego, we just destroy the internal one if present if it does
25995         not match the needs. The chain function takes care of creating a new
25996         image when needed.
25997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25998         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25999         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26000         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26001         the image format information. The buffer pool checks for the context
26002         image format and discard images with different formats.
26003         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26004
26005 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26006
26007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26008         (gst_ffmpegcolorspace_chain):
26009           no point in doing any chaining if the pad we want to push from
26010           isn't usable.
26011
26012 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26013
26014         * gst-libs/gst/riff/riff-media.c:
26015         (gst_riff_create_audio_caps_with_data):
26016           Fix double end-to-native symbol conversion (#148021).
26017
26018 2004-07-20  David Schleef  <ds@schleef.org>
26019
26020         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26021         Don't use an Atom that doesn't exist.
26022
26023 2004-07-20  Wim Taymans  <wim@fluendo.com>
26024
26025         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26026         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26027         (gst_multifdsink_client_remove),
26028         (gst_multifdsink_handle_client_write),
26029         (gst_multifdsink_queue_buffer):
26030         * gst/tcp/gstmultifdsink.h:
26031         More multifdsink stats. Avoid deadlock by releasing locks
26032         before sending out a signal.
26033
26034 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26035
26036         * po/LINGUAS:
26037         * po/hu.po:
26038           added Hungarian translation (Laszlo Dvornik)
26039
26040 2004-07-20  Wim Taymans  <wim@fluendo.com>
26041
26042         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26043         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26044         (gst_multifdsink_handle_client_write),
26045         (gst_multifdsink_queue_buffer):
26046         * gst/tcp/gsttcp-marshal.list:
26047         Fixed the stupid marshal definition.
26048
26049 2004-07-20  Wim Taymans  <wim@fluendo.com>
26050
26051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26052         (gst_multifdsink_init), (gst_multifdsink_add),
26053         (gst_multifdsink_client_remove),
26054         (gst_multifdsink_handle_client_write),
26055         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26056         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26057         (gst_multifdsink_init_send):
26058         * gst/tcp/gstmultifdsink.h:
26059         Added more stats, added timeout for a client, fixed some typos
26060         and added some comments.
26061
26062 2004-07-20  Wim Taymans  <wim@fluendo.com>
26063
26064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26065         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26066         (gst_multifdsink_client_remove),
26067         (gst_multifdsink_handle_client_write):
26068         * gst/tcp/gstmultifdsink.h:
26069         * gst/tcp/gsttcp-marshal.list:
26070         Added get_stats method that returns a GValueArray of
26071         stats values.
26072
26073 2004-07-19  Benjamin Otte  <otte@gnome.org>
26074
26075         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26076           make sure longname, description and author are valid UTF-8
26077
26078 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26079
26080         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26081         (gst_ximagesink_set_property):
26082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26083         (gst_xvimagesink_set_property):
26084           make sure SYNCHRONOUS is respected after getting the X context
26085
26086 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26087
26088         * gst/matroska/matroska-demux.c:
26089         (gst_matroska_demux_handle_src_event),
26090         (gst_matroska_demux_parse_blockgroup):
26091         * gst/matroska/matroska-ids.h:
26092           add BlockReference tag and ignore it to clear out log.
26093           ignore NAVIGATION events to clear out log.
26094
26095 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26096
26097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26098         (gst_matroska_demux_add_stream):
26099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26100           add debug categories
26101
26102 2004-07-16  Wim Taymans  <wim@fluendo.com>
26103
26104         * ext/libpng/Makefile.am:
26105         * ext/libpng/gstpng.c: (plugin_init):
26106         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26107         (gst_pngdec_get_type), (gst_pngdec_base_init),
26108         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26109         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26110         * ext/libpng/gstpngdec.h:
26111         Added png decoder.
26112
26113 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26114
26115         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26116         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26117         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26118         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26119         (gst_ximagesink_buffer_alloc):
26120         * sys/ximage/ximagesink.h:
26121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26122         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26123         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26124         (gst_xvimagesink_buffer_alloc):
26125         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26126         again. Using internal data pointer of the x(v)image to store image's
26127         data to be coherent with the buffer alloc mechanism. Investigated the
26128         image destruction code to be sure that everything gets freed correctly.
26129
26130 2004-07-16  Wim Taymans  <wim@fluendo.com>
26131
26132         * gst-libs/gst/riff/riff-read.c:
26133         (gst_riff_read_strf_vids_with_data),
26134         (gst_riff_read_strf_auds_with_data):
26135         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26136         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26137         Make sure we don't create 0 sized subbuffers in riff-read.
26138         Signal the no more pads signal after reading the avi header.
26139
26140 2004-07-16  Wim Taymans  <wim@fluendo.com>
26141
26142         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26143         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26144         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26145         (gst_decode_bin_init), (gst_decode_bin_dispose),
26146         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26147         (no_more_pads), (close_link), (type_found),
26148         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26149         (gst_decode_bin_change_state), (plugin_init):
26150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26151         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26152         (gst_play_base_bin_dispose), (queue_overrun),
26153         (gen_preroll_element), (remove_prerolls), (unknown_type),
26154         (no_more_pads), (new_stream), (setup_source),
26155         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26156         (play_base_eos), (gst_play_base_bin_change_state),
26157         (gst_play_base_bin_add_element),
26158         (gst_play_base_bin_remove_element),
26159         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26160         (gst_play_base_bin_unlink_stream),
26161         (gst_play_base_bin_get_streaminfo):
26162         * gst/playback/gstplaybasebin.h:
26163         Better error recovery. Added configurable preroll queue size. Faster
26164         detection of no-more-pads.
26165
26166 2004-07-16  Wim Taymans  <wim@fluendo.com>
26167
26168         * gst-libs/gst/video/video.h:
26169         Added 32 bits RGBA. Not sure if we should use another mime-type
26170         for alpha rgb. Currently the presence of the alpha_mask property
26171         signals an alpha channel.
26172
26173 2004-07-16  Wim Taymans  <wim@fluendo.com>
26174
26175         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26177         FPS seems to be 0.0 to MAX everywhere else.
26178
26179 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26180
26181         * gst-libs/gst/riff/riff-media.c:
26182         (gst_riff_create_video_caps_with_data):
26183           mp42/mp43 (no caps) exist too.
26184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26185           Set pixel_width/height; we've got them in-caps.
26186         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26187         * gst/wavparse/gstwavparse.c: (plugin_init):
26188           Both are valid primary.
26189         * sys/oss/gstossmixer.c:
26190           Remove i18n hack and enable translations.
26191
26192 2004-07-15  Benjamin Otte  <otte@gnome.org>
26193
26194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26195         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26196           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26197
26198 2004-07-15  Benjamin Otte  <otte@gnome.org>
26199
26200         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26201         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26202         (gst_alsa_close_audio):
26203           disable some of the debugging code for now. Writing debugging to a
26204           buffer is broken in current alsalib releases.
26205
26206 2004-07-12  Benjamin Otte  <otte@gnome.org>
26207
26208         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26209           use bufferpools
26210
26211 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26212
26213         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26214         (theora_dec_src_query), (theora_dec_event):
26215         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26216           add debugging categories.  Remove \n's.
26217
26218 2004-07-13  Johan Dahlin  <johan@gnome.org>
26219
26220         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26221         (gst_play_bin_get_property): Impl.
26222
26223 2004-07-13  Wim Taymans  <wim@fluendo.com>
26224
26225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26226         When trying to find the stream length, seek back N pages
26227         instead of just one, where N is the number of streams in
26228         the current chain.
26229
26230 2004-07-13  Wim Taymans  <wim@fluendo.com>
26231
26232         * gst-libs/gst/riff/riff-media.c:
26233         (gst_riff_create_audio_caps_with_data),
26234         (gst_riff_create_audio_caps),
26235         (gst_riff_create_audio_template_caps):
26236         * gst-libs/gst/riff/riff-media.h:
26237         * gst-libs/gst/riff/riff-read.c:
26238         (gst_riff_read_strf_vids_with_data),
26239         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26240         * gst-libs/gst/riff/riff-read.h:
26241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26242         (gst_avi_demux_add_stream):
26243         Set codec_data on caps for avidemuxer.
26244
26245 2004-07-12  David Schleef  <ds@schleef.org>
26246
26247         * configure.ac: Fix test for Objective C
26248
26249 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26250         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26251         (gst_gdk_pixbuf_chain):
26252           Add svg and pcx to template caps, and ensure that getcaps returns a
26253           subset of the template caps.
26254           Copy each row manually for output, as gdkpixbuf may pad the
26255           rowstride to a 32-bit word boundary.
26256
26257 2004-07-12  Wim Taymans  <wim@fluendo.com>
26258
26259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26260         (gst_riff_create_video_template_caps):
26261         Fix the template caps to include some more media types.
26262
26263 2004-07-12  Wim Taymans  <wim@fluendo.com>
26264
26265         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26266         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26267         (compare_ranks), (print_feature), (gst_decode_bin_init),
26268         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26269         (try_to_link_1), (new_pad), (close_link), (type_found),
26270         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26271         (gst_decode_bin_change_state), (plugin_init):
26272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26273         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26274         (gst_play_base_bin_dispose), (queue_overrun),
26275         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26276         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26277         (gst_play_base_bin_get_property), (play_base_eos),
26278         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26279         (gst_play_base_bin_remove_element),
26280         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26281         (gst_play_base_bin_unlink_stream),
26282         (gst_play_base_bin_get_streaminfo):
26283         * gst/playback/gstplaybasebin.h:
26284         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26285         (gst_play_bin_class_init), (gst_play_bin_init),
26286         (gst_play_bin_dispose), (gst_play_bin_set_property),
26287         (gst_play_bin_get_property), (gen_video_element),
26288         (gen_audio_element), (remove_sinks), (setup_sinks),
26289         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26290         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26291         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26292         (gst_play_bin_query), (plugin_init):
26293         * gst/playback/test4.c: (main):
26294         More fixes on reusing of the element.
26295
26296 2004-07-11  Benjamin Otte  <otte@gnome.org>
26297
26298         * ext/mad/gstmad.c: (normal_seek):
26299           allow seeking for other methods than just SET
26300
26301 2004-07-11  Andy Wingo  <wingo@pobox.com>
26302
26303         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26304         float, "any" caps -> buffer_frames=[0,MAX].
26305
26306         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26307         doesn't intersect our caps with the template any more. Do it
26308         ourselves.
26309         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26310
26311 2004-07-09  Wim Taymans  <wim@fluendo.com>
26312
26313         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26314         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26315         (compare_ranks), (print_feature), (gst_decode_bin_init),
26316         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26317         (try_to_link_1), (new_pad), (close_link), (type_found),
26318         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26319         (gst_decode_bin_change_state), (plugin_init):
26320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26321         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26322         (gst_play_base_bin_dispose), (queue_overrun),
26323         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26324         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26325         (gst_play_base_bin_get_property), (play_base_eos),
26326         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26327         (gst_play_base_bin_remove_element),
26328         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26329         (gst_play_base_bin_unlink_stream),
26330         (gst_play_base_bin_get_streaminfo):
26331         * gst/playback/gstplaybasebin.h:
26332         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26333         (gst_play_bin_class_init), (gst_play_bin_init),
26334         (gst_play_bin_dispose), (gst_play_bin_set_property),
26335         (gst_play_bin_get_property), (gen_video_element),
26336         (gen_audio_element), (remove_sinks), (setup_sinks),
26337         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26338         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26339         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26340         (gst_play_bin_query), (plugin_init):
26341         * gst/playback/test4.c: (main):
26342         Work on object reuse and seeking.
26343
26344 2004-07-09  Wim Taymans  <wim@fluendo.com>
26345
26346         * examples/seeking/seek.c: (iterate):
26347         Don't consume all CPU in the idle loop.
26348
26349 2004-07-09  Wim Taymans  <wim@fluendo.com>
26350
26351         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26352         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26353         Add pad to element *after* setting the pad functions so that
26354         the scheduler can use the correct ones.
26355
26356 2004-07-09  Wim Taymans  <wim@fluendo.com>
26357
26358         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26359         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26360         Sync to keyframe after seek
26361
26362 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26363
26364         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26366         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26367         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26368         * ext/libvisual/visual.c: (gst_visual_change_state):
26369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26370         * ext/theora/theoradec.c: (theora_dec_change_state):
26371         * ext/theora/theoraenc.c: (theora_enc_change_state):
26372         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26373         * gst-libs/gst/navigation/navigation.c:
26374         * gst/adder/gstadder.c: (gst_adder_change_state):
26375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26376         (gst_audio_convert_get_buffer):
26377         * gst/multipart/multipartdemux.c:
26378         (gst_multipart_demux_change_state):
26379         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26381         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26382         * gst/videoscale/gstvideoscale.c:
26383         (gst_videoscale_handle_src_event):
26384         * gst/volume/gstvolume.c: (volume_chain_int16):
26385           don't assert in state change, this should be done by the base
26386           GstElement class.
26387           various debugging fixes.
26388
26389 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26390
26391         * configure.ac:
26392         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26393         (gst_play_dispose), (gst_play_set_location),
26394         (gst_play_set_data_src), (gst_play_set_video_sink),
26395         (gst_play_set_audio_sink), (gst_play_set_visualization),
26396         (gst_play_connect_visualization), (gst_play_get_sink_element),
26397         (gst_play_get_all_by_interface):
26398         * gst-libs/gst/play/play.h:
26399           add new method to get elements implementing an interface.
26400           add various error logging
26401
26402 2004-07-08  Wim Taymans  <wim@fluendo.com>
26403
26404         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26405         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26406         (make_playerbin_pipeline), (query_durations_elems),
26407         (query_durations_pads), (query_positions_elems),
26408         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26409         (main):
26410         Added playbin seeking example.
26411
26412 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26413
26414         * gst-libs/gst/play/play.c: (gst_play_set_location),
26415         (gst_play_set_data_src), (gst_play_set_video_sink),
26416         (gst_play_set_audio_sink), (gst_play_set_visualization),
26417         (gst_play_connect_visualization), (gst_play_get_framerate):
26418           use a macro to look up elements from hash table
26419
26420 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26421
26422         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26423         (gst_play_get_length_callback), (gst_play_set_location),
26424         (gst_play_seek_to_time), (gst_play_set_data_src),
26425         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26426         (gst_play_set_visualization), (gst_play_connect_visualization),
26427         (gst_play_get_sink_element):
26428         - add debugging info
26429         - fix looking up sink elements by iterating over complete caps
26430         - put everything except for source and autoplugger in a complete bin
26431
26432 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26433
26434         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26436         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26437         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26438         * ext/alsa/gstalsasink.h:
26439         - add debugging info
26440         - clean up schizophrenia of data/buffer/event
26441         - fix double event unref error
26442
26443 2004-07-08  Wim Taymans  <wim@fluendo.com>
26444
26445         * gst/playback/Makefile.am:
26446         Add headers to noinst
26447
26448 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26449
26450         * tools/gst-launch-ext-m.m:
26451         * tools/gst-launch-ext.1.in:
26452           convert to the third millenium
26453
26454 2004-07-07  David Schleef  <ds@schleef.org>
26455
26456         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26457
26458 2004-07-07  Wim Taymans  <wim@fluendo.com>
26459
26460         * gst/playback/Makefile.am:
26461         * gst/playback/README:
26462         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26463         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26464         (compare_ranks), (print_feature), (gst_decode_bin_init),
26465         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26466         (try_to_link_1), (new_pad), (close_link), (type_found),
26467         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26468         (plugin_init):
26469         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26470         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26471         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26472         (gen_preroll_element), (no_more_pads), (new_stream),
26473         (setup_source), (gst_play_base_bin_set_property),
26474         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26475         (gst_play_base_bin_add_element),
26476         (gst_play_base_bin_remove_element),
26477         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26478         (gst_play_base_bin_unlink_stream),
26479         (gst_play_base_bin_get_streaminfo):
26480         * gst/playback/gstplaybasebin.h:
26481         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26482         (gst_play_bin_class_init), (gst_play_bin_init),
26483         (gst_play_bin_dispose), (gst_play_bin_set_property),
26484         (gst_play_bin_get_property), (gen_video_element),
26485         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26486         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26487         (gst_play_bin_get_formats), (gst_play_bin_convert),
26488         (gst_play_bin_get_query_types), (gst_play_bin_query),
26489         (plugin_init):
26490         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26491         (gst_stream_info_get_type), (gst_stream_info_class_init),
26492         (gst_stream_info_init), (gst_stream_info_new),
26493         (gst_stream_info_dispose), (gst_stream_info_set_property),
26494         (gst_stream_info_get_property):
26495         * gst/playback/gststreaminfo.h:
26496         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26497         (main):
26498         * gst/playback/test2.c: (main):
26499         * gst/playback/test3.c: (update_scale), (main):
26500         More playbin fixes. Added README. Do better element filtering.
26501         Added base class to preroll media. Added test apps.
26502
26503 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26504
26505         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26506         * ext/mpeg2dec/gstmpeg2dec.h:
26507           various debugging improvements.  Reset stream to next picture
26508           instead of sequence header, otherwise seeks cannot work.
26509
26510 2004-07-07  Wim Taymans  <wim@fluendo.com>
26511
26512         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26513         (gst_video_box_class_init), (gst_video_box_set_property),
26514         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26515         Use pad_alloc where possible.
26516
26517 2004-07-07  Wim Taymans  <wim@fluendo.com>
26518
26519         * sys/oss/gstosselement.c: (gst_osselement_reset),
26520         (gst_osselement_parse_caps):
26521         * sys/oss/gstosselement.h:
26522         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26523         Fix offset on osssrc.
26524
26525 2004-07-07  Wim Taymans  <wim@fluendo.com>
26526
26527         * ext/theora/theora.c: (plugin_init):
26528         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26529         (theora_dec_src_query), (theora_dec_chain):
26530         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26531         (theora_enc_sink_link), (theora_buffer_from_packet),
26532         (theora_push_packet), (theora_enc_chain):
26533         Fix theora granulepos calculation.
26534         Fix overflow in duration/position calculation.
26535         Bump rank to PRIMARY for theoradec.
26536         Use granulepos of last packet to calculate position.
26537         Set keyframe flag on buffers when needed.
26538
26539 2004-07-06  David Schleef  <ds@schleef.org>
26540
26541         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26542         serious?  (Fixed, obviously.)
26543
26544 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26545
26546         * po/LINGUAS:
26547         * po/cs.po:
26548           added Czech translation (Miloslav Trmac)
26549
26550 2004-07-05  Wim Taymans  <wim@fluendo.com>
26551
26552         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26553         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26554         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26555         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26556         (close_link), (type_found), (gst_decode_bin_set_property),
26557         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26558         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26559         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26560         (gst_decode_bin_query), (plugin_init):
26561         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26562         (gst_play_bin_class_init), (gst_play_bin_init),
26563         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26564         (get_video_element), (new_pad), (setup_source),
26565         (gst_play_bin_set_property), (gst_play_bin_get_property),
26566         (gst_play_bin_change_state), (gst_play_bin_add_element),
26567         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26568         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26569         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26570         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26571         * gst/playback/test.c: (main):
26572         More fixes, cleaned up playbin, make it use decodebin. Added
26573         threaded property to playbin.
26574
26575 2004-07-05  Wim Taymans  <wim@fluendo.com>
26576
26577         * configure.ac:
26578         * gst/playback/Makefile.am:
26579         * gst/playback/decodetest.c: (main):
26580         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26581         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26582         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26583         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26584         (close_link), (type_found), (gst_decode_bin_set_property),
26585         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26586         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26587         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26588         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26589         (plugin_init):
26590         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26591         (gst_play_bin_class_init), (gst_play_bin_init),
26592         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26593         (collect_sink_pads), (find_compatibles), (close_pad_link),
26594         (try_to_link_1), (new_pad), (close_link), (type_found),
26595         (setup_source), (gst_play_bin_set_property),
26596         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26597         (compare_ranks), (gst_play_bin_collect_factories),
26598         (gst_play_bin_change_state), (gst_play_bin_add_element),
26599         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26600         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26601         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26602         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26603         * gst/playback/test.c: (main):
26604         Added some playback helper elements and some test apps, very alpha
26605         still.
26606
26607 2004-07-04  Benjamin Otte  <otte@gnome.org>
26608
26609         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26610           only restart audio when we indeed have an xrun to fix repeated
26611           xruns. Fix suggested by Giuliano Pochini.
26612
26613 2004-07-03  David Schleef  <ds@schleef.org>
26614
26615         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26616         call to gst_debug_log() if debugging is disabled (bug #145118)
26617
26618 2004-07-03  Benjamin Otte  <otte@gnome.org>
26619
26620         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26621           use our own functions for restarting the alsa device.
26622         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26623           I should apply patches myself - use MIN for the third argument, not
26624           the second, this fixes seeking
26625
26626 2004-07-02  David Schleef  <ds@schleef.org>
26627
26628         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26629         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26630         do with the logic.
26631
26632 2004-07-02  David Schleef  <ds@schleef.org>
26633
26634         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26635         output buffers.  Fix logic mistake.  (bug #144866)
26636
26637 2004-07-02  David Schleef  <ds@schleef.org>
26638
26639         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26640         on X.  (bug #144753)
26641
26642 2004-07-02  David Schleef  <ds@schleef.org>
26643
26644         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26645         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26646         (bug #144624)
26647         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26648         (gst_osselement_rate_probe_check): Add another workaround for
26649         buggy drivers (bug #145336)
26650
26651 2004-07-02  David Schleef  <ds@schleef.org>
26652
26653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26654         Most systems don't have MSG_NOSIGNAL.
26655
26656 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * Makefile.am:
26659         * gst-libs/gst/colorbalance/Makefile.am:
26660         * gst-libs/gst/mixer/Makefile.am:
26661         * gst-libs/gst/play/Makefile.am:
26662         * gst-libs/gst/tuner/Makefile.am:
26663           (hopefully) fix both install and dist and make error message useful.
26664           needs testing across automakes.
26665
26666 2004-07-02  Benjamin Otte  <otte@gnome.org>
26667
26668         * ext/ogg/gstogg.c: (plugin_init):
26669           we require bytestream now
26670         * ext/ogg/gstoggdemux.c:
26671           huge diff to implement chain setup in a fast and generic way. This
26672           improves tag reading and startup of huge files (read: Theora videos)
26673           quite a bit. It probably contains bugs, too, so please test.
26674           Seeking is not improved to the fast method.
26675
26676 2004-06-29  Wim Taymans  <wim@fluendo.com>
26677
26678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26679         * ext/ogg/gstoggmux.c:
26680         Fix memleak in oggdemux when running unconnected pads.
26681         doc update in mux, start working on keyframe mode.
26682
26683 2004-06-29  Benjamin Otte  <otte@gnome.org>
26684
26685         * sys/oss/gstosssink.c:
26686         * sys/oss/gstosssrc.c:
26687           advertise correct template caps - we indeed do non-native endianness
26688           and 8bit audio has no endianness
26689         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26691           avoid (wrong) duplications in getcaps function and return
26692           template caps
26693
26694 2004-06-29  Wim Taymans  <wim@fluendo.com>
26695
26696         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26697         (gst_multifdsink_class_init), (gst_multifdsink_add),
26698         (gst_multifdsink_remove), (gst_multifdsink_clear),
26699         (gst_multifdsink_client_remove),
26700         (gst_multifdsink_handle_client_read),
26701         (gst_multifdsink_client_queue_data),
26702         (gst_multifdsink_client_queue_caps),
26703         (gst_multifdsink_client_queue_buffer),
26704         (gst_multifdsink_handle_client_write),
26705         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26706         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26707         (gst_multifdsink_init_send), (gst_multifdsink_close):
26708         Fix wrong GList iteration that could crash the server when
26709         more then 2 clients disconnect at the same time. Read all the
26710         pending commands in one batch to recover from command storms under
26711         very heavy load.
26712
26713 2004-06-28  Wim Taymans  <wim@fluendo.com>
26714
26715         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26716         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26717         (gst_videomixer_pad_set_property),
26718         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26719         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26720         (gst_videomixer_class_init), (gst_videomixer_init),
26721         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26722         (pad_zorder_compare), (gst_videomixer_sort_pads),
26723         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26724         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26725         (gst_videomixer_update_queues), (gst_videomixer_loop),
26726         (plugin_init):
26727         Avoid divide by zero, choose masterpad as the pad with the highest
26728         framerate.
26729
26730 2004-06-27  Julien Moutte  <julien@moutte.net>
26731
26732         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26733         (gst_ximagesink_xwindow_new):
26734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26735         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26736         function directly. We might want to call it from somewhere else one day.
26737
26738 2004-06-27  Julien Moutte  <julien@moutte.net>
26739
26740         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26741         (gst_ximagesink_xwindow_new):
26742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26743         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26744         window decorations.
26745
26746 2004-06-27  Wim Taymans  <wim@fluendo.com>
26747
26748         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26749         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26750         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26751         (gst_dvdec_set_property), (gst_dvdec_get_property):
26752         * ext/dv/gstdvdec.h:
26753         Implement drop_factor property to lower the framerate with
26754         a factor.
26755
26756 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26757
26758         * gst-libs/gst/colorbalance/Makefile.am:
26759         * gst-libs/gst/mixer/Makefile.am:
26760         * gst-libs/gst/play/Makefile.am:
26761         * gst-libs/gst/tuner/Makefile.am:
26762           unbreak Company's fix that didn't install the -enum.h files
26763
26764 2004-06-27  Wim Taymans  <wim@fluendo.com>
26765
26766         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26767         (gst_dvdec_change_state):
26768         * ext/dv/gstdvdec.h:
26769         Fix timestamp, duration and offset of the buffers.
26770
26771 2004-06-27  Wim Taymans  <wim@fluendo.com>
26772
26773         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26774         (gst_multifdsink_class_init), (gst_multifdsink_add),
26775         (gst_multifdsink_remove), (gst_multifdsink_clear),
26776         (gst_multifdsink_client_remove),
26777         (gst_multifdsink_handle_client_read),
26778         (gst_multifdsink_client_queue_data),
26779         (gst_multifdsink_client_queue_caps),
26780         (gst_multifdsink_client_queue_buffer),
26781         (gst_multifdsink_handle_client_write),
26782         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26783         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26784         (gst_multifdsink_init_send), (gst_multifdsink_close):
26785         * gst/tcp/gstmultifdsink.h:
26786         * gst/tcp/gsttcpserversink.c:
26787         (gst_tcpserversink_handle_server_read),
26788         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26789         More multifdsink fixes, more recovery policy fixes.
26790         Removed stupid g_print
26791
26792 2004-06-26  Wim Taymans  <wim@fluendo.com>
26793
26794         * gst/tcp/Makefile.am:
26795         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26796         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26797         (gst_multifdsink_class_init), (gst_multifdsink_init),
26798         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26799         (gst_multifdsink_handle_client_read),
26800         (gst_multifdsink_client_queue_data),
26801         (gst_multifdsink_client_queue_caps),
26802         (gst_multifdsink_client_queue_buffer),
26803         (gst_multifdsink_handle_client_write),
26804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26805         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26806         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26807         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26808         (gst_multifdsink_close), (gst_multifdsink_change_state):
26809         * gst/tcp/gstmultifdsink.h:
26810         * gst/tcp/gsttcpplugin.c: (plugin_init):
26811         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26812         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26813         (gst_tcpserversink_handle_server_read),
26814         (gst_tcpserversink_handle_select),
26815         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26816         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26817         * gst/tcp/gsttcpserversink.h:
26818         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26819         one of the locks, added recovery policy to multifdsink.
26820
26821 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26822
26823         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26824           fix decision for when getting frames with same timestamp
26825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26826         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26827         (gst_v4lsrc_get_property):
26828         * sys/v4l/gstv4lsrc.h:
26829           add latency offset property
26830
26831 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26832
26833         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26834         (plugin_init):
26835           fix debugging. add category.
26836
26837 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26838
26839         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26840           fix wrong offsets
26841
26842 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26843
26844         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26845         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26846         (gst_alsa_src_change_state):
26847           return a time that is in sync with the element's processing
26848
26849 2004-06-25  Wim Taymans  <wim@fluendo.com>
26850
26851         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26852         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26853         (gst_tcpserversink_client_remove),
26854         (gst_tcpserversink_handle_client_read),
26855         (gst_tcpserversink_client_queue_data),
26856         (gst_tcpserversink_client_queue_caps),
26857         (gst_tcpserversink_client_queue_buffer),
26858         (gst_tcpserversink_handle_client_write),
26859         (gst_tcpserversink_queue_buffer),
26860         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26861         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26862         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26863         (gst_tcpserversink_close):
26864         * gst/tcp/gsttcpserversink.h:
26865         Serversink rewrite. Really do non blocking writes to clients and
26866         maintain an internal queue to handle slower clients while not
26867         disturbing fast clients.
26868
26869 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26870
26871         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26872           better debug, don't override OFFSET and OFFSET_END
26873
26874 2004-06-25  Iain <iain@prettypeople.org>
26875
26876         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26877         name=source for the wavparse pipeline.
26878
26879 2004-06-24  Johan Dahlin  <johan@gnome.org>
26880
26881         * ext/theora/theoraenc.c (theora_enc_chain): Call
26882         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26883         streamheader caps are set correctly.
26884
26885 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26886
26887         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26888         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26889           respect minimum bitrate; same could be done for max bitrate
26890
26891 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26892
26893         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26894         (gst_vorbisenc_setup):
26895           fix sample rate range
26896
26897 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26898
26899         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26900         (gst_oggvorbisenc_setup):
26901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26902         (gst_vorbisenc_setup):
26903           resolve ambiguities in code and description
26904
26905 2004-06-24  Wim Taymans  <wim@fluendo.com>
26906
26907         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26908         * ext/alsa/gstalsa.h:
26909         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26910         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26911         Use alsa trigger_tstamp to get the timestamp of the first
26912         sample in the buffer for more precise sync. Some cleanups.
26913
26914 2004-06-24  Wim Taymans  <wim@fluendo.com>
26915
26916         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26917         (gst_audiorate_init), (gst_audiorate_chain),
26918         (gst_audiorate_set_property), (gst_audiorate_get_property):
26919         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26920         (gst_videorate_chain):
26921         Added some logging, fixed an overflow bug in videorate.
26922
26923 2004-06-24  Benjamin Otte  <otte@gnome.org>
26924
26925         * ext/kio/Makefile.am:
26926           fix for builddir != srcdir and distcheck
26927
26928 2004-06-24  Benjamin Otte  <otte@gnome.org>
26929
26930         * gst-libs/gst/colorbalance/Makefile.am:
26931         * gst-libs/gst/mixer/Makefile.am:
26932         * gst-libs/gst/play/Makefile.am:
26933         * gst-libs/gst/tuner/Makefile.am:
26934         * gst/tcp/Makefile.am:
26935         * sys/dxr3/Makefile.am:
26936           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26937           tarball.
26938           Also add all *.list files that were missing.
26939         * Makefile.am:
26940           add a distcheck hook to ensure the above doesn't happen again.
26941
26942 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26943
26944         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26945
26946 2004-06-23  Colin Walters  <walters@redhat.com>
26947
26948         * m4/Makefile.am: Distribute gst-fionread.m4.
26949
26950 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26951
26952         * configure.ac: back to dev
26953
26954 2004-06-23  Wim Taymans  <wim@fluendo.com>
26955
26956         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26957         (gst_alsa_xrun_recovery):
26958         * ext/alsa/gstalsa.h:
26959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26960         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26961         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26962         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26963         (gst_alsa_src_loop):
26964         Add clock to alsasrc. Take new capture timestamp when
26965         restarting after an overrun. Split up some functions between
26966         alsasrc and alsasink.
26967
26968 === release 0.8.2 ===
26969
26970 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26971
26972         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26973         (gst_alsa_change_state), (gst_alsa_update_avail),
26974         (gst_alsa_xrun_recovery):
26975         * ext/alsa/gstalsa.h:
26976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26977           merge back changes from release
26978
26979 2004-06-23  Wim Taymans  <wim@fluendo.com>
26980
26981         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26982         (gst_audiorate_init), (gst_audiorate_chain),
26983         (gst_audiorate_set_property), (gst_audiorate_get_property):
26984         Implement sample dropping and notify
26985
26986 2004-06-22  Wim Taymans  <wim@fluendo.com>
26987
26988         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26989         (theora_enc_sink_link), (theora_buffer_from_packet),
26990         (theora_push_packet), (theora_enc_chain):
26991         Some cleanups, make sure the timestamps are correct.
26992
26993 2004-06-22  Wim Taymans  <wim@fluendo.com>
26994
26995         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26996         (gst_alsa_change_state), (gst_alsa_update_avail),
26997         (gst_alsa_xrun_recovery):
26998         * ext/alsa/gstalsa.h:
26999         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27000         Cleanups, take queued samples into account when reporting
27001         the time.
27002
27003 2004-06-22  Wim Taymans  <wim@fluendo.com>
27004
27005         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27006         (gst_videorate_init):
27007         Initialize the property as well.
27008
27009 2004-06-22  Wim Taymans  <wim@fluendo.com>
27010
27011         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27012         (gst_videorate_init), (gst_videorate_chain),
27013         (gst_videorate_set_property), (gst_videorate_get_property):
27014         Add property to make videorate silent.
27015         Add property to prefer new frames over old ones.
27016
27017 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27018
27019         * sys/osxvideo/Makefile.am:
27020         Workaround so that the osxvideo .so file gets linked with the
27021         Cocoa, OpenGL and QuickTime frameworks
27022
27023 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27024
27025         * sys/osxaudio/Makefile.am:
27026         Workaround so that the osxaudio .so file gets linked with the
27027         CoreAudio framework
27028
27029 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27030
27031         * configure.ac:
27032         Whoops, my fault...fixed build issues
27033
27034 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27035
27036         * configure.ac:
27037         Add objective-c support if running in Darwin/Mac OS X
27038         * sys/Makefile.am:
27039         * sys/osxvideo:
27040         * sys/osxvideo/Makefile.am:
27041         * sys/osxvideo/osxvideosink.h:
27042         * sys/osxvideo/osxvideosink.m:
27043         * sys/osxvideo/cocoawindow.h:
27044         * sys/osxvideo/cocoawindow.m:
27045         Add osxvideosink, a cocoa-based osx video sink
27046
27047
27048 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27049         * ext/dvdnav/gst-dvd:
27050         Grab the gconf key from the right spot
27051         * gst/debug/gstnavseek.c: (gst_navseek_init),
27052         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27053         (gst_navseek_chain):
27054         * gst/debug/gstnavseek.h:
27055           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27056           and loop parameters of a segment seek.
27057         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27058         (gst_videotestsrc_get_event_masks),
27059         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27060         * gst/videotestsrc/gstvideotestsrc.h:
27061           Add seeking support to videotestsrc
27062           Initialise the timestamp_offset variable.
27063
27064 2004-06-18  Wim Taymans  <wim@fluendo.com>
27065
27066         * ext/sidplay/gstsiddec.cc:
27067         Fix negotiation and set correct end offset.
27068
27069 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27070
27071         * configure.ac: branch and prerelease
27072
27073 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27074
27075         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27076         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27077         (gst_tcpclientsrc_init_receive):
27078         * gst/tcp/gsttcpclientsrc.h:
27079           read caps when connecting to server for GDP so we set them correctly
27080
27081 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27082
27083         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27084           notify drops and duplicates
27085         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27086           no good reason to limit ourselves to 100x100
27087
27088 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27089
27090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27091         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27092         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27093         (gst_v4lsrc_get_property):
27094         * sys/v4l/gstv4lsrc.h:
27095         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27096         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27097         (gst_v4l_set_audio):
27098         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27099         (gst_v4lsrc_try_capture):
27100         * sys/v4l/v4lsrc_calls.h:
27101           change try_palette to more general try_capture
27102           add autoprobe option so we can turn off autoprobing
27103           various fixes
27104
27105 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27106
27107         * configure.ac:
27108           add videorate
27109         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27110         (gst_ximagesink_class_init):
27111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27112         (gst_xvimagesink_class_init):
27113           run them as finalize, not dispose, since dispose can be invoked
27114           multiple times
27115
27116 2004-06-17  Wim Taymans  <wim@fluendo.com>
27117
27118         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27119         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27120         * ext/alsa/gstalsa.h:
27121         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27122         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27123         (gst_alsa_src_change_state):
27124         * ext/alsa/gstalsasrc.h:
27125         Make the xrun code timestamp and offset the buffers correctly.
27126         moved the clock to the base class, use alsa methods to get time.
27127         Do correct timestamping on outgoing buffers.
27128
27129 2004-06-17  Wim Taymans  <wim@fluendo.com>
27130
27131         * gst/audiorate/Makefile.am:
27132         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27133         (gst_audiorate_base_init), (gst_audiorate_class_init),
27134         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27135         (gst_audiorate_set_property), (gst_audiorate_get_property),
27136         (gst_audiorate_change_state), (plugin_init):
27137         Added an audiorate converter that fills in gaps.
27138
27139 2004-06-17  Johan Dahlin  <johan@gnome.org>
27140
27141         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27142
27143 2004-06-16  Wim Taymans  <wim@fluendo.com>
27144
27145         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27147         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27148         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27149         (gst_v4lsrc_get_property):
27150         * sys/v4l/gstv4lsrc.h:
27151         Added a copy mode to v4lsrc where it will output a copied version
27152         of its internal hardware buffer.
27153         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27154         can't | them.
27155
27156 2004-06-16  Wim Taymans  <wim@fluendo.com>
27157
27158         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27159         Timestamp fixes.
27160
27161 2004-06-16  Wim Taymans  <wim@fluendo.com>
27162
27163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27164         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27165         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27166         (gst_v4lsrc_get_property):
27167         * sys/v4l/gstv4lsrc.h:
27168         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27169         Added a sync mode enum property to control v4lsrc timestamp method
27170         Removed the use-fixed-fps property and moved functionality in
27171         the enum.
27172         Don't error on an error value from v4l-conf, it might not always
27173         be a real error.
27174
27175 2004-06-16  Wim Taymans  <wim@fluendo.com>
27176
27177         * gst/videorate/Makefile.am:
27178         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27179         (gst_videorate_base_init), (gst_videorate_class_init),
27180         (gst_videorate_getcaps), (gst_videorate_link),
27181         (gst_videorate_init), (gst_videorate_chain),
27182         (gst_videorate_set_property), (gst_videorate_get_property),
27183         (gst_videorate_change_state), (plugin_init):
27184         Added a video timestamp corrector.
27185
27186 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27187
27188         fixed a potential leak with previous commit
27189
27190         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27191
27192 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27193
27194         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27195         Added missing refcount, fixes bug #144425
27196         Cheers Tim for finding the bug
27197
27198 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * sys/v4l/gstv4l.c: (plugin_init):
27201         * sys/v4l/gstv4lcolorbalance.c:
27202         * sys/v4l/gstv4lcolorbalance.h:
27203         * sys/v4l/gstv4lelement.c:
27204         * sys/v4l/gstv4lelement.h:
27205         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27206         * sys/v4l/gstv4lmjpegsink.h:
27207         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27208         * sys/v4l/gstv4lmjpegsrc.h:
27209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27210         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27211         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27212         * sys/v4l/gstv4lsrc.h:
27213         * sys/v4l/gstv4ltuner.c:
27214         * sys/v4l/gstv4ltuner.h:
27215         * sys/v4l/gstv4lxoverlay.c:
27216         * sys/v4l/gstv4lxoverlay.h:
27217         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27218         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27219         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27220         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27221         (gst_v4l_set_audio):
27222         * sys/v4l/v4l_calls.h:
27223         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27224         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27225         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27226         (gst_v4lmjpegsink_playback_init),
27227         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27228         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27229         (gst_v4lmjpegsink_playback_stop),
27230         (gst_v4lmjpegsink_playback_deinit):
27231         * sys/v4l/v4lmjpegsink_calls.h:
27232         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27233         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27234         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27235         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27236         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27237         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27238         * sys/v4l/v4lmjpegsrc_calls.h:
27239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27240         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27241         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27242         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27243         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27244         (gst_v4lsrc_try_palette):
27245         * sys/v4l/v4lsrc_calls.h:
27246           bunch of paranoia cleanups
27247
27248 2004-06-14  David Schleef  <ds@schleef.org>
27249
27250         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27251         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27252         Send discont events and change timestamps appropriately when
27253         we get a seek event.  (bug #144240)
27254         * ext/cdparanoia/gstcdparanoia.h:
27255
27256 2004-06-14  Benjamin Otte  <otte@gnome.org>
27257
27258         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27259           snd_pcm_hw_params_set_rate  since the latter fails for no good
27260           reason on some setups.
27261
27262 2004-06-14  David Schleef  <ds@schleef.org>
27263
27264         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27265         standard.  Thank you for playing.
27266
27267 2004-06-14  Wim Taymans  <wim@fluendo.com>
27268
27269         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27270         Patch 1.3 broke the ordering of the colorspace info and
27271         made the plugin basically work by coincidence, reordered
27272         the info.
27273
27274 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27275
27276         * ext/lame/gstlame.c:
27277         * ext/mad/gstmad.c:
27278           sync caps.  Make sure mad can only output a list of rates, not
27279           a full range.  In the future, have three caps lists for each of the
27280           mpeg versions.  Change mpegversion to a double as well.
27281
27282 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27283
27284         * gst/volume/.cvsignore:
27285         * gst/volume/Makefile.am:
27286         * gst/volume/demo.c: (value_changed_callback), (idler),
27287         (setup_gui), (main):
27288           added small demo app
27289
27290 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27291         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27292         * ext/esd/esdsink.h:
27293         Close the esd connection on pause, because esd will just wait -
27294         blocking all other esd clients indefinitely.
27295
27296 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27297
27298         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27299           previous commit with GST_DEBUG
27300
27301 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27302
27303         * configure.ac:
27304           add a header check for a dvdread header in dvdnav.  Fixes #133002
27305
27306 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27307
27308         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27309         * gst/tcp/gsttcpclientsink.h:
27310         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27311         * gst/tcp/gsttcpclientsrc.h:
27312         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27313         (gst_tcpserversink_handle_server_read),
27314         (gst_tcpserversink_init_send):
27315         * gst/tcp/gsttcpserversink.h:
27316         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27317         * gst/tcp/gsttcpserversrc.h:
27318         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27319         version of IP)
27320
27321 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27322
27323         * configure.ac:
27324         Added ogg library so that OSX detects libtheora properly
27325
27326 2004-06-11  Wim Taymans  <wim@fluendo.com>
27327
27328         * ext/theora/theoradec.c: (theora_dec_chain),
27329         (theora_dec_change_state):
27330         Don't try to decode frames before we received a keyframe.
27331
27332 2004-06-11  Wim Taymans  <wim@fluendo.com>
27333
27334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27335         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27336         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27337         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27338         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27339         Added property to set the maximum delay of a page.
27340
27341 2004-06-10  Wim Taymans  <wim@fluendo.com>
27342
27343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27344         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27345         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27346         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27347         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27348         Added max-delay property to control the maximum amount
27349         of data to put in one page.
27350
27351 2004-06-10  Wim Taymans  <wim@fluendo.com>
27352
27353         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27354         (gst_theora_enc_init), (theora_enc_sink_link),
27355         (theora_buffer_from_packet), (theora_enc_set_property),
27356         (theora_enc_get_property):
27357         Set duration on encoded buffer, added some more properties
27358
27359 2004-06-10  Wim Taymans  <wim@fluendo.com>
27360
27361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27362         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27363         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27364         * ext/theora/theoraenc.c: (theora_enc_chain):
27365         Fix refcounting bugs
27366
27367 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27370         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27371         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27372         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27373         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27374         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27375         (gst_asf_demux_change_state):
27376         * gst/asfdemux/gstasfdemux.h:
27377           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27378           feels like. I think we should set a new requirement for demuxers
27379           from now on to implement sane loop functions, data loops, query
27380           and seek functions before first commit into CVS. And this commit
27381           fixes all of the above.
27382
27383 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27384
27385         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27386           vorbis comments are properly encoded in UTF-8 before adding them
27387           to a GstTagList
27388
27389 2004-06-09  Benjamin Otte  <otte@gnome.org>
27390
27391         * ext/alsa/gstalsa.c: (add_channels):
27392           handle min <= max correctly
27393         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27394         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27395           add fixation functions so we fixate correctly. No preferring of alaw
27396           anymore because it's the first structure.
27397         * ext/alsa/gstalsa.h:
27398         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27399         (gst_alsa_hw_params_dump):
27400           add functions to ease debugging in alsalib
27401         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27402         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27403         (gst_alsa_start_audio):
27404           only specify hw params if we really setup a format (fixes #134007 -
27405           or at least works around it)
27406
27407 2004-06-09  Wim Taymans  <wim@fluendo.com>
27408
27409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27410         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27411         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27412         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27413         (gst_ogg_mux_loop):
27414         Use stream caps to setup the initial pages in the ogg stream.
27415         Correctly set the streamheader caps on the srcpad.
27416
27417 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27418
27419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27420         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27421         (gst_v4lsrc_getcaps):
27422         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27423         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27424           add querying of fps lists for webcams.  Negotiating to a framerate
27425           now works.
27426
27427 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27428
27429         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27430         (theora_push_buffer), (theora_push_packet),
27431         (theora_set_header_on_caps), (theora_enc_chain):
27432           mark buffers and put on streamheader, raw theora streaming
27433           now works too, whee
27434
27435 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27436
27437         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27438         (gst_tcp_gdp_read_caps):
27439           do a looping read for caps and GDP headers too
27440
27441 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27444         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27445           return EOS instead of NULL in _get
27446
27447 2004-06-08  Wim Taymans  <wim@fluendo.com>
27448
27449         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27450         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27451         (gst_tcp_gdp_write_caps):
27452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27453         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27454         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27455         Memory leak fixes
27456
27457 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27458
27459         * ext/vorbis/Makefile.am:
27460         * ext/vorbis/vorbis.c: (plugin_init):
27461         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27462         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27463         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27464         (vorbis_parse_change_state):
27465         * ext/vorbis/vorbisparse.h:
27466           adding a vorbisparse element that marks the buffers, streaming
27467           raw vorbis using GDP now works, whee
27468
27469 2004-06-08  Wim Taymans  <wim@fluendo.com>
27470
27471         * ext/jpeg/Makefile.am:
27472         * ext/jpeg/README:
27473         * ext/jpeg/gstjpeg.c: (plugin_init):
27474         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27475         (gst_smokedec_base_init), (gst_smokedec_class_init),
27476         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27477         * ext/jpeg/gstsmokedec.h:
27478         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27479         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27480         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27481         (gst_smokeenc_resync), (gst_smokeenc_chain),
27482         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27483         * ext/jpeg/gstsmokeenc.h:
27484         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27485         (smokecodec_flush_destination), (smokecodec_term_destination),
27486         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27487         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27488         (smokecodec_term_source), (smokecodec_encode_new),
27489         (smokecodec_decode_new), (smokecodec_info_free),
27490         (smokecodec_set_quality), (smokecodec_get_quality),
27491         (smokecodec_set_threshold), (smokecodec_get_threshold),
27492         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27493         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27494         (smokecodec_parse_header), (smokecodec_decode):
27495         * ext/jpeg/smokecodec.h:
27496         Added a new simple jpeg based codec
27497
27498 2004-06-08  Wim Taymans  <wim@fluendo.com>
27499
27500         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27501         (gst_multipart_mux_loop):
27502         Fix memory leak
27503
27504 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27505
27506         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27507         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27508         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27509         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27510         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27511         * gst/tcp/gsttcpserversink.h:
27512           take streamheader into account
27513
27514 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * gst/level/Makefile.am:
27517         * gst/level/gstlevel.c: (gst_level_class_init):
27518           clean up marshal generation
27519
27520 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * gst/tcp/Makefile.am:
27523         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27524         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27525         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27526         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27527         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27528         (gst_tcpclientsrc_get_property):
27529         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27530         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27531         (gst_tcpserversink_handle_client_read),
27532         (gst_tcpserversink_handle_client_write),
27533         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27534         * gst/tcp/gsttcpserversink.h:
27535           add signals client-added and client-removed
27536         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27537         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27538         (gst_tcpserversrc_get_property):
27539         uniformized, change default protocol to NONE
27540         * gst/tcp/gsttcp-marshal.list: added
27541 2004-06-07  Benjamin Otte  <otte@gnome.org>
27542
27543         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27544           handle discont events if they happen before caps nego
27545
27546 2004-06-07  Wim Taymans  <wim@fluendo.com>
27547
27548         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27549         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27550         (gst_multipart_demux_plugin_init):
27551         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27552         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27553         (gst_multipart_mux_change_state):
27554         Small updates, fix a memleak
27555
27556 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27557
27558         * configure.ac: OSS portability
27559         * ext/arts/gst_arts.c: idem
27560         * sys/oss/gstosselement.c: idem
27561         * sys/oss/gstossmixer.c: idem
27562         * sys/oss/gstosssink.c: idem
27563         * sys/oss/gstosssrc.c: idem
27564         * sys/oss/oss_probe.c: idem
27565           - check for soundcard.h in different places for some BSD
27566
27567 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27568
27569         * AUTHORS:
27570         Add me to the authors file
27571         * configure.ac:
27572         Increase the libdv requirement to >= version 0.100
27573         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27574         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27575         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27576         * ext/dv/gstdvdec.h:
27577         Add support for the new_media flag when sending DISCONT events
27578         Make the querying work when video pad is not linked
27579
27580 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27581
27582         reviewed by Benjamin Otte  <otte@gnome.org>
27583
27584         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27585           create a NULL-initialized array of pads, so we don't think they
27586           exist already. (fixes #143130)
27587
27588 2004-06-07  Benjamin Otte  <otte@gnome.org>
27589
27590         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27591         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27592         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27593           don't use // coments
27594
27595 2004-06-07  Benjamin Otte  <otte@gnome.org>
27596
27597         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27598           cast to GstClockTime to get higher granularity
27599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27600           use gst_element_set_time_delay to get the exact time
27601         * ext/mad/gstmad.c: (gst_mad_chain):
27602           use the negotiated rate instead of the current frame's rate which
27603           might be wrong because of bit errors. This avoids emitting totally
27604           bogus timestamps and screwing sync.
27605         (fixes #143454)
27606
27607 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27608
27609         reviewed by Benjamin Otte  <otte@gnome.org>
27610
27611         * gst/adder/gstadder.c: (gst_adder_loop):
27612           properly error out when no negotiation has happened yet. (fixes
27613           #143032)
27614
27615 2004-06-06  Benjamin Otte  <otte@gnome.org>
27616
27617         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27618           forward correctly transformed offset in discont events. Based on
27619           patch by Arwed v. Merkatz. (fixes #142851)
27620
27621 2004-06-06  David Schleef  <ds@schleef.org>
27622
27623         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27624         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27625         problems on several systems.
27626
27627 2004-06-06  Benjamin Otte  <otte@gnome.org>
27628
27629         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27630           use explicit caps on the srcpad
27631         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27632           properly error out if caps couldn't be set (fixes #142764)
27633
27634 2004-06-06  Benjamin Otte  <otte@gnome.org>
27635
27636         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27637         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27638         (gst_alsa_start_audio):
27639           - don't call set_periods_integer anymore, it breaks the
27640           configuration randomly
27641           - call snd_pcm_hw_params_set_access directly instead of using masks
27642           - don't fail if the sw_params can't be set, just use the default
27643           params and hope it works. Alsalib has weird issues when you touch
27644           sw_params and does no proper error reporting about what failed.
27645         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27646         (gst_alsa_close_audio):
27647           make our alsa debugging go via gst debugging and not conditionally
27648           defined
27649         * ext/alsa/gstalsa.h:
27650           add ALSA_DEBUG_FLUSH macro
27651         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27652         (plugin_init):
27653           wrap alsa errors to be printed via the gst debugging system and not
27654           spammed to stderr
27655
27656 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27657
27658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27659         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27660         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27661         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27662         (qtdemux_parse_trak):
27663         * gst/qtdemux/qtdemux.h:
27664           Bitch. Also known as seeking, querying & co.
27665         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27666         (gst_osssink_change_state):
27667         * sys/oss/gstosssink.h:
27668           Resyncing is for weenies, this hack is no longer needed and was
27669           broken anyway (since it - unintendedly - always leaves resync to
27670           TRUE).
27671
27672 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27673
27674         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27675         * gst/tcp/gsttcpclientsrc.h: idem
27676           - define MSG_NOSIGNAL if not done
27677           - include unistd.h for off_t
27678           (fixes #143749)
27679
27680 2004-06-05  Benjamin Otte  <otte@gnome.org>
27681
27682         * configure.ac:
27683         * ext/kio/Makefile.am:
27684           check for qt's moc preprocessor explicitly and use it
27685
27686 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27687
27688         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27689           don't get a signal for EPIPE on socket writes
27690           (somebody check if this works on other platforms)
27691
27692 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27693
27694         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27695         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27696           check error condition on available samples correctly
27697
27698 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27699
27700         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27701           avoid a segfault
27702         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27703         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27704         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27705         (gst_tcpserversrc_gdp_read_header):
27706          use ssize_t over size_t since the former is signed and thus the
27707          check for error codes can work
27708
27709 2004-06-02  Wim Taymans  <wim@fluendo.com>
27710
27711         reviewed by: Johan
27712
27713         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27714         (gst_multipart_mux_loop):
27715         Oops
27716
27717 2004-06-02  Wim Taymans  <wim@fluendo.com>
27718
27719         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27720         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27721         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27722         (gst_multipart_mux_change_state):
27723         Added configurable boundary specifier, added the value as a
27724         caps field as well.
27725
27726 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27727
27728         * gst/tcp/gsttcp.c:
27729         * gst/tcp/gsttcpclientsrc.c:
27730         * gst/tcp/gsttcpclientsrc.h:
27731         * gst/tcp/gsttcpserversrc.c:
27732           - portability fix, to compile on OSX
27733             (fixes #143146)
27734
27735         * sys/osxaudio/gstosxaudioelement.c:
27736         * sys/osxaudio/gstosxaudiosink.c:
27737         * sys/osxaudio/gstosxaudiosrc.c:
27738           - compilation warnings on OSX
27739             (fixes #143153)
27740
27741 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27742
27743         * ext/vorbis/vorbisdec.c : sign warning fixes
27744
27745         * gst-libs/gst/mixer/mixertrack.c :
27746           do no use defines which are glib 2.4 specific
27747
27748 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27749
27750         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27751           buffer since libflac doesn't expect it (reports a sync error when
27752           it encounters that)
27753
27754
27755 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27756
27757         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27758         * gst-libs/gst/mixer/mixertrack.c:
27759         (gst_mixer_track_get_property), (get_mixer_track_init),
27760         (get_mixer_track_get_property): Added property accessors
27761         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27762         * gst-libs/gst/mixer/mixeroptions.c:
27763         (gst_mixer_options_get_values): Added
27764         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27765         * gst-libs/gst/mixer/mixer.c: Fixed comment
27766
27767
27768 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27769
27770         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27771           improve error messages on open
27772
27773
27774 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27775
27776         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27777           check if v4l-conf is in path
27778
27779 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27780
27781         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27782           change assert to a more readable error message
27783
27784 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27785
27786         * gst-libs/gst/tuner/tunerchannel.h:
27787           - add a freq_multiplicator field to make the conversion
27788             between internal frequency unit and Hz
27789         * sys/v4l/gstv4lelement.c:
27790         * sys/v4l2/gstv4l2element.c:
27791           - change default video device to /dev/video0
27792         * sys/v4l/v4l_calls.c:
27793         * sys/v4l2/v4l2_calls.c:
27794           - we only expose frequency to the user in Hz instead of
27795             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27796
27797 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27798         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27799           Initialise b_o_s and e_o_s variables
27800         * gst-libs/gst/riff/riff-media.c:
27801         (gst_riff_create_video_caps_with_data):
27802           Add some unusual fourcc's from mplayer avi's
27803         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27804           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27805           autoplugging.
27806
27807 2004-05-28  Wim Taymans  <wim@fluendo.com>
27808
27809         * configure.ac:
27810         * gst/alpha/Makefile.am:
27811         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27812         (gst_alpha_get_type), (gst_alpha_base_init),
27813         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27814         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27815         (gst_alpha_chroma_key), (gst_alpha_chain),
27816         (gst_alpha_change_state), (plugin_init):
27817         A plugin to add an alpha channel to I420 video. Can optionally do
27818         chroma keying.
27819         * gst/multipart/Makefile.am:
27820         * gst/multipart/multipart.c: (plugin_init):
27821         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27822         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27823         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27824         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27825         (gst_multipart_demux_change_state),
27826         (gst_multipart_demux_plugin_init):
27827         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27828         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27829         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27830         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27831         (gst_multipart_mux_pad_unlink),
27832         (gst_multipart_mux_request_new_pad),
27833         (gst_multipart_mux_handle_src_event),
27834         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27835         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27836         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27837         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27838         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27839         send multipart jpeg images to a browser.
27840         * gst/videobox/Makefile.am:
27841         * gst/videobox/README:
27842         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27843         (gst_video_box_get_type), (gst_video_box_base_init),
27844         (gst_video_box_class_init), (gst_video_box_init),
27845         (gst_video_box_set_property), (gst_video_box_get_property),
27846         (gst_video_box_sink_link), (gst_video_box_i420),
27847         (gst_video_box_ayuv), (gst_video_box_chain),
27848         (gst_video_box_change_state), (plugin_init):
27849         Crops or adds borders around an image. can do alpha channel
27850         borders as well.
27851         * gst/videomixer/Makefile.am:
27852         * gst/videomixer/README:
27853         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27854         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27855         (gst_videomixer_pad_get_sink_event_masks),
27856         (gst_videomixer_pad_get_property),
27857         (gst_videomixer_pad_set_property),
27858         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27859         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27860         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27861         (gst_videomixer_base_init), (gst_videomixer_class_init),
27862         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27863         (gst_videomixer_handle_src_event),
27864         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27865         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27866         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27867         (gst_videomixer_loop), (gst_videomixer_get_property),
27868         (gst_videomixer_set_property), (gst_videomixer_change_state),
27869         (plugin_init):
27870         Generic video mixer plugin, can handle multiple inputs all with
27871         different framerates and video sizes. Is fully alpha channel
27872         aware.
27873
27874 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27877           Select first track as master track. Not sure how else to handle
27878           that...
27879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27880           Discard discont events. Should fix #142962.
27881
27882 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * ext/alsa/Makefile.am:
27885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27886         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27887         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27888         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27889         (gst_alsa_mixer_get_option):
27890         * ext/alsa/gstalsamixer.h:
27891         * ext/alsa/gstalsamixeroptions.c:
27892         (gst_alsa_mixer_options_get_type),
27893         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27894         (gst_alsa_mixer_options_new):
27895         * ext/alsa/gstalsamixeroptions.h:
27896         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27897         * ext/alsa/gstalsamixertrack.h:
27898           Add enumerations (as GstMixerOptions). Make correct distinction
27899           between input/output tracks. Add capture/playback private flag.
27900           Use flag to decide on whether to set capture or playback volumes
27901           or switches. Use playback and record switches.
27902         * gst-libs/gst/mixer/Makefile.am:
27903         * gst-libs/gst/mixer/mixer-marshal.list:
27904         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27905         (gst_mixer_set_option), (gst_mixer_get_option),
27906         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27907         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27908         * gst-libs/gst/mixer/mixer.h:
27909         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27910         (gst_mixer_options_class_init), (gst_mixer_options_init),
27911         (gst_mixer_options_dispose):
27912         * gst-libs/gst/mixer/mixeroptions.h:
27913           Add GstMixerOptions.
27914         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27915           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27916           broken device detection on computers with multiple OSS sound
27917           cards.
27918
27919 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27920
27921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27922           fixate nicely even when the peer is not negotiating
27923
27924 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27925
27926         * gst/audioconvert/gstaudioconvert.c:
27927         (gst_audio_convert_parse_caps):
27928           make sure we don't allow depth > width
27929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27930           fixate endianness to G_BYTE_ORDER as default
27931         * gst/audioscale/gstaudioscale.c:
27932           we don't handle another endianness as host-endianness
27933
27934 2004-05-25  David Schleef  <ds@schleef.org>
27935
27936         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27937
27938 2004-05-24  Benjamin Otte  <otte@gnome.org>
27939
27940         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27941         (gst_oggvorbisenc_setup):
27942           properly fail when we can't setup the vorbis encoder due to
27943           unsupported settings
27944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27945         (gst_vorbisenc_setup):
27946           same
27947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27948           fix case where warnings occured when one pad was unlinked while the
27949           other's link function was called
27950
27951 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27952
27953         * gst/tcp/Makefile.am:
27954           use GST_ENABLE_NEW
27955
27956 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27957
27958         * gst-libs/gst/resample/private.h:
27959           don't use optimizations that are #if 0'ed
27960
27961 2004-05-24  Wim Taymans  <wim@fluendo.com>
27962
27963         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27964         Fix potential division by zero error and hopefully get
27965         the position query right to get correct timestamps on avi
27966         audio.
27967
27968 2004-05-24  Wim Taymans  <wim@fluendo.com>
27969
27970         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27971         (gst_videoscale_scale_nearest_str2),
27972         (gst_videoscale_scale_nearest_str4),
27973         (gst_videoscale_scale_nearest_32bit),
27974         (gst_videoscale_scale_nearest_24bit),
27975         (gst_videoscale_scale_nearest_16bit):
27976         Fix the scaling algorithm and avoid a buffer overflow.
27977         removed the while loop in the scaling function as it
27978         was used for point sampling only.
27979
27980 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27981
27982         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27983         (gst_id3_tag_class_init), (gst_id3_tag_init),
27984         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27985         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27986         (gst_id3_tag_send_tag_event):
27987           lots of fixes to make id3mux work and id3demux work correctly
27988
27989 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27990
27991         * ext/Makefile.am:
27992           add rules to build shout2send (was removed by accident
27993           when this module was no more marked experimental/broken)
27994
27995 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27996
27997         * ext/shout2/gstshout2.c:
27998         * ext/shout2/gstshout2.h:
27999           adding a "connection problem" signal to shout2send
28000           (fixes #142954)
28001
28002 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28003
28004         * ext/kio/kioreceiver.cpp:
28005         * ext/kio/kioreceiver.h:
28006           fix sign comparison issues
28007
28008 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28009
28010         * gst/cdxaparse/gstcdxaparse.c:
28011         * gst/cdxaparse/gstcdxaparse.h:
28012           some renaming
28013           add some checks/sanity
28014           prepare for seek addition
28015
28016         * sys/sunaudio/gstsunaudio.c:
28017           remove exported dupe init function
28018
28019 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28020
28021         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28022         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28023           Fix format conversion and position querying.
28024         * gst/debug/progressreport.c: (gst_progressreport_report):
28025           Don't output a bogus total value that we didn't query.
28026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28027           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28028           only a blank window after xine has been used.
28029
28030 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28031
28032         * m4/as-arts.m4:
28033           sync with upstream version to fix test on FC2
28034           readd with -ko to preserve Id header
28035
28036 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28037
28038         * configure.ac:
28039           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28040         * gst/tcp/gsttcpclientsrc.c: idem
28041         * gst/tcp/gsttcpserversink.c: idem
28042         * gst/tcp/gsttcpserversrc.c: idem
28043         * m4/gst-fionread.m4: idem
28044
28045         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28046
28047         * configure.ac: enable speex plugin for speex 1.1.5+
28048         * ext/speex/gstspeexenc.c: fix cast warning
28049
28050         * ext/esd/README: fix typo
28051
28052 2004-05-20  David Schleef  <ds@schleef.org>
28053
28054         * configure.ac: Minor cosmetic change to convince the buildbot to
28055         reautogen.
28056         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28057         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28058         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28059         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28060         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28061         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28062         More hacking.  Plays audio now.
28063
28064 2004-05-20  David Schleef  <ds@schleef.org>
28065
28066         * configure.ac:
28067         * sys/Makefile.am:
28068
28069 2004-05-20  David Schleef  <ds@schleef.org>
28070
28071         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28072         * sys/osxaudio/gstosxaudio.c:
28073         * sys/osxaudio/gstosxaudioelement.c:
28074         * sys/osxaudio/gstosxaudioelement.h:
28075         * sys/osxaudio/gstosxaudiosink.c:
28076         * sys/osxaudio/gstosxaudiosink.h:
28077         * sys/osxaudio/gstosxaudiosrc.c:
28078         * sys/osxaudio/gstosxaudiosrc.h:
28079
28080 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28081
28082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28083         (gst_vorbisenc_chain):
28084           put the codec headers on the caps as streamheader as well as
28085           pushing them out
28086
28087 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28088
28089         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28090         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28091         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28092         split up push_packet into two functions
28093
28094 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28095
28096         * gst/tcp/.cvsignore:
28097           ignore enums
28098         * gst/tcp/Makefile.am:
28099         * gst/tcp/README:
28100         * gst/tcp/gsttcp.c:
28101         * gst/tcp/gsttcp.h:
28102         * gst/tcp/gsttcpclientsink.c:
28103         * gst/tcp/gsttcpclientsink.h:
28104         * gst/tcp/gsttcpclientsrc.c:
28105         * gst/tcp/gsttcpclientsrc.h:
28106         * gst/tcp/gsttcpplugin.c:
28107         * gst/tcp/gsttcpserversink.c:
28108         * gst/tcp/gsttcpserversink.h:
28109         * gst/tcp/gsttcpserversrc.c:
28110         * gst/tcp/gsttcpserversrc.h:
28111           add new tcp elements
28112
28113 2004-05-19  Wim Taymans  <wim@fluendo.com>
28114
28115         * gst/law/mulaw-conversion.c: (mulaw_encode):
28116         Fix overflow bug in ulaw encoding.
28117
28118 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28119
28120         * ext/mad/gstmad.c: (gst_mad_handle_event):
28121           don't unref the event twice
28122
28123 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28124
28125         * configure.ac:
28126           remove -Wno-sign-compare
28127
28128 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28129
28130         * configure.ac:
28131           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28132           if you want to work against glib 2.2 and 2.4
28133
28134 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28135
28136         * gst/tcp/Makefile.am:
28137         * gst/tcp/gsttcp.c:
28138         * gst/tcp/gsttcp.h:
28139         * gst/tcp/gsttcpsink.h:
28140         * gst/tcp/gsttcpsrc.h:
28141           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28142
28143 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28144
28145         * gst/debug/tests.c: (md5_get_value):
28146           fix segfault on gst-inspect
28147
28148 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28149
28150         * gst/debug/testplugin.c:
28151         * gst/debug/tests.c:
28152         * gst/debug/tests.h:
28153           add new extensible and configurable testing element. Current tests
28154           include buffer count, stream length, timestamp/duration matching and
28155           md5.
28156         * gst/debug/Makefile.am:
28157         * gst/debug/gstdebug.c: (plugin_init):
28158           add infrastructure for new element
28159
28160 2004-05-19  Johan Dahlin  <johan@gnome.org>
28161
28162         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28163         ending of the array. Fixes gst-inspect segfault on ppc.
28164
28165 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28166
28167         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28168
28169         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28170
28171 2004-05-18  David Schleef  <ds@schleef.org>
28172
28173         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28174         warnings (bugs, actually) noticed by gcc but not forte.
28175
28176 2004-05-18  David Schleef  <ds@schleef.org>
28177
28178         * sys/sunaudio/Makefile.am:
28179         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28180
28181 2004-05-18  David Schleef  <ds@schleef.org>
28182
28183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28184         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28185         to allow qtdemux to use non-seekable streams. (bug #142272)
28186
28187 2004-05-18  David Schleef  <ds@schleef.org>
28188
28189         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28190         (gst_resample_sinc_ft_float): Remove use of static temporary
28191         buffer.  This code was obviously not supposed to last long, but
28192         it's stuck in our ABI, so it required a little hack to make it
28193         ABI-compatible.  Fixes #142585.
28194         * gst-libs/gst/resample/resample.h: same.
28195
28196 2004-05-18  David Schleef  <ds@schleef.org>
28197
28198         * configure.ac: Add sunaudio
28199         * examples/Makefile.am: make gstplay depend on gconf
28200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28201         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28202         (convert_table_lookup), (img_convert): remove c99-isms
28203         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28204           unsigned, to fix a warning on Solaris
28205         * gst/mpeg1sys/systems.c: bcopy->memcpy
28206         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28207         * sys/Makefile.am: Add sunaudio
28208
28209 2004-05-18  Wim Taymans  <wim@fluendo.com>
28210
28211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28212         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28213         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28214         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28215         (gst_ogg_mux_loop):
28216         Fix an ugly memleak where the muxer didn't flush enough ogg
28217         pages. This also resulted in badly muxed ogg files.
28218
28219 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28220
28221         * gst/asfdemux/asfheaders.c :
28222         * gst/asfdemux/asfheaders.h :
28223         * gst/asfdemux/gstasfdemux.c :
28224           - fix ASF_OBJ_PADDING guid
28225           - add 3 new object guids (language list, metadata,
28226             extended stream properties)
28227           - add a function to parse extended header objects
28228
28229 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28230
28231         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28232           remove leftover debugging g_print
28233
28234 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28235
28236         * ext/mad/gstmad.c: (gst_mad_handle_event):
28237           Fix for when the first format in a discont event is not a
28238           byte-based one. Should fix #137710.
28239
28240 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28241
28242         * m4/a52.m4 : fix compilation with -Wall -Werror
28243         * m4/libfame.m4 : idem
28244         * m4/libmikmod.m4 : idem
28245
28246 2004-05-17  Benjamin Otte  <otte@gnome.org>
28247
28248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28249           signal the new tags before giving up the reference
28250
28251 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28252
28253         * ext/shout2/gstshout2.c:
28254           use application/ogg instead of application/x-ogg (patch by Patrick
28255           Guimond, fixes #142432)
28256         * sys/oss/gstosselement.c: (gst_osselement_reset),
28257         (gst_osselement_sync_parms):
28258           don't set fragment size unless specified (fixes #142493)
28259
28260 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28261
28262         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28263           fixes #142664
28264
28265 2004-05-17  Benjamin Otte  <otte@gnome.org>
28266
28267         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28268           compute offsets correctly for internal buffers so timestamps are set
28269           correctly when we can't seek. Also handle cases where there are no
28270           offsets. (based on a patch by David Moore, fixes #142507)
28271
28272 2004-05-17  Benjamin Otte  <otte@gnome.org>
28273
28274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28275           use correct variable when determining amount of data to skip so we
28276           don't skip into the void and segfault
28277
28278 2004-05-16  Benjamin Otte  <otte@gnome.org>
28279
28280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28281           Hi, I'm a memleak
28282
28283 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28284
28285         * gst/asfdemux/gstasfdemux.c:
28286           - fix a mem leak and always propagate tags
28287           - add WMV3 to known video codecs (but no decoder yet)
28288           - replace "surplus data" at end of audio header for what
28289             it is : codec specific data
28290           - fix a typo
28291
28292 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28293
28294         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28295
28296         * gst-libs/gst/audio/audioclock.c:
28297           Fix wrong return type (#142205).
28298
28299 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28300
28301         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28302           Ignore CRCs by default (fixes #142566).
28303
28304 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28305
28306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28307         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28308         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28309         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28310         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28311         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28312           Fix for cases where we fail to attach to a mixer.
28313
28314 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28315
28316         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28317           Don't touch events after not owning them anymore.
28318         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28319         (gst_wavparse_fmt), (gst_wavparse_other),
28320         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28321         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28322         (gst_wavparse_srcpad_event):
28323         * gst/wavparse/gstwavparse.h:
28324           Add seeking, fix querying.
28325
28326 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28327
28328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28329           - process comments even if they don't end with \0\0
28330             g_convert would ignore them if present and works well without them
28331
28332 2004-05-16  Benjamin Otte  <otte@gnome.org>
28333
28334         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28335           simplify caps
28336
28337 2004-05-16  Benjamin Otte  <otte@gnome.org>
28338
28339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28340           don't write to memory we might not write to - g_convert does that
28341           for us anyway (fixes #142613)
28342         (gst_asf_demux_audio_caps):
28343           comment out gst_util_dump_mem
28344
28345 2004-05-16  Benjamin Otte  <otte@gnome.org>
28346
28347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28348           compute correct expected timestamps after seek (broken since
28349           last commit)
28350         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28351           rename element and debugging category to gdkpixbufscale
28352
28353 2004-05-16  Benjamin Otte  <otte@gnome.org>
28354
28355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28356           add error checking to snd_pcm_delay and remove duplicate call to
28357           snd_pcm_delay that caused issues (see inline code comments)
28358         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28359           make more readable and fix return value when snd_pcm_delay fails
28360         (fixes #142586)
28361
28362 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28363         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28364         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28365         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28366         (gst_pixbufscale_link), (gst_pixbufscale_init),
28367         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28368         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28369         (gst_pixbufscale_get_property), (pixbufscale_init):
28370         * ext/gdk_pixbuf/pixbufscale.h:
28371         Add these files I forgot earlier
28372
28373 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28374         * ext/gdk_pixbuf/Makefile.am:
28375         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28376         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28377         Add new pixbufscale element to scale RGB video
28378         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28379         and HYPER interpolation correctly.
28380         * ext/theora/theoraenc.c: (theora_enc_chain),
28381         Discard buffer and return if explicit caps could not be set
28382         (theora_enc_get_property):
28383         Make _get return kbps for the bitrate consistent with
28384         the _set function.
28385
28386
28387 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28388
28389         * ext/libvisual/visual.c: (gst_visual_chain):
28390           add missing visual_audio_analyze
28391
28392 2004-05-14  David Schleef  <ds@schleef.org>
28393
28394         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28395         is killed while we're playing.
28396         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28397         gst_element_no_more_pads().
28398
28399 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28400
28401         * gst-libs/gst/riff/riff-read.c :
28402           - fix INFO tag extraction in RIFF/AVI files
28403             because gst_event_unref (event) also freed taglist
28404           - avoid a mem leak
28405
28406 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28407
28408         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28409         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28410
28411         * gst/auparse/gstauparse.c :
28412           - add code (commented for now) to support audio/x-adpcm on src pad
28413             (we have no decoder for those layout yet)
28414
28415         * gst/cdxaparse/gstcdxaparse.c :
28416         * gst/cdxaparse/gstcdxaparse.h :
28417           - partial rewrite using RiffRead (ripped iain's wavparse code)
28418
28419         * gst/rtp/gstrtpL16enc.c : typo
28420         * gst/rtp/gstrtpgsmenc.c : typo
28421
28422 2004-05-13  Benjamin Otte  <otte@gnome.org>
28423
28424         * configure.ac:
28425           check for exact version of libvisual, it's not supposed to be
28426           API/ABI stable yet
28427
28428 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28429
28430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28431           signal no-more-pads
28432
28433 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28434
28435         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28436         Report which format was used for GST_FORMAT_DEFAULT
28437         * gst/debug/Makefile.am:
28438         * gst/debug/gstdebug.c: (plugin_init):
28439         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28440         (gst_progressreport_class_init), (gst_progressreport_init),
28441         (gst_progressreport_report), (gst_progressreport_set_property),
28442         (gst_progressreport_get_property), (gst_progressreport_chain),
28443         (gst_progressreport_plugin_init):
28444         Add progressreport element for testing.
28445
28446 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28447
28448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28449         * sys/v4l/gstv4lsrc.h:
28450         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28451         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28452         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28453         (gst_v4lsrc_grab_frame):
28454           add more debugging
28455           send a discont at start
28456
28457 2004-05-12  Colin Walters  <walters@redhat.com>
28458
28459         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28460         inflooping if we can't find a chunk.  Or in other words, don't blow
28461         chunks if we don't have a chunk to blow.
28462
28463 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28464         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28465         Remove old debug output
28466         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28467         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28468         (gst_dvdec_set_property), (gst_dvdec_get_property):
28469         Change the quality setting to an enum, so it works from gst-launch
28470         Don't renegotiate a non-linked pad. Allows audio only decoding.
28471         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28472         (gst_deinterlace_link), (gst_deinterlace_init):
28473         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28474         (gst_videodrop_link):
28475         Some caps negotiation fixes
28476
28477 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28478
28479         * ext/tarkin/gsttarkin.c :
28480           - Change RANK from NONE to PRIMARY
28481         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28482           - Change RANK from NONE to MARGINAL
28483         * ext/divx/gstdivxenc.c :
28484           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28485
28486 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28487
28488         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28489         (gst_vorbisenc_push_packet):
28490           copy a function that was added between 1.0 and 1.0.1 until we
28491           depend on worthwhile features of post-1.0
28492
28493 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28494
28495         * configure.ac:
28496           enable shout2 by default
28497         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28498         (gst_shout2send_base_init), (gst_shout2send_init),
28499         (gst_shout2send_connect), (gst_shout2send_change_state):
28500         * ext/shout2/gstshout2.h:
28501           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28502           #142262)
28503         * ext/theora/theora.c: (plugin_init):
28504           don't set rank on encoders
28505
28506 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28507
28508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28509           Use codec_data property instead of flag1 and flag2 for wma
28510
28511 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28512
28513         * gst/cdxaparse/gstcdxaparse.c :
28514           - Add mpegversion to CAPS to make it link
28515           - Rank is as GST_RANK_SECONDARY instead of NONE
28516         * gst/auparse/gstauparse.c :
28517           - Document all audio encoding we can encounter from Solaris 9
28518             headers and libsndfile information.
28519           - Increase max. rate from 48000 to 192000 (to match other elements)
28520           - Don't try to play junk data between header and samples
28521
28522 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28523
28524         * ext/libvisual/visual.c: (gst_visual_getcaps):
28525           use the right caps depending on endianness (I hope)
28526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28527           use GST_RANK_NONE for all non-decoding elements or spider gets
28528           mighty confused
28529
28530 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28531
28532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28533           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28534
28535 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28536
28537         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28538         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28539         (gst_switch_loop), (gst_switch_get_type):
28540           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28541           HEADERS. Had to be said.
28542
28543 2004-05-10  David Schleef  <ds@schleef.org>
28544
28545         * configure.ac: Add prototype Dirac support.
28546         * ext/Makefile.am:
28547         * ext/dirac/Makefile.am:
28548         * ext/dirac/gstdirac.cc:
28549         * ext/dirac/gstdiracdec.cc:
28550
28551 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28552
28553         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28554         (gst_auparse_init), (gst_auparse_chain),
28555         (gst_auparse_change_state):
28556           Hack around spider. Remove me some day please.
28557
28558 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28561           Fix for some uninitialized variables in previous patch, also
28562           makes it work. Fixes #142286 while we're at it.
28563
28564 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28565
28566         * gst/auparse/gstauparse.c:
28567                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28568                 only unsupported formats are ADPCM/CCITT G.72x
28569                 reviewed by Ronald
28570         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28571
28572 2004-05-10  Wim Taymans  <wim@fluendo.com>
28573
28574         * ext/vorbis/Makefile.am:
28575         * ext/vorbis/README:
28576         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28577         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28578         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28579         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28580         (gst_oggvorbisenc_convert_sink),
28581         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28582         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28583         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28584         (get_constraints_string), (update_start_message),
28585         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28586         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28587         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28588         * ext/vorbis/oggvorbisenc.h:
28589         * ext/vorbis/vorbis.c: (plugin_init):
28590         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28591         (raw_caps_factory), (gst_vorbisenc_class_init),
28592         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28593         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28594         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28595         * ext/vorbis/vorbisenc.h:
28596         Added a raw vorbis encoder to be used with the oggmuxer.
28597         We still need the old encoder for some gnome applications,
28598         read the README to find out how that works.
28599         The raw encoder is called "rawvorbisenc" until 0.9.
28600
28601 2004-05-10  Wim Taymans  <wim@fluendo.com>
28602
28603         * ext/ogg/gstogg.c: (plugin_init):
28604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28605         (gst_ogg_print):
28606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28607         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28608         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28609         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28610         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28611         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28612         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28613         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28614         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28615         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28616         Added an ogg muxer.
28617         Small typo fixes in the demuxer.
28618
28619 2004-05-10  Wim Taymans  <wim@fluendo.com>
28620
28621         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28622         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28623         (theora_enc_change_state), (theora_enc_set_property),
28624         (theora_enc_get_property):
28625         Mark the last packet with an EOS flag which is not really needed
28626         in gstreamer.
28627         Do some better video framerate initialisation.
28628         Update the buffer timestamp.
28629
28630 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28631
28632         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28633         Return the result of the parent state change call
28634
28635 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28636
28637         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28638         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28639         * gst/law/alaw-encode.c : (idem)
28640         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28641         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28642         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28643
28644 2004-05-09  Benjamin Otte  <otte@gnome.org>
28645
28646         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28647           don't use a fixed buffer size when writing variable length data to
28648           it. Fixes memory corruption and makes alsasrc work
28649
28650 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28651
28652         * ext/gnomevfs/gstgnomevfssink.c:
28653         (_gst_boolean_allow_overwrite_accumulator),
28654         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28655           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28656           RUN_LAST, and don't use that to set the accumulator value because
28657           then it's always FALSE.
28658
28659 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28660
28661         * gst-libs/gst/riff/riff-media.c:
28662         (gst_riff_create_video_caps_with_data),
28663         (gst_riff_create_audio_caps),
28664         (gst_riff_create_audio_template_caps):
28665         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28666           Fix for unaligned RIFF files (i.e. where all the chunks together
28667           in a LIST chunk are not of the same size as the size given in
28668           the LIST chunk header). Fixes several odd WAVE files. Also fix
28669           ADPCM (block_align property) in audio, so that wavparse based
28670           on this works now as it used to stand-alone.
28671
28672 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28673
28674         reviewed by Benjamin Otte  <otte@gnome.org>
28675
28676         * ext/a52dec/gsta52dec.c:
28677         * ext/divx/gstdivxdec.c:
28678         * ext/divx/gstdivxenc.c:
28679         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28680         * ext/faac/gstfaac.c: (gst_faac_base_init):
28681         * ext/faad/gstfaad.c: (gst_faad_base_init):
28682         * ext/ivorbis/vorbisfile.c:
28683         * ext/lame/gstlame.c:
28684         * ext/libfame/gstlibfame.c:
28685         * ext/mpeg2enc/gstmpeg2enc.cc:
28686         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28687         * ext/sidplay/gstsiddec.cc:
28688         * ext/speex/gstspeexdec.c:
28689         * ext/speex/gstspeexenc.c:
28690         * ext/xvid/gstxviddec.c:
28691         * ext/xvid/gstxvidenc.c:
28692           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28693           (fixes #142193)
28694
28695 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28696
28697         * ext/alsa/gstalsa.c: (device_list),
28698         (gst_alsa_class_probe_devices):
28699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28700           Fix alsa oddness in mixer after the combination of using mixer
28701           in source/sink elements and using hw:x,y instead of just hw:x.
28702
28703 2004-05-09  Benjamin Otte  <otte@gnome.org>
28704
28705         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28706         (gst_wavparse_create_sourcepad):
28707           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28708           sourcepads
28709
28710 2004-05-09  Benjamin Otte  <otte@gnome.org>
28711
28712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28713           allow discont events before caps nego
28714
28715 2004-05-08  Benjamin Otte  <otte@gnome.org>
28716
28717         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28718           don't leak events
28719
28720 2004-05-08  Benjamin Otte  <otte@gnome.org>
28721
28722         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28723         (gst_level_change_state), (gst_level_init):
28724         * gst/level/gstlevel.h:
28725           figure out if we're initialized directly instead of keeping a
28726           variable that's wrong in 90% of cases
28727           don't initialize pads and then leak them and use a new unitialized
28728           pad. (fixes #142084)
28729           these were bugs so n00bish I didn't find them for an hour :/
28730
28731 2004-05-08 Iain <iain@prettypeople.org>
28732
28733         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28734         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28735         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28736         return the length that was read.
28737         (gst_riff_read_strf_auds): Allow fmt tags as well.
28738
28739 2004-05-07  David Schleef  <ds@schleef.org>
28740
28741         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28742         signed char assumption in faad.h.
28743
28744 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28747           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28748
28749 2004-05-07  Colin Walters  <walters@redhat.com>
28750
28751         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28752         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28753         function.
28754         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28755         Add dispose function.
28756
28757 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28758         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28759           Fix caps nego and pad templates. RGB mode caps should
28760           work now.
28761         * ext/dvdnav/gst-dvd:
28762           Move mpeg2dec inside the thread because otherwise the
28763           queue rejects cap changes mid-stream
28764         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28765         (gst_mpeg2dec_flush_decoder):
28766           For mpeg2dec > 0.4.0, call the flush function instead of
28767           manually extracting all in-flight frames.
28768         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28769         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28770           Change mime type video/dv go video/x-dv to match the
28771           rest of gst-plugins
28772
28773 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28774
28775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28776         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28777         (gst_alsa_sink_class_init):
28778         * ext/alsa/gstalsasink.h:
28779         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28780         (gst_alsa_src_class_init):
28781         * ext/alsa/gstalsasrc.h:
28782           Make alsasink/src a subclass of alsamixer so that mixer stuff
28783           shows up in gst-rec. Needs some finetuning.
28784
28785 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28786
28787         * ext/lame/gstlame.c: (gst_lame_chain):
28788           simplify
28789         * ext/mad/gstmad.c: (gst_mad_handle_event):
28790           fix event leak
28791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28792           be able to detect mp3 files < 4096 bytes
28793
28794 2004-05-06  Wim Taymans  <wim@fluendo.com>
28795
28796         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28797         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28798         (theora_enc_set_property), (theora_enc_get_property):
28799         Also encode the first frame, cleanup some code.
28800
28801 2004-05-06  Wim Taymans  <wim@fluendo.com>
28802
28803         * ext/mpeg2enc/gstmpeg2enc.cc:
28804         Forward events first before deciding that negotiation was
28805         not performed.
28806
28807 2004-05-06  Wim Taymans  <wim@fluendo.com>
28808
28809         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28810         First process the events before deciding that negotiation
28811         was not performed.
28812
28813 2004-05-06  Wim Taymans  <wim@fluendo.com>
28814
28815         * ext/theora/Makefile.am:
28816         * ext/theora/theora.c: (plugin_init):
28817         * ext/theora/theoradec.c: (theora_dec_change_state):
28818         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28819         (gst_theora_enc_class_init), (gst_theora_enc_init),
28820         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28821         (theora_enc_chain), (theora_enc_change_state),
28822         (theora_enc_set_property), (theora_enc_get_property):
28823         Added a theora encoder, grouped the encoder and decoder into the
28824         same plugin.
28825
28826 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28827
28828         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28829         (gst_jpegenc_chain):
28830         fix DURATION on outgoing buffers
28831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28832         debug using time formats
28833         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28835         (gst_xvimagesink_sink_link):
28836         windows with width/height 0 generate X errors, so don't allow them
28837
28838 2004-05-05  Wim Taymans  <wim@fluendo.com>
28839
28840         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28841         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28842         (gst_mpeg2dec_negotiate_format):
28843         * ext/mpeg2dec/gstmpeg2dec.h:
28844           removed the static pad template so that we can add the
28845           more accurate framerate value to the caps.
28846
28847
28848 2004-05-04  Benjamin Otte  <otte@gnome.org>
28849
28850         * configure.ac:
28851           check for kdemacros.h, too (should fix #141821)
28852         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28853           don't crash if no header was sent, but nicely error out (fixes part
28854           of #141554)
28855
28856 2004-05-04  Wim Taymans  <wim@fluendo.com>
28857
28858         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28859         parent dispose function to avoid segfault on destroy.
28860
28861 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28862
28863         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28864         (plugin_init):
28865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28866         (gst_xvimagesink_sink_link):
28867         clean up debugging caps
28868         also recreate xvimage when format has changed
28869
28870 2004-05-04  Benjamin Otte  <otte@gnome.org>
28871
28872         * ext/libvisual/Makefile.am:
28873         * ext/libvisual/visual.c: (gst_visual_class_init),
28874         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28875         (gst_visual_srclink), (gst_visual_chain),
28876         (gst_visual_change_state), (plugin_init):
28877           use a GstAdapter to correctly adapt buffer sizes - allows using a
28878           framerate
28879
28880 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28881
28882         * sys/v4l/gstv4lelement.h:
28883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28885         (gst_v4lsrc_buffer_free):
28886         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28888         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28889         (gst_v4lsrc_requeue_frame):
28890         move some debugging categories around
28891         query for fps index and set accordingly if found
28892
28893 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28894
28895         * ext/lame/gstlame.c:
28896         correct defaults that lame_init puts out of range
28897
28898 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28899
28900         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28901         (gst_divxenc_class_init):
28902         fix range since -1 is the default
28903         * gst/mpeg1sys/gstmpeg1systemencode.c:
28904         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28905         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28906         (gst_rtjpegdec_chain):
28907         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28908         (gst_rtjpegenc_chain):
28909         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28910         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28911         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28912         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28913         * sys/v4l/gstv4lsrc.c:
28914         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28915         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28916         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28917         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28918         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28919           remove gst_info calls
28920
28921 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28922
28923         * Makefile.am:
28924         * po/af.po:
28925         * po/az.po:
28926         * po/en_GB.po:
28927         * po/nl.po:
28928         * po/sr.po:
28929         * po/sv.po:
28930           Updated translations
28931
28932 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28933
28934         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28935           refactor/comment code
28936
28937 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28938
28939         * gst/asfdemux/Makefile.am:
28940         * gst/asfdemux/asfheaders.c:
28941         * gst/asfdemux/asfheaders.h:
28942         * gst/asfdemux/gstasf.c: (plugin_init):
28943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28944         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28945         (gst_asf_demux_setup_pad):
28946         * gst/asfdemux/gstasfdemux.h:
28947         * gst/asfdemux/gstasfmux.c:
28948         * gst/asfdemux/gstasfmux.h:
28949           Add tagging support to demuxer, split out registration in its own
28950           file instead of in demux (hacky), and prevent having some tables
28951           in our memory multiple times (in asfheaders.h).
28952
28953 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28954
28955         * gst/matroska/matroska-demux.c:
28956         (gst_matroska_demux_parse_metadata):
28957         * gst/matroska/matroska-ids.h:
28958           Basic tag reading support.
28959
28960 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28963           Really detect ac-3 audio.
28964         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28965           really detect matroska files (off-by-1).
28966
28967 2004-04-30  David Schleef  <ds@schleef.org>
28968
28969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28970         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28971         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28972         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28973         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28974         hackage -- parse a lot more atoms, extract a few tags.  One might even
28975         mistake this for tag support.  Maybe it is.
28976         * gst/qtdemux/qtdemux.h:
28977
28978 2004-04-30  Colin Walters  <walters@verbum.org>
28979
28980         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28981
28982 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28983
28984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28985         (gst_ffmpegcolorspace_getcaps):
28986           remove broken nego fix
28987
28988 2004-04-30  Benjamin Otte  <otte@gnome.org>
28989
28990         * configure.ac:
28991         * ext/Makefile.am:
28992         * ext/libvisual/Makefile.am:
28993         * ext/libvisual/visual.c:
28994           add initial support for libvisual (http://libvisual.sourceforge.net)
28995           libvisual is still quite alpha, so expect crashes in there :)
28996
28997 2004-04-29  David Schleef  <ds@schleef.org>
28998
28999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29000         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29001         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29002         code; you will no longer respect me.
29003
29004 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29005
29006         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29007         * ext/alsa/gstalsa.h :
29008         change alsa pcm device discovery to find more than 1 device
29009         per card. code review by Ronald.
29010
29011 2004-04-29  David Schleef  <ds@schleef.org>
29012
29013         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29014         Add a check for a driver bug on FreeBSD.  (bug #140565)
29015
29016 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29017
29018         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29019         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29020         (gst_jpegenc_getcaps):
29021           move format setting to inner loop
29022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29023         (gst_ffmpegcolorspace_getcaps):
29024           use GST_PAD_CAPS if available so that we use already negotiated
29025           caps
29026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29027         (qtdemux_parse_moov), (qtdemux_parse):
29028           extra debugging
29029         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29030         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29031           move hardcoded path to DEFINE
29032
29033 2004-04-28  David Schleef  <ds@schleef.org>
29034
29035         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29036         (bug #140064)
29037
29038 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29039
29040         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29041           Don't probe for playback device if we're a source element. Fixes
29042           #139658.
29043
29044 2004-04-29  Benjamin Otte  <otte@gnome.org>
29045
29046         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29047         (gst_id3_tag_chain):
29048           rewrite buffer offset
29049
29050 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * configure.ac:
29053         * ext/Makefile.am:
29054         * ext/dts/Makefile.am:
29055         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29056         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29057         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29058         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29059         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29060         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29061         (plugin_init):
29062         * ext/dts/gstdtsdec.h:
29063           New DTS decoder.
29064         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29065         (gst_faad_srcconnect):
29066           Add ESDS atom handling (.m4a).
29067
29068 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29069
29070         * ext/divx/gstdivxdec.c: (plugin_init):
29071           Remove comment that makes no sense.
29072         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29073           Fix for obvious typo that resulted in warnings during gst-register.
29074         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29075         (gst_xviddec_sink_link):
29076           Fix caps negotiation a bit better.
29077         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29078           We call this 'codec_data', not 'esds'.
29079
29080 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29081
29082         * gst/monoscope/gstmonoscope.c:
29083           make sure we only provide 256x128
29084         * gst/monoscope/monoscope.c: (monoscope_init):
29085           assert size of 256x128
29086
29087 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29088
29089         * Makefile.am:
29090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29091         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29092           fixate to max width and height of device
29093
29094 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29095
29096         * Makefile.am:
29097         * sys/v4l/gstv4l.c:
29098         * sys/v4l/gstv4lsrc.c:
29099         * sys/v4l/v4l_calls.c:
29100         * sys/v4l/v4lsrc_calls.c:
29101           fix for qc-usb driver which fakes having more than one buffer
29102           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29103           buffer_free override
29104           add debugging
29105
29106 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29107
29108         * Makefile.am:
29109         * gst/videotestsrc/gstvideotestsrc.c:
29110         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29111         (gst_videotestsrc_init), (gst_videotestsrc_get),
29112         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29113         * gst/videotestsrc/gstvideotestsrc.h:
29114           add num-buffers property
29115
29116         2004-04-26  Benjamin Otte  <otte@gnome.org>
29117
29118         * ext/mad/gstid3tag.c: (plugin_init):
29119           set id3mux rank to NONE so it doesn't confuse spider
29120           require audio/mpeg,mpegversion=1 in id3mux
29121
29122 2004-04-26  Benjamin Otte  <otte@gnome.org>
29123
29124         * configure.ac:
29125           detect faad correctly as non-working if it's indeed non-working
29126
29127 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29128
29129         * Makefile.am:
29130         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29131         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29132         fix _getcaps so it only negotiates to its supported format
29133
29134 2004-04-25  Benjamin Otte  <otte@gnome.org>
29135
29136         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29137           fix memleak
29138
29139 2004-04-23  Benjamin Otte  <otte@gnome.org>
29140
29141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29142           audio/x-raw-int with height rules! not. Now it's depth.
29143
29144 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29145
29146         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29147         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29148         (gst_wavparse_loop):
29149           Missing variable initialization. Add handling of DVI ADPCM. Fix
29150           mis-parsing of LIST chunks. This works around a bug where we mis-
29151           parse non-aligning LIST chunks (so LIST chunks where the contents
29152           don't align with the actual LIST size). The correct fix is to use
29153           rifflib, I'm not going to fix wavparse - too much work. All this
29154           fixes #104878.
29155
29156 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29157
29158         reviewed by Benjamin Otte  <otte@gnome.org>
29159
29160         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29161           fix shoutcast not working (fixes #140844)
29162
29163 2004-04-22  Benjamin Otte  <otte@gnome.org>
29164
29165         * ext/hermes/gsthermescolorspace.c:
29166         (gst_hermes_colorspace_caps_remove_format_info):
29167         * gst/colorspace/gstcolorspace.c:
29168         (gst_colorspace_caps_remove_format_info):
29169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29170         (gst_ffmpegcolorspace_caps_remove_format_info):
29171           s/gst_caps_simplify/gst_caps_do_simplify/
29172
29173 2004-04-22  Benjamin Otte  <otte@gnome.org>
29174
29175         * gst-libs/gst/riff/riff-media.c:
29176         (gst_riff_create_video_caps_with_data):
29177           mpegversion is an int
29178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29179           don't try to create pad templates with NULL caps, use any caps
29180           instead.
29181
29182 2004-04-20  David Schleef  <ds@schleef.org>
29183
29184         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29185         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29186         (bug #140384)
29187
29188 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29189
29190         reviewed by David Schleef
29191
29192         * ext/mad/gstid3tag.c: Add stdlib.h
29193         * gst/rtp/gstrtpgsmenc.c: same
29194         * gst/tags/gstid3tag.c: same
29195         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29196         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29197         GST_DISABLE_LOADSAVE use.
29198         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29199         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29200         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29201         atol(3)).
29202         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29203         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29204         strtoul(3)).
29205         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29206         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29207         $(ID3_CFLAGS).
29208         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29209         $(LIBFAME_CFLAGS).
29210
29211 2004-04-20  David Schleef  <ds@schleef.org>
29212
29213         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29214         last checkin.  Same idea.
29215
29216 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29217
29218         reviewed by David Schleef
29219
29220         * configure.ac: bump required gstreamer version to 0.8.1.1
29221         because of following changes [--ds]
29222
29223         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29224         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29225         (gst_riff_read_header):  Use GST_READ_UINT*
29226         macros to access possibly unaligned memory.
29227
29228         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29229         (mp3_type_find):  Use GST_READ_UINT*
29230         macros to access possibly unaligned memory.
29231         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29232         (speex_type_find): Likewise
29233
29234         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29235
29236         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29237         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29238         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29239         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29240         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29241         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29242         macros to access possibly unaligned memory.
29243
29244         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29245         Likewise.
29246
29247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29248         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29249
29250         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29251         Likewise.
29252
29253         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29254         (gst_mpeg2subt_chain_subtitle): Likewise.
29255
29256         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29257         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29258         Likewise.
29259
29260         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29261         Likewise.
29262
29263         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29264         Likewise.
29265
29266         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29267         Likewise.
29268
29269 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * configure.ac:
29272           update required version of GStreamer because of GST_TIME_FORMAT
29273
29274 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29275
29276         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29277           remove leftover g_print
29278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29279           don't try setting only a subset of the caps. We don't want to kill
29280           autoplugging on purpose
29281
29282 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * sys/ximage/ximagesink.c: (plugin_init):
29285         * sys/xvimage/xvimagesink.c: (plugin_init):
29286           add debugging categories
29287
29288 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29289
29290         * po/en_GB.po:
29291         * po/LINGUAS:
29292           Adding en_GB translation (Gareth Owen)
29293
29294 2004-04-20  David Schleef  <ds@schleef.org>
29295
29296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29297         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29298         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29299         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29300         A number of new features and hacks to extract the esds atom and
29301         put it into the caps.  (bug #137724)
29302
29303 2004-04-19  David Schleef  <ds@schleef.org>
29304
29305         * gconf/Makefile.am: Fix for non-GNU make
29306         * gst-libs/gst/Makefile.am: Change directory order to handle
29307         GstPlay linking with gstinterfaces
29308         * gst-libs/gst/audio/make_filter: make use of tr portable
29309         * gst-libs/gst/play/Makefile.am: Add intended \
29310         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29311         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29312         function prototype instead of void *.
29313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29314         macro.
29315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29316         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29317         * gst/videofilter/make_filter: make use of tr portable
29318         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29319
29320 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29321
29322         * po/LINGUAS:
29323         * po/uk.po:
29324           Added Ukrainian translation (Maxim V. Dziumanenko)
29325
29326 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29329         (gst_gsmdec_link), (gst_gsmdec_chain):
29330           Fix capsnego, simplify chain function slightly.
29331         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29332           Add GSM.
29333
29334 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29337         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29338         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29339           Hack to make wavparse work with spider (always -> sometimes pad).
29340           Fixes #135862 && #140411.
29341
29342 2004-04-18  Benjamin Otte  <otte@gnome.org>
29343
29344         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29345         (gst_osselement_rate_probe_check),
29346         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29347           get rid of \n in debug output
29348
29349 2004-04-17  Iain <iain@prettypeople.org>
29350
29351         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29352         not just EOS.
29353
29354 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29355
29356         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29357         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29358         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29359         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29360         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29361         (gst_id3_tag_change_state), (plugin_init):
29362           deprecate id3tag element and replace with id3demux/id3mux.
29363           great side effect: this ugly file is now even uglier, yay!
29364         * ext/mad/gstmad.h:
29365           remove non-available function
29366           update for new get_type
29367
29368 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29369
29370         * configure.ac:
29371           require mpeg2dec >= 0.4.0
29372
29373 2004-04-17  Benjamin Otte  <otte@gnome.org>
29374
29375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29376         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29377         (gst_xvimagesink_set_xwindow_id):
29378           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29379           assorted cleanup fixes.
29380
29381 2004-04-16  David Schleef  <ds@schleef.org>
29382
29383         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29384         * sys/xvimage/xvimagesink.h: same
29385
29386 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29387
29388         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29389           Fix GST_ELEMENT_ERROR with (NULL)
29390
29391 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29392
29393         * gst-libs/gst/riff/riff-media.c:
29394         (gst_riff_create_video_caps_with_data):
29395           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29396
29397 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29398
29399         * gst-libs/gst/riff/riff-media.c:
29400         (gst_riff_create_video_caps_with_data),
29401         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29402         (gst_riff_create_video_template_caps),
29403         (gst_riff_create_audio_template_caps):
29404         * gst-libs/gst/riff/riff-media.h:
29405         * gst-libs/gst/riff/riff-read.c:
29406         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29407         * gst-libs/gst/riff/riff-read.h:
29408         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29409           Add MS RLE support. I added some functions to read out strf chunks
29410           into strf chunks and the data behind it. This is usually color
29411           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29412           caps creation. Lastly, add ADPCM (similar to wavparse - which
29413           should eventually be rifflib based).
29414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29415         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29416         * gst/matroska/matroska-demux.h:
29417           Remove placeholders for some prehistoric tagging system. Didn't add
29418           support for any tag system really anyway.
29419         * gst/qtdemux/qtdemux.c:
29420           Add support for audio/x-m4a (MPEG-4) through spider.
29421         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29422         (gst_wavparse_loop):
29423           ADPCM support (#135862). Increase max. buffer size because we
29424           cannot split buffers for ADPCM (screws references) and I've seen
29425           files with 2048 byte chunks. 4096 seems safe for now.
29426
29427 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29428
29429         * configure.ac: bump nano to 1
29430
29431 === release 0.8.1 ===
29432
29433 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29434
29435         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29436
29437 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29438
29439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29440           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29441           Fixes #140058
29442
29443 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29444
29445         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29446           lower rank of dvddemux so that it's not used for mpeg playback.
29447
29448 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29449
29450         * configure.ac:
29451           save libs correctly when checking mad
29452
29453 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29454
29455         * ext/mad/gstid3tag.c: (plugin_init):
29456           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29457
29458 2004-04-13  David Schleef  <ds@schleef.org>
29459
29460         * common/m4/gst-feature.m4: Call -config scripts with
29461         --plugin-libs if it is supported.
29462         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29463         JPEG images are image/jpeg.
29464         * gst/debug/Makefile.am:
29465         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29466         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29467         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29468         (gst_negotiation_plugin_init): Add a property that acts like
29469         filter caps.
29470         * testsuite/gst-lint:  Move license checking to be a standard
29471         test.
29472
29473 2004-04-13  David Schleef  <ds@schleef.org>
29474
29475         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29476         patch from Sebastien Cote (bug #139958)
29477
29478 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29479
29480         * examples/gstplay/Makefile.am:
29481         * examples/gstplay/player.c: (main):
29482           make the commandline player example use gconf settings
29483
29484 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29485
29486         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29487         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29488         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29489           init/end library during state transition, not object
29490           creation/disposal.  get rid of custom dispose handler.
29491
29492
29493 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29494
29495         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29496         be a symlink
29497
29498 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29499
29500         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29501           Handle JUNK chunks inside data section. Prevents warnings.
29502
29503 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29504
29505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29506         (gst_riff_create_video_template_caps):
29507           Add MS video v1.
29508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29509         (gst_avi_demux_stream_data):
29510           Add support for "rec-list" chunks.
29511
29512 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29515           Fix another codecname mismatch.
29516
29517 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29518
29519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29520           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29521           so that MJPEG plays back.
29522
29523 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29526         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29527         * gst/mpeg1videoparse/gstmp1videoparse.h:
29528           Fix for some slight mis-cuts in buffer parsing, and for some
29529           potential overflows or faults-causers. Adds disconts. Also fixes
29530           #139105 while we're at it.
29531
29532 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29533
29534         * configure.ac:
29535         * sys/v4l2/gstv4l2element.h:
29536           Workaround for missing struct v4l2_buffer declaration in Suse 9
29537           and Mandrake 10 linux/videodev2.h header file (#135919).
29538
29539 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29540
29541         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29542           Bail out if no filename was given.
29543
29544 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29547         (gst_v4l2_fourcc_from_structure):
29548           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29549           Y41B somewhere).
29550
29551 2004-04-09  Benjamin Otte  <otte@gnome.org>
29552
29553         * ext/gnomevfs/gstgnomevfssink.c:
29554         (_gst_boolean_allow_overwrite_accumulator),
29555         (gst_gnomevfssink_class_init):
29556           fix erase signal - if any handler returns false the file will not be
29557           overwritten. If no handler is connected, the file will not be
29558           overwritten either.
29559           renamed signal to "allow-overwrite"
29560         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29561           free string when adding it to ID3 failed
29562         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29563           unref event when done
29564         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29565           free caps
29566         * gst/typefind/gsttypefindfunctions.c:
29567         (mpeg_video_stream_type_find):
29568           fix invalid read
29569
29570 2004-04-08  David Schleef  <ds@schleef.org>
29571
29572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29573         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29574
29575 2004-04-08  David Schleef  <ds@schleef.org>
29576
29577         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29578         we don't support (bug #139532)
29579
29580 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29581
29582         * ext/mad/gstmad.c: (gst_mad_handle_event),
29583         (gst_mad_check_caps_reset), (gst_mad_chain),
29584         (gst_mad_change_state):
29585           only set explicit caps if they haven't been set before for
29586           this stream.  MPEG-audio sample rate/channels aren't allowed
29587           to change in-stream.
29588           Fixes #139382
29589
29590 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29591
29592         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29593         (_gst_boolean_did_something_accumulator),
29594         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29595         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29596         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29597         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29598         (gst_gnomevfssink_change_state):
29599           Fix erase signal. Don't erase by default. Remove handoff signal.
29600           Remove erase property. Don't segfault. General cleanup.
29601
29602 2004-04-07  Benjamin Otte  <otte@gnome.org>
29603
29604         * gst-libs/gst/gconf/test-gconf.c: (main):
29605           add missing gst_init
29606
29607 2004-04-07  Benjamin Otte  <otte@gnome.org>
29608
29609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29610           free the mutexes, too
29611
29612 2004-04-07  Benjamin Otte  <otte@gnome.org>
29613
29614         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29615           actually free the URI string
29616         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29617           compute offset correctly when passing discont events
29618         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29619           don't leak discont events
29620         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29621           add some missing breaks so caps aren't copied randomly
29622         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29623           if we realloc memory, we better use it
29624
29625 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29626
29627         * ext/mad/gstmad.c: (normal_seek):
29628           fix GST_FORMAT_TIME usage
29629
29630 2004-04-05  David Schleef  <ds@schleef.org>
29631
29632         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29633         a deprecated function (hack!)
29634
29635 2004-04-05  Benjamin Otte  <otte@gnome.org>
29636
29637         * ext/esd/esdmon.c: (gst_esdmon_get):
29638           fix nonterminated vararg and memleak
29639
29640 2004-04-05  Benjamin Otte  <otte@gnome.org>
29641
29642         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29643         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29644         (gst_ladspa_set_property), (gst_ladspa_get_property),
29645         (gst_ladspa_instantiate), (gst_ladspa_activate),
29646         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29647           clean up debugging
29648
29649 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29650
29651         reviewed by Benjamin Otte  <otte@gnome.org>
29652
29653         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29654           check for broken LADSPA parameters (fixes #138635)
29655
29656 2004-04-05  Benjamin Otte  <otte@gnome.org>
29657
29658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29659           advertise buffer-frames correctly on sinkpads
29660
29661 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29662
29663         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29664         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29665         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29666         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29667         (gst_mad_check_caps_reset), (gst_mad_chain):
29668         add more debugging, only reset caps when we're not in error state
29669
29670 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29671
29672         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29673
29674 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29675
29676         reviewed by Benjamin Otte  <otte@gnome.org>
29677
29678         * configure.ac:
29679           fix == in test(1) operator
29680
29681 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29682
29683         reviewed by Benjamin Otte  <otte@gnome.org>
29684
29685         * configure.ac:
29686           fix --export-symblos-regex to a working regex.
29687
29688 2004-04-04  Benjamin Otte  <otte@gnome.org>
29689
29690         * sys/oss/.cvsignore:
29691           add for oss_probe
29692
29693 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29694
29695         reviewed by Benjamin Otte  <otte@gnome.org>
29696
29697         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29698           add missing 'new_media' argument (fixes #138168)
29699         * gst/matroska/matroska-demux.c:
29700         (gst_matroska_demux_handle_seek_event):
29701           add vararg terminator (fixes #138169)
29702
29703 2004-04-02  David Schleef  <ds@schleef.org>
29704
29705         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29706         disted (bug #138914)
29707
29708 2004-04-01  Benjamin Otte  <otte@gnome.org>
29709
29710         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29711         (gst_alsa_close_audio):
29712           handle case better where a soundcard can't pause
29713         * ext/ogg/gstoggdemux.c:
29714           don't crash when we get events but don't have pads yet
29715
29716 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29717
29718         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29719           throw an error if we couldn't probe any caps.
29720
29721 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29722
29723         * ext/dvdnav/gst-dvd:
29724         Add a really simple sample DVD player
29725
29726 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29727
29728         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29729         (gst_a52dec_push), (gst_a52dec_handle_event),
29730         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29731         (gst_a52dec_change_state):
29732         * ext/a52dec/gsta52dec.h:
29733           Use a debug category, Output timestamps correctly
29734           Emit tag info, Handle events, tell liba52dec about cpu
29735           capabilities so it can use MMX etc.
29736         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29737           Fix a crasher accessing invalid memory
29738         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29739         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29740         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29741         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29742         (dvdnavsrc_query):
29743           Some support for byte-format seeking.
29744           Small fixes for still frames and menu button overlays
29745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29746         (gst_mpeg2dec_alloc_buffer):
29747           Use a debug category. Adjust the report level of several items to
29748           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29749           so it doesn't lose the GstBuffer pointer
29750         * gst/debug/Makefile.am:
29751         * gst/debug/gstdebug.c: (plugin_init):
29752         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29753         (gst_navseek_base_init), (gst_navseek_class_init),
29754         (gst_navseek_init), (gst_navseek_seek),
29755         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29756         (gst_navseek_get_property), (gst_navseek_chain),
29757         (gst_navseek_plugin_init):
29758         * gst/debug/gstnavseek.h:
29759           Add the navseek debug element for seeking back and forth in a
29760           video stream using arrow keys.
29761         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29762         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29763         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29764         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29765         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29766         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29767         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29768         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29769         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29770         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29771         * gst/mpeg2sub/gstmpeg2subt.h:
29772           Pretty much a complete rewrite. Now a loopbased element. May still
29773           require work to properly synchronise subtitle buffers.
29774         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29775         (gst_dvd_demux_send_subbuffer):
29776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29777           Don't attempt to create subbuffers of size 0
29778           Reduce a couple of error outputs to warnings.
29779         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29780         (gst_y4mencode_chain):
29781         Output the y4m frame header correctly.
29782
29783 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29784
29785         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29786           throw errors instead of allowing SIGFPE
29787
29788 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29789
29790         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29791         (gst_gconf_render_bin_from_key):
29792           leak plugging and style fixing
29793
29794 2004-03-31  David Schleef  <ds@schleef.org>
29795
29796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29797         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29798         (bug #138225)
29799         * gst/debug/Makefile.am:
29800         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29801         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29802         plugin.
29803         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29804         (gst_negotiation_base_init), (gst_negotiation_class_init),
29805         (gst_negotiation_init), (gst_negotiation_getcaps),
29806         (gst_negotiation_pad_link), (gst_negotiation_chain),
29807         (gst_negotiation_set_property), (gst_negotiation_get_property),
29808         (gst_negotiation_plugin_init):  New element to talk about random
29809         negotiation things happening in a pipeline.
29810
29811 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29812
29813         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29814           fix integer addition with help of Stefan Kost
29815
29816 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29817
29818         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29819
29820 2004-03-30  David Schleef  <ds@schleef.org>
29821
29822         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29823         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29824         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29825         (bug #137504)
29826         * ext/mpeg2dec/gstmpeg2dec.h:
29827
29828 2004-03-30  David Schleef  <ds@schleef.org>
29829
29830         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29831
29832 2004-03-30  David Schleef  <ds@schleef.org>
29833
29834         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29835         Michael Petullo) to handle .mov
29836
29837 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29838
29839         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29840         (gst_osselement_rate_check_rate):
29841           probe caps correctly for sound cards that only support one format
29842
29843 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29844
29845         * ext/kio/kiosrc.cpp: (process_events):
29846           update handling event processing if inside KDE - untested
29847
29848 2004-03-29  David Schleef  <ds@schleef.org>
29849
29850         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29851         by 2 to not interfere with other colorspaces.
29852         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29853         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29854         one to not interfere with ffmpeg_colorspace.
29855
29856 2004-03-29  David Schleef  <ds@schleef.org>
29857
29858         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29859         aren't in the caps.
29860         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29861         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29862
29863 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29864
29865         * gst-libs/gst/riff/riff-media.c:
29866           fail on error, don't try to set stuff on NULL caps
29867
29868 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29869
29870         * configure.ac:
29871         * ext/Makefile.am:
29872         * ext/kio/Makefile.am:
29873         * ext/kio/kioreceiver.cpp:
29874         * ext/kio/kioreceiver.h:
29875         * ext/kio/kiosrc.cpp:
29876         * ext/kio/kiosrc.h:
29877           add experimental kiosrc plugin
29878         * ext/alsa/gstalsaplugin.c: (plugin_init):
29879           initialize debugging category only when we're sure registering the
29880           plugins worked.
29881
29882 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29883
29884         * examples/gstplay/player.c: (main):
29885         * gst-libs/gst/play/play.c: (gst_play_class_init),
29886         (gst_play_set_location), (gst_play_set_data_src),
29887         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29888         (gst_play_set_visualization), (gst_play_connect_visualization):
29889           check return values of element_set_state and return FALSE where
29890           failed
29891
29892 2004-03-29  Benjamin Otte  <otte@gnome.org>
29893
29894         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29895           try harder to check if an event is really a discont
29896
29897 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29898
29899         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29900         * po/az.po:
29901
29902 2004-03-28  Benjamin Otte  <otte@gnome.org>
29903
29904         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29906         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29907           get rid of non-standard "..." ranges in case statements.
29908
29909 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29910
29911         * gst/mpegstream/gstmpegdemux.c:
29912         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29913         specific functionality split to the new dvddemux element.
29914         * gst/mpegstream/gstdvddemux.c:
29915         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29916         streams, derived from mpegdemux.
29917         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29918         up. SCR based timestamp rewriting can be turned off (will probably
29919         completely disappear soon).
29920         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29921         hacking. General cleanup. All printf statements replaced by
29922         debugging messages. Almost complete libdvdnav support.
29923         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29924         by events. New properties for audio and subpicture languages.
29925         (dvdnavsrc_update_highlight): Now uses events.
29926         (dvdnavsrc_user_op): Cleaned up.
29927         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29928         based). Lots of cleanup, and propper support for most libdvdnav
29929         events.
29930         (dvdnavsrc_make_dvd_event): New function.
29931         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29932         (dvdnavsrc_make_clut_change_event): New function.
29933
29934 2004-03-26  Benjamin Otte  <otte@gnome.org>
29935
29936         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29937           fix bug where typefinding would claim it's theora whenever less then
29938           7 bytes of data were available
29939
29940 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29941
29942         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29943         (gst_alawdec_base_init), (gst_alawdec_class_init),
29944         (gst_alawdec_init), (gst_alawdec_chain):
29945         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29946         (gst_alawenc_base_init), (gst_alawenc_class_init),
29947         (gst_alawenc_init), (gst_alawenc_chain):
29948         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29949         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29950         (gst_mulawdec_init), (gst_mulawdec_chain):
29951         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29952         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29953         (gst_mulawenc_init), (gst_mulawenc_chain):
29954           Fix capsnego in all four, remove the unused property functions and
29955           simplify the chain functions slightly. I guess we could use macros
29956           or something similar for those, since the code is so similar, but
29957           I'm currently too lazy...
29958
29959 2004-03-24  David Schleef  <ds@schleef.org>
29960
29961         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29962         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29963         (gst_osselement_get_format_structure),
29964         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29965         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29966         (gst_osselement_rate_int_compare): Add code to handle rate probing
29967         (bug #120883)
29968         * sys/oss/gstosselement.h: same
29969         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29970         Use rate probing provided by osselement.
29971         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29972
29973 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29974
29975         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29976         (gst_xvidenc_get_property):
29977           ulong/int mess-up.
29978
29979 2004-03-24  David Schleef  <ds@schleef.org>
29980
29981         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29982         (gst_speexdec_init):
29983         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29984         (gst_speexenc_init):  Create the pad template correctly (from
29985         the static pad template, not a NULL pointer.)
29986
29987 2004-03-25  Benjamin Otte  <otte@gnome.org>
29988
29989         * gst/debug/Makefile.am:
29990         * gst/debug/breakmydata.c:
29991           add element that quasi-randomly changes bytes in the stream.
29992           Intended use is robustness checking of demuxers and decoders in
29993           media tests.
29994
29995 2004-03-24  Benjamin Otte  <otte@gnome.org>
29996
29997         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29998         (gst_alsa_probe_hw_params):
29999         * ext/alsa/gstalsa.h:
30000           debugging output fixes
30001
30002 2004-03-24  Benjamin Otte  <otte@gnome.org>
30003
30004         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30005           don't g_return_if_fail if element is PLAYING, fail silently as every
30006           other element.
30007         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30008           only fix needed for cast lvalue issues in gst-plugins
30009         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30010           add proxy_getcaps
30011
30012 2004-03-24  Benjamin Otte  <otte@gnome.org>
30013
30014         * gst/level/gstlevel.c: (gst_level_init):
30015           add proxying getcaps function, so level doesn't advertise impossible
30016           caps
30017
30018 2004-03-24  David Schleef  <ds@schleef.org>
30019
30020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30021         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30022         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30023         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30024         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30025         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30026         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30027         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30028         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30029         messages.  Divide the chunk size by the compression ratio
30030         (needed for MACE audio)
30031
30032 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30033
30034         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30035           Fix buffer overflow read error.
30036
30037 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30038
30039         * ext/alsa/gstalsa.h:
30040           Remove unused entry.
30041         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30042           Add cinepak.
30043         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30044         (gst_videodrop_link), (gst_videodrop_chain):
30045           Fix, sort of. Was horribly broken with new capsnego. Bah...
30046
30047 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30048
30049         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30050         (plugin_init):
30051         Add a monkeysaudio typefind function
30052
30053 2004-03-23  Johan Dahlin  <johan@gnome.org>
30054
30055         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30056         (gst_play_video_fixate): Check so the structure has the field
30057         before trying to fixate them, this makes it possible to have
30058         fakesinks for video and audio output without printing errors on
30059         the output console.
30060
30061 2004-03-22  David Schleef  <ds@schleef.org>
30062
30063         * sys/oss/Makefile.am:
30064         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30065         (check_rate), (add_rate):  Rate probing test app.
30066
30067 2004-03-21  Benjamin Otte  <otte@gnome.org>
30068
30069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30070         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30071           add a fixation function that pretty much does the right thing (fixes
30072           #137556)
30073
30074 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30075
30076         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30077
30078 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30079
30080         reviewed by: Benjamin Otte  <otte@gnome.org>
30081
30082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30083           terminate gst_event_new_discontinuous correctly (fixes parts of
30084           #137711)
30085
30086 2004-03-19  David Schleef  <ds@schleef.org>
30087
30088         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30089         since it doesn't depend on X, and it's part of our ABI.
30090
30091 2004-03-19  Iain <iain@prettypeople.org>
30092
30093         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30094         is_int in the structure, not the local variable.
30095
30096 2004-03-19  David Schleef  <ds@schleef.org>
30097
30098         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30099         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30100         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30101         Improvements in caps negotiation.
30102
30103 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30104
30105         * po/LINGUAS:
30106         * po/af.po:
30107           adding Afrikaans (Petri Jooste)
30108
30109 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30110
30111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30112         (gst_ffmpegcolorspace_chain):
30113         throw error instead of g_critical (#137588)
30114
30115 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30116
30117         * Makefile.am:
30118         * configure.ac:
30119           dist common and m4 correctly
30120         * po/sv.po:
30121
30122 2004-03-17  David Schleef  <ds@schleef.org>
30123
30124         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30125         (bug #137348)
30126
30127 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30128
30129         * po/LINGUAS:
30130         * po/sv.po:
30131           adding Swedish translation (Christian Rose)
30132
30133 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30134
30135         * Makefile.am: use release.mak
30136
30137 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30138
30139         * common/ChangeLog:
30140         * common/gst-autogen.sh:
30141           add some explanation about the version detection
30142         * configure.ac:
30143           fix X check
30144
30145 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30146
30147         * configure.ac: bump nano to 1
30148
30149 === release 0.8.0 ===
30150
30151 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30152
30153         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30154
30155 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30156
30157         * configure.ac:
30158           update libtool version
30159         * gst-libs/gst/media-info/Makefile.am:
30160           actually use libtool version
30161
30162 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30163
30164         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30165
30166 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30167
30168         * configure.ac:
30169         * gst-plugins.spec.in:
30170         * pkgconfig/Makefile.am:
30171         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30172         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30173         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30174         * pkgconfig/gstreamer-libs.pc.in:
30175         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30176         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30177         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30178         * pkgconfig/gstreamer-plugins.pc.in:
30179           remove @VERSION@ from some of the pc files since core and plugins
30180           are decoupled.
30181           created gstreamer-plugins.pc as it's a better name, but keeping
30182           -libs around for now to get fixes upstream done first.
30183
30184 2004-03-15  Julien MOUTTE <julien@moutte.net>
30185
30186         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30187         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30188         * gst-libs/gst/play/play.h:
30189
30190 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30191
30192         * *.c, *.cc: don't mix tabs and spaces
30193
30194 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30195
30196         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30197           use the new ffmpegcolorspace
30198         * gst-plugins.spec.in:
30199           package new colorspace and media-info
30200         * configure.ac:
30201         * pkgconfig/Makefile.am:
30202           fix some more disting issues
30203         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30204         * pkgconfig/gstreamer-media-info.pc.in:
30205           generate media-info pc files
30206
30207 2004-03-15  Johan Dahlin  <johan@gnome.org>
30208
30209         * *.h: Revert indenting
30210
30211 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30212
30213         * configure.ac:
30214           adding ffmpegcolorspace element
30215         * gst/ffmpegcolorspace/Makefile.am:
30216         * gst/ffmpegcolorspace/avcodec.h:
30217         * gst/ffmpegcolorspace/common.h:
30218         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30219         * gst/ffmpegcolorspace/dsputil.h:
30220         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30222         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30223         (gst_ffmpeg_caps_to_pix_fmt):
30224         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30225         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30226         (gst_ffmpegcolorspace_caps_remove_format_info),
30227         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30228         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30229         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30230         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30231         (gst_ffmpegcolorspace_set_property),
30232         (gst_ffmpegcolorspace_get_property),
30233         (gst_ffmpegcolorspace_register):
30234         * gst/ffmpegcolorspace/imgconvert.c:
30235         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30236         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30237         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30238         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30239         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30240         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30241         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30242         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30243         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30244         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30245         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30246         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30247         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30248         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30249         (img_get_alpha_info), (deinterlace_line),
30250         (deinterlace_line_inplace), (deinterlace_bottom_field),
30251         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30252         * gst/ffmpegcolorspace/imgconvert_template.h:
30253         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30254         * gst/ffmpegcolorspace/mmx.h:
30255         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30256           adding ffmpegcolorspace element supplied by Ronald after cleaning
30257           up and pulling in the right bits of upstream source.
30258           I'm sure a better C/compiler wizard could do some cleaning up (for
30259           example use GLIB's malloc stuff), but as a first pass this
30260           works very well
30261
30262 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         * ext/alsa/gstalsa.h:
30265           I assume Ronald forgot to commit the change to have cardname
30266           as a struct member.  Expect some public spanking at the next
30267           opportunity.
30268
30269 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30272         (gst_alsa_open_audio), (gst_alsa_close_audio):
30273         * ext/alsa/gstalsa.c:
30274           Don't open the device if we're a mixer (= padless).
30275         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30276         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30277         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30278           Open mixer during state change rather than during object
30279           initialization. Also, get a device name. Currently in a somewhat
30280           hackish fashion, but I didn't really find something better.
30281
30282 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30283
30284         * *.c, *.h: run gst-indent
30285
30286 2004-03-14  Benjamin Otte  <otte@gnome.org>
30287
30288         * gst/modplug/gstmodplug.cc:
30289         * gst/modplug/gstmodplug.h:
30290           set correct timestamps on outgoing buffers
30291
30292 2004-03-14  Benjamin Otte  <otte@gnome.org>
30293
30294         * gst/modplug/gstmodplug.cc:
30295           handle events - don't do crap when a discont arrives that's not
30296           necessary
30297           This allows correct loading and playback of mods in Rhythmbox
30298
30299 2004-03-14  Benjamin Otte  <otte@gnome.org>
30300
30301         * configure.ac:
30302         * gst-libs/gst/gconf/Makefile.am:
30303         * pkgconfig/Makefile.am:
30304           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30305           they get rebuilt properly
30306         * configure.ac:
30307           when checking for vorbis, try pkgconfig first.
30308         * gst/modplug/gstmodplug.cc:
30309           add fixate function
30310
30311 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30312
30313         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30314           Fix for obvious mistake, where we first shift the offset and then
30315           read a samplesize element assuming the old offset. Note that this
30316           part still has something weird, i.e. my movies containing those
30317           don't actually play well, but at least there's something that looks
30318           like sound now.
30319
30320 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30321         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30322         (plugin_init):
30323         Add a typefind function for speex format
30324
30325 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30326
30327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30328         (gst_asf_demux_setup_pad):
30329           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30330           instead of 0. Reason is simple: some elements have a fps range
30331           of 1-max instead of 0-max. So now ASF video actually works.
30332
30333 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30334
30335         * po/LINGUAS:
30336         * po/sr.po:
30337           adding serbian as a language
30338
30339 2004-03-13  Benjamin Otte  <otte@gnome.org>
30340
30341         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30342           return taglist correctly from _get function, don't gst_pad_push it.
30343           (fixes #137042)
30344
30345 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30346         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30347
30348 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30349
30350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30351         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30352         (gst_alsa_mixer_track_new):
30353         * ext/alsa/gstalsamixertrack.h:
30354           Fix ancient leftovers... MixerTrack is a GObject.
30355
30356 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30357
30358         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30359         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30360           Don't block during probing...
30361
30362 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30363
30364         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30365         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30366         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30367         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30368         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30369         (gst_alsa_open_audio), (gst_alsa_close_audio):
30370         * ext/alsa/gstalsa.h:
30371           Add propertyprobe interface implementation, add some device-name
30372           property, all this so that it looks good in gnome-volume-control.
30373
30374 2004-03-12  David Schleef  <ds@schleef.org>
30375
30376         * configure.ac: the Hermes library controls hermescolorspace, not
30377         colorspace.
30378         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30379         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30380         not /* */
30381         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30382         * ext/sdl/sdlvideosink.h: ditto.
30383         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30384
30385 2004-03-12  Benjamin Otte  <otte@gnome.org>
30386
30387         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30388         (gst_x_overlay_got_xwindow_id):
30389         * gst-libs/gst/xoverlay/xoverlay.h:
30390           replace XID with unsigned long to get rid of the xlibs dependency in
30391           XOverlay (fixes #137004)
30392
30393 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30394         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30395         (gst_agingtv_setup):
30396         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30397         (gst_dicetv_base_init), (gst_dicetv_class_init),
30398         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30399         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30400         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30401         (gst_edgetv_setup), (gst_edgetv_rgb32):
30402         * gst/effectv/gsteffectv.c:
30403         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30404         (gst_quarktv_set_property):
30405         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30406         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30407         (gst_revtv_setup), (gst_revtv_rgb32):
30408         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30409         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30410         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30411         (gst_shagadelictv_rgb32):
30412         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30413         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30414         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30415         * gst/effectv/gstwarp.c:
30416         Port everything that can be ported to videofilter and fix up the caps.
30417         Can someone with a big-endian machine please check these?
30418
30419 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30420
30421         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30422         (gst_osssink_chain), (gst_osssink_change_state):
30423           Latest fixes for A/V sync, audio playback and such. This is about
30424           all... MPEG playback issues are mostly related to the async build-
30425           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30426
30427 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30428
30429         patch from: Stephane Loeuillet
30430
30431         * configure.ac:
30432           use pkg-config for some libraries, falling back to the old .m4 way
30433           (fixes #131270)
30434         * m4/libdv.m4:
30435           removed
30436
30437 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30438
30439         * configure.ac:
30440         * tools/Makefile.am:
30441         * tools/Makefile.in:
30442         * tools/gst-launch-ext-m.m:
30443         * tools/gst-launch-ext.1.in:
30444         * tools/gst-visualise-m.m:
30445         * tools/gst-visualise.1:
30446         * tools/gst-visualise.1.in:
30447           reorganizing generation of script tools
30448
30449 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30450
30451         * ext/divx/gstdivxdec.c:
30452           Downgrade priority. We prefer ffdec_mpeg4.
30453         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30454         (gst_faad_chain), (gst_faad_change_state):
30455           Fix capsnego. Doesn't work for some sounds because we don't have
30456           a 5:1 to stereo element.
30457         * ext/xvid/gstxvid.c: (plugin_init):
30458           Add priority.
30459         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30460         (gst_osssink_change_state):
30461           Add discont handling.
30462
30463 2004-03-09  Colin Walters  <walters@verbum.org>
30464
30465         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30466         conversion.
30467
30468 2004-03-09  Benjamin Otte  <otte@gnome.org>
30469
30470         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30471           the signals take 2 arguments
30472
30473 2004-03-09  David Schleef  <ds@schleef.org>
30474
30475         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30476         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30477         * ext/alsa/gstalsa.h:
30478         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30479
30480 2004-03-09  Benjamin Otte  <otte@gnome.org>
30481
30482         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30483         (gst_mikmod_change_state):
30484         * ext/mikmod/gstmikmod.h:
30485           make mikmod's loop function not loop infinitely and call
30486           gst_element_yield anymore
30487         * gst/modplug/gstmodplug.cc:
30488           fix pad negotiation (fixes #136590)
30489
30490 2004-03-09  David Schleef  <ds@schleef.org>
30491
30492         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30493         doesn't conflict with the internal colorspace plugin.
30494         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30495         satisfy the crappy-ass shell shipped by a certain vendor.
30496         * gst/videofilter/make_filter: same (bug #135299)
30497
30498 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30499
30500         * configure.ac: bump nano to 1
30501
30502 === release 0.7.6 ===
30503
30504 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30505
30506         * configure.in: releasing 0.7.6, "There"
30507
30508 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30509
30510         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30511         * pkgconfig/gstreamer-play.pc.in:
30512           synchronize the two
30513
30514 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30515
30516         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30517         (cdparanoia_open), (cdparanoia_event):
30518           fix/add error handling
30519         * po/POTFILES.in:
30520           add cdparanoia source
30521         * tools/Makefile.am:
30522           make scripts executable
30523
30524 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30525
30526         * configure.ac:
30527         * ext/vorbis/Makefile.am:
30528         * sys/Makefile.am:
30529           remove id3types, vorbisfile and xvideosink from the build (#133783)
30530
30531 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30534           Fix metadata read crash (#136537).
30535
30536 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30537
30538         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30539         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30540           adding mime types, fixing the one-stop function
30541
30542 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30543
30544         * ext/nas/nassink.c and /ext/nas/nassink.h:
30545         More NAS love from Arwed von Merkatz
30546         So lets all sing 'Can you feel the NAS tonight'
30547
30548 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30549
30550         * tools/gst-launch-ext.in:
30551         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30552
30553 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30556         (gst_mpeg2dec_init):
30557         remove the user_data pad for now, because it is being used in
30558         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30559         If someone knows how to fix this properly, please do.
30560
30561 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30562
30563         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30564         (gst_osssink_get_time):
30565         add a warning, IMO this won't get triggered anymore, remove later
30566
30567 2004-03-07  David Schleef  <ds@schleef.org>
30568
30569         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30570         format (bug #136470)
30571
30572 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30573
30574         * gst-libs/Makefile.am:
30575         * gst-libs/gst/media-info/Makefile.am:
30576         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30577         (error_callback), (gst_media_info_error_create),
30578         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30579         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30580         * gst-libs/gst/media-info/media-info-priv.h:
30581         * gst-libs/gst/media-info/media-info-test.c: (main):
30582         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30583         (gst_media_info_class_init), (gst_media_info_instance_init),
30584         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30585         (gst_media_info_read_idler), (gst_media_info_read):
30586         * gst-libs/gst/media-info/media-info.h:
30587         fixed, should work now
30588
30589 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30590
30591         * ext/nas/nassink.c:
30592         A bunch of NAS fixes from Arwed von Merkatz
30593
30594 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30595
30596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30597         (qtdemux_parse_trak):
30598           Fix crash (j might be greater than n_samples, in which case we're
30599           writing outside the allocated space for the array) and memleak.
30600
30601 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * sys/oss/gstosssink.c: (gst_osssink_chain):
30604           And another caller that couldn't handle delay < 0 (unsigned
30605           integer overflow). Video now continues playing on an audio
30606           buffer underrun, and the clock continues working. Audio still
30607           stalls.
30608
30609 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30610
30611         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30612         (gst_osssink_get_time):
30613           get_delay() may return values lower than 0. In those cases, we
30614           should not actually cast to *unsigned* int64, that will break
30615           stuff horribly. In my case, it screwed up A/V sync in movies
30616           in totem rather badly.
30617
30618 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30619
30620         * ext/faac/gstfaac.c: (gst_faac_chain):
30621         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30622         * ext/libpng/gstpngenc.c: (user_write_data):
30623         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30624         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30625         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30626         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30627         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30628         of any buffer), should fix some leaks. I hope I didn't unref buffers
30629         that shouldn't be...
30630
30631 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30632
30633         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30634         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30635         (error_callback), (gmi_reset), (gmi_seek_to_track),
30636         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30637         (gmip_find_type_post), (gmip_find_stream_post),
30638         (gmip_find_track_streaminfo_post):
30639         * gst-libs/gst/media-info/media-info-priv.h:
30640         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30641         (info_print), (main):
30642         * gst-libs/gst/media-info/media-info.c:
30643         (gst_media_info_error_create), (gst_media_info_error_element),
30644         (gst_media_info_instance_init), (gst_media_info_get_property),
30645         (gst_media_info_new), (gst_media_info_set_source),
30646         (gst_media_info_read_idler), (gst_media_info_read):
30647         * gst-libs/gst/media-info/media-info.h:
30648           first pass at making this work again.  This seems to work on
30649           tagged ogg/vorbis and mp3 files.
30650
30651 2004-03-06  Benjamin Otte  <otte@gnome.org>
30652
30653         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30654           fix huge leak: gst_buffer_merge doesn't unref the first argument
30655           itself.
30656
30657 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30658
30659         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30660           report layer/mode/emphasis
30661
30662 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30663
30664         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30665
30666 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30667
30668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30669           signal serial
30670
30671 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30672
30673         * ext/vorbis/vorbis.c: (plugin_init):
30674         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30675         (gst_vorbis_dec_init), (vorbis_dec_event):
30676         add debug category
30677         make vorbisdec handle _BYTE and _TIME queries
30678
30679 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30680
30681         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30682           from the xing header
30683
30684 2004-03-06  Benjamin Otte  <otte@gnome.org>
30685
30686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30687         (gst_audio_convert_link), (gst_audio_convert_change_state),
30688         (gst_audio_convert_buffer_from_default_format):
30689           do conversions from/to float correctly, fix some caps nego errors,
30690           export correct supported caps in template and getcaps, use correct
30691           caps in try_set_caps functions
30692
30693 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30694
30695         For some reason, I only committed a ChangeLog entry yesterday and
30696         not the corresponding code...
30697         * ext/mad/gstmad.c: Fix detection of Xing headers
30698         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30699
30700 2004-03-06  Benjamin Otte  <otte@gnome.org>
30701
30702         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30703         (gst_ogg_demux_src_query):
30704           make sure to handle the case where there's no current chain
30705           gracefully.
30706
30707 2004-03-05  David Schleef  <ds@schleef.org>
30708
30709         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30710         Add fixate function. (bug #131128)
30711         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30712         (gst_sdlvideosink_fixate):  Add fixate function.
30713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30714         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30715         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30716         Fix missing break that was causing ulaw to be interpreted as
30717         raw int.
30718
30719 2004-03-05  David Schleef  <ds@schleef.org>
30720
30721         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30722         Fix code that ignores return value of gst_buffer_merge().
30723         (bug #114560)
30724         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30725         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30726         * testsuite/gst-lint:  Check for above.
30727
30728 2004-03-05  David Schleef  <ds@schleef.org>
30729
30730         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30731         caps and throw an element error.  (bug #136334)
30732
30733 2004-03-05  David Schleef  <ds@schleef.org>
30734
30735         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30736         (gst_faad_chain): Fix negotiation.
30737         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30738         key and button events.
30739         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30740         dung heap of code.
30741         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30742         depends on gconf
30743         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30744         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30745         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30746         function to encourage better negotiation, particularly between
30747         audioconvert and osssink.
30748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30749         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30750         more important.
30751         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30752         typefinding.
30753         * gst/vbidec/vbiscreen.c:  Add glib header
30754         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30755
30756 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30757
30758         * ext/mad/gstmad.c: Fix detection of Xing headers
30759         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30760
30761 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30762
30763         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30764         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30765           debug updates
30766
30767 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30768
30769         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30770         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30771         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30772         files, and report the parsed length as a GST_TAG_DURATION tag.
30773         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30774
30775 2004-03-05  Benjamin Otte  <otte@gnome.org>
30776
30777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30778           convert channels correctly. convert correctly to unsigned.
30779
30780 2004-03-05  Julien MOUTTE <julien@moutte.net>
30781
30782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30783         we have a window before clearing it.
30784
30785 2004-03-05  Julien MOUTTE <julien@moutte.net>
30786
30787         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30788         have a window before clearing it.
30789
30790 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30791
30792         * gconf/gstreamer.schemas.in:
30793         * gst-libs/gst/gconf/Makefile.am:
30794           version installation path the same way as for 0.6
30795         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30796         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30797         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30798           remove comment that was fixed
30799
30800 2004-03-05  David Schleef  <ds@schleef.org>
30801
30802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30803         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30804         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30805         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30806         Add prototype code for handling seeking and querying.
30807
30808 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30809
30810         * examples/gstplay/player.c: (main):
30811           Initialize variables to NULL. Prevents a segfault because the
30812           (uninitialized) variable is not NULL, resulting in a crash on
30813           trying to reach error->message.
30814
30815 2004-03-05  Benjamin Otte  <otte@gnome.org>
30816
30817         * gst/audioconvert/gstaudioconvert.c:
30818         (gst_audio_convert_buffer_to_default_format):
30819         make float=>int conversion work correctly even in cornercases.
30820
30821 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30822
30823         * debian/README.Debian:
30824         * debian/build-deps:
30825         * debian/changelog:
30826         * debian/control:
30827         * debian/control.in:
30828         * debian/copyright:
30829         * debian/gstreamer-a52dec.files:
30830         * debian/gstreamer-aa.files:
30831         * debian/gstreamer-alsa.files:
30832         * debian/gstreamer-alsa.manpages:
30833         * debian/gstreamer-arts.files:
30834         * debian/gstreamer-artsd.files:
30835         * debian/gstreamer-audiofile.files:
30836         * debian/gstreamer-avifile.files:
30837         * debian/gstreamer-cdparanoia.files:
30838         * debian/gstreamer-colorspace.files:
30839         * debian/gstreamer-doc.files:
30840         * debian/gstreamer-dv.files:
30841         * debian/gstreamer-dvd.files:
30842         * debian/gstreamer-esd.files:
30843         * debian/gstreamer-festival.files:
30844         * debian/gstreamer-flac.files:
30845         * debian/gstreamer-gconf.conffiles:
30846         * debian/gstreamer-gconf.files:
30847         * debian/gstreamer-gconf.postinst:
30848         * debian/gstreamer-gnomevfs.files:
30849         * debian/gstreamer-gsm.files:
30850         * debian/gstreamer-http.files:
30851         * debian/gstreamer-jack.files:
30852         * debian/gstreamer-jpeg.files:
30853         * debian/gstreamer-mad.files:
30854         * debian/gstreamer-mikmod.files:
30855         * debian/gstreamer-misc.files:
30856         * debian/gstreamer-mpeg2dec.files:
30857         * debian/gstreamer-oss.files:
30858         * debian/gstreamer-plugin-apps.files:
30859         * debian/gstreamer-plugin-apps.manpages:
30860         * debian/gstreamer-plugin-libs-dev.files:
30861         * debian/gstreamer-plugin-libs.files:
30862         * debian/gstreamer-plugin-template.postinst:
30863         * debian/gstreamer-plugin-template.postrm:
30864         * debian/gstreamer-sdl.files:
30865         * debian/gstreamer-sid.files:
30866         * debian/gstreamer-vorbis.files:
30867         * debian/gstreamer-x.files:
30868         * debian/mk.control:
30869         * debian/rules:
30870         Debian package info not maintained here.
30871
30872 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30873
30874         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30875         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30876         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30877         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30878         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30879         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30880         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30881         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30882         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30883         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30884         * gst-libs/gst/colorbalance/colorbalance.c:
30885         (gst_color_balance_class_init):
30886         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30887         (gst_color_balance_channel_class_init):
30888         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30889         * gst-libs/gst/play/play.c: (gst_play_class_init):
30890         * gst-libs/gst/propertyprobe/propertyprobe.c:
30891         (gst_property_probe_iface_init):
30892         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30893         * gst-libs/gst/tuner/tunerchannel.c:
30894         (gst_tuner_channel_class_init):
30895         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30896         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30897         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30898         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30899         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30900         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30904           fix signals to use - instead of _
30905         * ext/libcaca/gstcacasink.h:
30906         * ext/sdl/sdlvideosink.h:
30907           fix header rename
30908
30909 2004-03-04  David Schleef  <ds@schleef.org>
30910
30911         * testsuite/gst-lint:  Add a check for bad signal names.
30912
30913 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30914
30915         reviewed by David Schleef
30916
30917         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30918         modified the alpha channel and caused a warning. (bug #136192)
30919
30920 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30921
30922         * gst-plugins.spec.in:
30923         Change names of plugins to actually be correct. Try to keep things
30924         alphabetical to avoid getting beat up by Thomas
30925
30926 2004-03-03  Julien MOUTTE <julien@moutte.net>
30927
30928         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30929         Using ximagesink as a default if no gconf key found. We should
30930         probably consider using alsasink instead of osssink for the audio
30931         part.
30932
30933 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30934
30935         * configure.ac:
30936           fix --with-plugins, don't think it ever worked before
30937         * gst-plugins.spec.in:
30938           even more updates
30939
30940 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30941
30942         * ext/sdl/sdlvideosink.h:
30943         * sys/ximage/ximagesink.h:
30944         * sys/xvideo/xvideosink.h:
30945         * sys/xvimage/xvimagesink.h:
30946           Fix for move of gstvideosink.h -> videosink.h.
30947
30948 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30949
30950         * gst-libs/gst/xwindowlistener/Makefile.am:
30951           this is a plugin library, not a library
30952
30953 2004-03-01  David Schleef  <ds@schleef.org>
30954
30955         * AUTHORS:  Added some names.  Add yourself if you're still
30956         missing.
30957
30958 2004-03-01  David Schleef  <ds@schleef.org>
30959
30960         * MAINTAINERS: Add
30961
30962 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30963
30964         * gst-plugins.spec.in: clean up spec file
30965
30966 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30967
30968         * gst-libs/gst/video/Makefile.am:
30969         * gst-libs/gst/video/gstvideosink.c:
30970         * gst-libs/gst/video/gstvideosink.h:
30971           rename gstvideosink.h to videosink.h to match other headers
30972         * gst/mixmatrix/Makefile.am:
30973           fix plugin filename
30974         * gst/tags/Makefile.am: fix plugin filename
30975
30976 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30977
30978         * gst/tags/Makefile.am: fix plugin filename
30979
30980 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * examples/gstplay/player.c: (got_time_tick), (main):
30983           add error handler
30984           display time_tick more readably
30985         * gst/mixmatrix/Makefile.am:
30986           fix plugin file name
30987
30988 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30989
30990         * sys/oss/gstosselement.c: (gst_osselement_probe),
30991         (device_combination_append), (gst_osselement_class_probe_devices):
30992         * sys/oss/gstosselement.h:
30993           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30994           on my system using alsa oss emulation, fixes bug #135597
30995
30996 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30997
30998         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30999         (gst_videodrop_chain), (gst_videodrop_change_state):
31000         * gst/videodrop/gstvideodrop.h:
31001           Work based on timestamp of input data, not based on the expected
31002           framerate from the input. The consequence is that this element now
31003           not only scales framerates, but also functions as a framerate
31004           corrector or framerate stabilizer/constantizer.
31005
31006 2004-02-27  David Schleef  <ds@schleef.org>
31007
31008         patches from jmmv@menta.net (Julio M. Merino Vidal)
31009
31010         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31011         GST_ELEMENT_ERROR call (bug #135634)
31012         * gst/interleave/interleave.c: (interleave_buffered_loop),
31013         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31014         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31015         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31016         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31017         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31018         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31019         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31020         Fix GST_ELEMENT_ERROR call.
31021         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31022         GST_ELEMENT_ERROR call.
31023
31024 2004-02-27  Benjamin Otte  <otte@gnome.org>
31025
31026         * gst-libs/gst/audio/audio.h:
31027           add macro to make sure header isn't included twice
31028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31029           don't use gst_buffer_free
31030         * gst/playondemand/filter.func:
31031           don't use gst_data_free. Free data only once.
31032
31033 2004-02-26  David Schleef  <ds@schleef.org>
31034
31035         * gst-libs/gst/colorbalance/Makefile.am:
31036         * gst-libs/gst/mixer/Makefile.am:
31037         * gst-libs/gst/tuner/Makefile.am:
31038         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31039         should not be disted, -marshal.h files should not be installed,
31040         and -enum.h files _should_ be installed.  Fix to make this the
31041         case.
31042
31043 === release 0.7.5 ===
31044
31045 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * configure.ac: release 0.7.5, "Under The Sea"
31048
31049 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31050
31051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31052         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31053         * gst/videoscale/gstvideoscale.c:
31054         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31055           assorted debug/warning fixes
31056
31057 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31058
31059         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31060         (gst_videoscale_init), (gst_videoscale_chain),
31061         (gst_videoscale_set_property), (plugin_init):
31062         * gst/videoscale/gstvideoscale.h:
31063         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31064         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31065         (gst_videoscale_planar400), (gst_videoscale_packed422),
31066         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31067         (gst_videoscale_24bit), (gst_videoscale_16bit),
31068         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31069         (gst_videoscale_scale_plane_slow),
31070         (gst_videoscale_scale_point_sample),
31071         (gst_videoscale_scale_nearest),
31072         (gst_videoscale_scale_nearest_str2),
31073         (gst_videoscale_scale_nearest_str4),
31074         (gst_videoscale_scale_nearest_32bit),
31075         (gst_videoscale_scale_nearest_24bit),
31076         (gst_videoscale_scale_nearest_16bit):
31077         add debugging category and use it properly
31078         fix use of GST_PTR_FORMAT
31079
31080 2004-02-25  Andy Wingo  <wingo@pobox.com>
31081
31082         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31083         push only when channel->buffer is NULL. Prevents segfaults doing
31084         the state change after a nonlocal exit, like a scheme exception.
31085
31086         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31087         Handle the case where the intersected caps is empty.
31088
31089 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31090
31091         * gst/law/mulaw-decode.c: (mulawdec_link):
31092         * gst/law/mulaw.c: (plugin_init):
31093           fix mulawdec so it actually works again
31094
31095 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31096
31097         reviewed by: David Schleef  <ds@schleef.org>
31098
31099         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31100         (gst_gamma_init), (gst_gamma_set_property),
31101         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31102         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31103         for RGB, with separate r g and b correction factors. (#131167)
31104
31105 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31106
31107         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31108           only signal tags for bitrate if they're > 0 (#134894)
31109
31110 2004-02-24  David Schleef  <ds@schleef.org>
31111
31112         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31113         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31114         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31115         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31116         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31117         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31118         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31119         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31120         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31121         category.  Attempt to fix timestamp calculation.
31122
31123 2004-02-24  Johan Dahlin  <johan@gnome.org>
31124
31125         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31126
31127 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31128
31129         * configure.ac:
31130         * gconf/Makefile.am:
31131         * gconf/gstreamer.schemas:
31132         * gst-libs/gst/gconf/Makefile.am:
31133         * gst-libs/gst/gconf/gconf.c:
31134           version gconf schemas and install locations
31135
31136 2004-02-23  Benjamin Otte  <otte@gnome.org>
31137
31138         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31139         (gst_xine_input_subclass_init):
31140           call parent dispose.
31141           change pad template for CD reader correctly
31142         * ext/xine/Makefile.am:
31143         * ext/xine/gstxine.h:
31144         * ext/xine/xine.c: (plugin_init):
31145         * ext/xine/xineaudiosink.c:
31146           wrap audio sinks, too
31147         * gst-libs/gst/resample/private.h:
31148         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31149         (gst_resample_reinit), (gst_resample_scale),
31150         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31151         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31152         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31153         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31154         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31155         * gst-libs/gst/resample/resample.h:
31156         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31157         (gst_audioscale_class_init), (gst_audioscale_link),
31158         (gst_audioscale_get_buffer), (gst_audioscale_init),
31159         (gst_audioscale_chain), (gst_audioscale_set_property),
31160         (gst_audioscale_get_property):
31161         * gst/audioscale/gstaudioscale.h:
31162           s/resample_*/gst_resample_*/i to not clobber namespaces
31163
31164 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31165
31166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31167         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31168         (gst_riff_create_video_template_caps),
31169         (gst_riff_create_audio_template_caps),
31170         (gst_riff_create_iavs_template_caps):
31171         * gst-libs/gst/riff/riff-media.h:
31172         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31173         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31174         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31175         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31176         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31177         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31178         (gst_matroska_demux_plugin_init): First batch implementing audio and
31179         video codec tags in demuxers.
31180
31181 2004-02-22  Benjamin Otte  <otte@gnome.org>
31182
31183         * ext/xine/Makefile.am:
31184         * ext/xine/gstxine.h:
31185         * ext/xine/xine.c: (plugin_init):
31186         * ext/xine/xineinput.c:
31187           add input plugin wrapper. Playback from files, http, mms and cdda
31188           works.
31189         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31190           remove leftover G_GNUC_UNUSED
31191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31192         (gst_asf_demux_identify_guid):
31193           improve debugging output
31194
31195 2004-02-22  Benjamin Otte  <otte@gnome.org>
31196
31197         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31198
31199         * autogen.sh:
31200           replace test -e with test -x for mkinstalldirs to be more portable.
31201           (fixes #134816)
31202
31203 2004-02-22  Benjamin Otte  <otte@gnome.org>
31204
31205         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31206
31207         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31208           set rank to PRIMARY
31209         * gst/volume/gstvolume.c: (plugin_init):
31210           set rank to NONE
31211         fixes #134960
31212
31213 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31214
31215         reviewed by Benjamin Otte  <otte@gnome.org>
31216
31217         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31218           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31219
31220 2004-02-22  Benjamin Otte  <otte@gnome.org>
31221
31222         * configure.ac:
31223           export [_]*{gst,Gst,GST}.* symbols from plugins
31224
31225 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31226
31227         reviewed by: Benjamin Otte  <otte@gnome.org>
31228
31229         * ext/lame/gstlame.c: (add_one_tag):
31230         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31232         (gst_vorbisenc_metadata_set1):
31233         * gst/tags/gstid3tag.c:
31234         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31235           apply fixes from bugs #135042 (lame can't write tags) and #133817
31236           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31237
31238 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31239
31240         * configure.ac: Export only gst_plugin_desc from plugins.
31241          Note that this change only makes any effect with Linux using libtool
31242          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31243          fine. And don't try to have several versions of libtool in different
31244          directories.
31245
31246 2004-02-20  Andy Wingo  <wingo@pobox.com>
31247
31248         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31249         interleave respectively.
31250
31251         * gst/interleave/deinterleave.c: New plugin: deinterleave
31252         (replaces on oneton).
31253         * gst/interleave/interleave.c: New plugin: interleave.
31254         * gst/interleave/plugin.h: Support file.
31255         * gst/interleave/plugin.c: Support file.
31256
31257         * configure.ac: Remove intfloat and oneton, add interleave.
31258
31259         * ext/sndfile/gstsf.c: Handle events better.
31260
31261         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31262         and float2int operation. int2float has scheduling problems as
31263         noted in in2float_chain.
31264
31265 2004-02-20  Benjamin Otte  <otte@gnome.org>
31266
31267         * ext/xine/Makefile.am:
31268         * ext/xine/gstxine.h:
31269         * ext/xine/xine.c:
31270         * ext/xine/xineaudiodec.c:
31271         * ext/xine/xinecaps.c:
31272           add first version of xine plugin wrapper. Currently only wraps the
31273           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31274         * configure.ac:
31275         * ext/Makefile.am:
31276           add xine plugin wrapper, disabled by default. Use --enable-xine to
31277           build. Note that it'll segfault on gst-register if you don't remove
31278           the goom and tvtime post plugins from xine.
31279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31280         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31281           add extradata parsing for QDM2.
31282           change around debugging prints.
31283
31284 2004-02-19  Benjamin Otte  <otte@gnome.org>
31285
31286         * ext/lame/gstlame.c: (gst_lame_chain):
31287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31288           use gst_tag_list_insert when you want to insert tags
31289
31290 2004-02-18  David Schleef  <ds@schleef.org>
31291
31292         * configure.ac:  Move massink to gst-rotten
31293         * ext/Makefile.am:
31294         * ext/mas/Makefile.am:
31295         * ext/mas/massink.c:
31296         * ext/mas/massink.h:
31297
31298 2004-02-18  David Schleef  <ds@schleef.org>
31299
31300         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31301         typefinding, since it seems to be worse than nothing.
31302         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31303         atom to recognize .mp4 and .m4a files as video/quicktime.
31304
31305 2004-02-18  David Schleef  <ds@schleef.org>
31306
31307         * gst/sine/demo-dparams.c: (quit_live),
31308         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31309         Use double dparams, not float.
31310         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31311         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31312         sync'd elements don't really work correctly.
31313         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31314         (volume_update_volume), (volume_get_property):  Change dparam
31315         to double.
31316
31317 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31318
31319         * sys/ximage/ximagesink.c:
31320         (gst_ximagesink_xwindow_update_geometry),
31321         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31322         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31323         (gst_ximagesink_init): Rework the way software video scaling works. So
31324         now we check on each chain call if the video frames are feeling the
31325         window. If not we try to renegotiate caps. On failure we memorize that
31326         and we won't try again for that PLAYING sessions.
31327         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31328         failure.
31329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31330         synchronous flag.
31331
31332 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31333
31334         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31335           break up _link so we can give a better debug message for errors
31336
31337 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31338
31339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31340           set up debug category
31341
31342 2004-02-18  Julien MOUTTE <julien@moutte.net>
31343
31344         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31345         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31346         the way renegotiation work. The event handling function is not taking
31347         care of external windows and renegotiate method check for pad flags
31348         NEGOTIATING. Should fix : #133209
31349
31350 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31351
31352         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31353         pad is negotiating before trying renegotiation.
31354
31355 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31356
31357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31358           pass on all possible mime types as typefind hints
31359
31360 2004-02-17  Julien MOUTTE <julien@moutte.net>
31361
31362         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31364         possible SHM leak if we crash. All other apps using XShm are doing
31365         that.
31366
31367 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31368
31369         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31370         (gst_ximagesink_expose): Renegotiate size on expose.
31371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31372         size on expose.
31373
31374 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31375
31376         * testsuite/alsa/sinesrc.c:
31377           cosmetic fix to fix compile issue with gcc 2.95.4
31378
31379 2004-02-16  Julien MOUTTE <julien@moutte.net>
31380
31381         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31382         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31383         failed opening the audio device.
31384         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31385         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31386         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31387         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31388         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31389         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31390         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31391         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31392         Removing some useless g_return_if_fail like wingo suggested.
31393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31394         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31395         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31396         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31397         (gst_xvimagesink_update_colorbalance),
31398         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31399         (gst_xvimagesink_xcontext_clear),
31400         (gst_xvimagesink_get_fourcc_from_caps),
31401         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31402         (gst_xvimagesink_set_xwindow_id),
31403         (gst_xvimagesink_colorbalance_list_channels),
31404         (gst_xvimagesink_colorbalance_set_value),
31405         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31406         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31407
31408 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31409
31410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31411           throw error when not negotiated instead of asserting
31412
31413 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31414
31415         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31416         correct data refcounting.
31417
31418 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31419
31420         * gst/switch/gstswitch.c: (gst_switch_change_state),
31421         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31422         change, mostly the EOS flag.
31423
31424 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31425
31426         * examples/gstplay/player.c: (got_eos), (main): Adding some
31427         output for debugging.
31428         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31429         timeouts if we go to any state different from PLAYING.
31430         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31431         more EOS bugs in riff lib.
31432
31433 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31434
31435         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31436         visualization until i find a way to fix switch correctly.
31437         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31438         EOS arrives.
31439         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31440         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31441         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31442         Reworked switch to get a more correct behaviour with events and refing
31443         of data stored in sinkpads.
31444         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31445         we don't pull from a pad in EOS.
31446
31447 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31448
31449         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31450           remove v1 tag even if we can't read it (makes sure we don't detect
31451           it again)
31452
31453 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31454
31455         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31456         (gst_alsa_xrun_recovery):
31457         * ext/alsa/gstalsa.h:
31458           try xrun recovery when wait failed. Make xrun recovery function
31459           return TRUE/FALSE to indicate success. (might fix #134354)
31460
31461 2004-02-13  David Schleef  <ds@schleef.org>
31462
31463         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31464         (dynparm_value_changed), (main): Convert from float to double.
31465         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31466
31467 2004-02-13  David Schleef  <ds@schleef.org>
31468
31469         * gst/silence/gstsilence.c: (gst_silence_class_init),
31470         (gst_silence_set_clock), (gst_silence_get),
31471         (gst_silence_set_property), (gst_silence_get_property):
31472         * gst/silence/gstsilence.h: Add sync property.
31473         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31474         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31475         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31476         * gst/sine/gstsinesrc.h: Add sync property.
31477
31478 2004-02-13  David Schleef  <ds@schleef.org>
31479
31480         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31481         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31482
31483 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31484
31485         * configure.ac:
31486         * ext/Makefile.am:
31487         * gst-libs/ext/Makefile.am:
31488           move ffmpeg plugin to gst-ffmpeg module
31489
31490 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31491
31492         * configure.ac: use GST_ARCH to detect architecture
31493
31494 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31495
31496         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31497
31498 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31499
31500         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31501           classify LADSPA plugins based on number of src/sink pads
31502           (#133663, Stefan Kost)
31503         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31504           fix dparams registration
31505           (#133528, Stefan Kost)
31506         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31507           fix use of isprint and use g_ascii_isprint instead
31508           (#133316, Stefan Kost)
31509
31510 2004-02-11  David Schleef  <ds@schleef.org>
31511
31512         Convert a few inner loops to use liboil.  This is currently
31513         optional, and is only enabled if liboil is present (duh!).
31514         * configure.ac: Check for liboil-0.1
31515         * gst/intfloat/Makefile.am:
31516         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31517         (gst_int2float_chain_gint16):
31518         * gst/videofilter/Makefile.am:
31519         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31520         (tablelookup_u8), (gst_videobalance_planar411):
31521         * gst/videotestsrc/Makefile.am:
31522         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31523         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31524         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31525         (paint_hline_RGB565), (paint_hline_xRGB1555):
31526
31527 2004-02-11  David Schleef  <ds@schleef.org>
31528
31529         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31530         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31531         (gst_colorspace_getcaps), (gst_colorspace_link),
31532         (gst_colorspace_base_init), (gst_colorspace_init),
31533         (gst_colorspace_chain), (gst_colorspace_change_state),
31534         (plugin_init): Merge Ronald's patch (bug #117897) and update
31535         for new caps and negotiation.  Seems to work, although it
31536         shows off bugs in lcs.
31537
31538 2004-02-11  David Schleef  <ds@schleef.org>
31539
31540         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31541         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31542
31543 2004-02-11  David Schleef  <ds@schleef.org>
31544
31545         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31546         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31547         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31548         Add server and port properties
31549
31550 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31551
31552         * m4/a52.m4:
31553         * m4/aalib.m4:
31554         * m4/as-ffmpeg.m4:
31555         * m4/as-liblame.m4:
31556         * m4/as-slurp-ffmpeg.m4:
31557         * m4/check-libheader.m4:
31558         * m4/esd.m4:
31559         * m4/freetype2.m4:
31560         * m4/gconf-2.m4:
31561         * m4/glib.m4:
31562         * m4/gst-alsa.m4:
31563         * m4/gst-artsc.m4:
31564         * m4/gst-ivorbis.m4:
31565         * m4/gst-matroska.m4:
31566         * m4/gst-sdl.m4:
31567         * m4/gst-shout2.m4:
31568         * m4/gst-sid.m4:
31569         * m4/gtk.m4:
31570         * m4/libdv.m4:
31571         * m4/libfame.m4:
31572         * m4/libmikmod.m4:
31573         * m4/ogg.m4:
31574         * m4/vorbis.m4:
31575           fix underquotedness of macros (#133800)
31576         * m4/as-avifile.m4:
31577         * m4/xmms.m4:
31578           removed because no longer used
31579
31580 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31581
31582         * configure.ac:
31583           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31584           by autopoint (fixes #132996)
31585
31586 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31587
31588         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31589         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31590         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31591         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31592           fix memleaks
31593
31594 2004-02-11  David Schleef  <ds@schleef.org>
31595
31596         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31597         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31598         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31599         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31600         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31601         (gst_jpegenc_class_init), (gst_jpegenc_init),
31602         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31603         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31604         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31605         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31606
31607 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31608
31609         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31610         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31611         * ext/mikmod/gstmikmod.h:
31612           fix caps negotiation in mikmod
31613         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31614           output debug information
31615
31616 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31617
31618         * gst-libs/gst/colorbalance/Makefile.am:
31619         * gst-libs/gst/navigation/Makefile.am:
31620         * gst-libs/gst/xoverlay/Makefile.am:
31621           remove unused GST_OPT_CFLAGS from Makefiles
31622           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31623
31624 2004-02-07  David Schleef  <ds@schleef.org>
31625
31626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31627         push events to pads that haven't been created (#133508)
31628
31629 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31630
31631         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31632         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31633         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31634         (gst_dvdec_loop), (gst_dvdec_change_state):
31635         Second attempt at committing a working dvdec element.
31636
31637 2004-02-06  David Schleef  <ds@schleef.org>
31638
31639         Build fixes for OS X: (see #129600)
31640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31641         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31642         (gst_riff_read_strf_iavs):
31643         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31644         (gst_avi_demux_stream_odml):
31645         * gst/playondemand/Makefile.am:
31646         * gst/rtp/rtp-packet.c:
31647
31648 2004-02-05  David Schleef  <ds@schleef.org>
31649
31650         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31651         last change, because it Just Doesn't Compile.
31652
31653 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31654
31655         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31656           skip undecodable id3v2 tag instead of keeping it
31657
31658 2004-02-05  David Schleef  <ds@schleef.org>
31659
31660         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31661         Unref leaked buffer.  (Noticed by Ronald)
31662
31663 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31664
31665         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31666         Sync requires with other checks.  >= vs =.
31667
31668 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31669
31670         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31671         (gst_dvdec_video_link), (gst_dvdec_loop):
31672         * ext/dv/gstdvdec.h:
31673           rework the caps negotiation so that dvdec works again instead
31674           of just segfaulting.
31675
31676 === release 0.7.4 ===
31677
31678 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31679
31680         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31681         * configure.ac: changed for release
31682
31683 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31684
31685         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31686         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31687         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31688         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31689           reworked patch by David Lehn to fix libdir and includedir for
31690           uninstalled libraries
31691           removed play and gconf from gstreamer-libs since they have their
31692           own pkgconfig files
31693
31694 2004-02-04  David Schleef  <ds@schleef.org>
31695
31696         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31697         memleak.
31698
31699 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31700
31701         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31702           use correct GST_TAG_ENCODER tag
31703
31704 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31705
31706         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31707           be sure to stop the clock when going to paused
31708         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31709           reset number of transmitted when going to ready.
31710         fixes #132935
31711
31712 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31713
31714         reviewed by Benjamin Otte
31715
31716         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31717           extract track count (fixes #133410)
31718
31719 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31720
31721         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31722           that should be !=, not == (fixes #132519)
31723
31724 2004-02-04  David Schleef  <ds@schleef.org>
31725
31726         Make sure set_explicit_caps() is called before adding pad.
31727         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31728         * gst/id3/gstid3types.c: (gst_id3types_loop):
31729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31730         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31731
31732 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31733
31734         * configure.ac:
31735           bump nano to 2, first prerelease
31736           put back AM_PROG_LIBTOOL
31737
31738 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31739
31740         * testsuite/alsa/Makefile.am:
31741           these are user test apps, not automatic testsuite tests
31742
31743 2004-02-04  David Schleef  <ds@schleef.org>
31744
31745         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31746         * gst/mpeg1videoparse/gstmp1videoparse.c:
31747         (mp1videoparse_parse_seq):
31748         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31749         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31750         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31751         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31752         (gst_xvideosink_getcaps):
31753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31754         * testsuite/gst-lint: more tests
31755
31756 2004-02-04  David Schleef  <ds@schleef.org>
31757
31758         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31759         with the code that they would expand to.
31760         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31761         (gst_flacdec_get_src_query_types),
31762         (gst_flacdec_get_src_event_masks):
31763         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31764         (gst_gnomevfssrc_get_query_types),
31765         (gst_gnomevfssrc_get_event_mask):
31766
31767 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31768
31769         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31770         (gst_sinesrc_dispose):
31771           fix memleak by properly disposing sinesrc
31772
31773 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31774
31775         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31776         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31777         an overlay to redraw the image because it has been exposed.
31778         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31779         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31780         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31781         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31782         interface
31783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31784         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31785         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31786         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31787         interface
31788
31789 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31790
31791         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31792           more memleak fixage
31793
31794 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31795
31796         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31797         * gst/typefind/gsttypefindfunctions.c:
31798           fix memleaks shown by gst-typefind
31799
31800 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31801
31802         * common/glib-gen.mak:
31803           add hack rule to touch .Plo files
31804         * gst-libs/gst/colorbalance/Makefile.am:
31805         * gst-libs/gst/mixer/Makefile.am:
31806         * gst-libs/gst/play/Makefile.am:
31807         * gst-libs/gst/tuner/Makefile.am:
31808           remove glib_root variable
31809
31810 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31811
31812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31813           set explicit caps before adding the element, so the autopluggers can
31814           plug correctly.
31815         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31816         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31817         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31818         (dv_type_find):
31819           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31820           argument.
31821
31822 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31823
31824         * gst-libs/gst/colorbalance/Makefile.am:
31825         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31826         * gst-libs/gst/colorbalance/colorbalance.c:
31827         * gst-libs/gst/colorbalance/colorbalance.h:
31828         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31829         * gst-libs/gst/mixer/Makefile.am:
31830         * gst-libs/gst/mixer/mixer-marshal.list:
31831         * gst-libs/gst/mixer/mixer.c:
31832         * gst-libs/gst/mixer/mixer.h:
31833         * gst-libs/gst/mixer/mixermarshal.list:
31834         * gst-libs/gst/play/Makefile.am:
31835         * gst-libs/gst/play/play.h:
31836         * gst-libs/gst/tuner/Makefile.am:
31837         * gst-libs/gst/tuner/tuner-marshal.list:
31838         * gst-libs/gst/tuner/tuner.c:
31839         * gst-libs/gst/tuner/tuner.h:
31840         * gst-libs/gst/tuner/tunermarshal.list:
31841           use new glib-gen.mak snippet to clean up Makefile.am
31842           fix various bugs in Makefile.am's
31843
31844 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31845
31846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31847           handle chain parsing correctly in the multichain case
31848         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31849         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31850         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31851         (theora_dec_chain):
31852           handle events and queries correctly
31853
31854 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31855
31856         * .cvsignore:
31857         Ignore generated file _stdint.h.
31858
31859 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31860
31861         * gst-libs/gst/colorbalance/Makefile.am:
31862         * gst-libs/gst/colorbalance/colorbalance.h:
31863         * gst-libs/gst/mixer/Makefile.am:
31864         * gst-libs/gst/mixer/mixer.h:
31865         * gst-libs/gst/play/Makefile.am:
31866         * gst-libs/gst/play/play.h:
31867         * gst-libs/gst/tuner/Makefile.am:
31868         * gst-libs/gst/tuner/tuner.h:
31869         Generate enum type code with glib-mkenums.
31870         * gst-libs/gst/colorbalance/.cvsignore:
31871         * gst-libs/gst/mixer/.cvsignore:
31872         * gst-libs/gst/play/.cvsignore:
31873         * gst-libs/gst/tuner/.cvsignore:
31874         Ignore generated files.
31875
31876 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31877
31878         * gst-libs/gst/audio/.cvsignore:
31879         Ignore generated file.
31880         * gst-libs/gst/audio/Makefile.am:
31881         Do not install example filter.
31882
31883 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31884
31885         * examples/switch/.cvsignore:
31886         Ignore generated file.
31887
31888 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31889
31890         * common/m4/ax_create_stdint_h.m4:
31891         * configure.ac:
31892           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31893           _stdint.h.
31894         * Makefile.am:
31895           remove generated _stdint.h in DISTCLEANFILES
31896         * ext/a52dec/gsta52dec.c:
31897           include _stdint.h for a52dec. (should fix #133064)
31898
31899 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31900
31901         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31902         (gst_tag_to_vorbis_comments):
31903         Add replaygain support to vorbistag
31904
31905 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31906         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31907         (gst_ffmpeg_caps_to_extradata):
31908           Fix SVQ3 caps flag properties
31909           Use glib macro for bytes swap
31910
31911 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31914         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31915         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31916         * ext/sndfile/gstsf.c: (plugin_init):
31917         * gst/avi/gstavi.c: (plugin_init):
31918         * sys/dxr3/dxr3init.c: (plugin_init):
31919         * sys/oss/gstossaudio.c: (plugin_init):
31920         * sys/v4l/gstv4l.c: (plugin_init):
31921         * sys/v4l2/gstv4l2.c: (plugin_init):
31922           remove textdomain calls
31923         * po/nl.po:
31924           update Dutch translation
31925
31926 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31927
31928         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31929         (gst_play_set_audio_sink): Moving volume in the audio thread for
31930         instantaneous volume change. Maybe i will add another volume in front
31931         of visualization later, not sure yet though.
31932
31933 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31934
31935         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31936         (gst_ximagesink_handle_xevents): Better X events handling, only take
31937         the latest events for configure and motion.
31938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31939
31940 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31941
31942         reviewed by: David Schleef  <ds@schleef.org>
31943
31944         Fix memory leaks:
31945         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31946         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31947
31948 2004-02-02  David Schleef  <ds@schleef.org>
31949
31950         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31951         of lines.
31952         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31953         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31954         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31955         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31956         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31957         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31958         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31959         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31960         (gst_float2_2_int_link):
31961         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31962         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31963         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31964         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31965         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31966         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31967         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31969         * testsuite/gst-lint: Add tests for bzero and ;;
31970
31971 2004-02-02  David Schleef  <ds@schleef.org>
31972
31973         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31974
31975 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31976
31977         * ext/aalib/gstaasink.c: (gst_aasink_open):
31978         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31980         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31981         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31982         (gst_afsink_close_file):
31983         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31984         (gst_afsrc_close_file):
31985         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31986         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31987         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31988         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31989         * ext/esd/esdmon.c: (gst_esdmon_get):
31990         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31991         * ext/faac/gstfaac.c: (gst_faac_chain):
31992         * ext/faad/gstfaad.c: (gst_faad_chain):
31993         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31994         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31995         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31996         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31997         (gst_flacdec_loop):
31998         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31999         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32001         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32002         (gst_gnomevfssink_close_file):
32003         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32004         (gst_gnomevfssrc_open_file):
32005         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32006         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32007         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32008         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32009         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32010         * ext/mad/gstmad.c: (gst_mad_chain):
32011         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32012         * ext/mpeg2dec/gstmpeg2dec.c:
32013         * ext/mpeg2enc/gstmpeg2enc.cc:
32014         * ext/mplex/gstmplex.cc:
32015         * ext/mplex/gstmplexibitstream.cc:
32016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32017         (gst_ogg_demux_push):
32018         * ext/raw1394/gstdv1394src.c:
32019         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32020         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32021         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32022         (gst_sf_loop):
32023         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32024         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32025         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32026         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32028         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32029         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32030         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32031         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32032         (gst_riff_read_element_data), (gst_riff_read_seek),
32033         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32034         * gst/adder/gstadder.c: (gst_adder_loop):
32035         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32036         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32038         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32039         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32040         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32041         * gst/goom/gstgoom.c: (gst_goom_chain):
32042         * gst/id3/gstid3types.c: (gst_id3types_loop):
32043         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32044         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32045         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32046         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32047         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32048         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32049         (gst_ebml_read_float), (gst_ebml_read_header):
32050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32051         (gst_matroska_demux_parse_blockgroup):
32052         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32053         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32054         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32055         * gst/silence/gstsilence.c: (gst_silence_get):
32056         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32057         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32058         * gst/speed/gstspeed.c: (speed_loop):
32059         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32060         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32061         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32062         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32063         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32064         (gst_wavparse_loop):
32065         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32066         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32067         (dxr3audiosink_close):
32068         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32069         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32070         (dxr3videosink_close), (dxr3videosink_write_data):
32071         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32072         * sys/oss/gstosssink.c: (gst_osssink_chain):
32073         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32074         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32075         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32077         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32078         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32079         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32080         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32081         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32082         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32083         (gst_v4l_set_audio):
32084         * sys/v4l/v4l_calls.h:
32085         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32086         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32087         (gst_v4lmjpegsink_playback_init),
32088         (gst_v4lmjpegsink_playback_start):
32089         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32091         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32092         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32094         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32095         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32096         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32097         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32098         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32099         (gst_v4l2_get_output), (gst_v4l2_set_output),
32100         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32101         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32102         (gst_v4l2_set_attribute):
32103         * sys/v4l2/v4l2_calls.h:
32104         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32105         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32106         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32107         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32108         (gst_v4l2src_capture_stop):
32109         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32110         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32111         (gst_ximagesink_chain):
32112         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32113         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32114         (gst_xvideosink_xwindow_new):
32115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32116         (gst_xvimagesink_chain):
32117
32118 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32119
32120         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32121         (gst_volume_get_volume), (volume_class_init), (volume_init),
32122         (volume_chain_int16), (volume_update_volume):
32123         * gst/volume/gstvolume.h:
32124           make code more readable by removing magic numbers
32125           make mixer interface export 0-100 range
32126           make it internally map to 0.0-1.0 range so users don't distort
32127           output by putting the sliders at full volume
32128
32129 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32130
32131         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32132         (gst_play_state_change), (gst_play_seek_to_time):
32133         block the tick callback for 0.5 secs after doing a seek
32134
32135 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32136
32137         * gst-libs/gst/play/play.c: (gst_play_new):
32138           check for GError
32139
32140 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32141
32142         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32143         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32144         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32145         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32147         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32148
32149 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32150
32151         * configure.ac:
32152         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32153           check for a function added in vorbis 1.1
32154
32155 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32156
32157         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32158         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32159           really start/stop clock only on PLAYING <=> PAUSED
32160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32161           remove \n from debugging lines
32162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32163           make it work when seeking does not
32164         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32165           reset on DISCONT
32166
32167 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32168
32169         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32170           start clock on PAUSED=>PLAYING, not later
32171         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32172           extract correct time for different discont formats
32173         (gst_alsa_sink_get_time):
32174           don't segfault when no format is negotiated yet, just return 0
32175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32176         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32177         (gst_ogg_pad_push):
32178           handle flush and discont events correctly
32179         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32180           handle discont events correctly
32181
32182 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32183
32184         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32185         (gst_play_error_create), (gst_play_error_plugin),
32186         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32187         * gst-libs/gst/play/play.h:
32188           add error handling during creation
32189         * examples/gstplay/player.c: (main):
32190           use new gst_play_new
32191
32192
32193 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32194
32195         * ext/theora/theoradec.c: (theora_dec_chain):
32196           make comments work
32197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32198         (vorbis_dec_src_event), (vorbis_dec_chain):
32199           add encoder tag, fix tag reading to be more error tolerant, change
32200           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32201           gst_pad_event_default.
32202         * gst/tags/gstvorbistag.c:
32203         (gst_tag_list_from_vorbiscomment_buffer):
32204           undefine function specific define at end of function
32205
32206 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32207
32208         * ext/flac/gstflac.c: (plugin_init):
32209         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32210         * ext/flac/gstflacdec.h:
32211         * ext/flac/gstflacenc.h:
32212           Fix typos
32213
32214 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32215
32216         * examples/gstplay/player.c: s/gstplay.h/play.h/
32217
32218 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * gst-libs/gst/play/Makefile.am:
32221         * gst-libs/gst/play/gstplay.c:
32222         * gst-libs/gst/play/gstplay.h:
32223         * gst-libs/gst/play/play.c:
32224           more surgery, operation complete
32225
32226 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32227
32228         * gst-libs/gst/play/play.old.c:
32229         * gst-libs/gst/play/play.old.h:
32230           after CVS surgery by moving, remove
32231         * gst-libs/gst/play/playpipelines.c:
32232           remove
32233
32234         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32235           add negotiation error
32236
32237 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32238
32239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32240         (gst_ogg_demux_push):
32241           add some seeking debug info
32242           send a flush when seeking
32243
32244 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32245
32246         * configure.ac:
32247           use AC_C_INLINE
32248         * configure.ac:
32249         * ext/Makefile.am:
32250         * ext/theora/Makefile.am:
32251         * ext/theora/theoradec.c:
32252           add theora video decoder. Does just do simple decoding for now and
32253           has been tested against Theora cvs only. It only works when theora
32254           is compiled with --enable-static.
32255         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32256           always reset packetno on DISCONT
32257
32258 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32259
32260         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32261           Fix audio.
32262
32263 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32264
32265         * gst/mpegaudioparse/gstmpegaudioparse.c:
32266         (mp3_type_frame_length_from_header):
32267           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32268
32269 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32270
32271         * ext/esd/esdsink.c: (gst_esdsink_init):
32272           Since we have static pad template caps, we don't need to negotiate;
32273           either the core errors out or we know the format.
32274
32275 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32276
32277         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32278         (gst_riff_read_seek):
32279         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32280         (gst_ebml_read_seek):
32281           Fix event handling.
32282
32283 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32284
32285         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32286           removee video/x-theora from vp3 decoder, it doesn't handle raw
32287           theora streams
32288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32289           fix bug with finalizing element that never went to PAUSED
32290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32291           length and position queries were swapped
32292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32293         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32294         (vorbis_dec_src_event):
32295           implement querying time and bytes
32296
32297 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32298
32299         * just about every source file:
32300           gst_element_error -> GST_ELEMENT_ERROR
32301
32302 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32303
32304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32305         emiting FLUSH and even before DISCONT.
32306         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32307         get the best instant seeking as possible yay!
32308
32309 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32310
32311         * gst/mpeg1videoparse/gstmp1videoparse.c:
32312         (gst_mp1videoparse_real_chain):
32313           Committed wrong version last week... Grr... Didn't notice until now.
32314
32315 2004-01-29  Julien MOUTTE <julien@moutte.net>
32316
32317         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32319         have_xwindow_id signal in xwindow_create.
32320
32321 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32322
32323         * ext/ogg/gstoggdemux.c:
32324           lots of changes - mainly support for chained bitstreams, seeking,
32325           querying and bugfixes of course
32326         * ext/vorbis/Makefile.am:
32327         * ext/vorbis/vorbisdec.c:
32328         * ext/vorbis/vorbisdec.h:
32329           add vorbisdec raw vorbis decoder
32330         * ext/vorbis/vorbis.c: (plugin_init):
32331           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32332         * gst/intfloat/Makefile.am:
32333         * gst/intfloat/float22int.c:
32334         * gst/intfloat/float22int.h:
32335         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32336           add float2intnew plugin. It converts multichannel interleaved float to
32337           multichannel interleaved int. The name should probably be changed.
32338         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32339         (plugin_init):
32340           add typefinding for raw theora video so oggdemux can detect it.
32341
32342 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32343
32344         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32345         sink element first.
32346         * gst/videoscale/gstvideoscale.c:
32347         (gst_videoscale_handle_src_event): Fixing src event handler.
32348
32349 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32350
32351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32352         (gst_v4lsrc_open), (gst_v4lsrc_close),
32353         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32354         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32355         * sys/v4l/gstv4lsrc.h:
32356         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32357         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32358           Implement resizing... Hack. But that's why v4l is b0rked...
32359
32360 2004-01-28  Julien MOUTTE <julien@moutte.net>
32361
32362         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32363         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32364         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32365         (gst_ximagesink_xwindow_destroy):
32366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32367         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32368         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32369         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32370         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32371         correctly cleaning the image created to check xshm calls on succes,
32372         added a lot of XSync calls in X11 functions, and fixed a segfault when
32373         no image format was defined before negotiation happened.
32374
32375 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32376
32377         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32378           use gst_element_get_time to get correct time
32379
32380 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32381
32382         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32383         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32384         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32386         (gst_xvimagesink_check_xshm_calls),
32387         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32388         X plugins are now able to detect that XShm calls will fail even if the
32389         server claims that it has XShm support (remote displays most of the
32390         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32391         so that we use non XShm functions. This feature is almost useless for
32392         xvimagesink as Xv is not supported on remote displays anyway, but
32393         it might happen than even on the local display XShm calls fail.
32394
32395 2004-01-27  David Schleef  <ds@schleef.org>
32396
32397         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32398         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32399         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32400         changed esdsink to only use 44100,16,2, since esd sucks at rate
32401         conversion and esdsink has had difficulty negotiating.
32402
32403 2004-01-27  Julien MOUTTE <julien@moutte.net>
32404
32405         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32406         (gst_play_seek_to_time): Fixing the way to get current position.
32407
32408 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32409
32410         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32411           use gst_element_get_time to get correct time
32412
32413 2004-01-27  Julien MOUTTE <julien@moutte.net>
32414
32415         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32416         fix ever... Inverting 2 lines of code make spider autoplug correctly
32417         tagged mp3 !
32418
32419 2004-01-27  David Schleef  <ds@schleef.org>
32420
32421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32422         Use gst_pad_try_set_caps_nonfixed().
32423
32424 2004-01-27  David Schleef  <ds@schleef.org>
32425
32426         * gst/ac3parse/gstac3parse.c: update to checklist 5
32427         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32428         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32429         * gst/audioscale/gstaudioscale.c: same
32430         * gst/auparse/gstauparse.c: same
32431         * gst/avi/gstavidemux.c: same
32432
32433 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32434
32435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32436           stop processing after EOS
32437
32438 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32439
32440         * gst/asfdemux/asfheaders.h:
32441         * gst/asfdemux/gstasfdemux.c:
32442         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32443         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32444         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32445           lot's of fixes to make data extraction simpler and get the code
32446           architecture and compiler independant. Add debugging category
32447         * gst/goom/gstgoom.c: (gst_goom_change_state):
32448           reset channel count on PAUSED=>READY, not READY=>PAUSED
32449
32450 2004-01-26  Colin Walters  <walters@verbum.org>
32451
32452         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32453         code to pull a bigger buffer in iradio mode.  This as a side effect
32454         makes typefinding work.
32455
32456 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32457
32458         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32459         Fix SVQ3 decoding on PPC
32460
32461 2004-01-26  Julien MOUTTE <julien@moutte.net>
32462
32463         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32464         that one managed to stay there... Fixed.
32465
32466 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32467
32468         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32469         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32470         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32471         (qtdemux_video_caps):
32472         * gst/qtdemux/qtdemux.h:
32473         Add SVQ3 specific flags to qtdemux and ffmpeg
32474
32475 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32476
32477         * gst-libs/gst/audio/audio.h:
32478           remove buffer-frames from audio caps
32479         * gst/audioconvert/gstaudioconvert.c:
32480           fix plugin to really work.
32481
32482 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32483
32484         * gst-libs/gst/mixer/mixer.c:
32485         * gst-libs/gst/propertyprobe/propertyprobe.c:
32486         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32487         (gst_tuner_find_channel_by_name):
32488         * gst-libs/gst/tuner/tuner.h:
32489           Add gtk-doc style comments. Also fix a function name.
32490
32491 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32492
32493         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32494         (gst_divxdec_negotiate):
32495           Fix for new capsnego - also fixes gst-player with divxdec.
32496
32497 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32498
32499         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32500         (gst_play_identity_handoff), (gst_play_set_location),
32501         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32502         try in visualization implementation. Still have an issue with switch
32503         blocking when pulling from video_queue and only audio comes out of
32504         spider.
32505         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32506         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32507         release method. And check if the pad is usable before pulling.
32508
32509 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32510
32511         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32512         (gst_videobalance_init),
32513         (gst_videobalance_colorbalance_list_channels),
32514         (gst_videobalance_colorbalance_set_value),
32515         (gst_videobalance_colorbalance_get_value),
32516         (gst_videobalance_update_properties),
32517         (gst_videobalance_update_tables_planar411),
32518         (gst_videobalance_planar411):
32519         * gst/videofilter/gstvideobalance.h:
32520           Implement lookup-tables. +/- 10x faster.
32521
32522 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32523
32524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32525         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32526           The index reading was broken. The rest worked fine, but the whole
32527           goal of my rewrite was to make avidemux readable, and this was
32528           not at all readable. Please use typed variables.
32529
32530 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32531
32532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32533           Additional pad usability check.
32534         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32535         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32536         (gst_mp1videoparse_real_chain):
32537           Fix MPEG video stream parsing. The original plugin had several
32538           issues, including not timestamping streams where the source was
32539           not timestamped (this happens with PTS values in mpeg system
32540           streams, but MPEG video is also a valid stream on its own so
32541           that needs timestamps too). We use the display time code for that
32542           for now. Also, if one incoming buffer contains multiple valid
32543           frames, we push them all on correctly now, including proper EOS
32544           handling. Lastly, several potential segfaults were fixed, and we
32545           properly sync on new sequence/gop headers to include them in next,
32546           not previous frames (since they're header for the next frame, not
32547           the previous). Also see #119206.
32548         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32549         (bpf_from_header):
32550           Move caps setting so we only do it after finding several valid
32551           MPEG-1 fraes sequentially, not right after the first one (which
32552           might be coincidental).
32553         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32554         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32555         (plugin_init):
32556           Add unsynced MPEG video stream typefinding, and change some
32557           probability values so we detect streams rightly. The idea is as
32558           follows: I can have an unsynced system stream which contains
32559           video. In the current code, I would randomly get a type for either
32560           system or video stream type found, because the probabilities are
32561           being calculated rather randomly. I now use fixed values, so we
32562           always prefer system stream if that was found (and that is how it
32563           should be). If no system stream was found, we can still identity                the stream as video-only.
32564
32565 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32566
32567         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32568         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32569           don't write to buffer. Extract data without the need of
32570           __attribute__ ((packed))
32571
32572 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32573
32574         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32575         (mpeg1_sys_type_find):
32576           Fix MPEG-1 stream typefinding.
32577
32578 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32579
32580         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32581           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32582
32583 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32584
32585         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32586         * ext/esd/gstesd.c: (plugin_init):
32587           private debugging, better error reporting
32588
32589 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32590
32591         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32592         (gst_riff_read_init), (gst_riff_read_change_state):
32593         * gst-libs/gst/riff/riff-read.h:
32594           Remove stuff fromold metadata system.
32595
32596 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32597
32598         * ext/ogg/gstoggdemux.c:
32599           Fix wrong file comment.
32600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32602           Add metadata reading properly.
32603
32604 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32605
32606         * ext/Makefile.am:
32607           Fix nas DIST_SUBDIRS
32608           Uraeus:
32609           Fix bug where make distcheck doesn't get run on adding stuff to
32610           the build.
32611
32612 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32613
32614         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32615         * ext/divx/gstdivxdec.h:
32616           Fix divx3 ("msmpeg4") playback using divxdec.
32617
32618 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32619
32620         * gst/typefind/gsttypefindfunctions.c:
32621         (mp3_type_frame_length_from_header): fix bug in length computation
32622         (mp3_type_find): improve debugging output
32623
32624 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32625
32626         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32627         (gst_play_set_location), (gst_play_seek_to_time),
32628         (gst_play_set_audio_sink), (gst_play_set_visualization),
32629         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32630         the pipeline from scratch. Visualization is back and switch went out as
32631         i realized it was not possible to use the way i wanted.
32632         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32633         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32634         clearing in state change from READY to NULL. So that one can clean the
32635         X ressources keeping the element.
32636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32637         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32638         (gst_xvimagesink_colorbalance_set_value),
32639         (gst_xvimagesink_colorbalance_get_value),
32640         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32641         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32642         change from READY to NULL and fixed some stupid bugs in colorbalance
32643         get/set values. Also added the following feature : when nobody tries to
32644         set some values to the colorbalance levels before the xcontext is
32645         grabbed, then when creating channels list from Xv attributes we set the
32646         internal values to the Xv defaults. This way we handle buggy Xv drivers
32647         that set default hue values far from the middle of the range (Thanks
32648         to Jon Trowbridge for pointing that issue).
32649         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32650         colorbalance levels have been set before xcontext is grabbed.
32651
32652 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32653
32654         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32655           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32656           it might block operations (which is bad for a mixer).
32657
32658 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32659
32660         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32661         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32662         (gmip_find_type_pre):
32663         * gst-libs/gst/media-info/media-info-priv.h:
32664         * gst-libs/gst/media-info/media-info.c:
32665         (gst_media_info_instance_init), (gst_media_info_read_idler):
32666         add fakesink to get caps on decoder src pad again
32667         fix callback prototype to match new have_type signal signature
32668
32669 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32670
32671         * gst/adder/gstadder.c: (gst_adder_link):
32672           fix non-compile and cut-n-paste code
32673
32674 2004-01-21  David Schleef  <ds@schleef.org>
32675
32676         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32677         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32678         (gst_swfdec_init), (gst_swfdec_change_state):
32679         * ext/swfdec/gstswfdec.h:
32680         Fix negotiation.
32681         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32682         (gst_adder_request_new_pad): Fix negotiation.
32683         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32684         Add a fixate function.
32685         * gst/intfloat/gstfloat2int.c:
32686         * gst/intfloat/gstfloat2int.h:
32687         * gst/intfloat/gstint2float.c:
32688         * gst/intfloat/gstint2float.h:
32689         Completely rewrite the negotiation.  Doesn't quite work yet,
32690         due to some buffer-frames problem.
32691
32692 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32693
32694         * ext/gnomevfs/gstgnomevfssrc.c:
32695         * sys/v4l2/v4l2_calls.h:
32696           fix includes for distcheck
32697
32698 2004-01-21  Christian Schaller <uraeus@gnome.org>
32699
32700         * ext/nas/
32701         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32702         based on earlier patch from Laurent Vivier
32703
32704 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32705
32706         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32707         Fix wma caps property
32708         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32709         Fix typo (flags1 and flags2)
32710
32711 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32712
32713         * gst-libs/gst/media-info/media-info-priv.c:
32714         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32715         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32716         (gmip_find_stream), (gmip_find_track_metadata),
32717         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32718         (gmip_find_track_format):
32719         * gst-libs/gst/media-info/media-info-priv.h:
32720         * gst-libs/gst/media-info/media-info-test.c: (main):
32721         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32722         (gst_media_info_read_idler), (gst_media_info_read):
32723         * gst-libs/gst/media-info/media-info.h:
32724           register debugging category and use it for debugging
32725
32726 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32727
32728         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32729         (gst_vorbisfile_new_link):
32730           signal streaminfo through tags
32731
32732 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32733
32734         * ext/mplex/gstmplex.cc:
32735         * ext/mplex/gstmplexibitstream.cc:
32736           g++ doesn't like NULL in our i18n/error macros, should be
32737           either (NULL) or ("").
32738
32739 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32740
32741         * sys/dxr3/dxr3audiosink.c:
32742         * sys/dxr3/dxr3init.c:
32743         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32744         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32745           Fix more error error error errors (missing includes here).
32746
32747 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32748
32749         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32750           fix thomas' error errors.
32751
32752 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32753
32754         * ext/mpeg2enc/gstmpeg2enc.cc:
32755           fix error errors.
32756
32757 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32758
32759         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32760         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32761           Fix for new error system.
32762
32763 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32764
32765         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32766           fix for new error reporting
32767
32768 2004-01-20  David Schleef  <ds@schleef.org>
32769
32770         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32771         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32772         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32773         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32774         and neither is 100+, most likely.
32775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32776         (gst_xvimagesink_getcaps): same
32777
32778 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32779
32780         * configure.ac:
32781           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32782           clashes with ffmpeg.
32783
32784 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32785
32786         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32787         (gst_switch_init): Fixed switch element : proxying link and setting
32788         caps from src to sink on request.
32789
32790 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32791
32792         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32793         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32794         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32795         fix element_error
32796
32797 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32798
32799         * sys/v4l/v4l_calls.h:
32800         * sys/v4l2/v4l2_calls.h:
32801           element_error fixes
32802
32803 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32804
32805         * gst-libs/gst/gst-i18n-plugin.h:
32806           add locale.h
32807           remove config.h inclusion
32808
32809 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * autogen.sh:
32812           adding autopoint invocation
32813         * Makefile.am:
32814         * configure.ac:
32815         * gst-libs/gst/gettext.h:
32816           adding gettext bits
32817         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32818         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32819         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32821         (gst_gnomevfssink_close_file):
32822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32823         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32824         * gst-libs/gst/gst-i18n-plugin.h:
32825         * gst/avi/gstavi.c: (plugin_init):
32826         * sys/dxr3/dxr3init.c: (plugin_init):
32827         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32828         * sys/oss/gstossaudio.c: (plugin_init):
32829         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32830         * sys/v4l/gstv4l.c: (plugin_init):
32831         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32832         * sys/v4l2/gstv4l2.c: (plugin_init):
32833         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32834         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32835         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32836         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32837         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32838         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32839           make sure locale and translation domain are set
32840           fix translated strings
32841         * po/.cvsignore:
32842         * po/LINGUAS:
32843         * po/Makevars:
32844         * po/POTFILES.in:
32845         * po/nl.po:
32846           put translation files into place
32847         * sys/xvideo/imagetest.c: (main):
32848         * ext/dv/demo-play.c: (main):
32849           fix unnecessary translations
32850
32851 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32852
32853         * ext/sndfile/gstsf.c:
32854         * gst/avi/gstavimux.c:
32855         * ext/audiofile/gstafsink.c:
32856         * ext/audiofile/gstafsrc.c:
32857         * ext/gnomevfs/gstgnomevfssink.c:
32858         * ext/gnomevfs/gstgnomevfssrc.c:
32859         * sys/oss/gstosselement.c:
32860         * sys/v4l/v4l_calls.h:
32861           fix i18n include
32862
32863 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32864
32865         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32866         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32867         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32868         (gst_v4l2_get_output), (gst_v4l2_set_output),
32869         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32870         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32871         (gst_v4l2_set_attribute):
32872         update to new error handling
32873
32874 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32875
32876         * ext/sidplay/gstsiddec.cc:
32877         * gst/modplug/gstmodplug.cc:
32878           parenthese NULL because C++ seems angry about it
32879
32880 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32881
32882         * gst-libs/gst/gst-i18n-plugin.h:
32883           add skeleton i18n stuff, but needs to be further implemented
32884
32885 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32886
32887         * examples/gstplay/player.c: (main):
32888         * ext/aalib/gstaasink.c: (gst_aasink_open):
32889         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32890         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32892         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32893         (gst_afsink_close_file):
32894         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32895         (gst_afsrc_close_file):
32896         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32897         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32898         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32899         * ext/esd/esdmon.c: (gst_esdmon_get):
32900         * ext/esd/esdsink.c: (gst_esdsink_chain):
32901         * ext/faac/gstfaac.c: (gst_faac_chain):
32902         * ext/faad/gstfaad.c: (gst_faad_chain):
32903         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32904         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32905         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32906         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32907         (gst_flacdec_loop):
32908         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32909         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32910         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32911         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32912         (gst_gnomevfssink_close_file):
32913         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32914         (gst_gnomevfssrc_open_file):
32915         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32916         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32917         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32918         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32919         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32920         * ext/mad/gstmad.c: (gst_mad_chain):
32921         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32922         * ext/mpeg2dec/gstmpeg2dec.c:
32923         * ext/mpeg2enc/gstmpeg2enc.cc:
32924         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32925         * ext/mplex/gstmplex.cc:
32926         * ext/mplex/gstmplexibitstream.cc:
32927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32928         (gst_ogg_demux_push), (gst_ogg_pad_push):
32929         * ext/raw1394/gstdv1394src.c:
32930         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32931         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32932         * ext/sidplay/gstsiddec.cc:
32933         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32934         (gst_sf_loop):
32935         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32936         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32937         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32939         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32940         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32941         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32942         * gst-libs/gst/Makefile.am:
32943         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32944         (gst_riff_read_element_data), (gst_riff_read_seek),
32945         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32946         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32948         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32950         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32951         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32952         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32953         * gst/goom/gstgoom.c: (gst_goom_chain):
32954         * gst/id3/gstid3types.c: (gst_id3types_loop):
32955         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32956         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32957         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32958         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32959         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32960         (gst_ebml_read_float), (gst_ebml_read_header):
32961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32962         (gst_matroska_demux_parse_blockgroup):
32963         * gst/modplug/gstmodplug.cc:
32964         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32966         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32967         * gst/silence/gstsilence.c: (gst_silence_get):
32968         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32969         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32970         * gst/speed/gstspeed.c: (speed_loop):
32971         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32973         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32974         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32975         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32976         (gst_wavparse_loop):
32977         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32978         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32979         (dxr3audiosink_close):
32980         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32981         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32982         (dxr3videosink_close), (dxr3videosink_write_data):
32983         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32984         * sys/oss/gstosselement.h:
32985         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32986         (gst_osssink_chain):
32987         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32988         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32989         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32991         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32992         (gst_v4l_enable_overlay):
32993         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32994         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32995         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32996         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32997         (gst_v4l_set_audio):
32998         * sys/v4l/v4l_calls.h:
32999         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33000         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33001         (gst_v4lmjpegsink_playback_init),
33002         (gst_v4lmjpegsink_playback_start):
33003         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33004         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33005         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33006         (gst_v4lmjpegsrc_requeue_frame):
33007         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33008         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33009         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33011         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33012         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33013         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33014         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33015         (gst_v4l2src_capture_stop):
33016         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33017         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33018         (gst_ximagesink_chain):
33019         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33020         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33021         (gst_xvideosink_xwindow_new):
33022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33023         (gst_xvimagesink_chain):
33024         use new error signal, function and categories
33025
33026 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33027
33028         * configure.ac:
33029         * ext/Makefile.am:
33030         * ext/musicbrainz/gsttrm.c:
33031         * ext/musicbrainz/gsttrm.h:
33032         * ext/musicbrainz/Makefile.am:
33033         Add a trm plugin
33034
33035 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33036
33037         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33038         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33039         synchronous property for debugging.
33040         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33042         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33043         smaller block, fixing indent.
33044
33045 2004-01-16  David Schleef  <ds@schleef.org>
33046
33047         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33048         property affects the video stream.
33049         * sys/xvimage/xvimagesink.c:
33050         * sys/xvimage/xvimagesink.h:
33051         Add synchronous property for debugging.  Should probably be
33052         disabled in non-CVS builds.  Make sure that the Xv attribute
33053         exists before we set it (crash!).  Fix a silly float bug that
33054         caused colorbalance to just not work.
33055
33056 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33057
33058         * tools/gst-launch-ext.in - update for new plugins
33059
33060 2004-01-16  David Schleef  <ds@schleef.org>
33061
33062         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33063         already-freed caps.
33064
33065 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33066
33067         * Update spec for new colorspace plugin and libcaca plugin
33068         * Fix compilation of libcaca plugin (clock -> id)
33069
33070 2004-01-16  Julien MOUTTE <julien@moutte.net>
33071
33072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33073         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33074         (gst_xvimagesink_set_xwindow_id),
33075         (gst_xvimagesink_colorbalance_set_value),
33076         (gst_xvimagesink_colorbalance_get_value),
33077         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33078         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33079         correct colorbalance properties. They can now be set when the element
33080         is still in NULL state. The values will be committed to the Xv Port
33081         when xcontext is initialized.
33082         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33083         brightness int values in the GstXvImagesink structure.
33084
33085 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33086
33087         * gst-libs/gst/Makefile.am:
33088           restructure so having local patches works easier.
33089
33090 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33091
33092         * ext/mpeg2enc/Makefile.am:
33093         * ext/mpeg2enc/gstmpeg2enc.cc:
33094         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33095           Bugfix with respect to EOS handling.
33096
33097 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33098
33099         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33100           Link with right caps (else, it segfaults).
33101         * ext/mplex/gstmplexjob.cc:
33102           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33103
33104 2004-01-15  David Schleef  <ds@schleef.org>
33105
33106         * gst-libs/gst/audio/Makefile.am:
33107         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33108         from the template.
33109         * gst-libs/gst/audio/gstaudiofilter.c:
33110         * gst-libs/gst/audio/gstaudiofilter.h:
33111         Add bytes_per_sample and size and n_samples calculation.
33112         * gst-libs/gst/audio/gstaudiofilterexample.c:
33113         Remove, now autogenerated.
33114         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33115         Moved from gstaudiofilterexample, object name changed, code added
33116         so that it actually works.
33117         * gst-libs/gst/audio/make_filter:
33118         Script to build an audiofilter subclass from the template.
33119         * gst/colorspace/Makefile.am:
33120         * gst/colorspace/yuv2yuv.c:
33121         Remove file, since it's GPL, and we don't use it.
33122
33123 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33124
33125         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33127         them use the buffer free function to test how the buffer was allocated.
33128
33129 2004-01-15  David Schleef  <ds@schleef.org>
33130
33131         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33132         that handles osssink fallback.
33133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33134         (gst_audio_convert_getcaps):
33135         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33136         Add audio/x-qdm2 for QDM2 audio.
33137         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33138         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33139         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33140         Decrease minimum size to 16x16.
33141         * gst/wavparse/gstwavparse.c:
33142         Convert disabled pad template caps to new caps.
33143         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33145         (gst_xvimagesink_chain): Throw element error when display cannot
33146         be opened.  Increase minimum framerate to 1.0.  Check the data
33147         free function on a buffer to make sure it is the type we expect
33148         before manipulating it.
33149
33150 2004-01-15  Julien MOUTTE <julien@moutte.net>
33151
33152         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33153         (gst_videobalance_colorbalance_set_value): Implement passthru if
33154         settings are in the middle.
33155         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33156
33157 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33158
33159         * gst/videofilter/Makefile.am:
33160         * gst/volume/Makefile.am:
33161           Since we use videofilter symbols, link to it.
33162
33163 2004-01-15  Julien MOUTTE <julien@moutte.net>
33164
33165         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33166         mixer interface type to HARDWARE.
33167         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33168         type to SOFTWARE.
33169         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33170         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33171         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33172         (gst_volume_interface_init), (gst_volume_list_tracks),
33173         (gst_volume_set_volume), (gst_volume_get_volume),
33174         (gst_volume_set_mute), (gst_volume_mixer_init),
33175         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33176         (volume_init): Implementing mixer interface.
33177         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33178         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33179         (gst_osselement_change_state): Removing some trailing commas in
33180         structures.
33181         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33182         interface type to HARDWARE.
33183         * sys/v4l/gstv4lcolorbalance.c:
33184         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33185         type to HARDWARE.
33186         * sys/v4l2/gstv4l2colorbalance.c:
33187         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33188         interface type to HARDWARE.
33189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33190         same code than ximagesink for event handling.
33191
33192 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33193
33194         * ext/snapshot/Makefile.am:
33195         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33196         (gst_snapshot_chain):
33197         * ext/snapshot/gstsnapshot.h:
33198           This has to be a joke... Snapshot should be connected to a tee,
33199           colorspace element before it and EOS after that, where the other
33200           src of the tee receives normal data.
33201           The current way is *wrong*.
33202
33203 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33204
33205         * ext/hermes/gsthermescolorspace.c:
33206           Fix another compile error. Same as below.
33207
33208 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33209
33210         * gst/colorspace/gstcolorspace.c:
33211         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33212         (gst_colorspace_i420_to_yv12):
33213           Fix compiling... Didn't test if it actually works.
33214
33215 2004-01-15  David Schleef  <ds@schleef.org>
33216
33217         * configure.ac:
33218         * gst/colorspace/Makefile.am:
33219         * gst/colorspace/gstcolorspace.c:
33220         * gst/colorspace/gstcolorspace.h:
33221         * gst/colorspace/yuv2rgb.c:
33222         * gst/colorspace/yuv2rgb.h:
33223         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33224         code and GPL code.  Fix for new caps negotiation.  Rewrite
33225         much of the format handling code, and some of the conversion
33226         code.  Basically, rewrote almost everything.  This element
33227         handles I420, YV12 to RGB conversions.
33228         * ext/hermes/Makefile.am:
33229         * ext/hermes/gsthermescolorspace.c:
33230         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33231         Remove non-Hermes related code.  This element handles lots of
33232         RGB to RGB conversions, but no YUV.
33233         * ext/hermes/gstcolorspace.c:
33234         * ext/hermes/gstcolorspace.h:
33235         * ext/hermes/rgb2yuv.c:
33236         * ext/hermes/yuv2rgb.c:
33237         * ext/hermes/yuv2rgb.h:
33238         * ext/hermes/yuv2rgb_mmx16.s:
33239         * ext/hermes/yuv2yuv.c:
33240         * ext/hermes/yuv2yuv.h:
33241         Remove old code.
33242
33243 2004-01-14  Colin Walters  <walters@verbum.org>
33244
33245         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33246         they've already been.
33247
33248 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33249
33250         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33251           assume tag mode when pad is not connected
33252
33253 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33254
33255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33256           Don't update the time of the clock
33257         (gst_alsa_sink_loop):
33258           sync to the clock given to alsasink, not the own clock
33259         * sys/oss/gstosssink.c: (gst_osssink_chain):
33260           sync to the clock
33261         (gst_osssink_change_state):
33262           activate the clock
33263         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33265           remove bogus code that made DISCONT events unhandled
33266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33267           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33268           #131502)
33269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33270         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33271         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33272           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33273           2nd warning in bug #131502)
33274
33275 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33276
33277         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33278         (gst_videobalance_colorbalance_set_value),
33279         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33280         for colorbalance interface implementation.
33281         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33282         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33283         (gst_ximagesink_dispose), (gst_ximagesink_init),
33284         (gst_ximagesink_class_init): Adding DISPLAY property.
33285         * sys/ximage/ximagesink.h: Adding display_name to store display.
33286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33287         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33288         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33289         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33290         properties (they still need polishing though for gst-launch use : no
33291         xcontext yet, i ll do that tomorrow).
33292         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33293
33294 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33295
33296         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33297         (gst_play_set_location), (gst_play_set_visualization): Preparing
33298         switch integration, adding videobalance in the pipeline.
33299
33300 2004-01-14  Julien MOUTTE <julien@moutte.net>
33301
33302         * gst-libs/gst/colorbalance/colorbalance.c:
33303         (gst_color_balance_class_init): Adding a default type.
33304         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33305         the type.
33306         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33307         (gst_videobalance_dispose), (gst_videobalance_class_init),
33308         (gst_videobalance_init), (gst_videobalance_interface_supported),
33309         (gst_videobalance_interface_init),
33310         (gst_videobalance_colorbalance_list_channels),
33311         (gst_videobalance_colorbalance_set_value),
33312         (gst_videobalance_colorbalance_get_value),
33313         (gst_videobalance_colorbalance_init): Implementing colorbalance
33314         interface.
33315         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33316         list.
33317         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33318         bug which was triggering a BadAccess X error when setting an overlay
33319         before pad was really negotiated.
33320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33321         Using the colorbalance type macro.
33322
33323 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33324
33325         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33326         (gst_flacenc_chain):
33327           handle tags correctly
33328         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33329           extract ID3v1 tags correctly
33330
33331 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33332
33333         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33334         (plugin_init):
33335           Improve matroska typefinding for odd-typed headers...
33336
33337 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33338
33339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33340           Fix for using incremental number on padnames.
33341
33342 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33343
33344         * ext/divx/gstdivxdec.c:
33345         * ext/divx/gstdivxenc.c:
33346           Set category to divx4linux instead of divx (too generic).
33347         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33348         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33349         (gst_wavparse_loop), (gst_wavparse_change_state):
33350         * gst/wavparse/gstwavparse.h:
33351           fix parsing of WAV files with non-standard fmt-tag size and fix
33352           skipping of unrecognized chunks... Someone please fix this thing
33353           to use rifflib so all this is automated.
33354         * sys/v4l/Makefile.am:
33355         * sys/v4l2/Makefile.am:
33356           Add X_CFLAGS because we depend on X (for overlay).
33357
33358 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33359
33360         * ext/mpeg2dec/gstmpeg2dec.c:
33361           Don't issue a timestamp unless we tagged the frame
33362           with a PTS.
33363
33364 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33365
33366         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33367           Query the audio element to get the time, not the clock. We're
33368           interested in the element's time here.
33369
33370 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33371
33372         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33374         * ext/esd/esdsink.c: (gst_esdsink_chain):
33375         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33376         * ext/mas/massink.c: (gst_massink_chain):
33377         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33379         (gst_matroska_demux_parse_metadata):
33380         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33381         (gst_mpeg_parse_release_locks):
33382         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33383         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33384         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33385         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33386         (gst_osssink_change_state):
33387         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33388         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33389         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33390         (gst_xvideosink_release_locks):
33391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33392           use element time.
33393         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33394         (gst_alsa_clock_stop):
33395         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33396         (gst_audio_clock_get_internal_time):
33397           simplify for use with new clocking code.
33398         * testsuite/alsa/Makefile.am:
33399         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33400           fix testsuite for new caps system
33401
33402 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33403
33404         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33405         * ext/flac/gstflacenc.c: (add_one_tag):
33406           length is already host endian, no need to convert. Fixes playback of
33407           tagged files on PPC. (bug #128384)
33408
33409 2004-01-13  Julien MOUTTE <julien@moutte.net>
33410
33411         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33412         colorbalance interface stating if it is hardware based or software
33413         based.
33414         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33415         Removing a trailing comma.
33416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33417         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33418         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33419         the documentation seems to be wrong on the -1000 to 1000 interval.
33420
33421 2004-01-12  David Schleef  <ds@schleef.org>
33422
33423         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33424         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33425         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33426         Fix negotiation.  Add a bufferalloc function for the sink pad,
33427         and generally clean up some of the code.
33428
33429 2004-01-12  Julien MOUTTE <julien@moutte.net>
33430
33431         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33432         (gst_color_balance_channel_dispose): Adding safety check in dispose
33433         method.
33434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33435         (gst_xvimagesink_xcontext_clear),
33436         (gst_xvimagesink_interface_supported),
33437         (gst_xvimagesink_colorbalance_list_channels),
33438         (gst_xvimagesink_colorbalance_set_value),
33439         (gst_xvimagesink_colorbalance_get_value),
33440         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33441         Adding colorbalance interface support to set XV parameters such as
33442         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33443         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33444         interface.
33445
33446 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33447
33448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33449         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33450         (gst_audio_convert_init), (gst_audio_convert_set_property),
33451         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33452         (gst_audio_convert_link),
33453         (gst_audio_convert_buffer_to_default_format),
33454         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33455           - implement _getcaps and use it
33456           - improve linking
33457           - remove float caps since no float conversion is actually done
33458           - remove properties and arguments that were to be used for rate
33459             conversion
33460
33461 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33462
33463         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33464         (gst_audio_structure_set_int):
33465         * gst-libs/gst/audio/audio.h:
33466           add helper functions for _getcaps matching the standard audio
33467           templates
33468
33469 2004-01-12  David Schleef  <ds@schleef.org>
33470
33471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33472         Test that pad is negotiated before getting its caps.
33473
33474 2004-01-12  Julien MOUTTE <julien@moutte.net>
33475
33476         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33477         analyzing the pads of an element the bin is mostly in READY state so
33478         no caps were negotiated. This helper function needs to work with
33479         _get_caps directly then. I was not freeing them though, added that to
33480         fix the mem leak.
33481
33482 2004-01-12  Julien MOUTTE <julien@moutte.net>
33483
33484         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33486         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33487         than the free_func.
33488
33489 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33490
33491         * sys/oss/gstossaudio.c: (plugin_init):
33492         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33493         * sys/oss/gstosselement.h:
33494           make an oss debugging category
33495           make failure more descriptive
33496
33497 2004-01-11  David Schleef  <ds@schleef.org>
33498
33499         * ext/ffmpeg/gstffmpeg.c:
33500         * ext/ffmpeg/gstffmpegcodecmap.c:
33501         * ext/ffmpeg/gstffmpegdec.c:
33502         * ext/ffmpeg/gstffmpegenc.c:
33503         * ext/ffmpeg/gstffmpegprotocol.c:
33504         * ext/gdk_pixbuf/gstgdkanimation.c:
33505         * ext/jpeg/gstjpeg.c:
33506         * ext/libpng/gstpng.c:
33507         * ext/mpeg2dec/perftest.c:
33508         * ext/speex/gstspeex.c:
33509         * gst-libs/gst/resample/dtos.c:
33510         * gst/intfloat/gstintfloatconvert.c:
33511         * gst/oneton/gstoneton.c:
33512         * gst/rtjpeg/RTjpeg.c:
33513         * gst/rtp/gstrtp.c:
33514         * sys/dxr3/dxr3init.c:
33515         * sys/glsink/gstgl_nvimage.c:
33516         * sys/glsink/gstgl_pdrimage.c:
33517         * sys/glsink/gstglsink.c:
33518         * testsuite/gst-lint:
33519         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33520
33521 2004-01-11  David Schleef  <ds@schleef.org>
33522
33523         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33524         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33525         * ext/gdk_pixbuf/gstgdkanimation.c:
33526         (gst_gdk_animation_iter_create_pixbuf):
33527         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33528         (gst_gdk_pixbuf_chain):
33529         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33530         * ext/jack/gstjack.c: (gst_jack_change_state):
33531         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33532         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33533         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33534         * gst/videofilter/gstvideofilter.c:
33535         (gst_videofilter_set_output_size):
33536         Remove all usage of gst_pad_get_caps(), and replace it with
33537         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33538
33539 2004-01-11  David Schleef  <ds@schleef.org>
33540
33541         * configure.ac:
33542         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33543         * ext/divx/gstdivxdec.c:
33544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33545         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33546         handle images that span multiple buffers.  Now work with both
33547         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33548         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33549         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33550         video/video.h changes
33551         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33553         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33554         of GstData free function.
33555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33556         same.
33557
33558 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33559
33560         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33561         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33562         (gst_v4l2element_get_property):
33563         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33564           add norm, channel and frequency properties.
33565         * sys/v4l2/gstv4l2tuner.c:
33566           fixes for tuner interface changes
33567         * sys/v4l2/gstv4l2element.h:
33568         * sys/v4l2/gstv4l2src.c:
33569         * sys/v4l2/gstv4l2src.h:
33570         * sys/v4l2/v4l2src_calls.c:
33571         * sys/v4l2/v4l2src_calls.h:
33572           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33573
33574 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33575
33576         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33577         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33578         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33579         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33580         * gst-libs/gst/tuner/tuner.h:
33581           GObjects aren't const.
33582           Add find_by_name functions.
33583           Add checks to _changed functions.
33584         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33585         (gst_v4l_tuner_get_norm):
33586           Fixes for above.
33587
33588 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33589
33590         * gst-libs/gst/video/video.h:
33591           Fix caps template names to be understandable.
33592           Prefix everything with GST_VIDEO.
33593         * ext/aalib/gstaasink.c:
33594         * ext/divx/gstdivxdec.c:
33595         * ext/divx/gstdivxenc.c:
33596         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33597         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33598         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33599         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33600         * ext/libcaca/gstcacasink.c:
33601         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33602         * ext/snapshot/gstsnapshot.c:
33603         * ext/swfdec/gstswfdec.c:
33604         * ext/xvid/gstxviddec.c:
33605         * ext/xvid/gstxvidenc.c:
33606         * gst/chart/gstchart.c:
33607         * gst/deinterlace/gstdeinterlace.c:
33608         * gst/effectv/gsteffectv.c:
33609         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33610         * gst/goom/gstgoom.c:
33611         * gst/median/gstmedian.c:
33612         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33613         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33614         * gst/overlay/gstoverlay.c:
33615         * gst/smooth/gstsmooth.c:
33616         * gst/smpte/gstsmpte.c:
33617         * gst/synaesthesia/gstsynaesthesia.c:
33618         * gst/videocrop/gstvideocrop.c:
33619         * gst/videodrop/gstvideodrop.c:
33620         * gst/y4m/gsty4mencode.c:
33621         * sys/qcam/gstqcamsrc.c:
33622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33623           Make them work with new video.h file.
33624         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33625         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33627         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33628           Make it work with new buffer allocation system.
33629
33630 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33631
33632         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33633         pad_alloc_buffer implementation to use ->srcpad
33634         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33635         pad_alloc_buffer implementation to use ->srcpad
33636         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33637         pad_alloc_buffer implementation to use ->srcpad
33638         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33639         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33640         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33641         a reference to everything we need.
33642         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33644         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33645         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33646         a reference to everything we need.
33647         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33648
33649 2004-01-11  David Schleef  <ds@schleef.org>
33650
33651         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33652         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33653         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33654         structure members.
33655         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33656         value during a resize/renegotiation.
33657         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33658         gst_pad_alloc_buffer();
33659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33660         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33661         structure members.
33662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33663         Fix for rename of buffer private structure members.
33664         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33665         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33666         Fix for rename of buffer private structure members.
33667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33668         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33669         Fix for rename of buffer private structure members.
33670
33671 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33672
33673         reviewed by: David Schleef <ds@schleef.org>
33674
33675         * gst/videofilter/Makefile.am:
33676         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33677         from the patch by ds to fit in with recent make_filter changes.
33678
33679 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33680
33681         * configure.ac: Adding examples/switch/Makefile
33682         * examples/Makefile.am: Adding examples/switch
33683         * examples/switch/Makefile.am: Adding switcher example.
33684         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33685         (switch_timer), (main): Adding an example demonstrating switch usage
33686         with 2 videotestsrc showing different patterns.
33687         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33688         (gst_switch_init): Fixing switch with the new caps system.
33689
33690 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33691
33692         * gst-libs/gst/video/video.h:
33693           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33694           They should probably be like
33695           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33696
33697 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33698
33699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33700         (qtdemux_parse_trak):
33701           fix audio chunk size/timestamp calculation
33702
33703 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33704
33705         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33706           fix SVQ3 caps
33707
33708 2004-01-11  Steve Baker  <steve@stevebaker.org>
33709
33710         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33711         (gst_agingtv_base_init), (gst_agingtv_class_init),
33712         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33713         (gst_agingtv_set_property), (gst_agingtv_get_property):
33714         Port agingTV to videofilter
33715
33716 2004-01-09  Julien MOUTTE <julien@moutte.net>
33717
33718         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33719         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33720
33721 2004-01-09  Julien MOUTTE <julien@moutte.net>
33722
33723         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33724         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33725         * gst-libs/gst/xoverlay/xoverlay.c:
33726         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33728         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33729         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33730         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33731         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33732         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33733         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33734         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33735         interface implementation to handle xid being 0 and fix some bugs
33736         triggered by Benjamin's testcase.
33737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33738         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33739         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33740         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33741         interface implementation to handle xid being 0 and fix some bugs
33742         triggered by Benjamin's testcase.
33743
33744 2004-01-09  David Schleef  <ds@schleef.org>
33745
33746         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33747         mouse pointer events.  It works.
33748
33749 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33750
33751         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33752           Use explicit caps - fix capsnego.
33753         * ext/xvid/gstxviddec.c:
33754         * ext/xvid/gstxvidenc.c:
33755           Remove macro-inside-macro which caused compile errors.
33756         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33757           Error out if it's not a RIFF file. Else we error out without
33758           gst_element_error() which is not good...
33759
33760 2004-01-08  David Schleef  <ds@schleef.org>
33761
33762         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33763         Fix pad_link function to handle formats that ffmpeg returns
33764         as multiple caps structures.
33765         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33766         Only complain if source buffer is _smaller_ than expected.
33767         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33768         (gst_videoscale_handle_src_event): Resize navigation events
33769         when passing them upstream.
33770         * gst/videotestsrc/gstvideotestsrc.c:
33771         * gst/videotestsrc/gstvideotestsrc.h:
33772         * gst/videotestsrc/videotestsrc.c:
33773         * gst/videotestsrc/videotestsrc.h:
33774         Rewrite many of the buffer painting functions to handle odd
33775         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33776         been verified to work with my video card.
33777         * testsuite/gst-lint:  Add check for elements calling
33778         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33779
33780 2004-01-08  David Schleef  <ds@schleef.org>
33781
33782         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33783         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33784
33785 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33786
33787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33788         configure event is not emiting the desired size signal. That fixes
33789         aspect ratio issues with gst-player.
33790
33791 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33792
33793         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33794           Fix capsnego.
33795
33796 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33797
33798         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33799         public method to fire size signal.
33800
33801 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33802
33803         * examples/gstplay/Makefile.am: Adding the interface library.
33804         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33805         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33806         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33807         GST_IS_X_OVERLAY before signal connect.
33808         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33809         Removing the have_video_size signal.
33810         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33811         and associated public method.
33812         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33813         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33814         signal.
33815         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33816         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33817         signal.
33818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33819         Using XOverlay public method to fire size signal.
33820
33821 2004-01-07  David Schleef  <ds@schleef.org>
33822
33823         * gst/videofilter/Makefile.am:
33824         * gst/videofilter/gstvideotemplate.c:
33825         * gst/videofilter/make_filter:
33826         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33827         Convert make_filter to /bin/sh script.
33828
33829 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33830
33831         * gst/modplug/gstmodplug.cc: fix element description
33832
33833 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33834
33835         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33836         (got_video_size): Adding some new lines in g_print calls.
33837         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33838         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33839         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33840         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33841         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33842         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33843         Complete code review, reverting some stuff i disagree with, adding
33844         some fixes : time synchronization on invalid timestamps, renegotiation
33845         of private window.
33846         * sys/ximage/ximagesink.h:
33847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33848         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33849         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33850         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33851         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33852         (gst_xvimagesink_buffer_new),
33853         (gst_xvimagesink_navigation_send_event),
33854         (gst_xvimagesink_set_xwindow_id),
33855         (gst_xvimagesink_get_desired_size),
33856         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33857         stuff i disagree with, adding some fixes : Renegotiation of private
33858         window, implementing get_desired_size.
33859
33860 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33861
33862         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33863         (gst_afsink_handle_event):
33864         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33865         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33866         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33867         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33868         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33869           Fix for instantiate-test (see core). Also remove dead code from
33870           jpegenc (which still needs fixing, but that's lower on my TODO
33871           list...).
33872         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33873           Never return NULL as caps.
33874
33875 2004-01-07  David Schleef  <ds@schleef.org>
33876
33877         * configure.ac:
33878         * ext/Makefile.am:
33879         * ext/librfb/Makefile.am:
33880         * ext/librfb/gstrfbsrc.c:
33881         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33882         is the protocol used by VNC.
33883
33884 2004-01-07  David Schleef  <ds@schleef.org>
33885
33886         * gst/videofilter/gstvideotemplate.c:
33887         * gst/videofilter/gstvideotemplate.h:
33888         * gst/videofilter/make_filter:
33889         Merge videotemplate header into source file.
33890         * gst/effectv/Makefile.am:
33891         * gst/effectv/gsteffectv.c: (plugin_init):
33892         * gst/effectv/gstwarp.c:
33893         Make warpTV a subclass of videofilter.
33894
33895 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33896
33897         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33898           Add guard against invalid utf-8 conversions in mad. Just in case.
33899
33900 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33901
33902         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33903           Fix for bug shown by poisoning
33904
33905 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33906
33907         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33908         (gst_v4lmjpegsrc_buffer_free):
33909         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33910         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33911         (gst_v4lsrc_buffer_free):
33912           Fix for removed bufferpools.
33913
33914 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33915
33916         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33917         Fix caps negotiation.
33918
33919         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33920         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33921         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33922         (dvdnavsrc_event):
33923         * ext/mpeg2dec/gstmpeg2dec.c:
33924         * gst-libs/gst/navigation/navigation.c:
33925         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33926         * gst-libs/gst/navigation/navigation.h:
33927         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33928         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33930         Super-simple first version of mouse and keyboard events. Clicking
33931         on a DVD menu now works, although it may not take you where you
33932         expected.
33933
33934         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33935         * gst/videotestsrc/gstvideotestsrc.c:
33936         (gst_videotestsrc_src_fixate):
33937         These fixate functions were broken - they never actually
33938         fixated :)
33939
33940 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33941
33942         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33943         (gst_icecastsend_init):
33944           fix for new caps system.
33945         * gst-libs/gst/mixer/mixertrack.h:
33946         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33947           Add 'master track' flag (for tools like ACME that only want to
33948           change the main volume).
33949
33950 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33951
33952         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33953         (gst_xvid_csp_to_caps):
33954         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33955         * ext/xvid/gstxvidenc.c:
33956         ifdef out ARGB type when it isn't available
33957         in xvidcore 1.0.0beta2
33958
33959 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33960
33961         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33962           When we have received a new SCR right in the first buffer after
33963           a seek (so in the same cycle that handles the discont), we should
33964           handle the buffer instead of unreffing it, else we lose data.
33965
33966 2004-01-06  Iain <iain@prettypeople.org>
33967
33968         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33969           buffer-frames caps too.
33970
33971         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33972           caps that we need, don't destroy them all and rebuild them. And when
33973           creating src pads, use the src pad template rather than the sink...
33974
33975 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33976
33977         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33978           Add pad to element *after* setting functions such as event handler.
33979           Without this, the scheduler (opt) will link pads, set the event
33980           handler from the default event function (dispatcher in gstpad.c)
33981           and *after* that, we will set our own event function, which will
33982           thus never be used (and thus mpegdemux doesn't handle events).
33983
33984 2004-01-04  David Schleef  <ds@schleef.org>
33985
33986         Fix the fixate functions to handle new prototype:
33987         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33988         * gst/videotestsrc/gstvideotestsrc.c:
33989         (gst_videotestsrc_src_fixate):
33990         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33991         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33993
33994 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33995
33996         * sys/ximage/ximagesink.h:
33997         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33998         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33999         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34000         (gst_ximagesink_xoverlay_init):
34001           assorted fixes to make (re)embedding work
34002         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34003         (gst_ximagesink_get_desired_size):
34004           implement desired size additions to XOverlay
34005
34006 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34007
34008         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34009         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34010         (gst_x_overlay_got_desired_size):
34011         * gst-libs/gst/xoverlay/xoverlay.h:
34012           Add optional "desired size" signal and querying.
34013
34014 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34015
34016         * gst/matroska/matroska-demux.c:
34017         (gst_matroska_demux_parse_blockgroup):
34018           Fix EBML-laced block parsing. Diffs are relative to previous
34019           lace, not the first lace. Thanks to Mosu from the Matroska
34020           team for detecting this.
34021         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34022         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34023         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34024         (gst_wavparse_change_state):
34025         * gst/wavparse/gstwavparse.h:
34026           Quickfix for capsnego.
34027
34028 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34029
34030         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34031           Fix indenting, fix pad creation.
34032
34033 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34034
34035         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34036         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34037         (gst_xviddec_sink_link):
34038           Implement src_getcaps() so proper size caps is negotiated.
34039
34040 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34041
34042         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34043           Finish flac decoder on EOS. See #116178.
34044
34045 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34046
34047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34048         (gst_matroska_demux_add_stream):
34049         * gst/matroska/matroska-ids.h:
34050           Add getcaps() function to fix capsnego...
34051
34052 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34053
34054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34055         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34057           Fix more integer overflows. Again, see #126967.
34058
34059 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34060
34061         * ext/mpeg2dec/gstmpeg2dec.c:
34062           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34063           #130416.
34064
34065 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34066
34067         * configure.ac:
34068         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34069         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34070         * ext/xvid/gstxvid.h:
34071         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34072         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34073         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34074         (gst_xviddec_change_state):
34075         * ext/xvid/gstxviddec.h:
34076         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34077         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34078         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34079         (gst_xvidenc_link), (gst_xvidenc_set_property),
34080         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34081         * ext/xvid/gstxvidenc.h:
34082           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34083
34084 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34085
34086         * gst/rtp/rtp-packet.c:
34087           Add sys/types.h include, since OS X doesn't define in_addr_t
34088           in netinet/in.h, like it does on Linux (see #129600).
34089
34090 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34091
34092         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34093
34094         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34095           Correct logic of dispose function (see #129306).
34096
34097 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34098
34099         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34100         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34101         (gst_mpeg_parse_init):
34102         * gst/mpegstream/gstmpegparse.h:
34103           Remove clock (which was never provided, i.e. dead code), and
34104           also fix integer overflows at high PTS values (see #126967).
34105
34106 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34107
34108         * ext/flac/gstflacdec.c:
34109         * ext/libpng/gstpngenc.h:
34110         * ext/mikmod/gstmikmod.h:
34111           OS X fixes (see #126628).
34112
34113 2004-01-02  David Schleef  <ds@schleef.org>
34114
34115         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34116         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34117         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34118         (gst_mpeg_parse_class_init): Move pad template registration
34119         to class_init, since the derived class (mpegdemux) doesn't
34120         want them.
34121
34122 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34123
34124         * sys/ximage/Makefile.am:
34125         * sys/xvideo/Makefile.am:
34126         * sys/xvimage/Makefile.am:
34127           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34128           after installation (see #127664).
34129
34130 2004-01-02  David Schleef  <ds@schleef.org>
34131
34132         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34133         (gst_ffmpegenc_connect):  Negotiation fixes.
34134         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34135         Remove inappropriate gst_caps_free().
34136         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34137         Reenable Ronald's internal resize code, since the core handles
34138         it correctly now.
34139
34140 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34141
34142         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34144         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34145           Fix pad template stuff.
34146
34147 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34148
34149         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34150         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34151           fix signed integer reading/writing.
34152
34153 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34154
34155         * ext/alsa/README:
34156           Remove outdated document
34157
34158 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34159
34160         * gst/cutter/gstcutter.c: (gst_cutter_init):
34161           src pad was being created twice - oops.
34162
34163 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34164
34165         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34166           Comment out internal resize. It doesn't handle the resulting
34167           XEvent internally, does another try_set_caps() which leads to
34168           a really nice loop.
34169           Real fix will come when Julien and Dave are awake. ;).
34170
34171 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34172
34173         * ext/mpeg2enc/gstmpeg2enc.cc:
34174           fix const/nonconst compile issue.
34175
34176 2004-01-02  David Schleef  <ds@schleef.org>
34177
34178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34179         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34180         Add fixate function and a check for bad formats.
34181
34182 2004-01-01  David Schleef  <ds@schleef.org>
34183
34184         Negotiation fixes:
34185         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34186         (gst_audiofilter_init):
34187         * gst/debug/efence.c: (gst_efence_init):
34188         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34189         (gst_deinterlace_init):
34190         * gst/volume/gstvolume.c: (volume_connect):
34191
34192 2004-01-01  David Schleef  <ds@schleef.org>
34193
34194         Convert elements to use gst_pad_use_explicit_caps() where
34195         appropriate:
34196         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34197         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34198         (gst_afparse_open_file):
34199         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34200         (gst_afsrc_open_file):
34201         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34202         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34203         (gst_ffmpegdec_chain):
34204         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34205         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34206         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34207         (gst_gdk_pixbuf_chain):
34208         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34209         (gst_jpegdec_chain):
34210         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34211         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34212         (gst_mikmod_negotiate):
34213         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34214         (gst_mpeg2dec_negotiate_format):
34215         * ext/mpeg2enc/gstmpeg2enc.cc:
34216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34217         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34218         (gst_speexdec_sinkconnect):
34219         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34220         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34221         (gst_vorbisfile_new_link):
34222         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34223         (gst_ac3parse_chain):
34224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34225         (gst_asf_demux_setup_pad):
34226         * gst/auparse/gstauparse.c: (gst_auparse_init),
34227         (gst_auparse_chain):
34228         * gst/id3/gstid3types.c: (gst_id3types_loop):
34229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34230         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34231         (mp1videoparse_parse_seq):
34232         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34233         (bpf_from_header):
34234         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34235         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34237         (gst_mpeg_parse_send_data):
34238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34239         (gst_qtdemux_add_stream):
34240         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34241         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34242         (gst_wavparse_parse_fmt):
34243
34244 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34245
34246         * configure.ac:
34247           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34248           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34249           it therefore uses the wrong include paths. Too bad... Note
34250           that 1.6.1.93 is not release yet. ;).
34251           Also add a check for mplex, which is now using the lib'ified
34252           mplex from mjpegtools, too.
34253         * ext/ffmpeg/gstffmpegcodecmap.c:
34254           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34255           issues. I don't think ffmpeg handles 3ivx correctly, so this
34256           probably won't work. But it won't hurt either.
34257         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34258         (gst_ffmpegdec_chain):
34259         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34260         (gst_ffmpegenc_chain_audio):
34261           Fix memleak in audio encoding. Close codec if open fails, this
34262           calls the cleanup routines so we can re-use the context.
34263         * ext/mpeg2enc/gstmpeg2enc.cc:
34264           Fix pad template names/types, fix memory issue with getcaps().
34265         * ext/mpeg2enc/gstmpeg2encoder.cc:
34266         * ext/mpeg2enc/gstmpeg2encoder.hh:
34267           Fix compile issue with new caps system (const thingy).
34268         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34269         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34270           We read a first frame right on initing, so that we have a caps
34271           when we init the output. This caps is cached in padprivate and
34272           read as first frame.
34273         * ext/mplex/Makefile.am:
34274         * ext/mplex/gstmplex.cc:
34275         * ext/mplex/gstmplex.h:
34276         * ext/mplex/gstmplex.hh:
34277         * ext/mplex/gstmplexibitstream.cc:
34278         * ext/mplex/gstmplexibitstream.hh:
34279         * ext/mplex/gstmplexjob.cc:
34280         * ext/mplex/gstmplexjob.hh:
34281         * ext/mplex/gstmplexoutputstream.cc:
34282         * ext/mplex/gstmplexoutputstream.hh:
34283           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34284           had issues, didn't do capsnego, supported only a subset of the
34285           mplex features and required a mplex fork in our local CVS. Plus
34286           that it worked agaist a very old mplex version. Rewriting was
34287           faster than updating it.
34288         * gst-libs/ext/Makefile.am:
34289         * gst-libs/ext/mplex/INSTRUCT:
34290         * gst-libs/ext/mplex/Makefile.am:
34291         * gst-libs/ext/mplex/README:
34292         * gst-libs/ext/mplex/TODO:
34293         * gst-libs/ext/mplex/ac3strm_in.cc:
34294         * gst-libs/ext/mplex/audiostrm.hh:
34295         * gst-libs/ext/mplex/audiostrm_out.cc:
34296         * gst-libs/ext/mplex/aunit.hh:
34297         * gst-libs/ext/mplex/bits.cc:
34298         * gst-libs/ext/mplex/bits.hh:
34299         * gst-libs/ext/mplex/buffer.cc:
34300         * gst-libs/ext/mplex/buffer.hh:
34301         * gst-libs/ext/mplex/fastintfns.h:
34302         * gst-libs/ext/mplex/format_codes.h:
34303         * gst-libs/ext/mplex/inputstrm.cc:
34304         * gst-libs/ext/mplex/inputstrm.hh:
34305         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34306         * gst-libs/ext/mplex/mjpeg_logging.cc:
34307         * gst-libs/ext/mplex/mjpeg_logging.h:
34308         * gst-libs/ext/mplex/mjpeg_types.h:
34309         * gst-libs/ext/mplex/mpastrm_in.cc:
34310         * gst-libs/ext/mplex/mpegconsts.cc:
34311         * gst-libs/ext/mplex/mpegconsts.h:
34312         * gst-libs/ext/mplex/mplexconsts.hh:
34313         * gst-libs/ext/mplex/multplex.cc:
34314         * gst-libs/ext/mplex/outputstream.hh:
34315         * gst-libs/ext/mplex/padstrm.cc:
34316         * gst-libs/ext/mplex/padstrm.hh:
34317         * gst-libs/ext/mplex/stillsstream.cc:
34318         * gst-libs/ext/mplex/stillsstream.hh:
34319         * gst-libs/ext/mplex/systems.cc:
34320         * gst-libs/ext/mplex/systems.hh:
34321         * gst-libs/ext/mplex/vector.cc:
34322         * gst-libs/ext/mplex/vector.hh:
34323         * gst-libs/ext/mplex/videostrm.hh:
34324         * gst-libs/ext/mplex/videostrm_in.cc:
34325         * gst-libs/ext/mplex/videostrm_out.cc:
34326         * gst-libs/ext/mplex/yuv4mpeg.cc:
34327         * gst-libs/ext/mplex/yuv4mpeg.h:
34328         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34329         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34330           We don't fork mjpegtools' mplex in our CVS anymore.
34331         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34332         (gst_avi_demux_add_stream):
34333         * gst/avi/gstavidemux.h:
34334           Add getcaps() function for proper caps nego. This makes some
34335           parts of AVI playback/reading work.
34336         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34337           Resize window on new capsnego. This is probably wrong, but
34338           I'm still committing it because with current capsnego, the
34339           first successfull capsnego is auto-fixated, therefore rounded
34340           down to the lowest values in the caps. this results in a 16x16
34341           XWindow that is not reized when real capsnego finishes.
34342           Dave, I see more cases of this, do you know a proper solution?
34343         * tools/gst-launch-ext.in:
34344           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34345
34346 2003-12-31  David Schleef  <ds@schleef.org>
34347
34348         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34349         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34350           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34351
34352 2003-12-30  David Schleef  <ds@schleef.org>
34353
34354         * ext/ffmpeg/gstffmpegcolorspace.c:
34355         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34356         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34357         (gst_ffmpegcsp_chain): Negotiation fixes
34358         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34360         (gst_audio_convert_link), (gst_audio_convert_channels):
34361         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34362         (gst_audioscale_link), (gst_audioscale_get_buffer),
34363         (gst_audioscale_chain): Negotiation fixes
34364         * gst/audioscale/gstaudioscale.h:
34365         * gst/videofilter/gstvideofilter.c:
34366         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34367         (gst_videofilter_link), (gst_videofilter_init),
34368         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34369         (gst_videofilter_find_format_by_structure):
34370         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34372         (gst_videoscale_link):
34373         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34374         (videoscale_find_by_structure), (gst_videoscale_setup):
34375         * gst/videoscale/videoscale.h: Negotiation fixes
34376         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34377         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34378         function, restrict resizing to a multiple of 4 (hack until
34379         everyone supports odd sizes correctly).
34380
34381 2003-12-29  Colin Walters  <walters@verbum.org>
34382
34383         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34384         signed.
34385
34386 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34387
34388         * ext/sndfile/gstsf.c: (gst_sf_loop):
34389           Fix warning about discarding const qualifier
34390
34391 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34392
34393         * gst/cutter/gstcutter.c:
34394         * gst/videoscale/gstvideoscale.c:
34395         * gst/volenv/gstvolenv.c:
34396         * gst-libs/gst/audio/audio.c:
34397         * gst-libs/gst/video/video.c:
34398           Fix warnings
34399
34400 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34401
34402         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34403           Don't send ALSA debugging to stderr.
34404         * ext/alsa/gstalsa.h:
34405           Use GST_WARNING instead of g_warning when ALSA functions fail.
34406
34407 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34408
34409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34410           Free XVAdapterInfo correctly.
34411
34412 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34413
34414         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34415         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34416           Make id3tag use correct caps nego.
34417
34418 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34419
34420         * ext/ivorbis/vorbis.c:
34421         * ext/ivorbis/vorbisenc.h:
34422         * ext/ivorbis/vorbisfile.c:
34423           Modify so that it uses the new caps things
34424
34425 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34426
34427         * testsuite/spider/spider1.c: (main):
34428         * testsuite/spider/spider2.c: (main):
34429         * testsuite/spider/spider3.c: (main):
34430           Make tests compile again. They probably don't work.
34431
34432 2003-12-24  Colin Walters  <walters@verbum.org>
34433
34434         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34435         we can't fixate the caps anymore.
34436
34437 2003-12-23  David Schleef  <ds@schleef.org>
34438
34439         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34440         * sys/oss/gstosssink.c: (gst_osssink_init),
34441         (gst_osssink_sink_fixate): Add fixate function.
34442
34443 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34444
34445         * ext/ffmpeg/gstffmpegcodecmap.c:
34446         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34447         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34448         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34449         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34450         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34451         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34452         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34453           fix typo in RGB masks, and move back to "old" colorspace
34454           capsnego code until whoever wrote this new crap has actually
34455           tested it so that it works.
34456           And yes, this works, keep it that way please.
34457
34458 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34459
34460         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34461         (gst_divxdec_init), (gst_divxdec_negotiate):
34462         * ext/divx/gstdivxdec.h:
34463         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34464         (gst_divxenc_init):
34465         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34466         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34467         * ext/mpeg2enc/gstmpeg2enc.cc:
34468         * ext/mpeg2enc/gstmpeg2encoder.cc:
34469         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34470         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34471         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34472         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34473         (dxr3spusink_init):
34474         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34475         (dxr3videosink_init):
34476           Fix caps breakage after Dave's caps branch merge.
34477
34478 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34479
34480         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34481           Fix for 24bpp display.
34482
34483 2003-12-23  Colin Walters  <walters@verbum.org>
34484
34485         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34486         a GnomeVFSHandle directly.
34487
34488 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34489
34490         * gst/volume/Makefile.am:
34491         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34492         (volume_base_init), (volume_init):
34493           Reenable volume element and fix to work with new caps stuff.
34494           Rhythmbox needs this.
34495
34496 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34497
34498         * gst/qtdemux/qtdemux.c: (plugin_init):
34499           qtdemux requires bytestream
34500
34501 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34502
34503         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34504           Fix remaining caps handling errors due to CAPS merge.
34505
34506 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34507
34508         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34509         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34510         (gst_faad_srcconnect):
34511           Port to new caps system.
34512
34513 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34514
34515         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34516         (got_video_size), (main): using g_print instead of g_message.
34517         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34518         signal which was not emitted because of "switch" element added to the
34519         bin but not connected. (Removing from the bin temporarily)
34520
34521 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34522
34523         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34524         find X development files. I don't understand the previous tests and
34525         they fail on my debian/ppc unstable. This one works.
34526         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34527         exiting.
34528         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34529         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34530         (gst_play_set_visualization): Add some safety checks in set_ methods
34531         and state_change. This was throwing some ugly CRITICAL messages when
34532         pipeline was getting disposed and casts were failing.
34533
34534 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34535
34536         * configure.ac:
34537           Improve mpeg2enc detection. This is for distributions that do
34538           ship mjpegtools, but without mpeg2enc. Also does object check
34539           for might there ever be ABI incompatibility.
34540         * ext/mpeg2enc/gstmpeg2enc.cc:
34541           Add Andrew as second maintainer (he's helping me), and also add
34542           an error if no caps was set. This happens if I pull before capsnego
34543           and that's something I should solve sometime else.
34544         * gst/matroska/matroska-demux.c:
34545         (gst_matroska_demux_parse_blockgroup):
34546           Fix time parsing.
34547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34548         (gst_matroska_mux_track_header):
34549           Add caps to templates.
34550         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34551           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34552         * gst/mpegstream/gstmpegdemux.c:
34553           Remove layer since it causes warnings about unfixed caps.
34554         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34555           Fix obvious typo (we error out if caps were set, we should of
34556           course error out if *no* caps were set).
34557         * sys/oss/gstosselement.c: (gst_osselement_convert):
34558           Fix format conversion, we confused bits/bytes.
34559         * sys/oss/gstosselement.h:
34560           Improve documentation for 'bps'.
34561         * sys/v4l/TODO:
34562           Remove stuff about plugins that need removing - this was done
34563           ages ago.
34564         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34565         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34567         (gst_v4lsrc_src_query):
34568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34569         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34570           Add get_query_types(), get_formats() and query() functions.
34571
34572 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34573
34574         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34575           * moved CVS to freedesktop.org