sys/: Correctly chain up finalize with the parent class to prevent memory leaks....
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         Patch by: René Stadler <mail at renestadler dot de>
4
5         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6         (gst_ximage_buffer_class_init):
7         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8         (gst_xvimage_buffer_class_init):
9         Correctly chain up finalize with the parent class to prevent
10         memory leaks. Fixes #474880.
11
12 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
13
14         * gst/volume/gstvolume.c: (volume_choose_func):
15         * tests/check/elements/volume.c: (GST_START_TEST):
16         Revert the latest change: floating point samples are allowed to
17         have any value, not only values in the range [-1,1]. Thanks to Andy
18         Wingo for noticing.
19         Also fix processing of int32 samples with volumes > 4 by making the
20         unity value smaller which prevents overflows.
21
22 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * gst-libs/gst/rtp/gstrtpbuffer.c:
25         * tests/check/libs/rtp.c:
26           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
27
28 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
29
30         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
31
32         * gst-libs/gst/rtp/gstrtpbuffer.c:
33           Fix up GstRTPHeader helper struct so that compilers will not under
34           any circumstances add padding in between our fields, as currently
35           happens with MSVC on win32, because that would lead to us sending
36           out RTP payloads with broken RTP headers (#471194).
37           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
38           
39         * tests/check/Makefile.am:
40         * tests/check/libs/.cvsignore:
41         * tests/check/libs/rtp.c:
42           Add some simple unit tests for GstRTPBuffer. Some are disabled
43           because the code tested still needs fixing (set_csrc() does not work).
44
45 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * win32/MANIFEST:
48         * win32/common/gstrtsp-enumtypes.c:
49         * win32/common/gstrtsp-enumtypes.h:
50         * win32/common/interfaces-enumtypes.c:
51         * win32/common/interfaces-enumtypes.h:
52         * win32/common/multichannel-enumtypes.c:
53           Add rtsp enumtypes (#474384) and update others.
54
55 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
56
57         * configure.ac:
58           Fix configure check for HAVE_LIBXML_HTML.
59
60 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * tests/check/libs/.cvsignore:
63           Ignore more, in case the build bots work again one day.
64
65 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
66
67         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
68
69         * configure.ac:
70         * gst-libs/gst/Makefile.am:
71         * gst-libs/gst/fft/Makefile.am:
72         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
73         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
74         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
75         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
76         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
77         * gst-libs/gst/fft/gstfft.h:
78         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
79         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
80         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
81         * gst-libs/gst/fft/gstfftf32.h:
82         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
83         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
84         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
85         * gst-libs/gst/fft/gstfftf64.h:
86         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
87         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
88         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
89         * gst-libs/gst/fft/gstffts16.h:
90         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
91         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
92         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
93         * gst-libs/gst/fft/gstffts32.h:
94         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
95         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
96         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
97         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
98         * gst-libs/gst/fft/kiss_fft_f32.h:
99         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
100         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
101         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
102         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
103         * gst-libs/gst/fft/kiss_fft_f64.h:
104         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
105         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
106         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
107         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
108         * gst-libs/gst/fft/kiss_fft_s16.h:
109         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
110         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
111         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
112         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
113         * gst-libs/gst/fft/kiss_fft_s32.h:
114         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
115         (kiss_fftr_f32), (kiss_fftri_f32):
116         * gst-libs/gst/fft/kiss_fftr_f32.h:
117         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
118         (kiss_fftr_f64), (kiss_fftri_f64):
119         * gst-libs/gst/fft/kiss_fftr_f64.h:
120         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
121         (kiss_fftr_s16), (kiss_fftri_s16):
122         * gst-libs/gst/fft/kiss_fftr_s16.h:
123         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
124         (kiss_fftr_s32), (kiss_fftri_s32):
125         * gst-libs/gst/fft/kiss_fftr_s32.h:
126         * gst-libs/gst/fft/kiss_version:
127         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
128         * pkgconfig/gstreamer-plugins-base.pc.in:
129         Add libgstfft, a FFT library based on Kiss FFT which is
130         BSD licensed. Supported sample formats are int16, int32,
131         float and double. For those formats a real FFT and IFFT
132         can be done, different windowing functions can be applied
133         and functions for extracting the magnitude and phase exist.
134         Fixes #468619.
135
136         * docs/libs/Makefile.am:
137         * docs/libs/gst-plugins-base-libs-docs.sgml:
138         * docs/libs/gst-plugins-base-libs-sections.txt:
139         Integrate libgstfft into the docs.
140
141         * tests/check/Makefile.am:
142         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
143         Add unit tests for libgstfft, currently only testing the FFT.
144         Unit tests for IFFT will follow soon.
145
146 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
147
148         Patch by: Peter Kjellerstedt  <pkj at axis com>
149
150         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
151         (gst_sdp_message_init), (gst_sdp_message_uninit),
152         (is_multicast_address), (gst_sdp_message_as_text),
153         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
154         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
155         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
156         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
157         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
158         (gst_sdp_media_init), (gst_sdp_media_uninit),
159         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
160         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
161         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
162         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
163         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
164         * gst-libs/gst/sdp/gstsdpmessage.h:
165         Separate INIT_ARRAY() and related macros into two versions, one for
166         structures and one for pointers (e.g., INIT_ARRAY() and
167         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
168         lists of emails and phone numbers.
169         Add missing const as appropriate.
170         Change all gint to guint since they all actually represent unsigned
171         values.
172         Do not use time as a variable name as it shadows the global time().
173         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
174         Actually implement gst_sdp_message_add_time().
175         Make gst_sdp_message_add_time() take repeat times as an argument.
176         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
177         Corrected the definition of gst_sdp_media_get_bandwidth() (was
178         misspelled as badwidth).
179         gst-indented and a little clean up. Fixes #471067.
180
181 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
182
183         * gst/volume/gstvolume.c: (volume_choose_func),
184         (volume_process_double), (volume_process_double_clamp),
185         (volume_process_float_clamp):
186         Correctly clamp float/double samples in the [-1.0,1.0] range to
187         prevent weird effects.
188         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
189         Add unit tests for all samples types that had none before.
190
191 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
192
193         * gst-libs/gst/rtp/gstrtpbuffer.c:
194           Need to include stdlib.h for abs() here too.
195
196 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
197
198         * gst/playback/gststreaminfo.c:
199           Fix build.
200
201 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
202
203         * gst/playback/gststreaminfo.c:
204           Clean up some half-disabled code and comment.
205
206 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
207
208         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
209
210         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
211         (gst_base_rtp_payload_audio_handle_event):
212         Return FALSE from the event handler to let the parent class handle the
213         event. Fixes #446766.
214
215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
216         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
217         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
218
219         * gst-libs/gst/rtp/gstbasertppayload.c:
220         Bump the MTU to 1400.
221
222 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
223
224         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
225         Add an audio/x-nsf typefind function for the nsfdec element.
226
227 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
228         * gst/playback/gstplaybasebin.c:
229         Included "myth://" on stream_uris list for enable buffering to mythtv files
230
231 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
232
233         * docs/libs/gst-plugins-base-libs-sections.txt:
234         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
235         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
236         (gst_rtcp_unix_to_ntp):
237         * gst-libs/gst/rtp/gstrtcpbuffer.h:
238         Fix parsing of RB blocks.
239         Fix docs.
240         Added helper functions to convert to/from UNIX and NTP time.
241         API: gst_rtcp_ntp_to_unix()
242         API: gst_rtcp_unix_to_ntp()
243
244         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
245         (gst_rtp_buffer_get_header_len),
246         (gst_rtp_buffer_get_extension_data),
247         (gst_rtp_buffer_get_payload_subbuffer),
248         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
249         (gst_rtp_buffer_ext_timestamp):
250         * gst-libs/gst/rtp/gstrtpbuffer.h:
251         Fix some more docs.
252         Implement handling of packets with extensions.
253         Fix padding check in _validate().
254         Added function to get extension data.
255         API: gst_rtp_buffer_get_header_len()
256         API: gst_rtp_buffer_get_extension_data()
257
258 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
259
260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
261         (gst_base_rtp_depayload_class_init),
262         (gst_base_rtp_depayload_set_gst_timestamp):
263         Add some more docs for the queue-delay property and fix a typo in a
264         comment.
265
266         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
267         Fix typo.
268
269 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
270
271         * gst-libs/gst/audio/gstbaseaudiosink.c:
272         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
273         (gst_base_audio_sink_change_state):
274         When skew slaving, try to hover around the middle of a segment so that
275         we at most drift by half a segment.
276         If we are aligning in the oposite direction of the clock skew, we don't
277         have to resync.
278
279 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
280
281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
282         (gst_base_rtp_depayload_setcaps),
283         (gst_base_rtp_depayload_set_gst_timestamp):
284         Be less silly with the segment start, just apply the clock-base to the
285         timestamp.
286
287 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
288
289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
290         (gst_base_rtp_depayload_class_init),
291         (gst_base_rtp_depayload_finalize),
292         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
293         (gst_base_rtp_depayload_handle_sink_event),
294         (gst_base_rtp_depayload_set_gst_timestamp),
295         (gst_base_rtp_depayload_change_state):
296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
297         Deprecate the queue handling thread thing and remove the code.
298         Use new method to calculate the extended timestamp.
299
300 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
301
302         * gst-libs/gst/rtp/gstrtcpbuffer.c:
303         (gst_rtcp_packet_sdes_copy_entry):
304         Use g_strndup which does exactly what we want.
305
306         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
307         (gst_rtp_buffer_ext_timestamp):
308         * gst-libs/gst/rtp/gstrtpbuffer.h:
309         Add helper function to compare seqnums.
310         Add helper function to calculate extended timestamps.
311         API: gst_rtp_buffer_compare_seqnum()
312         API: gst_rtp_buffer_ext_timestamp()
313
314 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
315
316         * gst-libs/gst/rtp/gstrtcpbuffer.c:
317         (gst_rtcp_packet_sdes_get_entry),
318         (gst_rtcp_packet_sdes_copy_entry):
319         * gst-libs/gst/rtp/gstrtcpbuffer.h:
320         Fix and document SDES item data function.
321         Add new function that makes a proper copy of SDES item data.
322         API: gst_rtcp_packet_sdes_copy_entry()
323
324 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
325
326         * configure.ac:
327         * gst/Makefile.am:
328           The tcp and subparse plugins are under gst, but not totaly free of
329           dependencies. Handle selection inconfigure.ac, so that they show up
330           on the final list of what is build and what is not. Maybe they should
331           better be moved to ext.
332
333 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
334
335         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
336
337         * configure.ac:
338         * gst/Makefile.am:
339           Check if libxml provides HTML parser which subparse needs.
340           Fixes #451970.
341
342 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * ext/alsa/gstalsa.c:
345           Fix typo and compilation on big endian systems.
346
347 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
348
349         * gst/subparse/gstssaparse.c:
350           Convert SSA newline codes into actual newline characters (#470766).
351
352 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
353
354         * docs/libs/gst-plugins-base-libs-sections.txt:
355         * gst-libs/gst/pbutils/install-plugins.c:
356         * gst-libs/gst/pbutils/install-plugins.h:
357         * tests/check/libs/pbutils.c:
358           API: also add gst_install_plugins_supported() while we're at it
359           (see #470456).
360
361 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
362
363         * docs/libs/gst-plugins-base-libs-sections.txt:
364         * gst-libs/gst/pbutils/missing-plugins.c:
365         * gst-libs/gst/pbutils/missing-plugins.h:
366         * tests/check/libs/pbutils.c:
367           API: add gst_missing_*_installer_detail_new() convenience API so
368           that applications that know exactly what they're missing can request
369           installer detail strings for those items directly instead of having
370           to first create a dummy missing-plugin message and then get the
371           installer detail string from that.  Fixes #470456.
372
373 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
374
375         * gst/playback/gstdecodebin.c: (close_pad_link):
376         We need to set up delayed-linking whenever the caps are non-fixed,
377         not just when there are multiple types - use gst_pad_is_fixed()
378         to test.
379
380 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
381
382         * gst-libs/gst/pbutils/missing-plugins.c:
383           (gst_missing_plugin_message_get_installer_detail):
384           Add missing separator in PID fallback case.
385
386 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
387
388         * ext/alsa/Makefile.am:
389         There is no GST_PLUGINS_BASE_LIBS defined.
390         
391         * ext/alsa/gstalsa.c:
392         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
393         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
394         Add support for ALSA 24-bit formats.
395         snd_pcm_delay can return an error code, especially
396         during XRUNS. In that case, the best we can do is assume
397         delay = 0.
398
399         * gst/audioconvert/Makefile.am:
400         Add flags from -base before any more-remote dependencies.
401
402 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
403
404         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
405
406         * gst/volume/gstvolume.c: (volume_choose_func),
407         (volume_update_real_volume), (gst_volume_set_volume),
408         (gst_volume_init), (volume_process_int32),
409         (volume_process_int32_clamp), (volume_process_int24),
410         (volume_process_int24_clamp), (volume_process_int16),
411         (volume_process_int16_clamp), (volume_process_int8),
412         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
413         * gst/volume/gstvolume.h:
414         Add support for int32, int24 and int8 to the volume element.
415         Fixes #445529.
416
417 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
418
419         * tests/examples/Makefile.am:
420           Fix even more.
421
422 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
423
424         * configure.ac:
425         * docs/libs/Makefile.am:
426         * docs/libs/gst-plugins-base-libs-docs.sgml:
427         * docs/libs/gst-plugins-base-libs-sections.txt:
428         * ext/gnomevfs/gstgnomevfssrc.c:
429         * ext/gnomevfs/gstgnomevfssrc.h:
430         * gst-libs/gst/Makefile.am:
431         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
432         * pkgconfig/gstreamer-plugins-base.pc.in:
433         * sys/v4l/v4lsrc_calls.c:
434         * tests/examples/Makefile.am:
435         * win32/common/config.h:
436           Revert unwanted commit. many thanks to moap. I want a fix for 
437           https://thomas.apestaart.org/moap/trac/ticket/239
438
439 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
440
441         * gst/volume/gstvolume.c:
442           Move passthrough below gst_object_sync_values(). Fixes #442654.
443
444 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
445
446         * gst-libs/gst/audio/audio.c:
447         Clarify the docs a little.
448
449 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
450
451         * gst/volume/gstvolume.c:
452           Enable liboil for float and add more details about problems with
453           int16.
454
455 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
456
457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
458         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
459
460 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
461
462         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
463         When calculating the first timestamp of the buffers, don't go below 0
464         and clip the samples because the offset was on the eos page.
465         Fixes #466717.
466
467 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
468
469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
470         (gst_ogg_demux_collect_chain_info):
471         Also submit the eos page when trying to find the first timestamp.
472         See #466717.
473
474 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
475
476         * gst-libs/gst/audio/audio.h:
477         Use gst_util_uint64_scale() instead of doing the math
478         with double for GST_FRAMES_TO_CLOCK_TIME() and
479         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
480         prevents rounding errors. Fixes #467667.
481
482 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
483
484         * gst-libs/gst/rtsp/gstrtspconnection.c:
485         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
486         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
487         * gst-libs/gst/rtsp/gstrtspconnection.h:
488         Small cleanups.
489         On shutdown, don't read the control socket yet.
490         Set timeout value correctly in all cases.
491         Add function to check if the server accepts reads or writes.
492         API: gst_rtsp_connection_poll()
493
494         * gst-libs/gst/rtsp/gstrtspdefs.h:
495         Fix compilation with -pedantic.
496         Add enum for _poll.
497
498 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
499
500         Patch by: Olivier Crete  <tester at tester ca>
501
502         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
503         (gst_basertppayload_getcaps):
504         * gst-libs/gst/rtp/gstbasertppayload.h:
505         Add getcaps vfunc to basertppayload. See #465146.
506
507 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
508
509         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
510         Only post buffering messages when we are a stream.
511
512 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
513
514         * gst-libs/gst/pbutils/install-plugins.c:
515         * gst-libs/gst/pbutils/missing-plugins.c:
516           Small docs fix and addition.
517
518 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * tests/icles/.cvsignore:
521         * tests/icles/Makefile.am:
522         * tests/icles/test-textoverlay.c:
523           Add a dumb little test for textoverlay alignments.
524
525 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
526
527         Patch by: Dan Williams  <dcbw redhat com>
528
529         * ext/pango/gsttextoverlay.c:
530         * ext/pango/gsttextoverlay.h:
531           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
532           "silent" property so there's a Since tag in the API reference.
533
534 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
535
536         * gst-libs/gst/rtp/gstbasertppayload.c:
537         (gst_basertppayload_set_outcaps):
538         * gst-libs/gst/rtp/gstbasertppayload.h:
539         Improve caps negotiation so that downstream elements can confiure
540         certain RTP properties by fixing them on the caps. See #465146.
541         Add docs.
542
543 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
544
545         * docs/libs/gst-plugins-base-libs-sections.txt:
546         * gst-libs/gst/rtp/gstbasertpdepayload.c:
547         * gst-libs/gst/rtp/gstbasertpdepayload.h:
548           Mark as deprecated some macros which were presumably meant to be
549           private API and accidentally exposed in the public header file.
550           Also actually _init() lock (only works at the moment because the
551           struct is zeroed out when created and the initial values in the
552           mutex struct are zeroes too). (#459585)
553
554 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
555
556         * docs/libs/Makefile.am:
557           Remove cruft and do some cleanups.
558
559         * docs/libs/gst-plugins-base-libs-docs.sgml:
560           Prepare for comming gtkdoc features (rebase against online docs).
561
562 2007-08-10  Michael Smith <msmith@fluendo.com>
563
564         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
565           Debug output fixes.
566         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
567         (GST_START_TEST):
568           Change the number of buffers used; 500 is too many and leads to
569           timeouts.
570
571 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * gst/playback/gstqueue2.c:
574         * gst/videorate/gstvideorate.c:
575           Printf format fixes (#465028).
576
577 2007-08-09  Michael Smith <msmith@fluendo.com>
578
579         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
580           If we have a large (> 1 second) discontinuity, push a series of
581           smaller buffers rather than a single very large buffer. Avoids
582           unreasonably large single buffer allocations when encountering a
583           large gap.
584         * tests/check/elements/audiorate.c: (GST_START_TEST),
585         (audiorate_suite):
586           Add a test for this.
587
588 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
589
590         * gst/playback/gstplaybasebin.c: (group_commit),
591         (queue_remove_probe), (queue_threshold_reached):
592
593         Patch by: Josep Torra Valles <josep@fluendo.com>
594         Fixes: #465015
595         Make sure we remove the check_queues buffer probe from the 
596         correct queue to avoid racily going back to "buffering 99%" when
597         buffering is actually complete.
598
599         Also, fix the spelling of Josep's surname in the ChangeLog.
600
601 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
602
603         * ext/ogg/gstoggmux.c:
604           Do not leak oggmux instance.
605         
606         * ext/vorbis/vorbisenc.c:
607           Also log values.
608
609 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
610
611         * po/hu.po:
612         * po/it.po:
613         * po/nl.po:
614         * po/uk.po:
615         * po/vi.po:
616           Updated translations.
617
618 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
619
620         patch by: Yang Hong <hongyang@redflag-linux.com>
621
622         * ext/pango/gsttextoverlay.c:
623         * ext/pango/gsttextoverlay.h:
624           Add 'silent' property to GstTimeOverlay. Fixes #462979
625
626 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
627
628         Patch by: Josep Torra Valles <josep@fluendo.com>
629
630         * docs/plugins/gst-plugins-base-plugins.args:
631         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
632         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
633         (gst_uri_decode_bin_get_property), (gen_source_element):
634         Add connection-speed property. Fixes #464690.
635
636 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
637
638         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
639
640         * configure.ac:
641         * gst-libs/gst/rtsp/Makefile.am:
642         * gst-libs/gst/rtsp/gstrtspconnection.c:
643         (gst_rtsp_connection_connect):
644         Fix compilation on windows. Fixes #464320.
645
646 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
647
648         Patch by: Josep Torra Valles <josep@fluendo.com>
649
650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
651         (gst_play_base_bin_init), (queue_threshold_reached),
652         (gen_source_element), (setup_substreams),
653         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
654         (gst_play_base_bin_get_streaminfo_value_array):
655         * gst/playback/gstplaybasebin.h:
656         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
657         (gst_play_bin_set_property), (gst_play_bin_get_property),
658         (gst_play_bin_handle_redirect_message):
659         Move connection-speed property from playbin to playbasebin so that we
660         can also configure it in source elements that have the connection-speed
661         property. Fixes #464028.
662         Add some debug info here and there.
663
664 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
665
666         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
667         Properly respond to conversion queries. Fixes #464079.
668
669 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
670
671         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
672         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
673         (gst_audio_test_src_init_sine_table),
674         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
675         * gst/audiotestsrc/gstaudiotestsrc.h:
676         Add float/double and int32 support to audiotestsrc. Fixes #460422.
677         Also set the default volume to the default value specified in the
678         GParamSpec.
679
680 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
681
682         Patch by: Jens Granseuer <jensgr at gmx dot net>
683
684         * gst/audioconvert/gstaudioquantize.c:
685         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
686
687 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
688
689         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
690         Add rdt manager for rdt transport.
691         Fix parsing of RDT transport.
692
693 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
694
695         * configure.ac:
696         Back to CVS
697
698 === release 0.10.14 ===
699
700 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
701
702         * configure.ac:
703           releasing 0.10.14, "Light Years Ahead"
704
705 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
706
707         * tests/check/libs/audio.c: (GST_START_TEST):
708         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
709
710 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
711
712         * gst-libs/gst/audio/audio.c:
713         When clipping a buffer with no timestamp, assume it is
714         within the segment without warnings.
715
716         Fixes: #460978
717
718 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
719
720         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
721         Fire the signal on the object, not the interface.
722
723 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
724
725         * gst-libs/gst/rtsp/.cvsignore:
726         Ber. Don't include the full path, idiot.
727
728 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
729
730         * gst-libs/gst/rtsp/.cvsignore:
731         Ignore generated files.
732
733 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
734
735         * gst-libs/gst/interfaces/Makefile.am:
736         * gst-libs/gst/interfaces/interfaces-marshal.list:
737         * gst-libs/gst/interfaces/rtspextension.c:
738         * gst-libs/gst/interfaces/rtspextension.h:
739         * gst-libs/gst/rtsp/Makefile.am:
740         * gst-libs/gst/rtsp/gstrtsp.h:
741         * gst-libs/gst/rtsp/gstrtspextension.c:
742         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
743         (gst_rtsp_extension_detect_server),
744         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
745         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
746         (gst_rtsp_extension_configure_stream),
747         (gst_rtsp_extension_get_transports),
748         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
749         * gst-libs/gst/rtsp/gstrtspextension.h:
750         * gst-libs/gst/rtsp/rtsp-marshal.list:
751         Move the rtspextension.h interface into gstrtspextension.h
752         as part of libgstrtsp instead of libgstinterfaces, because it's
753         only for use within plugins, not applications. 
754         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
755         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
756         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
757         is abstract.
758
759 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
760
761         * gst-libs/gst/interfaces/Makefile.am:
762         * gst-libs/gst/interfaces/interfaces-marshal.list:
763         * gst-libs/gst/interfaces/rtspextension.c:
764         (gst_rtsp_extension_iface_init),
765         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
766         * gst-libs/gst/interfaces/rtspextension.h:
767         Fix marshaller for the send signal.
768         Add URL to stream selection interface method.
769
770 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
771
772         * gst-libs/gst/riff/Makefile.am:
773         Pull in our dependencies from -base before those from outside.
774
775 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
776
777         * docs/libs/gst-plugins-base-libs-sections.txt:
778         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
779         * gst-libs/gst/rtsp/gstrtspbase64.h:
780         API: gst_rtsp_base64_decode_ip()
781         Added function to decode Base64 in-place.
782
783 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
784
785         * tests/check/libs/.cvsignore:
786         Ignore the mixer test binary.
787
788 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
789
790         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
791         Gratuitous comment change to trigger a rebuild on the buildbots.
792
793 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
794
795         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
796         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
797         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
798         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
799         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
800         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
801         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
802         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
803         (gst_sdp_media_get_attribute_val):
804         * gst-libs/gst/sdp/gstsdpmessage.h:
805         Constify args where we can.
806
807 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
808
809         * gst-libs/gst/interfaces/Makefile.am:
810         * gst-libs/gst/interfaces/rtspextension.c:
811         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
812         (gst_rtsp_extension_detect_server),
813         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
814         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
815         (gst_rtsp_extension_configure_stream),
816         (gst_rtsp_extension_get_transports),
817         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
818         * gst-libs/gst/interfaces/rtspextension.h:
819         Move interface for RTSP extensions from -good to here.
820         Added helper methods to invoke interface methods.
821
822 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
823
824         * docs/libs/gst-plugins-base-libs-sections.txt:
825         * gst-libs/gst/rtsp/gstrtspdefs.h:
826         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
827         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
828         (gst_rtsp_message_init_response),
829         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
830         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
831         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
832         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
833         (gst_rtsp_message_get_body), (dump_key_value):
834         * gst-libs/gst/rtsp/gstrtspmessage.h:
835         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
836         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
837         (gst_rtsp_range_parse):
838         * gst-libs/gst/rtsp/gstrtsprange.h:
839         * gst-libs/gst/rtsp/gstrtsptransport.c:
840         * gst-libs/gst/rtsp/gstrtspurl.c:
841         Fix some more RTSP docs.
842         Add some missing methods for dealing with messages.
843
844 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
845
846         * docs/libs/gst-plugins-base-libs-docs.sgml:
847         * docs/libs/gst-plugins-base-libs-sections.txt:
848         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
849         * gst-libs/gst/rtsp/gstrtspbase64.h:
850         * gst-libs/gst/rtsp/gstrtspconnection.c:
851         (gst_rtsp_connection_connect), (add_auth_header),
852         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
853         (read_body), (gst_rtsp_connection_receive),
854         (gst_rtsp_connection_next_timeout),
855         (gst_rtsp_connection_reset_timeout),
856         (gst_rtsp_connection_set_auth):
857         * gst-libs/gst/rtsp/gstrtspconnection.h:
858         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
859         * gst-libs/gst/rtsp/gstrtspdefs.h:
860         * gst-libs/gst/rtsp/gstrtspmessage.h:
861         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
862         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
863         (gst_rtsp_range_parse):
864         * gst-libs/gst/rtsp/gstrtspurl.h:
865         Added beginnings of RTSP documentation.
866
867 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
868
869         * docs/libs/Makefile.am:
870         * docs/libs/gst-plugins-base-libs-docs.sgml:
871         * docs/libs/gst-plugins-base-libs-sections.txt:
872         * gst-libs/gst/sdp/gstsdp.h:
873         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
874         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
875         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
876         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
877         (gst_sdp_message_get_attribute_val),
878         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
879         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
880         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
881         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
882         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
883         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
884         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
885         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
886         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
887         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
888         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
889         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
890         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
891         (gst_sdp_media_get_attribute_val_n),
892         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
893         (print_media), (gst_sdp_message_dump):
894         * gst-libs/gst/sdp/gstsdpmessage.h:
895         Document the SDP library.
896         Add some of the missing SDPMedia methods.
897
898 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
899
900         * configure.ac:
901         * gst-libs/gst/Makefile.am:
902         * gst-libs/gst/rtsp/Makefile.am:
903         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
904         * gst-libs/gst/rtsp/gstrtspbase64.h:
905         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
906         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
907         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
908         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
909         (parse_response_status), (parse_request_line), (parse_line),
910         (gst_rtsp_connection_read), (read_body),
911         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
912         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
913         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
914         (gst_rtsp_connection_set_auth):
915         * gst-libs/gst/rtsp/gstrtspconnection.h:
916         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
917         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
918         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
919         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
920         (gst_rtsp_find_method):
921         * gst-libs/gst/rtsp/gstrtspdefs.h:
922         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
923         (gst_rtsp_message_new), (gst_rtsp_message_init),
924         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
925         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
926         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
927         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
928         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
929         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
930         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
931         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
932         (gst_rtsp_message_dump):
933         * gst-libs/gst/rtsp/gstrtspmessage.h:
934         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
935         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
936         (gst_rtsp_range_parse), (gst_rtsp_range_free):
937         * gst-libs/gst/rtsp/gstrtsprange.h:
938         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
939         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
940         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
941         (range_as_text), (rtsp_transport_mode_as_text),
942         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
943         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
944         (gst_rtsp_transport_free):
945         * gst-libs/gst/rtsp/gstrtsptransport.h:
946         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
947         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
948         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
949         * gst-libs/gst/rtsp/gstrtspurl.h:
950         * gst-libs/gst/sdp/Makefile.am:
951         * gst-libs/gst/sdp/gstsdp.h:
952         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
953         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
954         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
955         (gst_sdp_attribute_init), (gst_sdp_message_new),
956         (gst_sdp_message_init), (gst_sdp_message_uninit),
957         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
958         (gst_sdp_media_uninit), (gst_sdp_media_free),
959         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
960         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
961         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
962         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
963         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
964         (gst_sdp_message_get_attribute_val),
965         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
966         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
967         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
968         (gst_sdp_media_get_attribute_val_n),
969         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
970         (read_string), (read_string_del), (gst_sdp_parse_line),
971         (gst_sdp_message_parse_buffer), (print_media),
972         (gst_sdp_message_dump):
973         * gst-libs/gst/sdp/gstsdpmessage.h:
974         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
975         Move SDP and RTSP from helper objects in -good to a reusable library.
976         Use a proper gst_ namespace.
977
978 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
979
980         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
981         (vorbis_dec_flush_decode):
982         Use the new buffer clipping function from gstaudio here.
983
984 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
985
986         * docs/libs/gst-plugins-base-libs-sections.txt:
987         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
988         * gst-libs/gst/audio/audio.h:
989         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
990         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
991         Also add deprecation guards for gst_audio_structure_set_int() to the
992         header.
993
994 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
995
996         * docs/libs/gst-plugins-base-libs-sections.txt:
997           Cleanup the docs.
998
999 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1000
1001         Patch by: Dan Williams <dcbw at redhat dot com>
1002
1003         * gst/playback/gstplaybasebin.c:
1004         (gst_play_base_bin_get_streaminfo_value_array):
1005         Don't return NULL when querying the stream info value array but instead
1006         return an empty array. Fixes #459204.
1007
1008 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * gst/playback/gsturidecodebin.c:
1011           Init debug category before using it.
1012
1013 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1014
1015         * gst-libs/gst/interfaces/mixer.h:
1016         Add padding vars in place of the signal pointers
1017         when building with DISABLE_DEPRECATED so that the
1018         interface structure doesn't change size.
1019
1020 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1021
1022         * docs/libs/gst-plugins-base-libs-sections.txt:
1023         * ext/alsa/gstalsamixer.c:
1024         * ext/alsa/gstalsamixer.h:
1025         * ext/alsa/gstalsamixerelement.c:
1026         * ext/alsa/gstalsamixertrack.c:
1027         * gst-libs/gst/interfaces/mixer.c:
1028         * gst-libs/gst/interfaces/mixer.h:
1029         * gst-libs/gst/interfaces/mixeroptions.c:
1030         * gst-libs/gst/interfaces/mixeroptions.h:
1031         * gst-libs/gst/interfaces/mixertrack.c:
1032         * gst-libs/gst/interfaces/mixertrack.h:
1033         * tests/check/Makefile.am:
1034         * tests/check/libs/mixer.c:
1035
1036         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1037         Fixes: #152864 
1038
1039         Add support for notifying mixer changes on the message bus, and
1040         implement it in alsamixer.
1041
1042         API: gst_mixer_get_mixer_flags
1043         API: gst_mixer_message_parse_mute_toggled
1044         API: gst_mixer_message_parse_record_toggled
1045         API: gst_mixer_message_parse_volume_changed
1046         API: gst_mixer_message_parse_option_changed
1047         API: GstMixerMessageType
1048         API: GstMixerFlags
1049
1050 2007-07-20  Michael Smith <msmith@fluendo.com>
1051
1052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1053         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1054           xcontext->im_format is only for testing XShm support (as the header
1055           file comments document). Use xvimage->im_format for everything else.
1056           Avoids spurious warnings on buffer allocation before setcaps.
1057
1058 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1059
1060         * tests/examples/volume/Makefile.am:
1061         * tests/icles/Makefile.am:
1062           We should use $(LIBM).
1063
1064 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1065
1066         * tests/icles/Makefile.am:
1067           This needs -lm.
1068
1069 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1070
1071         * gst-libs/gst/rtp/gstbasertppayload.c:
1072         (gst_basertppayload_class_init), (gst_basertppayload_init),
1073         (gst_basertppayload_set_property),
1074         (gst_basertppayload_get_property):
1075         Don't break ABI, restore previous ranges. Keep the default random
1076         selection of timestamp and seqnum offset but as soon as the app sets a
1077         specific value, use that one.
1078
1079 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1080
1081         Patch by: Bastien Nocera <hadess at hadess dot net>
1082
1083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1084         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1085         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1086         * sys/xvimage/xvimagesink.h:
1087         Add option to turn off double-buffering for debugging purposes.
1088         Fixes #437169.
1089
1090 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1091
1092         Patch by: Jorn Baayen <jorn at openedhand dot com>
1093
1094         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1095         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1096         (gst_ximagesink_init), (gst_ximagesink_class_init):
1097         * sys/ximage/ximagesink.h:
1098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1099         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1100         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1101         * sys/xvimage/xvimagesink.h:
1102         add 'handle-expose' property. Useful for video widgets which may want to
1103         be in control of Expose behaviour. Fixes #380625
1104
1105 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1106
1107         * gst-libs/gst/rtp/gstbasertppayload.c:
1108         (gst_basertppayload_class_init), (gst_basertppayload_init),
1109         (gst_basertppayload_event), (gst_basertppayload_push),
1110         (gst_basertppayload_set_property),
1111         (gst_basertppayload_get_property),
1112         (gst_basertppayload_change_state):
1113         * gst-libs/gst/rtp/gstbasertppayload.h:
1114         Fix ranges of rtp payloader properties so that the full range can be
1115         used in addition to -1 (random).
1116         Fix wrong seqnum reporting in caps.
1117         Fixes #420326.
1118
1119 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1120
1121         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1122         (gst_video_rate_query):
1123         Use boilerplate.
1124         Add latency query, might not be perfect yet but already works a lot
1125         better. Fixes #442557.
1126
1127 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1128
1129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1130         (gst_xvimagesink_setcaps):
1131         * sys/xvimage/xvimagesink.h:
1132         After a caps change, redraw our borders to avoid garbage left there
1133         when the image format changes to a smaller size, like 16:9 -> 4:3
1134         Also, hold the flow_lock a bit longer in the set_caps while we're
1135         fiddling with the xcontext.
1136
1137 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1138
1139         * Makefile.am:
1140         * configure.ac:
1141         * tests/Makefile.am:
1142         Remove bogus check for libcheck, since we check for
1143         gstreamer-check and it pulls in the required info from there, and we
1144         weren't actually _using_ the information for libcheck ourselves
1145         anyway.
1146
1147 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1148
1149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1150         (gst_ffmpeg_caps_to_pixfmt):
1151         Fix the r_mask test for RGBA32 on little-endian.
1152         Fix a stupid typo that would have obviously broken 
1153         compilation on big-endian, if anyone was testing.
1154
1155 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1156
1157         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1158         (paint_hline_str4):
1159         * gst/videotestsrc/videotestsrc.h:
1160         Add alpha to the color struct.
1161         Use a default alpha value of 255 instead of 128.
1162
1163 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1164
1165         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1166         (setup_source):
1167         Clear the dynamic pads counter when starting a new uri. This makes
1168         reusing playbin work again.
1169         Fixes #454264.
1170
1171 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1172
1173         * configure.ac:
1174           Use pkg-config to locate check.
1175
1176 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * configure.ac:
1179         * tests/check/elements/volume.c: (GST_START_TEST):
1180           Fix 'make check' build against core CVS.
1181
1182 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1183
1184         * gst-libs/gst/interfaces/propertyprobe.c:
1185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1186         * gst-libs/gst/tag/gstvorbistag.c:
1187           Make gtk-doc happy.
1188
1189 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * gst-libs/gst/audio/gstbaseaudiosink.c:
1192         (gst_base_audio_sink_callback):
1193           Quick hack to make audiosinks stop at EOS when operating in
1194           pull-mode; needs to be fixed properly some day.
1195
1196 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * docs/libs/gst-plugins-base-libs-sections.txt:
1199           Fix location of includes in the docs.
1200
1201 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1202
1203         * gst/ffmpegcolorspace/avcodec.h:
1204         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1205         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1206         (gst_ffmpegcsp_avpicture_fill):
1207         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1208         (img_get_alpha_info):
1209         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1210         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1211         end of the word. Partially fixes #451908
1212
1213 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * docs/libs/Makefile.am:
1216         * docs/plugins/Makefile.am:
1217           Simplify --extra-dir as gtkdoc scans recursively.
1218
1219 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1222         (gst_adder_request_new_pad):
1223         Make getcaps more robust by not using the proxycaps function. This makes
1224         sure that we don't end up recursively calling getcaps upstream.
1225         See #316248.
1226
1227 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1228
1229         * gst/audioconvert/audioconvert.c:
1230         Include math.h to fix compilation.
1231
1232 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1233
1234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1235         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1236         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1237         format, as produced by some dc1394 cameras like the iSight.
1238         See http://www.fourcc.org/yuv.php#IYU1
1239
1240 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1241
1242         * gst/audioconvert/Makefile.am:
1243         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1244         (check_default), (audio_convert_prepare_context),
1245         (audio_convert_clean_context), (audio_convert_convert):
1246         * gst/audioconvert/audioconvert.h:
1247         * gst/audioconvert/gstaudioconvert.c:
1248         (gst_audio_convert_dithering_get_type),
1249         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1250         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1251         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1252         * gst/audioconvert/gstaudioconvert.h:
1253         * gst/audioconvert/gstaudioquantize.c:
1254         (gst_audio_quantize_setup_noise_shaping),
1255         (gst_audio_quantize_free_noise_shaping),
1256         (gst_audio_quantize_setup_dither),
1257         (gst_audio_quantize_free_dither),
1258         (gst_audio_quantize_setup_quantize_func),
1259         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1260         * gst/audioconvert/gstaudioquantize.h:
1261         Implement dithering and noise shaping in audioconvert. By default now
1262         TPDF dithering (and no noise shaping) will be used when converting
1263         from a higher bit depth to 20 bit depth or smaller, otherwise
1264         everything will be as it is now.
1265         For the last audioconvert in a pipeline it would make sense to
1266         use some kind of noise shaping, enabling it by default for all
1267         conversions would give undesired results though. Fixes #360246.
1268         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1269         (GST_START_TEST):
1270         Adjust unit test for the new audioconvert.
1271
1272 2007-06-28  Wim Taymans  <wim@fluendo.com>
1273
1274         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1275         Use other metrics as well when estimating the buffer level.
1276
1277 2007-06-28  Wim Taymans  <wim@fluendo.com>
1278
1279         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1280         Small debug improvement.
1281
1282         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1283         (plugin_init):
1284         Tweak the rate estimation period.
1285         When calculating the buffer filledness in rate estimation mode, don't
1286         mix it with other metrics.
1287
1288 2007-06-28  Wim Taymans  <wim@fluendo.com>
1289
1290         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1291         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1292         When creating the groups, allow for a 5 second, unlimited buffers
1293         preroll phase after which we expose the group.
1294         When the group is exposed, use a small number of buffers up to a 2
1295         second limit. Also disconnect the overrun signal from multiqueue when we
1296         exposed the group because it is not needed anymore.
1297
1298 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1299
1300         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1301           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1302           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1303           (#451707); also, output some debugging info when dealing with
1304           freeform strings.
1305
1306         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1307           Add unit test for the above.
1308
1309 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1312           Add description for Windows Media RTP caps.
1313
1314         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1315           Remove RTP fields that don't define the format from caps.
1316
1317 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1320           Skip empty buffers, but not empty header buffers. That way the original
1321           vorbisdec unit test still passes (#451145); also, take into account
1322           that those empty packets might carry a granulepos.
1323
1324         * tests/check/Makefile.am:
1325         * tests/check/elements/vorbisdec.c:
1326         (_create_codebook_header_buffer), (_create_audio_buffer),
1327         (GST_START_TEST), (vorbisdec_suite):
1328           Add unit test that sends an empty packet.
1329
1330 2007-06-27  Wim Taymans  <wim@fluendo.com>
1331
1332         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1333         Don't error out on 0-sized packets, just emit a warning because this is
1334         not a fatal error. Fixes #451145.
1335
1336 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * docs/plugins/gst-plugins-base-plugins.args:
1339         * docs/plugins/gst-plugins-base-plugins.signals:
1340         * docs/plugins/inspect/plugin-adder.xml:
1341         * docs/plugins/inspect/plugin-alsa.xml:
1342         * docs/plugins/inspect/plugin-audioconvert.xml:
1343         * docs/plugins/inspect/plugin-audiorate.xml:
1344         * docs/plugins/inspect/plugin-audioresample.xml:
1345         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1346         * docs/plugins/inspect/plugin-cdparanoia.xml:
1347         * docs/plugins/inspect/plugin-decodebin.xml:
1348         * docs/plugins/inspect/plugin-decodebin2.xml:
1349         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1350         * docs/plugins/inspect/plugin-gdp.xml:
1351         * docs/plugins/inspect/plugin-gnomevfs.xml:
1352         * docs/plugins/inspect/plugin-libvisual.xml:
1353         * docs/plugins/inspect/plugin-ogg.xml:
1354         * docs/plugins/inspect/plugin-pango.xml:
1355         * docs/plugins/inspect/plugin-playbin.xml:
1356         * docs/plugins/inspect/plugin-subparse.xml:
1357         * docs/plugins/inspect/plugin-tcp.xml:
1358         * docs/plugins/inspect/plugin-theora.xml:
1359         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1360         * docs/plugins/inspect/plugin-video4linux.xml:
1361         * docs/plugins/inspect/plugin-videorate.xml:
1362         * docs/plugins/inspect/plugin-videoscale.xml:
1363         * docs/plugins/inspect/plugin-videotestsrc.xml:
1364         * docs/plugins/inspect/plugin-volume.xml:
1365         * docs/plugins/inspect/plugin-vorbis.xml:
1366         * docs/plugins/inspect/plugin-ximagesink.xml:
1367         * docs/plugins/inspect/plugin-xvimagesink.xml:
1368           Update docs with caps info.
1369
1370 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * po/POTFILES.in:
1373           Add more files with translatable strings (#450875).
1374
1375 2007-06-23  Edward Hervey  <edward@fluendo.com>
1376
1377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1378         The chain should be freed if we error out here, else it will leak.
1379         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1380         (cleanup_decodebin):
1381         Don't forget to *properly* remove the signals, else it will leak.
1382
1383 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1384
1385         * MAINTAINERS:
1386         Updating all the maintainers files
1387
1388 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1389
1390         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1391         (main):
1392           Destroy and recreate parse-launch based pipeline after stop to be able
1393           to play again. Reorder some code and add more comments.
1394
1395 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1396
1397         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1398         When handling a delayed-caps notification case, mark
1399         the group as dynamic so that the nbdynamic count is
1400         incremented and decremented correctly. Fixes: #449156
1401         Patch by: Wim Taymans <wim@fluendo.com>
1402
1403 2007-06-19  Andy Wingo  <wingo@pobox.com>
1404
1405         * gst-libs/gst/audio/gstbaseaudiosink.c
1406         (gst_base_audio_sink_init): Enable pull-mode operation.
1407
1408 2007-06-19  Michael Smith <msmith@fluendo.com>
1409
1410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1411           Change minimum rate back to 1000 to allow low-sample-rate wav files
1412           to play back.
1413
1414 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1415
1416         * po/vi.po:
1417           Update translations.
1418
1419 2007-06-15  David Schleef  <ds@schleef.org>
1420
1421         * gst/playback/gstqueue2.c:
1422           Fix compile error from ignored return value.
1423
1424 2007-06-15  Michael Smith <msmith@fluendo.com>
1425
1426         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1427           Update tmpbuf for all neccesary rows, not just one, as is required
1428           when downscaling.
1429           Fixes #402076.
1430
1431 2007-06-15  Michael Smith <msmith@fluendo.com>
1432
1433         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1434         (eos_buffer_probe):
1435           Add a test that ensures we set DELTA_UNIT on all non-header,
1436           non-video buffers, if we have a video stream.
1437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1438         (gst_ogg_mux_process_best_pad):
1439           Move setting delta_pad to earlier, where we inspect all pads, so
1440           that leading audio pages don't get DELTA_UNIT unset if they come
1441           before the first DELTA_UNIT from video pages. Fixes the newly-added
1442           test. Fixes #385527.
1443
1444 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1445
1446         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1447           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1448           fails on the p5-ppc64 build bot and the failure looks like it is due
1449           to the same issue as #348114, ie. a compiler bug.
1450
1451 2007-06-13  Edward Hervey  <edward@fluendo.com>
1452
1453         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1454         Fix build on MacOSX.
1455
1456 2007-06-13  Wim Taymans  <wim@fluendo.com>
1457
1458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1459         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1460         Fix compilation on mingw. Fixes #446972.
1461
1462 2007-06-12  Wim Taymans  <wim@fluendo.com>
1463
1464         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1465
1466         * gst/playback/gstqueue2.c: (update_buffering),
1467         (gst_queue_locked_enqueue):
1468         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1469         also update the buffering status when receiving events. Fixes #446551.
1470
1471 2007-06-11  Wim Taymans  <wim@fluendo.com>
1472
1473         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1474
1475         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1476         (gst_queue_handle_src_query):
1477         Wait for preroll before attempting to forward a duration query upstream.
1478         Fixes #445505.
1479
1480 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1481
1482         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1483         (gst_base_rtp_depayload_set_gst_timestamp):
1484         Use G_GINT64_CONSTANT macro for int64 constant.
1485         * win32/common/libgstinterfaces.def:
1486         * win32/common/libgsttag.def:
1487         Add new exported functions.
1488
1489 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1492           The BOS page of the first Dirac video stream needs to come before
1493           the BOS page of any Vorbis streams or other audio streams, just like
1494           it is with Theora.
1495
1496 2007-06-07  Wim Taymans  <wim@fluendo.com>
1497
1498         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1499         Fix compilation.
1500
1501 2007-06-06  Wim Taymans  <wim@fluendo.com>
1502
1503         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1504
1505         * gst/playback/gstqueue2.c: (gst_queue_init),
1506         (gst_queue_handle_sink_event), (gst_queue_chain),
1507         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1508         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1509         (gst_queue_src_activate_pull):
1510         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1511         Does not yet completely work because duration queries upstream won't
1512         block yet.
1513
1514 2007-06-06  Wim Taymans  <wim@fluendo.com>
1515
1516         * configure.ac:
1517         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1518         Some more fseeko checks.
1519
1520 2007-06-06  Wim Taymans  <wim@fluendo.com>
1521
1522         * configure.ac:
1523         check for large file support.
1524
1525 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1526
1527         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1528
1529         * gst/subparse/gstsubparse.c: (parse_subrip),
1530         (subviewer_unescape_newlines), (parse_subviewer),
1531         (gst_sub_parse_data_format_autodetect),
1532         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1533         * gst/subparse/gstsubparse.h:
1534         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1535         * tests/check/elements/subparse.c: (GST_START_TEST),
1536         (subparse_suite):
1537         Add a unit test for both SubViewer formats.
1538
1539 2007-06-01  Michael Smith <msmith@fluendo.com>
1540
1541         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1542           Don't overflow intermediate values when seeking to large time values
1543           in audiotestsrc.
1544
1545 2007-06-05  Wim Taymans  <wim@fluendo.com>
1546
1547         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1548         (gst_queue_create_read), (gst_queue_read_item_from_file),
1549         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1550         Include stdio to define fseeko.
1551
1552 2007-06-05  Wim Taymans  <wim@fluendo.com>
1553
1554         Patch by: Edward Hervey  <edward@fluendo.com>
1555
1556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1557         (gst_v4lsrc_query):
1558         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1559
1560 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst-libs/gst/riff/Makefile.am:
1563         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1564           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1565           our own implementation.
1566
1567 2007-06-05  Wim Taymans  <wim@fluendo.com>
1568
1569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1570         (gst_base_rtp_depayload_setcaps),
1571         (gst_base_rtp_depayload_set_gst_timestamp),
1572         (gst_base_rtp_depayload_change_state):
1573         Handle timestamp wraparound.
1574
1575 2007-06-05  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1578         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1579         (gst_uri_decode_bin_change_state):
1580         Make sure we name srcpads uniquely even when using different internal
1581         decodebins.
1582         Signal no-more-pads when no more dynamic elements exist.
1583         Remove pads on cleanup.
1584
1585 2007-06-05  Wim Taymans  <wim@fluendo.com>
1586
1587         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1588
1589         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1590         (gst_queue_init), (gst_queue_finalize),
1591         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1592         (gst_queue_create_read), (gst_queue_read_item_from_file),
1593         (gst_queue_open_temp_location_file),
1594         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1595         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1596         (gst_queue_is_empty), (gst_queue_is_filled),
1597         (gst_queue_change_state), (gst_queue_set_temp_location),
1598         (gst_queue_set_property):
1599         Add support for filebased buffering. Fixes #441264.
1600
1601 2007-06-05  Wim Taymans  <wim@fluendo.com>
1602
1603         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1604         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1605         (caps_notify_group_cb), (gst_decode_group_new),
1606         (gst_decode_group_free):
1607         Add support for delayed caps fixation when autoplugging.
1608         Optimize cases where a multiqueue is not needed/wanted, like right after
1609         anything that is not a demuxer.
1610
1611 2007-06-05  Wim Taymans  <wim@fluendo.com>
1612
1613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1614         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1615         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1616         consideratly speedup ogg chain detection by not trying to find a base
1617         timestamp for skeleton streams. 
1618
1619 2007-06-05  Wim Taymans  <wim@fluendo.com>
1620
1621         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1622         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1623         (gst_multi_fd_sink_remove_flush),
1624         (gst_multi_fd_sink_remove_client_link),
1625         (gst_multi_fd_sink_handle_client_write),
1626         (gst_multi_fd_sink_handle_clients):
1627         * gst/tcp/gstmultifdsink.h:
1628         Add support for remove_flush.
1629
1630 2007-06-05  Wim Taymans  <wim@fluendo.com>
1631
1632         * docs/design/draft-keyframe-force.txt:
1633         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1634         (theora_enc_chain):
1635         Add draft design for forcing keyframes in encoders and implement in
1636         theoraenc.
1637
1638 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1639
1640         * configure.ac:
1641           Back to CVS
1642
1643 === release 0.10.13 ===
1644
1645 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1646
1647         * configure.ac:
1648           releasing 0.10.13, "What's Going on?"
1649
1650 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1651
1652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1653         In riff, the depth is stored in the size field but it just means that
1654         the least significant bits are cleared. We can therefore just play
1655         the sample as if it had a depth == width. Fixes: #440997
1656
1657         Patch by: Wim Taymans <wim@fluendo.com> 
1658         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1659
1660 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1661
1662         * gst-libs/gst/floatcast/floatcast.h:
1663         Define inline when needed on win32 builds. Fixes: #441295
1664         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1665
1666 2007-05-29  Wim Taymans  <wim@fluendo.com>
1667
1668         * gst/playback/gstplaybasebin.c: (queue_overrun),
1669         (no_more_pads_full):
1670         Stop buffering when the group is commited because the queues filled up.
1671         Fixes #442024.
1672
1673 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1674
1675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1676         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1677         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1678         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1679         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1680         * ext/alsa/gstalsamixer.h:
1681         * ext/alsa/gstalsamixerelement.c:
1682         (gst_alsa_mixer_element_interface_supported),
1683         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1684         (gst_alsa_mixer_element_set_property),
1685         (gst_alsa_mixer_element_get_property),
1686         (gst_alsa_mixer_element_change_state):
1687         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1688         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1689         (gst_mixer_option_changed):
1690         * gst-libs/gst/interfaces/mixer.h:
1691         Revert commits towards #152864 made so far. We'll pick it up again
1692         after the 0.10.13 release.
1693
1694 2007-05-24  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst-libs/gst/audio/gstbaseaudiosink.c:
1697         (gst_base_audio_sink_render):
1698         After an interrupt (PAUSED/flush) assume that the next sample should not
1699         be aligned to the previous sample. Fixes #417992.
1700
1701 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1704           Don't add channels and rate fields to the template caps for
1705           audio/x-dts, as wavparse might not always be able to set them,
1706           which would then lead to 'caps are not a real subset of the
1707           template caps' warnings.
1708
1709 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1710
1711         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1712         Handle unknown or invalid pads without crashing, as might occur if
1713         a media file like an mp3 is specified as a subtitle file.
1714         Fixes: #410039
1715
1716 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1717
1718         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1719         (setup_sinks):
1720         Block the subtitle bin output queue before ghosting it and linking,
1721         then unblock after. This avoids spurious not-linked errors caused 
1722         by the queue starting up (because it gets linked when it is ghosted). 
1723         Fixes: #350299
1724
1725 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1726
1727         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1728         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1729         file. Avoids flukes where the input gets typefound to some valid but
1730         useless type.
1731
1732 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * tests/check/Makefile.am:
1735         * tests/check/elements/.cvsignore:
1736         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1737         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1738           Add unit test for gnomevfssink seeking and position reporting for
1739           file:// URIs.
1740
1741 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1742
1743         Patch by: Mark Nauwelaerts <manauw at skynet be>
1744
1745         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1746         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1747         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1748         * ext/gnomevfs/gstgnomevfssink.h:
1749           Fix position reporting, especially after a seek (from upstream),
1750           see #412648.
1751
1752 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         * ext/cdparanoia/gstcdparanoiasrc.c:
1755           Repair umlaut.
1756
1757 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1758
1759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1760         Specify the full valid range for MP3 samplerates. Fixes a regression
1761         caused by extra header checks since the last release.
1762
1763 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1764
1765         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1767         Fix a locking-order bug I introduced with my changes the other day.
1768         Patch by Mike Smith.
1769
1770 2007-05-21  Michael Smith <msmith@fluendo.com>
1771
1772         * ext/theora/theoradec.c: (theora_handle_data_packet):
1773           Don't look inside 0-length packets (which indicate duplicated
1774           frames)
1775
1776 2007-05-21  Wim Taymans  <wim@fluendo.com>
1777
1778         * ext/cdparanoia/gstcdparanoiasrc.c:
1779         (gst_cd_paranoia_src_read_sector):
1780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1781         (gst_base_audio_src_create):
1782         Small cleanups.
1783
1784         * ext/theora/theoradec.c: (theora_dec_sink_event):
1785         Fix typo.
1786
1787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1788         (gst_base_rtp_depayload_set_gst_timestamp):
1789         Add some FIXME
1790
1791         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1792         And some debug info when a FIXME path is hit.
1793
1794 2007-05-21  Wim Taymans  <wim@fluendo.com>
1795
1796         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1797         (gst_base_rtp_audio_payload_class_init),
1798         (gst_base_rtp_audio_payload_init),
1799         (gst_base_rtp_audio_payload_finalize),
1800         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1801         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1802         (gst_base_rtp_payload_audio_handle_event):
1803         Some cleanups, remove minptime property as it is now in the parent
1804         class.
1805         Override parent class event function.
1806
1807         * gst-libs/gst/rtp/gstbasertppayload.c:
1808         (gst_basertppayload_class_init), (gst_basertppayload_init),
1809         (gst_basertppayload_event), (gst_basertppayload_set_property),
1810         (gst_basertppayload_get_property):
1811         * gst-libs/gst/rtp/gstbasertppayload.h:
1812         Add min-ptime property.
1813         Add handle-event vmethod. Fixes #415001.
1814
1815 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1816
1817         * gst-libs/gst/audio/gstbaseaudiosink.c
1818           (gst_base_audio_sink_change_state):
1819           Fix typo in comment.
1820
1821         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1822           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1823           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1824           close_link):
1825         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1826           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1827           Remove trailing whitespaces in comments.
1828
1829         * gst/volume/Makefile.am:
1830           Fix tabs.
1831
1832 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1833
1834         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1835
1836         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1837           set_option, get_option, _gst_reserved):
1838           Revert reordering functions (keep ABI).
1839
1840 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1841
1842         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1843         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1844         (gst_ximagesink_show_frame):
1845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1846         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1847         (gst_xvimagesink_show_frame):
1848         When we create our own window, indicate that we handle the 
1849         WM_DELETE client message from the window manager, so that it won't 
1850         kill our window (and our app) along with it. Handle ClientMessage,
1851         post an error on the bus, and close the window. Further buffers
1852         arriving will result in a FlowError because the window has been
1853         destroyed.
1854
1855         Fixes: #393975
1856
1857         Clean up the X event handling loop and make them the same for
1858         both xvimagesink and ximagesink while I'm at it.
1859
1860 2007-05-17  Wim Taymans  <wim@fluendo.com>
1861
1862         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1863         Make decodebin2 autoplug depayloaders too.
1864
1865         * gst/playback/gsturidecodebin.c: (source_new_pad):
1866         Set the newly created decoder in a usable state when autoplugging a
1867         dynamic source such as RTSP.
1868
1869 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1870
1871         * gst/playback/gststreaminfo.c: (cb_probe):
1872           Ignore video-codec tag for audio streams and ignore audio-codec tags
1873           for video streams. Should make codec name collection a bit more
1874           robust against sloppy demuxers that send tag events containing both
1875           tags down each pad.
1876
1877 2007-05-17  Wim Taymans  <wim@fluendo.com>
1878
1879         * gst/playback/gstqueue2.c: (update_rates):
1880         Tweak the buffering thresholds a little.
1881         Update the buffer size with the previously calculate rate instead of
1882         only when we calculate a new rate so that we get smoother buffering
1883         updates.
1884
1885         * gst/playback/Makefile.am:
1886         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1887         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1888         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1889         (gst_uri_decode_bin_get_property), (unknown_type),
1890         (add_element_stream), (no_more_pads_full), (no_more_pads),
1891         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1892         (gen_source_element), (has_all_raw_caps), (analyse_source),
1893         (remove_decoders), (make_decoder), (remove_source),
1894         (source_new_pad), (setup_source), (decoder_query_init),
1895         (decoder_query_duration_fold), (decoder_query_duration_done),
1896         (decoder_query_position_fold), (decoder_query_position_done),
1897         (decoder_query_latency_fold), (decoder_query_latency_done),
1898         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1899         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1900         (gst_uri_decode_bin_change_state), (plugin_init):
1901         New element that intergrates a source, optional buffering element and
1902         decodebin.
1903
1904 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * configure.ac:
1907           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1908           (also has a .pc file, so we don't need the fallback check any
1909           longer). Fixes #438840.
1910
1911 2007-05-17  Wim Taymans  <wim@fluendo.com>
1912
1913         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1914         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1915         (apply_segment), (apply_buffer), (update_buffering),
1916         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1917         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1918         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1919         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1920         (plugin_init):
1921         fix build.
1922
1923 2007-05-17  Wim Taymans  <wim@fluendo.com>
1924
1925         * gst/playback/Makefile.am:
1926         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1927         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1928         (gst_queue_getcaps), (gst_queue_bufferalloc),
1929         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1930         (apply_buffer), (update_buffering), (reset_rate_timer),
1931         (update_rates), (gst_queue_locked_flush),
1932         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1933         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1934         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1935         (gst_queue_loop), (gst_queue_handle_src_event),
1936         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1937         (gst_queue_src_activate_push), (gst_queue_change_state),
1938         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1939         On our way to playbin2 this is the new network queue that does buffering
1940         all by itself using high and low watermarks. It can also measure up and
1941         downstream bandwidth to optimally size the queue.
1942
1943 2007-05-17  Michael Smith <msmith@fluendo.com>
1944
1945         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1946         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1947           Use the segment->last_stop value to calculate the next timestamp to
1948           generate after a seek; not the segment->start value.
1949
1950 2007-05-15  David Schleef  <ds@schleef.org>
1951
1952         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1953           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1954
1955 2007-05-15  Wim Taymans  <wim@fluendo.com>
1956
1957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1958         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1959         Some more chained streaming ogg timestamp fixes.
1960
1961 2007-05-15  Wim Taymans  <wim@fluendo.com>
1962
1963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1964         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1965         (gst_ogg_demux_handle_page):
1966         Add some FIXMEs.
1967         Fix chain start/stop segment handling based on patch by
1968         <ahalda at cs dot mcgill dot ca> see #320984.
1969
1970 2007-05-15  Michael Smith <msmith@fluendo.com>
1971
1972         * configure.ac:
1973           We don't require a C++ compiler. So don't require one.
1974
1975 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1976
1977         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1978           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1979           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1980           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1981           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1982           gst_alsa_mixer_update_track):
1983           Apply some of the cleanup Tim suggested in #152864 afterwards.
1984
1985 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1986
1987         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1988
1989         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1990           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1991           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1992           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1993           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1994           gst_alsa_mixer_handle_source_callback,
1995           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1996           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1997           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1998           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1999           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2000           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2001         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2002         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2003           gst_alsa_mixer_element_interface_supported,
2004           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2005           gst_alsa_mixer_element_set_property,
2006           gst_alsa_mixer_element_get_property,
2007           gst_alsa_mixer_element_change_state):
2008         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2009         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2010           gst_mixer_option_changed):
2011         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2012           volume_changed, option_changed, _gst_reserved):
2013           Implement notification for alsamixer. Fixes #152864
2014
2015 2007-05-14  David Schleef  <ds@schleef.org>
2016
2017         * gst/videotestsrc/videotestsrc.c:
2018         * gst/videotestsrc/videotestsrc.h:
2019           Add support for video/x-raw-bayer.
2020
2021 2007-05-12  David Schleef  <ds@schleef.org>
2022
2023         * sys/xvimage/xvimagesink.c:
2024           Add some sanity checking for the XVImage size returned by X.
2025           Related to #377400.
2026
2027 2007-05-12  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2030         (gst_base_rtp_depayload_setcaps),
2031         (gst_base_rtp_depayload_set_gst_timestamp):
2032         Parse and use additional caps fields as described in updated
2033         application/x-rtp caps spec.
2034
2035 2007-05-12  Wim Taymans  <wim@fluendo.com>
2036
2037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2038         (gst_ogg_demux_collect_chain_info):
2039         If there is a stream in a chain without any data packets, ignore the
2040         stream in the total length calculations. Might be related to #436820.
2041
2042 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2043
2044         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2045         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2046         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2047         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2048         (plugin_init):
2049
2050         Consolidate and re-work our mpeg system stream detection to probe
2051         more packets and produce a higher confidence result. Fixes a
2052         regression caused by lowering the typefind probability last year
2053         - related to bug #397810. Remove the redundant MPEG-1 specific 
2054         typefind function, as the new one detects both MPEG-1 & MPEG-2
2055         happily.
2056
2057         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2058         little. 
2059
2060         Tested against my media test directory, with some improvements and
2061         no regressions.
2062
2063 2007-05-10  Wim Taymans  <wim@fluendo.com>
2064
2065         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2066         (queue_out_of_data):
2067         Connect to the new queue "pushing" signal instead of the broken
2068         "running" one.
2069
2070 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2071
2072         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2073         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2074         Move variable declaration before the first instruction.
2075         * gst/videotestsrc/videotestsrc.c:
2076         Define M_PI if it's not defined yet.
2077         * win32/common/libgstrtp.def:
2078         Add new exported functions.
2079
2080 2007-05-09  Michael Smith <msmith@fluendo.com>
2081
2082         * ext/theora/theoradec.c: (theora_handle_type_packet):
2083           gst_pad_push_event() does not return a GstFlowReturn!
2084
2085 2007-05-09  Wim Taymans  <wim@fluendo.com>
2086
2087         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2088         * tests/examples/seek/seek.c: (do_seek):
2089         Some small cosmetic changes.
2090
2091 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2092
2093         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2094           gst_adder_change_state):
2095         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2096           segment_pending, segment_position, segment_rate):
2097           Handle playback-rate on adder.
2098
2099 2007-05-07  Michael Smith <msmith@fluendo.com>
2100
2101         * ext/theora/gsttheoradec.h:
2102         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2103         (theora_dec_sink_event), (theora_handle_comment_packet),
2104         (theora_handle_type_packet), (theora_dec_change_state):
2105           Don't push events (newsegment, tags) before initialising the
2106           decoder.
2107           This is neccesary for seeking to work correctly in gnonlin.
2108
2109 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2112         * gst/adder/gstadder.c:
2113         * gst/audiotestsrc/gstaudiotestsrc.c
2114           (gst_audio_test_src_create_white_noise):
2115         * gst/videotestsrc/gstvideotestsrc.c:
2116         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2117           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2118           volume_sink_template, volume_src_template, gst_volume_init,
2119           volume_process_double, volume_process_int16,
2120           volume_process_int16_clamp):
2121           Doc fixes and formatting.
2122
2123 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * tests/check/Makefile.am:
2126         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2127           Minimal check for volume's GstController usability; also another
2128           test for #422295.
2129
2130 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2131
2132         * gst-libs/gst/cdda/gstcddabasesrc.c:
2133         (gst_cdda_base_src_add_track):
2134           Fix it so that it (a) makes sense and (b) doesn't break
2135           everything cdda-related including the unit test.
2136
2137 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * gst-libs/gst/cdda/gstcddabasesrc.c:
2140         (gst_cdda_base_src_add_track):
2141           Fix build when disabling asserts.
2142
2143 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2146           When XShm is not available, we might get row strides that are not
2147           rounded up to multiples of four; this is bad, because virtually
2148           every RGB-processing element in GStreamer assumes rowstrides are
2149           rounded up to multiples of four, so let's allocate at least enough
2150           memory to avoid crashes in this case. The image will still be
2151           displayed distorted though if this happens, so that still needs
2152           fixing (maybe by allocating a bigger image with an 'even' width
2153           and then clipping it appropriately when rendering - something for
2154           Xlib aficionados in any case).
2155
2156 2007-05-03  Michael Smith <msmith@fluendo.com>
2157
2158         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2159           If a buffer doesn't have a timestamp, assume it's contiguous with
2160           the previous buffer, and synthesise timestamps appropriately.
2161
2162 2007-05-03  Edward Hervey  <edward@fluendo.com>
2163
2164         * tests/check/elements/videorate.c: (GST_START_TEST):
2165         Set buffer timestamp to a valid value in order to test the buffer
2166         really does stay in videorate.
2167
2168 2007-05-03  Edward Hervey  <edward@fluendo.com>
2169
2170         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2171         There is no sensible way to handle incoming buffers which don't have a
2172         valid timestamp. We therefore discard them and wait for the next one.
2173
2174 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2175
2176         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2177         * gst/playback/gstdecodebin2.c: (plugin_init):
2178           Better error message for text files.
2179
2180 2007-04-29  Wim Taymans  <wim@fluendo.com>
2181
2182         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2183         Fix offset bug in generation RR packets.
2184
2185 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2186
2187         * ext/theora/theoradec.c: (_theora_granule_time),
2188         (theora_dec_push_forward), (theora_handle_data_packet),
2189         (theora_dec_decode_buffer): Calculate buffer duration correctly
2190         to generate a perfect stream (#433888).
2191         * gst/audioresample/gstaudioresample.c:
2192         (audioresample_check_discont): Glib provides ABS.
2193
2194 2007-04-27  Wim Taymans  <wim@fluendo.com>
2195
2196         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2197         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2198         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2199         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2200         (gst_rtcp_packet_bye_set_reason):
2201         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2202         Fix RB block parsing and writing.
2203         Add support for constructing BYE packets.
2204
2205 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2206
2207         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2208         (gst_base_audio_src_create):
2209         * po/POTFILES.in:
2210           When posting a warning message because samples were dropped, post
2211           something more intelligible than he default error message for clock
2212           errors which is just confusing in this context (#432984).
2213
2214 2007-04-25  Wim Taymans  <wim@fluendo.com>
2215
2216         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2217         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2218         (read_packet_header), (gst_rtcp_packet_move_to_next),
2219         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2220         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2221         (gst_rtcp_packet_sdes_get_item_count),
2222         (gst_rtcp_packet_sdes_first_item),
2223         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2224         (gst_rtcp_packet_sdes_first_entry),
2225         (gst_rtcp_packet_sdes_next_entry),
2226         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2227         (gst_rtcp_packet_sdes_add_entry):
2228         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2229         Implement code to write SR, RR and SDES packets.
2230
2231 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2234
2235         * sys/ximage/ximagesink.c:
2236           Fix build if XShm is not available (#432362).
2237
2238 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2239
2240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2241         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2242         pointers to random memory which are passed to g_free() when
2243         audio_convert_prepare_context() is called the first time.
2244
2245 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         Patch by: Dan Williams <dcbw redhat com>
2248
2249         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2250           Don't leak incoming buffer if gst_pad_push() returns a
2251           non-OK flow. Fixes #432755.
2252          
2253         * tests/check/elements/videorate.c: (GST_START_TEST),
2254         (videorate_suite):
2255           Unit test for the above by Yours Truly.
2256
2257 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2258
2259         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2260         (gst_adder_sink_event), (gst_adder_collected):
2261           Fix non-flushing segmented seeks, Fixes #340060 for me
2262
2263 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         Patch by: Olivier Crete  <tester at tester ca>
2266
2267         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2268         (gst_base_rtp_audio_payload_class_init),
2269         (gst_base_rtp_audio_payload_init),
2270         (gst_base_rtp_audio_payload_dispose):
2271           Chain up to parent class in dispose function; get rid of
2272           unnecessary 'diposed' flag in private structure (#415001).
2273
2274 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2275
2276         * docs/libs/gst-plugins-base-libs.types:
2277         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2278         (gst_base_rtp_audio_payload_class_init):
2279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2280         * gst-libs/gst/rtp/gstbasertppayload.c:
2281           Some minor docs fixes and additions; also add missing 'Since' bits.
2282
2283 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         Patch by: Zeeshan Ali  <zeenix gmail com>
2286
2287         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2288         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2289         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2290         (gst_base_rtp_audio_payload_push):
2291         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2292           The recently-added gst_base_rtp_audio_payload_push() should take an
2293           object of type GstBaseRTPAudioPayload as first argument (#431672).
2294
2295 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2296
2297         * gst/audioresample/gstaudioresample.c:
2298           Make more functions static, just because we can.
2299
2300 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2301
2302         * tests/check/elements/audioresample.c:
2303           Add unit test for audioresample shutdown crasher (#420106).
2304
2305 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2306
2307         * gst/subparse/gstsubparse.c:
2308         * gst/subparse/samiparse.c:
2309           Use GST_DISABLE_XML here
2310
2311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2312         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2313         (gst_xvimagesink_buffer_alloc),
2314         (gst_xvimagesink_navigation_send_event):
2315         * sys/xvimage/xvimagesink.h:
2316           Include stdlib.h when using atoi.
2317           
2318         * tests/check/elements/playbin.c: (playbin_suite):
2319           Use GST_DISABLE_REGISTRY here
2320
2321 2007-04-19  Michael Smith  <msmith@fluendo.com>
2322
2323         * ext/theora/gsttheoraenc.h:
2324         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2325         (theora_enc_sink_event), (theora_enc_change_state):
2326           Track initialisation state; don't try to use encoder state if we're
2327           not initialised (it'll segfault).
2328
2329 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2330
2331         * tests/check/pipelines/.cvsignore:
2332         Fix build.
2333
2334 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2335
2336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2337         Allow random depths between 1 and 32 instead of only multiplies of 8.
2338
2339 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2342         Set the maximum number of channels for PCM and float in the correct
2343         place to have it also used when creating the template caps.
2344
2345 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2346
2347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2348         Correctly support 4, 6 and 8 channels with normal PCM and float
2349         wav files.
2350
2351         Fix the depth and signedness calculation in extensible wav files and
2352         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2353         mask is found.
2354
2355         Add support for float, alaw and mulaw in extensible wav files.
2356
2357         This allows correct playback of all but 5 files from
2358         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2359         
2360         (gst_riff_create_audio_template_caps):
2361         Add voxware and float formats to the template caps.     
2362
2363 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2366
2367         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2368         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2369
2370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2371         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2372         Use the correct format strings for integer formats.
2373
2374 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2377           Don't use pad_alloc_buffer_and_set_caps to create a small header
2378           packet, or, worse, to create a big temporary video buffer using the
2379           src pad.
2380
2381 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2382
2383         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2384         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2385           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2386           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2387
2388 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2389
2390         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2391           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2392           streamheader_suite):
2393           Add another test set up for failure
2394
2395 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         * tests/check/Makefile.am:
2398         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2399           GST_START_TEST, streamheader_suite, main):
2400           Add a test for the streamheader bug Wim fixed.
2401
2402 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2403
2404         * ext/theora/theoradec.c: (theora_dec_sink_event):
2405         Fix misleading comment.
2406
2407 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2408
2409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2410           More sanity checks for the header fields.
2411
2412 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2415           Try encodings from all environment variables, not just those in the
2416           first environment variable that is set.
2417
2418 2007-04-12  Wim Taymans  <wim@fluendo.com>
2419
2420         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2421         (gst_video_rate_chain):
2422         Add some debug.
2423
2424         * tests/check/elements/videorate.c: (GST_START_TEST),
2425         (videorate_suite):
2426         Added check for videorate changing caps handling. Closes #421834.
2427
2428 2007-04-12  Michael Smith  <msmith@fluendo.com>
2429
2430         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2431           Use scale functions to avoid overflow when calculating duration of 
2432           vorbis buffers.
2433
2434 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2435
2436         * docs/libs/gst-plugins-base-libs-sections.txt:
2437         * gst-libs/gst/tag/tag.h:
2438         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2439           API: add gst_tag_freeform_string_to_utf8() (#405072).
2440
2441         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2442           Use gst_tag_freeform_string_to_utf8() here.
2443
2444 2007-04-12  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2447         (gst_gdp_pay_sink_event):
2448         Make sure we set the IN_CAPS flag correctly.
2449
2450         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2451         Get the IN_CAPS flag before we call functions that mess with the flags.
2452
2453 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2454
2455         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2456           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2457           Only stamp buffers with offset/offset_end right before they get
2458           pushed.  This ensures offset continuity, which was not the case
2459           before as shown by
2460           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2461
2462 2007-04-06  Wim Taymans  <wim@fluendo.com>
2463
2464         * gst/playback/gstplaybin.c: (add_sink),
2465         (gst_play_bin_change_state):
2466         Activate sync in playbin, we are ready to handle it for live streams.
2467
2468 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         * tests/check/elements/playbin.c:
2471         (test_sink_usage_video_only_stream), (playbin_suite):
2472           Add small test for stream-info-value-array code paths.
2473
2474 2007-04-05  Wim Taymans  <wim@fluendo.com>
2475
2476         * gst-libs/gst/audio/gstbaseaudiosink.c:
2477         (gst_base_audio_sink_skew_slaving):
2478         Don't try to create invalid calibration parameters by making the
2479         internal time go backwards, instead make external time go forward.
2480
2481 2007-04-05  Wim Taymans  <wim@fluendo.com>
2482
2483         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2484
2485         * gst/playback/gstplaybasebin.c: (add_stream):
2486         Fix leak in add_stream(), when g_value_set_object() increases the
2487         refcount of streaminfo object. Fixes #426250.
2488
2489 2007-04-03  David Schleef  <ds@schleef.org>
2490
2491         * gst/videotestsrc/gstvideotestsrc.c:
2492         * gst/videotestsrc/gstvideotestsrc.h:
2493         * gst/videotestsrc/videotestsrc.c:
2494         * gst/videotestsrc/videotestsrc.h:
2495           Add a test pattern called "circular", which has concentric
2496           rings with varying radial frequency.  The main purpose of this
2497           pattern is to test fidelity loss in a filter or scaler element.
2498           Notably, this pattern is scale invariant, and is optimally viewed
2499           with a width (and height) of 400.
2500
2501 2007-04-03  Wim Taymans  <wim@fluendo.com>
2502
2503         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2504
2505         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2506         (deactivate_free_recursive):
2507         Decodebin2 doesn't unref pads it obtains in some occasions:
2508         - multiqueue src pads, when either connecting further or exposing
2509         - sink pads of new autoplugged elements
2510         - peer pads when recursively freeing elements
2511         Fixes #425455.
2512
2513 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2514
2515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2516         Add audio/x-raw-float support, now that audioconvert support
2517         non-native endianness floats.
2518
2519 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2520
2521         * docs/libs/gst-plugins-base-libs-docs.sgml:
2522           gstreamer-plugins-base.pc doesn't exist, it's
2523           gstreamer-plugins-base-0.10.pc.
2524
2525 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2526
2527         Patch by: René Stadler <mail at renestadler dot de>
2528         with some minor changes
2529
2530         * gst-libs/gst/floatcast/floatcast.h:
2531         Use more efficient float endianness conversion functions that don't
2532         involve 2 function calls per value.
2533         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2534         (check_default), (audio_convert_prepare_context):
2535         * gst/audioconvert/gstaudioconvert.c:
2536         (gst_audio_convert_parse_caps), (make_lossless_changes):
2537         Support non-native endianness floats as input and output.
2538         Fixes #339838.
2539         * tests/check/elements/audioconvert.c: (verify_convert),
2540         (GST_START_TEST):
2541         Add unit tests for the non-native endianness float conversions.
2542
2543 2007-03-29  Wim Taymans  <wim@fluendo.com>
2544
2545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2546         (gst_base_rtp_depayload_base_init),
2547         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2548         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2549         (gst_base_rtp_depayload_set_gst_timestamp),
2550         (gst_base_rtp_depayload_change_state),
2551         (gst_base_rtp_depayload_set_property),
2552         (gst_base_rtp_depayload_get_property):
2553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2554         Add Private structure.
2555         Bring element code to 2007.
2556         Parse clock-base caps param and use it when generating the
2557         newsegment.
2558         Reset variables before going to PAUSED.
2559         Fix some docs.
2560
2561 2007-03-29  Wim Taymans  <wim@fluendo.com>
2562
2563         * docs/libs/gst-plugins-base-libs-docs.sgml:
2564         * docs/libs/gst-plugins-base-libs-sections.txt:
2565         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2566         (gst_base_rtp_audio_payload_get_adapter):
2567         Add RTCP docs.
2568         Fix some more docs.
2569
2570         * gst-libs/gst/rtp/Makefile.am:
2571         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2572         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2573         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2574         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2575         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2576         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2577         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2578         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2579         (gst_rtcp_packet_sr_get_sender_info),
2580         (gst_rtcp_packet_sr_set_sender_info),
2581         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2582         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2583         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2584         (gst_rtcp_packet_sdes_get_chunk_count),
2585         (gst_rtcp_packet_sdes_first_chunk),
2586         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2587         (gst_rtcp_packet_sdes_first_item),
2588         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2589         (gst_rtcp_packet_bye_get_ssrc_count),
2590         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2591         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2592         (gst_rtcp_packet_bye_get_reason_len),
2593         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2594         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2595         Add new helper object for parsing and creating RTCP messages.
2596
2597 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2598
2599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2600         PCM samples with width=8 must be always unsigned, no matter what
2601         depth they have.
2602
2603 2007-03-29  Andy Wingo  <wingo@pobox.com>
2604
2605         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2606         perfect offsets also, not just timestamps.
2607
2608         * tests/check/elements/videorate.c (test_more): Test that given
2609         any incoming offsets, that videorate produces perfect offsets.
2610
2611 2007-03-29  Wim Taymans  <wim@fluendo.com>
2612
2613         * gst-libs/gst/riff/riff-ids.h:
2614         Add some more RIFF formats.
2615
2616 2007-03-29  Wim Taymans  <wim@fluendo.com>
2617
2618         * gst-libs/gst/rtp/gstrtpbuffer.c:
2619         (gst_rtp_buffer_default_clock_rate):
2620         * gst-libs/gst/rtp/gstrtpbuffer.h:
2621         Fix fixed payload names and docs.
2622         Added method to get the default clock rates of fixed payload types.
2623         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2624
2625 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2626
2627         * tests/check/pipelines/.cvsignore:
2628         Add new vorbisdec test to cvsignore.
2629
2630 2007-03-28  Wim Taymans  <wim@fluendo.com>
2631
2632         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2633         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2634         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2635         (gst_base_audio_sink_set_property),
2636         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2637         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2638         (gst_base_audio_sink_skew_slaving),
2639         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2640         (gst_base_audio_sink_async_play):
2641         * gst-libs/gst/audio/gstbaseaudiosink.h:
2642         Store private stuff in GstBaseAudioSinkPrivate.
2643         Add configurable clock slaving modes property.
2644         API:: GstBaseAudioSink::slave-method property
2645         Some more latency reporting tweaks.
2646         Added skew based clock slaving correction and make it the default until
2647         the resampling method is more robust.
2648
2649 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2650
2651         * gst/audioconvert/audioconvert.c:
2652         Add docs to the integer pack functions and implement proper
2653         rounding. Before we had rounding towards negative infinity, i.e.
2654         always the smaller number was taken. Now we use natural rounding,
2655         i.e. rounding to the nearest integer and to the one with the largest
2656         absolute value for X.5. The old rounding introduced some minor
2657         distortions. Fixes #420079
2658         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2659         Fix one unit test that assumed the old rounding and added unit tests
2660         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2661         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2662         rounding from signed int32 to signed/unsigned int16.
2663
2664 2007-03-27  Michael Smith  <msmith@fluendo.com>
2665
2666         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2667         (gst_audio_convert_transform_caps):
2668           Fix typo in debug line introduced recently, as pointed out on irc.
2669
2670 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2671
2672         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2673         * tests/check/libs/tag.c: (GST_START_TEST):
2674           Make sure we parse floating-point numbers in vorbis comments
2675           correctly with either '.' or ',' as separator, no matter what
2676           the current locale is. Add unit test for this too.
2677
2678 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         Patch by: René Stadler  <mail at renestadler de>
2681
2682         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2683           When writing out floating-point numbers to vorbis comment tags, always
2684           use the same character as separator no matter what the current locale is
2685           (fixes #423051).
2686
2687         * tests/check/libs/tag.c: (GST_START_TEST):
2688           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2689
2690 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2691
2692         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2693           vorbis_handle_data_packet):
2694           Correctly set DURATION to generate a timestamp-continuous stream.
2695           One bug left at the end; see
2696           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2697         * tests/check/Makefile.am:
2698         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2699           Add a test to check this.  Without the above patch this test fails.
2700
2701 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2702
2703         * gst-libs/gst/rtp/Makefile.am:
2704         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2705
2706 2007-03-23  Michael Smith  <msmith@fluendo.com>
2707
2708         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2709         (gst_video_rate_reset), (gst_video_rate_chain):
2710           If videorate changes caps, we can no longer use the old buffer
2711           (which may have a different size, incompatible with our caps).
2712           So don't do that; just duplicate the new frame more times.
2713
2714 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2715
2716         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2717         Remove playbin's override of the set_clock vmethod. It's irrelevant
2718         after Wim's commit on the 19th.
2719
2720 2007-03-22  Wim Taymans  <wim@fluendo.com>
2721
2722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2723         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2724         * ext/gnomevfs/gstgnomevfssrc.h:
2725         Don't cache file sizes. Fixes #341078.
2726
2727 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2728
2729         * gst/playback/gstplaybin.c: (add_sink):
2730           Use GST_PTR_FORMAT to log caps. 
2731
2732 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2733
2734         Patch by: Young-Ho Cha <ganadist at chollian net>
2735
2736         * gst/subparse/samiparse.c: (handle_start_font):
2737           Special-case some more colour names that pango doesn't handle by
2738           default. Fixes #420578.
2739
2740 2007-03-20  Michael Smith  <msmith@fluendo.com>
2741
2742         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2743           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2744           that marks EOS internally. After that, libvorbis will buffer all
2745           input data, and encode none of it, eventually leading to memory
2746           exhaustion.
2747
2748 2007-03-19  Wim Taymans  <wim@fluendo.com>
2749
2750         * gst/playback/gstdecodebin.c: (remove_fakesink):
2751         Don't post STATE_DIRTY anymore.
2752
2753         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2754         (gst_play_bin_change_state):
2755         Remove stream_time reset in seek handling, core does that now.
2756         Disable clocking for live pipelines by forcing a NULL clock to the
2757         complete pipeline, core is too smart now for our previous hack.
2758         We can always autoplug in PAUSED now.
2759
2760 2007-03-17  David Schleef  <ds@schleef.org>
2761
2762         * REQUIREMENTS:  Update this file, change the formatting to make
2763         it more consistent, plus more machine readable.
2764
2765 2007-03-16  Michael Smith  <msmith@fluendo.com>
2766
2767         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2768         (strip_width_64), (append_with_other_format):
2769           Previous fix was too simplistic, and broke the tests. Use a better
2770           approach; only strip 64 from widths for integer audio.
2771
2772 2007-03-16  Michael Smith  <msmith@fluendo.com>
2773
2774         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2775         (gst_audio_convert_transform_caps):
2776           We don't support 64 bit integer audio, so don't try to claim we can.
2777           Stops us producing caps don't match our template caps.
2778           Update comments.
2779
2780 2007-03-15  Michael Smith  <msmith@fluendo.com>
2781
2782         * gst/audioresample/gstaudioresample.c:
2783         (audioresample_check_discont), (audioresample_transform):
2784           Don't trigger discontinuities for very small imperfections; a filter
2785           flush will sound bad, and many plugins have rounding errors leading
2786           to these.
2787
2788 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2789
2790         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2791
2792         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2793         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2794         API: add "min-ptime" property to RTP base audio payloader.
2795         API: add gst_base_rtp_audio_payload_push().
2796         API: add gst_base_rtp_audio_payload_get_adapter().
2797         Fixes #415001
2798         Indentation/whitespace/documentation fixes.
2799
2800 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2801
2802         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2803         (audioresample_transform_size), (audioresample_do_output),
2804         (audioresample_transform), (audioresample_pushthrough): Handle
2805         discontinuous streams.
2806         * gst/audioresample/gstaudioresample.h:
2807         * tests/check/elements/audioresample.c:
2808         (test_discont_stream_instance), (GST_START_TEST),
2809         (audioresample_suite): Add a test for discontinuous streams.
2810         * win32/common/config.h: Updated.
2811
2812 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * po/af.po:
2815         * po/az.po:
2816         * po/cs.po:
2817         * po/en_GB.po:
2818         * po/it.po:
2819         * po/nb.po:
2820         * po/nl.po:
2821         * po/or.po:
2822         * po/sq.po:
2823         * po/sr.po:
2824         * po/sv.po:
2825         * po/uk.po:
2826         * po/vi.po:
2827           Update translations from translation project.
2828
2829 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2830
2831         * gst/audioresample/debug.h:
2832         * gst/audioresample/resample.c: (resample_init):
2833           Since I really am not interested in a debug line for each sample
2834           being processed, move the library's debugging to its own category,
2835           libaudioresample
2836
2837 2007-03-13  Michael Smith  <msmith@fluendo.com>
2838
2839         * ext/theora/theoradec.c: (theora_handle_type_packet):
2840           Since the plugin doesn't support anything other than 4:2:0 right
2841           now, post an error and fail if we get something else. Won't matter
2842           until libtheora supports the other pixel formats, but hopefully
2843           that'll be soon...
2844
2845 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2846
2847         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2848         Use gst_guint64_to_gdouble for conversion.
2849         * win32/MANIFEST:
2850         Add new files to the win32 MANIFEST.
2851         * win32/common/libgstaudio.def:
2852         * win32/common/libgstpbutils.def:
2853         Add new exported functions.
2854         * win32/vs6/gst_plugins_base.dsw:
2855         * win32/vs6/libgstdecodebin.dsp:
2856         * win32/vs6/libgstplaybin.dsp:
2857         Change the link to libgstpbutils.lib.
2858         * win32/vs6/libgstdecodebin2.dsp:
2859         Add a new project for decodebin2.
2860         * win32/vs6/libgstpbutils.dsp:
2861         Add a new project for pbutils.
2862
2863 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2864
2865         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2866           Also accept partial dates with only year and month,
2867           like 1999-12-00 (fixes #410396 even more).
2868
2869         * tests/check/libs/tag.c: (GST_START_TEST):
2870           Add unit test for the above.
2871
2872 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * tests/check/elements/subparse.c: (GST_START_TEST),
2875         (subparse_suite):
2876           Add unit test for MPL2 subtitle format (#413799).
2877
2878 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2879
2880         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2881
2882         * gst/subparse/Makefile.am:
2883         * gst/subparse/gstsubparse.c:
2884         (gst_sub_parse_data_format_autodetect),
2885         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2886         (gst_subparse_type_find):
2887         * gst/subparse/gstsubparse.h:
2888         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2889         * gst/subparse/mpl2parse.h:
2890           Add support for MPL2 subtitle format (#413799).
2891
2892 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * configure.ac:
2895           We require core CVS for the new buffer metadata copy functions.
2896
2897 2007-03-09  Wim Taymans  <wim@fluendo.com>
2898
2899         * gst-libs/gst/tag/gstid3tag.c:
2900         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2901         Fixes #414496.
2902
2903         Patch by: Alex Lancaster <alexl at users sourceforge net>
2904
2905 2007-03-09  Wim Taymans  <wim@fluendo.com>
2906
2907         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2908         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2909         Improve adapter usage and comments.
2910
2911 2007-03-09  Wim Taymans  <wim@fluendo.com>
2912
2913         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2914         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2915         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2916         Use new metadata copy function.
2917
2918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2919         (gst_ffmpegcsp_transform):
2920         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2921         Basetransform copied the metadata for us.
2922
2923 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2924
2925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2926         (gst_text_overlay_video_event):
2927           Some more logging. Only accept newsegment events in TIME format and
2928           send a WARNING message if they are not in TIME format.
2929
2930         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2931         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2932         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2933         * gst/subparse/gstsubparse.h:
2934           No need to allocate GstSegment structure dynamically, just put it
2935           into the instance structure; ignore newsegment events in BYTE
2936           format and in particular don't let it overwrite our saved TIME
2937           segment from the last seek.
2938
2939 2007-03-09  Michael Smith  <msmith@fluendo.com>
2940
2941         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2942           Replace AC3 typefinder with one that isn't terrible, and actually
2943           works usefully.
2944
2945 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2946
2947         * gst/audioconvert/gstaudioconvert.c:
2948         (gst_audio_convert_transform):
2949           fix error category and translatable string
2950           
2951
2952 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2953
2954         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2955         * pkgconfig/gstreamer-plugins-base.pc.in:
2956           Fix up utils => pbutils here too.
2957
2958 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * gst/subparse/gstsubparse.c: (handle_buffer):
2961           Break out of loop in chain function as soon as possible if we get
2962           a non-OK flow return.
2963
2964 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2965
2966         * tests/check/elements/alsa.c: (GST_START_TEST):
2967         Unref the mixer if the state change fails too (if the
2968         alsa devices are inaccessible, for example)
2969
2970 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2971
2972         * tests/check/Makefile.am:
2973         Don't test libvisual elements in the states check, because libvisual
2974         seems to leak internally.
2975
2976         Re-enable the alsa and states tests now that there's new suppressions
2977         in gst.supp.
2978
2979         * tests/check/elements/alsa.c: (GST_START_TEST):
2980         Don't leak the alsamixer we instantiated.
2981
2982 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2983
2984         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2985         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2986         (gst_ximagesink_finalize):
2987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2988         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2989         Move some cleanup stuff from the state change handler into a _reset()
2990         function that can be called from _finalize(). This ensures that things
2991         get freed even if (for some reason) the NULL->READY state transition
2992         fails in the parent class.
2993         Even if a parent state change fails, process our downward state change
2994         logic instead of bailing out early.
2995         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2996
2997 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2998
2999         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3000         Extra log line.
3001
3002         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3003         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3004         Use pango_font_description_set_family_static instead of 
3005         pango_font_description_set_family to save a string copy (it was
3006         leaking due to the strdup anyway)
3007
3008         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3009         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3010         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3011         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3012         Chain up in finalize.
3013
3014 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3015
3016         * gst-libs/gst/interfaces/mixertrack.c:
3017         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3018         (gst_mixer_track_set_property):
3019           API: add "untranslated-label" property which should be set by
3020           implementations at construct time (#414645).
3021
3022         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3023         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3024           Set "untranslated-label" when constructing mixer track objects.
3025
3026         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3027           Unit test to check the above.
3028
3029 2007-03-07  Wim Taymans  <wim@fluendo.com>
3030
3031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3032         Fix confusing debug message.
3033
3034 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3035
3036         * gst-plugins-base.doap:
3037         update doap file with new version
3038
3039 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3040
3041         * configure.ac:
3042         Back to CVS
3043
3044 === release 0.10.12 ===
3045
3046 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3047
3048         * configure.ac:
3049           releasing 0.10.12, "Zombie Horde"
3050
3051 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3052
3053         * configure.ac:
3054         Bump version to 0.10.11.4 pre-release
3055
3056 2007-03-06  Wim Taymans  <wim@fluendo.com>
3057
3058         * gst-libs/gst/audio/gstbaseaudiosink.c:
3059         (gst_base_audio_sink_async_play):
3060         Fix regression that made GStreamer skip the first samples of audio.
3061         Fixes #414684.
3062
3063 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3064
3065         * configure.ac:
3066         Bump version to 0.10.11.3 pre-release
3067
3068 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * po/POTFILES.in:
3071           Update paths for the rename from utils to pbutils to fix the build.
3072
3073 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * gst-libs/gst/pbutils/Makefile.am:
3076           Change directory to install headers in from gst/utils to gst/pbutils
3077           as well.
3078
3079 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3080
3081         * configure.ac:
3082         * docs/libs/gst-plugins-base-libs-docs.sgml:
3083         * docs/libs/gst-plugins-base-libs-sections.txt:
3084         * gst-libs/gst/Makefile.am:
3085         * gst-libs/gst/interfaces/mixer.c:
3086         * gst-libs/gst/pbutils/Makefile.am:
3087         * gst-libs/gst/pbutils/descriptions.c:
3088         (gst_pb_utils_get_source_description),
3089         (gst_pb_utils_get_sink_description),
3090         (gst_pb_utils_get_decoder_description),
3091         (gst_pb_utils_get_encoder_description),
3092         (gst_pb_utils_get_element_description),
3093         (gst_pb_utils_add_codec_description_to_tag_list),
3094         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3095         * gst-libs/gst/pbutils/descriptions.h:
3096         * gst-libs/gst/pbutils/install-plugins.c:
3097         * gst-libs/gst/pbutils/install-plugins.h:
3098         * gst-libs/gst/pbutils/missing-plugins.c:
3099         (gst_missing_uri_source_message_new),
3100         (gst_missing_uri_sink_message_new),
3101         (gst_missing_element_message_new),
3102         (gst_missing_decoder_message_new),
3103         (gst_missing_encoder_message_new),
3104         (gst_missing_plugin_message_get_description):
3105         * gst-libs/gst/pbutils/missing-plugins.h:
3106         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3107         * gst-libs/gst/pbutils/pbutils.h:
3108         * gst-libs/gst/utils/Makefile.am:
3109         * gst-libs/gst/utils/base-utils.c:
3110         * gst-libs/gst/utils/base-utils.h:
3111         * gst-libs/gst/utils/descriptions.c:
3112         * gst-libs/gst/utils/descriptions.h:
3113         * gst-libs/gst/utils/install-plugins.c:
3114         * gst-libs/gst/utils/install-plugins.h:
3115         * gst-libs/gst/utils/missing-plugins.c:
3116         * gst-libs/gst/utils/missing-plugins.h:
3117         * gst-plugins-base.spec.in:
3118         * gst/playback/Makefile.am:
3119         * gst/playback/gstdecodebin.c:
3120         * gst/playback/gstdecodebin2.c:
3121         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3122         (gen_source_element):
3123         * gst/playback/gstplaybin.c: (plugin_init):
3124         * tests/check/Makefile.am:
3125         * tests/check/libs/pbutils.c: (GST_START_TEST),
3126         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3127         * tests/check/libs/utils.c:
3128           rename utils to pbutils
3129
3130 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3131
3132         * docs/plugins/Makefile.am:
3133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3135         * docs/plugins/inspect/plugin-decodebin2.xml:
3136         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3137         Add documentation for decodebin2 that indicates that the API
3138         is still unstable.
3139
3140 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3141
3142         * configure.ac:
3143         Update to 0.10.11.2 (0.10.12 pre-release)
3144
3145 2007-03-01  Wim Taymans  <wim@fluendo.com>
3146
3147         * gst-libs/gst/audio/gstbaseaudiosink.c:
3148         (gst_base_audio_sink_async_play):
3149         base time is irrelevant here.
3150
3151 2007-03-01  Wim Taymans  <wim@fluendo.com>
3152
3153         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3154         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3155         Improve debugging.
3156
3157         * gst-libs/gst/audio/gstbaseaudiosink.c:
3158         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3159         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3160         Improve latency and clock slaving calculations.
3161         Improve slave clock calibration.
3162
3163         * gst-libs/gst/audio/gstringbuffer.c:
3164         (gst_ring_buffer_commit_full):
3165         When we are asked to render N sample to 0 bytes, return N.
3166
3167 2007-03-01  Wim Taymans  <wim@fluendo.com>
3168
3169         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3170         (gst_alsasink_write), (gst_alsasink_reset):
3171         * ext/alsa/gstalsasink.h:
3172         Remove unused dispose function.
3173         Rename lock to not interfere with alsasrc lock.
3174
3175         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3176         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3177         (gst_alsasrc_read), (gst_alsasrc_reset):
3178         * ext/alsa/gstalsasrc.h:
3179         Implement finalize function.
3180         Use lock to protect alsa access.
3181         Implement _reset.
3182         Fine tune sw params.
3183
3184 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3185
3186         * configure.ac:
3187           Convert to new AG_GST style.
3188
3189 2007-02-28  Wim Taymans  <wim@fluendo.com>
3190
3191         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3192
3193         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3194         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3195         Fix race condition when rapidly switching visualisations in playbin.
3196         Fixes #401029.
3197
3198 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3199
3200         * tests/check/Makefile.am:
3201         Include local stuff before system installed things in LDFLAGS and
3202         CFLAGS.
3203
3204 2007-02-28  Wim Taymans  <wim@fluendo.com>
3205
3206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3207         Improve debugging.
3208
3209 2007-02-28  Wim Taymans  <wim@fluendo.com>
3210
3211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3212         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3213         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3214         Fix duration and timestamping, taking latency into account.
3215         Implement latency query.
3216
3217 2007-02-28  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3220         (gst_audio_clock_new):
3221         Fix clock name.
3222
3223         * gst-libs/gst/audio/gstbaseaudiosink.c:
3224         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3225         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3226         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3227         (gst_base_audio_src_create):
3228         Improve latency query code.
3229         Use proper clock names.
3230
3231 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3232
3233         * tests/check/generic/states.c: (GST_START_TEST):
3234           Copy the states.c test from core again
3235         * tests/check/Makefile.am:
3236           ignore cdio and cdparanoiasrc
3237
3238 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3241         (double_hq), (audio_convert_get_func_index), (check_default),
3242         (audio_convert_prepare_context), (audio_convert_convert):
3243           Also make valgrind happy and avoid copying data in some cases.
3244
3245 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3246
3247         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3248         (double_hq), (audio_convert_get_func_index),
3249         (audio_convert_prepare_context), (audio_convert_convert):
3250         * gst/audioconvert/gstaudioconvert.c:
3251         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3252         (gst_audio_convert_transform_caps):
3253         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3254         (audioconvert_suite):
3255           Don't run inplace if that overwrites source data as we go. Add more
3256           tests. Fixes #339837 even more.
3257
3258 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3259
3260         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3261         (msg_segment_done): Fix various seeking bugs (Slider was not
3262         updating when doing a non flushing seek, Reverse playback 
3263         on segment seek was wrong).
3264
3265 2007-02-26  Wim Taymans  <wim@fluendo.com>
3266
3267         * tests/examples/seek/seek.c: (stop_seek):
3268         When we stop scrubbing, don't leave the pipeline PLAYING when we
3269         requested a PAUSED state.
3270
3271 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3272
3273         Patch by: René Stadler <mail at renestadler de>
3274
3275         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3276           Parse date strings in vorbis comments that have an invalid (zero)
3277           month or day (#410396).
3278
3279         * tests/check/libs/tag.c: (GST_START_TEST):
3280           Test case for the above.
3281
3282 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3283
3284         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3285
3286         * configure.ac:
3287         * ext/alsa/Makefile.am:
3288         * gst/audiotestsrc/Makefile.am:
3289           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3290
3291 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * gst/playback/gstplaybin.c:
3294           Improve docs: point out that the application needs to assist playbin
3295           with buffering.
3296
3297 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3298
3299         * gst-libs/gst/utils/install-plugins.c:
3300         * gst-libs/gst/utils/missing-plugins.c:
3301         * tests/check/libs/utils.c: (missing_msg_check_getters):
3302           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3303           to just 'gstreamer'. Document the caps string component of the
3304           decoder/encoder detail a bit better, since not everyone will be
3305           familiar with the GStreamer media type/caps system (but they better
3306           enjoy nested itemized lists).
3307
3308 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3311         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3312           Fix copying of GstNetBuffer (would crash before, or at least lead to
3313           invalid memory access, #410772), for now by copying the GstBuffer copy
3314           code from the core over here so we can copy the GstBuffer fields on a
3315           provided buffer instance (of type GstNetBuffer in this case). Would be
3316           better to fix this with some support by the core though (and in the long
3317           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3318
3319         * tests/check/Makefile.am:
3320           Enable unit test for GstNetBuffer.
3321
3322 2007-02-22  Andy Wingo  <wingo@pobox.com>
3323
3324         * gst-libs/gst/audio/gstbaseaudiosink.c
3325         (gst_base_audio_sink_init): Disable pull-mode activation until we
3326         figure out how to make audio sinks go to PLAYING.
3327
3328 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3329
3330         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3331         (double_hq), (audio_convert_get_func_index),
3332         (audio_convert_prepare_context), (audio_convert_convert):
3333         * gst/audioconvert/audioconvert.h:
3334         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3335         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3336         * gst/audioconvert/gstchannelmix.h:
3337         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3338           Add float as an intermediate format, as well as float mixing. Enable
3339           test that was failing before. Fixes #339837
3340
3341 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3342
3343         * tests/examples/seek/seek.c: (do_seek):
3344         Undo the previous commit: -1 as a stop time implies that the stop
3345         time is the end of file, clearing any previously configured segment.
3346
3347 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3348
3349         * tests/examples/seek/seek.c: (do_seek):
3350         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3351
3352 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3353
3354         * gst/volume/gstvolume.c: (volume_process_int16),
3355         (volume_process_int16_clamp), (volume_set_caps):
3356           Unbreak volume, value remains gint.
3357
3358 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3359
3360         * gst/volume/gstvolume.c: (volume_choose_func),
3361         (volume_update_real_volume), (gst_volume_set_volume),
3362         (gst_volume_init), (volume_process_double), (volume_process_float),
3363         (volume_process_int16), (volume_process_int16_clamp),
3364         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3365         * gst/volume/gstvolume.h:
3366           Extend float audio support (double) and some int->uint cleanups.
3367
3368 2007-02-20  Edward Hervey  <edward@fluendo.com>
3369
3370         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3371         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3372         (sort_end_pads), (gst_decode_group_expose),
3373         (gst_decode_group_hide):
3374         Don't free groups from the streaming threads. Just put them aside and
3375         free them in dispose.
3376
3377 2007-02-20  Edward Hervey  <edward@fluendo.com>
3378
3379         * gst/playback/gstdecodebin2.c: (connect_element),
3380         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3381         (sort_end_pads), (gst_decode_group_expose):
3382         Handle dynamic pads within groups.
3383         Sort pads before exposing them in order to make playbin happy.
3384         There still is a race with the multiqueue filling up. This should be
3385         solved separately.
3386         Fixes #398721
3387
3388 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3389
3390         * gst-libs/gst/utils/base-utils.c:
3391         * gst-libs/gst/utils/descriptions.c:
3392         * gst-libs/gst/utils/install-plugins.c:
3393         * gst-libs/gst/utils/missing-plugins.c:
3394           Some more docs (and descriptions for two subtitle formats).
3395
3396 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * gst-libs/gst/audio/audio.c:
3399           Fix documentation.
3400
3401 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         Patch by: Yves Lefebvre  <ivanohe abacom com>
3404
3405         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3406           Don't leak caps. Fixes #408278.
3407
3408 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3409
3410         * ext/cdparanoia/gstcdparanoiasrc.h:
3411         * ext/ogg/gstoggdemux.h:
3412         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3413         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3414         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3415         * gst-libs/gst/audio/audio.h:
3416         * gst-libs/gst/audio/gstaudiofilter.h:
3417         * gst-libs/gst/interfaces/videoorientation.h:
3418         * gst/adder/gstadder.h:
3419           More docs coverage and some ChangeLog surgery (add missing names)
3420
3421 2007-02-15  Wim Taymans  <wim@fluendo.com>
3422
3423         * sys/ximage/ximagesink.c:
3424         (gst_ximagesink_calculate_pixel_aspect_ratio):
3425         * sys/xvimage/xvimagesink.c:
3426         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3427         Small constifications.
3428
3429 2007-02-15  Wim Taymans  <wim@fluendo.com>
3430
3431         * gst-libs/gst/audio/gstbaseaudiosink.c:
3432         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3433         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3434         (gst_base_audio_sink_async_play),
3435         (gst_base_audio_sink_change_state):
3436         Answer latency query.
3437         Use configured latency when syncing.
3438         Fix clock slaving.
3439
3440         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3441         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3442         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3443         Fix possible memleak.
3444         Implement latency query.
3445         Small cleanups.
3446
3447 2007-02-15  Wim Taymans  <wim@fluendo.com>
3448
3449         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3450         Ignore errors in reset, these are not fatal. They also grab the element
3451         lock which is already taking when this function is called. Fixes
3452         #405451.
3453
3454 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3455
3456         * configure.ac:
3457           Remove 'tests/examples/xerror/Makefile' from output files again.
3458
3459 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3460
3461         * configure.ac:
3462         * docs/plugins/Makefile.am:
3463           Also crossref against gst-plugins-base-libs.
3464
3465 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3466
3467         * configure.ac:
3468         * docs/libs/Makefile.am:
3469         * docs/plugins/Makefile.am:
3470           Add crossreferences to glib/gobject/gstream docs.
3471
3472         * gst-libs/gst/audio/audio.h:
3473           Source formatting.
3474
3475         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3476           Add own debug category.
3477
3478 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         Patch by: René Stadler <mail at renestadler de>
3481
3482         * gst-libs/gst/tag/gstvorbistag.c:
3483           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3484           (#403597).
3485
3486 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst/playback/gstplaybasebin.c: (setup_source):
3489           When we have external subtitles and wait for the subtitle decodebin
3490           to get up and running, we set up a (sync) bus handler for the
3491           subtitle decodebin, so we can stop waiting when it posts an error
3492           message. However, we should do that before we set the subtitle
3493           decodebin's state to playing, otherwise things are racy and we might
3494           miss error messages posted before we had a chance to set up the bus.
3495           This should finally fix totem hanging on .txt pseudo-subtitle files.
3496           
3497 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3498
3499         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3500           Use gst_gdouble_to_guint64 for conversions.
3501         * win32/common/config.h.in:
3502           Add a define for GST_INSTALL_PLUGINS_HELPER
3503         * win32/common/libgstaudio.def:
3504         * win32/common/libgstcdda.def:
3505         * win32/common/libgstnetbuffer.def:
3506         * win32/common/libgstrtp.def:
3507         * win32/common/libgutils.def:
3508           Add new exported functions.
3509         * win32/vs6/gst_plugins_base.dsw:
3510         * win32/vs6/libgstdecodebin.dsp:
3511         * win32/vs6/libgstnetbuffer.dsp:
3512         * win32/vs6/libgstplaybin.dsp:
3513         * win32/vs6/libgstrtp.dsp:
3514         * win32/vs6/libgstvorbis.dsp:
3515         * win32/vs6/libgstcdda.dsp:
3516         * win32/vs6/libgstgdp.dsp:
3517         * win32/vs6/libgstutils.dsp:
3518           Update and add new project files.
3519
3520 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3523         (subrip_remove_unhandled_tags), (parse_subrip):
3524           For SubRip (.srt) subtitles, ignore all markup tags we don't
3525           handle (like font tags, for example).
3526
3527         * tests/check/elements/subparse.c:
3528           Add test for this.
3529
3530 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         * gst/playback/gstdecodebin.c: (add_fakesink),
3533         (gst_decode_bin_change_state):
3534         * gst/playback/gstdecodebin2.c: (add_fakesink),
3535         (gst_decode_bin_change_state):
3536           Don't error out if there is no fakesink in the NULL to READY state
3537           change, since when decodebin is re-used, we're only adding the
3538           fakesink element in READY to PAUSED.
3539
3540         * tests/check/elements/decodebin.c:
3541         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3542         (decodebin_suite):
3543           Minimal unit test to make sure we can use the same decodebin
3544           instance twice (at least with audiotestsrc input).
3545
3546 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3549           Try to get devic-name from device string first, and from handle only
3550           as fallback (seems to yield better results and is more robust
3551           against buggy probing code on the application side).
3552
3553 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3556
3557         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3558         (gst_alsa_find_device_name):
3559         * ext/alsa/gstalsa.h:
3560         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3561         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3562           Improve device-name detection a bit, especially in the case where
3563           the device is not actually open (#405020, #405024). Move common code
3564           into gstalsa.c instead of duplicating it.
3565
3566 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * gst/audioconvert/gstaudioconvert.c:
3569           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3570
3571 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3572
3573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3574         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3575         (gst_xvimagesink_interface_supported),
3576         (gst_xvimagesink_probe_get_properties),
3577         (gst_xvimagesink_probe_probe_property),
3578         (gst_xvimagesink_probe_needs_probe),
3579         (gst_xvimagesink_probe_get_values),
3580         (gst_xvimagesink_property_probe_interface_init),
3581         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3582         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3583         (gst_xvimagesink_get_type):
3584         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3585         for XVAdaptors so that one can choose the adaptor to use with 
3586         gstreamer-properties.
3587
3588 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3589
3590         * gst/audioconvert/gstaudioconvert.c:
3591           Also mention that a conversion from double to float is suboptimal still.
3592
3593 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3594
3595         * gst-libs/gst/audio/gstaudiofilter.c:
3596         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3597           Clear our formats structure and free the caps contained in it when
3598           shutting down.
3599
3600 2007-02-05  Andy Wingo  <wingo@pobox.com>
3601
3602         * gst-libs/gst/audio/gstbaseaudiosink.c
3603         (gst_base_audio_sink_callback): Update basesink->offset so that we
3604         pull monotonically increasing offsets instead of, um, seeking back
3605         to 0 each time. Fixes alsasrc ! alsasink!
3606
3607 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3608
3609         * gst/videoscale/gstvideoscale.c:
3610           A width and height of 1 makes us crash, so increase minimum size to
3611           2x2 pixels until someone feels like fixing this (#404512).
3612
3613 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3614
3615         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3616           Add small test to make sure request pads are cleaned up properly
3617           even if oggmux never changes state out of NULL.
3618
3619 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3620
3621         * tests/check/libs/utils.c: (GST_START_TEST):
3622           Fix unit test. Turns out things work much better when you
3623           NULL-terminate string arrays. Should make p5 build bot happy again.
3624
3625 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3626
3627         * gst-libs/gst/audio/Makefile.am:
3628         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3629         (gst_audio_filter_template_base_init),
3630         (gst_audio_filter_template_class_init),
3631         (gst_audio_filter_template_init),
3632         (gst_audio_filter_template_set_property),
3633         (gst_audio_filter_template_get_property),
3634         (gst_audio_filter_template_setup),
3635         (gst_audio_filter_template_filter),
3636         (gst_audio_filter_template_filter_inplace), (plugin_init):
3637           Oops, forgot to commit fixed-up example.
3638
3639 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * docs/libs/gst-plugins-base-libs-sections.txt:
3642         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3643         (gst_audio_filter_class_init), (gst_audio_filter_init),
3644         (gst_audio_filter_set_caps),
3645         (gst_audio_filter_class_add_pad_templates):
3646         * gst-libs/gst/audio/gstaudiofilter.h:
3647           Port GstAudioFilter to 0.10. This change technically breaks
3648           API and ABI (and thus also every library developer's heart),
3649           but seems justifiable on the grounds that the base class was
3650           completely unusable before (ie. would crash immediately when
3651           actually used). Fixes #403963 (and eventually also #403572).
3652           Also document all of this a bit.
3653
3654 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3655
3656         * gst-libs/gst/utils/install-plugins.c:
3657         (gst_install_plugins_spawn_child):
3658         * tests/check/libs/utils.c:
3659         (test_base_utils_install_plugins_do_callout):
3660           Lowering log level to see why things fail on the p5 build bot;
3661           fix some typos in unit test messages.
3662
3663 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * tests/check/libs/utils.c:
3666         (test_base_utils_install_plugins_do_callout):
3667           Don't hard-code temp directory for test helper; use GLib functions
3668           to write out file and do error checking etc.
3669
3670 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3671
3672         * gst-libs/gst/utils/Makefile.am:
3673         * gst-libs/gst/utils/base-utils.h:
3674         * gst-libs/gst/utils/install-plugins.c:
3675         (gst_install_plugins_context_set_xid),
3676         (gst_install_plugins_context_new),
3677         (gst_install_plugins_context_free),
3678         (gst_install_plugins_get_helper),
3679         (gst_install_plugins_spawn_child),
3680         (gst_install_plugins_return_from_status),
3681         (gst_install_plugins_installer_exited),
3682         (gst_install_plugins_async), (gst_install_plugins_sync),
3683         (gst_install_plugins_return_get_name),
3684         (gst_install_plugins_installation_in_progress):
3685         * gst-libs/gst/utils/install-plugins.h:
3686           API: add API for applications to initiate installation of missing
3687           plugins, ie. gst_install_plugins_async() primarily.
3688           Based on libgimme-codec by Ryan Lortie.
3689
3690         * configure.ac:
3691           Add --with-install-plugins-helper configure option so distros can specify
3692           the path of the helper script or program to call when plugin installation
3693           is requested (distros: please do any argument munging in this helper
3694           script instead of patching GStreamer to pass arguments differently
3695           to another program directly).
3696
3697         * docs/libs/gst-plugins-base-libs-docs.sgml:
3698         * docs/libs/gst-plugins-base-libs-sections.txt:
3699           Build and document new API.
3700
3701         * tests/check/libs/utils.c: (result_cb),
3702         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3703         (libgstbaseutils_suite):
3704           Some simple checks for the new API.
3705
3706 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3707
3708         * tests/check/elements/audioconvert.c: (test_float_conversion):
3709           Add small test for 32bit float <=> 64bit float conversion (works
3710           only one way so far, 32=>64 produces structured noise).
3711
3712 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3713
3714         * gst/audioconvert/gstaudioconvert.c:
3715         (set_structure_widths_32_and_64), (make_lossless_changes):
3716           We don't support floats with a width of 40, 48 or 56 bits.
3717
3718 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3719
3720         * gst/audioconvert/audioconvert.c: (float), (double),
3721         (audio_convert_get_func_index):
3722         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3723         (make_lossless_changes):
3724           Support for 64-bit float audio in audioconvert (#339837)
3725
3726 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3727
3728         Patch by: Holger Wansing  <linux wansing-online de>
3729
3730         * po/LINGUAS:
3731         * po/de.po:
3732           Add German translation (#352069).
3733
3734 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         reviewed by: Wim Taymans <wim@fluendo.com>
3737
3738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3739         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3740         Use newly added GstCollectPads API to free the allocated resources in
3741         the GstOggPad structures (#402393).
3742
3743 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3744
3745         * gst/playback/gstplaybin.c: (gen_vis_element):
3746           Add audioresample+audioconvert in front of the visualisation
3747           element, so that elements like libvisual 0.4 that don't support all
3748           samplerates can work.
3749
3750           Fixes: #402505
3751
3752 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3753
3754         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3755         (gst_play_base_bin_get_streaminfo_value_array):
3756           Take some locks and make a copy of the streaminfo value array we
3757           maintain while holding the lock, so that the application can
3758           retrieve the stream-info as a value array in a thread-safe way.
3759
3760 2007-01-30  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/audioconvert/gstaudioconvert.c:
3763         Don't fail on 0 sized buffers. Fixes #396835.
3764
3765 2007-01-29  David Schleef  <ds@schleef.org>
3766
3767         * gst/typefind/gsttypefindfunctions.c:
3768           Detect BBCD as video/x-dirac, so we can play raw dirac
3769           streams.
3770
3771 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * ext/theora/theoraenc.c: (theora_enc_chain):
3774           Check return value of theora_encode_header(), or we might try to
3775           allocate a random number of bytes. theora_encode_header() can fail
3776           if libtheora has been compiled with encoding support disabled.
3777           Fixes #398110.
3778
3779 2007-01-29  Wim Taymans  <wim@fluendo.com>
3780
3781         * tests/check/gst/.cvsignore:
3782         Do as buildbot says.
3783
3784 2007-01-29  Wim Taymans  <wim@fluendo.com>
3785
3786         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3787         Fix strides in libvisual. Gst uses X strides.
3788         Inspired by: <ed at catmur dot co dot uk> and 
3789         <tim at centricular dot net>
3790         Fixes #401118.
3791
3792 2007-01-27  Wim Taymans  <wim@fluendo.com>
3793
3794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3795         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3796         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3797         (gst_ogg_demux_perform_seek),
3798         (gst_ogg_demux_bisect_forward_serialno),
3799         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3800         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3801         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3802         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3803         * ext/ogg/gstoggdemux.h:
3804         Properly propagate streaming errors when we are scanning the file for
3805         chains so that we don't crash when shut down. Might fix some crashers
3806         when quickly switching oggs in RB such as #332503 and #378436.
3807
3808 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3811           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3812           error code as well.
3813
3814 2007-01-25  Wim Taymans  <wim@fluendo.com>
3815
3816         * gst/playback/gstplaybasebin.c: (remove_source):
3817         Don't try to disconnect a signal from a finalized object.
3818
3819 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3822           Cast lock macro parameters to make sure we're actually accessing the
3823           lock member at the right class level. Free list itself in _dispose()
3824           as well and NULL it in case dispose gets called multiple times.
3825
3826 2007-01-25  Edward Hervey  <edward@fluendo.com>
3827
3828         * gst/playback/gstdecodebin2.c:
3829         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3830         Free GstDecodeGroups no longer used.
3831         (gst_decode_group_expose):
3832         Don't unlock too many times !
3833         (deactivate_free_recursive):
3834         Free iterator once we're done with it.
3835         Fix for recursively deactivating elements (stop at ghostpads).
3836
3837 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/playback/gstplaybin.c: (handoff):
3840           Fix up caps on the frame buffer before we save it and potentially
3841           make it accessible to other threads via g_object_get; also use
3842           gst_buffer_replace() instead of gst_mini_object_replace().
3843
3844 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3845
3846         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3847           Make getting the current frame thread-safe.
3848
3849 2007-01-25  Edward Hervey  <edward@fluendo.com>
3850
3851         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3852         (gst_decode_group_new), (gst_decode_group_free):
3853         Set queues to bigger sizes to cope with HD contents.
3854         Fix some mutex freeing and add comment about MT safe methods.
3855
3856 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3859         (gst_text_overlay_text_event):
3860           Don't unnecessarily ref (and then leak) upstream events if the text
3861           pad is not linked. Fixes #399948.
3862
3863         * tests/check/gst-plugins-base.supp:
3864           Add suppression for pango on edgy/x86 for textoverlay test.
3865
3866 2007-01-24  Wim Taymans  <wim@fluendo.com>
3867
3868         * gst-libs/gst/rtp/gstrtpbuffer.h:
3869         Add some more fixed payloads.
3870
3871 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3872
3873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3874           Error out properly if we get an error from libogg while reading the
3875           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3876
3877 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3880           Don't leak mutex.
3881
3882         * tests/check/elements/playbin.c:
3883         (test_sink_usage_video_only_stream),
3884         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3885         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3886         (test_missing_suburisource_handler),
3887         (test_missing_primary_decoder), (playbin_suite):
3888           Run all tests once with decodebin and once with decodebin2.
3889           One test does not pass yet with decodebin2.
3890
3891 2007-01-23  Edward Hervey  <edward@fluendo.com>
3892
3893         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3894         Fix the cases where oggmux doesn't properly figure out that all
3895         sinkpads have gone EOS, and therefore doesn't push out the remaining
3896         buffers and the final EOS event.
3897         Fixes #363379
3898
3899 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3900
3901         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3903         Don't lock on navigation event push, just on keysym to string.
3904         Fixes #397673 again.
3905
3906 2007-01-22  Edward Hervey  <edward@fluendo.com>
3907
3908         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3909         (get_current_group), (group_demuxer_event_probe),
3910         (gst_decode_group_expose), (deactivate_free_recursive),
3911         (gst_decode_group_free):
3912         Cleanups.
3913         Don't forget to emit 'no-more-pads' once a group is exposed.
3914         Cleanup elements from a DecodeGroup once we remove it.
3915         Protect call to gst_decode_group_expose() with the decodebin lock.
3916
3917 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3918
3919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3921         Looking at Xorg code i can't figure out if that XKeysymToString
3922         function is thread sensible or not. Lock it just in case as
3923         recommended by Radek Doulik <rodo at ximian dot com>.
3924
3925 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3926
3927         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3929         Lock that X Call as well. Fixes #397673.
3930
3931 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3934           Don't go into an endless loop if the file starts with 00 00 01 2X,
3935           like quicktime redirect files might. Fixes #396042.
3936
3937         * tests/check/Makefile.am:
3938         * tests/check/gst/.cvsignore:
3939         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3940         (typefindfunctions_suite):
3941           Add unit test for the above.
3942
3943 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3946           On second thought, use "depth" field rather than "bpp" field.
3947
3948 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3951           Camtasia caps apparently need a bpp field (#398875).
3952
3953 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3956         (gen_source_element), (gst_play_base_bin_change_state):
3957           Attempt at a better error message in case we don't have the required
3958           URI handler installed; post missing-plugin message also when we're
3959           missing an URI handler for the subtitle URI; clean up properly also
3960           when an error occurs and we never made it to PAUSED state.
3961
3962         * tests/check/elements/playbin.c: (GST_START_TEST),
3963         (playbin_suite):
3964           Check that we're also getting a missing-plugin messsage for a
3965           missing subtitle URI handler (and clean up properly).
3966
3967 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3970           Plug a few reference leaks.
3971
3972 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3973
3974         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3975           Lower probability a bit if the marker isn't right at the start,
3976           to decrease the chance of false positives.
3977
3978 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3981           Small mpeg2 system stream typefinding improvement: make typefinder
3982           probe a bit into the stream instead of just looking for a marker
3983           at the beginning. Fixes #397810.
3984
3985 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * gst/audioconvert/gstchannelmix.c:
3988           Remove compatibility cruft for prehistoric GLib versions.
3989
3990 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3991
3992         * gst/playback/Makefile.am:
3993         * gst/playback/gstdecodebin.c: (close_pad_link):
3994         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3996         (gst_play_base_bin_handle_message_func), (unknown_type):
3997           Let decodebin be the element to post missing-plugin messages for
3998           missing decoders (rather than playbin); make playbin implement
3999           GstBin::handle_message so we can suppress missing-plugin messages
4000           for types we're not handling on purpose (don't want to bring up an
4001           installer in those cases).
4002
4003 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4004
4005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4006         * gst-libs/gst/tag/gstvorbistag.c:
4007         (gst_tag_list_to_vorbiscomment_buffer):
4008         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4009           Fix potentially unaligned access (#397207).
4010
4011 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4012
4013         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4014         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4015         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4016         (main):
4017           Allow to toggle looping while it plays. Fix callback prototype. Clean
4018           up code a bit more. Add copyright header.
4019
4020 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4021
4022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4023           Red and blue mask was swapped (spotted by Dan Williams).
4024
4025 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4026
4027         * gst-libs/gst/tag/gstid3tag.c:
4028         * gst-libs/gst/tag/gstvorbistag.c:
4029           Use new beats-per-minute tag from core.
4030
4031 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * po/POTFILES.in:
4034           Add new files with translatable strings, so they actually make it
4035           into the template file one day.
4036
4037 2007-01-12  Andy Wingo  <wingo@pobox.com>
4038
4039         * gst-libs/gst/audio/gstbaseaudiosink.c
4040         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4041         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4042         stuff, as the base class handles this now. Actually tell the ring
4043         buffer to start.
4044         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4045         How did this work before? Maybe I'm not as awesome a programmer as
4046         I think.
4047
4048         * gst-libs/gst/audio/gstbaseaudiosrc.c
4049         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4050         of a pad function.
4051
4052 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4055           Remove more fields so that the application can better blacklist
4056           formats that have been tried before.
4057
4058 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * gst-libs/gst/audio/mixerutils.h:
4061           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4062           used when compiling with c++ compilers as well.
4063
4064 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4065
4066         * gst/typefind/gsttypefindfunctions.c:
4067           Fix comment.
4068
4069 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4070
4071         * gst/playback/gstplaybin.c: (post_missing_element_message),
4072         (gen_video_element), (gen_text_element), (gen_audio_element),
4073         (gen_vis_element):
4074           Post missing-plugin messages also when we error out because
4075           converters, textoverlay or auto*sinks are missing (#161922).
4076
4077 2007-01-10  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4080         (is_demuxer_element), (new_caps):
4081         * gst/playback/gstplaybasebin.c: (source_new_pad):
4082         Fix the case where we try to ref a NULL element when we delay a link
4083         because of unfixed caps.
4084         Set the state of autoplugged decodebins to PAUSED.
4085         RTSP now works in playbin, we can remove it from the blacklist.
4086
4087 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst/playback/Makefile.am:
4090         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4091         (unknown_type), (setup_subtitle), (gen_source_element):
4092         * gst/playback/gstplaybin.c: (plugin_init):
4093           Post missing-plugin messages on the bus for missing sources and
4094           missing decoders/demuxers/depayloaders; fix error code used when
4095           we're missing an URI handler source; for media types that we are not
4096           handling on purpose at the moment, don't print "don't know how to
4097           handle xyz" messages to the terminal or post missing-plugin
4098           messages on the bus.
4099
4100         * tests/check/elements/playbin.c: (create_playbin),
4101         (GST_START_TEST), (gst_codec_src_uri_get_type),
4102         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4103         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4104         (gst_codec_src_init_type), (gst_codec_src_base_init),
4105         (gst_codec_src_create), (gst_codec_src_class_init),
4106         (gst_codec_src_init), (plugin_init), (playbin_suite):
4107           Add some tests for the missing-plugin stuff.
4108
4109 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         * configure.ac:
4112         * gst-libs/gst/Makefile.am:
4113         * gst-libs/gst/utils/Makefile.am:
4114         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4115         * gst-libs/gst/utils/base-utils.h:
4116         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4117         (find_format_info), (caps_are_rtp_caps),
4118         (gst_base_utils_get_source_description),
4119         (gst_base_utils_get_sink_description),
4120         (gst_base_utils_get_decoder_description),
4121         (gst_base_utils_get_encoder_description),
4122         (gst_base_utils_get_element_description),
4123         (gst_base_utils_add_codec_description_to_tag_list),
4124         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4125         * gst-libs/gst/utils/descriptions.h:
4126         * gst-libs/gst/utils/missing-plugins.c:
4127         (missing_structure_get_type), (copy_and_clean_caps),
4128         (gst_missing_uri_source_message_new),
4129         (gst_missing_uri_sink_message_new),
4130         (gst_missing_element_message_new),
4131         (gst_missing_decoder_message_new),
4132         (gst_missing_encoder_message_new),
4133         (missing_structure_get_string_detail),
4134         (missing_structure_get_caps_detail),
4135         (gst_missing_plugin_message_get_installer_detail),
4136         (gst_missing_plugin_message_get_description),
4137         (gst_is_missing_plugin_message):
4138         * gst-libs/gst/utils/missing-plugins.h:
4139           API: add new libgstbaseutils library with functions
4140           - to create and parse missing-plugins messages
4141           - that provide (translated) descriptions for caps/decoders/sources/etc.
4142           Closes #392393.
4143
4144         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4145         * pkgconfig/gstreamer-plugins-base.pc.in:
4146           Add new lib.
4147
4148         * docs/libs/gst-plugins-base-libs-docs.sgml:
4149         * docs/libs/gst-plugins-base-libs-sections.txt:
4150           Generate docs for new lib and API.
4151
4152         * tests/check/Makefile.am:
4153         * tests/check/libs/.cvsignore:
4154         * tests/check/libs/utils.c: (missing_msg_check_getters),
4155         (GST_START_TEST), (libgstbaseutils_suite):
4156           Add some basic unit tests.
4157
4158 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         * ext/ogg/Makefile.am:
4161           Dist gstoggdemux.h to fix 'make distcheck'.
4162
4163         * sys/v4l/Makefile.am:
4164           Fix 'make distcheck' even more.
4165
4166 2007-01-09  Wim Taymans  <wim@fluendo.com>
4167
4168         * docs/plugins/Makefile.am:
4169         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4170         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4171         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4172         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4173         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4174         (gst_ogg_demux_perform_seek):
4175         * ext/ogg/gstoggdemux.h:
4176         Added docs.
4177         Add some more comments.
4178         Small cleanups.
4179
4180 2007-01-09  Wim Taymans  <wim@fluendo.com>
4181
4182         * ext/theora/theoradec.c:
4183         * ext/vorbis/vorbisdec.c:
4184         * gst-libs/gst/audio/gstringbuffer.c:
4185         (gst_ring_buffer_commit_full):
4186         * gst-libs/gst/audio/gstringbuffer.h:
4187         * gst-libs/gst/rtp/gstrtpbuffer.c:
4188         * gst-libs/gst/tag/gstvorbistag.c:
4189         Small documentation updates/fixes
4190
4191 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * configure.ac:
4194           Require core CVS HEAD for Andy's basesrc/sink API additions.
4195
4196 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4197
4198         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4199
4200         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4201         (plugin_init):
4202           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4203           on flac.sf.net (there appear to be other versions of the first
4204           ogg page in the wild) (#391365).
4205
4206 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * configure.ac:
4209           Check if localtime_r() is available.
4210
4211         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4212           If localtime_r() is not available, fall back to localtime(). Should
4213           fix build on MingW (#393310).
4214
4215 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4218         * gst/subparse/gstsubparse.h:
4219           Remove spurious 1000 subtrahend when calculating the timestamp from
4220           the frame number and the frame rate . Also, use the frames/second
4221           value specified in the first line of the file, if one is specified
4222           there. Should fix #357503.
4223
4224         * tests/check/elements/subparse.c: (do_test),
4225         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4226         (subparse_suite):
4227           Add some basic unit tests for the microdvd subtitle format.
4228
4229 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4230
4231         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4232
4233         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4234         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4235         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4236         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4237         (gst_xvimagesink_set_xwindow_id),
4238         (gst_xvimagesink_set_event_handling),
4239         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4240         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4241         Fixes: #390076.
4242         Add an adaptor property to select a specific XV adaptor.
4243         * sys/xvimage/xvimagesink.h:
4244
4245 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4246
4247         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4248         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4249         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4250         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4251         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4252         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4253         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4254         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4255         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4256         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4257         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4258         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4259         Use flow_lock much more to protect every access to xwindow.
4260         Try to catch erros while creating images in case some drivers are
4261         just generating an XError when the requested image is too big.
4262         Should fix : #354698, #384008, #384060.
4263         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4264         Implement some stress testing of setting window xid.
4265
4266 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4267
4268         * win32/common/libgsaudio.def:
4269           Add new exported function.
4270         * win32/common/libgstogg.dsp:
4271           Add gstoggaviparse.c to the build.
4272         * win32/common/libgstvideoscale.dsp:
4273           Add vs_4tap.c to the build.
4274         * win32/common/libgstvorbis.dsp:
4275           Add vorbistag.c to the build.
4276         
4277 2007-01-06  Andy Wingo  <wingo@pobox.com>
4278
4279         * gst-libs/gst/audio/gstbaseaudiosink.c
4280         (gst_base_audio_sink_class_init)
4281         (gst_base_audio_sink_init): 
4282         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4283         to baseaudiosink, and tell basesink that we can work in pull mode.
4284         This way the ring buffer thread drives the pipeline directly, if
4285         pull mode is possible. There is some lingering nastiness regarding
4286         capsnego, however.
4287         (gst_base_audio_sink_callback): Implement the callback to pull
4288         data. This interface is a bit light, though -- it should get a
4289         GstFlowReturn return value at least.
4290
4291 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4294         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4295         * gst/playback/gstdecodebin2.c:
4296         (gst_decode_group_check_if_blocked):
4297           Printf format and missing argument fixes.
4298
4299 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4300
4301         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4302         (gst_ogm_parse_change_state):
4303         Activate pads before adding them to the element.
4304
4305 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * tests/examples/seek/scrubby.c: (main):
4308         * tests/examples/seek/seek.c: (main):
4309           Call g_thread_init() first thing in main() (see #391278).
4310
4311 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         * tests/check/Makefile.am:
4314         * tests/check/libs/.cvsignore:
4315         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4316         (netbuffer_suite):
4317           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4318           for the time being, since it's broken, see #393099.
4319
4320 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * tests/check/Makefile.am:
4323           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4324
4325 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4326
4327         * configure.ac:
4328           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4329           so that GST_BASE_CFLAGS can go inbetween them, making sure
4330           we use uninstalled gst-libs headers
4331         * docs/libs/Makefile.am:
4332         * ext/alsa/Makefile.am:
4333         * ext/cdparanoia/Makefile.am:
4334         * ext/gnomevfs/Makefile.am:
4335         * ext/libvisual/Makefile.am:
4336         * ext/ogg/Makefile.am:
4337         * ext/theora/Makefile.am:
4338         * ext/vorbis/Makefile.am:
4339         * gst-libs/gst/audio/Makefile.am:
4340         * gst-libs/gst/cdda/Makefile.am:
4341         * gst-libs/gst/interfaces/Makefile.am:
4342         * gst-libs/gst/riff/Makefile.am:
4343         * gst-libs/gst/rtp/Makefile.am:
4344         * gst-libs/gst/tag/Makefile.am:
4345         * gst/adder/Makefile.am:
4346         * gst/audioconvert/Makefile.am:
4347         * gst/audiorate/Makefile.am:
4348         * gst/audioresample/Makefile.am:
4349         * gst/playback/Makefile.am:
4350         * gst/tcp/Makefile.am:
4351         * gst/videoscale/Makefile.am:
4352         * gst/volume/Makefile.am:
4353         * sys/ximage/Makefile.am:
4354         * sys/xvimage/Makefile.am:
4355         * tests/icles/Makefile.am:
4356           adapt
4357
4358 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4359
4360         * gst-libs/gst/interfaces/xoverlay.c:
4361         (gst_x_overlay_handle_events):
4362         * gst-libs/gst/interfaces/xoverlay.h:
4363         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4364         (gst_ximagesink_set_xwindow_id),
4365         (gst_ximagesink_set_event_handling),
4366         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4367         (gst_ximagesink_get_property), (gst_ximagesink_init),
4368         (gst_ximagesink_class_init):
4369         * sys/ximage/ximagesink.h:
4370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4371         (gst_xvimagesink_set_xwindow_id),
4372         (gst_xvimagesink_set_event_handling),
4373         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4374         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4375         (gst_xvimagesink_class_init):
4376         * sys/xvimage/xvimagesink.h:
4377         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4378         Add a method to the XOverlay interface to allow disabling of 
4379         event handling in x[v]imagesink elements. This will let X events
4380         propagate to parent windows which can be usefull in some cases.
4381         Be carefull that the application is then responsible of pushing
4382         navigation events and expose events to the video sink.
4383         Fixes: #387138.
4384
4385 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * gst-libs/gst/tag/gstvorbistag.c:
4388         * tests/check/libs/tag.c: (GST_START_TEST):
4389           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4390           (fixes #392070).
4391
4392 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * configure.ac:
4395         * docs/Makefile.am:
4396         * docs/design/Makefile.am:
4397           Dist design docs.
4398
4399 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4400
4401         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4402         typo. Fixes: #390063.
4403
4404 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4405
4406         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4408         caps leak.
4409         * win32/common/config.h: Updated.
4410
4411 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4412
4413         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4414         (setup_gdpdepay_streamheader):
4415         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4416         (setup_gdppay_streamheader):
4417           Fix the dp tests, but activating the pads for the streamheader tests
4418           too and cleaning up conditionaly
4419
4420 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4421
4422         * gst/ffmpegcolorspace/avcodec.h:
4423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4424         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4425         (gst_ffmpegcsp_avpicture_fill):
4426         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4427         (img_get_alpha_info):
4428         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4429         other end of the word. Fixes: #387073.
4430
4431         Add some inconsequential branch hints in a couple of places.
4432
4433 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4436         (gst_ffmpeg_caps_to_smpfmt):
4437           The "signed" field in raw audio caps is of boolean type, trying to
4438           extract the value with _get_int() will fail (fix to keep in sync with
4439           the copy in gst-ffmpeg)
4440
4441 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4442
4443         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4444         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4445         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4446         (cleanup_gdpdepay):
4447         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4448         * tests/check/elements/subparse.c: (teardown_subparse):
4449         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4450         * tests/check/elements/videorate.c: (cleanup_videorate):
4451         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4452         * tests/check/elements/volume.c: (cleanup_volume):
4453         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4454         (cleanup_vorbisdec):
4455         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4456         (cleanup_vorbistag):
4457           consistent pad (de)activation
4458
4459 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4462           Forgot to register the extensions.
4463
4464 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4467         (plugin_init):
4468           Add typefinder for VIVO files (my christmas present to the 90s).
4469
4470 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst/playback/gstdecodebin.c: (type_found):
4473           Special-case the text/plain media type: we only want to recognise it
4474           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4475           parser, but not if the entire stream is of text/plain type. If the
4476           entire stream is text/plain, we should just error out.
4477
4478           This fixes playback of audio files with lyrics in totem. Totem can't
4479           distinguish between text files and subtitle files and passes any
4480           .txt file with the same basename as the main file to playbin as
4481           suburi, and playbin will then throw a 'subtitle found, but no video
4482           stream' error, which isn't entirely helpful. See #380342.
4483
4484           Also, with this change we'll show a slightly more correct error
4485           message in case totem passes a playlist file to us (although a
4486           custom error message wording instead of the default text would
4487           probably not be a bad idea either).
4488
4489           Same problem also needs to be fixed for playbin+decodebin2.
4490
4491         * tests/check/Makefile.am:
4492         * tests/check/elements/decodebin.c: (src_handoff_cb),
4493         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4494         (decodebin_suite):
4495           Add simple unit test for decodebin for the above.
4496
4497 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4500         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4501           Refuse to change state to READY when we failed to create any of the
4502           required elements in our instance init function.
4503
4504 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4505
4506         * docs/libs/gst-plugins-base-libs-sections.txt:
4507           Small docs fixes/updates.
4508
4509         * gst-libs/gst/video/gstvideosink.h:
4510           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4511           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4512           removed from the base sink API between 0.9.6 and 0.9.7).
4513           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4514           accessor macros, so we don't do a runtime GObject type check every
4515           time we use them.
4516
4517 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4518
4519         * Makefile.am:
4520         * gst-plugins-base.doap:
4521         * gst-plugins-base.spec.in:
4522           add doap file
4523
4524 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         Patch by: Jens Granseuer <jensgr at gmx net>
4527
4528         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4529         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4530         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4531         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4533           Declare variables at the beginning of a block. Fixes #383195.
4534
4535 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4536
4537         * configure.ac:
4538         Bump version nano - back to CVS.
4539
4540
4541 === release 0.10.11 ===
4542
4543 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4544
4545         * configure.ac:
4546           releasing 0.10.11, "Dumb things"
4547
4548 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4549
4550         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4551         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4552         Handle the case where an element has multiple pads with 
4553         unfixed caps as well as still possibly producing more dynamic 
4554         pads by storing each case as a distinct entry in the dynamic list.
4555         Fixes #38223 again.
4556
4557 2006-12-04  Wim Taymans  <wim@fluendo.com>
4558
4559         * gst/playback/gstdecodebin.c: (close_pad_link):
4560         Fix #382223, add more dynamic caps handling.
4561
4562 2006-12-04  Wim Taymans  <wim@fluendo.com>
4563
4564         reviewed by: <delete if not using a buddy>
4565
4566         * gst-libs/gst/audio/gstringbuffer.h:
4567         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4568         (gst_netaddress_set_ip4_interface),
4569         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4570         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4571         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4572         (gst_netaddress_get_ttl):
4573         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4574         * gst/playback/gstdecodebin.c: (close_pad_link):
4575         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4576         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4577         * win32/common/config.h:
4578
4579 2006-12-01  Michael Smith  <msmith@fluendo.com>
4580
4581         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4582           Delete bad debug code.
4583           Fixes #381219
4584
4585 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4586
4587         * gst/videoscale/vs_4tap.c:
4588         * win32/MANIFEST:
4589         * win32/common/config.h:
4590         * win32/vs8/libgstvideoscale.vcproj:
4591         Fix compilation on win32 under VS8
4592         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4593         Partially fixes #381175
4594
4595 2006-11-30  Michael Smith  <msmith@fluendo.com>
4596
4597         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4598         (GST_START_TEST):
4599           It would be very bad if, after a discont buffer, we thought every
4600           single following buffer was also discont. So, add to the test to
4601           ensure that this isn't the case.
4602           
4603         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4604           ... it was the case. So fix it.
4605
4606 2006-11-28  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst/playback/gstplaybasebin.c: (check_queue_event):
4609         Improve debug.
4610
4611         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4612         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4613         padtemplate caps. Refixes #357577.
4614
4615 2006-11-28  Wim Taymans  <wim@fluendo.com>
4616
4617         * gst/playback/gstplaybasebin.c: (check_queue_event),
4618         (queue_threshold_reached), (queue_out_of_data),
4619         (gen_preroll_element):
4620         Add event probe to see when EOS is in a queue and we can disable the
4621         underrun signals. Fixes #357577.
4622
4623 2006-11-28  Edward Hervey  <edward@fluendo.com>
4624
4625         * gst/playback/Makefile.am:
4626         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4627         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4628         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4629         (gst_decode_bin_init), (gst_decode_bin_dispose),
4630         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4631         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4632         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4633         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4634         (connect_element), (expose_pad), (type_found),
4635         (pad_added_group_cb), (pad_removed_group_cb),
4636         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4637         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4638         (are_raw_caps), (multi_queue_overrun_cb),
4639         (multi_queue_underrun_cb), (gst_decode_group_new),
4640         (get_current_group), (group_demuxer_event_probe),
4641         (gst_decode_group_control_demuxer_pad),
4642         (gst_decode_group_control_source_pad),
4643         (gst_decode_group_check_if_blocked),
4644         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4645         (gst_decode_group_hide), (gst_decode_group_free),
4646         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4647         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4648         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4649         (plugin_init):
4650         New decodebin2 element.
4651         Closes #370092
4652         * gst/playback/gstplay-marshal.list:
4653         Added marshallers for new signals in decodebin2
4654         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4655         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4656         is set.
4657
4658 2006-11-28  Wim Taymans  <wim@fluendo.com>
4659
4660         * gst/playback/gstplaybasebin.c: (setup_source),
4661         (gst_play_base_bin_change_state):
4662         Disable rtsp:// uris for the release, it's not good enough yet.
4663         Remove unused var.
4664
4665 2006-11-26  Wim Taymans  <wim@fluendo.com>
4666
4667         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4668         (theora_dec_push_forward), (theora_dec_push_reverse),
4669         (theora_handle_data_packet), (theora_dec_decode_buffer),
4670         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4671         (theora_dec_chain_forward), (theora_dec_chain):
4672         Implement reverse playback.
4673
4674         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4675         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4676         (vorbis_dec_chain_forward):
4677         Clear buffers used for reverse playback in _reset.
4678         No need to set the eos flag, we clip samples using the segment.
4679
4680 2006-11-24  Wim Taymans  <wim@fluendo.com>
4681
4682         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4683         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4684         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4685         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4686         Some cleanups.
4687         Handle continued pages in reverse mode.
4688
4689 2006-11-24  Wim Taymans  <wim@fluendo.com>
4690
4691         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4692         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4693         (vorbis_dec_flush_decode):
4694         Small cleanups.
4695         Don't try to add invalid timestamps.
4696         Clipping will unref the buffer.
4697
4698 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4699
4700         * gst/adder/gstadder.h:
4701         * gst/audiotestsrc/gstaudiotestsrc.h:
4702           remove obsolete _factory_init protos
4703
4704 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4705
4706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4707           Fix spacing in debug message.
4708
4709 2006-11-23  Wim Taymans  <wim@fluendo.com>
4710
4711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4712         (gst_ogg_demux_chain):
4713         Don't just ignore return values from _pad_push().
4714         Small debug improvements.
4715
4716 2006-11-23  Michael Smith  <msmith@fluendo.com>
4717
4718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4719           If our incoming buffer is marked as DISCONT, then increment the page
4720           number (so that the discontinuity is marked in the final ogg
4721           bitstream) and flush the previous page.
4722
4723 2006-11-22  Michael Smith  <msmith@fluendo.com>
4724
4725         * ext/theora/gsttheoraenc.h:
4726         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4727         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4728         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4729         (theora_enc_chain), (theora_enc_change_state):
4730           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4731
4732         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4733         (GST_START_TEST), (theoraenc_suite):
4734           Enable discontinuity test, fix it.
4735
4736 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4737
4738         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4739         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4740         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4741         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4742         (gst_text_overlay_change_state):
4743         * ext/pango/gsttextoverlay.h:
4744           Some textoverlay fixes: for one, in the video chain function,
4745           actually wait for a text buffer to come in if there is none at the
4746           moment and there should be one; also, deal more gracefully with
4747           incoming buffers that do not have a timestamp or duration; discard
4748           text buffer when not needed any longer. Fixes #341681.
4749
4750         * tests/check/Makefile.am:
4751         * tests/check/elements/.cvsignore:
4752         * tests/check/elements/textoverlay.c:
4753         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4754         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4755         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4756         (test_video_waits_for_text_send_text_newsegment_thread),
4757         (test_video_waits_for_text_shutdown_element),
4758         (test_render_continuity_push_video_buffers_thread),
4759         (textoverlay_suite):
4760           Add some unit tests for textoverlay.
4761
4762 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4765           Avoid integer underflow when the found probability for mp3 is
4766           smaller than the 'penalty' we subtract if there's not a clean
4767           mp3 header sync at offset 0.
4768
4769 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4770
4771         * docs/libs/gst-plugins-base-libs-sections.txt:
4772           Add some new symbols to the docs
4773
4774 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * tests/check/Makefile.am:
4777         * tests/check/elements/ffmpegcolorspace.c:
4778         (ffmpegcolorspace_suite):
4779           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4780           (for now not for valgrinding though, since it takes too long).
4781
4782 2006-11-20  Wim Taymans  <wim@fluendo.com>
4783
4784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4785         (gst_ffmpeg_pixfmt_to_caps):
4786         Fix RGBA32 caps. Fixes #357038.
4787
4788 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4789
4790         * gst-libs/gst/interfaces/mixertrack.h:
4791           Add FIXME so we can add some padding here in 0.11
4792
4793 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4794
4795         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4796           Fix GstBaseRTPAudioPayload structure so the whole GObject
4797           inheritance business actually works (parent class instance structure
4798           must always come first in the derived class instance structure).
4799
4800 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4801
4802         * gst/videotestsrc/Makefile.am:
4803         * tests/check/Makefile.am:
4804           Make sure our checks and the videotestsrc plugin link against the
4805           local uninstalled gst libs and not any installed gst libs that
4806           might happen to exist as well.
4807
4808         * tests/check/elements/adder.c: (message_received),
4809         (test_event_message_received), (test_play_twice_message_received):
4810         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4811           Fix compiler warnings when compiling against core with disabled
4812           debugging system.
4813
4814 2006-11-16  Michael Smith  <msmith@fluendo.com>
4815
4816         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4817         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4818           Fix audiorate, so that it accurately sets offsets and timestamps.
4819           Doesn't change the fundamental algorithmic decisions; so should be
4820           safe.
4821
4822         * tests/check/Makefile.am:
4823           Enable audiorate test now that it passes.
4824
4825 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4826
4827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4828           clear xv when going to NULL, remove // commented non-existant proto
4829
4830         * tests/examples/seek/seek.c: (main):
4831           add missing tooltip description for scrub and play_scrub
4832
4833 2006-11-14  David Schleef  <ds@schleef.org>
4834
4835         * configure.ac:
4836           Bump liboil requirement to 0.3.8.
4837         * gst-libs/gst/riff/riff-media.c:
4838           Add Dirac fourcc.
4839         * gst/videoscale/vs_image.h:
4840         * gst/videoscale/vs_scanline.h:
4841           Use liboil's stdint.h.
4842         * gst/videotestsrc/videotestsrc.c:
4843           Remove liboil related ifdef's, since they aren't needed now, and
4844           won't work with future versions.
4845
4846 2006-11-14  David Schleef  <ds@schleef.org>
4847
4848         * gst/videoscale/Makefile.am:
4849         * gst/videoscale/gstvideoscale.c:
4850         * gst/videoscale/gstvideoscale.h:
4851         * gst/videoscale/vs_4tap.c:
4852         * gst/videoscale/vs_4tap.h:
4853         * gst/videoscale/vs_image.c:
4854         * gst/videoscale/vs_image.h:
4855         * gst/videoscale/vs_scanline.c:
4856         * gst/videoscale/vs_scanline.h:
4857           Add a 4-tap image scaler.  Theoretically looks much prettier.
4858           The tap calculation could use some improvement.
4859
4860 2006-11-14  Wim Taymans  <wim@fluendo.com>
4861
4862         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4863
4864         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4865         (gst_riff_parse_strf_iavs):
4866         * gst/subparse/gstsubparse.c: (convert_encoding):
4867         * gst/tcp/gstmultifdsink.c:
4868         (gst_multi_fd_sink_handle_client_write):
4869         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4870         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4871         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4872         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4874         (gst_ximagesink_ximage_new):
4875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4876         Various gsize and gssize printf fixes. Fixes #372507.
4877
4878 2006-11-13  Wim Taymans  <wim@fluendo.com>
4879
4880         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4881         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4882         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4883         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4884         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4885         * ext/vorbis/vorbisdec.h:
4886         First stab at vorbis reverse playback.
4887
4888 2006-11-13  Wim Taymans  <wim@fluendo.com>
4889
4890         * gst-libs/gst/audio/gstbaseaudiosink.c:
4891         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4892         * gst-libs/gst/audio/gstbaseaudiosink.h:
4893         Make the clock sync code more accurate wrt resampling and playback
4894         at different rates.
4895         
4896         * gst-libs/gst/audio/gstringbuffer.c:
4897         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4898         * gst-libs/gst/audio/gstringbuffer.h:
4899         Use better algorithm to interpolate sample rates. 
4900
4901 2006-11-13  Michael Smith  <msmith@fluendo.com>
4902
4903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4904           Improve a debug line slightly.
4905
4906         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4907           Call gst_riff_init() in plugin_init, to avoid getting errors from
4908           the debug system (unrelated changes to another plugin made this turn
4909           up; not sure why).
4910
4911 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4914
4915         * win32/common/libgsttag.def:
4916           Add missing symbol (#366492).
4917
4918 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4921           Don't unref a NULL pad.
4922
4923 2006-11-09  Wim Taymans  <wim@fluendo.com>
4924
4925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4926         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4927         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4928         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4929         (gst_ogg_demux_loop):
4930         Implement first stab at reverse playback.
4931
4932 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4933
4934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4935         (gst_riff_create_video_template_caps):
4936           add h263/h264 variants to the caps, Fixes #363118
4937
4938 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4941         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4942           Use g_strerror instead of strerror so we get UTF-8.
4943
4944 2006-11-03  David Schleef  <ds@schleef.org>
4945
4946         * ext/ogg/gstoggdemux.c:
4947         * ext/ogg/gstoggmux.c:
4948           Add/remove KW-DIRAC header here, since it is ogg-specific.
4949
4950 2006-11-03  Michael Smith  <msmith@fluendo.com>
4951
4952         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4953           Recognise more mpeg4 elementary video streams.
4954
4955 2006-11-02  Edward Hervey  <edward@fluendo.com>
4956
4957         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4958         Lower the probability of mp3 typefinding functions if we don't find a
4959         valid mp3 header at the start of the file.
4960         Closes #369482
4961
4962 2006-11-02  Wim Taymans  <wim@fluendo.com>
4963
4964         * ext/theora/gsttheoradec.h:
4965         * ext/theora/theoradec.c: (gst_theora_dec_init),
4966         (theora_dec_sink_event), (theora_dec_chain_forward),
4967         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4968         (theora_dec_chain):
4969         Document and partially implement an algorithm for doing reverse playback
4970         of theora video.
4971
4972 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4975
4976         * win32/common/config.h:
4977         * win32/common/interfaces-enumtypes.c:
4978         * win32/common/libgsttag.def:
4979         * win32/vs8/gst-plugins-base.sln:
4980         * win32/vs8/libgstaudioresample.vcproj:
4981         * win32/vs8/libgstinterfaces.vcproj:
4982         * win32/vs8/libgstogg.vcproj:
4983         * win32/vs8/libgstriff.vcproj:
4984         * win32/vs8/libgsttag.vcproj:
4985         * win32/vs8/libgsttheora.vcproj:
4986         * win32/vs8/libgstvideoscale.vcproj:
4987         * win32/vs8/libgstvorbis.vcproj:
4988           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4989           to libgsttag.def; add missing dependencies for some vs8 projects;
4990           re-arrange placement of .def files in vs8 projects (#366334).
4991
4992 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * ext/ogg/gstogg.c:
4995           Remove unused variable.
4996
4997         * ext/ogg/gstoggdemux.c:
4998           Fix Wim's surname in plugin description.
4999
5000 2006-10-31  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst-plugins-base.spec.in:
5003         spec new .h file. Fixes #368310.
5004
5005 2006-10-31  Michael Smith  <msmith@fluendo.com>
5006
5007         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5008         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5009         (gst_multi_fd_sink_get_stats),
5010         (gst_multi_fd_sink_remove_client_link),
5011         (gst_multi_fd_sink_queue_buffer),
5012         (gst_multi_fd_sink_handle_clients):
5013         * gst/tcp/gstmultifdsink.h:
5014           Make using the remove or clear signals threadsafe.
5015           Make calling get-stats with an invalid fd not segfault.
5016           Fixes 368273.
5017
5018 2006-10-31  Wim Taymans  <wim@fluendo.com>
5019
5020         * gst-libs/gst/rtp/Makefile.am:
5021         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5022         (gst_base_rtp_audio_payload_init):
5023         Fix and activate base audio payloader.
5024
5025 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5028         (plugin_init):
5029           Add typefinder for QuickTime Image Files (see #366156).
5030
5031 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5032
5033         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5034           Another typo fix (#366212).
5035
5036 2006-10-27  Wim Taymans  <wim@fluendo.com>
5037
5038         * gst/volume/gstvolume.c: (volume_transform_ip):
5039         Use stream time to synchronize volume property instead of rather random
5040         timestamps. This is needed when gnonlin does its time shifting.
5041
5042 2006-10-27  Wim Taymans  <wim@fluendo.com>
5043
5044         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5045
5046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5047         Remove the pad from the element in release_pad. Fixes #364812.
5048
5049 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5050
5051         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5053           Explicitly create our custom buffer classes at a thread-safe
5054           location as well, since g_type_class_ref() doesn't seem to be
5055           entirely thread-safe either (#365501; also see #349410).
5056
5057 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5060         (gst_riff_parse_info):
5061           If strings in INFO chunk are not UTF-8, do something similar to
5062           what we do for ID3v1 tags: check a number of environment variables
5063           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5064           character sets to try, otherwise try the current locale and/or fall
5065           back on ISO-8859-1. Fixes #360552.
5066
5067 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * gst/videotestsrc/gstvideotestsrc.c:
5070         (gst_video_test_src_pattern_get_type),
5071         (gst_video_test_src_set_pattern):
5072         * gst/videotestsrc/gstvideotestsrc.h:
5073         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5074         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5075         (gst_video_test_src_checkers8):
5076         * gst/videotestsrc/videotestsrc.h:
5077           Add a bunch of exciting new checkers patterns.
5078
5079 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * gst/subparse/Makefile.am:
5082         * gst/subparse/gstsubparse.c:
5083         (gst_sub_parse_data_format_autodetect),
5084         (gst_sub_parse_format_autodetect), (handle_buffer),
5085         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5086         * gst/subparse/gstsubparse.h:
5087         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5088         (parse_tmplayer):
5089         * gst/subparse/tmplayerparse.h:
5090           Add support for TMPlayer-type subtitles (#362845).
5091
5092         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5093         (GST_START_TEST), (subparse_suite):
5094           Add some basic unit tests for the above.
5095
5096 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * tests/check/elements/audiorate.c: (test_injector_base_init),
5099         (test_injector_class_init), (test_injector_chain),
5100         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5101         (GST_START_TEST), (audiorate_suite):
5102           More tests for audiorate: inject buffers to check behaviour when
5103           buffers overlap.
5104
5105 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         * tests/check/Makefile.am:
5108         * tests/check/elements/.cvsignore:
5109         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5110         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5111           Add some basic unit tests for audiorate. Disabled at the moment
5112           since it doesn't pass yet (see bug #363119).
5113
5114 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5115
5116         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5117         (parse_subrip), (handle_buffer):
5118           Add missing closing tags for markup and fix broken markup,
5119           otherwise pango won't render anything (fixes #357531). Also,
5120           make sure the text we send out is always NUL-terminated
5121           (better safe than sorry etc.).
5122
5123         * tests/check/elements/subparse.c: (test_srt_do_test),
5124         (test_srt):
5125           Some more tests for .srt incl. tests for the above stuff.
5126
5127 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5128
5129         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5131         Patch by: Stefan Kost  <ensonic@users.sf.net>
5132         Try to redraw borders only when needed. Apparently this consumes
5133         resources on small devices... :-O (#363607)
5134
5135 2006-10-20  Michael Smith  <msmith@fluendo.com>
5136
5137         * gst/tcp/gstmultifdsink.c:
5138         (gst_multi_fd_sink_client_queue_buffer):
5139           If caps change, then update the client's idea of the caps so that we
5140           don't end up re-sending streamheaders for every single buffer after
5141           the caps change.
5142
5143 2006-10-20  Michael Smith  <msmith@fluendo.com>
5144
5145         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5146         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5147           Set caps on pushed buffers; fix up refcounting of caps objects.
5148
5149 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5152         (plugin_init):
5153           Typefind mmsh header data packet to application/x-mmsh (#362625).
5154
5155 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * tests/check/Makefile.am:
5158         * tests/check/elements/.cvsignore:
5159         * tests/check/elements/subparse.c: (buffer_from_static_string),
5160         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5161         (GST_START_TEST), (subparse_suite):
5162           Add very simple unit test for subparse.
5163
5164 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5167         (parse_subrip):
5168           Strip trailing newlines from subtitle text output.
5169
5170 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5173         (gst_sub_parse_change_state):
5174           Fix memleak; clear subparse->textbuf n state change function.
5175
5176 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * gst/subparse/gstsubparse.c:
5179         (gst_sub_parse_data_format_autodetect):
5180           Don't require subrip (.srt) files to start with a chunk number of 1.
5181
5182 2006-10-18  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst-libs/gst/audio/gstbaseaudiosink.c:
5185         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5186         * gst-libs/gst/audio/gstbaseaudiosink.h:
5187         Extract rate from the NEWSEGMENT event.
5188         Use commit_full to also take rate adjustment into account when writing
5189         samples to the ringbuffer.
5190         
5191         * gst-libs/gst/audio/gstringbuffer.c:
5192         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5193         (gst_ring_buffer_read):
5194         * gst-libs/gst/audio/gstringbuffer.h:
5195         Added _commit_full() to also take rate into account.
5196         Use simple interpolation algorithm to resample audio.
5197         API: gst_ring_buffer_commit_full()
5198
5199         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5200         * tests/examples/seek/seek.c: (segment_done):
5201         Don't try to seek with 0.0 rate, just pause instead.
5202         Remove bogus debug line.
5203
5204 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5207         (setup_source):
5208           Catch async errors when starting up the subtitle bin, so we can
5209           stop waiting and continue with the main film instead of hanging
5210           forever. Fixes #339366.
5211
5212         * tests/check/elements/playbin.c: (playbin_suite):
5213           Enable unit test for the above.
5214
5215 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * tests/check/Makefile.am:
5218         * tests/check/elements/.cvsignore:
5219         * tests/check/elements/playbin.c: (GST_START_TEST),
5220         (gst_red_video_src_uri_get_type),
5221         (gst_red_video_src_uri_get_protocols),
5222         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5223         (gst_red_video_src_uri_handler_init),
5224         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5225         (gst_red_video_src_create), (gst_red_video_src_class_init),
5226         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5227           Some small and basic unit tests for playbin; not very useful yet,
5228           but at least a start.
5229
5230 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * gst/playback/gstplaybin.c: (setup_sinks):
5233           The old pad activation spiel.
5234
5235 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/playback/gstplaybasebin.c: (setup_source):
5238           Don't hang forever if the subbin already fails to start up in 
5239           the state change to PAUSED (#339366).
5240
5241 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5244         (gst_tuner_set_channel), (gst_tuner_get_channel),
5245         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5246         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5247         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5248         (gst_tuner_find_channel_by_name):
5249           Fix some function guards, add some more function guards.
5250
5251 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5252
5253         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5254         (remove_element_chain):
5255         Don't return a pad from get_our_ghost_pad unless it is actually the
5256         one we want.
5257         Change a cast in remove_element_chain slightly.
5258
5259 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5260
5261         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5262         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5263         Segment seeking needs to use the rate and set stop to -1.
5264
5265 2006-10-13  Wim Taymans  <wim@fluendo.com>
5266
5267         * gst-libs/gst/audio/gstbaseaudiosink.c:
5268         (gst_base_audio_sink_setcaps):
5269         Don't crash when ringbuffer is not yet created.
5270         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5271         Fixes #361634.
5272
5273         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5274         * gst/playback/gststreamselector.c:
5275         (gst_stream_selector_request_new_pad):
5276         Activate pads befre adding them to running elements.
5277
5278 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5279
5280         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5281         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5282         updater when we start grabing the slider. Don't wait for the
5283         pipeline to be PAUSED.
5284
5285 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5286
5287         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5288         (gst_mixer_set_volume), (gst_mixer_get_volume),
5289         (gst_mixer_set_mute), (gst_mixer_set_option),
5290         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5291         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5292         (gst_mixer_option_changed):
5293           Guard mixer interface functions against bogus arguments.
5294
5295 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5296
5297         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5298         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5299         (msg_state_changed), (main): Use state-changed messages to trigger
5300         start/stop of scale update timer. Indeed the scale slider was
5301         jumping here and there because the update timer was activated 
5302         before seek completed. This fixes instant applying of rate changes
5303         by pressing the spinbutton like a crazy man !
5304
5305 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5308
5309         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5310         (gst_basertppayload_finalize):
5311           Fix two small memory leaks (#361456).
5312
5313 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5314
5315         * tests/examples/seek/seek.c: (do_seek),
5316         (rate_spinbutton_changed_cb): When changing spinbutton we try
5317         to change the rate on the fly.
5318
5319 2006-10-10  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst-libs/gst/riff/riff-ids.h:
5322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5323         (gst_riff_create_audio_template_caps):
5324         Add WMS caps.
5325
5326 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5327
5328         Patch by: Josep Torra Valles <josep@fluendo.com>
5329
5330         * ext/gnomevfs/gstgnomevfssink.c:
5331         * ext/gnomevfs/gstgnomevfssrc.c:
5332         Fix URI interface implementation return type.
5333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5334         Fix what looks like a copy/paste issue when assigning values.
5335         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5336         (gst_audio_filter_template_get_type):
5337         Cast to prevent Forte warnings.
5338         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5339         Fix URI interface implementation return type.
5340         gst_pad_query_position requires a signed integer pointer as
5341         3rd parameter, GstClockTime is unsigned.
5342         * gst/audioconvert/audioconvert.c:
5343         Fix integer overflow when treated as signed.
5344         * gst/audioresample/resample.c: (resample_add_input_data):
5345         Cast to prevent warnings on Forte.
5346         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5347         Fix integer overflow when treated as signed.
5348         * gst/ffmpegcolorspace/imgconvert_template.h:
5349         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5350         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5351         (cleanup_decodebin):
5352         Who initialises a guint to -1!
5353         Cast function pointers to prevent warnings on Forte.
5354         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5355         (queue_threshold_reached):
5356         Cast function pointers correctly to prevent warnings on Forte.
5357         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5358         Cast function pointers correctly to prevent warnings on Forte.
5359         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5360         Obvious change to unsigned, 0xEF > max signed char.
5361         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5362         GstClockTime is unsigned, initialise correctly.
5363         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5364         Cast so pointer arithemetic doesn't cause warnings on Forte.
5365         * gst/videorate/gstvideorate.c:
5366         Use correct return value.
5367         * tests/examples/seek/scrubby.c:
5368         GstClockTime is unsigned, initialise correctly.
5369
5370 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5373
5374         * gst/typefind/gsttypefindfunctions.c:
5375           Recognise XML files and XML-like files shorter than 256 bytes as
5376           well (fixes #359237).
5377
5378 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5379
5380         Patch by: Renato Filho <renato.filho@indt.org.br>
5381         
5382         * gst/typefind/gsttypefindfunctions.c:
5383         Added typefind functions to video/x-nuv media.
5384         
5385 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5386
5387         * gst-libs/gst/interfaces/xoverlay.c:
5388         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5389           Some more guards against invalid input.
5390
5391 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5392
5393         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5394         Useless goto.
5395         * tests/examples/seek/seek.c: (do_seek),
5396         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5397         seek example to experiment with rates != 1.0 (reverse playback !)
5398
5399 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5400
5401         * gst-libs/gst/interfaces/xoverlay.c:
5402           Unref message in doc-example (spotted by Robert McQueen)
5403
5404 2006-10-06  Wim Taymans  <wim@fluendo.com>
5405
5406         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5407         (mpeg1_parse_header), (mpeg1_sys_type_find):
5408         printf fix.
5409
5410 2006-10-06  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5413         (close_pad_link):
5414         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5415         Activate dynamic pads before adding them to the element.
5416
5417 2006-10-06  Michael Smith  <msmith@fluendo.com>
5418
5419         * gst-libs/gst/floatcast/floatcast.h:
5420           Fix obviously-bogus macros; use the correct types.
5421
5422 2006-10-06  Wim Taymans  <wim@fluendo.com>
5423
5424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5425         (gst_base_rtp_depayload_change_state):
5426         Also call parent state change function to activate pads.
5427
5428         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5429         (mpeg1_parse_header), (mpeg1_sys_type_find):
5430         Add some more debug info in mpeg typefinding.
5431
5432 2006-10-06  Michael Smith  <msmith@fluendo.com>
5433
5434         * ext/theora/theoradec.c: (theora_dec_chain):
5435           Zero byte theora packets are valid and well-defined; don't warn on
5436           them.
5437
5438 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5441         (gst_multi_fd_sink_get_stats), (find_limits),
5442         (gst_multi_fd_sink_queue_buffer):
5443           API: add dropped_buffers to the get-stats GValueArray
5444
5445 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * ext/alsa/gstalsadeviceprobe.c:
5448         (gst_alsa_device_property_probe_get_values):
5449         * ext/alsa/gstalsasink.c: (set_hwparams):
5450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5451         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5453         (gst_ogg_mux_process_best_pad):
5454         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5455         (gst_ogg_parse_chain):
5456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5457         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5458         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5459         (gst_vorbis_enc_buffer_check_discontinuous):
5460         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5461         * gst-libs/gst/audio/gstbaseaudiosink.c:
5462         (gst_base_audio_sink_render):
5463         * gst-libs/gst/cdda/gstcddabasesrc.c:
5464         (gst_cdda_base_src_handle_track_seek):
5465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5466         (gst_base_rtp_depayload_push_full):
5467         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5468         * gst/audioresample/resample.c: (resample_input_pushthrough):
5469         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5472         (wavpack_type_find):
5473         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5474         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5475         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5476         * tests/check/elements/volume.c: (GST_START_TEST):
5477           Printf format fixes.
5478
5479 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5482           Fix a simple mistake (see the docs)
5483           Fixes #359580
5484
5485 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * docs/plugins/Makefile.am:
5488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5490         * docs/plugins/gst-plugins-base-plugins.args:
5491         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5492         * docs/plugins/inspect/plugin-adder.xml:
5493         * docs/plugins/inspect/plugin-alsa.xml:
5494         * docs/plugins/inspect/plugin-audioconvert.xml:
5495         * docs/plugins/inspect/plugin-audiorate.xml:
5496         * docs/plugins/inspect/plugin-audioresample.xml:
5497         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5498         * docs/plugins/inspect/plugin-cdparanoia.xml:
5499         * docs/plugins/inspect/plugin-decodebin.xml:
5500         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5501         * docs/plugins/inspect/plugin-gdp.xml:
5502         * docs/plugins/inspect/plugin-gnomevfs.xml:
5503         * docs/plugins/inspect/plugin-libvisual.xml:
5504         * docs/plugins/inspect/plugin-ogg.xml:
5505         * docs/plugins/inspect/plugin-pango.xml:
5506         * docs/plugins/inspect/plugin-playbin.xml:
5507         * docs/plugins/inspect/plugin-subparse.xml:
5508         * docs/plugins/inspect/plugin-tcp.xml:
5509         * docs/plugins/inspect/plugin-theora.xml:
5510         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5511         * docs/plugins/inspect/plugin-video4linux.xml:
5512         * docs/plugins/inspect/plugin-videorate.xml:
5513         * docs/plugins/inspect/plugin-videoscale.xml:
5514         * docs/plugins/inspect/plugin-videotestsrc.xml:
5515         * docs/plugins/inspect/plugin-volume.xml:
5516         * docs/plugins/inspect/plugin-vorbis.xml:
5517         * docs/plugins/inspect/plugin-ximagesink.xml:
5518         * docs/plugins/inspect/plugin-xvimagesink.xml:
5519           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5520
5521 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5524
5525         * ext/vorbis/Makefile.am:
5526         * ext/vorbis/vorbis.c: (plugin_init):
5527         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5528         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5529         * ext/vorbis/vorbisparse.h:
5530         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5531         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5532         (gst_vorbis_tag_parse_packet):
5533         * ext/vorbis/vorbistag.h:
5534           Add new vorbistag element which derives from vorbisparse
5535           and is essentially the same as well, only that it implements
5536           the GstTagSetter interface and can modify the stream's
5537           vorbiscomment on the fly (#335635).
5538
5539         * tests/check/Makefile.am:
5540         * tests/check/elements/.cvsignore:
5541         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5542         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5543         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5544         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5545           Add unit test for new vorbistag element.
5546
5547 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5550         (vorbis_parse_push_headers), (vorbis_parse_chain):
5551           Set BOS flag in packet structure to fix 'jump depends
5552           on unitialized value' errors in valgrind; various minor
5553           clean-ups.
5554
5555 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5556
5557         * gst/playback/gstdecodebin.c: (close_pad_link):
5558         Fix typo in a debug statement.
5559
5560         * gst/playback/gstplaybasebin.c: (probe_triggered),
5561         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5562         (gen_source_element), (source_new_pad), (analyse_source),
5563         (setup_source):
5564         When handling no_more_pads in new_decoded_pad, make sure to treat
5565         subtitle pads correctly. Fixes playback with subtitle files.
5566
5567         Move a recurring message to LOG level.
5568
5569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5570         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5571         which ends up as -1 when cast to an int. Make the logic handle the
5572         max value as an unsigned mask and only change the colorkey when it's
5573         a value we recognise.
5574
5575 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5576
5577         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5578         Removed empty * between paragraphs
5579
5580 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5581
5582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5583         * gst-libs/gst/rtp/README:
5584         Moved some documentation into .c file
5585
5586 2006-09-29  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst/playback/gstdecodebin.c: (no_more_pads):
5589         Fix compilation.
5590
5591 2006-09-29  Wim Taymans  <wim@fluendo.com>
5592
5593         * gst/playback/gstdecodebin.c: (new_caps):
5594         Remove g_print
5595
5596         * gst/playback/gstplaybin.c:
5597         Add some docs.
5598
5599 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * tests/check/Makefile.am:
5602           Re-enable cddabasesrc test to see if it works again
5603           now.
5604
5605 2006-09-29  Wim Taymans  <wim@fluendo.com>
5606
5607         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5608         (gen_source_element):
5609         Handle invalid URIs a bit more gracefully.
5610
5611 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * tests/check/pipelines/oggmux.c:
5614           Remove obsolete comment.
5615
5616 2006-09-29  Michael Smith  <msmith@fluendo.com>
5617
5618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5619         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5620         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5621         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5622         (gst_ogg_mux_collected):
5623           Commit patch from James "Doc" Livingston, adds proper EOS handling
5624           in oggmux. GStreamer can, for the first time ever, create a valid
5625           Ogg file! Yay!
5626
5627         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5628         (oggmux_suite):
5629           Reenable tests now that they pass.
5630
5631 2006-09-29  Wim Taymans  <wim@fluendo.com>
5632
5633         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5634         Stop reading commands when EOF (we read 0) as well.
5635
5636 2006-09-28  Wim Taymans  <wim@fluendo.com>
5637
5638         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5639         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5640         (find_dynamic), (unlinked), (close_link):
5641         Implement delayed caps linking needed for element with a lot of
5642         different caps on the src pads that get fixed at runtime.
5643         Improve management of dynamic elements.
5644
5645         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5646         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5647         (gen_preroll_element), (remove_groups), (unknown_type),
5648         (add_element_stream), (no_more_pads_full), (no_more_pads),
5649         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5650         (new_decoded_pad), (setup_subtitle), (array_has_value),
5651         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5652         (analyse_source), (remove_decoders), (make_decoder),
5653         (remove_source), (setup_source), (finish_source), (prepare_output),
5654         (gst_play_base_bin_change_state):
5655         * gst/playback/gstplaybasebin.h:
5656         Use more _CAST instead of full type checking casts.
5657         Small cleanups, plug some leaks.
5658         Handle dynamic sources.
5659         Add some helper functions to create lists of strings used for
5660         blacklisting and other stuff.
5661         Refactor some code dealing with analysing the source.
5662         Re-enable sources without pads (like cd:// or other selfcontained
5663         elements).
5664
5665 2006-09-28  Wim Taymans  <wim@fluendo.com>
5666
5667         * gst-libs/gst/audio/gstbaseaudiosink.c:
5668         (gst_base_audio_sink_render):
5669         When we have a timestamp, we can still perform clipping.
5670         When we have no clock, we must play the sample ASAP.
5671
5672 2006-09-28  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5675         Set caps on outgoing buffers.
5676
5677         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5678         (gst_video_rate_event), (gst_video_rate_chain):
5679         * gst/videorate/gstvideorate.h:
5680         Fix videorate some more. Fixes #357977
5681
5682 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * tests/check/elements/adder.c: (adder_suite):
5685           Don't set timeout to 6 seconds when we're running
5686           in valgrind ... (and how is 6 seconds longer than
5687           the default anyway?)
5688
5689 2006-09-28  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5692         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5693         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5694         Keep sink and src segment to keep track of time and support more
5695         input formats.
5696         Fix bogus next_offset and run_time calculation, don't understand how
5697         this could have worked before. Fixes #357976.
5698         Remove some unneeded vars.
5699
5700 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * gst/playback/gstplaybin.c: (remove_sinks):
5703           Only remove visualisation from visbin if there is a visbin (or:
5704           don't throw warnings when closing totem without playing a file).
5705
5706 2006-09-27  Wim Taymans  <wim@fluendo.com>
5707
5708         * gst-libs/gst/audio/gstbaseaudiosink.c:
5709         (gst_base_audio_sink_render):
5710         Add some more info in a WARNING.
5711
5712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5713         (gst_base_audio_src_create):
5714         Handle PAUSE in create function, use new -core addition to
5715         wait for playing. Fixes pausing and resuming capture from an
5716         audiosrc.
5717
5718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5719         (gst_ring_buffer_read):
5720         Constify some more.
5721         Caller supports interrupted reads now.
5722
5723 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * tests/check/Makefile.am:
5726           Another attempt to make the gen64 buildbot happy.
5727
5728 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5729
5730         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5731
5732         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5733         (gst_visual_chain), (gst_visual_change_state):
5734           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5735           correctly. Fixes #357800
5736
5737 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5740           Add timeout to _get_state() so we see which pipeline it is
5741           that causes trouble on the gen64 build bot.
5742
5743 2006-09-27  Wim Taymans  <wim@fluendo.com>
5744
5745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5746         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5747         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5748         (gst_base_rtp_depayload_set_gst_timestamp):
5749         the source pad always uses fixed caps.
5750
5751 2006-09-27  Wim Taymans  <wim@fluendo.com>
5752
5753         * docs/libs/gst-plugins-base-libs-docs.sgml:
5754         * docs/libs/gst-plugins-base-libs-sections.txt:
5755         * gst-libs/gst/audio/gstaudioclock.c:
5756         * gst-libs/gst/audio/gstaudioclock.h:
5757         * gst-libs/gst/audio/gstaudiosink.c:
5758         * gst-libs/gst/audio/gstaudiosink.h:
5759         * gst-libs/gst/audio/gstaudiosrc.c:
5760         * gst-libs/gst/audio/gstbaseaudiosink.c:
5761         (gst_base_audio_sink_render):
5762         * gst-libs/gst/audio/gstbaseaudiosink.h:
5763         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5764         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5765         * gst-libs/gst/audio/gstringbuffer.h:
5766         Added docs for the audio libs.
5767
5768 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         * tests/check/Makefile.am:
5771           Temporarily disable test that fails on the bots for unknown reasons.
5772
5773 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5774
5775         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5776         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5777         Moved AudioCodecType into priv
5778         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5779
5780 2006-09-25  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5783         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5784         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5785         (new_pad):
5786         Cleanups and small leak fixes.
5787         Added Depayloaders to valid list of autopluggable elements.
5788
5789 2006-09-25  Wim Taymans  <wim@fluendo.com>
5790
5791         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5792         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5793         (gen_video_element), (gen_text_element), (gen_audio_element),
5794         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5795         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5796         Detect NO_PREROLL state change returns and disable clock distribution to
5797         the sinks so that sync is disabled.
5798         Avoid some type checking and do simple casts instead.
5799         Small cleanups, fix some FIXMEs.
5800         Be more robust when linking user specified elements, catch an report
5801         errors. Fixes #357404.
5802         Fix some leaks in the error paths.
5803
5804 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5805
5806         * ChangeLog:
5807           ChangeLog surgery for missing bug-number
5808
5809 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5810
5811         Patch by: Peter Kjellerstedt  <pkj at axis com>
5812
5813         * gst/playback/test.c:
5814           Fix compilation with uClibc and -Werror (#357591).
5815
5816 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5817
5818         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5819           Parse dates that are followed by a time as well (#357532).
5820
5821         * tests/check/libs/tag.c: (test_vorbis_tags):
5822           Add unit test for this.
5823
5824 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5827         (gst_audio_convert_transform_caps):
5828         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5829         * gst/videotestsrc/videotestsrc.h:
5830           A few array const-ifications.
5831
5832 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         * tests/check/Makefile.am:
5835           See if this makes the build bots happy.
5836
5837         * tests/check/libs/cddabasesrc.c:
5838           UTF8-ise my name.
5839
5840 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5843
5844         * gst/subparse/samiparse.c: (handle_start_font),
5845         (fix_invalid_entities):
5846           More case-insensitivity for certain tags; recognise entities with
5847           decimal codes as special entities as well (#357330).
5848
5849 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * gst-libs/gst/Makefile.am:
5852           Need to build tag directory before cdda.
5853
5854 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         * docs/libs/gst-plugins-base-libs-sections.txt:
5857         * gst-libs/gst/cdda/Makefile.am:
5858         * gst-libs/gst/cdda/gstcddabasesrc.c:
5859         (gst_cdda_base_src_base_init):
5860         * gst-libs/gst/cdda/gstcddabasesrc.h:
5861         * gst-libs/gst/tag/tag.h:
5862         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5863         (gst_tag_register_musicbrainz_tags):
5864           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5865           depend on libgsttag. This is required so we can extract/read tags like
5866           DISCID without depending on libgstcddabasesrc (which used to register
5867           them).
5868
5869         * gst-libs/gst/tag/gstvorbistag.c:
5870           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5871           tags (also see #347848).
5872
5873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5874           Log vorbis comments we are actually writing. Const-ify array.
5875
5876 2006-09-23  Wim Taymans  <wim@fluendo.com>
5877
5878         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5879         Improve buffering a bit by avoiding a deadlock because we cannot assume
5880         the underrun is always called.
5881
5882 2006-09-23  Wim Taymans  <wim@fluendo.com>
5883
5884         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5885
5886         * gst-libs/gst/riff/riff-ids.h:
5887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5888         (gst_riff_create_audio_template_caps):
5889         Added MPEG-4 AAC and id and caps. Fixes #357289
5890         Added WMA9 Lossless id.
5891
5892 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5893
5894         * ext/gnomevfs/gstgnomevfssrc.c:
5895           Fix misleading docs addition.
5896
5897         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5898           Get rid of compiler warning the right way.
5899
5900 2006-09-22  Wim Taymans  <wim@fluendo.com>
5901
5902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5903         (gst_base_rtp_depayload_finalize),
5904         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5905         (gst_base_rtp_depayload_push_full),
5906         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5907         (gst_base_rtp_depayload_process),
5908         (gst_base_rtp_depayload_set_gst_timestamp),
5909         (gst_base_rtp_depayload_queue_release):
5910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5911         Small cleanups.
5912         Fix some leaks.
5913         Refactored the process method and added methods to push from the process
5914         vmethod.
5915         Use _scale functions.
5916         API: gst_base_rtp_depayload_push_ts
5917         API: gst_base_rtp_depayload_push
5918
5919         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5920         timestamps are uint.
5921
5922 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5923
5924         * gst-libs/gst/interfaces/xoverlay.c:
5925           Remove unused statement from doc example.
5926
5927 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5928
5929         * gst-libs/gst/interfaces/videoorientation.c:
5930         (gst_video_orientation_iface_init),
5931         (gst_video_orientation_get_hflip),
5932         (gst_video_orientation_get_vflip),
5933         (gst_video_orientation_get_hcenter),
5934         (gst_video_orientation_get_vcenter),
5935         (gst_video_orientation_set_hflip),
5936         (gst_video_orientation_set_vflip),
5937         (gst_video_orientation_set_hcenter),
5938         (gst_video_orientation_set_vcenter):
5939           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5940           in ChangeLog)
5941
5942 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * tests/check/Makefile.am:
5945         * tests/check/elements/.cvsignore:
5946         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5947         (create_rgb_conversions), (rgb_conversion_free),
5948         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5949         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5950           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5951           but disable for now since it doesn't pass (something wrong with
5952           RGBA somewhere).
5953
5954 2006-09-21  Wim Taymans  <wim@fluendo.com>
5955
5956         * gst/playback/gstplaybasebin.c: (group_commit),
5957         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5958         (queue_out_of_data), (gen_preroll_element),
5959         (preroll_remove_overrun), (probe_triggered):
5960         Refactor handling of overrun detection.
5961         Separate handling of group completion and deadlock detection when doing
5962         network buffering. This should fix some deadlocks that were not detected
5963         because the group was completed.
5964         Add more comments, improve debugging.
5965
5966 2006-09-21  Wim Taymans  <wim@fluendo.com>
5967
5968         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5969         * tests/check/libs/audio.c:
5970         Some more compilation fixes.
5971
5972 2006-09-21  Wim Taymans  <wim@fluendo.com>
5973
5974         * gst-libs/gst/audio/gstringbuffer.c:
5975         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5976         (gst_ring_buffer_read):
5977         Early morning compilation fix.
5978
5979 2006-09-20  Wim Taymans  <wim@fluendo.com>
5980
5981         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5982         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5983         * tests/check/elements/videorate.c: (GST_START_TEST):
5984         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5985         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5986         Fix some warnings.
5987
5988 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5991         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5992         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5993           Handcrafted merge to help CVS understanding what I changed and what
5994           not.
5995
5996 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5997
5998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5999         (gst_xvimagesink_get_times):
6000           change colorkey behaviour back according to #354773 comment 6/7
6001
6002 2006-09-19  Michael Smith  <msmith@fluendo.com>
6003
6004         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6005         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6006         (gst_multi_fd_sink_recover_client),
6007         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6008         (gst_multi_fd_sink_get_property):
6009         * gst/tcp/gstmultifdsink.h:
6010           Implement stubbed out properties unit-type, units-soft-max,
6011           units-max, to allow specifying maximum sizes in units other than
6012           buffers.
6013           Fixes #355935
6014
6015 2006-09-19  Wim Taymans  <wim@fluendo.com>
6016
6017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6018         (gst_riff_create_audio_template_caps):
6019         Reorder the audio formats a bit for clarity.
6020         Detect and create caps for MSGSM and MSN (WAV49).
6021         Fixes #356596.
6022
6023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6024         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6025         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6026         Small cleanups, move error handling out of normal flow for clarity.
6027
6028 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6029
6030         * docs/libs/gst-plugins-base-libs-docs.sgml:
6031         * docs/libs/gst-plugins-base-libs.types:
6032         * gst-libs/gst/interfaces/Makefile.am:
6033         * gst-libs/gst/interfaces/videoorientation.c:
6034         (gst_video_orientation_get_type),
6035         (gst_video_orientation_iface_init),
6036         (gst_video_orientation_get_hflip),
6037         (gst_video_orientation_get_vflip),
6038         (gst_video_orientation_get_hcenter),
6039         (gst_video_orientation_get_vcenter),
6040         (gst_video_orientation_set_hflip),
6041         (gst_video_orientation_set_vflip),
6042         (gst_video_orientation_set_hcenter),
6043         (gst_video_orientation_set_vcenter):
6044         * gst-libs/gst/interfaces/videoorientation.h:
6045           API: Add new interface to control video orientation (fixes #354908)
6046
6047 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6048
6049         * gst/videotestsrc/gstvideotestsrc.c:
6050           Use G_UNLIKELY in _create and log one more detail.
6051           
6052         (gst_video_test_src_get_times), (gst_video_test_src_create):
6053         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6054           Use gst_util_uint64_scale_int in _get_times().
6055
6056 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6057
6058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6059           Give better warning message (add object and detail).
6060
6061 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6062
6063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6064         (gst_xvimagesink_get_times):
6065           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6066           #354773), use gst_util_uint64_scale_int in _get_times()
6067
6068 2006-09-18  Michael Smith  <msmith@fluendo.com>
6069
6070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6071           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6072           always true, leading to dropping all timestamps.
6073
6074 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6075
6076         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6077         (gst_visual_chain), (gst_visual_change_state):
6078           update to work also with libvisual 0.4 API, fix double unref (#355914)
6079           
6080         * tools/gst-launch-ext.1.in:
6081         * tools/gst-visualise.1.in:
6082           remove references to old man-pages
6083
6084         * tests/examples/seek/seek.c: (main):
6085           add real meadi-buttons, add tool-tips for the seek-options, arrange
6086           seek options in a table
6087
6088 2006-09-18  Michael Smith  <msmith@fluendo.com>
6089
6090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6091         (gst_ogg_mux_push_buffer):
6092           Don't generate out-of-order timestamps from oggmux, instead clamp
6093           output timestamps to be >= the previously output ts.
6094           Fixes #355595
6095
6096 2006-09-18  Michael Smith  <msmith@fluendo.com>
6097
6098         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6099         (gst_multi_fd_sink_class_init):
6100           Updates, fixes, and typo corrections for multifdsink. No functional
6101           changes.
6102
6103 2006-09-17  Michael Smith  <msmith@fluendo.com>
6104
6105         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6106           Don't crash on truncated files - check that we got an 8 byte buffer
6107           before trying to memcmp it.
6108
6109 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         * gst/playback/gstplaybasebin.c: (get_active_source):
6112           Make stream-switching appear instant to the application
6113           (ie. make sure that a g_object_get on 'current-foo' returns
6114           the stream previously set with g_object_set(). Totem needs
6115           this to update stream-related meta-info (like audio-codec)
6116           correctly when switching streams.
6117
6118 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6119
6120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6121         (gst_alsa_mixer_ensure_track_list):
6122           Try harder to guess which mixer track is the master mixer
6123           track (instead of just taking the first one that has a pvolume).
6124           Fixes #342228.
6125
6126 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6127
6128         reviewed by: <delete if not using a buddy>
6129
6130         * gst-libs/gst/audio/audio.h:
6131         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6132
6133 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6134
6135         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6136         (gst_audio_convert_transform_caps):
6137           Get structure-name just once.
6138
6139 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6140
6141         * tests/check/elements/audioresample.c: (GST_START_TEST):
6142         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6143         * tests/check/elements/volume.c: (GST_START_TEST):
6144         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6145         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6146         (test_pipeline), (GST_START_TEST):
6147         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6148         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6149           Fix big batch of compiler warnings.
6150
6151 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6152
6153         * ext/gnomevfs/gstgnomevfssrc.c:
6154           Add docs about icydemux usage in connection with gnomevfssrc
6155
6156         * ext/libvisual/visual.c:
6157         * ext/ogg/gstoggaviparse.c:
6158         * ext/ogg/gstoggdemux.c:
6159         * ext/ogg/gstoggmux.c:
6160         * ext/ogg/gstoggparse.c:
6161         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6162         * gst-libs/gst/audio/gstaudiosink.c:
6163         * gst-libs/gst/audio/gstaudiosrc.c:
6164         * gst/audiorate/gstaudiorate.c:
6165           More G_OBJECT macro fixing.
6166
6167         * gst/audiotestsrc/gstaudiotestsrc.h:
6168           Fix wrong info in header due to copy & paste
6169
6170 2006-09-15  Wim Taymans  <wim@fluendo.com>
6171
6172         * gst-libs/gst/audio/gstbaseaudiosink.c:
6173         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6174         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6175         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6176         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6177         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6178         Do the delay calculation in the source/sink base classes as this is
6179         specific for the capture/playback mode.
6180         Try to fixate a bit better, like round depth up to a multiple of 8
6181         bigger than width.
6182         Handle underruns correctly by marking DISCONT on buffers and adjusting
6183         timestamps to handle the gap.
6184         Set offset/offset_end correctly on buffers.
6185
6186         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6187         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6188         (gst_ring_buffer_read):
6189         Remove resync and underrun recovery from the ringbuffer.
6190         Fix ringbuffer read code on under/overrun.
6191
6192 2006-09-15  Wim Taymans  <wim@fluendo.com>
6193
6194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6195         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6196         (queue_threshold_reached), (gst_play_base_bin_set_property),
6197         (gst_play_base_bin_get_property):
6198         * gst/playback/gstplaybasebin.h:
6199         Don't use a 0 low watermark when buffering, it is catching starvation
6200         way too late. Instead, use a 3 second queue with 30 and 95
6201         percent low/high watermarks. 
6202         Added queue-min-threshold property to configure low watermark.
6203         Use new _buffering message API.
6204         Make queue_threshold variable big enough to store a uint64 time value.
6205         API: playbin::queue-min-threshold property.
6206
6207 2006-09-15  Wim Taymans  <wim@fluendo.com>
6208
6209         * configure.ac:
6210         We require 0.10.10.1 now because of _wait_preroll().
6211
6212         * gst-libs/gst/audio/gstbaseaudiosink.c:
6213         (gst_base_audio_sink_render):
6214         Use gst_base_sink_wait_preroll().
6215
6216 2006-09-15  Wim Taymans  <wim@fluendo.com>
6217
6218         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6219         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6220         Use DEBUG_OBJECT more.
6221
6222 === release 0.10.10 ===
6223
6224 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6225
6226         patch by: Michael Smith <msmith at fluendo dot com>
6227
6228         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6229         (gst_multi_fd_sink_client_queue_buffer),
6230         (gst_multi_fd_sink_new_client):
6231         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6232         (multifdsink_suite):
6233           Fix implementation of sync-method 'next-keyframe'
6234           Closes #354594
6235
6236 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6237
6238         patch by: Wim Taymans <wim at fluendo dot com>
6239
6240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6241         This patch removes the RANDOM flag that was incorrectly introduced with
6242         revision 1.91.  Fixes #354590
6243
6244 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * tests/check/Makefile.am:
6247           Random variation in Makefile line to see if it makes the
6248           gen64-base-full bot any happier.
6249
6250 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6253           Disable test that fails at the moment (killed after timeout).
6254
6255 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6256
6257         Patch by: James Livingston  <doclivingston at gmail.com>
6258
6259         * tests/check/Makefile.am:
6260         * tests/check/pipelines/.cvsignore:
6261         * tests/check/pipelines/oggmux.c: (get_page_codec),
6262         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6263         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6264         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6265         (test_theora_vorbis), (oggmux_suite):
6266           Add simple unit test for oggmux from #337026 with checking for the
6267           EOS flags disabled for the time being.
6268
6269 2006-09-04  Wim Taymans  <wim@fluendo.com>
6270
6271         patch by: Alessandro Dessina <alessandro nnva org>
6272
6273         * ext/ogg/gstoggmux.c:
6274         Add cmml caps to oggmux. Fixes #353912
6275
6276 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6279           Returning a return value often helps. In this case, we
6280           don't need the return value anyway, so just get rid of it.
6281           Should make build bots much happier.
6282
6283 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6284
6285         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6286         (paint_get_structure), (gst_video_test_src_get_size),
6287         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6288         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6289         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6290         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6291         * gst/videotestsrc/videotestsrc.h:
6292           Add support for AYUV and the various RGBA formats. Initialise
6293           fields of paintinfo structs allocated on the stack.
6294
6295         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6296         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6297         (check_rgb_buf), (videotestsrc_suite):
6298           Add unit tests for videotestsrc's RGB output.
6299
6300 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6301
6302         * gst/videotestsrc/gstvideotestsrc.c:
6303         (gst_video_test_src_pattern_get_type),
6304         (gst_video_test_src_set_pattern):
6305         * gst/videotestsrc/gstvideotestsrc.h:
6306         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6307         (gst_video_test_src_black), (gst_video_test_src_white),
6308         (gst_video_test_src_red), (gst_video_test_src_green),
6309         (gst_video_test_src_blue):
6310         * gst/videotestsrc/videotestsrc.h:
6311           Add more uni-colour patterns ("white", "red", "green", and "blue").
6312
6313 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6316           Fix stride for YVYU, should be word-aligned (#353658).
6317
6318 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * gst/adder/gstadder.c: (gst_adder_src_event):
6321           Fix build.
6322
6323 2006-08-31  Edward Hervey  <edward@fluendo.com>
6324
6325         * gst/adder/gstadder.c: (forward_event_func),
6326         (gst_adder_src_event), (gst_adder_collected),
6327         (gst_adder_change_state):
6328         * gst/adder/gstadder.h:
6329         Remember the start position asked in the incoming seeks, so we can
6330         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6331         of assuming it will always be 0).
6332
6333 2006-08-31  Edward Hervey  <edward@fluendo.com>
6334
6335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6336         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6337         (gst_ogg_demux_loop):
6338         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6339
6340 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6343         (gst_ffmpegcsp_get_unit_size):
6344           Return FALSE instead of returning a random false unit
6345           size when the format isn't known/supported (even if
6346           this shouldn't happen under normal circumstances).
6347
6348 2006-08-29  Wim Taymans  <wim@fluendo.com>
6349
6350         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6353         (gst_gnome_vfs_src_start):
6354         Try harder to get the size from a uri by using _info_uri() when
6355         _info_from_handle() does not give us enough info. 
6356         Also follow symlinks when getting the size.
6357         Partially Fixes #332864.
6358
6359 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6360
6361         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6362
6363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6364         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6365         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6366         (gst_alsa_mixer_set_record):
6367         * ext/alsa/gstalsamixertrack.c:
6368         (gst_alsa_mixer_track_update_alsa_capabilities),
6369         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6370         (gst_alsa_mixer_track_update):
6371         * ext/alsa/gstalsamixertrack.h:
6372           Improve and fix mixer track handling, in particular better handling
6373           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6374           separate track objects for tracks that have both capture and playback
6375           volume (and label them differently as well so they're not mistakenly
6376           assumed to be duplicates); classify mixer tracks that only affect
6377           the audible volume of something (rather than the capture volume)
6378           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6379           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6380           (following the meaning documented in the mixer interface header
6381           file); add support for alsa's exclusive cswitch groups; update/sync
6382           state/flags better if mixer settings are changed by another
6383           application. Fixes #336075.
6384
6385 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * gst/playback/gstplaybin.c:
6388           Improve docs: add section about BUFFERING messages sent by playbin.
6389
6390 2006-08-29  Michael Smith  <msmith@fluendo.com>
6391
6392         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6393         (gst_vorbis_enc_buffer_check_discontinuous),
6394         (gst_vorbis_enc_chain):
6395           Ignore explicit DISCONT marked on buffers (which is often spurious,
6396           particularly when using multiple segments), in favour of solely
6397           using the timestamps/durations.
6398
6399 2006-08-29  Edward Hervey  <edward@fluendo.com>
6400
6401         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6402         Don't rely on incoming buffers offset anymore, since it is completely
6403         broken when using multiple segments.
6404         Instead convert the incoming buffers timestamp to running time, and
6405         then convert that value to the offsets.
6406         Also inform GstSegment of the last outputted stop position, which is
6407         needed if we received several segments with an unknown stop value.
6408
6409 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6410
6411         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6412           fix buffer unreffing on a header push failure
6413
6414 2006-08-28  Wim Taymans  <wim@fluendo.com>
6415
6416         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6417         (gst_audio_rate_chain):
6418         Make the metadata of the buffer writable before changing its
6419         flags.
6420
6421 2006-08-28  Wim Taymans  <wim@fluendo.com>
6422
6423         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6424         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6425         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6426         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6427         Fix audiorate some more.
6428         Reset and resync counters on flush and READY.
6429         Handle the DISCONT flag correctly.
6430         Use GstSegment to track position.
6431         Fail when not negotiated.
6432         Fixes #353234.
6433
6434 2006-08-25  Michael Smith  <msmith@fluendo.com>
6435
6436         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6437           Fix spelling.
6438           Remove accidently included debug line.
6439
6440 2006-08-25  Wim Taymans  <wim@fluendo.com>
6441
6442         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6443         Small cleanups.
6444         If a buffer is received with no caps, make the buffer metadata
6445         writable and set the caps, making sure that we don't screw up the
6446         refcounts.
6447
6448 2006-08-25  Michael Smith  <msmith@fluendo.com>
6449
6450         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6451         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6452           Fix memory leaks and misleading debug messages, add a couple of
6453           comments.
6454
6455         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6456         (gst_multi_fd_sink_render):
6457           Do not use gst_buffer_make_writable() in a basesink render method,
6458           as it may incorrectly unref the buffer. Instead, use convoluted
6459           dance to avoid copying the buffer except when we need to.
6460
6461 2006-08-25  Michael Smith  <msmith@fluendo.com>
6462
6463         * ext/vorbis/vorbisenc.c:
6464         (gst_vorbis_enc_buffer_check_discontinuous):
6465           Allow very small discontinuities in the timestamps. These we can't
6466           do anything useful with anyway (because vorbis's timestamps have
6467           only sample granularity), and are commonly produced by elements with
6468           minor bugs. Allow up to 1/2 a sample out.
6469           Fixes #351742.
6470
6471 2006-08-24  Wim Taymans  <wim@fluendo.com>
6472
6473         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6474         (play_scrub_toggle_cb), (main):
6475         Add a checkbox to enable play scrubbing. Makes it possible to disable
6476         normal scrubbing.
6477
6478 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6479
6480         * tests/check/elements/.cvsignore:
6481           make buildbot happy
6482
6483 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6486         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6487         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6488         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6489         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6490         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6491         (gst_ogm_text_parse_strip_trailing_zeroes),
6492         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6493         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6494           Refactor ogm parse, do better input checking, misc. clean-ups.
6495           Cache incoming events and push them once the source pad has
6496           been created. Don't pass unterminated strings to sscanf().
6497           Strip trailing zeroes from subtitle text output, since they
6498           are not valid UTF-8. Don't push vorbiscomment packets on
6499           the subtitle text pad. Output perfect streams if possible.
6500
6501 2006-08-23  Wim Taymans  <wim@fluendo.com>
6502
6503         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6504         Waits for tasks to settle down so that we clean up correctly for 
6505         valgrind.
6506
6507 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6510           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6511           actually return return value in taglists_are_equal.
6512
6513 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6516           Fix crash due to broken bitstream parsing on x86-64: can't make
6517           any assumptions about sizeof(struct) due to alignment/packing
6518           differences on different architectures. Fixes #351790.
6519
6520 2006-08-22  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6523         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6524         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6525         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6526         (gst_riff_parse_info):
6527         Protect public functions against bad input.
6528         Do some cleanups.
6529         Fix documentation.
6530
6531 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * gst-libs/gst/riff/riff-ids.h:
6534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6535           Add voxware audio IDs (even if we can't play it) (#351795).
6536
6537 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst-libs/gst/riff/riff-media.c:
6540         (gst_riff_create_video_template_caps),
6541         (gst_riff_create_audio_template_caps),
6542         (gst_riff_create_iavs_template_caps):
6543           Const-ify some arrays and use G_N_ELEMENTS instead
6544           of wasting oodles of RAM on terminator bits.
6545
6546 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst-libs/gst/tag/gstvorbistag.c:
6549         (gst_tag_list_to_vorbiscomment_buffer):
6550         * tests/check/libs/tag.c: (GST_START_TEST):
6551           And the same for _to_vorbiscomment_buffer(): allow
6552           id_data_len == 0 for speex.
6553
6554 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         * configure.ac:
6557         * docs/plugins/Makefile.am:
6558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6560         * docs/plugins/inspect/plugin-gdp.xml:
6561         * gst/gdp/Makefile.am:
6562         * tests/check/Makefile.am:
6563           Move GDP plugin to -base from -bad.  Closes #347783.
6564
6565 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst-libs/gst/tag/gstvorbistag.c:
6568         (gst_tag_list_from_vorbiscomment_buffer):
6569           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6570           Also add some checks to make sure we don't memcmp() beyond the end of
6571           vorbiscomment buffer if the ID to check for is larger than the buffer.
6572
6573         * tests/check/libs/tag.c: (GST_START_TEST):
6574           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6575
6576 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6579         (gst_vorbis_enc_set_metadata):
6580           Use vorbis comment utility functions from libgsttag
6581           instead of re-inventing the wheel (partially fixes #347091).
6582
6583 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6584
6585         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6586         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6587         as some that won't.
6588
6589 2006-08-21  Wim Taymans  <wim@fluendo.com>
6590
6591         * docs/libs/Makefile.am:
6592         * docs/libs/gst-plugins-base-libs-sections.txt:
6593         * docs/libs/gst-plugins-base-libs.types:
6594         Don't try to GObject scan the netbuffer as it's not a GObject.
6595         Fixes #351308.
6596
6597         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6598         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6599         Document GstNetBuffer.
6600
6601 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6602
6603         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6604         (audioconvert_suite):
6605           Add testcase for caps-size-explosion
6606
6607 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6608
6609         * gst/audioconvert/gstaudioconvert.c:
6610         (gst_audio_convert_get_unit_size), (set_structure_widths):
6611           Lower debug, use g_assert in _get_unit_size
6612
6613         * gst/audioresample/gstaudioresample.c:
6614         (audioresample_get_unit_size):
6615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6616         (gst_ffmpegcsp_get_unit_size):
6617         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6618           use g_assert in _get_unit_size
6619
6620 2006-08-18  Wim Taymans  <wim@fluendo.com>
6621
6622         * docs/libs/gst-plugins-base-libs-sections.txt:
6623         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6624         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6625         (gst_rtp_buffer_get_payload_buffer):
6626         * gst-libs/gst/rtp/gstrtpbuffer.h:
6627         Document GstRTPBuffer.
6628         Added function to efficiently strip payload headers.
6629         API: gst_rtp_buffer_get_payload_subbuffer()
6630
6631 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6634         (gst_tag_to_vorbis_comments):
6635           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6636           tags and deserialise them properly as well (#347091).
6637           Add some more gtk-doc blurbs and also some g_return_if_fail().
6638
6639         * tests/check/libs/tag.c: (GST_START_TEST),
6640         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6641           More tests.
6642
6643 2006-08-17  Wim Taymans  <wim@fluendo.com>
6644
6645         * ext/ogg/Makefile.am:
6646         * ext/ogg/gstogg.c: (plugin_init):
6647         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6648         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6649         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6650         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6651         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6652         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6653         Added ogg-in-avi parser element. Fixes #140139.
6654
6655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6656         Fixed a bug in oggdemux debug code.
6657
6658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6659         (gst_riff_create_audio_template_caps):
6660         Recognise Ogg in the AVI extensible wave format.
6661
6662 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6665           Make buffer durations add up (duration should be next_ts-ts for
6666           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6667           from CVS.
6668
6669         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6670         (test_buffer_timestamps), (cddabasesrc_suite):
6671           Add unit test for the above.
6672
6673         * tests/check/Makefile.am:
6674           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6675           to see what happens.
6676
6677 2006-08-16  Wim Taymans  <wim@fluendo.com>
6678
6679         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6680         (gst_alsasink_open):
6681         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6682         (gst_alsasrc_open):
6683         Avoid setting and using a NULL device name.
6684         Print more info when we fail to open a device.
6685
6686 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * docs/libs/gst-plugins-base-libs-sections.txt:
6689         * gst-libs/gst/tag/tag.h:
6690         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6691           API: add gst_tag_parse_extended_comment() (#351426).
6692
6693         * tests/check/Makefile.am:
6694         * tests/check/libs/.cvsignore:
6695         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6696           Add unit test for gst_tag_parse_extended_comment().
6697
6698 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6702           Fix leak (#351502).
6703
6704 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6707         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6708         * docs/plugins/gst-plugins-base-plugins.args:
6709         * gst/playback/gstplaybin.c:
6710           Document playbin.
6711           
6712         * docs/plugins/inspect/plugin-adder.xml:
6713         * docs/plugins/inspect/plugin-alsa.xml:
6714         * docs/plugins/inspect/plugin-audioconvert.xml:
6715         * docs/plugins/inspect/plugin-audiorate.xml:
6716         * docs/plugins/inspect/plugin-audioresample.xml:
6717         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6718         * docs/plugins/inspect/plugin-cdparanoia.xml:
6719         * docs/plugins/inspect/plugin-decodebin.xml:
6720         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6721         * docs/plugins/inspect/plugin-gnomevfs.xml:
6722         * docs/plugins/inspect/plugin-ogg.xml:
6723         * docs/plugins/inspect/plugin-pango.xml:
6724         * docs/plugins/inspect/plugin-playbin.xml:
6725         * docs/plugins/inspect/plugin-subparse.xml:
6726         * docs/plugins/inspect/plugin-tcp.xml:
6727         * docs/plugins/inspect/plugin-theora.xml:
6728         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6729         * docs/plugins/inspect/plugin-video4linux.xml:
6730         * docs/plugins/inspect/plugin-videorate.xml:
6731         * docs/plugins/inspect/plugin-videoscale.xml:
6732         * docs/plugins/inspect/plugin-videotestsrc.xml:
6733         * docs/plugins/inspect/plugin-volume.xml:
6734         * docs/plugins/inspect/plugin-vorbis.xml:
6735         * docs/plugins/inspect/plugin-ximagesink.xml:
6736         * docs/plugins/inspect/plugin-xvimagesink.xml:
6737           Update to CVS version.
6738
6739 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6742         (gst_play_bin_set_property), (gst_play_bin_get_property),
6743         (value_list_append_structure_list),
6744         (gst_play_bin_handle_redirect_message),
6745         (gst_play_bin_handle_message):
6746           API: GstPlayBin::connection-speed
6747           Add "connection-speed" property; re-order redirect messages with
6748           multiple redirect locations depending on the minimum bitrate if
6749           that information is available and a connection speed is set
6750           (#350399).
6751
6752 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * gst/playback/gstplaybin.c:
6755           Update max volume to the same value that the volume element uses.
6756
6757 2006-08-14  Wim Taymans  <wim@fluendo.com>
6758
6759         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6760         Less uglyness..
6761
6762 2006-08-14  Wim Taymans  <wim@fluendo.com>
6763
6764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6765         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6766         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6767         Add some more debug info.
6768         Don't crash when a seek failed.
6769         Actually return the result of the seek instead of TRUE.
6770         Ignore multiple BOS pages with the same serial so that we don't create
6771         the same stream multiple times.
6772         Post an error when we fail to do the initial seek.
6773
6774 2006-08-13  Wim Taymans  <wim@fluendo.com>
6775
6776         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6777         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6778         Small code cleanup.
6779
6780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6781         (gst_alsa_mixer_new):
6782         Remove hack that always set the device to hw:0*.
6783         Properly find the card name for whatever device was configured.
6784         Do some better debugging.
6785         Fixes #350784.
6786
6787         * ext/alsa/gstalsamixerelement.c:
6788         (gst_alsa_mixer_element_set_property),
6789         (gst_alsa_mixer_element_change_state):
6790         Cleanups.
6791         Handle setting of a NULL device name better.
6792
6793 2006-08-11  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/adder/gstadder.c:
6796         Don't clip float values. Fixes #350900.
6797
6798 2006-08-11  Andy Wingo  <wingo@pobox.com>
6799
6800         * gst/tcp/gsttcp.c: Really fix the build?
6801
6802         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6803         fixes the build.
6804
6805 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6808           Float caps shouldn't have a "signed" field.
6809
6810 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6813           Implement SEEKING query in its most basic form, so that we can
6814           at least check if we're seekable or not (#350655).
6815
6816 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6819           The checks here are not even close to anything that would
6820           justify MAXIMUM probability, lowering to POSSIBLE until someone
6821           fixes the checks (case at hand: quicktime redirection files
6822           might start with 00 00 01 XX and pass the checks here just
6823           fine, see #350399).
6824
6825 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6826
6827         Patch by: Sjoerd Simons  <sjoerd at luon net>
6828
6829         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6830           Better detection for multipart/x-mixed-replace: accept leading
6831           whitespaces before the boundary marker as well (as our very own
6832           multipartmux used to produce) (#349068).
6833
6834 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         Patch by: Young-Ho Cha  <ganadist at chollian net>
6837
6838         * gst-libs/gst/riff/riff-ids.h:
6839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6840         (gst_riff_create_audio_template_caps):
6841           Detect DTS audio streams (#350157).
6842
6843 2006-08-05  Andy Wingo  <wingo@pobox.com>
6844
6845         * ext/theora/gsttheoraparse.h:
6846         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6847         (theora_parse_dispose, theora_parse_set_property)
6848         (theora_parse_get_property, theora_parse_munge_granulepos)
6849         (theora_parse_push_buffer, theora_parse_change_state):
6850         API: GstTheoraParse::synchronization-points
6851         Add a property 'synchronization-points' to fix badly synchronized oggs.
6852
6853 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * tests/check/Makefile.am:
6856         * tests/check/libs/.cvsignore:
6857         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6858         (fixed_caps_have_channel_positions), (GST_START_TEST),
6859         (audio_suite), (main):
6860           Add a few tests for the channel position stuff in libgstaudio.
6861
6862 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6863
6864         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6865         (gst_alsa_detect_channels):
6866         * ext/alsa/gstalsasink.c:
6867           Add support for cards that (only) do more than 8 channels,
6868           like the Delta 44 (#345188).
6869
6870         * gst-libs/gst/audio/multichannel.c:
6871         (gst_audio_check_channel_positions):
6872         * gst-libs/gst/audio/multichannel.h:
6873           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6874           unspecified channel position and cannot be combined with any
6875           of the other audio channel positions; adjust position layout
6876           checks accordingly (#345188).
6877
6878 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6881           Recognise ancient RealAudio files (see #349779).
6882
6883 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         Patch by: Jens Granseuer  <jensgr at gmx net>
6886
6887         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6888           Add typefinder for Interplay's MVE format (#348973).
6889
6890 2006-08-02  Wim Taymans  <wim@fluendo.com>
6891
6892         Patch by: Marcel Moreaux <marcelm at luon dot net>
6893
6894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6895         (gst_base_rtp_depayload_add_to_queue):
6896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6897         Handle RTP sequence number rollover.
6898         Disable jitterbuffer by default.
6899
6900 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6901
6902         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6903         (audioresample_set_caps):
6904         Don't leak references to the incoming caps. Clean them up when
6905         stopping.
6906
6907         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6908         (gst_video_scale_finalize):
6909         Don't leak our temporary pixel buffer.
6910
6911         * tests/check/Makefile.am:
6912         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6913         (GST_START_TEST), (simple_launch_lines_suite):
6914
6915         Fix leaks and re-enable the test for valgrind checking.
6916
6917 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         Patch by: Sjoerd Simons  <sjoerd at luon net>
6920
6921         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6922         (plugin_init):
6923           Add typefind function for multipart/x-mixed-replace (#348916).
6924
6925 2006-07-28  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst/adder/gstadder.c: (gst_adder_setcaps),
6928         (gst_adder_query_duration):
6929         Fix leak in duration query.
6930         Reflow some docs and notes.
6931
6932 2006-07-28  Michael Smith  <msmith@fluendo.com>
6933
6934         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6935         (vorbisenc_suite):
6936           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6937           aspect of it.
6938
6939 2006-07-28  Michael Smith  <msmith@fluendo.com>
6940
6941         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6942         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6943         (gst_vorbis_enc_push_buffer),
6944         (gst_vorbis_enc_buffer_check_discontinuous),
6945         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6946         * ext/vorbis/vorbisenc.h:
6947           Handle discontinuities in the input vorbis stream correctly,
6948           so that the output is properly timestamped (and has good granulepos
6949           values). Needs some oggmux fixes too.
6950
6951 2006-07-27  Wim Taymans  <wim@fluendo.com>
6952
6953         patch by: Kai Vehmanen <kv2004 eca cx>
6954
6955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6956         (gst_base_rtp_depayload_chain),
6957         (gst_base_rtp_depayload_handle_sink_event),
6958         (gst_base_rtp_depayload_change_state):
6959         Don't send multiple newsegments with different formats.
6960         Fixes #348677.
6961
6962 2006-07-26  Wim Taymans  <wim@fluendo.com>
6963
6964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6965         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6966         Make seeking in ogg more accurate again by doing the more correct
6967         granuletime to stream time conversion.
6968
6969 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6970
6971         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6972         (gst_multi_fd_sink_new_client):
6973           debug a little more understandably
6974           do not use goto as a substitute for break, especially if
6975           break is also being used
6976
6977 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6980         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6981           Remove GLib-2.6 compatibility cruft.
6982
6983 2006-07-24  Wim Taymans  <wim@fluendo.com>
6984
6985         * gst-libs/gst/audio/gstbaseaudiosink.c:
6986         (gst_base_audio_sink_render):
6987         Don't try to align a sample to an unknown value.
6988
6989 2006-07-24  Wim Taymans  <wim@fluendo.com>
6990
6991         * gst-libs/gst/audio/gstbaseaudiosink.c:
6992         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6993         When the audio clock is slaved to another clock, never try to align
6994         samples but trust the rate interpolation algorithm.
6995
6996 2006-07-24  Wim Taymans  <wim@fluendo.com>
6997
6998         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6999         Don't try to calculate silence samples, base class does this much
7000         better now.
7001
7002         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7003         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7004         (gst_ring_buffer_acquire):
7005         Calculate silence samples correctly.
7006
7007         * gst-libs/gst/audio/gstringbuffer.h:
7008         Add _CAST macro.
7009
7010 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7013           Limit search for the first markup tag to the first few kB of
7014           the file. If we don't find one there, it's highly unlikely that
7015           this is an XML(-ish) file.
7016
7017 2006-07-21  Andy Wingo  <wingo@pobox.com>
7018
7019         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7020         test to the one in vorbisenc. Also commented out.
7021
7022         * tests/check/pipelines/vorbisenc.c: 
7023         (test_discontinuity): New test, commented out until Mike lands
7024         some elite vorbisenc patches.
7025
7026         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7027         Bufferstraw was actually factored out of these tests. Now we share
7028         code yay.
7029
7030         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7031         for bufferstraw addition to gstcheck.
7032
7033 2006-07-21  Wim Taymans  <wim@fluendo.com>
7034
7035         * ext/theora/theoradec.c: (clip_buffer):
7036         Better clipping.
7037
7038 2006-07-21  Wim Taymans  <wim@fluendo.com>
7039
7040         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7041         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7042         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7043         Fix leak.
7044         Avoid type casting when we can.
7045
7046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7047         Fix mem leak.
7048
7049 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * ext/alsa/gstalsamixerelement.c:
7052         (gst_alsa_mixer_element_change_state):
7053           Make state change fail if the specified device can't be opened
7054           for some reason.
7055
7056 2006-07-20  Wim Taymans  <wim@fluendo.com>
7057
7058         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7059         (cb_newpad), (main):
7060         Example of a small audio/video player using decodebin.
7061
7062 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7063
7064         * gst-libs/gst/riff/riff-ids.h:
7065           Add 'fact' chunk id
7066
7067 2006-07-19  Wim Taymans  <wim@fluendo.com>
7068
7069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7070         (gst_base_rtp_depayload_chain),
7071         (gst_base_rtp_depayload_change_state):
7072         Don't assert when not negotiated but post a meaningfull 
7073         error message. Fixes #347918.
7074
7075         * gst-libs/gst/rtp/gstbasertppayload.c:
7076         Add comment about better default MTU size.
7077
7078         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7079         Small cleanups, start docs.
7080
7081 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Martin Szulecki
7084
7085         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7086           If "device-name" is requested and the device is not
7087           open, try to temporarily open it to obtain this
7088           information (#342494).
7089
7090 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7091
7092         * gst-libs/gst/tag/gstid3tag.c:
7093           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7094
7095         * gst-libs/gst/tag/gsttageditingprivate.h:
7096         * gst-libs/gst/tag/gstvorbistag.c:
7097           Some more random const-ifications.
7098
7099 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7100
7101         * gst-libs/gst/riff/riff-ids.h:
7102         * gst-libs/gst/riff/riff-media.c:
7103         (gst_riff_create_video_template_caps):
7104           Add more FOURCCs (sort list to make stuff easier to find),
7105           add comment what those 16 bytes in struct _gst_riff_strh according to
7106           one avi-dumper are
7107
7108 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst-libs/gst/audio/multichannel.c:
7111         (gst_audio_check_channel_positions),
7112         (gst_audio_fixate_channel_positions):
7113           Const-ify two arrays.
7114
7115 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7118           Fix typo, so that alsasink also advertises 8 channels
7119           if that's supported (tags: can, worms, open, alsa, ph34r).
7120
7121 2006-07-17  Wim Taymans  <wim@fluendo.com>
7122
7123         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7124         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7125         *sigh*, when is the compiler going to warn when the comments
7126         are out-of-sync with the code.. Refix case of busted theora
7127         headers with 0 granule pos.
7128
7129 2006-07-14  Wim Taymans  <wim@fluendo.com>
7130
7131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7132         (gst_base_rtp_depayload_wait),
7133         (gst_base_rtp_depayload_change_state),
7134         (gst_base_rtp_depayload_set_property),
7135         (gst_base_rtp_depayload_get_property):
7136         Fix 99% cpu load by waiting for absolute times on the
7137         clock. Fixes #347300.
7138
7139 2006-07-14  Andy Wingo  <wingo@pobox.com>
7140
7141         * ext/theora/gsttheoraparse.h: 
7142         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7143         (theora_parse_push_headers, theora_parse_clear_queue)
7144         (theora_parse_drain_queue_prematurely, )
7145         (theora_parse_sink_event, theora_parse_change_state): Queue events
7146         until we initialized our state, like in vorbisparse.
7147
7148         * ext/vorbis/vorbisparse.h: 
7149         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7150         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7151         (vorbis_parse_drain_queue_prematurely, )
7152         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7153         until we have initialized our state. Fixes seeking after an
7154         initial pad block.
7155
7156 2006-07-14  Andy Wingo  <wingo@pobox.com>
7157
7158         Patch by: Iain Holmes <iaingnome@gmail.com>
7159         
7160         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7161
7162 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7163
7164         * configure.ac:
7165         Bump nano back to CVS
7166
7167 === release 0.10.9 ===
7168
7169 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7170
7171         * configure.ac:
7172           releasing 0.10.9, "I walk the line"
7173
7174 2006-07-14  Michael Smith  <msmith@fluendo.com>
7175
7176         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7177           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7178           (commonly happens when running this test under valgrind) when trying
7179           to remove the buffer probe.
7180
7181 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7182
7183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7184         Fix missing g_unlock from the previous commit
7185
7186 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7187
7188         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7189         (gst_ximagesink_change_state):
7190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7191         (gst_xvimagesink_change_state):
7192         Implement a locking order to ensure we always take the object lock
7193         before the x_lock and never vice-versa.
7194
7195 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * gst/playback/gstdecodebin.c: (find_compatibles):
7198         Fix a caps leak when linking (#347304)
7199
7200         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7201         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7202         (gst_ximagesink_change_state):
7203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7204         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7205         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7206         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7207         Don't leak shared memory resources. Use the object lock to protect
7208         against the xcontext disappearing while returning a buffer from the
7209         pipeline. (#347304)
7210
7211 2006-07-12  Edward Hervey  <edward@fluendo.com>
7212
7213         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7214         (vorbis_handle_comment_packet):
7215         gst_tag_list_merge() returns a new object. Take that into account when
7216         using it. This avoids memleak.
7217         Revert previous commit which is not needed.
7218
7219 2006-07-12  Edward Hervey  <edward@fluendo.com>
7220
7221         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7222         Reset the decoder in finalize so that all fields get cleared.
7223
7224 2006-07-12  Wim Taymans  <wim@fluendo.com>
7225
7226         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7227         (gst_base_audio_src_set_clock),
7228         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7229         Don't try to post an error message when setting the clock fails
7230         as this can happen when adding an element to a bin which will then
7231         deadlock. Fixes #347296.
7232
7233 2006-07-12  Edward Hervey  <edward@fluendo.com>
7234
7235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7236         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7237         (vorbis_handle_type_packet):
7238         Post tag messages on the bus even if we're not initialized.
7239         If we're not initialized, we still postpone the event pushing of tags.
7240
7241 2006-07-12  Wim Taymans  <wim@fluendo.com>
7242
7243         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7244         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7245         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7246         Revert last two changes that broke the freeze.
7247
7248 2006-07-12  Wim Taymans  <wim@fluendo.com>
7249
7250         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7251         basesink calculates silence sample correctly for us.
7252
7253 2006-07-12  Wim Taymans  <wim@fluendo.com>
7254
7255         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7256         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7257         Calculate correct silence samples so we don't fill our ringbuffer
7258         with noise.
7259
7260 2006-07-12  Edward Hervey  <edward@fluendo.com>
7261
7262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7263         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7264         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7265         * ext/vorbis/vorbisdec.h:
7266         Delay sending events (newsegment, tags) until the decoder is properly
7267         initialized.
7268         Fixes #347295
7269
7270 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7271
7272         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7273         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7274           Patch from #347221 adding a test for audioconvert
7275           channel remappings.
7276
7277 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7280         (gst_ssa_parse_parse_line):
7281           Don't include the terminating NUL in the buffer size,
7282           it's only there for extra paranoia (would add random
7283           '*' characters at the end of each subtitle since the
7284           terminator itself is not valid UTF-8 technically).
7285           Also fix indenting after boilerplate macro.
7286
7287 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         * gst/playback/gstdecodebin.c: (close_pad_link):
7290           Also emit 'unknown-type' signal (which should really be
7291           called unhandled-type) if we found potential decoders/demuxers
7292           in the registry but none of them worked in the end (as in the
7293           case where the plugins don't exist any longer but are still
7294           listed in the registry). Fixes #329798.
7295
7296 2006-07-08  Andy Wingo  <wingo@pobox.com>
7297
7298         * theoraparse.c (theora_parse_push_buffer)
7299         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7300         Add some more debugging. Fix granulepos reconstruction in the face
7301         of discontinuities.
7302
7303 2006-07-06  Wim Taymans  <wim@fluendo.com>
7304
7305         * gst-libs/gst/audio/gstbaseaudiosink.c:
7306         (gst_base_audio_sink_class_init),
7307         (gst_base_audio_sink_provide_clock):
7308         Use gobject_class instead of G_OBJECT_CLASS (klass)
7309
7310         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7311         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7312         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7313         (gst_base_audio_src_get_time),
7314         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7315         (gst_base_audio_src_create_ringbuffer):
7316         Fix latency and buffer-time constants and properties ala basesink.
7317         Implement pull based scheduling. Fixes #346527.
7318         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7319         one segment.
7320         Refuse slaving to another clock instead of silently not working.
7321         Only provide a clock when we are actually able to do so.
7322         Various small cleanups and compiler hints.
7323
7324 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         Patch by: Lutz Mueller <lutz at topfrose de>
7327
7328         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7329         (plugin_init):
7330           Add typefinding for text/html (#346581).
7331
7332 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7335         (xml_check_first_element), (xml_type_find), (smil_type_find):
7336           Fix SMIL typefinding, make xml_check_first_element() more
7337           useful.
7338
7339 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7340
7341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7342         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7343         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7344         * gst/playback/gstplaybasebin.h:
7345           Protect list of elements with a subtitle-encoding property and
7346           the subtitle encoding member itself with a lock of their own
7347           instead of using the object lock. This prevents a dead-lock in
7348           the element-remove callback in some circumstances when shutting
7349           down playbin.
7350
7351 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7352
7353         * win32/common/libgsttag.def:
7354         Export some new functions.
7355         * win32/vs6/libgstogg.dsp:
7356         Add a link to libgsttag-0.10.lib.
7357
7358 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7361           Some const-ification.
7362
7363 2006-07-04  Wim Taymans  <wim@fluendo.com>
7364
7365         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7366         Improve checking if we are dealing with a stream. Added some
7367         more uris that need buffering.
7368
7369 2006-07-03  Edward Hervey  <edward@fluendo.com>
7370
7371         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7372         Remove unused variable.
7373
7374 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7375
7376         * Makefile.am:
7377           include lcov.mak
7378         * configure.ac:
7379           add GCOV_LIBS to GST_LIBS
7380
7381 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7384
7385         * ext/alsa/gstalsasrc.c:
7386           Add 32 bps to template caps and increase channels range
7387           from [1,2] to [1,MAX]. See #346326.
7388
7389 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7392           Recognise 'WMVA' video codec fourcc (#345879).
7393           
7394 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7395          
7396         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7397           Fixed nasty memory leak
7398
7399 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7400
7401         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7402         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7403           fix logging
7404
7405 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7406
7407         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7408         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7409         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7410         Protect remove_fakesink using a mutex, so that we don't try and
7411         remove the fakesink simultaneously from multiple threads.
7412
7413         When going from READY to PAUSED, restore the fakesink, so that
7414         it is there when decodebin gets reused.
7415
7416 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7420         * gst-libs/gst/rtp/gstbasertppayload.c:
7421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7422         * gst/tcp/gstmultifdsink.c:
7423         * gst/tcp/gsttcpclientsink.c:
7424         * gst/tcp/gsttcpclientsrc.c:
7425         * gst/tcp/gsttcpserversink.c:
7426         * gst/tcp/gsttcpserversrc.c:
7427         * gst/videorate/gstvideorate.c:
7428         * gst/videotestsrc/gstvideotestsrc.c:
7429         * sys/v4l/gstv4ljpegsrc.c:
7430         * sys/v4l/gstv4lmjpegsink.c:
7431         * sys/v4l/gstv4lsrc.c:
7432         * tests/examples/seek/scrubby.c:
7433         * tests/examples/seek/seek.c:
7434           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7435
7436 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7439           Second field in GEnumValue shouldn't be a description,
7440           but a stringified version of the enum value.
7441
7442 2006-06-22  Wim Taymans  <wim@fluendo.com>
7443
7444         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7445         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7446         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7447         Avoid type checking in buffer casts.
7448         Avoid caps copy in buffer_alloc when we can.
7449         Use pad_peer_accept.
7450
7451 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst-libs/gst/tag/tag.h:
7454           Oops, make that 'Since: 0.10.9'.
7455
7456 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * docs/libs/gst-plugins-base-libs-sections.txt:
7459         * gst-libs/gst/tag/tag.h:
7460         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7461         (gst_tag_image_type_get_type):
7462           API: add GstTagImageType enum to describe images contained
7463           in image tags (#345641).
7464
7465 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7468           Fix warnings with gst-inspect: "buffers-min" property
7469           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7470           typo in property description.
7471
7472 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7473
7474         Patch by: Cody Russell <bratsche at gnome org>
7475
7476         * gst/audioresample/gstaudioresample.c:
7477         (gst_audioresample_class_init):
7478         * gst/playback/gststreamselector.c:
7479         (gst_stream_selector_class_init):
7480         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7481         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7482         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7483         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7484         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7485         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7486         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7487         * gst/videotestsrc/gstvideotestsrc.c:
7488         (gst_video_test_src_class_init):
7489         * gst/volume/gstvolume.c: (gst_volume_class_init):
7490           Avoid unnecessary class cast check in class_init
7491           functions (#337747).
7492
7493 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7496         (gst_text_overlay_video_chain):
7497           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7498           and doesn't validate its input either (and neither did
7499           textoverlay it seems). Let's do that then and fix #345206.
7500
7501 2006-06-19  Wim Taymans  <wim@fluendo.com>
7502
7503         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7504         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7505         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7506         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7507         (find_syncframe), (find_limits), (assign_value),
7508         (count_burst_unit), (gst_multi_fd_sink_new_client),
7509         (gst_multi_fd_sink_handle_client_write),
7510         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7511         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7512         (gst_multi_fd_sink_change_state):
7513         * gst/tcp/gstmultifdsink.h:
7514         Added shiny new burst-on-connect methods.
7515         Add properties to control the minimal amount of data queued.
7516         Small cleanups.
7517         API: bytes-min property
7518         API: time-min property
7519         API: buffers-min property
7520         API: burst-unit property
7521         API: burst-value property
7522         API: add-full signal
7523
7524         * gst/tcp/gsttcp-marshal.list:
7525         Added new marshaller code for the new signal.
7526
7527         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7528         (multifdsink_suite):
7529         Added testcases for new burst methods.
7530
7531 2006-06-19  Edward Hervey  <edward@fluendo.com>
7532
7533         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7534         Implement clipping for accurate seeking.
7535         Closes #345225
7536
7537 2006-06-19  Wim Taymans  <wim@fluendo.com>
7538
7539         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7540
7541         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7542         (gst_video_scale_transform):
7543         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7544
7545 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         * configure.ac:
7548           Fix --disable-external (can't set conditionals conditionally,
7549           #343602).
7550
7551 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7552
7553         * tests/check/elements/audioresample.c: (test_reuse),
7554         (audioresample_suite):
7555           Add test case for bug #342789 fixed below.
7556
7557 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * gst/audioresample/gstaudioresample.c:
7560         (gst_audioresample_class_init), (gst_audioresample_init),
7561         (audioresample_start), (audioresample_stop),
7562         (gst_audioresample_set_property), (gst_audioresample_get_property):
7563           Implement GstBaseTransform::start and ::stop so that audioresample
7564           can clear its internal state properly and be reused instead of
7565           causing non-negotiated errors with playbin under some circumstances
7566           (#342789).
7567
7568         * tests/check/elements/audioresample.c: (setup_audioresample),
7569         (cleanup_audioresample):
7570           Need to set element state here so that ::start and ::stop are
7571           called.
7572
7573 2006-06-16  Wim Taymans  <wim@fluendo.com>
7574
7575         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7576
7577         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7578         Parse extra data better, apparently it's right behind
7579         the normal strf header size. Fixes #343500.
7580
7581 2006-06-16  Wim Taymans  <wim@fluendo.com>
7582
7583         * ext/alsa/gstalsasink.c: (set_hwparams):
7584         If we fail to set the buffer_time and period_time alsa
7585         parameters, post a warning and leave alsa select a 
7586         default instead of failing. Fixes #342085
7587
7588 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * docs/libs/gst-plugins-base-libs-sections.txt:
7591         * gst-libs/gst/cdda/gstcddabasesrc.h:
7592           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7593           out in the header file and shouldn't be listed in the docs.
7594
7595         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7596           Must dereference pointer to fourcc in the debug statement.
7597
7598 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7599
7600         * docs/libs/Makefile.am:
7601         * docs/libs/gst-plugins-base-libs-docs.sgml:
7602         * docs/libs/gst-plugins-base-libs-sections.txt:
7603         * docs/libs/gst-plugins-base-libs.types:
7604         add remaining symbols into correct setions
7605         
7606         * gst-libs/gst/audio/gstringbuffer.c:
7607         fix incomplete docs
7608         
7609         * gst-libs/gst/audio/gstringbuffer.h:
7610         comment out not yet implemented function
7611         
7612         
7613         * gst-libs/gst/floatcast/floatcast.h:
7614         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7615         add short descriptions
7616         
7617         
7618         * gst-libs/gst/interfaces/propertyprobe.c:
7619         fix return value docs   
7620         
7621         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7622         simplify debug logging
7623         
7624         * gst-libs/gst/riff/riff-read.h:
7625         sync function prototype and docs
7626         
7627         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7628         remove left over symbol
7629
7630 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * autogen.sh:
7633         * configure.ac:
7634         * docs/Makefile.am:
7635           Use GST_PLUGIN_DOCS macro in configure.ac, add
7636           --enable-plugin-docs default to autogen.sh and use
7637           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7638
7639 2006-06-15  Wim Taymans  <wim@fluendo.com>
7640
7641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7642         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7643         (gst_ogg_demux_loop):
7644         Combine GstFlowReturn from the source pads to give a
7645         meaningfull result to the upstream peer or to stop the
7646         processing task in case of errors.
7647
7648 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * gst/playback/gststreaminfo.c: (cb_probe):
7651           Try GST_TAG_CODEC as fallback when extracting the
7652           codec name; more debug info.
7653
7654 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * ext/ogg/Makefile.am:
7657         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7658           Extract language tags from ogm subtitle streams, so that
7659           the subtitle menu choices are labelled correctly in
7660           Totem (fixes #344708).
7661
7662 2006-06-14  Wim Taymans  <wim@fluendo.com>
7663
7664         Patch by: Alessandro Decina <alessandro at nnva dot org>
7665
7666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7667         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7668         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7669         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7670         Fix various leaks. Fixes #343699.
7671         Add x-smoke mime type.
7672
7673 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * gst-libs/gst/riff/riff-ids.h:
7676           Add IDs for 'bext' chunks (see #343837).
7677
7678 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         Patch by: Young-Ho Cha  <ganadist at chollian net>
7681
7682         * gst/subparse/samiparse.c: (sami_context_pop_state),
7683         (handle_start_font), (end_sami_element):
7684           Honour font face tags in SAMI subtitles (#344503).
7685
7686 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * po/POTFILES.in:
7689           add missing files containing translatable strings
7690
7691 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7692
7693         * docs/libs/tmpl/.cvsignore:
7694           we don't want those *.sgml files in CVS either
7695
7696 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7697
7698         * docs/libs/.cvsignore:
7699         * tests/check/elements/.cvsignore:
7700         * tests/check/libs/.cvsignore:
7701           ignore more
7702
7703 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7704
7705         * docs/libs/Makefile.am:
7706           also commiting the changed Makefile.am (added more libs to the
7707           doc-build)
7708
7709 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7710
7711         * docs/libs/gst-plugins-base-libs-docs.sgml:
7712         * docs/libs/gst-plugins-base-libs-sections.txt:
7713         * docs/libs/gst-plugins-base-libs.types:
7714           first batch of reordering things, add index & hierarchy
7715
7716 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7717
7718         * configure.ac:
7719           use GST_PKG_CHECK_MODULES, cleans up output
7720
7721 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7724           Add support for burn:// URIs (#343385); const-ify things a bit,
7725           use G_N_ELEMENTS instead of hard-coded array size.
7726
7727 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         Patch by: Young-Ho Cha  <ganadist at chollian net>
7730
7731         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7732           Fix up broken entities before passing them to libxml *sigh*.
7733           (#343303).
7734           
7735 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7736
7737         * configure.ac:
7738           back to TRUNK
7739
7740 === release 0.10.8 ===
7741
7742 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7743
7744         * configure.ac:
7745           releasing 0.10.8, "Moar gij ziet mij nie"
7746
7747 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7748
7749         * configure.ac:
7750         * po/af.po:
7751         * po/az.po:
7752         * po/cs.po:
7753         * po/en_GB.po:
7754         * po/hu.po:
7755         * po/it.po:
7756         * po/nb.po:
7757         * po/nl.po:
7758         * po/or.po:
7759         * po/sq.po:
7760         * po/sr.po:
7761         * po/sv.po:
7762         * po/uk.po:
7763         * po/vi.po:
7764         * win32/common/config.h:
7765           0.10.7.2 prerelease
7766
7767 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7768
7769         * docs/libs/tmpl/gstaudio.sgml:
7770         * docs/libs/tmpl/gstcolorbalance.sgml:
7771         * docs/libs/tmpl/gstmixer.sgml:
7772         * docs/libs/tmpl/gstringbuffer.sgml:
7773         * docs/libs/tmpl/gsttuner.sgml:
7774         * docs/libs/tmpl/gstxoverlay.sgml:
7775         * gst-libs/gst/audio/audio.c:
7776         * gst-libs/gst/audio/gstringbuffer.c:
7777         * gst-libs/gst/interfaces/colorbalance.c:
7778         * gst-libs/gst/interfaces/mixer.c:
7779         * gst-libs/gst/interfaces/tuner.c:
7780         * gst-libs/gst/interfaces/xoverlay.c:
7781           move last template doc snippets to source code and delete them
7782
7783 2006-06-06  Michael Smith  <msmith@fluendo.com>
7784
7785         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7786         (theora_parse_drain_queue):
7787           Mark DELTA_UNIT on non-keyframes.
7788
7789 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7790
7791         * gst-libs/gst/audio/gstbaseaudiosink.c:
7792         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7793         * gst-libs/gst/audio/gstbaseaudiosink.h:
7794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7795         (gst_ring_buffer_samples_done):
7796         * gst-libs/gst/audio/gstringbuffer.h:
7797         Document better the fact that latency_time and buffer_time are values
7798         stored in microseconds, and not the usual GStreamer nanoseconds.
7799         Change the variables (compatibly) that store them from GstClockTime 
7800         to guint64 to make it more clear that they're not storing clock times.
7801         Also, remove the bogus property description that says the user can
7802         specify -1 to get the default value, since that's never been the case.
7803
7804         When computing the default segment size for the ring buffer, make it
7805         an integer number of samples.
7806
7807         When the sub-class indicates a delay greater than the number of
7808         samples we've written return 0 from the audio sink get_time method.
7809
7810 2006-06-02  Michael Smith  <msmith@fluendo.com>
7811
7812         * tests/check/elements/audioconvert.c: (set_channel_positions),
7813         (get_float_mc_caps), (get_int_mc_caps):
7814         * tests/check/elements/audioresample.c:
7815         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7816         * tests/check/elements/videorate.c:
7817         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7818         * tests/check/elements/volume.c:
7819         * tests/check/elements/vorbisdec.c:
7820         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7821           Don't busy-wait in tests; this was causing test timeouts very
7822           frequently when running under valgrind.
7823
7824 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * gst/tcp/README:
7827         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7828         (gst_multi_fd_sink_remove_client_link),
7829         (gst_multi_fd_sink_client_queue_caps),
7830         (gst_multi_fd_sink_client_queue_buffer),
7831         (gst_multi_fd_sink_handle_client_write),
7832         (gst_multi_fd_sink_render):
7833         * gst/tcp/gstmultifdsink.h:
7834           make multifdsink properly deal with streamheader:
7835           - streamheader is taken from caps
7836           - buffers marked with IN_CAPS are not sent
7837           - streamheaders are sent, on connection, from the caps of the
7838             buffer where the client gets positioned to
7839           - further streamheader changes are done every time the client
7840             will receive a buffer with different caps
7841         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7842         (gst_multifdsink_create_streamheader):
7843           add tests for this
7844
7845 2006-06-02  Michael Smith  <msmith@fluendo.com>
7846
7847         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7848           Reinstate limit on channel count. Vorbis does not define the meaning
7849           of > 6 channels, so they're just independent channels. Gstreamer
7850           currently has no mechanism to represent N independent channels.
7851
7852 2006-06-02  Michael Smith  <msmith@fluendo.com>
7853
7854         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7855           Don't arbitrarily restrict channel counts and rate in vorbis.
7856           In terms of effects likely on real-world files, this fixes 96kHz
7857           playback of vorbis.
7858
7859 2006-06-02  Michael Smith  <msmith@fluendo.com>
7860
7861         * gst/audioconvert/audioconvert.c: (float):
7862           More correct float->int conversion.
7863
7864 2006-06-02  Michael Smith  <msmith@fluendo.com>
7865
7866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7867           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7868           value. Fixes g-critical on trying to play back ogg containing
7869           unknown codec.
7870
7871 2006-06-02  Wim Taymans  <wim@fluendo.com>
7872
7873         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7874         (setup_source):
7875         * gst/playback/gstplaybasebin.h:
7876         Make the subtitle detection work from any thread so we don't
7877         deadlock. Fixes #343397.
7878
7879 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7880
7881         * gst/volume/Makefile.am:
7882           Seriously, it's not *that* hard to get compilation right.  Even
7883           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7884
7885 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7886
7887         * gst/volume/gstvolume.c: (volume_choose_func),
7888         (volume_update_real_volume), (gst_volume_class_init),
7889         (gst_volume_init), (volume_process_float), (volume_process_int16),
7890         (volume_process_int16_clamp), (volume_set_caps),
7891         (volume_transform_ip), (plugin_init):
7892         * gst/volume/gstvolume.h:
7893         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7894         another property desc., remove unused param from process function
7895         
7896         * tests/check/elements/volume.c: (volume_suite):
7897         reactivate the passthrough test
7898
7899 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7900
7901         * ext/alsa/gstalsamixerelement.h:
7902         * ext/alsa/gstalsamixeroptions.h:
7903         * ext/alsa/gstalsamixertrack.h:
7904         * ext/gnomevfs/gstgnomevfssink.h:
7905         * ext/gnomevfs/gstgnomevfssrc.h:
7906         * ext/theora/gsttheoradec.h:
7907         * ext/theora/gsttheoraenc.h:
7908         * ext/theora/gsttheoraparse.h:
7909         * ext/vorbis/vorbisparse.h:
7910         * gst-libs/gst/audio/gstaudioclock.h:
7911         * gst-libs/gst/audio/gstaudiofilter.h:
7912         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7913         * gst/audioconvert/gstaudioconvert.h:
7914         * gst/audioresample/gstaudioresample.h:
7915         * gst/audiotestsrc/gstaudiotestsrc.h:
7916         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7917         * gst/playback/gststreamselector.h:
7918         * gst/tcp/gstmultifdsink.h:
7919         * gst/tcp/gsttcpclientsink.h:
7920         * gst/tcp/gsttcpclientsrc.h:
7921         * gst/tcp/gsttcpserversink.h:
7922         * gst/tcp/gsttcpserversrc.h:
7923         * gst/videorate/gstvideorate.h:
7924         * gst/videoscale/gstvideoscale.h:
7925         * gst/videotestsrc/gstvideotestsrc.h:
7926         * gst/volume/gstvolume.h:
7927         * sys/v4l/gstv4ljpegsrc.h:
7928         * sys/v4l/gstv4lmjpegsink.h:
7929         * sys/v4l/gstv4lmjpegsrc.h:
7930         * sys/v4l/gstv4lsrc.h:
7931         * sys/ximage/ximagesink.h:
7932         * sys/xvimage/xvimagesink.h:
7933         * tests/old/testsuite/alsa/sinesrc.h:
7934         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7935
7936 2006-05-31  Wim Taymans  <wim@fluendo.com>
7937
7938         * ext/libvisual/visual.c: (gst_visual_reset),
7939         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7940         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7941         Handle DISCONT.
7942         Use running time before doing QoS.
7943         Handle mono too.
7944
7945 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7946
7947         * docs/libs/Makefile.am:
7948           set a magic variable to indicate we know the docs are incomplete
7949
7950 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7951
7952         * win32/common/libgstvideo.def:
7953           export gst_video_calculate_display_ratio
7954         * win32/vs6/libgstvideoscale.dsp:
7955           add link to libgstvideo-0.10.lib
7956
7957 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         * gst/playback/gstplaybasebin.c: (gen_source_element):
7960           Throw a more comprehensible error for rtsp:// URIs (rather
7961           than erroring out with a negotiation error later on) until
7962           we fix playbin to handle rtspsrc etc.
7963
7964 2006-05-30  Wim Taymans  <wim@fluendo.com>
7965
7966         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7967         (gst_text_overlay_text_event):
7968         Added some FIXMEs.
7969
7970 2006-05-30  Wim Taymans  <wim@fluendo.com>
7971
7972         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7973         (gst_adder_request_new_pad), (gst_adder_release_pad):
7974         * gst/adder/gstadder.h:
7975         Implement release_request_pad.
7976         Make padcounter atomic.
7977
7978         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7979         Added check for release_pad in adder.
7980
7981 2006-05-30  Wim Taymans  <wim@fluendo.com>
7982
7983         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7984         Fix build again.
7985
7986 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7989         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7990         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7991         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7992         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7993         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7994         (gst_ogg_demux_bisect_forward_serialno),
7995         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7996         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7997           add more debugging
7998           clean up printf formats for granulepos and serialno
7999
8000 2006-05-30  Michael Smith  <msmith@fluendo.com>
8001
8002         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8003         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8004         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8005         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8006         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8007         * ext/vorbis/vorbisenc.h:
8008           Multi-channel caps negotiation, so we can do proper multichannel
8009           vorbis encoding, negotiated through audioconvert.
8010
8011 2006-05-30  Wim Taymans  <wim@fluendo.com>
8012
8013         * tests/check/elements/adder.c: (test_event_message_received),
8014         (test_play_twice_message_received), (GST_START_TEST),
8015         (adder_suite):
8016         Added check to show that #339935 is fixed with ongoing
8017         adder and collectpads fixes.
8018
8019 2006-05-29  Wim Taymans  <wim@fluendo.com>
8020
8021         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8022         Don't leak pad name.
8023
8024 2006-05-29  Wim Taymans  <wim@fluendo.com>
8025
8026         * gst/adder/gstadder.c: (gst_adder_query_duration),
8027         (forward_event_func), (forward_event), (gst_adder_src_event):
8028         Fix adder seeking.
8029         Make query/seeking code threadsafe.
8030
8031         * tests/check/Makefile.am:
8032         * tests/check/elements/adder.c: (test_event_message_received),
8033         (GST_START_TEST), (test_play_twice_message_received):
8034         Fix adder test case.
8035
8036 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8037
8038         Patch by: Young-Ho Cha  <ganadist at chollian net>
8039
8040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8041         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8042         (set_encoding_element), (decodebin_element_added_cb),
8043         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8044         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8045         * gst/playback/gstplaybasebin.h:
8046           Add 'subtitle-encoding' property to playbin, so applications can
8047           force a subtitle encoding for non-UTF8 subtitles (#342268).
8048
8049         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8050         (gst_sub_parse_set_property):
8051           Rename recently-added 'encoding' property to 'subtitle-encoding'
8052           (so it can be proxied by playbin/decodebin in a generic way
8053           with less danger of false positives).
8054
8055 2006-05-29  Michael Smith  <msmith@fluendo.com>
8056
8057         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8058         (append_with_other_format), (set_structure_widths),
8059         (gst_audio_convert_transform_caps):
8060           Patch from #341562: give more specific audio caps in get_caps, so
8061           that basetransform  can make better decisions on what caps to
8062           negotiate.
8063
8064 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8065
8066         * tests/check/elements/volume.c:
8067         make it compile again
8068
8069 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8070
8071         * tests/check/elements/volume.c: (volume_suite):
8072         disable test until #343196 gets resolved
8073
8074 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8075
8076         * gst/adder/gstadder.c: (gst_adder_get_type):
8077         Make it easier to copy&paste
8078         
8079         * gst/volume/Makefile.am:
8080         * gst/volume/gstvolume.c: (volume_update_real_volume),
8081         (gst_volume_set_volume), (gst_volume_set_mute),
8082         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8083         (volume_transform_ip), (volume_update_mute),
8084         (volume_update_volume):
8085         * gst/volume/gstvolume.h:
8086         Add own debug category, move duplicate code to helper function, fix
8087         property texts, add more comments and prepare ffor liboil-goodness
8088         
8089         * tests/check/Makefile.am:
8090         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8091         add test for mute and passtrough case, be a bit more verbose to track
8092         failure
8093         
8094         * tests/check/generic/states.c: (GST_START_TEST):
8095         catch elements that fail to instantiate
8096
8097 2006-05-28  Edward Hervey  <edward@fluendo.com>
8098
8099         * tests/check/pipelines/simple-launch-lines.c:
8100         * tests/check/pipelines/theoraenc.c:
8101         * tests/check/pipelines/vorbisenc.c:
8102         Comment out tests using parse_launch() if core was built without
8103         parsing capabilities.
8104
8105 2006-05-27  Edward Hervey  <edward@fluendo.com>
8106
8107         * tests/check/Makefile.am:
8108         Extra bonus points for whoever explains to ensonic that you are meant
8109         to test unit tests thoroughly before commiting them, especially if
8110         you know it's going to break.
8111         De-activated element/adder tests.
8112
8113 2006-05-27  Edward Hervey  <edward@fluendo.com>
8114
8115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8116         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8117         Marking caps conversion issues as GST_WARNING is way too verbose,
8118         Moving them to GST_LOG.
8119
8120 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8121
8122         * README:
8123           Replace current README (containing the release notes from
8124           some 0.9.x version) with a proper README taken from the core.
8125
8126 2006-05-26  Wim Taymans  <wim@fluendo.com>
8127
8128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8129         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8130         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8131         (vorbis_dec_change_state):
8132         Small cleanups.
8133         Add some FIXMEs
8134         Clip output samples to segment boundaries.
8135
8136 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8137
8138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8139         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8140         Improve the errors produced on bad output, including some human
8141         readable description strings.
8142         Handle the (theoretical for ximagesink) case where the XServer 
8143         has a different idea about the size required for a particular 
8144         frame and gives us too small a memory allocation.
8145
8146 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8147
8148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8149         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8150         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8151         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8152         Improve the errors produced on bad output, including some human 
8153         readable description strings.
8154         Handle RGB Xv formats properly by transforming them into our 
8155         big-endian caps description.
8156         Use gst_caps_truncate to ensure that we never try and choose a
8157         non-fixed caps in buffer_alloc.
8158         Handle the case where the XServer has a different idea about the size
8159         required for a particular frame and gives us too small a memory
8160         allocation.
8161         Use -1 to indicate 'no image format', because 0 is a valid XServer
8162         image format number.
8163         Put RGB Xv formats at the end of the caps, so that we always prefer
8164         YUV format frames.
8165         Iterate the available Xv Encodings to determine the maximum width and
8166         height, and then return that in our caps.
8167         (Closes #315312, #337544)
8168
8169 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8170
8171         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8172         When there is only one unfinished pad and it receives an event that
8173         doesn't match our requirements, we need to set alldone=FALSE so that
8174         the fakesink is not removed yet.
8175
8176 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8177
8178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8179           Use gst_type_find_helper_for_buffer() to find the type
8180           of stream from the first packet.
8181
8182         * configure.ac:
8183           Bump requirements to core CVS (needed for vorbis
8184           typefinding to work).
8185
8186 2006-05-24  Edward Hervey  <edward@fluendo.com>
8187
8188         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8189         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8190         contain.  Else they play perfectly fine with qtdemux.
8191
8192 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8193
8194         * ext/theora/theoradec.c:
8195         * ext/theora/theoraenc.c:
8196         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8197         * gst/audiorate/gstaudiorate.c:
8198           make more debug catagories static
8199         
8200         * tests/check/Makefile.am:
8201         * tests/check/elements/adder.c: (message_received),
8202         (test_event_message_received), (GST_START_TEST),
8203         (test_play_twice_message_received), (adder_suite):
8204           added test case for using element twice, extra bonus points for anyone
8205           who can make these test run reliably
8206
8207 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * ext/theora/theoradec.c: (theora_dec_chain):
8210           Make work with time-stamped input buffers that do not
8211           have a granulepos in BUFFER_OFFSET_END (like theora
8212           buffers coming from matroskademux). Fixes #342448.
8213
8214 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         Patch by: Peter Kjellerstedt  <pkj at axis com>
8217
8218         * gst/tcp/Makefile.am:
8219           fdstresstest doesn't need Gtk+, fix compilation if 
8220           gtk is not available (#342566).
8221
8222 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8223          
8224         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8225           80 line columns
8226           Removed redundant floor()
8227
8228 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8231           On second thought, just skip JUNK chunks automatically, so
8232           the caller doesn't have to handle this. Fixes #342345.
8233           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8234           not GST_FLOW_ERROR.
8235
8236 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8239           Don't bail out on JUNK chunks with a size of 0 (would try to
8240           pull_range 0 bytes before, which sources don't like too much).
8241           See #342345.
8242
8243 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8244
8245         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8247         Use the gstutil scaling function to preserve 64 bits while calculating
8248         output width and height from the display-aspect-ratio. (A continuation
8249         of #341542)
8250
8251 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8252
8253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8254         (gst_xvimagesink_buffer_alloc):
8255         * sys/xvimage/xvimagesink.h:
8256         When performing buffer allocations, remember the caps and image format
8257         we return so that if the same caps are asked for next time we can
8258         return them immediately without doing any caps intersections.
8259
8260 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8261          
8262         * gst-libs/gst/rtp/README:
8263           Some new documentation
8264         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8265           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8266         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8267         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8268           New RTP audio base payloader class. Supports frame or sample based
8269           codecs.  Not enabled in Makefile.am until approved.
8270
8271 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         * tests/check/elements/alsa.c: (test_device_property_probe):
8274           Fix test case: don't try to free NULL GValueArray when there
8275           are no devices.
8276
8277 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         * tests/check/Makefile.am:
8280         * tests/check/elements/alsa.c: (test_device_property_probe),
8281         (alsa_suite), (main):
8282           Add simple test that runs a device property probe on alsasrc,
8283           alsasink and alsamixer. Disable valgrind check for now (too
8284           many leaks in libasound, and valgrind ignored my suppressions
8285           additions).
8286
8287 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8288
8289         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8290         (gst_alsa_device_property_probe_probe_property),
8291         (gst_alsa_device_property_probe_needs_probe),
8292         (gst_alsa_device_property_probe_get_values),
8293         (gst_alsa_type_add_device_property_probe_interface):
8294         * ext/alsa/gstalsadeviceprobe.h:
8295         * ext/alsa/gstalsamixerelement.c:
8296         (gst_alsa_mixer_element_init_interfaces):
8297         * ext/alsa/gstalsamixerelement.h:
8298           Clean up and simplify alsa device probing. Make it actually work
8299           for multiple classes. Don't cache results any longer.
8300
8301         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8302         (gst_alsasink_init):
8303         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8304         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8305         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8306           Make alsasink and alsasrc implement the GstPropertyProbe interface
8307           for device probing (#342181).
8308           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8309
8310 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8311
8312         * gst/subparse/samiparse.c: (handle_start_font):
8313           Don't ignore return value of strtol (++compiler_happiness).
8314
8315 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8316
8317         Patch by: Young-Ho Cha  <ganadist chollian net>
8318
8319         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8320         (gst_sub_parse_class_init), (gst_sub_parse_init),
8321         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8322         (convert_encoding):
8323         * gst/subparse/gstsubparse.h:
8324           Add 'encoding' property (#341681).
8325
8326         * gst/subparse/samiparse.c: (characters_sami):
8327           Output is pango markup, so we need to escape text
8328           between tags (#342143).
8329
8330 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst-libs/gst/audio/multichannel.c:
8333         (gst_audio_check_channel_positions):
8334           It's okay to have caps with channels=1 and a channel position
8335           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8336           (deinterleavers might want to keep the position in the caps,
8337           so that they can be re-interleaved again properly later).
8338           Leave check for unexpected 2-channel layouts intact for now.
8339
8340 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8341
8342         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8343         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8344         basesrc can do its job correctly.
8345
8346 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * ext/alsa/Makefile.am:
8349         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8350         (gst_alsa_detect_formats), (get_channel_free_structure),
8351         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8352         (gst_alsa_probe_supported_formats):
8353         * ext/alsa/gstalsa.h:
8354         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8355           Refactor and improve caps probing code: probe signedness
8356           when we probe the supported formats/widths; set endianness
8357           to the one we actually probed for (ie. cpu endianness).
8358           
8359         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8360         (gst_alsasrc_close):
8361         * ext/alsa/gstalsasrc.h:
8362           Implement caps probing for alsasrc.
8363
8364 2006-05-15  Wim Taymans  <wim@fluendo.com>
8365
8366         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8367         (theora_dec_src_query), (theora_dec_src_event),
8368         (theora_dec_sink_event), (theora_handle_comment_packet),
8369         (theora_handle_data_packet), (theora_dec_change_state):
8370         Cleanups, add some G_LIKELY.
8371         Use segment helpers instead of our own wrong code.
8372         Clear queued buffers on seek and READY.
8373
8374         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8375         (vorbis_dec_convert), (vorbis_dec_src_query),
8376         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8377         (vorbis_handle_comment_packet), (vorbis_dec_push),
8378         (vorbis_handle_data_packet), (vorbis_dec_chain),
8379         (vorbis_dec_change_state):
8380         * ext/vorbis/vorbisdec.h:
8381         Remove old useless packetno variable.
8382         Do position query properly.
8383         Add some G_LIKELY.
8384         Do cleanup of queued buffers in new helper function
8385         and use it.
8386
8387 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8390           Query supported sample rates. Fixes #341732.
8391
8392 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8393
8394         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8395         (gst_decode_bin_change_state): Make decodebin reusable
8396         when going from PAUSE_TO_READY and then back to PAUSED.
8397         Fixes #331678.
8398
8399 2006-05-15  Wim Taymans  <wim@fluendo.com>
8400
8401         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8402         (vorbis_dec_convert), (vorbis_dec_src_query),
8403         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8404         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8405         (vorbis_dec_clean_queued), (vorbis_dec_push),
8406         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8407         Cleanups. Use refcounting and DEBUG_OBJECT.
8408         Reset segment on flush, use code methods instead of our
8409         own wrong version.
8410         Fix potential memleak.
8411
8412 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8413
8414         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8415         (gst_alsasink_init):
8416         * ext/alsa/gstalsasink.h:
8417           Don't leak allocated snd_output_t structure if there's
8418           more than one alsasink instance at a time (#341873).
8419           Also fix GObject macros in header file.
8420           
8421 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8422
8423         * gst/subparse/gstsubparse.c:
8424         (gst_sub_parse_data_format_autodetect):
8425           Don't use libxml functions in the typefinding code.
8426
8427 2006-05-15  Wim Taymans  <wim@fluendo.com>
8428
8429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8430         Fix seeking performance in the case where a non-header 
8431         packet has a 0 granulepos (busted theora case). 
8432         Fixes #341719
8433         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8434          the first place, you limelight stealer you)
8435
8436 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * gst/subparse/gstsubparse.c:
8439         (gst_sub_parse_data_format_autodetect):
8440           Improve SAMI typefinding: handle case where there are
8441           whitespaces or newlines in front of the first <SAMI>
8442           tag (#169936).
8443
8444 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * configure.ac:
8447           Build video4linux plugin even if there's no XVIDEO, just
8448           without implementing the GstXOverlay interface (#334002).
8449          
8450 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8451
8452         * configure.ac:
8453         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8454         (plugin_init):
8455           Add tentative support for libvisual-0.4 (#336881).
8456
8457 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         Patch by: Young-Ho Cha <ganadist at chollian net>
8460
8461         * gst/subparse/samiparse.c: (handle_start_font):
8462           Need to map "silver" colour explicitly (#169936).
8463
8464 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         Patch by: Young-Ho Cha  <ganadist at chollian net>
8467
8468         * gst/subparse/Makefile.am:
8469         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8470         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8471         (gst_sub_parse_format_autodetect), (feed_textbuf),
8472         (gst_subparse_type_find), (plugin_init):
8473         * gst/subparse/gstsubparse.h:
8474         * gst/subparse/samiparse.c:
8475         * gst/subparse/samiparse.h:
8476           Add support for SAMI subtitles (#169936).
8477
8478 2006-05-14  Michael Smith  <msmith@fluendo.com>
8479
8480         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8481           Fix #341696: crash when mixing L+R+C to mono or stereo.
8482         * tests/check/Makefile.am:
8483         * tests/check/elements/audioconvert.c: (set_channel_positions),
8484         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8485         (audioconvert_suite):
8486           Add test for the above, including some generic framework bits for
8487           testing multichannel things.
8488
8489 === release 0.10.7 ===
8490
8491 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8492
8493         * configure.ac:
8494           releasing 0.10.7, "Leave the gun"
8495
8496 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8500         Fix the build.
8501
8502 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8503
8504         * docs/libs/gst-plugins-base-libs-docs.sgml:
8505         * docs/libs/gst-plugins-base-libs-sections.txt:
8506         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8507         * gst-libs/gst/video/video.h:
8508         * gst/videoscale/Makefile.am:
8509         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8511         * tests/check/Makefile.am:
8512         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8513         (main):
8514           Fix integer overflow problem with pixel-aspect-ratio calculations
8515           in videoscale and xvimagesink (#341542)
8516
8517 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * gst-libs/gst/tag/gstid3tag.c:
8520           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8521
8522 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8523
8524         * win32/MANIFEST:
8525           update win32 files listing
8526
8527 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8528
8529         patch by: Sjoerd Simons (sjoerd@luon.net)
8530
8531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8532         (group_create), (group_destroy), (add_stream),
8533         (gst_play_base_bin_get_property),
8534         (gst_play_base_bin_get_streaminfo_value_array):
8535         * gst/playback/gstplaybasebin.h:
8536           API: GstPlayBaseBin::stream-info-value-array property
8537           use a more bindings-friendly way of exposing streaminfo
8538           using a GValueArray.  Tested in ipython.
8539           Closes #341114
8540
8541 2006-05-11  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8544         (queue_underrun_cb), (queue_filled_cb):
8545         Also catch queue underruns but don't do anything yet.
8546         Refactor and comment queue enlarging code a bit.
8547
8548         * gst/playback/gstplaybasebin.c: (queue_overrun),
8549         (queue_threshold_reached), (queue_out_of_data),
8550         (gen_preroll_element):
8551         If a queue over/underruns check that we don't create nasty
8552         deadlocks when the min-threshold is not reached but the
8553         max-bytes is. In those cases disable max-bytes when we
8554         know that the queue is fed timed data.
8555         Add more comments.
8556
8557 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         * gst/playback/gstplaybin.c: (gen_audio_element):
8560           Make playbin automatically plug an 'audioresample'
8561           element before the audio sink as well. This solves
8562           problems with sinks that only accept a very specific
8563           sample rate, like esdsink (e.g. #340379).
8564
8565 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * gst/playback/gstplaybasebin.c: (gen_source_element):
8568           Make http sources send special headers so that we receive
8569           icecast metadata if the http stream is an icecast stream
8570           (otherwise the server will just ignore them). This also
8571           means that from now on users will need the 'icydemux'
8572           element from gst-plugins-good installed if they want to
8573           listen to icecast radio streams. (#341432, #333657).
8574
8575 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8576
8577         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8578         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8579           remove stupid example from docs - it should come with a simple
8580           C program instead.
8581           Clean up/fix docs
8582         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8583         (fail_if_can_read), (GST_START_TEST),
8584         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8585           add a test for changing streamheader which exposes a bug in
8586           multifdsink
8587
8588 2006-05-11  Michael Smith  <msmith@fluendo.com>
8589
8590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8591         (gst_gnome_vfs_src_received_headers_callback):
8592         * ext/gnomevfs/gstgnomevfssrc.h:
8593           Don't set icy-caps unless we have a sane interval value. Move
8594           interval to a local variable; we never use it outside this function.
8595
8596 2006-05-11  Wim Taymans  <wim@fluendo.com>
8597
8598         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8600         Register special buffer types along with the objects so
8601         that they are not registered at runtime from N different
8602         streaming threads since they are not threadsafe.
8603
8604 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8605
8606         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8607         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8608           add two more tests, one doing streamheader
8609
8610 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8611
8612         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8613           clean up the bufqueue when shutting down
8614         * tests/check/Makefile.am:
8615         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8616         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8617         (main):
8618           add a test for the leak that was just fixed
8619
8620 2006-05-10  Wim Taymans  <wim@fluendo.com>
8621
8622         * gst/adder/gstadder.c: (gst_adder_setcaps),
8623         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8624         (gst_adder_src_event), (gst_adder_sink_event),
8625         (gst_adder_class_init), (gst_adder_finalize),
8626         (gst_adder_request_new_pad), (gst_adder_collected):
8627         * gst/adder/gstadder.h:
8628         Updated some docs. Added comments and FIXMEs all over the place.
8629         Improve debugging info.
8630         Fix leak on finalize by not calling the parent.
8631         Implement duration query.
8632         Make event forwarding threadsafe.
8633         Correctly send NEWSEGMENT at start and after flush.
8634         Handle EOS correctly.
8635         Post error when not negotiated.
8636
8637         * tests/check/elements/adder.c: (GST_START_TEST):
8638         Added FIXME in the test.
8639
8640 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8643         (gst_text_overlay_halign_get_type),
8644         (gst_text_overlay_wrap_mode_get_type):
8645         * ext/theora/theoradec.c: (theora_handle_type_packet),
8646         (theora_handle_data_packet):
8647         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8648         (theora_enc_sink_setcaps), (theora_enc_chain):
8649         * gst-libs/gst/cdda/gstcddabasesrc.c:
8650         (gst_cdda_base_src_mode_get_type):
8651         * gst/audiotestsrc/gstaudiotestsrc.c:
8652         (gst_audiostestsrc_wave_get_type):
8653         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8654         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8655         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8656         (gst_sync_method_get_type), (gst_unit_type_get_type),
8657         (gst_client_status_get_type):
8658         * gst/videoscale/gstvideoscale.c:
8659         (gst_video_scale_method_get_type):
8660         * gst/videotestsrc/gstvideotestsrc.c:
8661         (gst_video_test_src_pattern_get_type):
8662         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8663         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8664         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8665         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8666         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8667         (paint_setup_RGB565), (paint_setup_xRGB1555):
8668           Const-ify GEnumValue and GFlagsValue arrays. Use
8669           GST_ROUND_UP_* macros instead of home-made ones.
8670
8671 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * configure.ac:
8674           Require core CVS for the new newsegment stuff.
8675
8676 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         Patch by: Sjoerd Simons  <sjoerd at luon net>
8679
8680         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8681           Register nick for enum value (#341160).
8682
8683 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8686         (plugin_init):
8687          backout typefind patch #340375
8688          
8689         * tests/check/elements/adder.c: (message_received),
8690         (GST_START_TEST), (adder_suite):
8691           redo, signal-handling of test
8692
8693 2006-05-09  Wim Taymans  <wim@fluendo.com>
8694
8695         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8696         (gst_adder_collected):
8697         * gst/adder/gstadder.h:
8698         Remove bogus segment merging and forwarding, we don't
8699         care about timestamps anyway and we just produce a
8700         continuous stream. 
8701         Also create a nice NEWSEGMENT event when we start.
8702         Use _scale_int some more.
8703
8704 2006-05-09  Edward Hervey  <edward@fluendo.com>
8705
8706         * tests/icles/stress-xoverlay.c:
8707         Fix if core was built without parsing support.
8708
8709 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8712           Add SEDG (Samsung MPEG-4) fourcc.
8713
8714 2006-05-09  Edward Hervey  <edward@fluendo.com>
8715
8716         * tests/icles/stress-xoverlay.c:
8717         * tests/examples/volume/volume.c:
8718         Fix if core was built without parsing support.
8719
8720         * tests/examples/seek/seek.c:
8721         Disable the parse_launch example if core was built without parsing
8722         support.
8723
8724 2006-05-08  Edward Hervey  <edward@fluendo.com>
8725
8726         * autogen.sh: (CONFIGURE_DEF_OPT): 
8727         libtoolize on Darwin/MacOSX is called glibtoolize
8728
8729 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8730
8731         * tests/check/Makefile.am:
8732         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8733           Disable the adder test, until the build-slaves posses the kindness to 
8734           either like it or to give valid reason for not doing so 
8735
8736 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8737
8738         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8739         (adder_suite):
8740           Shuffle NULL state change around and raise timeout more
8741
8742 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8743
8744         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8745         (mp4_type_find), (plugin_init):
8746           Add typefind to distinguish between "audio/x-m4a" and new type
8747           "video/mp4". Fixes #340375
8748
8749         * tests/check/elements/adder.c: (adder_suite):
8750           Raise timeout to make buildbot happy
8751
8752 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8753
8754         * gst/adder/gstadder.c: (gst_adder_sink_event),
8755         (gst_adder_request_new_pad), (gst_adder_change_state):
8756         * gst/adder/gstadder.h:
8757         * tests/check/Makefile.am:
8758         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8759         (adder_suite), (main):
8760           Add sink-event handling to adder. It tries to merge incomming
8761           newsegment-events. Added test to check if segment_done is comming
8762           through. Fixes #340060
8763
8764 2006-05-05  Andy Wingo  <wingo@pobox.com>
8765
8766         * ext/theora/theoraparse.c (gst_theora_parse_init)
8767         (theora_parse_src_convert, theora_parse_src_query):
8768         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8769         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8770         query functions on the source pads of the theora and vorbis parse
8771         elements. Fixes position querying when doing a remux.
8772
8773 2006-05-05  Michael Smith  <msmith@fluendo.com>
8774
8775         * ext/theora/theoraparse.c: (parse_granulepos),
8776         (theora_parse_drain_queue_prematurely),
8777         (theora_parse_queue_buffer), (theora_parse_sink_event):
8778           Fix flushing.
8779           Fix invalid granulepos outputs when starting with a non-keyframe.
8780
8781 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8782
8783         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8784         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8785         Rearrange MPEG system stream detection, fixing some memleaks in the
8786         process.
8787         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8788         they clean up their data correctly.
8789         Remove unused ogganx caps and move the 'is_annodex' check to inside
8790         the 'is_ogg' if statement.
8791
8792 2006-05-05  Wim Taymans  <wim@fluendo.com>
8793
8794         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8795         Properly remove ghostpads. Fixes #340392
8796
8797 2006-05-04  David Schleef  <ds@schleef.org>
8798
8799         * gst/typefind/gsttypefindfunctions.c:
8800
8801 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8802
8803         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8804         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8805
8806         When typefinding an MP3 in push-based mode, don't penalise the
8807         probability down to 74% when we found 5 valid frames just because we
8808         can't peek the end of the file.
8809
8810         Make the probability for detecting MPEG Transport Streams based on the
8811         number of sequential headers we successfully detected.
8812
8813 2006-05-03  Wim Taymans  <wim@fluendo.com>
8814
8815         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8816         (vorbis_dec_push), (vorbis_dec_chain):
8817         Still produce an error when we receive an empty packet.
8818
8819 2006-05-03  Wim Taymans  <wim@fluendo.com>
8820
8821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8822         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8823         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8824         Mark buffers with DISCONT after seek and after activating new
8825         chains.
8826
8827         * ext/theora/gsttheoradec.h:
8828         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8829         (theora_get_query_types), (theora_dec_sink_event),
8830         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8831         (theora_dec_change_state):
8832         Fix frame counter.
8833         Detect and mark DISCONT buffers.
8834
8835         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8836         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8837         (vorbis_dec_change_state):
8838         * ext/vorbis/vorbisdec.h:
8839         Use GstSegment.
8840         Detect and mark DISCONT buffers.
8841         Don't crash on 0 sized buffers.
8842
8843 2006-05-03  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8846         (volume_transform_ip):
8847         Increase "volume" property to 10.0. Fixes #340369.
8848         Set the process function to NULL when capsnego fails so that
8849         we properly error out.
8850
8851 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8852
8853         * gst/playback/gstplaybin.c: (add_sink):
8854         * gst/playback/test.c: (main):
8855         * gst/playback/test5.c: (dump_element_stats):
8856         * gst/playback/test6.c: (main):
8857           free caps using gst_caps_unref, don't leak caps-strings
8858
8859 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8862         (plugin_init):
8863           Refine musepack typefinding a bit. Return MAXIMUM
8864           probability when we detect stream version 7 to make
8865           sure the mpeg audio typefinder doesn't trump us.
8866
8867 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8870           Protect against unexpected NULL strf_data buffer.
8871
8872 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * tests/check/elements/audioconvert.c: (verify_convert),
8875         (GST_START_TEST):
8876           interpret the out[] buffer in the order the bytes are actually
8877           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8878           Other tests should use BYTE_ORDER since the array is filled in
8879           with actual values
8880
8881 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8882
8883         * tests/check/elements/audioconvert.c: (verify_convert),
8884         (GST_START_TEST):
8885           when a test fails, give an indication of which it is
8886
8887 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8888
8889         * gst-libs/gst/cdda/gstcddabasesrc.c:
8890           compile fix; strtol() needs <stdlib.h>
8891
8892 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * ext/alsa/gstalsamixerelement.c:
8895         * ext/alsa/gstalsasrc.c:
8896         * ext/cdparanoia/gstcdparanoiasrc.c:
8897         * ext/gnomevfs/gstgnomevfssink.c:
8898         * ext/gnomevfs/gstgnomevfssrc.c:
8899         * ext/ogg/gstoggdemux.c:
8900         * ext/ogg/gstoggmux.c:
8901         * ext/ogg/gstoggparse.c:
8902         * ext/ogg/gstogmparse.c:
8903         * ext/pango/gstclockoverlay.c:
8904         * ext/pango/gsttextoverlay.c:
8905         * ext/pango/gsttextrender.c:
8906         * ext/pango/gsttimeoverlay.c:
8907         * ext/theora/theoradec.c:
8908         * ext/theora/theoraenc.c:
8909         * ext/vorbis/vorbisdec.c:
8910         * ext/vorbis/vorbisenc.c:
8911         * gst-libs/gst/audio/gstaudiofilter.c:
8912         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8913         * gst/audioconvert/gstaudioconvert.c:
8914         * gst/audiorate/gstaudiorate.c:
8915         * gst/audioresample/gstaudioresample.c:
8916         * gst/audiotestsrc/gstaudiotestsrc.c:
8917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8918         * gst/playback/gstdecodebin.c:
8919         * gst/playback/gstplaybin.c:
8920         * gst/playback/gststreamselector.c:
8921         * gst/subparse/gstsubparse.c:
8922         * gst/tcp/gstmultifdsink.c:
8923         * gst/tcp/gsttcpclientsink.c:
8924         * gst/tcp/gsttcpclientsrc.c:
8925         * gst/tcp/gsttcpserversink.c:
8926         * gst/tcp/gsttcpserversrc.c:
8927         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8928         * gst/videorate/gstvideorate.c:
8929         * gst/videoscale/gstvideoscale.c:
8930         * gst/videotestsrc/gstvideotestsrc.c:
8931         * gst/volume/gstvolume.c:
8932         * sys/v4l/gstv4ljpegsrc.c:
8933         * sys/v4l/gstv4lmjpegsink.c:
8934         * sys/v4l/gstv4lmjpegsrc.c:
8935         * sys/v4l/gstv4lsrc.c:
8936         * sys/ximage/ximagesink.c:
8937         * sys/xvimage/xvimagesink.c:
8938         * tests/check/libs/cddabasesrc.c:
8939           make GstElementDetails const
8940
8941 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8942
8943         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8944         (gst_adder_init):
8945           send events from src-pad to all sink-pads fixes #338657
8946
8947 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8948
8949         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8950         (alsasink_parse_spec):
8951           query width capabilities from alsa, fixes #338919
8952
8953 2006-04-28  Wim Taymans  <wim@fluendo.com>
8954
8955         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8956         (gst_multi_fd_sink_remove_client_link):
8957         * gst/tcp/gstmultifdsink.h:
8958         Fix race condition in multifdsink that can lead to spurious 
8959         duplicate clients. this patch adds a new signal that is fired when
8960         multifdsink has removed all references to the fd.
8961         Fixes #339574.
8962         Updated documentation.
8963         API: client-fd-removed signal added
8964
8965 2006-04-28  Michael Smith  <msmith@fluendo.com>
8966
8967         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8968           When asking g_value_array_new to prealloc elements, we may as well
8969           ask for the right number of elements.
8970
8971 2006-04-28  Wim Taymans  <wim@fluendo.com>
8972
8973         * gst-libs/gst/audio/gstbaseaudiosink.c:
8974         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8975         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8976         patch to make timestamp checking more tollerant to rounding 
8977         errors given that real discontinuities are to be marked on
8978         buffers. Fixes some asf files and #338778.
8979         Also avoid some crashers when we receive an event in the 
8980         NULL state.
8981
8982 2006-04-28  Michael Smith  <msmith@fluendo.com>
8983
8984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8985         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8986         (gst_gnome_vfs_src_get_property),
8987         (gst_gnome_vfs_src_send_additional_headers_callback),
8988         (gst_gnome_vfs_src_received_headers_callback),
8989         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8990         (gst_gnome_vfs_src_stop):
8991         * ext/gnomevfs/gstgnomevfssrc.h:
8992           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8993           proper shared support within icydemux.
8994
8995 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8996
8997         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8998         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8999           fix up docs
9000           fix a leak when no caps negotiated
9001           fix counting of input frames
9002         * tests/check/elements/.cvsignore:
9003         * tests/check/elements/videorate.c: (assert_videorate_stats),
9004         (GST_START_TEST), (videorate_suite):
9005           add tests for these
9006
9007 2006-04-28  Wim Taymans  <wim@fluendo.com>
9008
9009         * gst-libs/gst/audio/gstringbuffer.c:
9010         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9011         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9012         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9013         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9014         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9015         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9016         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9017         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9018         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9019         Check arguments passed to public functions instead of
9020         crashing.
9021
9022 2006-04-28  Wim Taymans  <wim@fluendo.com>
9023
9024         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9025         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9026         GstBaseAudioSrc must be live or it does not work.
9027
9028         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9029         Don't set live to TRUE as this is the default in the parentclass.
9030
9031 2006-04-28  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9034         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9035         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9036         fixation cases better. Fixes #338991
9037
9038 2006-04-28  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9041         Handle 0/1 framerate correctly Fixes #331901.
9042
9043 2006-04-28  Wim Taymans  <wim@fluendo.com>
9044
9045         * tests/check/elements/audioconvert.c: (get_float_caps),
9046         (GST_START_TEST), (audioconvert_suite):
9047         Added check for correct clipping when doing float samples
9048         in audioconvert.
9049
9050 2006-04-28  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9053         (gst_video_rate_chain):
9054         Print more debugging info.
9055
9056 2006-04-28  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9059         (resample_set_state_from_caps):
9060         Add support for other formats audioresample can handle such as
9061         32 bits in and float and 64 bits float. Fixes #301759
9062
9063 2006-04-28  Wim Taymans  <wim@fluendo.com>
9064
9065         * gst/audioconvert/audioconvert.c: (float):
9066         correctly clip float samples > 1.0. Fixes #338718
9067
9068 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9069
9070         Patch by: Young-Ho Cha  <ganadist at chollian net>
9071
9072         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9073         (gst_text_overlay_render_text):
9074           Don't strip newlines from the text. Also, center lines
9075           within multi-line paragraphs (#339405).
9076
9077 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9078
9079         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9080           Fix wavpack typefinding to work in more cases (don't peek
9081           for chunks of multiple hundred kBs at once, but process
9082           things step-by-step in smaller units). Fixes #339786.
9083
9084 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9085
9086         * configure.ac:
9087           back to HEAD
9088
9089 === release 0.10.6 ===
9090
9091 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9092
9093         * configure.ac:
9094           releasing 0.10.6, "Chao"
9095
9096 2006-04-26  David Schleef  <ds@schleef.org>
9097
9098         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9099           Fixes #338897.
9100
9101 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9102
9103         * configure.ac:
9104         * win32/common/config.h:
9105           new prerelease
9106
9107 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9108
9109         patch by: Wim Taymans
9110
9111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9112         (gst_ogg_demux_perform_seek):
9113           make sure correct newsegments are sent, so that the decoder
9114           and the demuxer agree on timestamps.  Fixes playback of a lot
9115           of Ogg files that do not start from 0.  Fixes #339833.
9116
9117 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9118
9119         Patch by: Edward Hervey  <edward@fluendo.com>
9120
9121         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9122         * tests/check/Makefile.am:
9123         * tests/check/elements/videorate.c: (assert_videorate_stats),
9124         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9125         (videorate_suite), (main):
9126           Fix an infinite loop if frames are passed in with wrongly ordered
9127           timestamps.  Fixes #339013.
9128
9129 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9130
9131         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9134           fix typefinding on some ISO files.  Fixes #339212.
9135
9136 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9137
9138         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9141           add another H264 fourcc.  Fixes #339047.
9142
9143 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9144
9145         Patch by: Jan Schmidt
9146
9147         * gst/playback/gststreamselector.c:
9148         (gst_stream_selector_bufferalloc):
9149           Restore old StreamSelector behaviour.
9150           Fixes #338419.
9151
9152 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9153
9154         * configure.ac:
9155         * win32/common/config.h:
9156           prerelease
9157
9158 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9161
9162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9163         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9164           Fix some memory leaks: on finalize, free buffers left in the queue
9165           before destroying the queue; in _push(), unref rtp_buf even if
9166           the process vfunc returned a NULL buffer as output buffer (#337548);
9167           demote some recuring debug messages to LOG level.
9168
9169 2006-04-11  Wim Taymans  <wim@fluendo.com>
9170
9171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9172         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9173         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9174         (gst_ogg_demux_loop):
9175         More cleanups.
9176         Respect segment stop when emiting EOS or SEGMENT_DONE.
9177         Fixes (#337945).
9178
9179 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * gst/playback/gststreamselector.c:
9182         (gst_stream_selector_get_property):
9183           Don't leak pad name.
9184
9185 2006-04-10  Michael Smith  <msmith@fluendo.com>
9186
9187         * tests/check/Makefile.am:
9188         * tests/check/gst-plugins-base.supp:
9189           Suppress an old libtheora bug (fixed in more recent versions), so 
9190           that FC4 buildslaves can pass.
9191
9192 2006-04-10  Wim Taymans  <wim@fluendo.com>
9193
9194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9195         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9196         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9197         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9198         (gst_ogg_demux_loop):
9199         Don't leak events.
9200         Remember what error we got when finding chains, if we
9201         were shutdown, that would not be an error.
9202
9203 2006-04-10  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst-libs/gst/audio/gstbaseaudiosink.c:
9206         (gst_base_audio_sink_event):
9207         Starting the ringbuffer when we did not acquire it can cause
9208         a deadlock, is pointless and causes nasty things for
9209         subclasses. 
9210         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9211
9212 2006-04-10  Wim Taymans  <wim@fluendo.com>
9213
9214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9215         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9216         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9217         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9218         (gst_ogg_demux_deactivate_current_chain),
9219         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9220         (gst_ogg_demux_bisect_forward_serialno),
9221         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9222         Add some more debugging.
9223
9224 2006-04-10  Wim Taymans  <wim@fluendo.com>
9225
9226         * ext/theora/theoradec.c: (theora_dec_src_event),
9227         (theora_handle_data_packet):
9228         Some more debug info.
9229
9230         * tests/examples/seek/seek.c: (start_seek), (main):
9231         Print element messages too.
9232
9233 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9234
9235         * gst/audioresample/debug.h:
9236           replace debug macros with variable number of parameters
9237           by a simple alias to gstreamer standard debug macros 
9238          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9239           supported by MSVC 6.0 and 7.1)
9240         * gst/audioresample/resample.h:
9241           define M_PI and rint for WIN32
9242         * win32/common/libgstaudio.def:
9243         * win32/common/libgstriff.def:
9244         * win32/common/libgsttag.def:
9245         * win32/common/libgstvideo.def:
9246           add new exported functions
9247         * win32/vs6:
9248           update project files
9249
9250 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9251
9252         * ext/alsa/gstalsamixeroptions.c:
9253         (gst_alsa_mixer_options_class_init):
9254         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9257         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9258         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9259         * gst-libs/gst/audio/gstaudiofilter.c:
9260         (gst_audio_filter_class_init):
9261         * gst-libs/gst/audio/gstaudiosink.c:
9262         (gst_audioringbuffer_class_init):
9263         * gst-libs/gst/audio/gstaudiosrc.c:
9264         (gst_audioringbuffer_class_init):
9265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9266         * gst-libs/gst/interfaces/colorbalancechannel.c:
9267         (gst_color_balance_channel_class_init):
9268         * gst-libs/gst/interfaces/mixeroptions.c:
9269         (gst_mixer_options_class_init):
9270         * gst-libs/gst/interfaces/mixertrack.c:
9271         (gst_mixer_track_class_init):
9272         * gst-libs/gst/interfaces/tunerchannel.c:
9273         (gst_tuner_channel_class_init):
9274         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9275         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9276         (gst_netbuffer_class_init):
9277         * gst-libs/gst/rtp/gstbasertppayload.c:
9278         (gst_basertppayload_class_init):
9279         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9281         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9282         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9283         * gst/playback/gststreamselector.c:
9284         (gst_stream_selector_class_init):
9285         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9286         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9287         * sys/v4l/gstv4lcolorbalance.c:
9288         (gst_v4l_color_balance_channel_class_init):
9289         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9290         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9292         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9293         (gst_v4l_tuner_norm_class_init):
9294         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9296         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9297         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9298
9299 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9300
9301         * ext/pango/gsttextrender.h:
9302         * gst-libs/gst/audio/gstaudiosink.h:
9303         * gst-libs/gst/audio/gstaudiosrc.h:
9304         * gst-libs/gst/audio/gstbaseaudiosink.h:
9305         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9306         * gst-libs/gst/audio/gstringbuffer.h:
9307         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9308         * gst-libs/gst/rtp/gstbasertppayload.h:
9309         * gst-libs/gst/video/gstvideofilter.h:
9310         * gst-libs/gst/video/gstvideosink.h:
9311         * gst/playback/gstplaybasebin.h:
9312         * gst/tcp/gstmultifdsink.h:
9313         * sys/v4l/gstv4lelement.h:
9314         Fix broken GObject macros
9315
9316 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9317
9318         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9319         More debug to trace why my USB headset is not working with gst
9320
9321 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9322
9323         * gst/playback/gstplaybasebin.c: (group_destroy):
9324         Clean up our group elements properly in the case where it never 
9325         got committed - it still got added unconditionally to the bin.
9326
9327 2006-04-07  Wim Taymans  <wim@fluendo.com>
9328
9329         * ext/theora/theoradec.c: (theora_dec_sink_event),
9330         (theora_handle_data_packet), (theora_dec_chain):
9331         Unref unhandled events.
9332         Protect against empty buffers.
9333         Perform QoS on running time.
9334
9335 2006-04-07  Michael Smith  <msmith@fluendo.com>
9336
9337         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9338         (gst_vorbis_enc_chain):
9339           Remove leaks from vorbisenc.
9340           Mostly minor changes, the only significant one is that now the
9341           buffers we set as 'streamheader' on the caps are copies of the
9342           original buffers, to avoid circular refcounting problems.
9343
9344 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9345
9346         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9347           Don't remove our mute-probe if someone else already did so.
9348           Don't set a 2nd one if there is already one pending on the pad.
9349
9350         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9351         (do_playbin_seek):
9352           When a seek fails, ensure that playbin is still set back to playing.
9353           
9354         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9355         (mpeg_ts_type_find), (plugin_init):
9356           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9357
9358 2006-04-06  Andy Wingo  <wingo@pobox.com>
9359
9360         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9361         (gst_video_rate_init): Caps-related parameters should not be reset
9362         by a flush -- move their inits to the instance init function.
9363         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9364         is not OK, just return the result.
9365
9366         * gst/audiotestsrc/gstaudiotestsrc.c
9367         (gst_audio_test_src_class_init)
9368         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9369         broken by Stefan's commit on 24 March.
9370
9371         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9372         buffers being pushed out. Fixes oggmux ! multifdsink.
9373
9374 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9377         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9378         * ext/vorbis/vorbisdec.h:
9379         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9380         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9381         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9382         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9383         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9384         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9385         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9386         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9387         (gst_vorbis_enc_buffer_from_packet),
9388         (gst_vorbis_enc_buffer_from_header_packet),
9389         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9390         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9391         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9392         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9393         (gst_vorbis_enc_change_state):
9394         * ext/vorbis/vorbisenc.h:
9395           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9396           vorbisenc adhere to the official nomenclature; use boilerplate
9397           macro.
9398
9399 2006-04-04  Andy Wingo  <wingo@pobox.com>
9400
9401         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9402         Whoops, fix bug introduced. Bad hacker!
9403         
9404         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9405         Properly handle the case where you get EOS before any buffers are
9406         received. Use gst_buffer_make_metadata_writable where appropriate.
9407
9408         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9409         is often negative -- make it signed so as not to wrap around.
9410         Fixes segfaults introduced on 9 March.
9411
9412 2006-04-03  Wim Taymans  <wim@fluendo.com>
9413
9414         * ext/theora/gsttheoradec.h:
9415         * ext/theora/theoradec.c: (theora_dec_src_event):
9416         Don't try to store a gdouble in a gboolean.
9417         Small cleanups.
9418
9419 2006-04-03  Michael Smith  <msmith@fluendo.com>
9420
9421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9422           Oggmux sucks.
9423           Make it suck slightly less by writing out the final page.
9424           Still can't encode a vorbis-in-ogg file correctly, though.
9425
9426 2006-04-03  Andy Wingo  <wingo@pobox.com>
9427
9428         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9429         a g_print.
9430
9431         * ext/theora/theora.c (plugin_init): Register theoraparse.
9432
9433         * ext/theora/gsttheoraparse.h: 
9434         * ext/theora/theoraparse.c: New files implementing a theora
9435         parser. Now we can properly remux ogg/theora+vorbis, yay.
9436
9437         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9438
9439 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9440
9441         * gst/audiotestsrc/gstaudiotestsrc.c:
9442           Fixed the sample pipeline (see #323798)
9443
9444 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9445
9446         * configure.ac:
9447         * win32/common/config.h:
9448         * win32/common/config.h.in:
9449           use AS_VERSION and AS_NANO
9450           more cleanups
9451
9452 2006-03-31  Andy Wingo  <wingo@pobox.com>
9453
9454         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9455         uninitialized variable return that would happen.
9456         
9457         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9458         uninitialized variable return that would never happen.
9459
9460         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9461         (vorbis_parse_sink_event): Add an event function to flush our
9462         state on a seek, and to drain buffers on a premature EOS.
9463         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9464         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9465         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9466         (vorbis_parse_drain_queue): Queue up buffers until we can set
9467         their timestamps and granulepos values.
9468
9469         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9470         and keep track of data needed for deriving granulepos and
9471         timestamps for buffers.
9472
9473 2006-03-29  Wim Taymans  <wim@fluendo.com>
9474
9475         Patch by: j^ <j at bootlab dot org>
9476
9477         * ext/alsa/gstalsamixerelement.c:
9478         (gst_alsa_mixer_element_class_init):
9479         * ext/alsa/gstalsasink.c:
9480         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9481         * ext/ogg/gstoggdemux.c:
9482         * ext/ogg/gstoggmux.c:
9483         * ext/ogg/gstoggparse.c:
9484         * ext/pango/gstclockoverlay.c:
9485         * ext/pango/gsttextoverlay.c:
9486         * ext/pango/gsttextrender.c:
9487         * ext/pango/gsttimeoverlay.c:
9488         * ext/theora/theoradec.c:
9489         * ext/theora/theoraenc.c:
9490         * ext/vorbis/vorbisdec.c:
9491         * ext/vorbis/vorbisenc.c:
9492         * gst/audioconvert/gstaudioconvert.c:
9493         * gst/subparse/gstsubparse.c:
9494         * gst/tcp/gstmultifdsink.c:
9495         * gst/tcp/gsttcpclientsink.c:
9496         * gst/tcp/gsttcpclientsrc.c:
9497         * gst/tcp/gsttcpserversink.c:
9498         * gst/tcp/gsttcpserversrc.c:
9499           better/unified long descriptions
9500           Fixes #336477
9501
9502 2006-03-29  Wim Taymans  <wim@fluendo.com>
9503
9504         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9505         (stop_seek):
9506         Don't let double and triple clicks mess up our state.
9507
9508 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * gst/playback/gstplaybin.c: (gen_video_element),
9511         (gen_text_element), (gen_audio_element), (gen_vis_element):
9512           Error out gracefully when we can't create any of the usual
9513           conversion elements for some reason. Also, don't try to
9514           create an audioscale (sic) element that's not used anyway.
9515
9516 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         * gst/playback/gstplaybasebin.c: (setup_source):
9519           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9520           element for a particular protocol, that's confusing for users.
9521           Instead, post a RESOURCE_FAILED error, so that our own error
9522           message is actually shown in totem etc. (#336303).
9523
9524 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9527
9528         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9529         (gst_gnome_vfs_src_get_icy_metadata):
9530           Fix some minor memory leaks (#336194).
9531
9532 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * ext/gnomevfs/gstgnomevfs.c:
9535         (gst_gnome_vfs_location_to_uri_string):
9536         * ext/gnomevfs/gstgnomevfs.h:
9537         * ext/gnomevfs/gstgnomevfssink.c:
9538         (gst_gnome_vfs_sink_set_property):
9539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9540           Make gnomevfssink accept filenames as well as URIs for the
9541           "location" property, just like gnomevfssrc does (and
9542           filesrc/filesink do) (#336190).
9543
9544 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9545
9546         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9547           set to NULL before unreffing, fixes a valgrind leak.
9548           Why was this not triggering the error that an object needs to
9549           be NULL before unreffing ?
9550         * win32/common/config.h:
9551           update
9552
9553 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         * gst/subparse/gstsubparse.c: (convert_encoding),
9556         (gst_sub_parse_change_state):
9557         * gst/subparse/gstsubparse.h:
9558           Text subtitle files may or may not be UTF-8. If it's not, we
9559           don't really want to see '?' characters in place of non-ASCII
9560           characters like accented characters. So let's assume the input
9561           is UTF-8 until we come across text that is clearly not. If it's
9562           not UTF-8, we don't really know what it is, so try the following:
9563           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9564           is set; if not, check (b) if the current locale encoding is
9565           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9566           the current locale encoding is UTF-8 and the environment variable
9567           was not set to any particular encoding. Not perfect, but better
9568           than nothing (and better than before, I think) (fixes #172848).
9569
9570 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9571
9572         * configure.ac:
9573           update core requirement to 0.10.4.1 because of async_playback
9574           vmethod on GstBaseSink
9575
9576 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9577
9578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9579         * gst/adder/gstadder.c: (gst_adder_init):
9580         use DEBUG_FUNCPTR for collectpads
9581
9582 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9583
9584         * docs/plugins/Makefile.am:
9585         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9586         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9587         * ext/cdparanoia/gstcdparanoiasrc.c:
9588         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9589         (gst_gnome_vfs_sink_class_init):
9590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9592         * ext/ogg/gstoggmux.c:
9593         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9594         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9595         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9596         * ext/pango/gsttextoverlay.c:
9597         * ext/pango/gsttextrender.c:
9598         * ext/theora/theoradec.c:
9599         * ext/theora/theoraenc.c:
9600         * ext/vorbis/vorbisdec.c:
9601         * ext/vorbis/vorbisenc.c:
9602         * gst-libs/gst/audio/gstaudiofilter.c:
9603         (gst_audio_filter_base_init):
9604         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9605         (gst_audio_filter_template_base_init):
9606         * gst/adder/gstadder.c: (gst_adder_get_type):
9607         * gst/adder/gstadder.h:
9608         * gst/audioconvert/gstaudioconvert.c:
9609         * gst/audiotestsrc/gstaudiotestsrc.c:
9610         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9611         (gst_audio_test_src_create):
9612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9613         * gst/playback/gstdecodebin.c:
9614         * gst/playback/gstplaybin.c:
9615         * gst/playback/gststreamselector.c:
9616         (gst_stream_selector_base_init):
9617         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9618         * gst/volume/gstvolume.c:
9619         * sys/v4l/gstv4lmjpegsink.c:
9620         * sys/v4l/gstv4lmjpegsrc.c:
9621         * tests/check/libs/cddabasesrc.c:
9622         * tests/old/examples/gob/gst-identity2.gob:
9623           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9624           define GstElementDetails at the top
9625
9626 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9627
9628         * win32/common/libgstinterfaces.def:
9629         Add a lot of export functions for gst-python
9630         * win32/vs6/libgstinterfaces.dsp:
9631         Add a missing include folder in the project configuration
9632         
9633 2006-03-23  Wim Taymans  <wim@fluendo.com>
9634
9635         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9636         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9637         (gst_base_audio_src_change_state):
9638         Fix audio sources, forgot to make the ringbuffer
9639         startable...
9640
9641 2006-03-23  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9644         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9645         (gst_base_audio_src_change_state):
9646         unparent instead of unref the ringbuffer.
9647
9648 2006-03-23  Wim Taymans  <wim@fluendo.com>
9649
9650         * gst-libs/gst/audio/gstbaseaudiosink.c:
9651         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9652         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9653         Implement new async_play vmethod to start slaving and allow
9654         playback start in case of async PLAY state changes. 
9655
9656         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9657         Enable QoS with new method in base class.
9658
9659 2006-03-23  Wim Taymans  <wim@fluendo.com>
9660
9661         Patch by: Julien MOUTTE <julien at moutte dot net>
9662
9663         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9664         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9665         Partially handle 0 framerate, only EOS after the first frame
9666         is missing.
9667
9668 2006-03-23  Wim Taymans  <wim@fluendo.com>
9669
9670         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9671
9672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9673         (gst_riff_create_video_template_caps):
9674         * gst/ffmpegcolorspace/avcodec.h:
9675         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9676         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9677         (gst_ffmpegcsp_avpicture_fill):
9678         * gst/ffmpegcolorspace/imgconvert.c:
9679         Patch for support of YVU9 AVI files (#334822)
9680
9681 2006-03-22  Edward Hervey  <edward@fluendo.com>
9682
9683         * docs/design/design-decodebin.txt:
9684         Added design document for new decodebin
9685         (Target Caps): text/x-pango-markup is also a default target caps.
9686
9687 2006-03-22  Wim Taymans  <wim@fluendo.com>
9688
9689         * gst-libs/gst/audio/gstbaseaudiosink.c:
9690         (gst_base_audio_sink_dispose):
9691         Since we _parent the ringbuffer, we also need to
9692         _unparent instead of a plain _unref.
9693
9694 2006-03-22  Wim Taymans  <wim@fluendo.com>
9695
9696         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9697         (stop_seek), (scrub_toggle_cb), (main):
9698         Add scrub checkbox.
9699
9700 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9701
9702         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9703         (gst_ogg_parse_chain):
9704           Fix very inefficient usage of linked lists (#335365).
9705
9706 2006-03-21  Edward Hervey  <edward@fluendo.com>
9707
9708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9709         * gst/playback/gstplaybin.c: (handoff):
9710         * gst/playback/gststreamselector.c:
9711         (gst_stream_selector_set_property):
9712         gcc 4.1 unreferenced pointer fixes.
9713         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9715         gst_buffer_ref() now takes a GstBuffer*.
9716
9717 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9718
9719         * sys/xvimage/xvimagesink.c:
9720         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9721         by Jan Schmidt.
9722
9723 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9724
9725         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9726         (id3v1_type_find), (apetag_type_find), (plugin_init):
9727           Can't do tag preferences via probability, as tags would then
9728           lose against types that are recognised with MAXIMUM probability
9729           (like .wav); so let all tag typefinders return MAXIMUM themselves
9730           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9731           that we can prefer APE to ID3v1 (fixes #335028).
9732           
9733 2006-03-17  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst-libs/gst/audio/gstbaseaudiosink.c:
9736         (gst_base_audio_sink_change_state):
9737         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9738         (gst_ring_buffer_may_start):
9739         * gst-libs/gst/audio/gstringbuffer.h:
9740         Only start playback if we are playing.
9741         should fix #330748.
9742
9743 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9744
9745         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9746         * win32/common/config.h:
9747           Revert accidental commits to these files.
9748
9749 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9752
9753         * tests/Makefile.am:
9754           Don't try to build tests in tests/icles if we
9755           don't have X (#323852)
9756
9757 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst-libs/gst/tag/gstid3tag.c:
9760           Add TXXX frame identifiers for replaygain stuff as used
9761           by some taggers (see #323721).
9762
9763 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9764
9765         * gst/playback/gststreamselector.c:
9766         (gst_stream_selector_set_property),
9767         (gst_stream_selector_bufferalloc):
9768           Preserve the existing buggy streamselector behaviour by performing
9769           a fallback buffer allocation when downstream isn't linked yet.
9770           This should really be fixed in playbin by blocking pads until it's
9771           linked them.
9772           Also, use gst_pad_alloc_buffer instead of
9773           gst_pad_alloc_buffer_and_set.
9774
9775 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9776
9777         * gst-libs/gst/tag/gstid3tag.c:
9778           Don't crash on unknown ID3v2 TXXX frames.
9779           
9780 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9781
9782         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9783           Chain up to the parent finalize method.
9784           Add 32-bit sample size to the template caps.
9785
9786         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9787         (gst_riff_create_video_template_caps):
9788           Add the fourcc that the VMWare codec uses.
9789           
9790         * gst/playback/gststreamselector.c:
9791         (gst_stream_selector_set_property),
9792         (gst_stream_selector_bufferalloc),
9793         (gst_stream_selector_request_new_pad):
9794           For the active pad, forward buffer-alloc requests, otherwise
9795           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9796           having to memcpy every frame when used by playbin.
9797
9798         * gst/tcp/gstmultifdsink.c:
9799         (gst_multi_fd_sink_handle_client_write):
9800           Get negotiated caps from the sink pad, rather than the sink
9801           pad's peer.
9802
9803 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9806         
9807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9808           Don't forget to set src->callbacks_pushed to FALSE again when
9809           popping them, otherwise re-activation in a different mode won't
9810           work (#334620).
9811
9812 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         Patch by: Sebastien Moutte  <sebastien moutte net>
9815
9816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9817         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9818         (gst_ffmpeg_smpfmt_to_caps):
9819           Replace __VA_ARGS__ caps creation macros with varargs functions.
9820           Makes things compile on MSVC (#320765), looks nicer, and we can
9821           tell the compiler to check for the NULL terminator.
9822
9823 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9824
9825         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9826
9827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9828           Make sure the buffer we copy into is really always big
9829           enough, this time for real (#333488).
9830           
9831 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9834           Add support for 24bpp DIB (#305279).
9835
9836 2006-03-14  Wim Taymans  <wim@fluendo.com>
9837
9838         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9839         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9841         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9842         (gst_video_scale_init), (gst_video_scale_src_event):
9843         Re-enable QoS after the release.
9844         Rework videoscale to use the base class src_event handler.
9845
9846 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9847
9848         * configure.ac:
9849           back to CVS.
9850
9851 === release 0.10.5 ===
9852
9853 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9854
9855         * configure.ac:
9856           releasing 0.10.5, "Net"
9857
9858 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9859
9860         * docs/plugins/Makefile.am:
9861           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9862           
9863 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9866         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9867         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9868           Add cdparanoiasrc to docs.
9869
9870         * gst-libs/gst/cdda/gstcddabasesrc.c:
9871           More GstCddaBaseSrc docs.
9872
9873 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9874
9875         * docs/libs/gst-plugins-base-libs-sections.txt:
9876         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9877         * gst-libs/gst/tag/tag.h:
9878           API: libgsttag: new method gst_tag_from_id3_user_tag().
9879
9880 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9883           NULL-terminate array of mpeg4 video file extensions.
9884           Fixes crash on PPC (#334226).
9885
9886 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * ext/gnomevfs/gstgnomevfssrc.c:
9889         (gst_gnome_vfs_src_check_get_range):
9890           gnome_vfs_uri_is_local() alone is not a good indicator
9891           whether we can operate in pull-mode with a specific URI,
9892           as it returns FALSE for file:// URIs that point to an
9893           NFS-mounted path. Be more conservative here: whitelist
9894           local files, blacklist http URIs and use the old
9895           mechanism for anything else (fixes #334216).
9896
9897 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9898
9899         * configure.ac:
9900           back to trunk
9901
9902 === release 0.10.4 ===
9903
9904 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9905
9906         * configure.ac:
9907           releasing 0.10.4, "Power"
9908
9909 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9910
9911         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9912         Disable max-lateness by setting it to -1 for now, so that 
9913         we can bed QoS stuff in thoroughly between now and the next
9914         release.
9915
9916 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         Patch by: Fabrizio Gennari
9919
9920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9921           Make sure we don't read beyond the palette buffer in case of
9922           broken or manipulated files (#333488)
9923
9924 2006-03-10  Edward Hervey  <edward@fluendo.com>
9925
9926         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9927         Fix for variable not initialized.
9928
9929 2006-03-09  Wim Taymans  <wim@fluendo.com>
9930
9931         * ext/libvisual/visual.c: (gst_visual_get_type),
9932         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9933         (gst_visual_chain):
9934         Small cleanups.
9935
9936         * ext/theora/gsttheoradec.h:
9937         * ext/theora/theoradec.c: (gst_theora_dec_init),
9938         (gst_theora_dec_reset), (_theora_granule_time),
9939         (theora_dec_src_convert), (theora_dec_sink_convert),
9940         (theora_dec_src_query), (theora_dec_src_event),
9941         (theora_dec_sink_event), (theora_handle_comment_packet),
9942         (theora_handle_header_packet), (theora_dec_push),
9943         (theora_handle_data_packet), (theora_dec_chain),
9944         (theora_dec_change_state):
9945         Add simple QoS.
9946
9947 2006-03-09  Wim Taymans  <wim@fluendo.com>
9948
9949         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9950         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9951         Some cleanups.
9952
9953 2006-03-09  Wim Taymans  <wim@fluendo.com>
9954
9955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9956         Don't try to activate NULL chains.
9957
9958 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9961           Fix invalid memory access to region before peek'd data (#332964).
9962
9963 2006-03-09  Wim Taymans  <wim@fluendo.com>
9964
9965         Patch by: Christophe Fergeau
9966
9967         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9968         * ext/pango/gsttextrender.c: (gst_text_render_init):
9969         * gst/adder/gstadder.c: (gst_adder_init):
9970         Don't leak padtemplates, closes #333510.
9971
9972 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9975           Fix invalid memory access: make sure string passed to
9976           regexec() is NUL-termianted.
9977
9978 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9981         (mp3_type_find):
9982           Refactor mpeg/audio typefinding to make it more maintainable
9983           and easier to fine-tune. Make probing into middle of the file
9984           work properly (fixes #333900, also see #152688).
9985
9986 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9987
9988         * gst/typefind/gsttypefindfunctions.c:
9989         (utf8_type_find_have_valid_utf8_at_offset):
9990           Remove part from previous commit that was bogus:
9991           g_utf8_validate() does in fact not accept embedded
9992           zeroes, so we don't need to check for those (thanks
9993           to Mike for the hint).
9994
9995 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         * gst/typefind/gsttypefindfunctions.c:
9998         (utf8_type_find_count_embedded_zeroes),
9999         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10000           Make plain/text typefinder more conservative: firstly, check
10001           for embedded zeroes, which are perfectly valid UTF-8 characters,
10002           but also a fairly good sign that something is not a plain text
10003           file; secondly, probe into the middle of the file if possible.
10004           If we can't probe into the middle, limit the probability value
10005           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10006
10007 2006-03-08  Michael Smith  <msmith@fluendo.com>
10008
10009         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10010           Make typefind function name for mpeg4 video unique.
10011
10012 2006-03-08  Wim Taymans  <wim@fluendo.com>
10013
10014         * ext/libvisual/visual.c: (gst_visual_init),
10015         (gst_visual_clear_actors), (gst_visual_dispose),
10016         (gst_visual_reset), (gst_visual_src_setcaps),
10017         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10018         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10019         (gst_visual_chain), (gst_visual_change_state):
10020         Cleanups, post nice errors.
10021         Handle sink and src events.
10022         Implement simple QoS.
10023
10024         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10025         Use new basesink methods to configure max-lateness.
10026         Small doc update.
10027
10028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10029         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10030         Debug statement cleanups.
10031
10032         * gst/volume/gstvolume.c: (gst_volume_class_init):
10033         Simple cleanup.
10034
10035 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10038         (gst_text_overlay_init), (gst_text_overlay_set_property),
10039         (gst_text_overlay_get_property):
10040           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10041           as string type properties, but mark them deprecated. Add
10042           'halignment' and 'valignment' properties that use enums
10043           instead of strings.
10044
10045 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         Patch by: Fabrizio Gennari
10048
10049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10050           Allow palettes with less than 256 colours in AVI files
10051           (#333488)
10052
10053 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10054
10055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10056         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10057         pad. We were releasing the queued text buffer when we should keep
10058         it until video pad gets EOS or discard the text buffer because it's
10059         too old. That was eating the last subtitle buffer. Add some more
10060         debug.
10061
10062 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10065         (gst_text_overlay_video_chain):
10066           Fix invalid memory access (we can't access a buffer after it's been
10067           pushed downstream without taking a reference); fix memory leak (if
10068           there's no text to render, bail out before allocating stuff).
10069
10070 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10073         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10074         * ext/pango/gsttextoverlay.h:
10075           If input is plain text, escape it before passing it to
10076           pango_layout_set_markup().
10077
10078 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10081           Don't ignore flow return from gst_pad_push().
10082
10083 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         Patch by: Fabrizio Gennari
10086
10087         * ext/libvisual/visual.c: (gst_visual_getcaps),
10088         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10091         (gst_vorbisenc_convert_sink):
10092         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10093         (gst_audio_duration_from_pad_buffer):
10094         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10095         (gst_audio_filter_chain):
10096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10097         (gst_base_rtp_depayload_setcaps):
10098         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10099         (gst_video_get_size):
10100         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10101           Don't leak references returned by gst_pad_get_parent()
10102           (#333663)
10103
10104 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10105
10106         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10107           change location param details
10108         * gst/volume/gstvolume.c: (plugin_init):
10109           correct plugin description
10110
10111 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10114         (gst_gnome_vfs_src_check_get_range):
10115           Override GstBaseSrc::check_get_range() in order to avoid opening
10116           the resource just to check whether we can operate in pull-mode or
10117           not - we can predict that pretty well from the URI alone. Should
10118           fix problems with last.fm (#331690). (Requires latest core CVS).
10119
10120 2006-03-06  Wim Taymans  <wim@fluendo.com>
10121
10122         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10123         (gst_video_sink_class_init):
10124         Throw away frames that are later than 20 ms.
10125
10126 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         Patch by: Fabrizio Gennari
10129
10130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10131           Set depth on WMA caps (#333545)
10132
10133 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10134
10135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10136         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10137           put Theora BOS pages before others.  This hardcodes
10138           the Ogg/Theora I profile, but hey.
10139
10140 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10141
10142         * ext/ogg/README:
10143           updated with some examples
10144         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10145         (granulepos_add), (theora_buffer_from_packet):
10146         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10147         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10148         (gst_vorbisenc_chain):
10149           implement strategy from ext/ogg/README
10150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10151         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10152         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10153         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10154           Fix muxer so that oggz-validate is happy with all streams;
10155           except for no eos mark, and the BOS page ordering
10156         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10157         (check_buffer_granulepos):
10158         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10159           update tests to check for OFFSET being set as requested
10160           fixed type of granulepos, it's not a ClockTime
10161
10162 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10163
10164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10165         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10166         Check that the xvimage we are creating has a correct size
10167         before returning it. (#314897)
10168
10169 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10170
10171         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10172           Give id3 and ape tag typefinders a rank slightly higher
10173           than PRIMARY to ensure they're always run before any of
10174           the other typefinders (in particular wav and mp3) (#324186).
10175
10176 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10179           Add support for '3IVD' fourcc (#333403).
10180
10181 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * configure.ac:
10184           Bump requirements to GStreamer CVS for the new error enum.
10185
10186         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10187           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10188           space left on the device (fixes #333352).
10189
10190 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10191
10192         * win32/vs6:
10193           add a project file for libgstvolume
10194           update the workspace
10195
10196 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10197
10198         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10199         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10200         (GST_START_TEST):
10201           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10202           Set IN_CAPS on header buffers
10203
10204 2006-03-02  Wim Taymans  <wim@fluendo.com>
10205
10206         * docs/plugins/Makefile.am:
10207         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10208         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10209         Add audioresample to docs.
10210
10211         * gst/audioconvert/gstaudioconvert.c:
10212         Add revision date.
10213
10214         * gst/audioresample/gstaudioresample.c:
10215         (gst_audioresample_base_init), (gst_audioresample_class_init),
10216         (gst_audioresample_init), (gst_audioresample_dispose),
10217         (audioresample_get_unit_size), (audioresample_transform_caps),
10218         (resample_set_state_from_caps), (audioresample_transform_size),
10219         (audioresample_set_caps), (audioresample_event),
10220         (audioresample_do_output), (audioresample_transform),
10221         (audioresample_pushthrough), (gst_audioresample_set_property),
10222         (gst_audioresample_get_property), (plugin_init):
10223         * gst/audioresample/gstaudioresample.h:
10224         Added docs.
10225         Small code cleanups.
10226
10227 2006-03-02  Wim Taymans  <wim@fluendo.com>
10228
10229         * docs/plugins/Makefile.am:
10230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10232         Added videoscale to docs.
10233
10234         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10235         (gst_video_rate_swap_prev), (gst_video_rate_event),
10236         (gst_video_rate_chain):
10237         Fix typo in docs.
10238
10239         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10240         (gst_video_scale_init), (gst_video_scale_prepare_size),
10241         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10242         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10243         * gst/videoscale/gstvideoscale.h:
10244         Added docs, examples.
10245         Some code cleanups.
10246         Post errors instead of g_warning.
10247
10248 2006-03-02  Wim Taymans  <wim@fluendo.com>
10249
10250         * docs/libs/gst-plugins-base-libs-docs.sgml:
10251         * docs/libs/gst-plugins-base-libs-sections.txt:
10252         * docs/libs/gst-plugins-base-libs.types:
10253         * docs/plugins/Makefile.am:
10254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10256         Added some more docs to libs and plugins.
10257
10258         * gst-libs/gst/audio/gstringbuffer.c:
10259         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10260         * gst-libs/gst/audio/gstringbuffer.h:
10261         Document ringbuffer some more.
10262
10263         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10264         (gst_video_rate_setcaps), (gst_video_rate_reset),
10265         (gst_video_rate_init), (gst_video_rate_flush_prev),
10266         (gst_video_rate_swap_prev), (gst_video_rate_event),
10267         (gst_video_rate_chain), (gst_video_rate_change_state):
10268         * gst/videorate/gstvideorate.h:
10269         Fix videorate to use segments.
10270         Make it work with 0/1 framerates (closes #331903)
10271         Handle EOS correctly.
10272         Added docs.
10273
10274 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10277         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10278         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10279           In state change function, first chain up to parent class,
10280           then handle downwards state change stuff. Remove some
10281           commented out cruft from 0.8 code.
10282
10283 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10286         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10287         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10288         (gst_ogm_parse_chain):
10289           Don't remove/re-add source pad if the new caps are the same as
10290           the old caps anyway (#333042). When removing source pad, don't
10291           unref it afterwards - we didn't ref it when adding. Sprinkle some
10292           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10293           after using gst_pad_get_parent(). Return downstream flow return
10294           value in chain function.
10295
10296 2006-03-02  Wim Taymans  <wim@fluendo.com>
10297
10298         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10299         * docs/plugins/gst-plugins-base-plugins.args:
10300         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10301         * docs/plugins/gst-plugins-base-plugins.interfaces:
10302         * docs/plugins/gst-plugins-base-plugins.signals:
10303         Fix hierarchy, added some more elements to the docs.
10304
10305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10306         (gst_ffmpegcsp_get_type):
10307         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10308         Fix docs for ffmpegcolorspace.
10309
10310 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10313         (apetag_type_find), (ape_type_find), (plugin_init):
10314           Some typefinding fine-tuning:
10315           - rank ID3/APE tags in order of preference via probabilities, so that
10316             ID3v2 > APEv2 > APEv1 > ID3v1.
10317           - three or four bytes don't really justify MAXIMUM probability,
10318             change those to 'very likely' (musepack and monkeysaudio).
10319
10320 2006-03-01  Wim Taymans  <wim@fluendo.com>
10321
10322         * docs/plugins/Makefile.am:
10323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10325         * ext/alsa/gstalsamixer.c:
10326         * ext/alsa/gstalsamixer.h:
10327         * ext/alsa/gstalsamixerelement.c:
10328         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10329         * ext/alsa/gstalsamixerelement.h:
10330         * ext/alsa/gstalsasink.c:
10331         * ext/alsa/gstalsasink.h:
10332         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10333         (gst_alsasrc_init):
10334         * ext/alsa/gstalsasrc.h:
10335         Added alsa docs.
10336         Small code cleanups.
10337
10338 2006-03-01  Wim Taymans  <wim@fluendo.com>
10339
10340         * ext/theora/Makefile.am:
10341         Dist new header too,
10342
10343 2006-03-01  Wim Taymans  <wim@fluendo.com>
10344
10345         * docs/plugins/Makefile.am:
10346         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10347         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10348         * ext/gnomevfs/gstgnomevfssink.h:
10349         * ext/gnomevfs/gstgnomevfssrc.h:
10350         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10351         * ext/vorbis/vorbisdec.h:
10352         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10353         * ext/vorbis/vorbisenc.h:
10354         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10355         (vorbis_parse_chain), (vorbis_parse_change_state):
10356         * ext/vorbis/vorbisparse.h:
10357         * gst/audioconvert/gstaudioconvert.h:
10358         * gst/tcp/gsttcpserversink.h:
10359         * gst/videotestsrc/gstvideotestsrc.c:
10360         * gst/videotestsrc/gstvideotestsrc.h:
10361         * gst/volume/gstvolume.c:
10362         * gst/volume/gstvolume.h:
10363         Fix some more docs.
10364         Added docs for vorbisdec and vorbisparse.
10365         Fix vorbisparse.
10366
10367 2006-03-01  Wim Taymans  <wim@fluendo.com>
10368
10369         * docs/plugins/Makefile.am:
10370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10372         * ext/pango/gstclockoverlay.h:
10373         * ext/pango/gsttextoverlay.h:
10374         * ext/pango/gsttextrender.h:
10375         * ext/pango/gsttimeoverlay.h:
10376         * ext/theora/gsttheoradec.h:
10377         * ext/theora/gsttheoraenc.h:
10378         * ext/theora/theoradec.c:
10379         * ext/theora/theoraenc.c:
10380         * gst/audioconvert/gstaudioconvert.h:
10381         * gst/audiotestsrc/gstaudiotestsrc.h:
10382         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10383         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10384         * gst/tcp/gstmultifdsink.h:
10385         Updated/added documentation.
10386
10387         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10388         (gst_text_overlay_halign_get_type),
10389         (gst_text_overlay_wrap_mode_get_type),
10390         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10391         (gst_text_overlay_init), (gst_text_overlay_set_property),
10392         (gst_text_overlay_get_property):
10393         Fix up properties to be enums instead of string to make bindings,
10394         introspection and automatic GUI creation possible.
10395         Add getters for the properties.
10396
10397 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10398
10399         * gst/audiotestsrc/gstaudiotestsrc.c:
10400           added defines of M_PI and M_PI_2
10401         * gst/ffmpegcolorspace/avcodec.h:
10402           removed #include "stdint.h" for win32 as _stdint.h is 
10403           autogenerated to win32/common
10404         * win32/common/libgstaudio.def:
10405         * win32/common/libgsttag.def:
10406           added some exports
10407         * win32/vs6:
10408           some project files bugs corrected
10409         * win32/vs7:
10410           project files are reset to the default vs7 configuration 
10411           (they link to msvcr71.dll using default optimizations)
10412           
10413 2006-02-28  Wim Taymans  <wim@fluendo.com>
10414
10415         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10416         Fix some docs.
10417
10418 2006-02-28  Edward Hervey  <edward@fluendo.com>
10419
10420         * ext/alsa/gstalsasrc.c:
10421         Set proper class on the ElementDetails:
10422         Source/Audio instead of Src/Audio/
10423
10424 2006-02-28  Edward Hervey  <edward@fluendo.com>
10425
10426         * gst/videoscale/vs_scanline.c:
10427         (vs_scanline_resample_nearest_RGBA):
10428         Revert optimization in videoscale. It should go in liboil and have
10429         an appropriate liboil function.
10430
10431 2006-02-28  Wim Taymans  <wim@fluendo.com>
10432
10433         * gst-libs/gst/audio/gstbaseaudiosink.c:
10434         (gst_base_audio_sink_provide_clock):
10435         Don't try to provide a clock in the NULL state.
10436
10437 2006-02-28  Wim Taymans  <wim@fluendo.com>
10438
10439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10440         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10441         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10442         (gst_ogg_demux_deactivate_current_chain),
10443         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10444         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10445         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10446         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10447         Use GstSegment infrastructure to remove duplicated code
10448         and handle more seek cases correctly.
10449
10450 2006-02-28  Wim Taymans  <wim@fluendo.com>
10451
10452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10453         (gst_ffmpegcsp_transform):
10454         Don't ignore return code from ffmpeg convert function.
10455
10456         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10457         Split out some long statements to ease debugging.
10458
10459 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10460
10461         * ext/libvisual/visual.c: (gst_visual_init),
10462         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10463         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10464         being able to renegotiate the size. Instead, use the negotiation
10465         algorithm from the goom plugin to pick an initial output caps. 
10466
10467         Also, allow theoretical libvisual plugins that might support non-GL 
10468         output even if they also do GL.
10469
10470 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10471
10472         * ext/libvisual/visual.c: (gst_visual_init),
10473         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10474         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10475         possible negotiation issues.
10476
10477 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10478
10479         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10480
10481 2006-02-24  Michael Smith  <msmith@fluendo.com>
10482
10483         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10484         (cmml_type_find), (plugin_init):
10485           Fix CMML type find function to not require a specific minor version
10486           of the CMML header.
10487
10488           Add an MPEG4 video elementary stream typefind function.
10489
10490 2006-02-04  Michael Smith  <msmith@fluendo.com>
10491
10492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10493         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10494         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10495         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10496         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10497         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10498           Annodex support in ogg demuxer. Doesn't do very much without the
10499           other annodex patches (to come).
10500
10501 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10504
10505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10506           Pick up palette for MS video v1 (#327028)
10507
10508 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10511         (gst_ffmpegcsp_caps_remove_format_info),
10512         (gst_ffmpegcsp_get_unit_size):
10513           The 'palette_data' field from incoming RGB caps shouldn't be
10514           proxied on outgoing YUV caps; also, restrict unit size
10515           adjustment in case of paletted data only to the unit that
10516           actually has a palette. Fixes #330711.
10517
10518 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10519
10520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10521         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10522         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10523         (gst_ffmpegcsp_get_unit_size):
10524           Plug some memory leaks.
10525
10526 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * sys/ximage/Makefile.am:
10529         * sys/xvimage/Makefile.am:
10530           Add some _CFLAGS and _LIBS that seem to be missing
10531           and/or required for Cygwin (see #317048).
10532
10533 2006-02-22  Wim Taymans  <wim@fluendo.com>
10534
10535         * ext/alsa/gstalsasrc.c:
10536         Fix description as pointed out by caugier.
10537
10538 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10539
10540         Reviewed by : Edward Hervey  <edward@fluendo.com>
10541
10542         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10543         (qt_type_find):
10544         Better 3gp typefinding (#331526).
10545
10546 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10549           Don't send EOS event here, the base class will send one for us.
10550
10551         * gst/playback/gstplaybasebin.c: (prepare_output):
10552           Subpictures without video stream aren't allowed either.
10553         
10554         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10555           Fix debug statement copy'n'paste-o.
10556
10557 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10560           Fix issues with mixer keeping state when muting/unmuting
10561           and when changing the volume whilst muted (see #331763
10562           and #331765).
10563
10564 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10567         (parse_subrip), (gst_sub_parse_format_autodetect):
10568           Set right caps given that we send escaped text. Also,
10569           honour <i></i>, <b></b> and <u></u> markers that can be found
10570           in .srt files (fixes #310202).
10571
10572 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         * gst-libs/gst/audio/mixerutils.c:
10575         (element_factory_rank_compare_func):
10576           Make order in which elements are tried more determinable.
10577
10578 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10579
10580         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10581         (remove_element_chain), (cleanup_decodebin),
10582         (gst_decode_bin_change_state): Make decodebin reusable by
10583         fixing remove_element_chain first and then introduce a
10584         cleaner in state change to ->NULL. (Closes #331678)
10585
10586 2006-02-19  Wim Taymans  <wim@fluendo.com>
10587
10588         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10589         use 0666 mask when creating files so umask gets applied
10590         correctly. Fixes #331295.
10591
10592 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * gst/subparse/Makefile.am:
10595         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10596         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10597         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10598         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10599         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10600         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10601         * gst/subparse/gstssaparse.h:
10602         * gst/subparse/gstsubparse.c: (plugin_init):
10603           Add very basic parser for SSA subtitle streams (as often
10604           found in matroska files).
10605
10606 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10609           That should be text/x-pango-markup, not text/x-pango-layout.
10610
10611 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10612
10613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10614         Polishing.
10615
10616 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10617
10618         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10619         (gst_text_overlay_finalize), (gst_text_overlay_init),
10620         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10621         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10622         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10623         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10624         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10625         Fix state change deadlock.
10626
10627 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10628
10629         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10630         (gst_text_overlay_finalize), (gst_text_overlay_init),
10631         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10632         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10633         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10634         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10635         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10636         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10637         and subtitles files.
10638
10639 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10640
10641         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10642         should be considered as raw.
10643
10644 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10645
10646         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10647         (cb_probe):
10648         * gst/playback/gststreaminfo.h: Introduce language informations.
10649
10650 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10651
10652         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10653         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10654         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10655         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10656         Set shared memory segments to be deleted as soon as we have attached,
10657         that way they get cleaned up automatically if we crash.
10658
10659 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10660
10661         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10662         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10663         functions are called with lock held.
10664
10665 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10666
10667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10668         (gst_text_overlay_finalize), (gst_text_overlay_init),
10669         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10670         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10671         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10672         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10673         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10674         (gst_text_overlay_change_state): Refactoring of textoverlay
10675         without collectpads. This now supports sparse subtitles coming
10676         from a demuxer instead of a sub file. Seeking is still broken 
10677         though. Need to discuss with wtay some more on how to handle
10678         seeking correctly.
10679         * ext/pango/gsttextoverlay.h:
10680         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10681         subtitles coming from the demuxer.
10682
10683 2006-02-17  Wim Taymans  <wim@fluendo.com>
10684
10685         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10686         (gst_vorbisenc_convert_sink):
10687         Use some more scaling functions.
10688
10689 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * ext/cdparanoia/gstcdparanoiasrc.c:
10692         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10693         (gst_cd_paranoia_paranoia_callback),
10694         (gst_cd_paranoia_src_signal_is_being_watched),
10695         (gst_cd_paranoia_src_read_sector):
10696         * ext/cdparanoia/gstcdparanoiasrc.h:
10697           Add back 'transport-error' and 'uncorrected-error' signals and
10698           make them actually be fired when bad stuff happens (#319340).
10699
10700 2006-02-17  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10703         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10704         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10705         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10706         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10707         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10708         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10709         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10710         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10711         (gst_ring_buffer_clear):
10712         Small cleanups.
10713         Added some G_LIKELY.
10714
10715 2006-02-17  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst-libs/gst/audio/TODO:
10718         Update TODO
10719
10720         * gst-libs/gst/audio/gstbaseaudiosink.c:
10721         (gst_base_audio_sink_get_offset):
10722         When trying to play samples ASAP and we don't have a
10723         previous sample, try to play at position 0 instead of
10724         an invalid position.
10725
10726 2006-02-17  Wim Taymans  <wim@fluendo.com>
10727
10728         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10729         (gst_alsasink_reset):
10730         Also release lock when we get an error in _reset();
10731         fix an error message.
10732
10733 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10734
10735         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10736         (gst_alsasink_init), (get_channel_free_structure),
10737         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10738         (gst_alsasink_close):
10739         * ext/alsa/gstalsasink.h:
10740           Add support for more than 2 channels (#326720).
10741
10742 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10745           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10746           with 4 or 6 channels, assume a default channel layout to make things
10747           work (not sure there's anything else we can do in those cases).
10748
10749 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         * gst-libs/gst/audio/multichannel.c:
10752           Minor docs fix.
10753
10754         * gst-libs/gst/riff/Makefile.am:
10755         * gst-libs/gst/riff/riff-ids.h:
10756         * gst-libs/gst/riff/riff-media.c:
10757         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10758           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10759           channels and a channel layout map.
10760           
10761 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10762
10763         Reviewed by Edward Hervey  <edward@fluendo.com>
10764
10765         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10766         C-level optimization of the RGBA nearest neighbour function.
10767         Eventually this might end up in liboil with vectorized versions.
10768
10769 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         * gst-libs/gst/audio/multichannel.c:
10772         (gst_audio_get_channel_positions):
10773           When we have more than 2 channels, but no channel layout is
10774           specified in the caps, return some default channel layout
10775           to the caller and warn about about a possibly buggy element
10776           (could be buggy filtercaps as well of course) (#317038).
10777
10778 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10781           Add gst-libs/gst/cdda to list of lib search paths.
10782
10783 2006-02-15  Andy Wingo  <wingo@pobox.com>
10784
10785         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10786         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10787         to the Lord Jesus that I do not have to touch the ogg muxer ever
10788         again.
10789
10790 2006-02-15  Edward Hervey  <edward@fluendo.com>
10791
10792         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10793         quicktime movie files can also contain 'uuid' atoms.
10794
10795 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * gst/audioconvert/plugin.c: (plugin_init):
10798           Register the GstAudioChannelPosition enum type with the type
10799           system in the plugin_init function, so that it is known before
10800           any element actually makes use of multi-channel stuff. This is
10801           required for example if one wants to be able to deserialise/use
10802           a caps string with channel positions before any pipeline has
10803           been setup and started, like with gst-launch.
10804
10805 2006-02-14  Wim Taymans  <wim@fluendo.com>
10806
10807         * gst-libs/gst/audio/gstringbuffer.c:
10808         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10809         (gst_ring_buffer_samples_done), (wait_segment),
10810         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10811         Add some compiler G_(UN_)LIKELY help.
10812         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10813         make sure they can exit their functions. Should fix #330748
10814
10815 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10816
10817         * Makefile.am:
10818         * configure.ac:
10819         * win32/MANIFEST:
10820         * win32/common/_stdint.h:
10821           Windows does not have long long; copy the generated _stdint.h
10822         * win32/common/interfaces-enumtypes.c:
10823         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10824         (gst_mixer_track_flags_get_type),
10825         (gst_tuner_channel_flags_get_type):
10826         * win32/common/multichannel-enumtypes.c:
10827         (gst_audio_channel_position_get_type):
10828           update
10829
10830 2006-02-13  Wim Taymans  <wim@fluendo.com>
10831
10832         * gst-libs/gst/audio/gstbaseaudiosink.c:
10833         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10834         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10835         Always sync on first sample we receive when starting.
10836
10837 2006-02-13  Wim Taymans  <wim@fluendo.com>
10838
10839         * gst/playback/gstplaybin.c: (gen_vis_element):
10840         Update vis bin docs.
10841         Move queue after tee so we don't queue video buffers but
10842         audio samples instead. Fixes problems where the video queue
10843         is filled and the audio queue empty.
10844
10845 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10848           No need to push an EOS event here, GstBaseSrc will do that for us
10849           when we return FLOW_UNEXPECTED.
10850           
10851 2006-02-12  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst-libs/gst/audio/gstbaseaudiosink.c:
10854         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10855         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10856         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10857         Use scale functions when possible.
10858         Fix error messages.
10859         Free clockid when after waiting for EOS.
10860         Use G_(UN_)LIKLY when it makes sense.
10861         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10862
10863 2006-02-12  Edward Hervey  <edward@fluendo.com>
10864
10865         * gst/playback/gstplaybasebin.c: (prepare_output): 
10866         Remove stray semi-colon (fixes #330888).
10867
10868 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10869
10870         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10872         Fix up the XShm call testing so that we catch errors, and don't
10873         cause new ones by attempting to detach from a segment we failed
10874         to attach to. Fixes #312439.
10875
10876 2006-02-10  Edward Hervey  <edward@fluendo.com>
10877
10878         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10879         Added flv file typefind (video/x-flv).
10880
10881 2006-02-10  Edward Hervey  <edward@fluendo.com>
10882
10883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10884         (gst_riff_create_video_template_caps):
10885         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10886         Also added the caps to the default set of riff video caps.
10887
10888 2006-02-09  Andy Wingo  <wingo@pobox.com>
10889
10890         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10891         time and the end time of the last packet in the page.
10892         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10893         on the pages in our queue, set the duration as well. Reflow a
10894         debug statement.
10895         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10896         Fixes bad muxing order.
10897
10898 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10899
10900         * gst-libs/gst/rtp/gstbasertppayload.c:
10901         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10902           update seqnum before setting it on the packet; this makes sure
10903           that the timestamp and seqnum properties match after pushing
10904           a buffer
10905
10906 2006-02-09  Andy Wingo  <wingo@pobox.com>
10907
10908         * gst-libs/gst/audio/gstringbuffer.c
10909         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10910         overflow after 13.5 hours of recording. Kapow!
10911
10912         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10913         the buffer size -- we don't care about underrun/overrun reporting
10914         right now, just need to return a useful value.
10915
10916 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * configure.ac:
10919           Back to CVS
10920
10921 === release 0.10.3 ===
10922
10923 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10924
10925         * configure.ac:
10926           releasing 0.10.3, "Under Pressure"
10927
10928 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10929
10930         * configure.ac:
10931         Drat. Bump libtool version number for new API.
10932         Prelease 0.10.2.3 (of 0.10.3)
10933
10934 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10935
10936         * configure.ac:
10937         * win32/common/config.h:
10938         0.10.2.2 prerelease (of 0.10.3).
10939
10940 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10941
10942         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10943           Revert Andy's newsegment change pending a more correct
10944           fix.
10945
10946 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10947
10948         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10949         (qt_type_find), (plugin_init):
10950           detect more files as 3gp
10951           group and reorder the iso file formats
10952
10953 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * ext/vorbis/vorbis.c: (plugin_init):
10956           Register musicbrainz tags, so apps don't have to.
10957
10958 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10961         (gst_tag_to_vorbis_tag):
10962           Make sure we called gst_tag_register_musicbrainz_tags()
10963           before possibly mapping a vorbiscomment string from/to a
10964           musicbrainz tag.
10965
10966 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10969           In case we can't find the required number of consecutive
10970           mpeg audio frames to positively identify an MPEG audio
10971           stream, check if there's at least a valid mpeg audio
10972           frame right at offset 0 and if so suggest mpeg/audio
10973           caps with a very low probability (#153004).
10974
10975 2006-02-07  Andy Wingo  <wingo@pobox.com>
10976
10977         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10978         a TIME segment if we get timestamped buffers. Requires recent
10979         fixes in core to work properly.
10980
10981 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * gst/playback/gstplaybasebin.c: (prepare_output):
10984           Don't print the URI as part of the error message, it
10985           makes error dialogs look rather ugly, especially if
10986           the URI is very long or has characters in it that
10987           need escaping.
10988
10989 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst/playback/gstplaybasebin.c: (prepare_output):
10992           Error out if we have only text or subtitles, but nothing
10993           else. Also error out if we have subtitles but no video
10994           stream.
10995
10996 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10999           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11000           Post an error message on the bus when we encounter an
11001           error, which will hopefully be more meaningful than the
11002           'Internal Flow Error' message users get to see if we
11003           just return GST_FLOW_ERROR.
11004
11005 2006-02-07  Andy Wingo  <wingo@pobox.com>
11006
11007         * configure.ac (GST_MAJORMINOR): Update core version req to
11008         0.10.2.2, for the collectpads API addition (#330244).
11009
11010 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11013           Return FALSE from plugin_init() when GnomeVFS can't
11014           be initialised for some reason (#328423).
11015
11016 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11017
11018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11019         Stick to seeking theory until i find the bug.
11020         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11021
11022 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11023
11024         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11025         (theora_enc_finalize), (theora_enc_sink_setcaps),
11026         (theora_set_header_on_caps), (theora_enc_chain),
11027         (theora_enc_change_state):
11028         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11029           Make theoraenc and the tests leak free. Like, really.
11030
11031 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11032
11033         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11034         (theora_enc_finalize), (theora_enc_sink_setcaps):
11035           Add a finalize method to ensure we clean up state even if
11036           someone omitted the state change back to NULL.
11037
11038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11039         (gst_vorbisenc_chain):
11040           Free some more leaked bits.
11041
11042         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11043         (stop_pipeline):
11044           Wait for state changes to happen if they're ASYNC.
11045
11046           This ought to teach those fancy pants buildbots a lesson.
11047
11048 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11049
11050         * gst-libs/gst/tag/gstid3tag.c:
11051           Add mapping for ID3 International Standard Recording Code
11052           tag "TSRC"
11053
11054 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11055
11056         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11057           Don't leak tag names.
11058
11059 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * docs/libs/gst-plugins-base-libs-docs.sgml:
11062         * docs/libs/gst-plugins-base-libs-sections.txt:
11063         * gst-libs/gst/tag/gstid3tag.c:
11064         * gst-libs/gst/tag/gstvorbistag.c:
11065         * gst-libs/gst/tag/tags.c:
11066           Split libgsttag docs into multiple sections.
11067
11068 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11069
11070         * docs/libs/Makefile.am:
11071         * docs/libs/gst-plugins-base-libs-docs.sgml:
11072         * docs/libs/gst-plugins-base-libs-sections.txt:
11073         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11074         * gst-libs/gst/tag/gstvorbistag.c:
11075         * gst-libs/gst/tag/tag.h:
11076         * gst-libs/gst/tag/tags.c:
11077           Add libgsttag to the docs.
11078
11079 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11080
11081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11082         (gst_text_overlay_init), (gst_text_overlay_src_event),
11083         (gst_text_overlay_collected): Fix clockoverlay.
11084
11085 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * docs/libs/compiling.sgml:
11088           Fix typo: it's pkg-config, not pkg-gconfig
11089
11090         * docs/libs/gst-plugins-base-libs-docs.sgml:
11091         * docs/libs/gst-plugins-base-libs-sections.txt:
11092         * docs/libs/tmpl/gstgconf.sgml:
11093           There is no libgstgconf in 0.10, remove it
11094           from the docs.
11095
11096 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11097
11098         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11099         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11100         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11101         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11102         (gst_sub_parse_class_init), (gst_sub_parse_init),
11103         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11104         (parse_mpsub), (parser_state_init), (handle_buffer),
11105         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11106         * gst/subparse/gstsubparse.h: Introduce seeking code.
11107
11108 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11109
11110         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11111           Add comment about LANGUAGE tag inconsistency (we want
11112           ISO-639-1, but extract three-letter identifiers?)
11113
11114         * po/POTFILES.in:
11115           Add two translatable files.
11116
11117 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11118
11119         * gst-libs/gst/tag/Makefile.am:
11120         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11121         * gst-libs/gst/tag/tag.h:
11122         * gst-libs/gst/tag/tags.c:
11123         (gst_tag_register_musicbrainz_tags_internal),
11124         (gst_tag_register_musicbrainz_tags):
11125           Forward-port some tags stuff from the 0.8 branch. This is
11126           mostly the addition of musicbrainz tags and their mapping
11127           to vorbistags, and a vorbistag mapping of the language tag.
11128
11129 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11130
11131         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11132         refactoring.
11133
11134 2006-02-04  David Schleef  <ds@schleef.org>
11135
11136         * ext/ogg/gstoggmux.c:
11137         * gst/typefind/gsttypefindfunctions.c:
11138           Add Dirac typefinding and add dirac format to oggmux.
11139
11140 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/playback/gstdecodebin.c: (try_to_link_1):
11143           Don't put essential function call into
11144           g_return_*() macro, otherwise it'll all be
11145           replaced by NOOPs when compiling with
11146           G_DISABLE_CHECKS defined.
11147
11148 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11149
11150         * ext/ogg/gstoggdemux.c:
11151         * ext/ogg/gstoggparse.c:
11152         * gst/tcp/gsttcpserversink.c:
11153         * sys/v4l/v4lsrc_calls.c:
11154         * sys/v4l/v4lsrc_calls.h:
11155         Just make it compile with --disable-gst-debug.
11156
11157 2006-02-03  Wim Taymans  <wim@fluendo.com>
11158
11159         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11160         (gst_alsasink_class_init), (gst_alsasink_init),
11161         (gst_alsasink_write), (gst_alsasink_reset):
11162         * ext/alsa/gstalsasink.h:
11163         Add lock to protect alsa calls.
11164         Implement reset to flush samples ASAP, does not work
11165         with dmix though.
11166
11167 2006-02-02  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst-libs/gst/audio/gstbaseaudiosink.c:
11170         (gst_base_audio_sink_provide_clock):
11171         Ugh.. getting late I guess...
11172
11173 2006-02-02  Wim Taymans  <wim@fluendo.com>
11174
11175         * gst-libs/gst/audio/gstbaseaudiosink.c:
11176         (gst_base_audio_sink_provide_clock),
11177         (gst_base_audio_sink_set_property),
11178         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11179         Don't try to provide a clock when we are not negotiated since
11180         we might not be able to make it run.
11181
11182 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11183
11184         * gst/playback/gstdecodebin.c: (try_to_link_1):
11185           Unlinking two source pads is ... hard.
11186
11187 2006-02-02  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst-libs/gst/audio/TODO:
11190         Updated.
11191
11192         * gst-libs/gst/audio/gstbaseaudiosink.c:
11193         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11194         On EOS, wait till the last sample is played before posting EOS.
11195
11196 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11197
11198         Patch by: Kai Vehmanen
11199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11200           Adds ability to enable newsegment bypass by setting queue_delay to
11201           zero. Also avoid thread being started if queue_delay is zero.
11202
11203 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11206           Make test work again by connecting fakesinks to each decoded pad,
11207           which makes the pipeline wait until each fakesink has a buffer
11208           queued before going to PAUSED state. At that point we know the
11209           decodebin pads are negotiated.
11210
11211 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11214         (gst_cdda_base_src_handle_event):
11215         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11216           Pass unhandled queries to the parent class's query function.
11217
11218 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11221         (gst_ogg_pad_src_query):
11222         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11223         * ext/theora/theoradec.c: (theora_dec_src_query),
11224         (theora_dec_sink_query):
11225         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11226         (vorbis_dec_sink_query):
11227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11228         (gst_vorbisenc_sink_query):
11229         * gst/adder/gstadder.c: (gst_adder_query):
11230           Pass unhandled queries upstream instead of just
11231           dropping them (#326447). Also, fix supported
11232           query types list for some elements.
11233
11234 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11237         (paris_type_find), (ilbc_type_find), (plugin_init):
11238           Fix typefinding for audio/x-au, audio/x-paris and
11239           audio/iLBC-sh. We cannot use the START_WITH macros
11240           here, because there can only be one typefind factory
11241           with the same name (caps), so the second one would
11242           replace the first one and the first one would never
11243           be called when doing typefinding (see #161712).
11244           
11245
11246 2006-01-31  Wim Taymans  <wim@fluendo.com>
11247
11248         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11249         (vorbis_handle_header_packet), (vorbis_dec_push),
11250         (vorbis_handle_data_packet):
11251         Use scale_int when we can, add some more scaling.
11252         Check packettype before parsing it.
11253
11254 2006-01-31  Wim Taymans  <wim@fluendo.com>
11255
11256         * ext/theora/theoradec.c: (_theora_granule_time),
11257         (theora_dec_src_convert), (theora_dec_sink_convert):
11258         Call right _scale functions.
11259         Use parameter instead of some other random value.
11260
11261 2006-01-31  Wim Taymans  <wim@fluendo.com>
11262
11263         * ext/theora/theoradec.c: (_theora_granule_frame),
11264         (_theora_granule_time), (_inc_granulepos),
11265         (theora_dec_src_convert), (theora_dec_sink_convert),
11266         (theora_handle_type_packet), (theora_handle_data_packet),
11267         (theora_dec_chain):
11268         Use higher precision timestamps calculation.
11269         Convert some other conversions to _scale.
11270
11271 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11272
11273         * gst/audiotestsrc/gstaudiotestsrc.c:
11274         (gst_audio_test_src_create_sine_table), (plugin_init):
11275         * gst/volume/gstvolume.c: (plugin_init):
11276           initialize gst_controller before using
11277
11278 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11279
11280         * tests/check/pipelines/theoraenc.c:
11281         * tests/check/pipelines/vorbisenc.c:
11282         Define constant using G_GINT64_CONSTANT to avoid errors when
11283         passing it around - otherwise it gets truncated to 32 bits.
11284
11285         Fixes failing tests.
11286
11287 2006-01-31  Andy Wingo  <wingo@pobox.com>
11288
11289         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11290         caps being set doesn't have a framerate value. Basically a stopgap
11291         measure.
11292
11293         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11294         technically correct enough to put into core though.
11295         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11296         DURATION. Fixes theoraenc ! oggmux.
11297
11298         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11299         fraction, not double.
11300
11301 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11302
11303         * win32/vs7:
11304         add vs7 project files created by Sergey Scobich
11305
11306 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11307
11308         * win32/vs8:
11309         add vs8 project files created by Sergey Scobich
11310         
11311 2006-01-30  Andy Wingo  <wingo@pobox.com>
11312
11313         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11314         timestamp + duration, not just timestamp -- ogg pages should be
11315         ordered by stop time. Necessary fix given the change in vorbis
11316         timestamps.
11317
11318         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11319         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11320         (granulepos_add): New function, handles the messiness of adjusting
11321         granulepos values.
11322         (theora_buffer_from_packet):
11323         (theora_enc_chain):
11324         (theora_enc_sink_event): Use granulepos_add, not +.
11325
11326         * tests/check/pipelines/theoraenc.c
11327         (check_buffer_granulepos_from_starttime): Just check the frame
11328         count, not the actual granulepos -- we can't dictate to the
11329         encoder when it should be placing keyframes.
11330
11331 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11334           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11335           play an http:// stream from a server that's not serving
11336
11337 2006-01-30  Andy Wingo  <wingo@pobox.com>
11338
11339         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11340         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11341         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11342         available.
11343
11344         * ext/theora/gsttheoraenc.h:
11345         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11346         although theoraenc was timestamping correctly. Added handling of
11347         streams that start with nonzero timestamps.
11348
11349         * tests/check/Makefile.am:
11350         * tests/check/pipelines/theoraenc.c: New file, basically does same
11351         tests as vorbisenc.
11352
11353         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11354
11355 2006-01-30  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst-libs/gst/audio/gstaudiosink.c:
11358         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11359         (gst_audioringbuffer_pause):
11360         Implement pause that does not wait for completion.
11361
11362         * gst-libs/gst/audio/gstbaseaudiosink.c:
11363         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11364         Don't drop buffers when going to PAUSED but perform preroll on
11365         remaining samples now that core base class supports this.
11366
11367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11368         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11369         (gst_ring_buffer_commit):
11370         Pause should not signal waiters.
11371         Implement return value of _commit correctly.
11372
11373 2006-01-30  Andy Wingo  <wingo@pobox.com>
11374
11375         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11376
11377         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11378         updated to timestamp from the first sample, not the last.
11379         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11380         special care of granulepos and timestamp for header packets.
11381         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11382         when the first buffer has a nonzero timestamp.
11383
11384         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11385         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11386         case when the first audio buffer we get has a nonzero timestamp.
11387         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11388         properly timestamp vorbis buffers with the time of the first
11389         sample, not the last.
11390         
11391         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11392         vorbis_granule_time_copy -- now it takes the granule/subgranule
11393         offset into account.
11394
11395         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11396         timestamps, durations, and granulepos on buffers produced by
11397         vorbisenc.
11398
11399 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11400
11401         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11402         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11403           Patch from Eric Jonas to support conversions to/from UYVY 
11404           (Fixes: #324626)
11405
11406 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11407
11408         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11409         (setup_subtitle), (setup_source), (set_active_source):
11410         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11411         (gen_text_element), (gen_audio_element), (gen_vis_element),
11412         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11413
11414 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11415
11416         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11417         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11418                 use gst_guint64_to_gdouble to be compliant with vs6
11419         * gst/playback/gstdecodebin.c: (try_to_link_1)
11420         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11421                 use G_GINT64_CONSTANT for int64 constants
11422         * win32/common/libgstinterfaces.def:
11423                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11424         * win32/vs6:
11425                 update and add new project files
11426                 
11427 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11428
11429         * Makefile.am:
11430         * win32/MANIFEST:
11431         * win32/common/interfaces-enumtypes.c:
11432         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11433         (gst_mixer_track_flags_get_type),
11434         (gst_tuner_channel_flags_get_type):
11435         * win32/common/interfaces-enumtypes.h:
11436         * win32/common/multichannel-enumtypes.c:
11437         (gst_audio_channel_position_get_type):
11438         * win32/common/multichannel-enumtypes.h:
11439           add a win32-update rule like in core, and copy over enumtypes files
11440
11441 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * win32/MANIFEST:
11444         * win32/common/config.h:
11445         * win32/common/config.h.in:
11446           add config files just like in core
11447
11448 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11451           Make gcc-4.1 happy (part of #327357).
11452
11453 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11454
11455         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11456         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11457         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11458         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11459         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11460         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11461           Update all error messages.  All of them should either use
11462           the default translated message, or actually provide a
11463           translatable string.
11464           Make the string for channel count problems meaningful.
11465
11466 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11469           check for and throw RESOURCE_BUSY
11470
11471 2006-01-27  David Schleef  <ds@schleef.org>
11472
11473         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11474           checked in this change -- it requires liboil features not
11475           in 0.3.6.  Revert parts.
11476
11477 2006-01-27  David Schleef  <ds@schleef.org>
11478
11479         * REQUIREMENTS:
11480         * configure.ac: update liboil requirement to 0.3.6
11481         * gst/videoscale/Makefile.am:
11482         * gst/videoscale/vs_scanline.c: liboilify
11483
11484 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11485
11486         * ext/libvisual/visual.c: (get_buffer):
11487           When pad_alloc returns a GstFlowReturn other
11488           than GST_FLOW_OK, make sure it is passed upstream.
11489
11490 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11491
11492         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11493         (gst_alsasink_class_init):
11494           Free the device name string.
11495
11496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11497         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11498         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11499           Don't remove a pad from the collectpads structure until it
11500           is released - it's a request pad, and may receive data again
11501           if the element gets moved back to PLAYING state.
11502
11503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11504           Ensure we turn on double buffering on the Xv port, and
11505           set the colour key to something dark and mysterious that
11506           isn't black.
11507
11508 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11509
11510         * ext/alsa/gstalsaplugin.c: (plugin_init):
11511         * ext/cdparanoia/gstcdparanoiasrc.c:
11512         (gst_cd_paranoia_src_base_init), (plugin_init):
11513         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11515           - a library should not call setlocale. see "Libraries" node in
11516             gettext manual
11517           - make sure all plugins that use translation do bindtextdomain
11518             to point to the localedir
11519         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11520         (setup_sinks), (plugin_init):
11521           all this, and check for NULL when creating sinks
11522
11523 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11524
11525         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11526         (plugin_init): Make typefinding of subtitles work again.
11527
11528 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11529
11530         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11531         (mp3_type_frame_length_from_header), (mp3_type_find),
11532         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11533         (plugin_init):
11534           Backport a bunch of typefinding fixes from the 0.8 branch.
11535           Also, improve wavpack typefinding: if we can't peek the
11536           entire wavpack block, try to parse the bits we can get and
11537           see if we find what we're looking for in those.
11538
11539 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11540
11541         * sys/ximage/ximagesink.c:
11542         (gst_ximagesink_calculate_pixel_aspect_ratio):
11543         * sys/xvimage/xvimagesink.c:
11544         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11545         more cases of pixel aspect ratio.
11546
11547 2006-01-26  Edward Hervey  <edward@fluendo.com>
11548
11549         * gst/playback/gstdecodebin.c: (pad_probe):
11550         Also consider the flush-start and tag events as unblockers
11551         for the pad probes.
11552
11553 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11554
11555         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11556         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11557         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11558         On the fly visualisation switch, works disabling, enabling as
11559         well but it won't be able to enable vis in a playbin that was
11560         created with no visualisation.
11561
11562 2006-01-25  Wim Taymans  <wim@fluendo.com>
11563
11564         * gst-libs/gst/audio/gstbaseaudiosink.c:
11565         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11566         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11567         resume after pause.
11568
11569 2006-01-25  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst-libs/gst/audio/gstbaseaudiosink.c:
11572         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11573         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11574         Improve debugging.
11575         Post error when caps cannot be parsed.
11576         Resync on discontinuity in the stream.
11577         Clip samples to segment boundaries.
11578         return WRONG_STATE sooner when we are flushing.
11579
11580         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11581         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11582         Make audiosrc operate in TIME.
11583         Set TIMESTAMP and DURATION on buffers.
11584
11585 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * tests/examples/seek/seek.c: (main):
11588           Output tag messages as well.
11589
11590 2006-01-23  Edward Hervey  <edward@fluendo.com>
11591
11592         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11593         (free_pad_probes), (remove_fakesink), (pad_probe),
11594         (close_pad_link), (gst_decode_bin_change_state):
11595         Replace GstPadBlockCallback with pad probes that detect
11596         first buffer AND eos before removing fakesink.
11597         Fixes hang with demuxers doing EOS while pre-rolling.
11598         Solves #328279
11599
11600 2006-01-23  Andy Wingo  <wingo@pobox.com>
11601
11602         * ext/alsa/gstalsasink.c:
11603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11604         (gst_base_rtp_depayload_setcaps),
11605         (gst_base_rtp_depayload_add_to_queue),
11606         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11607         
11608         Patch by: Jens Granseuer <jensgr at gmx dot net>
11609
11610 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11611
11612         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11613         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11614         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11615         frames. We might get a frame destroyed after changing state to
11616         NULL, adding a safety check on xcontext.
11617
11618 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11619
11620         * gst-libs/gst/interfaces/xoverlay.c:
11621           Fix prepare-xwindow-id code example in the docs - we need to
11622           ignore all messages that aren't element messages as well.
11623           
11624 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11625
11626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11627           I think one day i'll completely undestand how caps negotiation
11628           is supposed to work. This refactoring handles buffer_alloc
11629           called with caps we can't handle. We definitely don't want a
11630           set_caps with those caps, so we define and allocate a buffer
11631           we would like to receive.
11632
11633 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * gst/playback/gstplaybasebin.c: (setup_source):
11636           Free iterator when done.
11637
11638 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11639
11640         * gst-libs/gst/audio/gstbaseaudiosink.c:
11641         (gst_base_audio_sink_render):
11642           Fix playback of non-synchronised streams by assuming a rate
11643           of 1.0 instead of a random one.
11644
11645           Makes this work again:
11646
11647           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11648           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11649           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11650           audioresample ! alsasink
11651
11652 === release 0.10.2 ===
11653
11654 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11655
11656         * configure.ac:
11657           releasing 0.10.2, "Then the devil is six"
11658
11659 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11660
11661         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11662         * gst/playback/gststreamselector.c:
11663         (gst_stream_selector_set_property):
11664           Comment out broken code that connects to the state-changed signal.
11665           At this point, changing current stream selection is broken, but 
11666           stuff like gst-launch playbin current-audio=1 works and filters
11667           to the chosen stream.
11668
11669 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11670
11671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11672           Fix #327216 (null dereference in vorbisdec)
11673
11674 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11675
11676         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11677           Post taglist actually on bus instead of just freeing it
11678           (fixes #327114 and totem bug #327080).
11679
11680         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11681           Use gst_element_found_tags_for_pad(), so that the tags
11682           are sent downstream as an event as well.
11683
11684 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11687         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11688         (gst_ximagesink_buffer_alloc):
11689         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11690         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11691         (gst_xvimagesink_buffer_alloc):
11692           move all regularly occurring messages to GST_LOG level
11693           add some more object logs
11694
11695 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11696
11697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11698           fix a silly segfault
11699
11700 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * docs/libs/gst-plugins-base-libs-docs.sgml:
11703         * docs/libs/gst-plugins-base-libs-sections.txt:
11704         * gst-libs/gst/audio/mixerutils.c:
11705         * gst-libs/gst/audio/mixerutils.h:
11706           Add docs for mixerutils stuff.
11707
11708 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * gst/playback/gstplaybasebin.c: (setup_source):
11711           Fix playback for sources that emit raw audio or
11712           raw video streams (e.g.: cd audio sources) (#325984).
11713
11714 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11715
11716         * gst-libs/gst/audio/mixerutils.c:
11717         (gst_audio_mixer_filter_do_filter):
11718           actually save the element we create
11719
11720 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * gst-libs/gst/cdda/gstcddabasesrc.c:
11723         (gst_cdda_base_src_handle_track_seek):
11724           No need to post a tag message on the bus when seeking
11725           within the same track, only post it when the current
11726           track changes.
11727
11728 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11729
11730         * gst/playback/gstplaybasebin.c: (group_destroy),
11731         (probe_triggered), (new_decoded_pad), (mute_group_type),
11732         (set_active_source):
11733         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11734         * gst/playback/gststreamselector.c:
11735         (gst_stream_selector_base_init),
11736         (gst_stream_selector_set_property),
11737         (gst_stream_selector_request_new_pad):
11738           Reenable stream selection. These mechanisms need a complete overhaul
11739           in the face of 0.8->0.10 changes though.
11740
11741 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11742
11743         * ext/ogg/gstoggdemux.c:
11744           Change the pad template to src_%d to match the pads that 
11745           are created from it. decodebin needs this information in order
11746           to decide that oggdemux is capable of producing multiple pads
11747           (and hence needs queues inserted).
11748
11749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11750         (gst_ogg_mux_collected):
11751           Make debug output more useful by using GST_PTR_FORMAT.
11752
11753 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11754
11755         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11758           Set depth and width for alaw/mulaw (fixes #326601).
11759
11760 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11761
11762         * tests/icles/Makefile.am:
11763           don't build the tests if we don't have the libs
11764
11765 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11768         (gst_cd_paranoia_paranoia_callback):
11769           Don't try to free NULL pointers.
11770
11771 2006-01-10  Edward Hervey  <edward@fluendo.com>
11772
11773         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11774         (gst_audio_rate_change_state), (plugin_init):
11775         Add debugging category.
11776         Fix type issues.
11777         Add case for incoming buffers without valid offset/offset_end.
11778
11779 2006-01-10  Michael Smith  <msmith@fluendo.com>
11780
11781         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11782           Don't leak GCond in audio sources.
11783
11784 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11785
11786         * gst/playback/gstplaybin.c: (gen_audio_element):
11787           Don't leak an autoaudiosink/alsasink when we generate
11788           a new audio element. (old code, I guess)
11789
11790 2006-01-10  Michael Smith  <msmith@fluendo.com>
11791
11792         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11793           Support float audio in audiorate.
11794           Use width rather than depth for selecting sample width.
11795
11796 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * gst/videotestsrc/videotestsrc.h:
11799           Use GLib types here (that way we don't have to include the
11800           generated _stdint.h header, which makes life easier for win32
11801           folks that don't use autotools for the build) (#325990, patch
11802           by: Sergey Scobich).
11803
11804 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11805
11806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11807         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11808         (gst_ring_buffer_pause), (wait_segment):
11809         * gst-libs/gst/audio/gstringbuffer.h:
11810           Name (private) union, makes Forte compiler happy (this time
11811           for real) (#324900).
11812
11813 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * gst-libs/gst/audio/Makefile.am:
11816           Link against libgstinterfaces, needed for mixer
11817           and property probe stuff.
11818
11819 2006-01-09  Edward Hervey  <edward@fluendo.com>
11820
11821         * gst-libs/gst/Makefile.am:
11822
11823 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * gst-libs/gst/audio/Makefile.am:
11826         * gst-libs/gst/audio/mixerutils.c:
11827         (gst_audio_mixer_filter_do_filter),
11828         (gst_audio_mixer_filter_check_element),
11829         (gst_audio_mixer_filter_probe_feature),
11830         (element_factory_rank_compare_func),
11831         (gst_audio_default_registry_mixer_filter):
11832         * gst-libs/gst/audio/mixerutils.h:
11833           Add gst_audio_default_registry_mixer_filter() utility
11834           function.
11835
11836 2006-01-03  Michael Smith  <msmith@fluendo.com>
11837
11838         * gst/audioresample/resample.h:
11839           As before, but for o_buf
11840
11841 2006-01-03  Michael Smith  <msmith@fluendo.com>
11842
11843         * gst/audioresample/resample.h:
11844           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11845           since we do arithmetic on it.
11846
11847 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11850         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11851         (gst_ring_buffer_pause), (wait_segment):
11852         * gst-libs/gst/audio/gstringbuffer.h:
11853           Sun's Forte compiler doesn't seem to like anonymous structs,
11854           so use same setup as in GstBaseSrc (fixes #324900).
11855
11856 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11857
11858         * configure.ac:
11859         * gst/volume/Makefile.am:
11860         * gst/volume/demo.c:
11861           move old example to tests/examples/volume/volune.c
11862         * tests/examples/Makefile.am:
11863         * tests/examples/seek/seek.c: (main):
11864           change window-close event from "delete-event" to "destroy"
11865         * tests/examples/volume/Makefile.am:
11866         * tests/examples/volume/volume.c: (value_changed_callback),
11867         (setup_gui), (message_received), (eos_message_received), (main):
11868           fix event handling and bus usage
11869
11870 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11871
11872         * gst/audiotestsrc/gstaudiotestsrc.c:
11873         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11874         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11875         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11876         (gst_audio_test_src_create_square),
11877         (gst_audio_test_src_create_saw),
11878         (gst_audio_test_src_create_triangle),
11879         (gst_audio_test_src_create_silence),
11880         (gst_audio_test_src_create_white_noise),
11881         (gst_audio_test_src_create_pink_noise),
11882         (gst_audio_test_src_init_sine_table),
11883         (gst_audio_test_src_create_sine_table),
11884         (gst_audio_test_src_change_wave),
11885         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11886         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11887         * gst/audiotestsrc/gstaudiotestsrc.h:
11888           update to basesrc changes, implement segmented seeking and eos
11889           handling, add a 'sine-tab' waveform for performance critical playback
11890
11891 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * po/POTFILES.in:
11894           ... and this time the other modified file that I missed last time.
11895
11896 2005-12-29  Michael Smith  <msmith@fluendo.com>
11897
11898         * gst/playback/gstdecodebin.c: (new_pad):
11899           Fix non-C89 variable declaration not at the start of a block. Should
11900           help some compilers.
11901
11902 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * tests/check/Makefile.am:
11905           And now fix 'make distcheck' (builddir != srcdir)
11906
11907 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         * configure.ac:
11910         * ext/cdparanoia/Makefile.am:
11911         * ext/cdparanoia/gstcdparanoia.c:
11912         * ext/cdparanoia/gstcdparanoia.h:
11913         * ext/cdparanoia/gstcdparanoiasrc.c:
11914         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11915         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11916         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11917         (gst_cd_paranoia_paranoia_callback),
11918         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11919         (gst_cd_paranoia_src_set_property),
11920         (gst_cd_paranoia_src_get_property), (plugin_init):
11921         * ext/cdparanoia/gstcdparanoiasrc.h:
11922           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11923           plugin again (there are still fixes required to playbin to make
11924           cdda:// uris work there).
11925
11926 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11927
11928         * tests/check/Makefile.am:
11929           Fix test case compilation.
11930
11931 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * gst-libs/gst/cdda/gstcddabasesrc.c:
11934         (gst_cdda_base_src_update_duration),
11935         (gst_cdda_base_src_calculate_cddb_id):
11936           An integer is not a string. Fix access to uninitialised variable.
11937
11938         * tests/check/Makefile.am:
11939           Add cddabasesrc unit test; also actually enable the vorbis test.
11940
11941         * tests/check/generic/states.c:
11942           Blacklist new cd audio elements as well.
11943
11944         * tests/check/libs/cddabasesrc.c:
11945           Unit test for GstCddaBaseSrc (discid calculation mostly).
11946
11947 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11948
11949         * docs/libs/Makefile.am:
11950         * docs/libs/gst-plugins-base-libs-docs.sgml:
11951         * docs/libs/gst-plugins-base-libs-sections.txt:
11952         * docs/libs/gst-plugins-base-libs.types:
11953           Add docs for libgstcdda/GstCddaBaseSrc.
11954
11955         * gst-libs/gst/interfaces/mixertrack.h:
11956           Do one struct member per line with a semicolon at the end, that way
11957           even gtk-doc might parse it without complaining.
11958
11959 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * configure.ac:
11962         * gst-libs/gst/Makefile.am:
11963         * gst-libs/gst/cdda/Makefile.am:
11964         * gst-libs/gst/cdda/base64.c:
11965         * gst-libs/gst/cdda/base64.h:
11966         * gst-libs/gst/cdda/gstcddabasesrc.c:
11967         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11968         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11969         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11970         (gst_cdda_base_src_get_property),
11971         (gst_cdda_base_src_get_track_from_sector),
11972         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11973         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11974         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11975         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11976         (gst_cdda_base_src_uri_get_protocols),
11977         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11978         (gst_cdda_base_src_uri_handler_init),
11979         (gst_cdda_base_src_setup_interfaces),
11980         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11981         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11982         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11983         (gst_cdda_base_src_add_tags),
11984         (gst_cdda_base_src_add_index_associations),
11985         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11986         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11987         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11988         (gst_cdda_base_src_create):
11989         * gst-libs/gst/cdda/gstcddabasesrc.h:
11990         * gst-libs/gst/cdda/sha1.c:
11991         * gst-libs/gst/cdda/sha1.h:
11992           Add new libgstcdda with GstCddaBaseSrc class.
11993
11994 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * ext/gnomevfs/gstgnomevfssink.h:
11997           Use GstBaseSinkClass as parent_class member for class struct, not
11998           GstBaseSink.
11999
12000 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         Patch by: Michael Benes
12003
12004         * gst/videotestsrc/gstvideotestsrc.c:
12005         (gst_video_test_src_class_init), (gst_video_test_src_start):
12006           Add start method to reset running time and number of frames sent
12007           when starting up (fixes #324696)
12008
12009 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * docs/plugins/Makefile.am:
12012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12014         * docs/plugins/gst-plugins-base-plugins.args:
12015         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12016         * docs/plugins/gst-plugins-base-plugins.signals:
12017           Add docs stuff for gnomevfssrc and gnomevfssink.
12018
12019         * ext/gnomevfs/gstgnomevfssrc.c:
12020           Fix example pipeline in gtk-doc blurb.
12021
12022 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * ext/gnomevfs/Makefile.am:
12025         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12026         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12027         (gst_gnome_vfs_handle_get_type), (plugin_init):
12028         * ext/gnomevfs/gstgnomevfs.h:
12029         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12030         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12031         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12032         (gst_gnome_vfs_sink_set_property),
12033         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12034         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12035         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12036         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12037         (gst_gnome_vfs_sink_uri_get_type),
12038         (gst_gnome_vfs_sink_uri_get_protocols),
12039         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12040         (gst_gnome_vfs_sink_uri_handler_init):
12041         * ext/gnomevfs/gstgnomevfssink.h:
12042           Port gnomevfssink; add gtk-doc blurb.
12043
12044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12045         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12046         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12047         (gst_gnome_vfs_src_uri_get_type),
12048         (gst_gnome_vfs_src_uri_get_protocols),
12049         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12050         (gst_gnome_vfs_src_uri_handler_init),
12051         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12052         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12053         (gst_gnome_vfs_src_send_additional_headers_callback),
12054         (gst_gnome_vfs_src_received_headers_callback),
12055         (gst_gnome_vfs_src_push_callbacks),
12056         (gst_gnome_vfs_src_pop_callbacks),
12057         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12058         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12059         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12060         * ext/gnomevfs/gstgnomevfssrc.h:
12061           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12062           file; add gtk-doc blurb with example pipelines.
12063
12064 === release 0.10.1 ===
12065
12066 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12067
12068         * configure.ac:
12069           releasing 0.10.1, "Dobro Dedek"
12070
12071 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12072
12073         * gst/typefind/gsttypefindfunctions.c:
12074         iLBC30 and iLBC20 added to typefind.
12075
12076 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12077
12078         * gst-libs/gst/audio/gstbaseaudiosink.c:
12079         (gst_base_audio_sink_class_init):
12080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12081         (gst_base_audio_src_class_init):
12082           update strings, values are in microseconds
12083           change the default sink buffer time to something that is smaller
12084           (to help software volume mixing have a slightly lower delay) but
12085           still be acceptable on Wim's laptop
12086
12087 2005-12-20  Edward Hervey  <edward@fluendo.com>
12088
12089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12090         Made a quack, forgot to add DUCK to the riff video template.
12091
12092 2005-12-19  Edward Hervey  <edward@fluendo.com>
12093
12094         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12095         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12096         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12097         (gst_ogm_parse_chain):
12098         Make sure pads are initialized correctly.
12099         * gst-libs/gst/riff/riff-ids.h:
12100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12101         (gst_riff_create_video_template_caps):
12102         Add a whole bunch of FOURCC <=> MimeType.
12103         Extend the riff video pad template to support the newly added fourcc.
12104
12105 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12106
12107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12108         (gst_ogg_demux_activate_chain):
12109           Extra debug output when activating/deactivating chains.
12110
12111         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12112         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12113         (unlinked):
12114           Remove a queue from our list when it becomes unlinked.
12115           Don't add queues to elements in class 'Demux' if they
12116           can only produce one pad 
12117
12118 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12119
12120         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12121         (gst_video_sink_get_type): Add a debug category.
12122
12123 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12124
12125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12126         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12127           Handle downstream newsegment by sending our own newsegment before the
12128           next buffer to be released. (#323900)
12129
12130 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12131
12132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12133         (gst_base_rtp_depayload_set_gst_timestamp):
12134           add queue delay to new segment as well (as opposed to just the first
12135           buffer). (bug #322347)
12136
12137 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12138
12139         * ext/libvisual/visual.c: (make_valid_name):
12140           change some char* into char[]
12141         * gst/audiotestsrc/gstaudiotestsrc.c:
12142         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12143         (gst_audio_test_src_create):
12144         * gst/audiotestsrc/gstaudiotestsrc.h:
12145           prepare to handle EOS and SEGMENT_DONE
12146
12147 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * tests/check/generic/states.c: (GST_START_TEST):
12150           Blacklist cdparanoia element in state test.
12151
12152 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154           Patch by: Benjamin Pineau
12155
12156         * gst/tcp/gsttcp.c:
12157         * gst/tcp/gsttcpclientsink.c:
12158         * gst/tcp/gsttcpserversink.c:
12159         * gst/tcp/gsttcpserversrc.c:
12160           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12161
12162 2005-12-15  Michael Smith  <msmith@fluendo.com>
12163
12164         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12165         (gst_video_rate_chain):
12166           Fix timestamping for videorate when the first buffer it sees has a
12167           non-zero timestamp. Fix some misleading debug output.
12168
12169 2005-12-15  Michael Smith  <msmith@fluendo.com>
12170
12171         * gst/audioresample/gstaudioresample.c:
12172           Don't leak all input buffers to audioresample.
12173
12174 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12175
12176         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12177           Don't operate on empty text buffers. Strip newlines and
12178           tabs only from the end of the text, but leave them intact
12179           in the middle. Fix typo in gtk-doc description.
12180
12181 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         * gst/playback/gstplaybasebin.c:
12184         * gst/playback/gstplaybin.c: (handoff):
12185           Make sure the video frame buffer we return to apps via the
12186           "frame" property always has caps set on it. Modify
12187           _gst_gvalue_set_object() macro to handle NULL objects
12188           gracefully too.
12189
12190 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12191
12192         * gst/audiotestsrc/gstaudiotestsrc.c:
12193         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12194         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12195         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12196         (gst_audio_test_src_create):
12197         * gst/audiotestsrc/gstaudiotestsrc.h:
12198         Adjust to some recent api changes and add wtays new cool seeking
12199         capabillities
12200
12201 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * ext/alsa/Makefile.am:
12204         * ext/alsa/gstalsadeviceprobe.c:
12205         * ext/alsa/gstalsadeviceprobe.h:
12206           Helper functions to add device probing via the GstPropertyProbe
12207           interface to a class.
12208
12209         * ext/alsa/gstalsamixer.h:
12210           Comment out GST_ALSA_MIXER, it returns a struct that's not
12211           used.
12212
12213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12214           Add some debug info. 
12215
12216         * ext/alsa/gstalsamixerelement.c:
12217         (gst_alsa_mixer_element_interface_supported),
12218         (gst_implements_interface_init),
12219         (gst_alsa_mixer_element_init_interfaces),
12220         (gst_alsa_mixer_element_class_init),
12221         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12222         (gst_alsa_mixer_element_set_property),
12223         (gst_alsa_mixer_element_get_property),
12224         (gst_alsa_mixer_element_change_state):
12225         * ext/alsa/gstalsamixerelement.h:
12226           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12227           for device handling (gnome-volume-control will need that).
12228
12229 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12230
12231         * ext/Makefile.am: fix cdparanoia entry
12232         * gst-plugins-base.spec.in: add cdparanoia
12233
12234 2005-12-12  Michael Smith  <msmith@fluendo.com>
12235
12236         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12237           Use the correct function to free list of typefind factories.
12238
12239 2005-12-12  Wim Taymans  <wim@fluendo.com>
12240
12241         * gst/videotestsrc/gstvideotestsrc.c:
12242         (gst_video_test_src_class_init), (gst_video_test_src_init),
12243         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12244         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12245         (gst_video_test_src_create):
12246         * gst/videotestsrc/gstvideotestsrc.h:
12247         Implement seeking in videotestsrc.
12248         Small cleanups.
12249
12250 2005-12-12  Wim Taymans  <wim@fluendo.com>
12251
12252         * ext/cdparanoia/Makefile.am:
12253         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12254         (gst_paranoia_endian_get_type), (_do_init),
12255         (cdparanoia_class_init), (cdparanoia_init),
12256         (cdparanoia_set_property), (cdparanoia_get_property),
12257         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12258         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12259         (cdparanoia_convert), (cdparanoia_get_query_types),
12260         (cdparanoia_query), (cdparanoia_set_index),
12261         (cdparanoia_uri_set_uri):
12262         * ext/cdparanoia/gstcdparanoia.h:
12263         Partially ported cdparanoia now that basesrc can support a
12264         plugin like this..
12265
12266 2005-12-12  Wim Taymans  <wim@fluendo.com>
12267
12268         * tests/examples/seek/scrubby.c: (main):
12269         Set higher priority for bus events so they don't get reordered with
12270         gtk gui events.
12271
12272         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12273         (flush_toggle_cb), (main):
12274         Added checkbox to disable flushing seeks. 
12275         Disable scrubbing when doing non flushing seeks.
12276
12277 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12280         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12281         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12282         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12283           Implement some sort of event handling that doesn't rely on
12284           g_return_if_fail; make sure we always push the last chunk of an 
12285           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12286           state change function; remove some old cruft. Seeking is still
12287           rather unlikely to work though.
12288
12289         * tools/.cvsignore:
12290           Ignore more.
12291
12292 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12293
12294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12295         Fixed a leak of the current image reference when cleaning up.
12296         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12297
12298 2005-12-09  Michael Smith  <msmith@fluendo.com>
12299
12300         * tools/Makefile.am:
12301         * tools/gst-launch-ext-m.m:
12302           Remove gst-launch-ext. It doesn't work, and is no longer
12303           particularly useful.
12304
12305 2005-12-08  Luca Ognibene  <luogni@tin.it>
12306
12307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12308           don't pass random values to ogmparse convert function.
12309           Make seeking possible in the exile1.ogm file.
12310
12311 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12314         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12315           Work around refcount problem with g_value_set_object() that occur
12316           if the core has been compiled against GLib-2.6 (g_value_set_object()
12317           will only g_object_ref() the element, but the caller will
12318           gst_object_unref() it and bad things will happen due to the way
12319           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12320           totem for people on FC4 using Thomas's 0.10 RPMs.
12321           
12322 2005-12-07  Edward Hervey  <edward@fluendo.com>
12323
12324         Time to welcome ogm to 0.10 :)
12325         
12326         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12327         (gst_ogg_pad_typefind):
12328         Oggdemux can now properly typefind elements with dynamic pads.
12329         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12330         Properly set caps on src pad, and set caps on outgoing buffers.
12331
12332 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * ext/alsa/gstalsamixer.h:
12335         * ext/alsa/gstalsamixerelement.h:
12336         * ext/alsa/gstalsamixeroptions.h:
12337         * ext/alsa/gstalsamixertrack.h:
12338         * ext/alsa/gstalsasink.c:
12339         * ext/alsa/gstalsasink.h:
12340         * ext/alsa/gstalsasrc.c:
12341         * ext/alsa/gstalsasrc.h:
12342         * ext/cdparanoia/gstcdparanoia.h:
12343         * ext/gnomevfs/gstgnomevfsuri.h:
12344         * ext/ogg/gstoggdemux.c:
12345         * ext/ogg/gstoggmux.c:
12346         * ext/pango/gsttextoverlay.h:
12347         * ext/theora/theoradec.c:
12348         * ext/theora/theoraenc.c:
12349         * ext/vorbis/vorbisdec.h:
12350         * ext/vorbis/vorbisenc.c:
12351         * ext/vorbis/vorbisenc.h:
12352         * ext/vorbis/vorbisparse.h:
12353         * gst-libs/gst/audio/gstaudioclock.h:
12354         * gst-libs/gst/audio/gstaudiosink.c:
12355         * gst-libs/gst/audio/gstaudiosink.h:
12356         * gst-libs/gst/audio/gstaudiosrc.c:
12357         * gst-libs/gst/audio/gstaudiosrc.h:
12358         * gst-libs/gst/audio/gstbaseaudiosink.c:
12359         * gst-libs/gst/audio/gstbaseaudiosink.h:
12360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12361         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12362         * gst-libs/gst/audio/gstringbuffer.h:
12363         * gst-libs/gst/audio/multichannel.h:
12364         * gst-libs/gst/floatcast/floatcast.h:
12365         * gst-libs/gst/interfaces/colorbalance.c:
12366         * gst-libs/gst/interfaces/colorbalance.h:
12367         * gst-libs/gst/interfaces/colorbalancechannel.h:
12368         * gst-libs/gst/interfaces/mixer.h:
12369         * gst-libs/gst/interfaces/mixeroptions.h:
12370         * gst-libs/gst/interfaces/mixertrack.h:
12371         * gst-libs/gst/interfaces/navigation.h:
12372         * gst-libs/gst/interfaces/propertyprobe.h:
12373         * gst-libs/gst/interfaces/tuner.h:
12374         * gst-libs/gst/interfaces/tunerchannel.h:
12375         * gst-libs/gst/interfaces/tunernorm.h:
12376         * gst-libs/gst/interfaces/xoverlay.h:
12377         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12378         * gst-libs/gst/riff/riff-ids.h:
12379         * gst-libs/gst/riff/riff-media.h:
12380         * gst-libs/gst/riff/riff-read.h:
12381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12382         * gst-libs/gst/rtp/gstbasertppayload.c:
12383         * gst-libs/gst/rtp/gstbasertppayload.h:
12384         * gst-libs/gst/rtp/gstrtpbuffer.c:
12385         * gst-libs/gst/rtp/gstrtpbuffer.h:
12386         * gst-libs/gst/tag/gsttageditingprivate.h:
12387         * gst-libs/gst/tag/gstvorbistag.c:
12388         (gst_tag_list_from_vorbiscomment_buffer):
12389         * gst-libs/gst/tag/tag.h:
12390         * gst-libs/gst/video/video.h:
12391         * gst/adder/gstadder.c:
12392         * gst/adder/gstadder.h:
12393         * gst/audioconvert/audioconvert.c:
12394         * gst/audioconvert/audioconvert.h:
12395         * gst/audioconvert/gstaudioconvert.c:
12396         * gst/audioconvert/gstchannelmix.c:
12397         * gst/audioconvert/gstchannelmix.h:
12398         * gst/audiorate/gstaudiorate.c:
12399         * gst/audioresample/buffer.h:
12400         * gst/audioresample/functable.h:
12401         * gst/audioresample/gstaudioresample.c:
12402         * gst/audioresample/resample.h:
12403         * gst/ffmpegcolorspace/avcodec.h:
12404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12405         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12406         * gst/ffmpegcolorspace/imgconvert.c:
12407         * gst/ffmpegcolorspace/imgconvert_template.h:
12408         * gst/playback/gstdecodebin.c:
12409         * gst/playback/gstplaybasebin.h:
12410         * gst/playback/gstplaybin.c:
12411         * gst/playback/gststreaminfo.h:
12412         * gst/tcp/gstfdset.c:
12413         * gst/tcp/gstfdset.h:
12414         * gst/tcp/gstmultifdsink.c:
12415         * gst/tcp/gstmultifdsink.h:
12416         * gst/tcp/gsttcp.h:
12417         * gst/tcp/gsttcpclientsrc.c:
12418         * gst/tcp/gsttcpclientsrc.h:
12419         * gst/tcp/gsttcpplugin.h:
12420         * gst/tcp/gsttcpserversink.c:
12421         * gst/tcp/gsttcpserversrc.c:
12422         * gst/typefind/gsttypefindfunctions.c:
12423         * gst/videorate/gstvideorate.c:
12424         * gst/videotestsrc/gstvideotestsrc.h:
12425         * gst/videotestsrc/videotestsrc.h:
12426         * sys/v4l/gstv4lcolorbalance.h:
12427         * sys/v4l/gstv4ltuner.h:
12428         * sys/v4l/gstv4lxoverlay.h:
12429         * sys/v4l/v4l_calls.h:
12430         * sys/v4l/videodev_mjpeg.h:
12431         * tests/check/elements/audioconvert.c:
12432         * tests/check/elements/audioresample.c:
12433         * tests/check/elements/audiotestsrc.c:
12434         * tests/check/elements/videotestsrc.c:
12435         * tests/check/elements/volume.c:
12436         * tests/examples/seek/scrubby.c:
12437         * tests/examples/seek/seek.c:
12438           expand tabs
12439
12440 === release 0.10.0 ===
12441
12442 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12443
12444         * configure.ac:
12445           releasing 0.10.0, "Mont-d'or"
12446
12447 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12448
12449         * tests/examples/seek/Makefile.am:
12450         Build fix for when gtk is not available.
12451
12452 2005-12-05  Andy Wingo  <wingo@pobox.com>
12453
12454         * ext/libvisual/visual.c: (get_buffer):
12455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12456         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12457         * ext/theora/theoradec.c: (theora_handle_data_packet):
12458         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12459         (theora_enc_chain):
12460         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12461         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12462         Update for alloc_buffer changes.
12463
12464 2005-12-05  Andy Wingo  <wingo@pobox.com>
12465
12466         patch by: Kai Vehmanen <kv2004 eca cx>
12467         
12468         * gst-libs/gst/rtp/gstbasertpdepayload.c
12469         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12470
12471 2005-12-04  Andy Wingo  <wingo@pobox.com>
12472
12473         patch by: Sebastien Cote <sebas642 yahoo ca>
12474         
12475         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12476         Fixes #319172.
12477
12478 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * docs/plugins/Makefile.am:
12481         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12482         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12483         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12484         * ext/pango/gstclockoverlay.c:
12485         * ext/pango/gsttextoverlay.c: 
12486         * ext/pango/gsttextrender.c:
12487         * ext/pango/gsttimeoverlay.c:
12488           Add gtk-doc blurbs to pango elements.
12489
12490 2005-12-02  Wim Taymans  <wim@fluendo.com>
12491
12492         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12493         * gst/audioresample/buffer.h:
12494         * gst/audioresample/gstaudioresample.c:
12495         * gst/audioresample/gstaudioresample.h:
12496         * gst/audioresample/resample.c: (resample_input_flush),
12497         (resample_input_pushthrough), (resample_input_eos),
12498         (resample_get_output_size_for_input),
12499         (resample_get_input_size_for_output), (resample_get_output_size),
12500         (resample_get_output_data):
12501         * gst/audioresample/resample.h:
12502         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12503         Fix audioresample, seek torture, new segments, reverse negotiation
12504         etc.. work fine.
12505
12506 2005-12-02  Wim Taymans  <wim@fluendo.com>
12507
12508         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12509         Small cleanups.
12510
12511 2005-12-02  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/audioconvert/gstaudioconvert.c:
12514         (gst_audio_convert_transform):
12515         Post errors.
12516
12517 === release 0.9.7 ===
12518
12519 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12520
12521         * configure.ac:
12522           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12523
12524 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12525
12526         * Makefile.am:
12527         * po/hu.po:
12528         * win32/MANIFEST:
12529         * win32/gst.sln:
12530           add win32 MANIFEST file
12531           do something to the hungarian translation
12532
12533 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * ext/Makefile.am:
12536           Add $(PANGO_DIR) to SUBDIRS
12537
12538         * ext/pango/gstclockoverlay.c:
12539         * ext/pango/gsttimeoverlay.c:
12540           Fix and improve element descriptions.
12541
12542 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12543
12544         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12545         * docs/plugins/inspect/plugin-libvisual.xml:
12546         * docs/plugins/inspect/plugin-pango.xml:
12547           add pango plugin to docs
12548
12549 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12550
12551         * configure.ac:
12552         * ext/Makefile.am:
12553           moved pango to base
12554
12555 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * configure.ac:
12558         * tests/Makefile.am:
12559         * tests/icles/.cvsignore:
12560         * tests/icles/Makefile.am:
12561         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12562         (close_display), (resize_window), (move_window), (create_window),
12563         (terminate_playback), (pause_playback), (start_playback), (main):
12564           add stress test for xoverlay from Julien
12565
12566 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12567
12568         * docs/libs/tmpl/gstcolorbalance.sgml:
12569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12570         * gst-libs/gst/rtp/gstbasertppayload.c:
12571         * gst-libs/gst/rtp/gstrtpbuffer.c:
12572         * gst-libs/gst/rtp/gstrtpbuffer.h:
12573           Do burger's rename for rtp payloaders and depayloaders
12574
12575 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12576
12577         * win32/:
12578           add Visual Studio 6 build files
12579
12580 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12581
12582         * docs/libs/gst-plugins-base-libs-docs.sgml:
12583         * docs/libs/gst-plugins-base-libs-sections.txt:
12584         * docs/libs/tmpl/gstaudio.sgml:
12585         * docs/libs/tmpl/gstringbuffer.sgml:
12586         * gst-libs/gst/interfaces/xoverlay.c:
12587         * gst-libs/gst/video/gstvideofilter.c:
12588         * gst-libs/gst/video/gstvideosink.c:
12589           update documentation
12590
12591 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12594         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12595         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12596         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12597         (gst_multi_fd_sink_get_stats),
12598         (gst_multi_fd_sink_remove_client_link),
12599         (gst_multi_fd_sink_handle_client_read),
12600         (gst_multi_fd_sink_client_queue_data),
12601         (gst_multi_fd_sink_client_queue_caps),
12602         (gst_multi_fd_sink_client_queue_buffer),
12603         (gst_multi_fd_sink_new_client),
12604         (gst_multi_fd_sink_handle_client_write),
12605         (gst_multi_fd_sink_recover_client),
12606         (gst_multi_fd_sink_queue_buffer),
12607         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12608         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12609         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12610         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12611         * gst/tcp/gstmultifdsink.h:
12612         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12613         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12614         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12615         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12616         (gst_tcp_client_sink_set_property),
12617         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12618         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12619         * gst/tcp/gsttcpclientsink.h:
12620         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12621         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12622         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12623         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12624         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12625         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12626         * gst/tcp/gsttcpclientsrc.h:
12627         * gst/tcp/gsttcpplugin.c: (plugin_init):
12628         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12629         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12630         (gst_tcp_server_sink_finalize),
12631         (gst_tcp_server_sink_handle_server_read),
12632         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12633         (gst_tcp_server_sink_set_property),
12634         (gst_tcp_server_sink_get_property),
12635         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12636         * gst/tcp/gsttcpserversink.h:
12637         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12638         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12639         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12640         (gst_tcp_server_src_set_property),
12641         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12642         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12643         * gst/tcp/gsttcpserversrc.h:
12644           more borgifying
12645
12646 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * docs/plugins/Makefile.am:
12649         * docs/plugins/gst-plugins-base-plugins.args:
12650         * docs/plugins/inspect/plugin-libvisual.xml:
12651         * gst/audioconvert/plugin.h:
12652         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12653         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12654         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12655         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12656         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12657         (plugin_init):
12658         * gst/audiotestsrc/gstaudiotestsrc.c:
12659         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12660         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12661         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12662         (gst_audio_test_src_get_query_types),
12663         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12664         (gst_audio_test_src_create_square),
12665         (gst_audio_test_src_create_saw),
12666         (gst_audio_test_src_create_triangle),
12667         (gst_audio_test_src_create_silence),
12668         (gst_audio_test_src_create_white_noise),
12669         (gst_audio_test_src_init_pink_noise),
12670         (gst_audio_test_src_generate_pink_noise_value),
12671         (gst_audio_test_src_create_pink_noise),
12672         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12673         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12674         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12675         (plugin_init):
12676         * gst/audiotestsrc/gstaudiotestsrc.h:
12677         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12678         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12679         (gst_sub_parse_init), (gst_sub_parse_formats),
12680         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12681         (convert_encoding), (get_next_line),
12682         (gst_sub_parse_data_format_autodetect),
12683         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12684         (gst_sub_parse_loop), (gst_sub_parse_chain),
12685         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12686         (plugin_init):
12687         * gst/subparse/gstsubparse.h:
12688         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12689         (gst_video_rate_base_init), (gst_video_rate_class_init),
12690         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12691         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12692         (gst_video_rate_init), (gst_video_rate_event),
12693         (gst_video_rate_chain), (gst_video_rate_set_property),
12694         (gst_video_rate_get_property), (gst_video_rate_change_state),
12695         (plugin_init):
12696         * gst/videoscale/gstvideoscale.c:
12697         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12698         (gst_video_scale_src_template_factory),
12699         (gst_video_scale_sink_template_factory),
12700         (gst_video_scale_get_type), (gst_video_scale_base_init),
12701         (gst_video_scale_class_init), (gst_video_scale_init),
12702         (gst_video_scale_set_property), (gst_video_scale_get_property),
12703         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12704         (gst_video_scale_prepare_size), (parse_caps),
12705         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12706         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12707         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12708         (plugin_init):
12709         * gst/videoscale/gstvideoscale.h:
12710         * gst/videotestsrc/gstvideotestsrc.c:
12711         (gst_video_test_src_pattern_get_type),
12712         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12713         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12714         (gst_video_test_src_set_pattern),
12715         (gst_video_test_src_set_property),
12716         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12717         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12718         (gst_video_test_src_event), (gst_video_test_src_get_times),
12719         (gst_video_test_src_create), (plugin_init):
12720         * gst/videotestsrc/gstvideotestsrc.h:
12721         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12722         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12723         (gst_video_test_src_black):
12724         * gst/videotestsrc/videotestsrc.h:
12725           borgify further
12726           clean up docs a little
12727
12728 2005-11-30  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12731         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12732         (gst_basertppayload_event), (gst_basertppayload_push),
12733         (gst_basertppayload_change_state):
12734         * gst-libs/gst/rtp/gstbasertppayload.h:
12735         closed #320644.
12736
12737 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12738
12739         * docs/libs/gst-plugins-base-libs-docs.sgml:
12740         * docs/libs/gst-plugins-base-libs-sections.txt:
12741         * gst-libs/gst/video/gstvideofilter.c:
12742         * gst-libs/gst/video/gstvideosink.c:
12743         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12744
12745 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12746
12747         * LICENSE:
12748           move
12749         * po/af.po:
12750         * po/az.po:
12751         * po/cs.po:
12752         * po/en_GB.po:
12753         * po/hu.po:
12754         * po/it.po:
12755         * po/nb.po:
12756         * po/nl.po:
12757         * po/or.po:
12758         * po/sq.po:
12759         * po/sr.po:
12760         * po/sv.po:
12761         * po/uk.po:
12762         * po/vi.po:
12763         * Makefile.am:
12764           update
12765         * scripts/autoplugins.sh:
12766           remove
12767
12768 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12769
12770         * Makefile.am:
12771         * configure.ac:
12772         * examples/Makefile.am:
12773         * examples/capsfilter/Makefile.am:
12774         * examples/capsfilter/capsfilter1.c:
12775         * examples/gob/Makefile.am:
12776         * examples/gob/gst-identity2.gob:
12777         * examples/indexing/.cvsignore:
12778         * examples/indexing/Makefile.am:
12779         * examples/indexing/indexmpeg.c:
12780         * examples/seeking/.cvsignore:
12781         * examples/seeking/Makefile.am:
12782         * examples/seeking/cdparanoia.c:
12783         * examples/seeking/cdplayer.c:
12784         * examples/seeking/chained.c:
12785         * examples/seeking/scrubby.c:
12786         * examples/seeking/seek.c:
12787         * examples/stats/Makefile.am:
12788         * examples/stats/mp2ogg.c:
12789         * examples/switch/.cvsignore:
12790         * examples/switch/Makefile.am:
12791         * examples/switch/switcher.c:
12792         * tests/Makefile.am:
12793         * tests/check/generic/.cvsignore:
12794         * tests/check/pipelines/.cvsignore:
12795         * tests/examples/Makefile.am:
12796         * tests/examples/seek/Makefile.am:
12797           reorganize stuff under tests/
12798
12799 2005-11-30  Edward Hervey  <edward@fluendo.com>
12800
12801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12802         Go away you stupid GstStaticPadTemplate memleak.
12803
12804 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12805
12806         * gst-libs/gst/net/Makefile.am:
12807         * gst-libs/gst/net/README:
12808         * gst-libs/gst/net/gstnetbuffer.c:
12809         * gst-libs/gst/net/gstnetbuffer.h:
12810           this was moved to "netbuffer"
12811
12812 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12815         (gst_video_filter_class_init), (gst_video_filter_init):
12816         * gst-libs/gst/video/gstvideofilter.h:
12817           borgify name to bring in line with other classes
12818
12819 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12820
12821         * gst/audioscale/.cvsignore:
12822         * gst/audioscale/Makefile.am:
12823         * gst/audioscale/README:
12824         * gst/audioscale/audioscale.vcproj:
12825         * gst/audioscale/dtof.c:
12826         * gst/audioscale/dtos.c:
12827         * gst/audioscale/functable.c:
12828         * gst/audioscale/gstaudioscale.c:
12829         * gst/audioscale/gstaudioscale.h:
12830         * gst/audioscale/private.h:
12831         * gst/audioscale/resample.c:
12832         * gst/audioscale/resample.h:
12833         * gst/audioscale/test.c:
12834           remove
12835
12836 2005-11-30  Edward Hervey  <edward@fluendo.com>
12837
12838         * gst-libs/gst/netbuffer/Makefile.am:
12839         really, really tired
12840
12841 2005-11-30  Edward Hervey  <edward@fluendo.com>
12842
12843         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12844         Update for new GstTypeFindFactory _register()
12845
12846 2005-11-30  Edward Hervey  <edward@fluendo.com>
12847
12848         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12849         Let's not override libgstnet from core for no reason...
12850         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12851         Ok, maybe not so quick next time.
12852
12853 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12854
12855         * configure.ac:
12856         * gst-libs/gst/Makefile.am:
12857           moved gst-libs/gst/net to netbuffer through CVS surgery
12858           remove old directory
12859           updating build to accomodate
12860           (#322257)
12861
12862 2005-11-29  Andy Wingo  <wingo@pobox.com>
12863
12864         * pkgconfig/gstreamer-plugins-base.pc.in:
12865         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12866         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12867         (#322257).
12868
12869 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12870
12871         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12872         3rd time's the charm. Correct ref-counting for discarded buffers.
12873
12874 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12875
12876         * gst/playback/gststreamselector.c:
12877         (gst_stream_selector_class_init),
12878         (gst_stream_selector_set_property),
12879         (gst_stream_selector_get_property),
12880         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12881         Fix ref-counting
12882
12883 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         * gst/subparse/gstsubparse.c: (feed_textbuf):
12886           Don't access already unref'ed buffer.
12887
12888 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12889
12890         * gst/playback/gststreamselector.c:
12891         (gst_stream_selector_class_init), (gst_stream_selector_init),
12892         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12893         (gst_stream_selector_get_property),
12894         (gst_stream_selector_get_linked_pad),
12895         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12896         * gst/playback/gststreamselector.h:
12897         Add the active-pad property for playbin to use shortly. Ignore buffers
12898         from any other pad, returning GST_FLOW_NOT_LINKED
12899
12900 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12901
12902         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12903         patch from bug #322704 (Alessandro Decina).
12904
12905 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12906
12907         * gst-libs/gst/audio/Makefile.am:
12908           folded audiofilter into the audio library
12909
12910 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12911
12912         * gst/videoscale/gstvideoscale.h:
12913         * gst/videoscale/gstvideoscale.c:
12914           remove unimplemented scale methods
12915
12916 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12919           Don't leak caps.
12920
12921 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12922
12923         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12924         (gst_ximagesink_setcaps):
12925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12926         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12927         happens (only visible on ximagesink but bug is in xv too) set_caps was
12928         destroying the internal x[v]image used to memcpy non locally alloced
12929         buffers so that it got renewed on next _chain. The issue is that 
12930         _expose will try to put that image as it reffed it in _put.
12931         Using gst_buffer_unref instead of destroy fixes it !
12932
12933 2005-11-28  Edward Hervey  <edward@fluendo.com>
12934
12935         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12936         (try_to_link_1), (queue_filled_cb):
12937         Better use of the queues. Start with a small size queue and only increase
12938         the size of the queues when the other queues are empty.
12939
12940 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12941
12942         * gst-libs/gst/video/Makefile.am:
12943           compile in copied-over videofilter into the video library
12944         * gst-libs/gst/video/videosink.h:
12945           rename the header to gstvideosink.h since it's a base GstObject class
12946         * sys/ximage/ximagesink.h:
12947         * sys/xvimage/xvimagesink.h:
12948           use the new header
12949
12950 2005-11-28  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12953         * gst/playback/gstplaybasebin.h:
12954         Prepare to handle errors betters.
12955
12956         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12957         Set sinks to PAUSED first before adding and linking them so that
12958         we don't interrupt dataflow.
12959
12960 2005-11-28  Wim Taymans  <wim@fluendo.com>
12961
12962         * gst-libs/gst/audio/TODO:
12963         Updated TODO
12964
12965         * gst-libs/gst/audio/gstaudiosink.c:
12966         (gst_audioringbuffer_open_device),
12967         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12968         (gst_audioringbuffer_release):
12969         Small cleanups.
12970
12971         * gst-libs/gst/audio/gstbaseaudiosink.c:
12972         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12973         (gst_base_audio_sink_change_state):
12974         Slave to the master clock when going to PLAYING and unslave when
12975         going to PAUSED.
12976
12977         * gst-libs/gst/audio/gstringbuffer.c:
12978         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12979         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12980         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12981         (gst_ring_buffer_clear_all), (wait_segment),
12982         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12983         (gst_ring_buffer_advance):
12984         * gst-libs/gst/audio/gstringbuffer.h:
12985         Add some docs and cleanups.
12986
12987 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12988
12989         * sys/xvimage/xvimagesink.c:
12990         (gst_xvimagesink_navigation_send_event): Fix navigation events
12991         coordinates translation with pixel aspect ratios.
12992
12993 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12994
12995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12996         Use calculated video geometry from _setcaps instead of buffer
12997         caps to respect pixel aspect ratio. (fixes #322388)
12998
12999 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13000
13001         * docs/libs/tmpl/gstcolorbalance.sgml:
13002         * docs/libs/tmpl/gstmixer.sgml:
13003         * docs/libs/tmpl/gstxoverlay.sgml:
13004         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13005         interface.
13006
13007 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13008
13009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13010         Refuse to create an XvImage if we can't find the format.
13011
13012 2005-11-28  Edward Hervey  <edward@fluendo.com>
13013
13014         * gst-libs/gst/riff/riff-media.c:
13015         (gst_riff_create_audio_template_caps):
13016         Add ATRAC3 to the list of riff-possible audio caps.
13017         I know we still don't have a plugin for atrac3, but it's saner to output
13018         that than a cryptic mimetype.
13019
13020 2005-11-27  Edward Hervey  <edward@fluendo.com>
13021
13022         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13023         Don't try to create a zero-sized subbuffer.
13024
13025 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13026
13027         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13028         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13029         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13030         (gst_ximagesink_expose): Fixed a tricky race.
13031         * sys/ximage/ximagesink.h:
13032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13033         (gst_xvimagesink_expose): Fixed a tricky race.
13034         * sys/xvimage/xvimagesink.h:
13035
13036 2005-11-27  Edward Hervey  <edward@fluendo.com>
13037
13038         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13039         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13040         Remove unused properties, and add queues between demuxers and decoders
13041         so that a lot more files can preroll properly.
13042
13043 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13044
13045         * gst-libs/gst/net/Makefile.am:
13046         * gst-libs/gst/rtp/Makefile.am:
13047         * gst-libs/gst/tag/Makefile.am:
13048           remove silly include
13049         * gst/tags/Makefile.am:
13050         * gst/tags/gsttagediting.c:
13051         * gst/tags/gsttageditingprivate.h:
13052         * gst/tags/tagedit.vcproj:
13053           remove directory, is as good as empty
13054
13055 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * configure.ac:
13058           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13059         * gst-libs/Makefile.am:
13060         * gst-libs/gst/audio/Makefile.am:
13061         * gst-libs/gst/interfaces/Makefile.am:
13062         * gst-libs/gst/net/Makefile.am:
13063         * gst-libs/gst/riff/Makefile.am:
13064         * gst-libs/gst/rtp/Makefile.am:
13065         * gst-libs/gst/tag/Makefile.am:
13066         * gst-libs/gst/video/Makefile.am:
13067           and use them
13068
13069 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13070
13071         * docs/libs/tmpl/gstcolorbalance.sgml:
13072         * docs/libs/tmpl/gstmixer.sgml:
13073         * docs/libs/tmpl/gstxoverlay.sgml:
13074         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13075         * sys/ximage/ximagesink.h:
13076         * sys/xvimage/xvimagesink.h: More and more documentation.
13077
13078 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13079
13080         * docs/libs/gst-plugins-base-libs-docs.sgml:
13081         * docs/libs/gst-plugins-base-libs-sections.txt:
13082         * docs/libs/tmpl/gstcolorbalance.sgml:
13083         * docs/libs/tmpl/gstmixer.sgml:
13084         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13085         to documentation.
13086
13087 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13088
13089         * docs/plugins/Makefile.am:
13090         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13091         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13092         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13093
13094 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13095
13096         * docs/plugins/Makefile.am:
13097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13099         * docs/plugins/inspect/plugin-adder.xml:
13100         * docs/plugins/inspect/plugin-alsa.xml:
13101         * docs/plugins/inspect/plugin-audioconvert.xml:
13102         * docs/plugins/inspect/plugin-audiorate.xml:
13103         * docs/plugins/inspect/plugin-audioresample.xml:
13104         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13105         * docs/plugins/inspect/plugin-decodebin.xml:
13106         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13107         * docs/plugins/inspect/plugin-gnomevfs.xml:
13108         * docs/plugins/inspect/plugin-ogg.xml:
13109         * docs/plugins/inspect/plugin-playbin.xml:
13110         * docs/plugins/inspect/plugin-subparse.xml:
13111         * docs/plugins/inspect/plugin-tcp.xml:
13112         * docs/plugins/inspect/plugin-theora.xml:
13113         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13114         * docs/plugins/inspect/plugin-video4linux.xml:
13115         * docs/plugins/inspect/plugin-videorate.xml:
13116         * docs/plugins/inspect/plugin-videoscale.xml:
13117         * docs/plugins/inspect/plugin-videotestsrc.xml:
13118         * docs/plugins/inspect/plugin-volume.xml:
13119         * docs/plugins/inspect/plugin-vorbis.xml:
13120         * docs/plugins/inspect/plugin-ximagesink.xml:
13121         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13122         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13123
13124 2005-11-26  Edward Hervey  <edward@fluendo.com>
13125
13126         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13127         Properly return GstFlowReturn from gst_pad_push in chain functions.
13128
13129 2005-11-25  Michael Smith  <msmith@fluendo.com>
13130
13131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13132         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13133         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13134         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13135           Handle various conditions better when we don't understand a stream.
13136           Removes a heap of CRITICALs on ogg streams containing unknown data.
13137
13138 2005-11-24  Andy Wingo  <wingo@pobox.com>
13139
13140         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13141         Be threadsafe.
13142
13143 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13144
13145         * configure.ac: back to HEAD
13146
13147 === release 0.9.6 ===
13148
13149 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13150
13151         * configure.ac:
13152           releasing 0.9.6, "White Eight"
13153
13154 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13157         * docs/plugins/inspect/plugin-sine.xml:
13158           remove sinesrc some more
13159
13160 2005-11-23  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13163         If we are reading too slowly, jump forward in the ringbuffer
13164         instead of blocking.
13165
13166 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13167
13168         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13169         (gst_visual_chain):
13170         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13171         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13172         (gst_videorate_chain):
13173         * gst/videotestsrc/gstvideotestsrc.c:
13174         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13176         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13177         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13178         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13179         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13180           Updates for API changes
13181
13182 2005-11-23  Wim Taymans  <wim@fluendo.com>
13183
13184         * gst-libs/gst/audio/gstbaseaudiosink.c:
13185         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13186         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13187         Fix for calibration API change.
13188
13189 2005-11-23  Michael Smith <msmith@fluendo.com>
13190
13191         * gst-libs/gst/audio/multichannel.c:
13192         (gst_audio_get_channel_positions),
13193         (gst_audio_set_channel_positions),
13194         (gst_audio_set_structure_channel_positions_list),
13195         (gst_audio_fixate_channel_positions):
13196           Use gst_value_array_*() functions on value arrays, not
13197           gst_value_list_*().
13198
13199 2005-11-23  Edward Hervey  <edward@fluendo.com>
13200
13201         * autogen.sh:
13202         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13203         Fixes autogen
13204
13205 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13206
13207         * check/Makefile.am:
13208         * check/elements/videotestsrc.c: (setup_videotestsrc),
13209         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13210         (main):
13211           add a test for videotestsrc
13212
13213 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * gst/sine/.cvsignore:
13216         * gst/sine/Makefile.am:
13217         * gst/sine/gstsinesrc.c:
13218         * gst/sine/gstsinesrc.h:
13219         * gst/sine/sinesrc.vcproj:
13220           and remove sinesrc from the repository.  Closes #321446
13221
13222 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13223
13224         * configure.ac:
13225         * gst-plugins-base.spec.in:
13226           remove sinesrc from the build
13227
13228 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13229
13230         * check/Makefile.am:
13231         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13232         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13233         (main):
13234           add a test for audiotestsrc, testing all waves.  Even seems
13235           leak-free at first glance, nice job Stefan
13236
13237 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13238
13239         * po/af.po:
13240         * po/az.po:
13241         * po/cs.po:
13242         * po/en_GB.po:
13243         * po/hu.po:
13244         * po/it.po:
13245         * po/nb.po:
13246         * po/nl.po:
13247         * po/or.po:
13248         * po/sq.po:
13249         * po/sr.po:
13250         * po/sv.po:
13251         * po/uk.po:
13252         * po/vi.po:
13253           Translation string updates
13254
13255         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13256         (gst_v4lsrc_set_caps):
13257         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13258         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13259         * sys/v4l/v4lsrc_calls.h:
13260           Improve v4lsrc, by making it work again.
13261
13262 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13263
13264         * ext/libvisual/visual.c: (gst_visual_chain):
13265           Fix the fps calculations.
13266
13267         * gst/ffmpegcolorspace/avcodec.h:
13268           Move structure element for clarity
13269
13270         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13271         * gst-libs/gst/interfaces/tunernorm.h:
13272         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13273         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13274         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13275         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13276         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13277         (gst_v4lmjpegsrc_getcaps):
13278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13279         (gst_v4lsrc_set_caps):
13280         * sys/v4l/gstv4lsrc.h:
13281         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13282         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13283         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13284         * sys/v4l/v4lsrc_calls.h:
13285           Fractional framerates...
13286
13287 2005-11-22  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst-libs/gst/audio/gstbaseaudiosink.c:
13290         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13291         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13292         And we provide a clock by default, of course...
13293
13294 2005-11-22  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13297         This clock can be slaved to a master clock now.
13298
13299         * gst-libs/gst/audio/gstbaseaudiosink.c:
13300         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13301         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13302         (gst_base_audio_sink_set_clock),
13303         (gst_base_audio_sink_set_property),
13304         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13305         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13306         * gst-libs/gst/audio/gstbaseaudiosink.h:
13307         Handle slaving the internal clock to the clock selected in the
13308         pipeline.
13309         Add property to make the basesink not provide a clock.
13310
13311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13312         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13313         (gst_base_rtp_depayload_wait):
13314         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13315         We can use the clock in GstElement, no need to store it ourselves.
13316
13317 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13318
13319         * docs/libs/tmpl/gstaudio.sgml:
13320           update
13321         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13322         (gst_paranoia_endian_get_type):
13323         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13325         * gst/audiotestsrc/gstaudiotestsrc.c:
13326         (gst_audiostestsrc_wave_get_type):
13327         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13328         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13329         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13330         (gst_sync_method_get_type), (gst_unit_type_get_type),
13331         (gst_client_status_get_type), (gst_multifdsink_class_init),
13332         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13333         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13334         (gst_multifdsink_get_property):
13335         * gst/tcp/gstmultifdsink.h:
13336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13337         * gst/videotestsrc/gstvideotestsrc.c:
13338         (gst_videotestsrc_pattern_get_type):
13339           remove deprecated properties
13340           fix up enums to correctly have short lowercase dashed nicks
13341
13342 2005-11-22  Michael Smith <msmith@fluendo.com>
13343
13344         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13345         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13346           Add underscore.
13347
13348 2005-11-22  Michael Smith <msmith@fluendo.com>
13349
13350         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13351         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13352           Use utility method for scaling clocktime for fractional framerates.
13353
13354 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13355
13356         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13357         (gst_visual_chain):
13358         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13359         * ext/theora/theoradec.c: (theora_handle_type_packet):
13360         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13361         (theora_enc_chain):
13362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13363         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13364         * gst-libs/gst/video/video.h:
13365         * gst/ffmpegcolorspace/avcodec.h:
13366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13367         (gst_ffmpeg_caps_to_pixfmt):
13368         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13369         (gst_ffmpegcsp_set_caps):
13370         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13371         (gst_videorate_setcaps), (gst_videorate_blank_data),
13372         (gst_videorate_chain):
13373         * gst/videotestsrc/gstvideotestsrc.c:
13374         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13375         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13376         (gst_videotestsrc_event), (gst_videotestsrc_create):
13377         * gst/videotestsrc/gstvideotestsrc.h:
13378         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13379         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13380         (gst_ximagesink_get_times), (gst_ximagesink_init):
13381         * sys/ximage/ximagesink.h:
13382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13383         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13384         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13385         * sys/xvimage/xvimagesink.h:
13386           Convert elements to use fractions for their framerate.
13387           V4L elements to come later tonight.
13388
13389 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13390
13391         * gst-libs/gst/audio/audio.c:
13392         * gst-libs/gst/audio/audio.h:
13393           remove some deprecated functions
13394
13395 2005-11-22  Andy Wingo  <wingo@pobox.com>
13396
13397         * Update for gst_tag_setter API changes.
13398
13399 2005-11-22  Andy Wingo  <wingo@pobox.com>
13400
13401         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13402         (gst_ogg_demux_perform_seek):
13403         * ext/theora/theoradec.c (theora_dec_sink_event):
13404         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13405         update-funcnames.
13406
13407 2005-11-22  Wim Taymans  <wim@fluendo.com>
13408
13409         * examples/seeking/seek.c: (main):
13410         Give higher priority to bus signals than the gtk events
13411         to fix a race condition in the segment looping.
13412
13413 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * ext/theora/Makefile.am:
13416         * ext/vorbis/Makefile.am:
13417         * gst-libs/gst/tag/Makefile.am:
13418         * gst-plugins-base.spec.in:
13419           Rename libgsttagedit to libgsttag (#322117).
13420
13421 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13422
13423         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13425           Call gst_x_overlay_prepare_xwindow_id() to give applications
13426           a final chance to set their own xwindow id before the video
13427           sink creates its own window.
13428
13429 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13430
13431         * sys/xvimage/xvimagesink.c:
13432         (gst_xvimagesink_navigation_send_event): Handle navigation
13433         events correcly with borders if applicable.
13434
13435 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         Patch by: Luca Ognibene
13438
13439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13440         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13442         (gst_ffmpegcsp_caps_remove_format_info):
13443         * gst/ffmpegcolorspace/imgconvert.c:
13444         * gst/ffmpegcolorspace/imgconvert_template.h:
13445           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13446           #318353); use gst_structure_has_name().
13447
13448 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13449
13450         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13451         (gst_ximagesink_class_init): Add debug macros on functions.
13452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13453         (gst_xvimagesink_xwindow_draw_borders),
13454         (gst_xvimagesink_xvimage_put),
13455         (gst_xvimagesink_xwindow_update_geometry),
13456         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13457         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13458         (gst_xvimagesink_xcontext_clear),
13459         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13460         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13461         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13462         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13463         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13464         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13465         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13466         expose while being PAUSED, out of data flow navigation events, etc..
13467
13468 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13469
13470         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13471         * gst-libs/gst/audio/audio.h:
13472           fix prototype - wondering why the test worked regardless
13473
13474 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * check/Makefile.am:
13477         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13478         * gst-libs/gst/audio/audio.h:
13479           add a method that returns a proper GstClockTime
13480
13481 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13484         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13485         * gst-libs/gst/interfaces/xoverlay.h:
13486           Remove everything having to do with the desired size; add 
13487           gst_x_overlay_prepare_xwindow_id() function; remove the
13488           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13489           post a message on the bus instead (#321816).
13490
13491         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13493         (gst_xvimagesink_xoverlay_init):
13494           Remove desired size stuff (#321816).
13495
13496 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13497
13498         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13499         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13500         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13501           Terminate vararg functions with NULL instead of 0 to 
13502           make gcc4 happy.
13503
13504 2005-11-21  Andy Wingo  <wingo@pobox.com>
13505
13506         patch by: Sebastien Cote <sebas642@yahoo.ca>
13507         
13508         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13509         * gst-libs/gst/rtp/gstrtpbuffer.c
13510         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13511
13512 2005-11-21  Andy Wingo  <wingo@pobox.com>
13513
13514         * gst/playback/gstplaybin.c (gen_audio_element) 
13515         (gen_video_element): Use the new MISSING_PLUGIN core error
13516         category. Closes #320060.
13517
13518         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13519         * gst/videorate/gstvideorate.c (gst_videorate_event):
13520         * ext/theora/theoradec.c (theora_dec_sink_event): 
13521         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13522         stream lock.
13523
13524         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13525         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13526         stream lock changes.
13527
13528 2005-11-21  Wim Taymans  <wim@fluendo.com>
13529
13530         * gst-libs/gst/audio/gstbaseaudiosink.c:
13531         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13532         (gst_base_audio_sink_provide_clock),
13533         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13534         (gst_base_audio_sink_change_state):
13535         * gst/audioresample/gstaudioresample.c:
13536         Segment update fix.
13537
13538 2005-11-21  Andy Wingo  <wingo@pobox.com>
13539
13540         * *.h:
13541         * *.c: Ran scripts/update-macros. Oh yes.
13542
13543 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * sys/ximage/Makefile.am:
13546         * sys/ximage/ximage.c:
13547           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13548           remove your old libgstximage.* manually if necessary).
13549
13550 2005-11-21  Michael Smith <msmith@fluendo.com>
13551
13552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13553           Minimal fix for bug #320200: set the min/max bitrate in the correct
13554           units. A better fix would be to upgrade to the RATEMANAGE2
13555           interface, rather than using the deprecated interface used here, but
13556           that would require an update in our libvorbis dependency (to 1.1),
13557           which is probably undesirable.
13558
13559 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13560
13561         * ext/libvisual/visual.c: (get_buffer):
13562         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13563         (gst_base_audio_src_fixate):
13564         * gst/audioconvert/gstaudioconvert.c:
13565         (gst_audio_convert_fixate_caps):
13566         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13567         * gst/audiotestsrc/gstaudiotestsrc.c:
13568         (gst_audiotestsrc_src_fixate):
13569         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13570         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13571         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13572         * gst/videotestsrc/gstvideotestsrc.c:
13573         (gst_videotestsrc_src_fixate):
13574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13576           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13577           (#322027)
13578
13579
13580 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13581
13582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13583         (gst_riff_create_iavs_caps):
13584         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13585         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13586         (gst_riff_parse_info):
13587         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13590           Fixes for GST_FOURCC_FORMAT API change.
13591
13592 2005-11-21  Andy Wingo  <wingo@pobox.com>
13593
13594         patch by: Alessandro Dessina <alessandro nnva org>
13595
13596         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13597         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13598         (gst_ogg_parse_chain):
13599         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13600         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13601         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13602         gst_value_list calls on arrays. Fixes #321962.
13603
13604 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13605
13606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13607         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13608         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13609         * gst/adder/gstadder.c: (gst_adder_init),
13610         (gst_adder_request_new_pad), (gst_adder_collected),
13611         (gst_adder_change_state):
13612           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13613           API change.
13614
13615 2005-11-21  Michael Smith <msmith@fluendo.com>
13616
13617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13618         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13619           Properly handle pad_push return values.
13620
13621 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13622
13623         * gst-libs/gst/tag/Makefile.am:
13624         * gst-libs/gst/tag/gstvorbistag.c:
13625         (gst_tag_list_to_vorbiscomment_buffer):
13626           Remove obsolete vorbistag element and debug category.
13627
13628         * gst/playback/gstplaybasebin.c: (check_queue):
13629           Don't divide by 0 when queue-threshold is 0.
13630
13631         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13632           Don't modify an existing pixel-aspect-ratio if we fail to read
13633           a new one.
13634
13635 2005-11-20  Wim Taymans  <wim@fluendo.com>
13636
13637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13638         (gst_vorbisenc_push_packet):
13639         GST_PAD_IS_USABLE is gone, use the return value of
13640         the push or pad_alloc_buffer instead.
13641
13642 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13643
13644         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13645         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13646         (gst_ximagesink_ximage_destroy),
13647         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13648         (gst_ximagesink_xwindow_new),
13649         (gst_ximagesink_xwindow_update_geometry),
13650         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13651         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13652         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13653         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13654         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13655         (gst_ximagesink_navigation_send_event),
13656         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13657         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13658         (gst_ximagesink_finalize), (gst_ximagesink_init),
13659         (gst_ximagesink_class_init):
13660         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13661         This new version brings correct software scaling, non flickering
13662         window while resizing, pixel aspect ratio handling, usage of
13663         hardware buffer pools, out of data flow event thread for 
13664         navigation and handling of expose events even when being PAUSED,
13665         a new property to keep video aspect ratio when resizing, etc...
13666
13667 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13668
13669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13670         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13671         handling of PAR.
13672
13673 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13674
13675         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13676         Unsetting IS_SINK flag from the fakesink, so decodebin
13677         never behaves as a sink.
13678
13679 2005-11-17  Wim Taymans  <wim@fluendo.com>
13680
13681         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13682         (gst_base_audio_src_change_state):
13683         Fix the audiosrc base class again, we did not unflush.
13684
13685 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13686
13687         * examples/seeking/seek.c: (make_dv_pipeline),
13688         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13689         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13690         to ogg/vorbis/theora pipeline.
13691
13692 2005-11-17  Wim Taymans  <wim@fluendo.com>
13693
13694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13695         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13696         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13697         Fix EOS on multiple streams.
13698         More debugging.
13699
13700 2005-11-16  Wim Taymans  <wim@fluendo.com>
13701
13702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13703         (gst_ogg_demux_perform_seek):
13704         Segment done must include stream time.
13705
13706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13707         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13708         (gst_ogg_mux_change_state):
13709         Fix ogg muxer again.
13710
13711 2005-11-16  Wim Taymans  <wim@fluendo.com>
13712
13713         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13714         Fix compile again.
13715
13716 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13717
13718         * ext/libvisual/visual.c: (gst_visual_init):
13719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13720         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13721         (gst_ogg_parse_chain):
13722         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13723         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13724         * ext/theora/theoradec.c: (gst_theora_dec_init):
13725         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13727         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13728         * gst/adder/gstadder.c: (gst_adder_class_init),
13729         (gst_adder_dispose):
13730         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13731         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13732         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13733           Fix a whole set of pad template leaks
13734
13735 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13736
13737         * check/generic/states.c: (GST_START_TEST):
13738           fix the test so that it only checks for elements that are part of
13739           this source module
13740
13741 2005-11-16  Michael Smith <msmith@fluendo.com>
13742
13743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13744         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13745         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13746         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13747         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13748         (gst_ogg_mux_change_state):
13749           Fix leaking collectpads.
13750
13751 2005-11-16  Edward Hervey  <edward@fluendo.com>
13752
13753         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13754         (gst_videorate_event), (gst_videorate_chain):
13755         Handle segment seeks
13756
13757 2005-11-16  Wim Taymans  <wim@fluendo.com>
13758
13759         * gst-libs/gst/audio/gstbaseaudiosink.c:
13760         (gst_base_audio_sink_provide_clock),
13761         (gst_base_audio_sink_change_state):
13762         Set ringbuffer to non-flushing when going to PAUSED, set to
13763         flushing again when going to READY.
13764
13765         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13766         (gst_ring_buffer_stop):
13767         Start in flushing mode by default.
13768         Don't set flushing in the _stop method, let the app call
13769         this explicitly.
13770
13771 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13772
13773         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13774         * gst-libs/gst/video/videosink.h: Add helper function needed
13775         for video sinks.
13776
13777 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * gst/videoscale/gstvideoscale.c:
13780         (gst_videoscale_handle_src_event):
13781           Don't leak reference to pad parent.
13782
13783 2005-11-16  Wim Taymans  <wim@fluendo.com>
13784
13785         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13786         Set ringbuffer to flushing when stopping so that we don't
13787         block on wait_segment anymore and livelock.
13788
13789 2005-11-16  Wim Taymans  <wim@fluendo.com>
13790
13791         * examples/seeking/seek.c: (send_event), (do_seek),
13792         (loop_toggle_cb), (segment_done), (main):
13793         Added looping checkbox.
13794
13795 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13796
13797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13798         (gst_ogg_demux_init):
13799         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13800         (gst_vorbis_dec_init):
13801           revert unrefs, they don't pass make check
13802
13803 2005-11-15  Johan Dahlin  <johan@gnome.org>
13804
13805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13806         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13807         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13808         (gst_vorbis_dec_init):
13809         Fix pad template leaks. 
13810
13811 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13812
13813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13814           Make state change function thread safe.
13815
13816 2005-11-15  Edward Hervey  <edward@fluendo.com>
13817
13818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13819         (gst_ogg_demux_class_init):
13820         Implement GstElement::send_event, so we can send seek events
13821         in GST_STATE_READY
13822
13823 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13824
13825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13826         Discovered how to take away flickering while resizing the
13827         window. Please don't put that in ximagesink, refactoring in
13828         progress.
13829
13830 2005-11-14  Michael Smith <msmith@fluendo.com>
13831
13832         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13833         (gst_multifdsink_render):
13834           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13835
13836 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13837
13838         * gst/playback/gstplaybin.c: (gen_audio_element):
13839           Use autoaudiosink, it tends to be more widely available than
13840           autoaudiiosink.
13841           
13842 2005-11-14  Andy Wingo  <wingo@pobox.com>
13843
13844         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13845         as well if it is available. Fixes #316442.
13846
13847 2005-11-14  Michael Smith <msmith@fluendo.com>
13848
13849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13850         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13851         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13852         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13853         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13854         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13856         (gst_vorbisenc_change_state):
13857           Fix a small memory leak in vorbisenc.
13858           Fix large memory leaks in oggmux, also fix lots of state change
13859           bugs in oggmux.
13860
13861 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * gst/videotestsrc/gstvideotestsrc.c:
13864         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13865         (gst_videotestsrc_src_fixate):
13866           move fixation to a fixate function
13867           remove negotiate function, basesrc's is good enough
13868           fixes a bug for check when using the element alone
13869
13870 2005-11-13  Edward Hervey  <edward@fluendo.com>
13871
13872         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13873         (key_toggle_cb), (main):
13874         Added checkboxes for adding/removing the accurate and key_unit seek
13875         flags.
13876
13877 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13878
13879         * configure.ac: back to HEAD
13880
13881 === release 0.9.5 ===
13882
13883 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13884
13885         * configure.ac:
13886           releasing 0.9.5, "No No Kia"
13887
13888 2005-11-11  Edward Hervey  <edward@fluendo.com>
13889
13890         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13891         Added parse-launch syntax seeking mode for the seeking example.
13892         This should help stress-test even more cases.
13893         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13894
13895 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * sys/xvimage/xvimagesink.c:
13898         (gst_xvimagesink_navigation_send_event):
13899           Check whether peer pad exists before sending navigation events
13900           to it.
13901
13902 2005-11-11  Michael Smith <msmith@fluendo.com>
13903
13904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13905         (gst_vorbisenc_buffer_from_packet):
13906         * ext/vorbis/vorbisenc.h:
13907           Set duration on encoded buffers. This allows oggmux's
13908           max_page_delay parameter to actually work.
13909
13910 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13911
13912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13913         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13914         (gst_ffmpegcsp_avpicture_fill):
13915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13916         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13917           Make palettes work again (see #132341). Use our own macros
13918           for rounding up.
13919
13920 2005-11-10  Andy Wingo  <wingo@pobox.com>
13921
13922         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13923         string doober.
13924
13925 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13926
13927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13928         (gst_ffmpegcsp_transform_caps):
13929           Prefer passthrough in transform_caps
13930
13931 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13932
13933         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13934           check for ALSA errors properly, instead of relying on ALSA's
13935           error strings to serve to the user.
13936
13937 2005-11-10  Wim Taymans  <wim@fluendo.com>
13938
13939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13940         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13941         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13942         Modernise the seek code.
13943
13944 2005-11-10  Michael Smith <msmith@fluendo.com>
13945         
13946         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13947         (setup_substreams), (set_active_source):
13948           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13949           trying to go to NULL if we failed to read a file.
13950
13951 2005-11-10  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst/audiotestsrc/gstaudiotestsrc.c:
13954         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13955         (gst_audiotestsrc_create):
13956         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13957         (gst_sinesrc_get_times), (gst_sinesrc_create):
13958         * gst/videotestsrc/gstvideotestsrc.c:
13959         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13960         (gst_videotestsrc_create):
13961         The base class can now sync for us.
13962
13963 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13964
13965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13966           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13967           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13968           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13969           format=(fourcc)I420" ! xvimagesink
13970
13971 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13972
13973         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13974         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13975         (gst_sinesrc_newsegment):
13976           Send newsegment event in TIME format, set duration if
13977           num-buffers is set, fix duration querying.
13978
13979 2005-11-10  Michael Smith <msmith@fluendo.com>
13980
13981         * ext/ogg/gstoggmux.c: (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_collected):
13985          Fix EOS handling, partially. Now forwarding an EOS event once we have
13986          EOS on all pads works correctly. However, we still don't properly set
13987          EOS on the actual ogg stream pages.
13988
13989 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13992           Set elements to NULL state before disposing of them.
13993
13994 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13995
13996         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13999         (gst_base_rtp_depayload_init),
14000         (gst_base_rtp_depayload_set_gst_timestamp):
14001         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14002           We need to send a newsegment event for each instance, not
14003           just for the first instance of this class (get rid of
14004           static variable in function). (#321011).
14005           
14006 2005-11-08  Michael Smith <msmith@fluendo.com>
14007
14008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14009         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14010         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14011         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14012           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14013           This makes us mux things correctly according to the ogg muxing
14014           rules. Still not handling EOS correctly right now, though.
14015
14016 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14017
14018         * gst/audioconvert/gstaudioconvert.c:
14019           Fix typo in docs. 
14020
14021 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14022
14023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14024         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14025           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14026           creating a new chain; should fix live streaming. Also
14027           add more debug output and fix a typo.
14028
14029 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14030
14031         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * gst/volume/gstvolume.c: (volume_set_caps):
14034           Fix compilation on Solaris with Forte. (#320923)
14035
14036 2005-11-08  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst-libs/gst/audio/gstbaseaudiosink.c:
14039         (gst_base_audio_sink_render):
14040         No need to do a typecheck.
14041
14042 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * ext/alsa/gstalsa.h:
14045           We register a debug category, so let's use it.
14046
14047 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14048
14049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14050         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14051         Fixed a small problem.
14052
14053 2005-11-04  Wim Taymans  <wim@fluendo.com>
14054
14055         * examples/seeking/Makefile.am:
14056         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14057         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14058         (make_playerbin_pipeline), (format_value), (update_scale),
14059         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14060         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14061         (print_usage), (main):
14062         Added app for playback speed testing.
14063
14064         * examples/seeking/seek.c: (dynamic_link),
14065         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14066         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14067         (message_received), (main):
14068         Updated seek example.
14069
14070 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14071
14072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14073         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14074         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14075         (gst_base_rtp_depayload_set_clock):
14076         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14077         Don't sleep on the bench (system clock) when you have a nice 
14078         comfortable bed (Gstreamer clock) to sleep on.
14079
14080 2005-11-03  Wim Taymans  <wim@fluendo.com>
14081
14082         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14083         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14084         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14085         Handle the case where a pad_block failed.
14086
14087 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14088
14089         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14090
14091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14092         (gst_base_rtp_depayload_add_to_queue),
14093         (gst_base_rtp_depayload_push),
14094         (gst_base_rtp_depayload_set_gst_timestamp),
14095         (gst_base_rtp_depayload_queue_release):
14096           Fixes some bugs in the depayloader's queuing/de-queueing code.
14097
14098 2005-10-31  Michael Smith <msmith@fluendo.com>
14099
14100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14101         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14102         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14103           Patch from Alessandro Decina <alessandro@nnva.org>.
14104           Make oggdemux only find the final time in a chain, not per-pad,
14105           since the per-pad information can be very expensive to locate, and
14106           it isn't used anywhere. This makes reading a file containing
14107           OggSkeleton reasonably fast.
14108           Also, make chain finding work when there are logical bitstreams that
14109           can't be decoded. Fixes #319110.
14110
14111 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14112
14113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14114         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14115         (gst_base_rtp_depayload_chain),
14116         (gst_base_rtp_depayload_add_to_queue),
14117         (gst_base_rtp_depayload_push),
14118         (gst_base_rtp_depayload_set_gst_timestamp),
14119         (gst_base_rtp_depayload_queue_release),
14120         (gst_base_rtp_depayload_start_thread),
14121         (gst_base_rtp_depayload_set_property),
14122         (gst_base_rtp_depayload_get_property):
14123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14124         Some random fixes, to fullfill the desires of thomas.
14125
14126 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14127
14128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14129         (gst_base_rtp_depayload_add_to_queue),
14130         (gst_base_rtp_depayload_push):
14131         Fixed the queueing algorithm.
14132
14133 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14134
14135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14136         (gst_base_rtp_depayload_push):
14137         A small fix
14138
14139 2005-10-31  Wim Taymans  <wim@fluendo.com>
14140
14141         * gst-libs/gst/audio/gstringbuffer.h:
14142         Don't break ABI.
14143
14144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14145         (gst_ffmpeg_caps_to_pixfmt):
14146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14147         (gst_ffmpegcsp_set_caps):
14148         Some more comments.
14149         Handle missing required caps fields better.
14150
14151 2005-10-31  Wim Taymans  <wim@fluendo.com>
14152
14153         * gst-libs/gst/audio/gstbaseaudiosink.c:
14154         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14155         (gst_base_audio_sink_render):
14156         * gst-libs/gst/audio/gstringbuffer.c:
14157         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14158         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14159         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14160         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14161         (gst_ring_buffer_read):
14162         * gst-libs/gst/audio/gstringbuffer.h:
14163         Add flushing mode to the ringbuffer so that it in all cases does
14164         not try to handle more audio. This makes sure it does not try to
14165         block anymore when flushing and fixes a livelock.
14166
14167 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14168
14169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14170         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14171         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14172           Explicitly check for -1 values before doing a conversion
14173           and always map them to -1. (#315545)
14174
14175 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14176
14177         * gst/playback/gstplaybin.c: (gen_video_element):
14178           first try autovideosink, then xvimagesink, then error out
14179         * po/POTFILES.in:
14180           add translatable file
14181         * po/af.po:
14182         * po/az.po:
14183         * po/cs.po:
14184         * po/en_GB.po:
14185         * po/hu.po:
14186         * po/it.po:
14187         * po/nb.po:
14188         * po/nl.po:
14189         * po/or.po:
14190         * po/sq.po:
14191         * po/sr.po:
14192         * po/sv.po:
14193         * po/uk.po:
14194         * po/vi.po:
14195           update translations
14196
14197 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14198
14199         * gst-libs/gst/rtp/gstbasedepayload.c:
14200         * gst-libs/gst/rtp/gstbasedepayload.h:
14201           Minor cleanups
14202
14203 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * gst/playback/.cvsignore:
14206         * gst/playback/decodetest.c:
14207         * gst/playback/test3.c:
14208           Port these two tests as well.
14209
14210 2005-10-27  Wim Taymans  <wim@fluendo.com>
14211
14212         * ext/theora/theoradec.c: (theora_dec_src_query),
14213         (theora_dec_sink_event):
14214         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14215         (theora_enc_change_state):
14216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14217         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14218         Take proper locks when handling events.
14219
14220 2005-10-27  Wim Taymans  <wim@fluendo.com>
14221
14222         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14223         (gst_adder_change_state):
14224         Fix timestamps and fix deadlock when stopping the collectpads.
14225
14226 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14227
14228         * gst-libs/gst/rtp/gstrtpbuffer.h:
14229         Declaring the payload types as strings too so that they can be used
14230         in the padtemplate inialization.
14231
14232 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14233
14234         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14235
14236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14237         (gst_base_rtp_depayload_class_init):
14238         Fixes a small but nasty bug. The derived elements no longer segfaults
14239         on finalization.
14240
14241 2005-10-26  Michael Smith <msmith@fluendo.com>
14242
14243         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14244           When clearing an audioconvert context, set tmpbufsize to zero, so
14245           we'll allocate it again later if required.
14246           This fixes audioconvert re-negotiating formats, which previously
14247           segfaulted with a NULL destination buffer.
14248
14249 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14250
14251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14252         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14253         (gst_base_rtp_depayload_set_gst_timestamp),
14254         (gst_base_rtp_depayload_queue_release):
14255         Fixed a smalll memleak.
14256
14257 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14259         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14260         (gst_base_rtp_depayload_finalize),
14261         (gst_base_rtp_depayload_setcaps),
14262         (gst_base_rtp_depayload_add_to_queue),
14263         (gst_base_rtp_depayload_push),
14264         (gst_base_rtp_depayload_set_gst_timestamp),
14265         (gst_base_rtp_depayload_queue_release),
14266         (gst_base_rtp_depayload_thread),
14267         (gst_base_rtp_depayload_change_state):
14268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14269         Changed the C++ comments to C comments
14270
14271 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14272
14273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14274         * gst/tcp/gsttcpclientsrc.h:
14275         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14276         * gst/tcp/gsttcpserversrc.h:
14277           Remove unused 'curoffset' structure member.
14278
14279 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14280
14281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14282         (gst_base_rtp_depayload_base_init),
14283         (gst_base_rtp_depayload_finalize):
14284         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14285         * gst-libs/gst/rtp/gstbasertppayload.h:
14286           The pad-template on the sinkpad should be set by the derived classes.
14287           Also added some useful macros.
14288
14289 2005-10-24  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14292         Correctly flush decoder samples even if we could not
14293         copy them to an output buffer. Fixes #319618.
14294
14295 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14296
14297         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14299         the caps against our xcontext caps.
14300
14301 2005-10-24  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst-libs/gst/audio/gstbaseaudiosink.c:
14304         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14305         Remove g_print
14306         Use sync property from baseclass to disable sync.
14307
14308 2005-10-24  Wim Taymans  <wim@fluendo.com>
14309
14310         * gst-libs/gst/audio/gstbaseaudiosink.c:
14311         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14312         Buffers with no timestamps get aligned with previous buffers or
14313         on underrun, played ASAP.
14314
14315 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14316
14317         * gst-libs/gst/video/video.h:
14318         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14321         here comes my change on caps for framerate and geometry range.
14322         We are now accepting 1 to MAXINT for width and height, and from
14323         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14324         to be blended correctly in videomixer.
14325
14326 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14327
14328         * configure.ac:
14329           back to HEAD
14330
14331 === release 0.9.4 ===
14332
14333 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         * NEWS:
14336         * RELEASE:
14337         * configure.ac:
14338           releasing 0.9.4, "Velociraptor"
14339
14340 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14341
14342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14343         * po/POTFILES.in:
14344           STOPPED -> FAILED
14345
14346 2005-10-21  Wim Taymans  <wim@fluendo.com>
14347
14348         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14349         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14350         (pad_blocked), (close_pad_link), (new_pad):
14351         Don't try to remove elements twice.
14352
14353 2005-10-21  Wim Taymans  <wim@fluendo.com>
14354
14355         * ext/theora/theoradec.c: (theora_dec_src_query),
14356         (theora_dec_sink_event):
14357         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14358         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14359         (vorbis_handle_data_packet):
14360         * ext/vorbis/vorbisdec.h:
14361         Fix old naming.
14362
14363         * gst-libs/gst/audio/gstbaseaudiosink.c:
14364         (gst_base_audio_sink_render):
14365         Don't try to sync on buffers without a timestamp.
14366
14367 2005-10-21  Wim Taymans  <wim@fluendo.com>
14368
14369         * ext/theora/theoradec.c: (theora_dec_src_query),
14370         (theora_dec_sink_event):
14371         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14372         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14373         (vorbis_handle_data_packet):
14374         * ext/vorbis/vorbisdec.h:
14375         Fix old naming.
14376
14377 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14380         (gst_vorbisenc_src_query):
14381           Implement position and duration queries.
14382
14383         * gst/playback/test3.c: (update_scale), (main):
14384           Fix for async state changes and print nicer output.
14385
14386 2005-10-20  Wim Taymans  <wim@fluendo.com>
14387
14388         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14389         (dump_element_stats), (main):
14390         * gst/playback/test6.c: (main):
14391         Fix tests again
14392
14393 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14394
14395         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14396         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14397           Don't use functions for position queries when handling
14398           duration queries.
14399
14400 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14401
14402         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14403         (vorbis_handle_data_packet), (vorbis_dec_chain),
14404         (vorbis_dec_change_state):
14405         * ext/vorbis/vorbisdec.h:
14406           Vorbis streams can be embedded in other container formats
14407           than ogg, container formats where the demuxer might set 
14408           timestamps on encoded vorbis buffers instead of those silly 
14409           granulepos thingies. In short: make vorbisdec handle 
14410           timestamps on incoming buffers as well.
14411
14412 2005-10-20  Wim Taymans  <wim@fluendo.com>
14413
14414         * gst/playback/gstplaybasebin.c: (group_destroy),
14415         (gst_play_base_bin_change_state):
14416         Fix leak.
14417         Handle case where playbasebin is now ASYNC because
14418         decodebin is.
14419
14420 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * gst/audioconvert/Makefile.am:
14423         * gst/audioconvert/bufferframesconvert.c:
14424         * gst/audioconvert/plugin.c: (plugin_init):
14425         * gst/audioconvert/plugin.h:
14426           And bye bye buffer-frames-convert
14427
14428 2005-10-19  Wim Taymans  <wim@fluendo.com>
14429
14430         * check/elements/audioconvert.c:
14431         * docs/libs/tmpl/gstaudio.sgml:
14432         * docs/libs/tmpl/gstcolorbalance.sgml:
14433         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14434         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14435         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14436         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14437         * gst-libs/gst/audio/audio.h:
14438         * gst/audioconvert/audioconvert.h:
14439         * gst/audioconvert/gstaudioconvert.c:
14440         (gst_audio_convert_parse_caps):
14441         * gst/volume/gstvolume.c:
14442         Bye bye buffer-frames.
14443
14444 2005-10-19  Wim Taymans  <wim@fluendo.com>
14445
14446         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14447         (query_positions_elems), (query_positions_pads), (update_scale),
14448         (do_seek), (set_update_scale), (message_received), (main):
14449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14450         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14451         (gst_ogg_demux_loop):
14452         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14453         * ext/theora/theoradec.c: (theora_dec_src_query),
14454         (theora_dec_sink_event):
14455         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14456         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14457         * gst/adder/gstadder.c: (gst_adder_query):
14458         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14459         * gst/playback/test3.c: (update_scale):
14460         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14461         (dump_element_stats), (main):
14462         * gst/playback/test6.c: (main):
14463         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14464         Query API update.
14465
14466 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14467
14468         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14469         (xml_check_first_element), (xml_type_find), (smil_type_find),
14470         (plugin_init):
14471           Add typefinding for SMIL and for generic XML. Based on patch by
14472           Akos Maroy (#308663).
14473
14474 2005-10-18  Wim Taymans  <wim@fluendo.com>
14475
14476         * gst/playback/Makefile.am:
14477         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14478         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14479         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14480         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14481         (gst_decode_bin_change_state):
14482         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14483         (gst_play_bin_send_event_to_sink):
14484         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14485         (dump_element_stats), (main):
14486         * gst/playback/test6.c: (main):
14487         Make playbin async, it'll commit state to paused when all streams
14488         are detected.
14489         Remove ugly hack.
14490         Added test6.c to show async behaviour.
14491
14492 2005-10-18  Wim Taymans  <wim@fluendo.com>
14493
14494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14495         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14496         Fix for segment-start/stop API change.
14497
14498 2005-10-18  Wim Taymans  <wim@fluendo.com>
14499
14500         * check/Makefile.am:
14501         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14502         (main):
14503         Add future test for clock selection.
14504
14505 2005-10-18  Wim Taymans  <wim@fluendo.com>
14506
14507         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14508         (gst_alsasink_close):
14509         Set handle to NULL.
14510
14511         * gst-libs/gst/audio/gstringbuffer.c:
14512         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14513         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14514         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14515         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14516         (gst_ring_buffer_read):
14517         More debug info.
14518
14519 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14520
14521         * gst/audiotestsrc/Makefile.am:
14522         * gst/sine/Makefile.am:
14523         * gst/volume/Makefile.am:
14524           fix broken build of controllerized plugins
14525
14526 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14527
14528         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14531         (gst_riff_create_video_template_caps):
14532           Add support for Indeo-3 (IV32).
14533
14534 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14535
14536         * configure.ac:
14537           rewrite
14538
14539 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14540
14541         * gst-libs/gst/video/video.c: (gst_video_get_size):
14542         * gst/audiotestsrc/gstaudiotestsrc.c:
14543           doc updates
14544
14545 2005-10-17  Andy Wingo  <wingo@pobox.com>
14546
14547         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14548         with the collectpads change.
14549         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14550
14551         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14552
14553         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14554
14555         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14556         alloc_buffer flow return to callers.
14557         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14558         change. Fix some memleaks in theoraenc.
14559
14560         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14561         in strange circumstance.
14562
14563 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14564
14565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14566         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14567         from caps, let's use the caps...
14568
14569 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * configure.ac:
14572           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14573
14574 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * gst-libs/gst/interfaces/Makefile.am:
14577           fix silly typo
14578
14579 2005-10-16  Andy Wingo  <wingo@pobox.com>
14580
14581         * gst/playback/gstdecodebin.c
14582         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14583         function!
14584         (try_to_link_1): Increase kraziness level.
14585
14586 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * configure.ac:
14589           restructure like the core one
14590         * gst-libs/gst/audio/Makefile.am:
14591         * gst-libs/gst/interfaces/Makefile.am:
14592         * gst-libs/gst/net/Makefile.am:
14593         * gst-libs/gst/riff/Makefile.am:
14594         * gst-libs/gst/rtp/Makefile.am:
14595         * gst-libs/gst/tag/Makefile.am:
14596         * gst-libs/gst/video/Makefile.am:
14597           use correct linker flags, now the libs are properly versioned
14598         * check/elements/audioconvert.c: (verify_convert):
14599         * ext/alsa/gstalsaplugin.c:
14600         * ext/cdparanoia/gstcdparanoia.c:
14601         * ext/gnomevfs/gstgnomevfs.c:
14602         * ext/libvisual/visual.c:
14603         * ext/ogg/gstogg.c:
14604         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14605         * ext/theora/theora.c:
14606         * ext/vorbis/vorbis.c:
14607         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14608         * gst-libs/gst/tag/gsttagediting.c:
14609         * gst-libs/gst/video/video.c:
14610         * gst/adder/gstadder.c:
14611         * gst/audioconvert/plugin.c:
14612         * gst/audiorate/gstaudiorate.c:
14613         * gst/audioresample/gstaudioresample.c:
14614         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14615         * gst/audioscale/gstaudioscale.c:
14616         * gst/audioscale/resample.c:
14617         * gst/audiotestsrc/gstaudiotestsrc.c:
14618         * gst/ffmpegcolorspace/gstffmpeg.c:
14619         * gst/playback/gstdecodebin.c: (close_pad_link):
14620         * gst/playback/gstplaybin.c: (gen_video_element),
14621         (gen_audio_element):
14622         * gst/sine/gstsinesrc.c:
14623         * gst/subparse/gstsubparse.c:
14624         * gst/tags/gsttagediting.c:
14625         * gst/tcp/gsttcpplugin.c:
14626         * gst/typefind/gsttypefindfunctions.c:
14627         * gst/videorate/gstvideorate.c:
14628         * gst/videoscale/gstvideoscale.c:
14629         * gst/videotestsrc/gstvideotestsrc.c:
14630         * gst/volume/gstvolume.c:
14631         * sys/v4l/gstv4l.c:
14632         * sys/ximage/ximage.c:
14633         * sys/xvimage/xvimagesink.c:
14634           fix up defines
14635
14636 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14637
14638         * ext/vorbis/vorbisenc.c:
14639         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14640         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14641         (gst_tag_to_vorbis_comments):
14642           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14643
14644 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14645
14646         * examples/stats/mp2ogg.c:
14647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14648           typo fixes
14649
14650 2005-10-13  Michael Smith <msmith@fluendo.com>
14651
14652         * ext/ogg/gstoggmux.c:
14653           Use magic glib macros to define constants as 64 bit, to ensure
14654           appropriate vararg passing.
14655
14656 2005-10-13  Michael Smith <msmith@fluendo.com>
14657
14658         * ext/ogg/gstoggmux.c:
14659         * gst/audioconvert/audioconvert.c: (float):
14660           Don't use LL suffix, as it's not portable, and neither of these
14661           uses required it anyway.
14662
14663 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14664
14665         * examples/indexing/indexmpeg.c: (main):
14666         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14667         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14668         (cdparanoia_convert), (cdparanoia_query):
14669         * ext/cdparanoia/gstcdparanoia.h:
14670         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14671         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14672         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14674         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14675         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14677         (gst_multifdsink_render), (gst_multifdsink_start),
14678         (gst_multifdsink_stop):
14679         * gst/tcp/gstmultifdsink.h:
14680         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14681         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14682         (gst_tcpclientsink_stop):
14683         * gst/tcp/gsttcpclientsink.h:
14684         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14685         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14686         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14687         * gst/tcp/gsttcpclientsrc.h:
14688         * gst/tcp/gsttcpserversink.h:
14689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14690         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14691         (gst_tcpserversrc_stop):
14692         * gst/tcp/gsttcpserversrc.h:
14693         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14694         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14695         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14696           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14697           moved bitshift from macro to enum definition
14698
14699 2005-10-12  Wim Taymans  <wim@fluendo.com>
14700
14701         * examples/seeking/Makefile.am:
14702         Oops.
14703
14704 2005-10-12  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14707         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14708         Don't assert on normal stuff.
14709
14710         * gst/playback/gstplaybin.c: (do_playbin_seek):
14711         API fix.
14712
14713 2005-10-12  Wim Taymans  <wim@fluendo.com>
14714
14715         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14716         * examples/seeking/Makefile.am:
14717         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14718         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14719         (do_seek), (set_update_scale), (message_received), (main):
14720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14721         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14722         Update for _get_state() API change.
14723
14724 2005-10-11  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst-libs/gst/audio/gstbaseaudiosink.c:
14727         (gst_base_audio_sink_render):
14728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14729         (gst_base_audio_src_create):
14730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14731         (gst_ring_buffer_read):
14732         Cleanups.
14733         Commit and read from ringbuffer in samples rather than bytes.
14734
14735 2005-10-11  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst-libs/gst/audio/gstbaseaudiosink.c:
14738         (gst_base_audio_sink_render):
14739         Respect segment rate and accum when scheduling samples.
14740
14741 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14742
14743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14744         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14745         EOS correctly, that needs more work.
14746
14747 2005-10-11  Wim Taymans  <wim@fluendo.com>
14748
14749         * check/generic/states.c: (GST_START_TEST):
14750         remove old property.
14751
14752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14753         (gst_ogg_demux_perform_seek):
14754         * ext/theora/theoradec.c: (theora_dec_sink_event):
14755         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14756         (vorbis_handle_data_packet):
14757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14758         (gst_base_rtp_depayload_set_gst_timestamp):
14759         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14760         Update for newsegment API change.
14761
14762 2005-10-11  Michael Smith <msmith@fluendo.com>
14763
14764         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14765         (do_playbin_seek), (gst_play_bin_send_event):
14766           Override send_event differently, so that we can takes bits of
14767           functionality from GstPipeline (special handling for seeks,
14768           including pausing/resuming, and resetting stream time) and still get
14769           the appropriate behaviour of only forwarding event to a single sink,
14770           rather than all of them.
14771           Unfortunately requires a lot of code duplication, but the
14772           alternatives are equally ugly in the end.
14773
14774 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14775
14776         * check/elements/audioconvert.c: (setup_audioconvert),
14777         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14778         (GST_START_TEST), (audioconvert_suite):
14779           clean up tests a little, fix some leaks.
14780
14781 2005-10-10  Wim Taymans  <wim@fluendo.com>
14782
14783         * ext/alsa/gstalsasink.c:
14784         Also allow unsigned int.
14785
14786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14787         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14788         Small cleanup
14789
14790 2005-10-10  Wim Taymans  <wim@fluendo.com>
14791
14792         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14793         Small update, use API as stated in design docs.
14794
14795         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14796         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14797         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14798         (message_received), (main):
14799         Updated seek example for GOption. Some usability improvements.
14800
14801 2005-10-10  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/audioconvert/audioconvert.h:
14804         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14805         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14806         Alloc temp storage somewhere else where we can do it more
14807         portable.
14808
14809 2005-10-10  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14812         (gst_tcpserversrc_start):
14813         Don't block in accept while doing the state change, move
14814         to poll and make cancellable.
14815
14816 2005-10-09  Philippe Khalaf <burger@speedy.org>
14817
14818         * gst-libs/gst/rtp/rtpbasedepayload.c:
14819         Set timestamp and add queue delay to timestamp
14820         * gst-libs/gst/rtp/rtpbuffer.h:
14821         Set correct payload type for h263
14822
14823 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14824
14825         * gst/audiotestsrc/gstaudiotestsrc.c:
14826         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14827         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14828         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14829         (gst_audiotestsrc_create_triangle),
14830         (gst_audiotestsrc_create_silence),
14831         (gst_audiotestsrc_create_white_noise),
14832         (gst_audiotestsrc_init_pink_noise),
14833         (gst_audiotestsrc_generate_pink_noise_value),
14834         (gst_audiotestsrc_create_pink_noise),
14835         (gst_audiotestsrc_change_wave):
14836         * gst/audiotestsrc/gstaudiotestsrc.h:
14837           fixed typo, added pink noise
14838
14839 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14842         (plugin_init):
14843           Add wavpack and spc typefind functions from 0.8 branch.
14844
14845 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14848         (ar_type_find), (msdos_type_find), (plugin_init):
14849           Add typefind functions for tar archives, ar archives,
14850           RAR archives, and msdos-executables (dlls, exe, etc.).
14851           Some of those would be wrongly identified as mpeg
14852           streams of some sort before (#315550).
14853
14854 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14855
14856         * configure.ac:
14857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14859         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14860         * gst/audiotestsrc/Makefile.am:
14861         * gst/audiotestsrc/gstaudiotestsrc.c:
14862         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14863         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14864         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14865         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14866         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14867         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14868         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14869         (gst_audiotestsrc_create_silence),
14870         (gst_audiotestsrc_create_white_noise),
14871         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14872         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14873         (gst_audiotestsrc_start), (plugin_init):
14874         * gst/audiotestsrc/gstaudiotestsrc.h:
14875           add new plugin and element
14876         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14877           use gobject_class
14878
14879 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14882         (gst_adder_init), (gst_adder_request_new_pad),
14883         (gst_adder_change_state):
14884           Add query function to source pad, so adder reports the correct
14885           time/sample position when queried (#315457); fix state change
14886           function; use GST_DEBUG_FUNCPTR() for pad functions.
14887
14888 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14891           Fix leaks in typefind registration
14892           Clean up the gratuitous commenting and whitespacing a little
14893
14894 2005-10-08  Wim Taymans  <wim@fluendo.com>
14895
14896         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14897         Only actually wait for the thread to be stopped if it's 
14898         running.
14899
14900 2005-10-08  Wim Taymans  <wim@fluendo.com>
14901
14902         * gst-libs/gst/audio/gstbaseaudiosink.c:
14903         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14904         If we receive EOS we can start playback of what we had.
14905
14906 2005-10-08  Wim Taymans  <wim@fluendo.com>
14907
14908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14909         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14910         (gst_multifdsink_stop):
14911         Fix crasher when going to NULL multiple times.
14912
14913 2005-10-06  Wim Taymans  <wim@fluendo.com>
14914
14915         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14916         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14917         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14919         patch from Edgard Lima <edgard.lima@indt.org.br>
14920         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14921
14922 2005-10-06  Wim Taymans  <wim@fluendo.com>
14923
14924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14925         Report the FLOW_RETURN as string in the error message.
14926
14927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14928         Don't assert when clearing an unnegotiated buffer.
14929
14930 2005-10-04  Michael Smith <msmith@fluendo.com>
14931
14932         * gst/playback/gstplaybasebin.c: (group_destroy),
14933         (gen_preroll_element), (remove_groups), (setup_source):
14934         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14935         (setup_sinks), (gst_play_bin_send_event),
14936         (gst_play_bin_change_state):
14937           Set state to NULL before removing from bin. Fix refcounting.
14938
14939 2005-10-04  Michael Smith <msmith@fluendo.com>
14940
14941         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14942           Correct refcounting in send_event() function. Previously was wrong
14943           if the first sink was unable to handle the event.
14944
14945 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * configure.ac:
14948           back to development
14949
14950 === release 0.9.3 ===
14951
14952 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14953
14954         * configure.ac:
14955           Releasing 0.9.3, "De Facto"
14956
14957 2005-10-03  Andy Wingo  <wingo@pobox.com>
14958
14959         * gst/playback/gstdecodebin.c (try_to_link_1)
14960         (remove_element_chain): set element to NULL before removing it.
14961
14962 2005-10-02  Johan Dahlin  <johan@gnome.org>
14963
14964         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14965         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14966         MT safe.
14967
14968 2005-10-02  Andy Wingo  <wingo@pobox.com>
14969
14970         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14971         (gst_ring_buffer_prepare_read): 
14972         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14973         Demote to LOG.
14974
14975 2005-09-29  Wim Taymans  <wim@fluendo.com>
14976
14977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14978         * ext/theora/theoradec.c: (theora_handle_data_packet):
14979         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14980         Propagate error codes from alloc_buffer too.
14981
14982 2005-09-29  Wim Taymans  <wim@fluendo.com>
14983
14984         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14985         We use fixed caps.
14986
14987         * gst/playback/Makefile.am:
14988         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14989         (dump_element_stats), (main):
14990         Added example stream introspection code.
14991
14992 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14993
14994         * gst/adder/gstadder.c: (gst_adder_collected):
14995           fix adder for float elements
14996
14997 2005-09-28  Wim Taymans  <wim@fluendo.com>
14998
14999         * gst-libs/gst/audio/gstbaseaudiosink.c:
15000         (gst_base_audio_sink_class_init),
15001         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15003         (gst_base_audio_src_class_init),
15004         (gst_base_audio_src_provide_clock):
15005         get_clock -> provide_clock
15006
15007 2005-09-28  Andy Wingo  <wingo@pobox.com>
15008
15009         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15010         and unlocking.
15011
15012         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15013         unlocking.
15014
15015         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15016         Actually add the pad template.
15017         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15018
15019         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15020         I'm at it...
15021
15022         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15023         from fdsrc. Get caps in create() instead of start() so it can be
15024         interrupted. Interruption somewhat untested.
15025
15026         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15027         Proper EOS handling.
15028
15029 2005-09-27  Andy Wingo  <wingo@pobox.com>
15030
15031         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15032
15033         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15034
15035         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15036
15037         * gst/tcp/gsttcp.h: 
15038         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15039         out of tcpclientsrc.c. Cancellable.
15040         (gst_tcp_socket_read): Made private, cancellable, with better
15041         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15042         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15043         whole buffer, and better diagnostics.
15044         (gst_tcp_gdp_read_caps): Same.
15045
15046         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15047
15048 2005-09-26  Andy Wingo  <wingo@pobox.com>
15049
15050         * gst/sine/gstsinesrc.h:
15051         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15052         change the 'sync' property to 'is-live' and implement it halfway,
15053         update for controller api change.
15054
15055         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15056         controller api change.
15057
15058 2005-09-24  Wim Taymans  <wim@fluendo.com>
15059
15060         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15061         * gst-libs/gst/audio/gstaudiosink.c:
15062         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15063         (gst_audioringbuffer_stop):
15064         * gst-libs/gst/audio/gstbaseaudiosink.c:
15065         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15066         (gst_base_audio_sink_change_state):
15067         * gst-libs/gst/audio/gstbaseaudiosink.h:
15068         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15069         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15070         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15071         * gst-libs/gst/audio/gstringbuffer.h:
15072         Fix sync again. Moved sample alignment to basesink.
15073
15074 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15075
15076         * docs/plugins/Makefile.am:
15077         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15078         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15079         * gst/volume/gstvolume.c:
15080           add/fix docs
15081         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15082         * gst-libs/gst/audio/audio.h:
15083           add conversion macros for frames <-> clocktime
15084
15085 2005-09-23  David Schleef  <ds@schleef.org>
15086
15087         * gst/audioresample/Makefile.am:
15088         * gst/audioresample/debug.h:
15089         * gst/audioresample/gstaudioresample.c:
15090         * gst/audioresample/resample.c: Convert to using gst debugging
15091
15092 2005-09-22  Wim Taymans  <wim@fluendo.com>
15093
15094         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15095         (gst_play_bin_send_event):
15096         Only seek on one sink, the first one that succeeds.
15097
15098 2005-09-22  Michael Smith <msmith@fluendo.com>
15099
15100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15101         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15102         Don't flush encoder state unless we have an initialised encoder.
15103         Clear out encoder state on PAUSED_TO_READY.
15104
15105 2005-09-22  Wim Taymans  <wim@fluendo.com>
15106
15107         * gst-libs/gst/rtp/gstbasertppayload.c:
15108         (gst_basertppayload_class_init), (gst_basertppayload_init),
15109         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15110         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15111         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15112         (gst_basertppayload_set_property),
15113         (gst_basertppayload_get_property),
15114         (gst_basertppayload_change_state):
15115         * gst-libs/gst/rtp/gstbasertppayload.h:
15116         Added max-ptime to control amount of data in the rtp packets.
15117
15118 2005-09-21  Andy Wingo  <wingo@pobox.com>
15119
15120         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15121         thingies.
15122
15123         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15124         can be called multiple times, dogs.
15125
15126 2005-09-21  Wim Taymans  <wim@fluendo.com>
15127
15128         * gst-libs/gst/rtp/gstbasertppayload.c:
15129         (gst_basertppayload_class_init), (gst_basertppayload_init),
15130         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15131         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15132         (gst_basertppayload_push), (gst_basertppayload_get_property),
15133         (gst_basertppayload_change_state):
15134         Allow 0 ssrc too.
15135
15136 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15137
15138         * docs/libs/compiling.sgml:
15139           fixing typos
15140
15141 2005-09-20  Wim Taymans  <wim@fluendo.com>
15142
15143         * gst-libs/gst/rtp/gstbasertppayload.c:
15144         (gst_basertppayload_class_init), (gst_basertppayload_init),
15145         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15146         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15147         (gst_basertppayload_push), (gst_basertppayload_set_property),
15148         (gst_basertppayload_get_property),
15149         (gst_basertppayload_change_state):
15150         * gst-libs/gst/rtp/gstbasertppayload.h:
15151         Added property to configure sequence number offsets.
15152
15153 2005-09-20  Wim Taymans  <wim@fluendo.com>
15154
15155         * gst-libs/gst/rtp/gstbasertppayload.c:
15156         (gst_basertppayload_class_init), (gst_basertppayload_init),
15157         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15158         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15159         (gst_basertppayload_push), (gst_basertppayload_set_property),
15160         (gst_basertppayload_get_property),
15161         (gst_basertppayload_change_state):
15162         * gst-libs/gst/rtp/gstbasertppayload.h:
15163         Make timestamp offset configurable.
15164
15165 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15166
15167         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15168           fix wrong pop/unref
15169
15170 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15171
15172         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * gst-libs/gst/interfaces/propertyprobe.c:
15175         (gst_property_probe_probe_property_name),
15176         (gst_property_probe_needs_probe_name),
15177         (gst_property_probe_get_values_name),
15178         (gst_property_probe_probe_and_get_values_name):
15179           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15180           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15181
15182 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * check/Makefile.am:
15185           have some tests be disabled for valgrinding
15186         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15187         (GST_START_TEST):
15188         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15189           Fix A Leak.  Chain To Parent Finalize.
15190
15191 2005-09-19  Wim Taymans  <wim@fluendo.com>
15192
15193         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15194         Fixed wav pipeline.
15195
15196 2005-09-19  Wim Taymans  <wim@fluendo.com>
15197
15198         * gst-libs/gst/rtp/gstbasertppayload.c:
15199         (gst_basertppayload_class_init), (gst_basertppayload_init),
15200         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15201         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15202         (gst_basertppayload_push), (gst_basertppayload_get_property),
15203         (gst_basertppayload_change_state):
15204         Posting ERROR and WARNING messages is good.
15205
15206 2005-09-19  Wim Taymans  <wim@fluendo.com>
15207
15208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15209         (gst_base_rtp_depayload_add_to_queue),
15210         (gst_base_rtp_depayload_push),
15211         (gst_base_rtp_depayload_set_gst_timestamp),
15212         (gst_base_rtp_depayload_queue_release):
15213         This one was not supposed to go in.
15214
15215 2005-09-19  Wim Taymans  <wim@fluendo.com>
15216
15217         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15218         Fix for bus API.
15219
15220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15221         (gst_base_rtp_depayload_chain),
15222         (gst_base_rtp_depayload_add_to_queue),
15223         (gst_base_rtp_depayload_push),
15224         (gst_base_rtp_depayload_set_gst_timestamp),
15225         (gst_base_rtp_depayload_queue_release):
15226         Some cleanups.
15227
15228         * gst-libs/gst/rtp/gstbasertppayload.c:
15229         (gst_basertppayload_class_init), (gst_basertppayload_init),
15230         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15231         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15232         (gst_basertppayload_get_property),
15233         (gst_basertppayload_change_state):
15234         Added debugging category.
15235
15236 2005-09-18  David Schleef  <ds@schleef.org>
15237
15238         * gst/playback/gstdecodebin.c: free plugin list correctly
15239         * gst/playback/gstplaybin.c: emit warning if autovideosink
15240           and autoaudiosink can't be found (instead of segfaulting)
15241
15242 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15243
15244         * check/elements/audioconvert.c: (GST_START_TEST):
15245           try out 24 bit conversion
15246
15247 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15248
15249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15250         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15251         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15252         * ext/vorbis/vorbisenc.h:
15253           Fix EOS handling.  Still needs a fix in the ogg muxer to
15254           mark the last page as eos.
15255
15256 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15257
15258         * common/gtk-doc-plugins.mak:
15259         * docs/plugins/Makefile.am:
15260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15261         * gst/ffmpegcolorspace/Makefile.am:
15262         * gst/ffmpegcolorspace/avcodec.h:
15263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15264         * gst/tcp/gstmultifdsink.c:
15265           fix up ffmpegcolorspace docs; extract header
15266
15267 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         * common/gtk-doc-plugins.mak:
15270         * docs/plugins/Makefile.am:
15271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15272         * ext/theora/Makefile.am:
15273         * ext/theora/gsttheoraenc.h:
15274         * ext/theora/theoraenc.c:
15275         * ext/vorbis/vorbisenc.c:
15276           pick up signals and args for vorbis; add some docs for vorbis
15277
15278 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15279
15280         * common/gstdoc-scangobj:
15281         * common/gtk-doc-plugins.mak:
15282         * docs/libs/Makefile.am:
15283         * docs/plugins/gst-plugins-base-plugins.args:
15284         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15285         * docs/plugins/gst-plugins-base-plugins.interfaces:
15286         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15287         * docs/plugins/gst-plugins-base-plugins.signals:
15288           only scanobj stuff from our source module.  Not sure yet
15289           if that's correct, given the hierarchy stuff :)
15290
15291 2005-09-15  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst/audioconvert/gstaudioconvert.c:
15294         And enable 24 bits mode as well..
15295
15296 2005-09-15  Wim Taymans  <wim@fluendo.com>
15297
15298         * gst-libs/gst/rtp/Makefile.am:
15299         * gst-libs/gst/rtp/gstbasertppayload.c:
15300         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15301         (gst_basertppayload_class_init), (gst_basertppayload_init),
15302         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15303         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15304         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15305         (gst_basertppayload_set_property),
15306         (gst_basertppayload_get_property),
15307         (gst_basertppayload_change_state):
15308         * gst-libs/gst/rtp/gstbasertppayload.h:
15309         Added rtp payloader base class.
15310
15311 2005-09-15  Andy Wingo  <wingo@pobox.com>
15312
15313         * configure.ac (plugindir): Remove the EOL matcher from the
15314         regexp, as it causes me problems. Libtool? Make? Who knows?
15315
15316 2005-09-14  David Schleef  <ds@schleef.org>
15317
15318         * check/generic/states.c: 
15319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15320         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15321           Fixes for changes in registry API.
15322
15323         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15324           to GST_PLUGIN_LDFLAGS.
15325         * ext/libvisual/visual.c: Make the library shut up.
15326         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15327         * gst-libs/gst/audio/gstaudiofilter.c: same
15328
15329 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15330
15331         * docs/plugins/Makefile.am:
15332         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15333         * docs/plugins/inspect/plugin-libvisual.xml:
15334         * docs/plugins/tmpl/element-tcpserversink.sgml:
15335         * ext/theora/theoraenc.c:
15336           add libvisual plugin and theoraenc element to docs
15337
15338 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15339
15340         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15341         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15342         * ext/theora/theoraenc.c:
15343           add theoraenc
15344
15345 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * gst/audioconvert/Makefile.am:
15348           Audioconvert derives from GstBaseTransform and should
15349           link to the library with our base elements to avoid
15350           unresolved symbols. Makes things work with MinGW (#316160)
15351
15352         * gst/playback/test4.c: (main):
15353           Fix MinGW build problem and use g_usleep() instead of 
15354           sleep() (#316162)
15355
15356 2005-09-12  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/audioconvert/audioconvert.c: (float),
15359         (audio_convert_prepare_context), (audio_convert_convert):
15360         * gst/audioconvert/audioconvert.h:
15361         Cleanups, speedups, simplifications, added back support
15362         for 24 bits.
15363
15364 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15368         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15369         * docs/plugins/tmpl/element-tcpserversink.sgml:
15370         * gst/ffmpegcolorspace/gstffmpeg.c:
15371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15372         * gst/videotestsrc/gstvideotestsrc.c:
15373         * gst/volume/gstvolume.c:
15374           add more elements to the docs
15375
15376 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15377
15378         * check/Makefile.am:
15379         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15380         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15381           Add extra tests for basetransform based components. 
15382           Comment out the test_element_negotiation test until we decide
15383           if it's testing correct behaviour.
15384         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15385         (gst_visual_chain), (gst_visual_change_state):
15386           Slightly more correct but still bogus timestamping.
15387           Fix state change function.
15388         * gst/audioconvert/gstaudioconvert.c:
15389         (gst_audio_convert_class_init):
15390         * gst/audioresample/gstaudioresample.c:
15391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15392         (gst_ffmpegcsp_class_init):
15393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15394         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15395         (gst_videoscale_prepare_image):
15396         * gst/volume/gstvolume.c: (gst_volume_class_init),
15397         (volume_transform_ip):
15398           Basetransform updates. Enable passthrough modes.
15399         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15400         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15401         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15402           Negotiation fix that allows the window to return to the original
15403           size and renegotiate passthrough upstream. Extra debug output.
15404
15405 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15406
15407         * gst/sine/gstsinesrc.c:
15408         * gst/volume/gstvolume.c:
15409           fix up header include
15410
15411 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15412
15413         * gst-libs/gst/audio/gstbaseaudiosink.c:
15414         (gst_base_audio_sink_render):
15415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15416         * gst/volume/gstvolume.c: (gst_volume_class_init),
15417         (volume_transform):
15418           fixing lost sync, some more debugging
15419
15420 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15421
15422         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15423         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15424         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15425         (gst_xvimagesink_check_xshm_calls):
15426           Fix compilation when XShm is not available.
15427
15428 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15429
15430         * ext/libvisual/visual.c: (gst_visual_dispose),
15431         (gst_visual_getcaps), (gst_visual_src_setcaps),
15432         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15433         (gst_visual_change_state):
15434           Finish fixing up libvisual plugin so that it runs. 
15435
15436 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15437
15438         * ext/vorbis/vorbisenc.c:
15439         * gst-libs/gst/tag/gstvorbistag.c:
15440           gsttaginterface.h -> gsttagsetter.h
15441
15442 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15443
15444         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15445           added another test that failes for me (test is not active by default)
15446
15447 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15448
15449         * configure.ac:
15450           v4l2 is no longer in gst-plugins-base
15451
15452 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15453
15454         * configure.ac:
15455           In the output at the end, don't show the first plugin on the same
15456           line as "Core plug-ins, always built:".
15457           Indent the output as for other plugin categories
15458         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15459           #define that can be used to not use peer buffer_alloc functions for
15460           test purposes.
15461         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15462         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15463         (gst_ximagesink_show_frame):
15464         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15465         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15466         (gst_xvimagesink_show_frame):
15467           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15468           fails gracefully instead of XError aborting or deadlocking.
15469
15470 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15471
15472         * ext/libvisual/Makefile.am:
15473           link against gst-base-libs
15474
15475 2005-09-06  David Schleef  <ds@schleef.org>
15476
15477         * configure.ac: Enable libvisual plugin.
15478         * ext/libvisual/Makefile.am:
15479         * ext/libvisual/visual.c: Fixes to make it compile.
15480
15481 === release 0.9.2 ===
15482
15483 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * NEWS:
15486         * RELEASE:
15487         * configure.ac:
15488         * docs/random/ChangeLog-0.8:
15489           releasing 0.9.2, "Spoon"
15490
15491 2005-09-05  Michael Smith <msmith@fluendo.com>
15492
15493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15494           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15495           that in the vorbisenc element.
15496
15497 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * common/gtk-doc-plugins.mak:
15500         * docs/plugins/Makefile.am:
15501           fix distcheck
15502         * gst/audioresample/resample.c:
15503           fix wrong docstring
15504
15505 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * common/gst-xmlinspect.py:
15508         * common/gtk-doc-plugins.mak:
15509           only inspect plugins for this given package
15510           require gst-python 0.9
15511
15512 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15513
15514         * Makefile.am:
15515         * autogen.sh:
15516         * common/gst-xmlinspect.py:
15517         * configure.ac:
15518         * docs/Makefile.am:
15519         * docs/plugins/inspect/plugin-alsa.xml:
15520         * docs/plugins/inspect/plugin-audioresample.xml:
15521         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15522         * docs/plugins/inspect/plugin-ogg.xml:
15523         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15524         * docs/plugins/tmpl/element-multifdsink.sgml:
15525         * docs/plugins/tmpl/element-tcpserversink.sgml:
15526         * docs/plugins/tmpl/element-vorbisenc.sgml:
15527         * gst-plugins-base.spec.in:
15528           various doc-related updates
15529
15530 2005-08-31  Wim Taymans  <wim@fluendo.com>
15531
15532         * gst-libs/gst/audio/gstbaseaudiosink.c:
15533         (gst_base_audio_sink_render):
15534         Resync if the buffer timestamps drift more than a 10th 
15535         of a second.
15536
15537 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15540         (gst_v4lsrc_get_property):
15541           The 'timestamp-offset' property is registered as an int64, so
15542           let's use g_value_{set|get}_int64() in our setter and getter
15543           functions (makes it work and fixes warnings with gst-inspect).
15544
15545 2005-08-30  Wim Taymans  <wim@fluendo.com>
15546
15547         * check/elements/audioconvert.c: (setup_audioconvert):
15548         * check/elements/audioresample.c: (setup_audioresample):
15549         * check/elements/volume.c: (setup_volume):
15550         Fix checks.
15551
15552 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15553
15554         * common/gtk-doc-plugins.mak:
15555         * common/plugins.xsl:
15556         * docs/plugins/Makefile.am:
15557           make module a param
15558
15559 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15560
15561         * examples/seeking/seek.c: (make_mp3_pipeline),
15562         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15563         (play_cb), (pause_cb), (stop_cb):
15564           update the example
15565
15566 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15567
15568         * gst/volume/gstvolume.c: (gst_volume_class_init),
15569         (volume_transform):
15570           do not update controlled params, if buffer has no timestamp
15571
15572 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15573
15574         * configure.ac:
15575         * gst/sine/Makefile.am:
15576         * gst/volume/Makefile.am:
15577           controllerized elements also need to link against controller-libs ;)
15578
15579 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15580
15581         * docs/libs/tmpl/gstcolorbalance.sgml:
15582         * docs/libs/tmpl/gstgconf.sgml:
15583         * docs/libs/tmpl/gstmixer.sgml:
15584         * docs/libs/tmpl/gstringbuffer.sgml:
15585         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15586         (gst_sinesrc_create):
15587         * gst/volume/gstvolume.c: (gst_volume_class_init),
15588         (volume_transform):
15589           controllerized two audio plugins
15590
15591 2005-08-29  Andy Wingo  <wingo@pobox.com>
15592
15593         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15594         (vorbis_handle_data_packet): Fix some int overflow errors.
15595
15596         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15597         -1.
15598         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15599         valid.
15600         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15601         if it's valid. Fixed streaming-mode playback.
15602
15603         * check/elements/volume.c (cleanup_volume): Fix for running
15604         CK_FORK=no.
15605
15606         * check/elements/audioconvert.c: Convert from native endian, not
15607         little endian.
15608
15609 2005-08-29  Michael Smith <msmith@fluendo.com>
15610
15611         * ext/ogg/Makefile.am:
15612         * ext/ogg/gstogg.c: (plugin_init):
15613         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15614         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15615         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15616         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15617         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15618         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15619         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15620         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15621         Add an ogg parser element.
15622
15623 2005-08-28  Andy Wingo  <wingo@pobox.com>
15624
15625         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15626
15627 2005-08-26  Wim Taymans  <wim@fluendo.com>
15628
15629         * gst/audioconvert/audioconvert.c: (if), (float),
15630         (audio_convert_get_func_index), (check_default),
15631         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15632         (audio_convert_clean_context), (audio_convert_get_sizes),
15633         (audio_convert_convert):
15634         Cleanups.
15635
15636 2005-08-26  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/audioconvert/audioconvert.c: (if), (float),
15639         (audio_convert_get_func_index), (check_default),
15640         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15641         (audio_convert_clean_context), (audio_convert_get_sizes),
15642         (audio_convert_convert):
15643         More elegant and working temp buffer selection algo.
15644
15645 2005-08-26  Wim Taymans  <wim@fluendo.com>
15646
15647         * gst/audioconvert/audioconvert.c: (if), (float),
15648         (audio_convert_get_func_index), (check_default),
15649         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15650         (audio_convert_clean_context), (audio_convert_get_sizes),
15651         (get_temp_buffer), (audio_convert_convert):
15652         Use realloc else we lose our original data.
15653
15654 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * gst/audioresample/gstaudioresample.c:
15657           use base class' newsegment to properly timestamp
15658
15659 2005-08-26  Wim Taymans  <wim@fluendo.com>
15660
15661         * gst/audioconvert/audioconvert.c: (if), (float),
15662         (audio_convert_get_func_index), (check_default),
15663         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15664         (audio_convert_clean_context), (audio_convert_get_sizes),
15665         (get_temp_buffer), (audio_convert_convert):
15666         * gst/audioconvert/gstaudioconvert.c:
15667         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15668         (gst_audio_convert_transform_caps),
15669         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15670         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15671         Oops, allocate enough space to perform the channel mix.
15672
15673 2005-08-26  Wim Taymans  <wim@fluendo.com>
15674
15675         * gst/audioconvert/Makefile.am:
15676         * gst/audioconvert/audioconvert.c: (if), (float),
15677         (audio_convert_get_func_index), (check_default),
15678         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15679         (audio_convert_clean_context), (audio_convert_get_sizes),
15680         (get_temp_buffer), (audio_convert_convert):
15681         * gst/audioconvert/audioconvert.h:
15682         * gst/audioconvert/gstaudioconvert.c:
15683         (gst_audio_convert_class_init), (gst_audio_convert_init),
15684         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15685         (gst_audio_convert_get_unit_size),
15686         (gst_audio_convert_transform_caps),
15687         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15688         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15689         * gst/audioconvert/gstaudioconvert.h:
15690         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15691         (gst_channel_mix_fill_identical),
15692         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15693         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15694         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15695         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15696         (gst_channel_mix_mix):
15697         * gst/audioconvert/gstchannelmix.h:
15698         Cleanups, librarify a bit, optimize, better negotiation and more.
15699
15700 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15701
15702         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15703         Another from MikeS:
15704         During typefinding, don't support negative offsets
15705         (offsets from the end of the stream) in our typefind->peek() function
15706         - nothing embedded in ogg ever needs them. However, we need to recognise
15707         those requests and reject them, otherwise we return invalid pointers.
15708
15709 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15710
15711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15712         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15713         (vorbisdec_finalize), (vorbis_handle_type_packet):
15714           Big shout-out to MikeS for fixing this giant memory leak.
15715           Huzzah!
15716
15717 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15718
15719         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15720         (audio_convert_get_unit_size):
15721           plug some leaks
15722
15723 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         * check/Makefile.am:
15726         * check/elements/audioconvert.c: (setup_audioconvert),
15727         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15728         (GST_START_TEST), (audioconvert_suite), (main):
15729           add a test for audioconvert
15730         * gst/audioresample/gstaudioresample.c:
15731         * gst/audioresample/gstaudioresample.h:
15732           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15733           note that for buffers of 1/3 sec this means DURATION(c) is 
15734           one nanosecond more than for a and b
15735
15736 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15737
15738         * check/Makefile.am:
15739         * check/elements/audioresample.c: (setup_audioresample),
15740         (cleanup_audioresample), (fail_unless_perfect_stream),
15741         (test_perfect_stream_instance), (GST_START_TEST),
15742           add a check for audioresample
15743         (audioresample_suite), (main):
15744         * check/elements/volume.c: (GST_START_TEST):
15745           remove unused method
15746         * gst/audioresample/gstaudioresample.c:
15747           set correct buffer parameters since we're changing them
15748         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15749           add some debug
15750
15751 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         * gst/audioresample/debug.c:
15754         * gst/audioresample/gstaudioresample.c:
15755           add room for extra overlap samples when asked to transform size
15756           protect against possible mem corruption and check for discrepancies
15757           between written size and outbuffer's size so we can warn for
15758           potential problems
15759         * gst/audioresample/resample.c: (resample_init),
15760         (resample_get_output_size_for_input), (resample_get_output_size),
15761         (resample_set_n_channels), (resample_set_format):
15762           set debug level based on RESAMPLE_DEBUG env var
15763           make sure that get_output_size* returns a whole number of
15764           sample_size
15765           set sample_size each time either channel or format is set
15766         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15767         * gst/audioresample/resample_functable.c:
15768         (resample_scale_functable):
15769         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15770           remove r->sample_size, it's done in resample.c now
15771           add some debugging to the ref implementation
15772           make sure we only give back bytes that are wholes of the sample
15773           size
15774
15775 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15776         * gst/playback/gstplaybasebin.c: (fill_buffer):
15777         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15778
15779 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * gst/volume/gstvolume.c:
15782           made set_caps function static
15783
15784 2005-08-24  Wim Taymans  <wim@fluendo.com>
15785
15786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15787         (gst_vorbisenc_change_state):
15788         Stop leaking taglists.
15789
15790 2005-08-24  Wim Taymans  <wim@fluendo.com>
15791
15792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15793         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15794         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15795         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15796         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15797         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15798         Parse seeking events better.
15799         Unref static caps.
15800         Generate correct newsegment events, fixes seeking in live oggs.
15801
15802         * ext/theora/theoradec.c: (theora_dec_src_query),
15803         (theora_dec_src_event), (theora_dec_src_getcaps),
15804         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15805         Use newsegment values to report correct play time.
15806
15807         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15808         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15809         * ext/vorbis/vorbisdec.h:
15810         Parse and use newsegment values to report correct play time.
15811
15812         * gst-libs/gst/audio/gstbaseaudiosink.c:
15813         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15814         Clear ringbuffer on flush.
15815         Use newsegment values to calculate playback time.
15816
15817         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15819         Basesink does newsegment calculations for us now.
15820
15821 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         * check/Makefile.am:
15824         * configure.ac:
15825           add core's plugins to the mix so that playbin works
15826         * check/generic/states.c: (GST_START_TEST):
15827           set a 0 timeout on pipelines, so they don't force the next
15828           state change
15829         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15830         (gst_play_base_bin_change_state):
15831           remove the crappy error handling and do GST error handling
15832
15833 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * check/Makefile.am:
15836         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15837           add same test as to core, it bitches out on playbin atm.
15838
15839 2005-08-24  Wim Taymans  <wim@fluendo.com>
15840
15841         * configure.ac:
15842         Remove audioscale.
15843
15844 2005-08-24  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15847         (gst_videoscale_prepare_size), (parse_caps),
15848         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15849         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15850         (gst_videoscale_transform):
15851         * gst/videoscale/gstvideoscale.h:
15852         Refactor, make use of BaseTranform really well.
15853
15854 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * configure.ac:
15857           compile audioresample
15858         * gst/audioresample/Makefile.am:
15859         * gst/audioresample/buffer.c:
15860         * gst/audioresample/functable.c:
15861         * gst/audioresample/gstaudioresample.c:
15862         * gst/audioresample/gstaudioresample.h:
15863         * gst/audioresample/resample.c:
15864         (resample_get_output_size_for_input):
15865         * gst/audioresample/resample.h:
15866         * gst/audioresample/resample_chunk.c:
15867         * gst/audioresample/resample_functable.c:
15868         * gst/audioresample/resample_ref.c:
15869           port to use basetransform; doesn't work in all cases yet
15870
15871 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15872
15873         * gst/audioconvert/gstaudioconvert.c:
15874         (gst_audio_convert_class_init), (gst_audio_convert_init),
15875         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15876         (audio_convert_fixate_caps), (audio_convert_set_caps),
15877         (audio_convert_transform),
15878         (gst_audio_convert_buffer_to_default_format),
15879         (gst_audio_convert_buffer_from_default_format),
15880         (gst_audio_convert_channels):
15881         * gst/audioconvert/gstchannelmix.c:
15882         * gst/audioconvert/gstchannelmix.h:
15883           port to basetransform
15884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15885         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15886         (gst_ffmpegcsp_get_unit_size):
15887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15888         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15889           fix for basetransform changes
15890
15891 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15892
15893         * check/Makefile.am:
15894           Add CHECK_CFLAGS and LDFLAGS
15895
15896         * gst/playback/gstplaybasebin.c: (fill_buffer):
15897           GST_MESSAGE_SRC became a GObject
15898
15899 2005-08-24  Wim Taymans  <wim@fluendo.com>
15900
15901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15902         (gst_ring_buffer_clear_all):
15903         * gst-libs/gst/audio/gstringbuffer.h:
15904         Added function to clear the ringbuffer.
15905
15906 2005-08-24  Andy Wingo  <wingo@pobox.com>
15907
15908         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15909         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15910         of _open and _close.
15911
15912         * sys/v4l/gstv4lxoverlay.h:
15913         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15914         an Xv connection here, instead of all the time. Make Xv only be
15915         loaded if you axe for it. Kindof a workaround for buggy behaviour
15916         of Xv when using remote xservers (XvQueryExtension would block).
15917         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15918         replace the _open and _close public API. Only start the xv
15919         connection if necessary.
15920         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15921
15922 2005-08-23  David Schleef  <ds@schleef.org>
15923
15924         * gst/audioresample/Makefile.am: Leet audioresampling code
15925         * gst/audioresample/buffer.c:
15926         * gst/audioresample/buffer.h:
15927         * gst/audioresample/debug.c:
15928         * gst/audioresample/debug.h:
15929         * gst/audioresample/functable.c:
15930         * gst/audioresample/functable.h:
15931         * gst/audioresample/gstaudioresample.c:
15932         * gst/audioresample/gstaudioresample.h:
15933         * gst/audioresample/resample.c:
15934         * gst/audioresample/resample.h:
15935         * gst/audioresample/resample_chunk.c:
15936         * gst/audioresample/resample_functable.c:
15937         * gst/audioresample/resample_ref.c:
15938
15939 2005-08-23  Wim Taymans  <wim@fluendo.com>
15940
15941         * examples/seeking/seek.c: (make_vorbis_pipeline),
15942         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15943         Small seek updates.
15944
15945 2005-08-23  Andy Wingo  <wingo@pobox.com>
15946
15947         * gst-libs/gst/audio/gstbaseaudiosrc.c
15948         (gst_base_audio_src_fixate): Only fixate endianness if it is
15949         present in the caps.
15950
15951 2005-08-22  Andy Wingo  <wingo@pobox.com>
15952
15953         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15954         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15955         device-name property.
15956
15957         * gst-libs/gst/audio/gstaudiosrc.h:
15958         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15959         close_device in the ring buffer, like gstaudiosink.
15960
15961         * ext/alsa/gstalsamixer.h:
15962         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15963         macro to implement the interface without much code. Cleanups. 
15964
15965         * ext/alsa/gstalsasrc.h:
15966         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15967         READY.
15968
15969         * ext/alsa/Makefile.am: Add new files.
15970         * ext/alsa/gstalsamixerelement.c: 
15971         * ext/alsa/gstalsamixerelement.c: Split element code out from
15972         mixer code so that alsasrc can be a mixer too.
15973
15974 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15977         (GST_START_TEST):
15978         * check/elements/vorbisdec.c: (setup_vorbisdec),
15979         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15981         (vorbis_handle_identification_packet),
15982         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15983         (vorbis_handle_header_packet), (vorbis_dec_push),
15984         (vorbis_dec_chain):
15985           use the setup/teardown methods to save code.  save code is good.
15986
15987 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15988
15989         * check/Makefile.am:
15990           add ext dir for plugins
15991           add vorbisdec test conditionally
15992         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15993         (GST_START_TEST), (volume_suite):
15994           add a test with wrong caps
15995         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15996         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15997           add a vorbisdec test
15998         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15999         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16000           clean up debug output
16001         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16002           yay, fix a segfault/security issue in vorbisdec
16003           gst-launch fakesrc ! vorbisdec wasn't happy
16004         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16005         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16006         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16007         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16008         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16009         (gst_vorbisenc_set_metadata), (get_constraints_string),
16010         (update_start_message), (gst_vorbisenc_setup),
16011         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16012         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16013         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16014         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16015         * ext/vorbis/vorbisenc.h:
16016           march in line
16017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16018         (gst_ffmpegcsp_transform):
16019           have the kow come home
16020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16021           debug my func ptr
16022         * gst/volume/gstvolume.c: (volume_set_caps):
16023           add a debug
16024
16025 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16026
16027         * Makefile.am:
16028         * check/.cvsignore:
16029         * check/Makefile.am:
16030         * check/elements/.cvsignore:
16031         * check/elements/volume.c: (chain_func), (event_func),
16032         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16033         (main):
16034         * configure.ac:
16035           add unit test structure for gst-plugins-base
16036           add a test for volume
16037         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16038         (gst_volume_set_volume), (gst_volume_get_volume),
16039         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16040         (volume_funcfind), (volume_process_float), (volume_process_int16),
16041         (volume_set_caps), (volume_transform), (volume_update_mute),
16042         (volume_update_volume), (volume_set_property),
16043         (volume_get_property):
16044           document a little; use basetransform vmethod _set_caps
16045
16046 2005-08-19  Andy Wingo  <wingo@pobox.com>
16047
16048         * ext/alsa/gstalsamixertrack.h:
16049         * ext/alsa/gstalsamixertrack.c:
16050         * ext/alsa/gstalsamixeroptions.h:
16051         * ext/alsa/gstalsamixeroptions.c:
16052         * ext/alsa/gstalsamixer.h:
16053         * ext/alsa/gstalsamixer.c: Port to 0.9.
16054
16055         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16056         Remove gstalsa.c and alsaclock. No more cruft here.
16057         
16058 2005-08-18  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16061         (gst_base_rtp_depayload_chain),
16062         (gst_base_rtp_depayload_add_to_queue),
16063         (gst_base_rtp_depayload_push),
16064         (gst_base_rtp_depayload_queue_release):
16065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16066         Fix for RTPBuffer changes.
16067
16068         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16069         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16070         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16071         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16072         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16073         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16074         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16075         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16076         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16077         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16078         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16079         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16080         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16081         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16082         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16083         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16084         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16085         (gst_rtpbuffer_get_payload):
16086         * gst-libs/gst/rtp/gstrtpbuffer.h:
16087         Don't subclass GstBuffer but add methods and helper functions
16088         to construct and manipulate RTP packets in regular GstBuffers.
16089
16090 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16091
16092         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16093           moved statement below switch
16094         * gst/volume/gstvolume.c: (gst_volume_class_init):
16095           added debug ptr
16096
16097 2005-08-16  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16100         (gst_base_audio_src_change_state):
16101         Open and close device in READY<->NULL state change.
16102
16103 2005-08-16  Andy Wingo  <wingo@pobox.com>
16104
16105         * examples/seeking/Makefile.am: Don't compile non-compiling
16106         compiled objects with the compiler.
16107
16108         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16109         elements.
16110
16111 2005-08-12  Philippe Khalaf <burger@speedy.org>
16112         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16113         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16114           Made a thread to release the queue.
16115           Removed timestamp conversion for now.
16116
16117 2005-08-10  Philippe Khalaf <burger@speedy.org>
16118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16119         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16120           Added rtp timestamp -> gst timestamp conversion.
16121           Fixed several problems with queue.
16122
16123 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16124
16125         * gst-libs/gst/audio/gstaudioclock.h:
16126         * gst-libs/gst/audio/gstaudiofilter.h:
16127         * gst-libs/gst/audio/gstaudiosink.h:
16128         * gst-libs/gst/audio/gstaudiosrc.h:
16129         * gst-libs/gst/audio/gstbaseaudiosink.h:
16130         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16131         * gst-libs/gst/audio/gstringbuffer.h:
16132         * gst-libs/gst/net/gstnetbuffer.h:
16133         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16134         * gst-libs/gst/rtp/gstrtpbuffer.h:
16135           Add padding (you will need to rebuild gst-plugins-base,
16136           gst-plugins and all applications afterwards!)
16137
16138 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16139
16140         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16141         (gst_riff_parse_chunk):
16142           Fix bug in debug message and add some more debug messages.
16143
16144 2005-08-08  Edward Hervey  <edward@fluendo.com>
16145
16146         * gst-libs/gst/riff/riff-media.c:
16147         backported updates since branch
16148
16149 2005-08-08  Andy Wingo  <wingo@pobox.com>
16150
16151         * gst-libs/gst/audio/gstbaseaudiosink.c
16152         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16153         like good elements should. Close on READY->NULL too.
16154
16155         * gst-libs/gst/audio/gstaudiosink.c
16156         (gst_audioringbuffer_open_device,
16157         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16158         (gst_audioringbuffer_release): Updates for new ring buffer API,
16159         hook into the new audio sink api.
16160
16161         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16162         (GstAudioSinkClass.close): Just open and close the device -- no
16163         resource allocation or configuration.
16164         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16165         vmethods, handle device setup and resource allocation.
16166
16167         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16168         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16169         base class API.
16170
16171         * gst-libs/gst/audio/gstringbuffer.h
16172         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16173         New vmethods.
16174
16175         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16176         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16177         New API functions. The device should be opened before acquiring
16178         and closed after releasing.
16179
16180 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         * gst-libs/gst/interfaces/mixer.h:
16183           Reset padding to GST_PADDING.
16184
16185 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16186
16187         * gst/playback/gstplaybin.c: (remove_sinks):
16188           Remove visualization from parent explicitely; works around some
16189           apparent refcount issue that I haven't tracked down yet.
16190
16191 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * ext/alsa/gstalsasink.c: (set_hwparams):
16194           Assign debug category, add negotiation debug msgs.
16195
16196 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16197
16198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16199           Fix error code for file-not-found to NOT_FOUND.
16200
16201 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16202
16203         * common/gtk-doc-plugins.mak:
16204         * docs/plugins/Makefile.am:
16205         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16206         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16207           renamed to actual element names, so much nicer to look at
16208         * docs/plugins/tmpl/gstmultifdsink.sgml:
16209           remove
16210         * docs/plugins/tmpl/multifdsink.sgml:
16211         * docs/plugins/tmpl/tcpserversink.sgml:
16212           add
16213         * ext/alsa/gstalsa.c:
16214         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16215         * ext/ogg/gstoggmux.c:
16216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16217         * gst/playback/gstdecodebin.c:
16218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16219         * gst/tcp/gsttcpserversink.c:
16220           various fixes and documentation additions
16221
16222 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16223
16224         * common/Makefile.am:
16225         * common/gstdoc-scangobj:
16226         * common/gtk-doc-plugins.mak:
16227         * common/gtk-doc.mak:
16228           add a custom scangobj that uses the registry
16229           add a custom gtk-doc-plugins.mak that uses it
16230           some doc build fixes
16231         * configure.ac:
16232         * docs/Makefile.am:
16233         * docs/plugins/Makefile.am:
16234         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16235         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16236         * docs/plugins/gst-plugins-base-plugins.types:
16237         * docs/plugins/tmpl/gstmultifdsink.sgml:
16238           add docs for one element, multifdsink
16239         * gst/adder/gstadder.h:
16240         * gst/volume/gstvolume.h:
16241           don't privatize enum
16242         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16243         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16244         (gst_sync_method_get_type), (gst_client_status_get_type),
16245         (gst_multifdsink_class_init),
16246         (gst_multifdsink_client_queue_buffer),
16247         (gst_multifdsink_handle_client_write):
16248         * gst/tcp/gstmultifdsink.h:
16249         * gst/tcp/gsttcp.h:
16250         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16251         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16252         (gst_tcpclientsink_render):
16253         * gst/tcp/gsttcpclientsink.h:
16254         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16255         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16256         (gst_tcpclientsrc_start):
16257         * gst/tcp/gsttcpclientsrc.h:
16258         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16259         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16260         * gst/tcp/gsttcpserversrc.h:
16261         * gst/typefind/gsttypefindfunctions.c:
16262           remove superfluous Type stuff
16263
16264 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16265
16266         * gst/playback/gstplaybin.c: (gen_video_element):
16267           Enable videoscale.
16268
16269 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16270
16271         * gst-libs/gst/gconf/gconf.c:
16272         * gst-libs/gst/gconf/gconf.h:
16273           Fix some Andy Problem [tm].
16274
16275 2005-08-04  Andy Wingo  <wingo@pobox.com>
16276
16277         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16279         (gst_ffmpegcsp_get_size): Adapt to API changes.
16280
16281         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16282         Implement an in-place do-nothing transform.
16283
16284 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16285
16286         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16287         (gst_ximagesink_renegotiate_size):
16288           Do not set new window sizes yet if we prepare a new buffer size
16289           for upstream renegotiation (software scaling) at some point in the
16290           future, because this new size waqs not actually accepted yet. Once
16291           accepted, renegotiation later on will set the new sizes just fine.
16292           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16293           embedding testcase.
16294
16295 2005-08-03  Andy Wingo  <wingo@pobox.com>
16296
16297         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16298         (gst_ximagesink_buffer_alloc): 
16299         Protect the height, width, and desired_caps with the pool_lock.
16300         Fixes videotestsrc ! queue ! ximagesink.
16301
16302 2005-08-02  Edward Hervey  <edward@fluendo.com>
16303
16304         * gst/volume/gstvolume.c:
16305         include left from controller cleanup
16306
16307 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16309           Stop collectpads before calling the parent state
16310           change function on PAUSED->READY.
16311
16312 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16313         * configure.ac:
16314           When testing for X libs, use the X CFlags 
16315         * gst/adder/gstadder.c: (gst_adder_change_state):
16316           Stop the collectpads before calling parent state change function
16317           on PAUSED->READY, otherwise we deadlock deactivating pads.
16318
16319 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16320
16321         * configure.ac:
16322         * docs/libs/tmpl/gstcolorbalance.sgml:
16323         * docs/libs/tmpl/gstmixer.sgml:
16324         * examples/Makefile.am:
16325         * gst/sine/Makefile.am:
16326         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16327         (gst_sinesrc_set_property), (plugin_init):
16328         * gst/sine/gstsinesrc.h:
16329         * gst/volume/Makefile.am:
16330         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16331         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16332         (volume_process_float), (volume_process_int16),
16333         (volume_set_property), (plugin_init):
16334         * gst/volume/gstvolume.h:
16335           deactivate and remove dparams (libgstcontrol)
16336
16337 2005-07-29  Wim Taymans  <wim@fluendo.com>
16338
16339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16340         Convert me to BaseTransform!! help..
16341
16342 2005-07-29  Andy Wingo  <wingo@pobox.com>
16343
16344         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16345         sinks.
16346
16347         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16348         support of both endiannesses.
16349
16350 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16353           Fix confusing debug message (s/event/query/)
16354
16355 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst/videotestsrc/videotestsrc.h:
16358           Use "_stdint.h" instead of <stdint.h>
16359
16360 2005-07-27  Wim Taymans  <wim@fluendo.com>
16361
16362         * ext/vorbis/Makefile.am:
16363         Revert wrong commit.
16364
16365 2005-07-27  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16368         More compilation fixen.
16369
16370 2005-07-27  Wim Taymans  <wim@fluendo.com>
16371
16372         * gst-libs/gst/audio/gstbaseaudiosink.c:
16373         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16374         (gst_base_audio_sink_create_ringbuffer),
16375         (gst_base_audio_sink_change_state):
16376         Fix compilation.
16377
16378 2005-07-27  Wim Taymans  <wim@fluendo.com>
16379
16380         * examples/seeking/seek.c: (setup_dynamic_link),
16381         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16382         (query_positions_elems), (query_positions_pads), (do_seek):
16383         Update seek example.
16384
16385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16386         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16387         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16388         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16389         (gst_ogg_demux_handle_event),
16390         (gst_ogg_demux_deactivate_current_chain),
16391         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16392         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16393         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16394         (gst_ogg_demux_loop):
16395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16396         * ext/theora/theoradec.c: (theora_dec_src_event),
16397         (theora_dec_src_getcaps), (theora_dec_sink_event),
16398         (theora_dec_push), (theora_dec_chain):
16399         * ext/vorbis/Makefile.am:
16400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16401         (vorbis_dec_sink_event), (vorbis_dec_push),
16402         (vorbis_handle_data_packet):
16403         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16404         (gst_vorbisenc_chain):
16405         * gst/playback/gststreaminfo.c: (cb_probe):
16406         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16407         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16408         * gst/videoscale/gstvideoscale.c:
16409         (gst_videoscale_handle_src_event):
16410         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16411         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16412         (gst_ximagesink_navigation_send_event):
16413         * sys/xvimage/xvimagesink.c:
16414         (gst_xvimagesink_navigation_send_event):
16415         Various event updates and cleanups
16416
16417 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16420           Fix segfault for I420/YV12.
16421
16422 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16423
16424         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16425           Report bitrate.
16426
16427 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16428
16429         * gst/playback/gstplaybin.c: (gen_video_element),
16430         (gen_audio_element):
16431           Switch to auto*sink elements as default sinks; add volume element
16432           so that volume control in totem works.
16433
16434 2005-07-21  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16437         * gst/playback/gstplaybin.c: (setup_sinks),
16438         (gst_play_bin_change_state):
16439         Refcount fix and more comments.
16440
16441 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16442
16443         * sys/ximage/Makefile.am:
16444         * sys/ximage/ximage.c: (plugin_init):
16445         * sys/ximage/ximagesink.c:
16446         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16447         
16448
16449 2005-07-21  Wim Taymans  <wim@fluendo.com>
16450
16451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16452         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16453         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16454         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16455         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16456         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16457         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16458         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16459         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16460         Generate correct disconts for live chained oggs.
16461
16462         * gst-libs/gst/audio/gstbaseaudiosink.c:
16463         (gst_base_audio_sink_render),
16464         (gst_base_audio_sink_create_ringbuffer),
16465         (gst_base_audio_sink_change_state):
16466         Handle discont math correctly.
16467
16468         * gst/playback/gstplaybin.c: (add_sink):
16469         Some small debug cleanup.
16470
16471 2005-07-21  Wim Taymans  <wim@fluendo.com>
16472
16473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16474         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16475         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16476         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16477         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16478         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16479         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16480         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16481         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16482         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16483         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16484         (gst_ogg_demux_change_state), (gst_ogg_print):
16485         Reorganize code to send the right disconts when in streaming
16486         mode.
16487
16488 2005-07-20  Andy Wingo  <wingo@pobox.com>
16489
16490         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16491         fix (?), fixes a seggie mcfalterson (#310894).
16492
16493 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16496         (gst_ogg_mux_set_header_on_caps):
16497         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16499         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16500         * gst-libs/gst/audio/multichannel.c:
16501         (gst_audio_set_channel_positions),
16502         (gst_audio_set_structure_channel_positions_list):
16503         * gst/playback/gstdecodebin.c: (dynamic_create):
16504         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16505         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16506           Fixes for API changes in core.
16507
16508 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * gst/playback/gstplaybasebin.c: (fill_buffer):
16511           Use _new_custom() so we can set custom message types for buffering
16512           messages.
16513
16514 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * configure.ac:
16517         * gst-libs/gst/Makefile.am:
16518         * gst-libs/gst/gconf/.cvsignore:
16519         * gst-libs/gst/gconf/Makefile.am:
16520         * gst-libs/gst/gconf/test-gconf.c:
16521         * pkgconfig/Makefile.am:
16522         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16523         * pkgconfig/gstreamer-gconf.pc.in:
16524           Remove gconf stuff, use gconf elements instead from now on.
16525
16526 2005-07-20  Wim Taymans  <wim@fluendo.com>
16527
16528         * gst-libs/gst/audio/TODO:
16529         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16530         (gst_audio_clock_get_internal_time):
16531         * gst-libs/gst/audio/gstaudioclock.h:
16532         * gst-libs/gst/audio/gstbaseaudiosink.c:
16533         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16534         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16535         (gst_base_audio_sink_render),
16536         (gst_base_audio_sink_create_ringbuffer),
16537         (gst_base_audio_sink_change_state):
16538         Make sure the audio clock always returns an increasing value.
16539
16540 2005-07-19  Andy Wingo  <wingo@pobox.com>
16541
16542         * gst/videotestsrc/: Cleanups.
16543
16544 2005-07-19  Wim Taymans  <wim@fluendo.com>
16545
16546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16547         Better debugging.
16548
16549 2005-07-19  Wim Taymans  <wim@fluendo.com>
16550
16551         * examples/seeking/seek.c: (make_dv_pipeline),
16552         (make_vorbis_theora_pipeline), (query_rates),
16553         (query_positions_elems), (query_positions_pads), (do_seek):
16554         Make correct DV pipeline.
16555
16556 2005-07-18  Andy Wingo  <wingo@pobox.com>
16557
16558         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16559         default. Also because it's the only thing that really works. (This
16560         is used in the GConf elements).
16561         Use AS_LIBTOOL_TAGS.
16562
16563 2005-07-18  Wim Taymans  <wim@fluendo.com>
16564
16565         * gst/playback/gstdecodebin.c: (remove_element_chain):
16566         * gst/playback/gstplaybin.c: (add_sink):
16567         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16568         (gst_stream_info_set_mute):
16569         * gst/playback/gststreamselector.c:
16570         (gst_stream_selector_get_linked_pad),
16571         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16572         More leak and compile fixes.
16573
16574 2005-07-18  Wim Taymans  <wim@fluendo.com>
16575
16576         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16577         (query_rates), (query_positions_elems), (query_positions_pads),
16578         (do_seek), (seek_cb), (stop_seek):
16579         Updated seek example. 
16580
16581         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16582         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16583         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16584         * gst/playback/gstplaybin.c: (add_sink):
16585         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16586         (gst_stream_info_set_mute):
16587         Some refcount leak fixes.
16588
16589 2005-07-16  Wim Taymans  <wim@fluendo.com>
16590
16591         * gst-libs/gst/audio/gstbaseaudiosink.c:
16592         (gst_base_audio_sink_render):
16593         Align samples even if we have roundoff errors in the 
16594         timestamp conversion.
16595
16596 2005-07-16  Wim Taymans  <wim@fluendo.com>
16597
16598         * docs/libs/tmpl/gstringbuffer.sgml:
16599         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16600         (query_rates), (query_positions_elems), (query_positions_pads),
16601         (update_scale), (do_seek):
16602         Updated seek example.
16603
16604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16605         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16606         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16607         (gst_ogg_demux_loop):
16608         Push out correct discont values.
16609
16610         * ext/theora/theoradec.c: (theora_dec_src_convert),
16611         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16612         (theora_dec_sink_event), (theora_handle_type_packet),
16613         (theora_handle_header_packet), (theora_dec_push),
16614         (theora_handle_data_packet), (theora_dec_chain),
16615         (theora_dec_change_state):
16616         Better timestamping.
16617
16618         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16619         (vorbis_dec_sink_event), (vorbis_dec_push),
16620         (vorbis_handle_data_packet), (vorbis_dec_chain):
16621         * ext/vorbis/vorbisdec.h:
16622         Better timestamping.
16623
16624         * gst-libs/gst/audio/gstbaseaudiosink.c:
16625         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16626         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16627         Handle syncing on timestamps instead of sample offsets. Make
16628         use of DISCONT values as described in design docs.
16629
16630         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16631         (gst_base_audio_src_get_time):
16632         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16633         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16634         (gst_ring_buffer_read):
16635         * gst-libs/gst/audio/gstringbuffer.h:
16636         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16637         (gst_ximagesink_show_frame):
16638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16639         Correcly convert buffer timestamp to stream time.
16640
16641 2005-07-16  Wim Taymans  <wim@fluendo.com>
16642
16643         * gst/audioconvert/gstaudioconvert.c:
16644         (gst_audio_convert_get_buffer):
16645         Timestamp buffers correctly.
16646
16647         * gst/playback/gstplaybin.c: (gen_video_element):
16648         Make internal fakesink silent.
16649
16650 2005-07-15  Wim Taymans  <wim@fluendo.com>
16651
16652         * gst/ffmpegcolorspace/Makefile.am:
16653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16654         (gst_ffmpegcsp_caps_remove_format_info),
16655         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16656         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16657         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16658         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16659         Ported ffmpegcolorspace to basetransform.
16660
16661         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16662         * gst/volume/gstvolume.c: (volume_transform):
16663         Ported to new API.
16664
16665 2005-07-14  Wim Taymans  <wim@fluendo.com>
16666
16667         * gst/videotestsrc/Makefile.am:
16668         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16669         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16670         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16671         (gst_videotestsrc_init), (gst_videotestsrc_event),
16672         (gst_videotestsrc_create), (gst_videotestsrc_start),
16673         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16674         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16675         (gst_videotestsrc_get_property):
16676         * gst/videotestsrc/gstvideotestsrc.h:
16677         Make videotestsrc a pushsrc.
16678
16679 2005-07-14  Wim Taymans  <wim@fluendo.com>
16680
16681         * gst/tcp/gstfdset.c: (gst_fdset_free):
16682         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16683         (gst_multifdsink_add), (gst_multifdsink_remove),
16684         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16685         (gst_multifdsink_remove_client_link),
16686         (gst_multifdsink_client_queue_data),
16687         (gst_multifdsink_client_queue_caps),
16688         (gst_multifdsink_client_queue_buffer),
16689         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16690         (gst_multifdsink_stop):
16691         * gst/tcp/gstmultifdsink.h:
16692         0.8 backporting.
16693
16694         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16695         Also draw image when not from a pool.
16696
16697 2005-07-14  Wim Taymans  <wim@fluendo.com>
16698
16699         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16700         (mute_stream), (silence_stream):
16701         Small debug additions.
16702
16703 2005-07-14  Wim Taymans  <wim@fluendo.com>
16704
16705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16706         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16707         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16708         Better error recovery, ignore unconnected pads and
16709         non-fatal errors.
16710
16711 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16712
16713         * docs/libs/tmpl/gstaudio.sgml:
16714         * docs/libs/tmpl/gstcolorbalance.sgml:
16715         * docs/libs/tmpl/gstgconf.sgml:
16716         * docs/libs/tmpl/gstmixer.sgml:
16717         * docs/libs/tmpl/gstringbuffer.sgml:
16718         * docs/libs/tmpl/gsttuner.sgml:
16719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16721         (gst_tcpclientsrc_class_init):
16722         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16723         (gst_tcpserversrc_class_init):
16724         * sys/v4l/gstv4lelement.c:
16725           more autistic cleanliness in functions/names/defines
16726
16727 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * configure.ac:
16730           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16731           added manually to each Makefile.am so we are sure it goes
16732           *last* and doesn't add -L flags before linking in libs of our
16733           own, like, say, internal .la libs, that then accidentally pick
16734           up the installed copy.
16735         * docs/libs/Makefile.am:
16736         * ext/alsa/Makefile.am:
16737         * ext/cdparanoia/Makefile.am:
16738         * ext/gnomevfs/Makefile.am:
16739         * ext/libvisual/Makefile.am:
16740         * ext/ogg/Makefile.am:
16741         * ext/theora/Makefile.am:
16742         * ext/vorbis/Makefile.am:
16743         * gst-libs/gst/video/Makefile.am:
16744         * gst/adder/Makefile.am:
16745         * gst/audioconvert/Makefile.am:
16746         * gst/audiorate/Makefile.am:
16747         * gst/audioscale/Makefile.am:
16748         * gst/ffmpegcolorspace/Makefile.am:
16749         * gst/playback/Makefile.am:
16750         * gst/sine/Makefile.am:
16751         * gst/subparse/Makefile.am:
16752         * gst/tags/Makefile.am:
16753         * gst/tcp/Makefile.am:
16754         * gst/typefind/Makefile.am:
16755         * gst/videorate/Makefile.am:
16756         * gst/videoscale/Makefile.am:
16757         * gst/videotestsrc/Makefile.am:
16758         * gst/volume/Makefile.am:
16759         * sys/v4l/Makefile.am:
16760         * sys/ximage/Makefile.am:
16761         * sys/xvimage/Makefile.am:
16762           adapt properly to this change. This should make sure that
16763           plugins and libs properly link to the as-yet-uninstalled
16764           copies of stuff like libgstinterfaces and libgstvideo
16765
16766 2005-07-13  Andy Wingo  <wingo@pobox.com>
16767
16768         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16769         (gst_v4lsrc_fixate): Fixate on format as well.
16770
16771         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16772         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16773         buffer points to it.
16774         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16775         rather just doing X calls ourselves. Also fixes a memleak.
16776
16777 2005-07-12  Andy Wingo  <wingo@pobox.com>
16778
16779         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16780         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16781         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16782         TRUE to avoid deadlocks if an element holds on to our buffers.
16783
16784 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16787         (gst_sinesrc_init), (gst_sinesrc_create),
16788         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16789         (gst_sinesrc_start):
16790         * gst/sine/gstsinesrc.h:
16791           removing num-buffers property before moving it
16792
16793 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16794
16795         * configure.ac:
16796           use overridable ERROR_CFLAGS
16797         * docs/libs/gst-plugins-base-libs.types:
16798         * docs/libs/tmpl/gstringbuffer.sgml:
16799         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16800         (gst_alsasink_class_init):
16801         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16802         (gst_alsasrc_class_init):
16803         * gst-libs/gst/audio/audio.h:
16804         * gst-libs/gst/audio/gstaudioclock.h:
16805         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16806         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16807         (gst_audio_filter_link), (gst_audio_filter_init),
16808         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16809         (gst_audio_filter_get_property),
16810         (gst_audio_filter_class_add_pad_templates):
16811         * gst-libs/gst/audio/gstaudiofilter.h:
16812         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16813         (gst_audio_filter_template_get_type),
16814         (gst_audio_filter_template_base_init),
16815         (gst_audio_filter_template_class_init),
16816         (gst_audio_filter_template_init),
16817         (gst_audio_filter_template_set_property),
16818         (gst_audio_filter_template_get_property), (plugin_init),
16819         (gst_audio_filter_template_setup),
16820         (gst_audio_filter_template_filter),
16821         (gst_audio_filter_template_filter_inplace):
16822         * gst-libs/gst/audio/gstaudiosink.c:
16823         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16824         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16825         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16826         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16827         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16828         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16829         * gst-libs/gst/audio/gstaudiosink.h:
16830         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16831         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16832         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16833         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16834         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16835         (gst_audio_src_class_init), (gst_audio_src_init),
16836         (gst_audio_src_create_ringbuffer):
16837         * gst-libs/gst/audio/gstaudiosrc.h:
16838         * gst-libs/gst/audio/gstbaseaudiosink.c:
16839         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16840         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16841         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16842         (gst_base_audio_sink_set_property),
16843         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16844         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16845         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16846         (gst_base_audio_sink_create_ringbuffer),
16847         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16848         * gst-libs/gst/audio/gstbaseaudiosink.h:
16849         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16850         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16851         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16852         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16853         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16854         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16855         (gst_base_audio_src_event), (gst_base_audio_src_create),
16856         (gst_base_audio_src_create_ringbuffer),
16857         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16858         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16860         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16861         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16862         (gst_ring_buffer_debug_spec_caps),
16863         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16864         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16865         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16866         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16867         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16868         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16869         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16870         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16871         (gst_ring_buffer_clear):
16872         * gst-libs/gst/audio/gstringbuffer.h:
16873         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16874         (gst_video_sink_class_init), (gst_video_sink_get_type):
16875         * gst-libs/gst/video/videosink.h:
16876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16877         (gst_multifdsink_class_init),
16878         (gst_multifdsink_handle_client_write),
16879         (gst_multifdsink_change_state):
16880         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16881         (gst_tcpclientsink_setcaps):
16882         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16883         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16884         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16885         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16886         (gst_ximagesink_send_pending_navigation),
16887         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16888         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16890         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16891         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16892         (gst_xvimagesink_send_pending_navigation),
16893         (gst_xvimagesink_navigation_send_event),
16894         (gst_xvimagesink_set_xwindow_id),
16895         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16896         (gst_xvimagesink_get_type):
16897         more macro splitting
16898
16899 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16900
16901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16902           plug a memleak, allows me to import 1479 albums in one go
16903           in jamboree
16904         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16905         (vorbis_handle_type_packet), (vorbis_dec_chain),
16906         (vorbis_dec_change_state):
16907           fix some format strings
16908
16909 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16910
16911         * docs/libs/tmpl/gstcolorbalance.sgml:
16912         * docs/libs/tmpl/gstmixer.sgml:
16913         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16914         (gst_alsasink_set_property), (gst_alsasink_get_property):
16915         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16916         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16917           add device property
16918
16919 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16920
16921         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16922         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16923         (audiocast_register_listener), (audiocast_thread_run),
16924         (gst_gnomevfssrc_send_additional_headers_callback),
16925         (gst_gnomevfssrc_received_headers_callback),
16926         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16927         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16928         (gst_gnomevfssrc_get_size):
16929           add/clean up debugging
16930         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16931           cleanups
16932
16933 2005-07-07  Andy Wingo  <wingo@pobox.com>
16934
16935         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16936         framerate. Need to get a handle on when exactly this function is
16937         called, tho.
16938
16939         * sys/v4l/v4lsrc_calls.h:
16940         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16941         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16942         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16943
16944         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16945         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16946         v4lelements are sources.
16947
16948         * sys/v4l/gstv4lxoverlay.h:
16949         * sys/v4l/gstv4lxoverlay.c:
16950         * sys/v4l/gstv4ltuner.h:
16951         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16952         
16953         * sys/v4l/gstv4lsrc.h:
16954         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16955         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16956         or something should handle that. Made a live source.
16957
16958         * sys/v4l/gstv4lelement.h:
16959         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16960         signals. Some cleanups.
16961
16962         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16963
16964         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16965         stuff.
16966
16967         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16968         stuff.
16969
16970         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16971
16972 2005-07-07  Wim Taymans  <wim@fluendo.com>
16973
16974         * ext/theora/theoradec.c: (theora_get_query_types),
16975         (theora_dec_src_getcaps), (theora_dec_push):
16976         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16978         Remove deprecated/unused query types.
16979
16980 2005-07-06  Wim Taymans  <wim@fluendo.com>
16981
16982         * ext/alsa/Makefile.am:
16983         * ext/alsa/gstalsaplugin.c: (plugin_init):
16984         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16985         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16986         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16987         (gst_alsasrc_class_init), (gst_alsasrc_init),
16988         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16989         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16990         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16991         (gst_alsasrc_reset):
16992         * ext/alsa/gstalsasrc.h:
16993         * gst-libs/gst/audio/Makefile.am:
16994         * gst-libs/gst/audio/gstaudiosink.c:
16995         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16996         (gst_audioringbuffer_start):
16997         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16998         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16999         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17000         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17001         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17002         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17003         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17004         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17005         * gst-libs/gst/audio/gstaudiosrc.h:
17006         * gst-libs/gst/audio/gstbaseaudiosink.c:
17007         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17008         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17009         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17010         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17011         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17012         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17013         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17014         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17015         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17016         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17017         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17018         (gst_baseaudiosrc_change_state):
17019         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17020         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17021         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17022         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17023         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17024         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17025         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17026         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17027         * gst-libs/gst/audio/gstringbuffer.h:
17028         Added audiosource base classes.
17029         Ported alsasrc, still very basic.
17030
17031 2005-07-06  Wim Taymans  <wim@fluendo.com>
17032
17033         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17034         (theora_dec_push), (theora_handle_data_packet):
17035         Prepare for better timestamp fix later.
17036
17037         * gst/audioconvert/gstaudioconvert.c:
17038         List most accurate caps first
17039
17040         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17041         Use proper pad task function.
17042
17043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17044         (gst_xvimagesink_show_frame):
17045         Fix deadlock when alloc failed.
17046
17047 2005-07-05  Andy Wingo  <wingo@pobox.com>
17048
17049         * ext/gnomevfs/gstgnomevfssrc.c:
17050         * gst/sine/gstsinesrc.c:
17051         * gst/tcp/gsttcpserversrc.c:
17052         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17053
17054         * sys/v4l/: Port from 0.8.
17055
17056         * Many files: Null if we got it....
17057
17058 2005-07-05  Andy Wingo  <wingo@pobox.com>
17059
17060         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17061         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17062         Signedness fixes.
17063
17064 2005-07-05  Wim Taymans  <wim@fluendo.com>
17065
17066         * configure.ac:
17067         * gst/tcp/Makefile.am:
17068         * gst/tcp/README:
17069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17070         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17071         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17072         (is_sync_frame), (gst_multifdsink_handle_client_write),
17073         (gst_multifdsink_render), (gst_multifdsink_start),
17074         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17075         * gst/tcp/gstmultifdsink.h:
17076         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17077         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17078         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17079         * gst/tcp/gsttcp.h:
17080         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17081         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17082         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17083         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17084         * gst/tcp/gsttcpclientsink.h:
17085         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17086         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17087         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17088         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17089         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17090         * gst/tcp/gsttcpclientsrc.h:
17091         * gst/tcp/gsttcpplugin.c: (plugin_init):
17092         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17093         * gst/tcp/gsttcpserversink.h:
17094         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17095         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17096         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17097         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17098         (gst_tcpserversrc_stop):
17099         * gst/tcp/gsttcpserversrc.h:
17100         * gst/tcp/gsttcpsink.c:
17101         * gst/tcp/gsttcpsink.h:
17102         * gst/tcp/gsttcpsrc.c:
17103         * gst/tcp/gsttcpsrc.h:
17104         Ported tcp plugins to 0.9. 
17105         
17106
17107 2005-07-05  Andy Wingo  <wingo@pobox.com>
17108
17109         * gst/playback/gstplaybasebin.c (fill_buffer):
17110         message_new_application fixen.
17111
17112         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17113         Style fix.
17114
17115 2005-07-04  Wim Taymans  <wim@fluendo.com>
17116
17117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17118         Set caps on output buffer.
17119
17120 2005-07-04  Andy Wingo  <wingo@pobox.com>
17121
17122         * ext/gnomevfs/gstgnomevfssrc.c
17123         (gst_gnomevfssrc_received_headers_callback) 
17124         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17125         hopefully.
17126
17127         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17128         No refcount leakage.
17129
17130         * configure.ac: Enable -Werror.
17131         
17132         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17133         * gst/audioconvert/bufferframesconvert.c
17134         (buffer_frames_convert_fixate):
17135         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17136         (gst_audio_convert_fixate):
17137         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17138         (gst_sinesrc_create): Fixate func changes.
17139         
17140         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17141         (gst_ximagesink_buffer_alloc): Unused var.
17142
17143 2005-07-01  Andy Wingo  <wingo@pobox.com>
17144
17145         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17146         getcaps to do explicit caps. Needs to be done in all decoders,
17147         possibly via a base class.
17148
17149         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17150
17151         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17152         caps on the sink pad, just rely on the pad template. Also, setting
17153         ANY caps on a pad is not valid because the caps are not fixed.
17154
17155         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17156         caps on the buffer, and get the width from the desired_caps if
17157         they're set.
17158         (gst_ximagesink_renegotiate_size): Implement via setting the
17159         desired_caps on the ximagesink.
17160         (gst_ximagesink_setcaps): Only reset the width of the player if it
17161         wasn't already set. Not sure if this is right.
17162         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17163
17164         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17165         that the user wants. NULL unless the window has been resized.
17166
17167         * gst/volume/gstvolume.c (volume_transform): Adapt to
17168         basetransform refcount changes.
17169         
17170 2005-07-01  Andy Wingo  <wingo@pobox.com>
17171
17172         * gst/videoscale/gstvideoscale.c:
17173         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17174         from BaseTransform, implements a transform_caps. Removed dead code
17175         including some PAR stuff that was never reached -- should probably
17176         be added back somehow.
17177
17178 2005-07-01  Andy Wingo  <wingo@pobox.com>
17179
17180         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17181         come later.
17182
17183 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * configure.ac:
17186         * docs/libs/Makefile.am:
17187         * docs/libs/gst-plugins-libs.types:
17188         * ext/alsa/Makefile.am:
17189         * ext/alsa/gstalsamixer.h:
17190         * ext/alsa/gstalsamixeroptions.h:
17191         * ext/alsa/gstalsamixertrack.h:
17192         * gst-libs/gst/Makefile.am:
17193         * gst-libs/gst/colorbalance/.cvsignore:
17194         * gst-libs/gst/colorbalance/Makefile.am:
17195         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17196         * gst-libs/gst/colorbalance/colorbalance.c:
17197         * gst-libs/gst/colorbalance/colorbalance.h:
17198         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17199         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17200         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17201         * gst-libs/gst/interfaces/Makefile.am:
17202         * gst-libs/gst/interfaces/colorbalance.c:
17203         (gst_color_balance_class_init):
17204         * gst-libs/gst/interfaces/colorbalance.h:
17205         * gst-libs/gst/interfaces/interfaces-marshal.list:
17206         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17207         * gst-libs/gst/interfaces/mixer.h:
17208         * gst-libs/gst/interfaces/mixeroptions.h:
17209         * gst-libs/gst/interfaces/navigation.c:
17210         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17211         * gst-libs/gst/interfaces/tuner.h:
17212         * gst/volume/Makefile.am:
17213         * gst/volume/gstvolume.c:
17214         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17215         * sys/ximage/Makefile.am:
17216         * sys/ximage/ximagesink.c:
17217         * sys/xvimage/Makefile.am:
17218         * sys/xvimage/xvimagesink.c:
17219           fold in all interfaces into an interfaces dir, preserving CVS
17220           history
17221
17222 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17223
17224         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17225           Fix build after riff changes.
17226
17227 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17228
17229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17230         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17231         (gst_riff_create_video_template_caps),
17232         (gst_riff_create_audio_template_caps),
17233         (gst_riff_create_iavs_template_caps):
17234         * gst-libs/gst/riff/riff-media.h:
17235         * gst-libs/gst/riff/riff-read.h:
17236         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17237           Add gst_riff_init() to initialize the debug category, instead
17238           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17239
17240 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17243           Oops, I shouldn't apply hacks.
17244
17245 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17246
17247         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17248           Remove pad_loop function which doesn't work.
17249
17250 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17253           Send EOS when deactivating.
17254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17255         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17256         (gen_preroll_element), (probe_triggered), (mute_stream),
17257         (silence_stream), (new_decoded_pad), (setup_substreams),
17258         (set_active_source):
17259         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17260         (remove_sinks), (add_sink):
17261         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17262           Change for new probe API.
17263
17264 2005-06-29  Wim Taymans  <wim@fluendo.com>
17265
17266         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17267         * gst-libs/gst/audio/gstbaseaudiosink.c:
17268         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17269         (gst_baseaudiosink_change_state):
17270         * gst-libs/gst/audio/gstbaseaudiosink.h:
17271         * gst-libs/gst/audio/gstringbuffer.c:
17272         (gst_ringbuffer_set_callback):
17273         Fix compilation error.
17274         Ringbuffer starts out as not running.
17275         Free our clock in dispose.
17276         When releasing the ringbuffer we need to renegotiate so
17277         clear the pad caps.
17278
17279 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17280
17281         * autogen.sh:
17282         * configure.ac:
17283         * docs/Makefile.am:
17284         * docs/libs/Makefile.am:
17285         * docs/libs/gst-plugins-libs-docs.sgml:
17286         * docs/libs/gst-plugins-libs-sections.txt:
17287         * docs/libs/gst-plugins-libs.types:
17288         * docs/libs/tmpl/gstaudio.sgml:
17289         * docs/libs/tmpl/gstcolorbalance.sgml:
17290         * docs/libs/tmpl/gstringbuffer.sgml:
17291         * gst-libs/gst/audio/gstringbuffer.c:
17292         (gst_ringbuffer_set_callback):
17293           reinstate gtk-doc docs for plugin libs
17294
17295 2005-06-28  Wim Taymans  <wim@fluendo.com>
17296
17297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17298         (gst_ogg_demux_init):
17299         Removed pad loop function.
17300
17301 2005-06-28  Wim Taymans  <wim@fluendo.com>
17302
17303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17304         If we're building a chain we are not in an error case
17305         when we queue a buffer.
17306
17307 2005-06-28  Andy Wingo  <wingo@pobox.com>
17308
17309         * *.c: Don't cast to GstObject before reffing/unreffing.
17310
17311 2005-06-27  Andy Wingo  <wingo@pobox.com>
17312
17313         * gst/videotestsrc/gstvideotestsrc.c
17314         (gst_videotestsrc_activate_push): Activation API changes.
17315
17316         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17317         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17318         they have refs on the decodebin.
17319
17320         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17321         parent class.
17322         (gst_ogg_pad_typefind): Don't leak a pad ref.
17323         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17324         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17325         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17326
17327 2005-06-27  Edward Hervey  <edward@fluendo.com>
17328
17329         * ext/theora/theoradec.c: (theora_dec_change_state): 
17330         re-arranged call to parent's state change in order to avoid locks (or
17331         worse).
17332
17333 2005-06-26  Edward Hervey  <edward@fluendo.com>
17334
17335         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17336         2nd argument of 'unknow-type' signal is a GstCaps and not a
17337         GstMiniObject
17338
17339 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17340         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17341           Set the worker thread's running flag to TRUE before starting the
17342           thread.
17343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17344           Catch a failure to add typefind to the bin.
17345
17346 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17347
17348         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17349         (gst_sinesrc_init), (gst_sinesrc_create),
17350         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17351         (gst_sinesrc_start):
17352         * gst/sine/gstsinesrc.h:
17353           add num-buffers and timestamp-offset properties
17354         * gst/videotestsrc/gstvideotestsrc.c:
17355         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17356         (gst_videotestsrc_get_property):
17357           add timestamp-offset property
17358
17359 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17360
17361         * configure.ac: add videorate
17362         * gst-plugins-base.spec.in: add videorate
17363
17364 2005-06-23  Wim Taymans  <wim@fluendo.com>
17365
17366         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17367         (gst_videorate_getcaps), (gst_videorate_setcaps),
17368         (gst_videorate_event), (gst_videorate_chain):
17369         Fixed videorate, fixating an already fixated caps is not
17370         an error.
17371
17372 2005-06-23  Wim Taymans  <wim@fluendo.com>
17373
17374         * ext/ogg/README:
17375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17376         Buffer on caps is not boxed anymore.
17377
17378 2005-06-22  Wim Taymans  <wim@fluendo.com>
17379
17380         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17382         Set buffers on caps as miniobjects and not as boxed.
17383
17384 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17385
17386         * configure.ac:
17387           back to HEAD
17388
17389 === release 0.9.1 ===
17390
17391 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * .cvsignore:
17394         * NEWS:
17395         * README:
17396         * RELEASE:
17397         * configure.ac:
17398         * po/af.po:
17399         * po/az.po:
17400         * po/cs.po:
17401         * po/en_GB.po:
17402         * po/hu.po:
17403         * po/it.po:
17404         * po/nb.po:
17405         * po/nl.po:
17406         * po/or.po:
17407         * po/sq.po:
17408         * po/sr.po:
17409         * po/sv.po:
17410         * po/uk.po:
17411         * po/vi.po:
17412           updates for release
17413
17414 2005-06-09  Andy Wingo  <wingo@pobox.com>
17415
17416         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17417         
17418 2005-06-09  Andy Wingo  <wingo@pobox.com>
17419
17420         * configure.ac:
17421         * gst-libs/gst/Makefile.am:
17422         * gst-libs/gst/net/Makefile.am:
17423         Add gstnet to build.
17424
17425 2005-06-09  Andy Wingo  <wingo@pobox.com>
17426
17427         * gst-libs/gst/gconf/gconf.c:
17428         * gst/playback/test.c:
17429         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17430         fixes.
17431
17432         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17433
17434         * ext/theora/theoraenc.c (theora_enc_chain): 
17435         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17436
17437         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17438         RealPad.
17439
17440 2005-06-02  Wim Taymans  <wim@fluendo.com>
17441
17442         * gst-libs/gst/net/Makefile.am:
17443         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17444         * pkgconfig/gstreamer-libs.pc.in:
17445         Added net stuff, version net lib.
17446
17447 2005-06-02  Wim Taymans  <wim@fluendo.com>
17448
17449         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17450         (query_rates), (query_positions_elems), (query_positions_pads),
17451         (do_seek):
17452         Updated seek example.
17453
17454 2005-06-02  Andy Wingo  <wingo@pobox.com>
17455
17456         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17457         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17458         list.
17459
17460         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17461         remove the typefind, the bin dispose will do it for us. When it's
17462         removed and unreffed, the signal handler will be disconnected,
17463         too.
17464         (unlinked): It's too difficult to disconnect from unlinked
17465         handlers, as they are on pads not elements. Just punt if the pads
17466         aren't grandkids of the bin.
17467
17468 2005-06-02  Wim Taymans  <wim@fluendo.com>
17469
17470         * ext/ogg/README:
17471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17472         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17474         * ext/theora/theoradec.c: (theora_dec_src_query),
17475         (theora_handle_data_packet):
17476         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17477         (theora_enc_chain):
17478         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17479         (vorbis_handle_data_packet):
17480         * gst/audioconvert/bufferframesconvert.c:
17481         (buffer_frames_convert_chain):
17482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17483         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17484         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17485         (gst_ffmpegcsp_chain):
17486         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17487         (gst_videorate_getcaps), (gst_videorate_setcaps),
17488         (gst_videorate_event), (gst_videorate_chain):
17489         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17490         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17492         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17493         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17494         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17495         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17496         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17497         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17498         Cleanups and buffer alloc.
17499
17500 2005-05-31  Wim Taymans  <wim@fluendo.com>
17501
17502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17503         Don't try to call the delay method when the device is not
17504         opened.
17505
17506 2005-05-31  Wim Taymans  <wim@fluendo.com>
17507
17508         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17509         Get actual segment size and buffer size after opening
17510         the device.
17511
17512 2005-05-30  Wim Taymans  <wim@fluendo.com>
17513
17514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17515         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17516         Also FLUSH upstream, makes the loop function exit faster.
17517         
17518         * ext/theora/theoradec.c: (theora_dec_src_query):
17519         Some more debug info in the query.
17520         
17521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17522         (gst_ximagesink_setcaps):
17523         Release lock on par error, better error reporting.
17524
17525 2005-05-26  Wim Taymans  <wim@fluendo.com>
17526
17527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17528         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17529         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17530         Clear chains in READY
17531         Queue packets until the chain is activated.
17532
17533 2005-05-25  Wim Taymans  <wim@fluendo.com>
17534
17535         * gst-libs/gst/audio/gstaudiosink.c:
17536         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17537         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17538         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17539         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17540         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17541         (gst_audiosink_create_ringbuffer):
17542         * gst-libs/gst/audio/gstbaseaudiosink.c:
17543         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17544         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17545         (gst_baseaudiosink_set_property), (build_linear_format),
17546         (debug_spec_caps), (debug_spec_buffer),
17547         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17548         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17549         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17550         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17551         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17552         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17553         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17554         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17555         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17556         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17557         (wait_segment), (gst_ringbuffer_commit),
17558         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17559         (gst_ringbuffer_clear):
17560         Various small cleanups.
17561
17562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17563         (gst_audio_convert_change_state):
17564         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17565         No need to take the locks anymore.
17566
17567 2005-05-25  Wim Taymans  <wim@fluendo.com>
17568
17569         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17570         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17571         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17572         (type_found):
17573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17574         (group_destroy), (group_commit), (queue_overrun),
17575         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17576         (mute_stream), (new_decoded_pad), (setup_substreams),
17577         (setup_source), (mute_group_type), (set_active_source),
17578         (gst_play_base_bin_change_state):
17579         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17580         (gen_video_element), (gen_text_element), (gen_audio_element),
17581         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17582         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17583         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17584         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17585         Some playbin cleanups mostly refcounting sloppyness.
17586
17587 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17588
17589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17590           Work with streaming input.
17591
17592 2005-05-25  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17595         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17596         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17597         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17598         No need to take the STREAM lock anymore.
17599
17600 2005-05-25  Wim Taymans  <wim@fluendo.com>
17601
17602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17603         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17604         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17605         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17606         (gst_ogg_demux_sink_activate):
17607         * ext/theora/theoradec.c: (theora_dec_src_event),
17608         (theora_handle_comment_packet), (theora_dec_chain),
17609         (theora_dec_change_state):
17610         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17611         (vorbis_handle_data_packet), (vorbis_dec_chain),
17612         (vorbis_dec_change_state):
17613         Remove STREAM locks as they are taken in core now.
17614         Never set bogus granulepos on vorbis/theora.
17615         Fix leaks in theoradec tag parsing.
17616
17617 2005-05-25  Wim Taymans  <wim@fluendo.com>
17618
17619         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17620         Fix memleaks, GST_BUFFER_DATA() is not freed.
17621
17622 2005-05-25  Wim Taymans  <wim@fluendo.com>
17623
17624         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17625         Open non-blocking, set to blocking mode afterwards to avoid
17626         lockups when audio device is busy.
17627
17628 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17629
17630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17631           This can't be good.
17632
17633 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17636         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17637         (gst_audio_convert_setcaps):
17638           Implement instant setup switching.
17639
17640 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * gst/playback/gstplaybasebin.c: (probe_triggered):
17643           Fix missing unlock.
17644         * gst/playback/gstplaybin.c: (add_sink):
17645           First add, then link (otherwise pad link fails).
17646
17647 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17648
17649         * examples/Makefile.am:
17650         fix buildbot (make distcheck)
17651
17652 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17653
17654         * gst/playback/gstplaybin.c: (gen_vis_element):
17655           Remove some wrong code. Doesn't work yet.
17656
17657 2005-05-19  Wim Taymans  <wim@fluendo.com>
17658
17659         * gst-libs/gst/net/Makefile.am:
17660         * gst-libs/gst/net/README:
17661         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17662         (gst_netbuffer_class_init), (gst_netbuffer_init),
17663         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17664         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17665         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17666         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17667         * gst-libs/gst/net/gstnetbuffer.h:
17668         Added buffer subclass to store extra to/from addresses for
17669         network sources/sinks.
17670
17671 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17674           Don't lock an unassigned variable.
17675
17676 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17677
17678         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17679           Increase buffer for video, decrease buffer for other media types.
17680         * gst/playback/gstplaybin.c: (gen_video_element),
17681         (gen_audio_element):
17682           Change names for debugging purposes.
17683
17684 2005-05-18  Wim Taymans  <wim@fluendo.com>
17685
17686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17687         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17688         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17689         (gst_ffmpegcsp_chain):
17690         Enable buffer alloc passthrough if the source and dest
17691         formats are the same.
17692
17693 2005-05-17  Wim Taymans  <wim@fluendo.com>
17694
17695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17696         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17697         (gst_ogg_demux_chain_unlocked):
17698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17699         (gst_audio_convert_caps_remove_format_info),
17700         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17701         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17703         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17704         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17705         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17706         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17707         (gst_ffmpegcsp_get_property):
17708         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17709         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17710         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17711         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17712         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17713         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17714         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17715         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17716         Leak fixes in oggdemux.
17717         Some cleanups in audioconvert.
17718         Make passthrough work along with buffer_alloc etc.
17719         Make buffer_alloc and buffer recycling actually work in
17720         xvimagesink.
17721
17722 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17723
17724         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17725           make the compiler happy
17726
17727 2005-05-17  Wim Taymans  <wim@fluendo.com>
17728
17729         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17730         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17731         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17732         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17733         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17734         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17735         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17736         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17737         (gst_xvimagesink_set_xwindow_id):
17738         * sys/xvimage/xvimagesink.h:
17739         Port xvimagesink to new MiniObject.
17740
17741 2005-05-17  Wim Taymans  <wim@fluendo.com>
17742
17743         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17744         (gst_audiofilter_chain):
17745         * gst-libs/gst/audio/gstaudiosink.c:
17746         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17747         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17748         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17749         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17750         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17751         (gst_audiosink_create_ringbuffer):
17752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17753         (gst_audio_convert_caps_remove_format_info),
17754         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17755         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17757         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17758         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17759         Fix passthrough in ffmpegcolorspace.
17760         Fix memset in audiosink on wrong memory.
17761
17762 2005-05-16  David Schleef  <ds@schleef.org>
17763
17764         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17765         to GstMiniObject.
17766
17767 2005-05-16  David Schleef  <ds@schleef.org>
17768
17769         Port from GstData to GstMiniObject.
17770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17772         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17773         (gst_ogg_mux_collected):
17774         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17775         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17776         (theora_handle_data_packet):
17777         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17778         (theora_set_header_on_caps), (theora_enc_chain):
17779         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17780         (vorbis_handle_comment_packet):
17781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17782         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17783         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17784         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17785         * gst/audioconvert/gstaudioconvert.c:
17786         (gst_audio_convert_get_buffer):
17787         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17788         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17789         (mute_stream), (silence_stream):
17790         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17791         * gst/volume/gstvolume.c: (volume_transform):
17792         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17793         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17794         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17795         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17796         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17797         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17798         (gst_ximagesink_buffer_alloc):
17799         * sys/ximage/ximagesink.h:
17800
17801 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17802
17803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17804         (fill_buffer), (check_queue), (queue_threshold_reached),
17805         (queue_out_of_data):
17806         * gst/playback/gstplaybasebin.h:
17807           Post buffer-fullness on the bus.
17808
17809 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17810
17811         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17812         (try_to_link_1):
17813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17814         (group_commit), (probe_triggered), (setup_source),
17815         (gst_play_base_bin_change_state):
17816         * gst/playback/gstplaybasebin.h:
17817         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17818         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17819         (gst_play_bin_change_state):
17820           Move setup_output_pads into a virtual function, remove
17821           group-switch (no longer needed) and redirect (handled by bus
17822           now) signals.
17823
17824 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17825
17826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17827         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17828         (get_active_group), (get_building_group), (group_destroy),
17829         (group_commit), (check_queue), (queue_overrun),
17830         (queue_threshold_reached), (queue_out_of_data),
17831         (gen_preroll_element), (remove_groups), (unknown_type),
17832         (add_element_stream), (no_more_pads), (probe_triggered),
17833         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17834         (setup_substreams), (setup_source), (finish_source),
17835         (prepare_output), (muted_group_change_state),
17836         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17837         (gst_play_base_bin_change_state):
17838         * gst/playback/gstplaybasebin.h:
17839         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17840         (gst_play_bin_init), (gst_play_bin_set_property),
17841         (gen_video_element), (gen_text_element), (gen_audio_element),
17842         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17843         (gst_play_bin_change_state):
17844         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17845         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17846         (stream_info_change_state), (gst_stream_info_set_mute),
17847         (gst_stream_info_get_property):
17848         * gst/playback/gststreaminfo.h:
17849         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17850         (gst_stream_selector_get_linked_pad),
17851         (gst_stream_selector_getcaps),
17852         (gst_stream_selector_get_linked_pads),
17853         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17854         * gst/playback/gststreamselector.h:
17855           Rough port of playbin. Needs some more work, but is mostly done,
17856           and uses a few locks in important places, which should make stuff
17857           like chain-switches clean. Still uses GST_STATE() in a few places,
17858           which isn't all that good an idea, subtitles/elements disabled
17859           because no elements to test with and thus probably broken, query
17860           and event handling moved to GstBin, internal thread removed
17861           alltogether because the pipeline does that for us now. Can play
17862           Ogg/Vorbis files. Haven't tested anything else yet.
17863
17864 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17867           Do no-more-pads (needed for autoplugging).
17868
17869 2005-05-10  Andy Wingo  <wingo@pobox.com>
17870
17871         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17872         message to the bus with the tags. Still not sent downstream tho.
17873
17874         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17875         get_parent.
17876         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17877         avoid refcounting hassles.
17878
17879 2005-05-09  Andy Wingo  <wingo@pobox.com>
17880
17881         * gst/volume/Makefile.am:
17882         * gst/volume/demo.c
17883         * gst/volume/gstvolume.h
17884         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17885         basetransform. Probably need an audio filter base class.
17886
17887 2005-05-09  Wim Taymans  <wim@fluendo.com>
17888
17889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17890         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17891         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17892         (gst_vorbisenc_chain):
17893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17894         (gst_audio_convert_caps_remove_format_info),
17895         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17896         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17897         Make caps writable before writing to it.
17898         Fix negotiation in audioconvert some more.
17899
17900 2005-05-09  Wim Taymans  <wim@fluendo.com>
17901
17902         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17903         (gst_videorate_getcaps), (gst_videorate_setcaps),
17904         (gst_videorate_event), (gst_videorate_chain):
17905         Better negotiation.
17906
17907 2005-05-09  Wim Taymans  <wim@fluendo.com>
17908
17909         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17910         (gst_videorate_getcaps), (gst_videorate_setcaps),
17911         (gst_videorate_blank_data), (gst_videorate_init),
17912         (gst_videorate_event), (gst_videorate_chain),
17913         (gst_videorate_change_state):
17914         Port videorate, do a better job at negotiation while we're at
17915         it.
17916
17917 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17918
17919         * configure.ac:
17920           Disable libvisual
17921
17922         * examples/Makefile.am:
17923         * gst-libs/gst/audio/Makefile.am:
17924         * gst-libs/gst/riff/Makefile.am:
17925         * gst-libs/gst/tag/Makefile.am:
17926         * gst-libs/gst/video/Makefile.am:
17927           Fixups for missing variables.
17928
17929 2005-05-09  Wim Taymans  <wim@fluendo.com>
17930
17931         * examples/seeking/seek.c: (make_theora_pipeline),
17932         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17933         (query_rates), (query_positions_elems), (query_positions_pads),
17934         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17936         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17937         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17938         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17939         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17941         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17942         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17943         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17944         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17945         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17946         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17947         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17948         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17949         (theora_dec_src_convert), (theora_dec_sink_convert),
17950         (theora_dec_src_query), (theora_dec_sink_query),
17951         (theora_dec_src_event), (theora_dec_sink_event),
17952         (theora_handle_comment_packet), (theora_handle_type_packet),
17953         (theora_handle_header_packet), (theora_handle_data_packet),
17954         (theora_dec_chain):
17955         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17956         (vorbis_dec_convert), (vorbis_dec_src_query),
17957         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17958         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17959         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17960         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17962         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17963         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17964         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17965         (gst_play_bin_query):
17966         * gst/playback/test3.c: (update_scale):
17967         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17968         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17969         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17970         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17971         (gst_videotestsrc_src_query):
17972         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17973         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17974         (paint_hline_YUV9):
17975         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17976         Port to new query API.
17977         Updated seek.
17978         Cleanups in x[v]imagesink
17979
17980 2005-05-09  Andy Wingo  <wingo@pobox.com>
17981
17982         * ext/alsa/gstalsasink.h:
17983         * ext/gnomevfs/gstgnomevfssrc.c:
17984         (gst_gnomevfssrc_get_icy_metadata):
17985         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17986         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17987         * ext/theora/theoradec.c (theora_dec_src_query)
17988         (theora_dec_src_event, theora_dec_sink_event)
17989         (theora_handle_comment_packet, theora_handle_data_packet):
17990         * ext/theora/theoraenc.c (theora_enc_chain):
17991         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17992         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17993         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17994         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17995         (qt_type_find):
17996         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17997         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17998         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17999         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18000         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18001         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18002         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18003         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18004         (paint_setup_RGB565, paint_setup_xRGB1555):
18005         * gst/videotestsrc/videotestsrc.h:
18006         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18007         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18008         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18009         GCC4 fixes.
18010         
18011         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18012         gst_pad_query_position. Fixes oggdemux.
18013
18014 2005-05-08  David Schleef  <ds@schleef.org>
18015
18016         * configure.ac: Require liboil.
18017         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18018         a few more.
18019         * gst/videotestsrc/videotestsrc.c:
18020         * gst/videotestsrc/videotestsrc.h:
18021
18022 2005-05-06  Wim Taymans  <wim@fluendo.com>
18023
18024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18025         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18026         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18027         Well, unreffing a buffer right before pushing it is asking
18028         for trouble..
18029
18030 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18031
18032         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18033
18034 2005-05-06  Wim Taymans  <wim@fluendo.com>
18035
18036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18037         (gst_audio_convert_caps_remove_format_info),
18038         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18039         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18041         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18042         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18043         * gst/sine/Makefile.am:
18044         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18045         (gst_sinesrc_class_init), (gst_sinesrc_init),
18046         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18047         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18048         (gst_sinesrc_update_freq):
18049         * gst/sine/gstsinesrc.h:
18050         * gst/tcp/gstmultifdsink.c:
18051         * sys/xvimage/xvimagesink.c:
18052         Fixed negotiation wrt _peer_get_caps()
18053         Some cleanups.
18054
18055
18056 2005-05-06  Wim Taymans  <wim@fluendo.com>
18057
18058         * gst-libs/gst/audio/gstaudiosink.c:
18059         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18060         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18061         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18062         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18063         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18064         (gst_audiosink_create_ringbuffer):
18065         * gst-libs/gst/audio/gstbaseaudiosink.c:
18066         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18067         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18068         (gst_baseaudiosink_set_property), (build_linear_format),
18069         (debug_spec_caps), (debug_spec_buffer),
18070         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18071         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18072         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18073         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18074         * gst-libs/gst/audio/gstbaseaudiosink.h:
18075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18076         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18077         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18078         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18079         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18080         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18081         (wait_segment), (gst_ringbuffer_commit),
18082         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18083         (gst_ringbuffer_clear):
18084         * gst-libs/gst/audio/gstringbuffer.h:
18085         Make the base audiosink return an error when there is no
18086         audiobuffer negotiated.
18087
18088 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18089
18090         * ext/Makefile.am:
18091         Disable cdparanoia until someone ports it!
18092
18093 2005-05-06  Wim Taymans  <wim@fluendo.com>
18094
18095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18096         (gst_ogg_demux_sink_activate):
18097         And revert after wingo's revert.. sigh..
18098
18099 2005-05-05  Andy Wingo  <wingo@pobox.com>
18100
18101         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18102         GObject.
18103         * configure.ac: Return audiorate and subparse from the ghetto.
18104         Re-enable -Wall -Werror.
18105         * gst/subparse/gstsubparse.c:
18106         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18107         or chain-based. Cleaned up a bit. Not tested.
18108         
18109 2005-05-05  Christian Schaller <christian@fluendo.com> 
18110
18111         * Makefile.am: remove stuff that is not building
18112         * configure.ac: remove stuff that is not building
18113         * examples/Makefile.am: remove stuff that is not building
18114         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18115         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18116         * sys/Makefile.am: remove stuff that is not building
18117         * testsuite/Makefile.am: remove stuff that is not building
18118
18119 2005-05-05  Andy Wingo  <wingo@pobox.com>
18120
18121         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18122         * gst-libs/gst/tag/gstvorbistag.c:
18123         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18124         * gst/adder/gstadder.h:
18125         * gst/audioconvert/gstchannelmix.c:
18126         (gst_audio_convert_fill_one_other):
18127         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18128         (gst_audiorate_init), (gst_audiorate_chain):
18129         * gst/playback/gstplaybasebin.c: (setup_source):
18130         * gst/playback/test3.c: (update_scale):
18131         Some GCC4 fixes
18132         
18133         * po/af.po:
18134         * po/az.po:
18135         * po/cs.po:
18136         * po/en_GB.po:
18137         * po/hu.po:
18138         * po/it.po:
18139         * po/nb.po:
18140         * po/nl.po:
18141         * po/or.po:
18142         * po/sq.po:
18143         * po/sr.po:
18144         * po/sv.po:
18145         * po/uk.po:
18146         * po/vi.po: Foo
18147
18148 2005-05-05  Wim Taymans  <wim@fluendo.com>
18149
18150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18151         (gst_audio_convert_caps_remove_format_info),
18152         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18153         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18154         * gst/videotestsrc/gstvideotestsrc.c:
18155         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18156         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18157         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18158         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18159         Don't ignore _push() return values.
18160         Make sure no processing is done when shutting down.
18161         Videotestsrc pad activation fix.
18162
18163 2005-05-05  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/adder/Makefile.am:
18166         * gst/adder/gstadder.c: (gst_adder_setcaps),
18167         (gst_adder_class_init), (gst_adder_init),
18168         (gst_adder_request_new_pad), (gst_adder_collected),
18169         (gst_adder_change_state):
18170         * gst/adder/gstadder.h:
18171         Ported adder as an example of a mixer element using
18172         collect pads. Needs more negotiation work.
18173
18174 2005-05-05  Wim Taymans  <wim@fluendo.com>
18175
18176         * ext/theora/theoradec.c: (_inc_granulepos),
18177         (theora_dec_src_event), (theora_dec_sink_event),
18178         (theora_handle_comment_packet), (theora_handle_type_packet),
18179         (theora_handle_header_packet), (theora_handle_data_packet),
18180         (theora_dec_chain):
18181         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18182         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18183         (theora_push_buffer), (theora_push_packet),
18184         (theora_enc_sink_event), (theora_enc_chain),
18185         (theora_enc_change_state), (theora_enc_set_property),
18186         (theora_enc_get_property):
18187         Added stream lock to decoder so that we can serialize
18188         the discont event.
18189         More theoraenc porting, recover from errors, do clean
18190         shutdown.
18191
18192 2005-05-05  Wim Taymans  <wim@fluendo.com>
18193
18194         * ext/ogg/Makefile.am:
18195         * ext/ogg/README:
18196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18197         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18198         (gst_ogg_print):
18199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18200         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18201         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18202         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18203         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18204         (gst_ogg_mux_change_state):
18205         Ported ogg muxer.
18206
18207 2005-05-05  Wim Taymans  <wim@fluendo.com>
18208
18209         * docs/design-audiosinks.txt:
18210         * gst-libs/gst/audio/TODO:
18211         * gst-libs/gst/audio/gstaudiosink.c:
18212         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18213         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18214         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18215         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18216         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18217         (gst_audiosink_create_ringbuffer):
18218         * gst-libs/gst/audio/gstbaseaudiosink.c:
18219         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18220         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18221         (gst_baseaudiosink_set_property), (build_linear_format),
18222         (debug_spec_caps), (debug_spec_buffer),
18223         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18224         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18225         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18226         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18228         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18229         (gst_ringbuffer_release), (gst_ringbuffer_play),
18230         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18231         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18232         (gst_ringbuffer_set_sample), (wait_segment),
18233         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18234         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18235         More work on the audiosink, mostly debugging and a race in
18236         shutdown.
18237
18238 2005-04-28  Wim Taymans  <wim@fluendo.com>
18239
18240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18241         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18242         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18243         (vorbis_dec_src_query), (vorbis_dec_src_event),
18244         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18245         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18246         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18247         Don't crap out when seeking back to position 0.
18248
18249 2005-04-28  Wim Taymans  <wim@fluendo.com>
18250
18251         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18252         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18253         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18254         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18255         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18256         Make audio sink configurable, use alsasink as default.
18257
18258 2005-04-28  Wim Taymans  <wim@fluendo.com>
18259
18260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18261         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18262         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18263         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18264         (vorbis_dec_change_state):
18265         * ext/vorbis/vorbisdec.h:
18266         Refactor, use STREAM_LOCK.
18267
18268 2005-04-28  Wim Taymans  <wim@fluendo.com>
18269
18270         * ext/theora/theoradec.c: (_inc_granulepos),
18271         (theora_dec_sink_event), (theora_handle_comment_packet),
18272         (theora_handle_type_packet), (theora_handle_header_packet),
18273         (theora_handle_data_packet), (theora_dec_chain),
18274         (theora_dec_change_state):
18275         Refactor a bit, use STREAM_LOCK.
18276
18277 2005-04-28  Wim Taymans  <wim@fluendo.com>
18278
18279         * ext/alsa/Makefile.am:
18280         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18281         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18282         (gst_alsa_link), (gst_alsa_close_audio):
18283         * ext/alsa/gstalsaplugin.c: (plugin_init):
18284         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18285         (gst_alsasink_dispose), (gst_alsasink_base_init),
18286         (gst_alsasink_class_init), (gst_alsasink_init),
18287         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18288         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18289         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18290         (gst_alsasink_reset):
18291         * ext/alsa/gstalsasink.h:
18292         Implement alsasink with simple open/write/close API. 
18293         Make alsa dir build by disabling compilation of code.
18294
18295 2005-04-28  Wim Taymans  <wim@fluendo.com>
18296
18297         * gst-libs/gst/audio/Makefile.am:
18298         * gst-libs/gst/audio/audio.h:
18299         * gst-libs/gst/audio/audioclock.c:
18300         * gst-libs/gst/audio/audioclock.h:
18301         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18302         (gst_audio_clock_class_init), (gst_audio_clock_init),
18303         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18304         * gst-libs/gst/audio/gstaudioclock.h:
18305         * gst-libs/gst/audio/gstaudiosink.c:
18306         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18307         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18308         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18309         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18310         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18311         (gst_audiosink_create_ringbuffer):
18312         * gst-libs/gst/audio/gstbaseaudiosink.c:
18313         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18314         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18315         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18316         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18317         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18318         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18319         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18320         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18321         * gst-libs/gst/audio/gstbaseaudiosink.h:
18322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18323         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18324         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18325         (gst_ringbuffer_release), (gst_ringbuffer_play),
18326         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18327         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18328         (gst_ringbuffer_set_sample), (wait_segment),
18329         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18330         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18331         * gst-libs/gst/audio/gstringbuffer.h:
18332         Make ringbuffer faster and more simple by removing the locks
18333         in the playback thread.
18334         Add sample accurate playback based on buffer sample offsets.
18335         Make the baseaudiosink provide a clock.
18336         Parse caps in the base class.
18337         Correctly handle seeking, flushing and state changes.
18338
18339 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18340
18341         * configure.ac:
18342         * gst/audioconvert/Makefile.am:
18343         * gst/audioscale/Makefile.am:
18344           Fix part of the build.  Come on guys, autogen didn't even work :)
18345
18346 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18347
18348         * configure.ac:
18349         * gst-libs/gst/Makefile.am:
18350         * gst-libs/gst/media-info/.cvsignore:
18351         * gst-libs/gst/media-info/Makefile.am:
18352         * gst-libs/gst/media-info/README:
18353         * gst-libs/gst/media-info/media-info-priv.c:
18354         * gst-libs/gst/media-info/media-info-priv.h:
18355         * gst-libs/gst/media-info/media-info-test.c:
18356         * gst-libs/gst/media-info/media-info.c:
18357         * gst-libs/gst/media-info/media-info.h:
18358         * gst-libs/gst/media-info/media-info.vcproj:
18359         * pkgconfig/Makefile.am:
18360         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18361         * pkgconfig/gstreamer-media-info.pc.in:
18362           Remove media-info, which is also successed by playbin (see Totem
18363           implementation).
18364
18365 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18366
18367         * configure.ac:
18368         * examples/Makefile.am:
18369         * examples/gstplay/.cvsignore:
18370         * examples/gstplay/Makefile.am:
18371         * examples/gstplay/player.c:
18372         * gst-libs/gst/Makefile.am:
18373         * gst-libs/gst/play/.cvsignore:
18374         * gst-libs/gst/play/Makefile.am:
18375         * gst-libs/gst/play/play.c:
18376         * gst-libs/gst/play/play.h:
18377         * gst-libs/gst/play/play.vcproj:
18378         * pkgconfig/Makefile.am:
18379         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18380         * pkgconfig/gstreamer-play.pc.in:
18381           Remove libgstplay, playbin is now the official successor.
18382
18383 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * configure.ac:
18386         * gst-libs/gst/Makefile.am:
18387         * gst-libs/gst/xwindowlistener/Makefile.am:
18388         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18389         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18390           Remove deprecated xwindowlistener (I've moved xwindowlistening
18391           in the v4l/v4l2 plugins over to serverside).
18392
18393 2005-04-25  David Schleef  <ds@schleef.org>
18394
18395         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18396         to examples/dynparams.  Examples do not belong interspersed with
18397         source code.
18398         * examples/dynparams/demo-dparams.c:
18399         * gst/sine/Makefile.am:
18400         * gst/sine/demo-dparams.c:
18401
18402 2005-04-25  David Schleef  <ds@schleef.org>
18403
18404         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18405         * gst-libs/gst/audio/Makefile.am:
18406         * gst-libs/gst/riff/Makefile.am:
18407         * gst-libs/gst/tag/Makefile.am:
18408         * gst-libs/gst/video/Makefile.am:
18409         * gst-libs/gst/xwindowlistener/Makefile.am:
18410
18411         Convert to 0.9 API, seems to work:
18412         * sys/ximage/Makefile.am:
18413         * sys/ximage/ximagesink.c:
18414
18415 2005-04-24  David Schleef  <ds@schleef.org>
18416
18417         Link plugins against libraries:
18418         * ext/alsa/Makefile.am:
18419         * gst/tcp/Makefile.am:
18420
18421         Remove asm code that should be in liboil
18422         * gst/videoscale/Makefile.am:
18423         * gst/videoscale/videoscale_x86_asm.s:
18424
18425         gettext wants these checked in:
18426         * po/af.po:
18427         * po/az.po:
18428         * po/cs.po:
18429         * po/en_GB.po:
18430         * po/hu.po:
18431         * po/it.po:
18432         * po/nb.po:
18433         * po/nl.po:
18434         * po/or.po:
18435         * po/sq.po:
18436         * po/sr.po:
18437         * po/sv.po:
18438         * po/uk.po:
18439         * po/vi.po:
18440
18441 2005-04-24  David Schleef  <ds@schleef.org>
18442
18443         Convert gst_main() to g_main_loop_run()
18444         * gst/playback/decodetest.c: (main):
18445         * gst/playback/test2.c: (main):
18446         * gst/playback/test3.c: (main):
18447         * gst/playback/test4.c: (main):
18448
18449         Link plugins against libraries:
18450         * ext/libvisual/Makefile.am:
18451         * sys/xvimage/Makefile.am:
18452
18453 2005-04-24  David Schleef  <ds@schleef.org>
18454
18455         * configure.ac: Remove idct and resample libs
18456         * gst-libs/gst/Makefile.am: same
18457
18458         Remove usage of gst_library_load():
18459         * ext/alsa/gstalsaplugin.c: (plugin_init):
18460         * ext/libvisual/visual.c: (plugin_init):
18461         * ext/ogg/gstogg.c: (plugin_init):
18462         * ext/theora/theora.c: (plugin_init):
18463         * ext/vorbis/vorbis.c: (plugin_init):
18464         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18465         * gst/audioscale/gstaudioscale.c:
18466         * gst/adder/gstadder.c: (plugin_init):
18467         * gst/audioconvert/plugin.c: (plugin_init):
18468         * sys/ximage/ximagesink.c: (plugin_init):
18469         * sys/xvimage/xvimagesink.c: (plugin_init):
18470         * gst/tcp/gsttcpplugin.c: (plugin_init):
18471
18472         Link plugins against libraries:
18473         * ext/ogg/Makefile.am:
18474         * ext/theora/Makefile.am:
18475         * ext/vorbis/Makefile.am:
18476         * gst/audioconvert/Makefile.am:
18477
18478         Create proper libraries:
18479         * gst-libs/gst/riff/Makefile.am:
18480         * gst-libs/gst/audio/Makefile.am:
18481         * gst-libs/gst/video/Makefile.am:
18482
18483         Move resample library to audioscale plugin directory:
18484         * gst-libs/gst/resample/Makefile.am:
18485         * gst-libs/gst/resample/README:
18486         * gst-libs/gst/resample/dtof.c:
18487         * gst-libs/gst/resample/dtos.c:
18488         * gst-libs/gst/resample/functable.c:
18489         * gst-libs/gst/resample/private.h:
18490         * gst-libs/gst/resample/resample.c:
18491         * gst-libs/gst/resample/resample.h:
18492         * gst-libs/gst/resample/resample.vcproj:
18493         * gst-libs/gst/resample/test.c:
18494         * gst/audioscale/Makefile.am:
18495         * gst/audioscale/README:
18496         * gst/audioscale/dtof.c:
18497         * gst/audioscale/dtos.c:
18498         * gst/audioscale/functable.c:
18499         * gst/audioscale/private.h:
18500         * gst/audioscale/resample.c:
18501         * gst/audioscale/resample.h:
18502         * gst/audioscale/test.c:
18503
18504         Move tagedit library to gst-libs:
18505         * gst-libs/gst/tag/Makefile.am:
18506         * gst-libs/gst/tag/gstid3tag.c:
18507         * gst-libs/gst/tag/gsttagediting.c:
18508         * gst-libs/gst/tag/gsttageditingprivate.h:
18509         * gst-libs/gst/tag/gstvorbistag.c:
18510         * gst/tags/Makefile.am:
18511         * gst/tags/gstid3tag.c:
18512         * gst/tags/gstvorbistag.c:
18513
18514         Fix for core changes:
18515         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18516         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18517         (gst_sinesrc_getrange):
18518
18519 2005-04-23  David Schleef  <ds@schleef.org>
18520
18521         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18522         in gst-plugins in a long time, and properly belongs in liboil.
18523         * gst-libs/gst/idct/Makefile.am:
18524         * gst-libs/gst/idct/README:
18525         * gst-libs/gst/idct/dct.h:
18526         * gst-libs/gst/idct/doieee:
18527         * gst-libs/gst/idct/fastintidct.c:
18528         * gst-libs/gst/idct/floatidct.c:
18529         * gst-libs/gst/idct/idct.c:
18530         * gst-libs/gst/idct/idct.h:
18531         * gst-libs/gst/idct/idtc.vcproj:
18532         * gst-libs/gst/idct/ieeetest.c:
18533         * gst-libs/gst/idct/intidct.c:
18534
18535 2005-04-20  Wim Taymans  <wim@fluendo.com>
18536
18537         * docs/design-audiosinks.txt:
18538         * gst-libs/gst/audio/Makefile.am:
18539         * gst-libs/gst/audio/TODO:
18540         * gst-libs/gst/audio/gstaudiosink.c:
18541         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18542         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18543         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18544         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18545         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18546         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18547         (gst_audiosink_class_init), (gst_audiosink_init),
18548         (gst_audiosink_create_ringbuffer):
18549         * gst-libs/gst/audio/gstaudiosink.h:
18550         * gst-libs/gst/audio/gstbaseaudiosink.c:
18551         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18552         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18553         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18554         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18555         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18556         (gst_baseaudiosink_create_ringbuffer),
18557         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18558         * gst-libs/gst/audio/gstbaseaudiosink.h:
18559         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18560         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18561         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18562         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18563         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18564         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18565         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18566         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18567         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18568         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18569         * gst-libs/gst/audio/gstringbuffer.h:
18570         An attempt at a set of audio base classes together with some
18571         design docs.
18572
18573 2005-04-20  Wim Taymans  <wim@fluendo.com>
18574
18575         * gst/audioconvert/Makefile.am:
18576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18577         (gst_audio_convert_caps_remove_format_info),
18578         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18579         (gst_audio_convert_channels):
18580         Link against audio libs.
18581         Fix audio convert plugin.
18582
18583 2005-04-20  Wim Taymans  <wim@fluendo.com>
18584
18585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18586         (gst_ogg_demux_sink_activate):
18587         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18588         (theora_set_header_on_caps), (theora_enc_sink_event),
18589         (theora_enc_chain):
18590         Fix theora encoder.
18591
18592 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18595         * gst/playback/gstdecodebin.c: (find_compatibles):
18596           Work with staticpadtemplates in elementfactories.
18597
18598 2005-04-12  Wim Taymans  <wim@fluendo.com>
18599
18600         * gst/playback/README:
18601         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18602         (compare_ranks), (print_feature), (gst_decode_bin_init),
18603         (dynamic_create), (dynamic_free), (find_compatibles),
18604         (mimetype_is_raw), (close_pad_link), (got_redirect),
18605         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18606         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18607         (gst_decode_bin_change_state):
18608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18609         (gst_play_base_bin_init), (group_destroy), (group_commit),
18610         (check_queue), (queue_overrun), (queue_threshold_reached),
18611         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18612         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18613         (got_redirect), (setup_source), (play_base_eos),
18614         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18615         (gst_play_base_bin_remove_element):
18616         * gst/playback/gstplaybasebin.h:
18617         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18618         (gst_play_bin_init), (gst_play_bin_dispose),
18619         (gst_play_bin_set_property), (gen_video_element),
18620         (gen_text_element), (gen_audio_element), (remove_sinks),
18621         (gst_play_bin_send_event):
18622         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18623         (stream_info_change_state), (gst_stream_info_set_mute):
18624         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18625         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18626         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18627         (gst_stream_selector_chain):
18628         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18629         (main):
18630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18631         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18632         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18633         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18634         Raw and crude port of decodebin. 
18635         Make playbin compile.
18636
18637 2005-04-06  Wim Taymans  <wim@fluendo.com>
18638
18639         * ext/gnomevfs/Makefile.am:
18640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18641         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18642         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18643         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18644         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18645         (gst_gnomevfssrc_stop):
18646         * ext/ogg/Makefile.am:
18647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18648         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18649         * ext/theora/Makefile.am:
18650         * ext/theora/theoradec.c: (_inc_granulepos),
18651         (theora_dec_sink_event), (theora_dec_chain):
18652         * ext/vorbis/Makefile.am:
18653         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18654         (vorbis_dec_sink_event), (vorbis_dec_chain):
18655         * gst-libs/gst/audio/Makefile.am:
18656         * sys/xvimage/Makefile.am:
18657         Make gnomevfssrc extend the source base class.
18658         Fix linking against libs in various plugins.
18659
18660 2005-04-06  Andy Wingo  <wingo@pobox.com>
18661
18662         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18663         GST_BASE_LIBS.
18664
18665         * configure.ac: Add check and AC_SUBST for libgstbase.
18666
18667 2005-03-31  Wim Taymans  <wim@fluendo.com>
18668
18669         * examples/seeking/Makefile.am:
18670         * examples/seeking/cdparanoia.c: (main):
18671         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18672         (play_cb), (pause_cb), (stop_cb), (main):
18673         * examples/seeking/playbin.c:
18674         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18675         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18676         (make_sid_pipeline), (make_vorbis_pipeline),
18677         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18678         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18679         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18680         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18681         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18682         (stop_cb), (main):
18683         * examples/seeking/spider_seek.c:
18684         * examples/seeking/vorbisfile.c:
18685         * ext/gnomevfs/Makefile.am:
18686         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18687         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18688         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18689         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18690         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18691         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18692         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18693         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18694         * ext/ogg/README:
18695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18696         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18697         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18698         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18699         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18700         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18701         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18702         (gst_ogg_demux_factory_filter), (compare_ranks),
18703         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18704         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18705         (gst_ogg_chain_new), (gst_ogg_chain_free),
18706         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18707         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18708         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18709         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18710         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18711         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18712         (gst_ogg_demux_get_prev_page),
18713         (gst_ogg_demux_deactivate_current_chain),
18714         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18715         (gst_ogg_demux_bisect_forward_serialno),
18716         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18717         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18718         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18719         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18720         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18721         (gst_ogg_demux_change_state), (gst_ogg_print):
18722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18723         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18724         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18725         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18726         (gst_ogg_mux_loop):
18727         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18728         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18729         (theora_dec_src_convert), (theora_dec_sink_convert),
18730         (theora_dec_src_query), (theora_dec_src_event),
18731         (theora_dec_sink_event), (theora_dec_chain),
18732         (theora_dec_change_state):
18733         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18734         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18735         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18736         (theora_enc_change_state):
18737         * ext/vorbis/Makefile.am:
18738         * ext/vorbis/oggvorbisenc.c:
18739         * ext/vorbis/oggvorbisenc.h:
18740         * ext/vorbis/vorbis.c: (plugin_init):
18741         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18742         (vorbis_dec_src_query), (vorbis_dec_src_event),
18743         (vorbis_dec_sink_event), (vorbis_dec_chain),
18744         (vorbis_dec_change_state):
18745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18746         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18747         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18748         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18749         (gst_vorbisenc_change_state):
18750         * ext/vorbis/vorbisenc.h:
18751         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18752         * gst-libs/gst/audio/audioclock.c:
18753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18754         (gst_audiofilter_init), (gst_audiofilter_chain):
18755         * gst-libs/gst/audio/testchannels.c: (main):
18756         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18757         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18758         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18759         (gmip_find_track_streaminfo), (gmip_find_track_format):
18760         * gst-libs/gst/media-info/media-info.c:
18761         (gst_media_info_read_idler):
18762         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18763         (gst_play_get_all_by_interface):
18764         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18765         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18766         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18767         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18768         (gst_riff_parse_info):
18769         * gst-libs/gst/riff/riff-read.h:
18770         * gst-libs/gst/riff/riff.c: (plugin_init):
18771         * gst-libs/gst/video/Makefile.am:
18772         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18773         (gst_videosink_class_init), (gst_videosink_get_type):
18774         * gst-libs/gst/video/videosink.h:
18775         * gst/audioconvert/bufferframesconvert.c:
18776         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18777         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18778         * gst/audioconvert/channelmixtest.c: (main):
18779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18780         (gst_audio_convert_chain),
18781         (gst_audio_convert_caps_remove_format_info),
18782         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18783         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18784         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18785         (gst_audio_convert_buffer_to_default_format),
18786         (gst_audio_convert_buffer_from_default_format),
18787         (gst_audio_convert_channels):
18788         * gst/audioconvert/gstchannelmix.h:
18789         * gst/ffmpegcolorspace/avcodec.h:
18790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18791         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18792         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18793         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18794         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18795         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18796         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18797         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18798         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18799         (dv_type_find):
18800         * gst/videotestsrc/gstvideotestsrc.c:
18801         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18802         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18803         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18804         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18805         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18806         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18807         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18809         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18810         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18811         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18812         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18813         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18814         (gst_xvimagesink_navigation_send_event),
18815         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18816         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18817         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18818         * sys/xvimage/xvimagesink.h:
18819         Plugin port to 0.9, ogg/theora playback should work in the seek
18820         example now.
18821         Removed old examples.
18822         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18823         explained in 0.9 TODO doc.
18824
18825
18826 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828         * autogen.sh:
18829         * configure.ac:
18830         * ext/Makefile.am:
18831         * gst/Makefile.am:
18832         * po/POTFILES.in:
18833         * po/af.po:
18834         * po/az.po:
18835         * po/cs.po:
18836         * po/en_GB.po:
18837         * po/hu.po:
18838         * po/it.po:
18839         * po/nb.po:
18840         * po/nl.po:
18841         * po/or.po:
18842         * po/sq.po:
18843         * po/sr.po:
18844         * po/sv.po:
18845         * po/uk.po:
18846         * po/vi.po:
18847         * sys/Makefile.am:
18848         * testsuite/Makefile.am:
18849           remove a whole bunch of plugins.  This module now contains a set
18850           of free reference plugins/elements as agreed.
18851
18852 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18853
18854         * configure.ac:
18855           hunting season on 0.9 is now OPEN
18856
18857 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18858
18859         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18860           Kick the hell out of gcc for not warning me about a symbol conflict.
18861
18862 2005-02-22  Luca Ognibene  <luogni@tin.it>
18863
18864         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18865
18866         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18867           Don't leak caps string (fixes #168134)
18868
18869         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18870         (gst_jpegenc_init), (gst_jpegenc_finalize),
18871         (gst_jpegenc_change_state):
18872           Don't leak line buffers and context struct (fixes #168133).
18873
18874 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         * configure.ac:
18877         * ext/dirac/gstdiracdec.cc:
18878         (gst_diracdec_chain):
18879           Since dirac 0.5.0 the framerate in dirac is expressed as a
18880           rational number. Fix build and up requirement to 0.5.0, and
18881           also pass parameters to gst_diracdec_link in the right order
18882           (fixes #167959).
18883
18884 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18885
18886         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18887         * ext/faad/gstfaad.h:
18888         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18889         certain invalid muxed streams, where some packets will contain 
18890         junk after decoder data. Partially fixes #149158.
18891
18892 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18893         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18894           Make sure we only write to writable buffers
18895
18896 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18897
18898         * gst-libs/gst/riff/riff-media.c:
18899         (gst_riff_create_audio_caps_with_data):
18900           Do actually fix invalid RIFF fmt header values for alaw
18901           and mulaw audio instead of just saying so.
18902
18903         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18904           Give gst_riff_create_audio_caps_with_data() a chance to
18905           fix up broken format header fields before extracting any
18906           parameters from the header. (fixes #167633)
18907
18908 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18909
18910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18911
18912         * gst/audioconvert/bufferframesconvert.c:
18913         (buffer_frames_convert_link):
18914           Don't leak othercaps. (fixes #167878)
18915
18916 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18917
18918         * configure.ac:
18919         * ext/libvisual/visual.c: (gst_visual_srclink),
18920         (gst_visual_change_state):
18921           Support libvisual 0.2.0.
18922
18923 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18924
18925         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18926         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18927           Use same rowstrides for I420 as used everywhere else.
18928
18929 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18930
18931         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18932           Declare variables at beginning of block and make gcc-2.95 happy
18933           (fixes # 167482, patch by Gergely Nagy).
18934           
18935         * gst/tcp/gsttcpclientsrc.c:
18936         * gst/tcp/gsttcpclientsrc.h:
18937           Move some includes into the header, so that struct sockaddr_in is
18938           defined when it should be defined on FreeBSD as well (fixes
18939           #167483).
18940           
18941         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18942           Don't pass uninitialised values to setsockopt() here either.
18943
18944 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18945
18946         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18949           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18950
18951 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18952
18953         * gst/playback/gstplaybin.c: (add_sink):
18954           Invert bin_add/link order to workaround deadlock in opt.
18955
18956 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * gst/modplug/gstmodplug.cc:
18959           Add missing break causing position queries to fail.
18960
18961 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18964           Granpos can apparently be -1, which screws up calculations...
18965
18966 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18967
18968         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18969         (gst_ximagesink_send_pending_navigation),
18970         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18971         (gst_ximagesink_init):
18972         * sys/ximage/ximagesink.h:
18973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18974         (gst_xvimagesink_send_pending_navigation),
18975         (gst_xvimagesink_navigation_send_event),
18976         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18977         * sys/xvimage/xvimagesink.h:
18978           Use a mutex protected list to marshal navigation
18979           events into the stream thread from whichever thread
18980           sends them.
18981
18982 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18983
18984         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18985           Display current position and track length; misc. clean-ups.
18986           
18987         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18988         (speed_init), (speed_chain):
18989           Add query function, so that the stream length and current position
18990           get adjusted when queried (note that current position queries may
18991           still be wrong if the audio sink returns values based on buffer
18992           timestamps instead of passing on the query).
18993
18994 2005-02-13  Benjamin Otte  <otte@gnome.org>
18995
18996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18997         (gst_audio_convert_channels):
18998           create channel conversion matrix when linking
18999         * gst/audioconvert/.cvsignore:
19000         * gst/audioconvert/Makefile.am:
19001         * gst/audioconvert/channelmixtest.c: (main):
19002           add (ugly) test that ensures stereo <=> mono conversion works
19003           correctly
19004
19005 2005-02-13  Benjamin Otte  <otte@gnome.org>
19006
19007         * gst/audioconvert/gstchannelmix.h:
19008           include missing header file
19009         * gst/audioconvert/gstchannelmix.c:
19010         (gst_audio_convert_fill_compatible):
19011           use same sign for both channels when converting to/from compatible
19012           channel. Previously used different signs made the signals cancel
19013           each other out and appear like silence. (fixes #167269)
19014
19015 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * gst/ffmpegcolorspace/avcodec.h:
19018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19019         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19020         (gst_ffmpegcsp_avpicture_fill):
19021         * gst/ffmpegcolorspace/imgconvert.c:
19022           Convert to and from YV12 (fixes #156379).
19023
19024 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19025
19026         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19027         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19028         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19029         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19030         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19031         methods from chain and negotiation and vice versa (Fixes #166142).
19032         * sys/ximage/ximagesink.h: Add stream_lock.
19033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19034         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19035         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19036         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19037
19038 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19039
19040         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19041           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19042           error message when we can't open the DVD device (when dvdnav_open()
19043           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19044           the above). Send something more useful instead (fixes #167117).
19045
19046 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19047
19048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19049         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19050         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19051         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19052         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19053         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19054         methods from chain and negotiation and vice versa (Fixes #166142).
19055         Fix a possible bug of images in the buffer pool being discarded because
19056         we are looking at the wrong geometry.
19057         * sys/xvimage/xvimagesink.h: Add stream_lock.
19058
19059 2005-02-11  David Schleef  <ds@schleef.org>
19060
19061         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19062         unsigned int. (fixes #167128)
19063
19064 2005-02-11  David Schleef  <ds@schleef.org>
19065
19066         * gst/librfb/Makefile.am: Testing stuff before committing is
19067           for wimps... and people with fast machines.  Fix stupid
19068           mistake.
19069
19070 2005-02-11  David Schleef  <ds@schleef.org>
19071
19072         * configure.ac: Pull in librfb from my CVS tree, because it is
19073           too small and annoying to be separate.  Move rfbsrc plugin
19074           to gst/.
19075         * ext/Makefile.am:
19076         * ext/librfb/Makefile.am:
19077         * ext/librfb/gstrfbsrc.c:
19078         * gst/librfb/Makefile.am:
19079         * gst/librfb/gstrfbsrc.c:
19080         * gst/librfb/rfb.c:
19081         * gst/librfb/rfb.h:
19082         * gst/librfb/rfbbuffer.c:
19083         * gst/librfb/rfbbuffer.h:
19084         * gst/librfb/rfbbytestream.c:
19085         * gst/librfb/rfbbytestream.h:
19086         * gst/librfb/rfbcontext.h:
19087         * gst/librfb/rfbdecoder.c:
19088         * gst/librfb/rfbdecoder.h:
19089         * gst/librfb/rfbutil.h:
19090
19091 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * gst/speed/Makefile.am:
19094         * gst/speed/demo-mp3.c: (main):
19095         * gst/speed/filter.func:
19096         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19097         (speed_class_init), (speed_init), (speed_chain_int16),
19098         (speed_chain_float32), (speed_chain), (speed_set_property),
19099         (speed_get_property), (speed_change_state):
19100         * gst/speed/gstspeed.h:
19101           Fix speed element and make it chain-based (fixes #156467),
19102           and make it handle more than one channel.
19103
19104 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19105
19106         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19107         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19108         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19109         * ext/dts/gstdtsdec.h:
19110           Don't clobber the stack constructing the channels array.
19111           Make the element chain-based. DTS tracks can now be played.
19112           
19113 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * gst-libs/gst/audio/multichannel.h:
19116         * gst-libs/gst/gconf/gconf.h:
19117         * gst-libs/gst/idct/idct.h:
19118         * gst-libs/gst/media-info/media-info-priv.h:
19119         * gst-libs/gst/play/play.h:
19120         * gst-libs/gst/resample/private.h:
19121         * gst-libs/gst/resample/resample.h:
19122         * gst-libs/gst/riff/riff-ids.h:
19123         * gst-libs/gst/video/video.h:
19124         * gst-libs/gst/video/videosink.h:
19125           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19126           missing, so that they work when included from C++ code.
19127
19128 2005-02-09  David Schleef  <ds@schleef.org>
19129
19130         * testsuite/gst-lint: Check for non-statically scoped
19131           parent_class variables.  This won't be a problem once
19132           plugins are loaded with RTLD_LOCAL.
19133
19134 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * ext/mplex/gstmplexibitstream.cc:
19137           gcc madness.
19138
19139 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * ext/ogg/gstogmparse.c:
19142         * gst/debug/gstnavigationtest.c:
19143           Die, thou faulty symbol pollutors (non-static parent_class).
19144
19145 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19146
19147         * ext/mplex/gstmplexibitstream.cc:
19148           Fix event handling (#165525).
19149
19150 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19151
19152         * ext/mikmod/gstmikmod.c:
19153         * gst/modplug/gstmodplug.cc:
19154           Add missing endianness to template (fixes #165509).
19155
19156 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19157
19158         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19159           Fix wrong order of reading of optional bytes (#165290).
19160
19161 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19164           Implement FILLER event awareness.
19165
19166 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19167
19168         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19169           Fix track calculations (#166208).
19170
19171 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19172
19173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19174
19175         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19176         * ext/libpng/gstpngenc.c:
19177           Fix byte-order, use proper fixed caps. Fixes #164197.
19178
19179 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19180
19181         * configure.ac:
19182           Add dvdlpcmdec 
19183
19184         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19185         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19186           Don't push buffers if the src pad isn't negotiated yet.
19187           
19188         * gst/audioconvert/gstaudioconvert.c:
19189         (gst_audio_convert_buffer_to_default_format),
19190         (gst_audio_convert_buffer_from_default_format):
19191           Add support for 24-bit width.
19192
19193         * gst/dvdlpcmdec/.cvsignore:
19194         * gst/dvdlpcmdec/Makefile.am:
19195         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19196         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19197         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19198         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19199         (plugin_init):
19200         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19201           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19202           format. Needs support for the channels maps if someone can find 
19203           a DVD LPCM track with > 2 channels.
19204
19205         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19206         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19207         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19208         * gst/mpegstream/gstdvddemux.h:
19209         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19210         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19211         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19212         * gst/mpegstream/gstmpegdemux.h:
19213         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19214         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19215         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19216         (gst_mpeg_parse_handle_src_query),
19217         (gst_mpeg_parse_handle_src_event):
19218           Use audio/x-dvd-lpcm for LPCM output.
19219           Add DTS output.
19220
19221 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19222
19223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19226         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19227           Add BGRA handling (#165736).
19228
19229 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19230
19231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * gst/law/alaw-decode.c: (alawdec_link):
19234         * gst/law/alaw-encode.c: (alawenc_link):
19235         * gst/law/mulaw-decode.c: (mulawdec_link):
19236         * gst/law/mulaw-encode.c: (mulawenc_link):
19237           Fix caps memleaks (#166600).
19238
19239 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19240
19241         * ext/tarkin/mem.h:
19242         * ext/tarkin/wavelet.h:
19243         * ext/tarkin/yuv.h:
19244         * gst/ffmpegcolorspace/avcodec.h:
19245           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19246           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19247
19248 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19252         (gst_xvimagesink_change_state):
19253           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19254           Xv video (and thereby regenerate Xv colourkey) in clear() so
19255           that PLAY -> READY -> PLAY works (fixes #162504).
19256
19257 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19260           Switch to list instead of range, since MJPEG-devices really just
19261           support decimations, not any size.
19262
19263 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19264         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19265         (gst_mpeg2dec_reset), (free_all_buffers),
19266         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19267         * ext/mpeg2dec/gstmpeg2dec.h:
19268           The libmpeg2 user-allocated buffer management is awkward, 
19269           to say the least. Hopefully this fixes things.
19270
19271 2005-02-04  Andy Wingo  <wingo@pobox.com>
19272
19273         * gst/audioconvert/bufferframesconvert.c
19274         (buffer_frames_convert_fixate): New function, fixates to 256
19275         frames per buffer by default. (Much better than 1.)
19276         (buffer_frames_convert_init): Set the fixate function for both src
19277         and sink pad.
19278         (buffer_frames_convert_link): After success setting nonfixed caps,
19279         get the negotiated caps so we can know how many buffer-frames it
19280         will be. No idea how this worked at all before.
19281
19282 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19283
19284         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19285         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19286         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19287         (handle_sequence), (handle_picture):
19288         * ext/mpeg2dec/gstmpeg2dec.h:
19289           Rearrange buffer tracking and refcounting and refactor
19290           a little for readability. 
19291
19292 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19293         * sys/v4l/gstv4l.c: (plugin_init):
19294         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19295         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19296         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19297         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19298         * sys/v4l/gstv4ljpegsrc.h:
19299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19300         * sys/v4l/v4l_calls.h:
19301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19302         (gst_v4lsrc_get_fps):
19303         * sys/v4l/v4lsrc_calls.h:
19304           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19305           you jpeg inside rgb frames" driver.
19306           Don't error in the v4lsrc link function, just return 
19307           REFUSED.
19308
19309 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19312         (gst_qcamsrc_open):
19313           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19314
19315 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19316
19317         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19318           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19319
19320 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19323           Reset negotiated state on PAUSED->READY.
19324
19325 2005-02-02  David Schleef  <ds@schleef.org>
19326
19327         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19328         whereever possible.  (Fixes #165997)
19329         * examples/capsfilter/capsfilter1.c: (main):
19330         * examples/dynparams/filter.c: (create_ui):
19331         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19332         * examples/seeking/chained.c: (main):
19333         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19334         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19335         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19336         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19337         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19338         * examples/switch/switcher.c: (main):
19339         * ext/dv/demo-play.c: (main):
19340         * ext/faad/gstfaad.c: (gst_faad_change_state):
19341         * ext/mad/gstmad.c: (gst_mad_chain):
19342         * ext/smoothwave/demo-osssrc.c: (main):
19343         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19344         (gst_gconf_render_bin_from_description),
19345         (gst_gconf_get_default_audio_sink),
19346         (gst_gconf_get_default_video_sink),
19347         (gst_gconf_get_default_audio_src),
19348         (gst_gconf_get_default_video_src),
19349         (gst_gconf_get_default_visualization_element):
19350         * gst/level/demo.c: (main):
19351         * gst/level/plot.c: (main):
19352         * gst/playback/gstplaybin.c: (gen_video_element),
19353         (gen_audio_element):
19354         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19355         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19356         * gst/sine/demo-dparams.c: (main):
19357         * gst/spectrum/demo-osssrc.c: (main):
19358         * gst/speed/demo-mp3.c: (main):
19359         * gst/volume/demo.c: (main):
19360         * testsuite/embed/embed.c: (main):
19361
19362 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19363
19364         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19365         (gst_tcpclientsink_finalize):
19366         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19367         (gst_tcpclientsrc_finalize):
19368         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19369         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19370         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19371         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19372           Don't leak the hostname when shutting down.
19373           In tcpserversrc, take a copy of the default hostname.
19374
19375 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19376
19377         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19378           Set caps to systemstream=TRUE.
19379
19380 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19381
19382         * testsuite/Makefile.am:
19383           Fix more OSX buildbots.
19384
19385 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19386
19387         * ext/mpeg2dec/gstmpeg2dec.c:
19388           Don't send things to NULL PAD_PEERs
19389
19390         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19391           Copy-on-write the incoming buffer.
19392
19393         * gst/mpegstream/gstdvddemux.h:
19394         * gst/mpegstream/gstmpegclock.h:
19395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19396         (normal_seek), (gst_mpeg_demux_handle_src_event):
19397         * gst/mpegstream/gstmpegdemux.h:
19398         * gst/mpegstream/gstmpegpacketize.h:
19399         * gst/mpegstream/gstmpegparse.c:
19400         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19401         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19402         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19403         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19404         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19405         * gst/mpegstream/gstmpegparse.h:
19406         * gst/mpegstream/gstrfc2250enc.h:
19407           Various changes to the way time is computed that make seeking and
19408           total time estimation much better here.
19409           Use G_BEGIN/END_DECLS instead of __cplusplus
19410
19411         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19412           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19413
19414 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19415
19416         * gst/subparse/gstsubparse.c:
19417           Fix OSX buildbot.
19418
19419 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19420
19421         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19422         (theora_enc_chain), (theora_enc_change_state):
19423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19424         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19425         (gst_vorbisenc_change_state):
19426         * ext/vorbis/vorbisenc.h:
19427           Set granulepos and timestamp correctly for streams not
19428           starting at 0, taking into account the initial delay.
19429
19430 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19431
19432         * gst/mpegstream/gstdvddemux.c:
19433           Add audio/x-dts to audio pad template caps
19434
19435 2005-01-30  David Schleef  <ds@schleef.org>
19436
19437         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19438         (create_context), (gst_polypsink_link): Fix silly endianness
19439         bug.  Add some debugging.  Remove float from caps; it doesn't
19440         work.  Attempt to get remote audio working.
19441
19442 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19443
19444         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19445           Add 3IV2 fourcc.
19446
19447 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19450         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19451         (gst_avi_demux_stream_data):
19452         * gst/avi/gstavidemux.h:
19453           Invert DIB images. Fixes #132341.
19454
19455 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19456
19457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19458         (gst_ffmpegcsp_chain):
19459           D'oh, reference the palette data, not the palette structure.
19460           Fixes color distortion in #132341.
19461
19462 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19463
19464         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19465           PAR can be non-fixed when not provided as argument (#162626).
19466
19467 2005-01-29  David Moore  <dcm@acm.org>
19468
19469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19472         (gst_qtdemux_loop_header):
19473           Re-apply patch from #142272 that allows non-seekable sources,
19474           re-proposed by Daniel Drake <dsd@gentoo.org>.
19475
19476 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19477
19478         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19479           Use the src template for creating the src pad (#162330).
19480
19481 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19482
19483         * configure.ac:
19484         * ext/musepack/Makefile.am:
19485         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19486         (gst_musepackdec_init), (gst_musepackdec_dispose),
19487         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19488         (gst_musepack_stream_init), (gst_musepackdec_loop),
19489         (gst_musepackdec_change_state):
19490         * ext/musepack/gstmusepackdec.cpp:
19491         * ext/musepack/gstmusepackdec.h:
19492         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19493         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19494         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19495         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19496         * ext/musepack/gstmusepackreader.cpp:
19497         * ext/musepack/gstmusepackreader.h:
19498           Update to 1.1 API (#165446).
19499
19500 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19501
19502         * ext/Makefile.am:
19503           Unbreak buildbot.
19504
19505 2005-01-28  Andy Wingo  <wingo@pobox.com>
19506
19507         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19508         to reflect a different dubious internet source. Add a reference
19509         and some commentary.
19510
19511 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19514         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19515         * gst/playback/gststreamselector.h:
19516           Be more selective when we're redoing caps negotiation from
19517           within the chain function on a stream change.
19518
19519 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * configure.ac:
19522         * ext/Makefile.am:
19523         * ext/amrnb/Makefile.am:
19524         * ext/amrnb/amrnb.c: (plugin_init):
19525         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19526         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19527         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19528         (gst_amrnbdec_state_change):
19529         * ext/amrnb/amrnbdec.h:
19530         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19531         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19532         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19533         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19534         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19535         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19536         * ext/amrnb/amrnbparse.h:
19537           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19538         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19539           Add AMR-NB/-WB raw formats.
19540         * ext/alsa/gstalsa.c: (gst_alsa_link):
19541           Keep valid time when changing format.
19542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19543         (qtdemux_parse_trak):
19544           Add some more format-specific options (#140141, #143555, #155163).
19545
19546 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * gst/matroska/matroska-demux.c:
19549         (gst_matroska_demux_parse_blockgroup):
19550           Fix logic error in timing of subtitle stream synchronization.
19551         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19552           Add skip-chunk, which is found in kodak-camera streams.
19553
19554 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19555
19556         * po/LINGUAS:
19557         * po/vi.po:
19558           Adding Vietnamese translation (submitted by Clytie Siddall)
19559
19560 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst/playback/gstdecodebin.c: (try_to_link_1):
19563           Use realpad for signal.
19564
19565 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19566
19567         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19568           Fix category so decodebin picks it up.
19569
19570 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19571
19572         * ext/mad/Makefile.am:
19573         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19574         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19575         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19576         (found_type), (gst_id3demux_bin_change_state):
19577         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19578         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19579         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19580         (gst_id3_tag_change_state), (plugin_init):
19581         * ext/mad/gstmad.h:
19582           Add id3demuxbin (which is a simple bin consisting of id3demux
19583           and typefind), take over rank from id3demux, remove typefind
19584           code from id3demux. Makes all broken mp3s that I know of work,
19585           and thereby fixes #152688.
19586
19587 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19588
19589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19590
19591         * ext/mad/gstmad.c: (gst_mad_src_event):
19592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19593           Allow seeks on audio pad, make mad forward those (#164826).
19594         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19595           Set duration (#165335).
19596
19597 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19600         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19601         (gst_asf_demux_process_ext_content_desc),
19602         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19603         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19604         * gst/asfdemux/gstasfdemux.h:
19605           Improve metadata display, e.g. if the metadata comes before the
19606           streams are loaded (which is perfectly valid).
19607
19608 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * tools/gst-launch-ext-m.m:
19611           Fix AVI/ASF pipelines (#165340).
19612
19613 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19614         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19615         build failure on amd64
19616
19617 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19618
19619         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19620         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19621           Check environment variables GST_ID3V2_TAG_ENCODING,
19622           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19623           list of character encodings to force interpretation of non-unicode
19624           strings stored in an ID3v2 tag to a particular encoding. If none
19625           is specified, try to use current locale's encoding, then fall back
19626           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19627         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19628         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19629           Check environment variables GST_ID3V1_TAG_ENCODING,
19630           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19631           list of character encodings to use in case a string encountered
19632           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19633           specified, try to use the current locale's encoding, then fall
19634           back to ISO-8859-1 (which will always succeed).
19635
19636 2005-01-25  Benjamin Otte  <otte@gnome.org>
19637
19638         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19639           - on half framerate, compute the rate in advance so the comparisons
19640             don't compare wrong values
19641           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19642             behaviour
19643           - don't use mad_header_decode anymore, mad_frame_decode does that
19644             automatically
19645           - when getting rid of consumed bytes, reset the stream's skiplen
19646           (fixes #163867)
19647
19648 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19649
19650         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19651           Use 1/2 a second for default max_discont, as PES streams from DVB
19652           seem to have larger spacings in the SCR. 
19653           Fix a typo.
19654
19655 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * gst/playback/gstplaybasebin.c: (group_commit):
19658           Notify delayed stream-info availability.
19659
19660 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19661         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19662         (gst_a52dec_handle_event), (gst_a52dec_chain):
19663         Add some debug output. Check that a discont has a valid
19664         time associated.
19665         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19666         (gst_alsa_sink_loop):
19667         Ignore TAG events. A little extra debug for broken timestamps.
19668         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19669         (dvdnavsrc_change_state):
19670         Ensure we send a discont to engage the link before we send any
19671         other events.
19672         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19673         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19674         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19675         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19676         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19677         dvd://title works in totem because typefinding sends a seek that ends
19678         up going back to chapter 1 regardless.
19679         * ext/mpeg2dec/gstmpeg2dec.c:
19680         * ext/mpeg2dec/gstmpeg2dec.h:
19681         Output correct timestamps and handle disconts.
19682         * ext/ogg/gstoggdemux.c: (get_relative):
19683         Small guard against a null dereference.
19684         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19685         (gst_textoverlay_set_property):
19686         Free memory when done. Don't call gst_event_filler_get_duration on
19687         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19688         g_warning.
19689         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19690         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19691         (gst_sw_srclink), (gst_smoothwave_chain):
19692         Draw solid lines, prettier colours.
19693         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19694         Add a default palette that'll work for some movies.
19695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19696         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19697         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19698         * gst/mpegstream/gstdvddemux.h:
19699         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19700         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19701         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19702         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19703         * gst/mpegstream/gstmpegparse.h:
19704         Use PTM/NAV events when for timestamp adjustment when connected to 
19705         dvdnavsrc. Don't use many discont events where one suffices.
19706         * gst/playback/gstplaybasebin.c: (group_destroy),
19707         (gen_preroll_element), (gst_play_base_bin_add_element):
19708         * gst/playback/gstplaybasebin.h:
19709         Make sure we remove subtitles from the same bin we put them in.
19710         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19711         (gst_subparse_buffer_format_autodetect),
19712         (gst_subparse_change_state):
19713         Fix some memleaks and invalid accesses.
19714         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19715         (oggskel_type_find), (cmml_type_find), (plugin_init):
19716         Some typefind functions for Annodex v3.0 files
19717         * gst/wavparse/gstwavparse.h:
19718         GstRiffReadClass is the correct parent class.
19719
19720 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19721
19722         * gst-libs/gst/riff/riff-media.c:
19723         (gst_riff_create_video_caps_with_data):
19724           Add extradata to huffyuv (fixes #165013).
19725         * gst-libs/gst/riff/riff-read.c:
19726         (gst_riff_read_strf_vids_with_data):
19727           Fix extradata extraction if it is in the chunk size.
19728
19729 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19730
19731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19734         (gst_quarktv_change_state), (gst_quarktv_dispose):
19735           Memory free'ing location fix (#164708).
19736
19737 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * gst/playback/gstplaybasebin.c: (group_commit),
19740         (gen_preroll_element), (probe_triggered), (gen_source_element),
19741         (setup_source), (gst_play_base_bin_change_state),
19742         (gst_play_base_bin_add_element):
19743           Don't block for streams.
19744         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19745         (gst_stream_info_set_mute):
19746           Use gst_pad_set_active_recursive.
19747
19748 2005-01-25  Andy Wingo  <wingo@pobox.com>
19749
19750         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19751         for #ifndef HAVE_XVIDEO.
19752
19753 2005-01-24  Jeffrey C. Ollie
19754
19755         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19756
19757         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19758         * ext/gsm/gstgsmdec.h:
19759         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19760         * ext/gsm/gstgsmenc.h:
19761         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19762         was given by property. Add proper buffer timestamps and offsets.
19763
19764 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * gst-libs/gst/riff/riff-media.c:
19767         (gst_riff_create_audio_caps_with_data):
19768           Audio can be <8000Hz.
19769
19770 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19773           Explicit state change to workaround refcount bugs.
19774
19775 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19778         (gst_avimux_riff_get_avi_header):
19779           Fix...
19780
19781 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19784         (gst_riff_read_element_data):
19785         * gst-libs/gst/riff/riff-read.h:
19786           Add _peek version (req'ed in CDXA).
19787         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19788         (gst_cdxaparse_loop):
19789           Fix parsing in playbin.
19790         * gst/playback/gstdecodebin.c: (close_pad_link):
19791           Ignore current_ pads, they cause major annoyance.
19792
19793 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19796           Safety guard.
19797
19798 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19801           Fix padding...
19802
19803 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19804
19805         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19806           Allow for 0-sized buffers. Fixes length query problems in
19807           starwars.mkv from the testsuite.
19808
19809 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19810
19811         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19812         (gst_video_box_i420), (gst_video_box_chain):
19813           Fix row strides for I420 (fixes #163159)
19814           
19815 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19816
19817         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19818           MPEG2 has a useful rate property, so we can actually use that.
19819           For MPEG-1, continue using the bytes/time properties.
19820
19821 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * gst-libs/gst/riff/riff-media.c:
19824         (gst_riff_create_video_caps_with_data),
19825         (gst_riff_create_video_template_caps):
19826           Add intel-h263.
19827
19828 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19831           Fail if caps negotiation fails. Should fix #162184, and should
19832           definately be in there regardless of it fixing the actual bug.
19833         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19834         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19835         (gst_avimux_riff_get_avix_header),
19836         (gst_avimux_riff_get_video_header),
19837         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19838         (gst_avimux_start_file), (gst_avimux_handle_event),
19839         (gst_avimux_change_state):
19840         * gst/avi/gstavimux.h:
19841           Refactor structure writing to use GST_WRITE_UINT macros, add
19842           metadata writing support.
19843
19844 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19845
19846         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19847           Elements may already be destroyed when this function is called.
19848
19849 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19852         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19853           More memory leak fixes (#149162).
19854
19855 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19858         (gst_qtdemux_add_stream):
19859           Fix two memleaks.
19860
19861 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19864           Argh...
19865
19866 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19867
19868         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19869           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19870           when fixating to six channels in Totem.
19871
19872 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19873
19874         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19875           Fix compile warnings on Solaris 10 buildbot
19876
19877 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19878
19879         * ext/dvdread/dvdreadsrc.c: (_read):
19880           Don't read beyond the last cell in a chapter (fixes 
19881           invalid memory access)
19882
19883 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19884
19885         * ext/dvdread/stream_labels.c:
19886         (dvdreadsrc_get_audio_stream_labels):
19887           Use NULL for an empty GList instead of g_list_alloc(); fix 
19888           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19889           of GString (easier to bulk free later)
19890
19891 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19892
19893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19894
19895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19896         (gst_ffmpeg_pixfmt_to_caps):
19897           Fix BGRA32 caps (#164209).
19898
19899 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19900
19901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19904         (gst_ffmpeg_caps_to_pixfmt):
19905           alpha_mask can be RGBA/ABGR. Fixes #164265.
19906
19907 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19908
19909         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19910
19911         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19912         (gst_mpeg2dec_alloc_buffer):
19913         * ext/mpeg2dec/gstmpeg2dec.h:
19914           Crop if decoding size is not the actual image size (#163676).
19915
19916 2005-01-17  Steve Baker  <steve@stevebaker.org>
19917
19918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19921         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19922           Add libsndfile typefind functions (#163309).
19923
19924 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19925
19926         * tools/gst-launch-ext-m.m:
19927           Add .aac, fix .m1v/.m2v (#163891).
19928
19929 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19930
19931         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19932           Sanity check, don't wait endlessly since the clock might not
19933           actually run at this point (which is a deadlock). Fixes #164069.
19934
19935 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19936
19937         * gst/playback/gstplaybasebin.c: (probe_triggered):
19938           Of course, only pause if group is done...
19939
19940 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * gst/playback/gstplaybasebin.c: (probe_triggered):
19943           Thread safety.
19944
19945 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19946
19947         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19948           Don't return state change success when the parent
19949           failed.
19950
19951 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19954           Free events (fix memleak in #162905).
19955
19956 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19957
19958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19961         (gst_ffmpeg_caps_to_pixfmt):
19962           Fix for depth = 15. Fixes #161675.
19963
19964 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19965
19966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19967           Set FPS correctly, even for webcams and the like.
19968         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19969           Don error on setting while capturing.
19970
19971 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19972
19973         * ext/dv/gstdvdec.c:
19974         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19975         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19976           I'm a bad boy. using /1001. to force C to do float division
19977           and not integer division (as it did in my last commit)
19978           Thanks to David I. Lehn for pointing this mistake.
19979
19980 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19983           Revert Johan's 1.35->1.36 since it breaks compat.
19984
19985 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19986
19987         * ext/dv/gstdvdec.c:
19988         * ext/libfame/gstlibfame.c:
19989         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19990         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19991           replace framerate aproximations by their real value
19992           (24000/1001, 30000/1001, 60000/1001)
19993           Finish fixing bug #164049
19994
19995 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * ext/ogg/gstoggmux.c:
19998           eos/bos debugging
19999         * gst/tcp/gstmultifdsink.c:
20000         * gst/tcp/gstmultifdsink.h:
20001         * gst/tcp/gsttcp.c:
20002         * gst/tcp/gsttcp.h:
20003         * gst/tcp/gsttcpclientsink.c:
20004         * gst/tcp/gsttcpclientsrc.c:
20005         * gst/tcp/gsttcpserversink.c:
20006         * gst/tcp/gsttcpserversrc.c:
20007           improve reusability of elements after state changes and errors
20008           make multifdsink throw away streamheaders when receiving new ones
20009
20010 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20011
20012         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20013           Fix for if items are already in list...
20014
20015 2005-01-12  Benjamin Otte  <otte@gnome.org>
20016
20017         * gst/adder/gstadder.c: (gst_adder_loop):
20018           fix adder a bit so it doesn't screw up with events as much anymore
20019
20020 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20021
20022         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20023         (pixbufscale_scale), (gst_pixbufscale_chain):
20024         * ext/gdk_pixbuf/pixbufscale.h:
20025           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20026           to ensure rowstrides are calculated the same way as 
20027           ffmpegcolorspace
20028           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20029           that we pick up duration and offset also.
20030
20031 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20032
20033         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20034         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20035           Reusability fixes.
20036
20037 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20038
20039         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20040         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20041         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20042         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20043           Update flags when requested.
20044
20045 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20046
20047         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20048           Fix dmix.
20049
20050 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20053         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20054         (probe_triggered), (new_decoded_pad), (gen_source_element),
20055         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20056         * gst/playback/gstplaybasebin.h:
20057         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20058         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20059         (gst_play_bin_change_state):
20060           Implement group-switch signal for use in apps to clear metadata
20061           cache, clean up subtitle, add suburi property instead of # hack,
20062           some error-out fixes.
20063
20064 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20067           Debug.
20068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20069           If we got a state change in the _get handler, don't return success.
20070
20071 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20072
20073         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20074         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20075           Make jpegdec quiet on MJPEG decoding
20076         * gst/asfdemux/README:
20077           Fix mimetypes for MJPEG and H263
20078
20079 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * ext/theora/theoradec.c: (theora_dec_chain):
20082           Fix broken code generation by gcc by swapping arguments.
20083         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20084           Fix \n in debug.
20085
20086 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20087
20088         * TODO:
20089           delete this file, it is by far outdated
20090         * ext/alsa/gstalsa.1: remove
20091         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20092         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20093         (gst_alsa_get_caps):
20094           Add HW probing for supported sample rates. Fixes #161704
20095
20096 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20097
20098         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20099           Don't crash, biatch! :).
20100
20101 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20102
20103         * ext/musepack/gstmusepackreader.cpp:
20104         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20105           Some work on tags - still doesn't work in playbin...
20106         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20107           Handle events...
20108
20109 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20110
20111         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20112           Also shove tags on kid pads.
20113
20114 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20117           Don't bail on unknown events.
20118         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20119           Don't crash on events before negotiation.
20120         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20121           Send tags on pads, too.
20122         * gst/playback/gststreamselector.c:
20123         (gst_stream_selector_request_new_pad):
20124           Forward events on first pad if no input was selected yet.
20125
20126 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20127
20128         * gst/playback/gstplaybasebin.c: (setup_substreams):
20129           Don't disable streamtype if the stream doesn't exist, since
20130           then playing a video after audio will disable both and nothing
20131           will happen. Fixes the testsuite.
20132
20133 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20136         (gst_v4l_xoverlay_set_xwindow_id):
20137         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20138         (gst_v4l2_xoverlay_set_xwindow_id):
20139           Add debug categories, fix overlay disabling.
20140
20141 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20142
20143         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20144         * ext/alsa/gstalsa.h:
20145           Add HW probing for period_count/size and buffer_size MIX/MAX
20146           Adjust default/user defined value if out of bounds
20147           Should fix bug #162024
20148
20149 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20152           Fix warning (#161191).
20153
20154 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20155
20156         * ext/dvdread/stream_labels.c:
20157         (dvdreadsrc_get_audio_stream_labels):
20158           Fix warning (init the good variable in switch default)
20159
20160 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20161
20162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20165           Fix gcc-2.95 compile (#163485).
20166
20167 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20168
20169         * configure.ac:
20170         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20171         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20172         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20173         (gst_flacenc_change_state):
20174         * ext/flac/gstflacenc.h:
20175           Update for API change in flac-1.1.1. Update requirement in
20176           configure.ac. Fixes #162974.
20177
20178 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * gst/playback/gstplaybasebin.c: (group_destroy):
20181           Remove hack to get rid of assert and get rid of unlinked
20182           signals properly.
20183
20184 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * gst/playback/gstplaybasebin.c: (setup_source):
20187           Set source to NULL so that resources are free'ed. Fixes issues
20188           with playback of CDDA and similar device-accessing things.
20189
20190 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20191
20192         * testsuite/embed/Makefile.am:
20193           test->noinst, fix make test in buildbot.
20194
20195 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20196
20197         * ext/dvdread/stream_labels.c: new file
20198         * ext/dvdread/stream_labels.h: new file
20199         * ext/dvdread/Makefile.am:
20200         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20201           Extract audio stream label from DVD IFO files.
20202           It only dump them on the console for now, still have to
20203           make playbin aware of them.
20204
20205 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * gst/playback/gstplaybasebin.c: (setup_source):
20208           Fix hanging subs.
20209
20210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20213         (gen_preroll_element), (remove_groups), (setup_subtitle),
20214         (gen_source_element), (setup_source):
20215         * gst/playback/gstplaybasebin.h:
20216           Multiple .sub files is just a stupid idea... Fix some threading
20217           mistakes. Interestingly, external .sub files cause playbin to
20218           hang, I don't know why... Parsing fixes contributed by Fran??ois
20219           Kooman <fkooman@tuxed.net>.
20220
20221 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20222
20223         * testsuite/embed/Makefile.am:
20224           Fix buildbot.
20225
20226 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20227
20228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20231         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20232         (gst_pngenc_set_property):
20233         * ext/libpng/gstpngenc.h:
20234           Add compression level property (#163323).
20235
20236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * configure.ac:
20239         * examples/capsfilter/capsfilter1.c: (main):
20240         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20241         * ext/dvdread/Makefile.am:
20242         * ext/dvdread/demo-play:
20243         * ext/dvdread/demo-play.c:
20244         * gconf/gstreamer.schemas.in:
20245         * gst-libs/gst/gconf/gconf.c:
20246         * sys/v4l/TODO:
20247         * testsuite/Makefile.am:
20248         * testsuite/embed/Makefile.am:
20249         * testsuite/embed/embed.c: (cb_expose), (main):
20250           Remove all references to xvideosink, fix examples (#140845).
20251         * gst/playback/gstplaybasebin.c: (group_destroy):
20252           Apparently, disposal does not unlink - so do explicitely.
20253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20254           Add debug.
20255
20256 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20257
20258         * README: fix PKG_CONFIG_PATH instructions, what was there
20259         previously was breaking default search path, not nice. 
20260         Fixes #163358
20261
20262 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20263
20264         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20265         (gst_audioscale_chain):
20266           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20267           when resampling - how the ^@$^!@^! is this possible?!?
20268
20269 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20272           Reset variables on READY.
20273         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20274         (gst_matroska_mux_loop):
20275           Require data before writing header.
20276
20277 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20278
20279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * ext/mad/gstmad.c: (gst_mad_chain):
20282           Don't call mad_stream_sync() directly after recovering sync.
20283           Fixes #151661.
20284
20285 2005-01-09  Martin Eikermann  <meiker@upb.de>
20286
20287         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20288
20289         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20290         (snapshot_handler), (gst_snapshot_sinkconnect),
20291         (gst_snapshot_chain):
20292           Allocate resources when required, fix recursive signal emission
20293           and fix caps. Fixes #161667.
20294
20295 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20296
20297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20300         (gst_pngdec_chain):
20301           Handle only 8-bppc (bits-per-pixel-component) images, better
20302           error handling and correct strides. Fixes #163177.
20303         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20304         (gst_pngenc_chain):
20305           Better error handling. Fixes #163348.
20306
20307 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20310         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20311         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20312         (dvdnavsrc_uri_handler_init):
20313           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20314         * gst/playback/gstplaybasebin.c: (gen_source_element):
20315           Add MMS to streaming URIs.
20316
20317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20318
20319         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20320         * sys/xvimage/xvimagesink.c:
20321         (gst_xvimagesink_navigation_send_event):
20322           Check for pad availability before sending event.
20323
20324 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * gst-plugins.spec.in:
20327           Add subparse.
20328
20329 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20330
20331         * configure.ac:
20332           Since we use functions from CVS, up requirement.
20333
20334 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20335
20336         * gst/playback/Makefile.am:
20337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20338         (group_destroy), (group_commit), (group_is_muted),
20339         (gen_preroll_element), (add_stream), (unknown_type),
20340         (probe_triggered), (preroll_unlinked), (mute_stream),
20341         (silence_stream), (new_decoded_pad), (setup_substreams),
20342         (setup_source), (get_active_source), (mute_group_type),
20343         (muted_group_change_state), (set_active_source),
20344         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20345         (play_base_eos), (gst_play_base_bin_change_state):
20346         * gst/playback/gstplaybasebin.h:
20347         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20348         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20349         (gst_stream_info_dispose), (stream_info_mute_pad),
20350         (stream_info_change_state), (gst_stream_info_set_mute):
20351         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20352         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20353         (gst_stream_selector_init), (gst_stream_selector_dispose),
20354         (gst_stream_selector_get_linked_pad),
20355         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20356         (gst_stream_selector_get_linked_pads),
20357         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20358         * gst/playback/gststreamselector.h:
20359           Adding stream selection support plus required properties for
20360           applications to use this. Fully fixes #100931.
20361
20362 2005-01-08  Benjamin Otte  <otte@gnome.org>
20363
20364         * gst/games/gstpuzzle.c: (nav_event_handler):
20365           - handle nav events differently: forward every event no matter if it
20366             was handled or not.
20367           - translate events
20368           You can now cheat by using navigationtest ! puzzle and moving the
20369           mouse close to the edge of a tile. ;)
20370
20371 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * configure.ac:
20374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20375         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20376         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20377         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20378         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20379         (gst_ogm_parse_plugin_init):
20380         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20381         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20382         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20383         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20384         * ext/pango/gsttextoverlay.h:
20385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20386         (gst_matroska_demux_handle_seek_event),
20387         (gst_matroska_demux_sync_streams),
20388         (gst_matroska_demux_parse_blockgroup),
20389         (gst_matroska_demux_subtitle_caps),
20390         (gst_matroska_demux_plugin_init):
20391         * gst/matroska/matroska-ids.h:
20392         * gst/playback/gstdecodebin.c: (close_pad_link):
20393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20394         (gen_preroll_element), (remove_groups), (add_stream),
20395         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20396         (setup_source):
20397         * gst/playback/gstplaybasebin.h:
20398         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20399         * gst/subparse/Makefile.am:
20400         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20401         (gst_subparse_base_init), (gst_subparse_class_init),
20402         (gst_subparse_init), (gst_subparse_formats),
20403         (gst_subparse_eventmask), (gst_subparse_event),
20404         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20405         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20406         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20407         (parse_mpsub_deinit), (parse_mpsub_init),
20408         (gst_subparse_buffer_format_autodetect),
20409         (gst_subparse_format_autodetect), (gst_subparse_loop),
20410         (gst_subparse_change_state), (gst_subparse_type_find),
20411         (plugin_init):
20412         * gst/subparse/gstsubparse.h:
20413         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20414         (plugin_init):
20415           Add subtitle support, .sub parser (supports SRT and MPsub),
20416           OGM text support, Matroska UTF-8 text support, deadlock fixes
20417           all over the place, subtitle awareness in decodebin/playbin
20418           and some fixes to textoverlay to handle subtitles in a stream
20419           correctly. Fixes #100931.
20420
20421 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20424           Check for pad availability before doing a query on it.
20425
20426 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20427
20428         * ext/dv/gstdvdec.c:
20429           really fix bpp24/32 dvdec caps (classic rgba indeed)
20430         * gst/asfdemux/gstasfdemux.c:
20431         (gst_asf_demux_process_ext_content_desc):
20432           don't send text tags if they are empty (bis repetita)
20433
20434 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20435
20436         * ext/dv/gstdvdec.c:
20437          remove unneeded comment from dvdec
20438           (related to DV 4CC codes in AVI files)
20439           moved them in gstreamer/docs/random/mimetypes
20440         * gst/asfdemux/gstasfdemux.c:
20441         (gst_asf_demux_process_ext_content_desc):
20442          don't send text tags if they are empty
20443          fix mem leak on error path
20444         * gst/ffmpegcolorspace/avcodec.h:
20445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20446         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20447         (gst_ffmpegcsp_avpicture_fill):
20448         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20449         * gst/ffmpegcolorspace/imgconvert_template.h:
20450          adds BGR32 and BGRA32 to ffmpegcolorspace
20451           (still bad colors, fixing it on next commit)
20452           helps with dvdec outputing BGR32
20453
20454 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20455
20456         * ext/dv/gstdvdec.c:
20457          Fix audio caps i just broke (missing ',')
20458         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20459         (gst_matroska_mux_reset):
20460          Fix typo + add FIXME about old "x-gst-metadata" crap
20461
20462 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20463
20464         * ext/dv/demo-play.c: (main):
20465          xvideosink -> xvimagesink
20466         * ext/dv/gstdvdec.c:
20467          change rgb 32/32 caps to 24/32 (no alpha)
20468          change nb of channels to be a list (2 or 4, not 2)
20469          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20470         * gst/asfdemux/gstasfdemux.c:
20471         (gst_asf_demux_process_ext_content_desc):
20472          Add 'date/year' to extracted metadata list
20473
20474 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20475
20476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20477           The return value of fixate_to does not imply that the requested
20478           value was set, so don't assume.
20479
20480 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20481
20482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20483
20484         * ext/libpng/gstpngdec.c:
20485         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20486         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20487         * ext/libpng/gstpngenc.h:
20488           Alpha support (encoder; #163161), mime fixage.
20489
20490 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20491
20492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20493
20494         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20495         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20496         (gst_faac_set_property), (gst_faac_get_property):
20497         * ext/faac/gstfaac.h:
20498           Allow for ADTS output (#153434).
20499
20500 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20503           Fix against template (#150576).
20504
20505 2005-01-06  Benjamin Otte  <otte@gnome.org>
20506
20507         * gst/games/gstpuzzle.c: (draw_puzzle):
20508           don't draw a puzzle if either width or height of tiles would be 0.
20509
20510 2005-01-06  Benjamin Otte  <otte@gnome.org>
20511
20512         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20513         (gst_puzzle_class_init), (gst_puzzle_finalize):
20514           no memleaks, please
20515         (gst_puzzle_create), (gst_puzzle_init),
20516         (gst_puzzle_set_property), (gst_puzzle_setup):
20517           change initialization code around so we don't reshuffle on resize
20518         (draw_puzzle):
20519           fix another stupid typo
20520
20521 2005-01-06  Benjamin Otte  <otte@gnome.org>
20522
20523         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20524           fix stupid typo that borked copying on YUY2
20525
20526 2005-01-06  Benjamin Otte  <otte@gnome.org>
20527
20528         * gst/games/gstpuzzle.c: (draw_puzzle):
20529           fix edges when image sizes aren't multiples of tile sizes
20530
20531 2005-01-06  Benjamin Otte  <otte@gnome.org>
20532
20533         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20534           make RGB endianness work correctly
20535         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20536           refactor and fix race with initial shuffling
20537         (nav_event_handler):
20538           allow using the mouse to puzzle
20539         (draw_puzzle):
20540           insist on tiles having width and height as multiples of 4 to get
20541           clean YUV image handling
20542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20543         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20544           s/DEBUG/LOG/ for common messages
20545         (gst_xvimagesink_navigation_send_event):
20546           fix mouse event translation to not include screen PAR
20547         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20548           fix mouse event translation to actually work
20549
20550 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20551
20552         * gst/asfdemux/gstasfdemux.c:
20553         (gst_asf_demux_process_ext_content_desc):
20554          Extract TrackNumber metadata + clean up code
20555         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20556          Hope this is the good fix (var used unitialised)
20557
20558 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20559
20560         * ext/faad/gstfaad.c: (gst_faad_chain):
20561           Only increment timestamp if it's valid. Fixes raw AAC streams.
20562
20563 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20564
20565         * configure.ac:
20566         * gst/games/Makefile.am:
20567         * gst/games/gstpuzzle.c:
20568           add a puzzle game with...
20569         * gst/games/gstvideoimage.c:
20570         * gst/games/gstvideoimage.h:
20571           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20572           from videotestsrc and made into something that would be a nice
20573           library for a lot of other plugins.
20574
20575 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20576
20577         * configure.ac:
20578          don't compile faad plugin if a RC of 2.0 is found
20579          Fixes #155346 (and FC1 buildbot)
20580         * gst/asfdemux/gstasfdemux.c:
20581         (gst_asf_demux_process_ext_content_desc):
20582          try to make Solaris compiler happier
20583
20584 2005-01-06  Paul Jack  <pjack@sfaf.org>
20585
20586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20587
20588         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20589           Fix segfault (#161667).
20590
20591 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20592
20593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20594           Fix framerate reporting.
20595
20596 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20597
20598         * gst-libs/gst/riff/riff-ids.h:
20599         * gst/wavenc/riff.h:
20600          Add AMR (VBR and CBR) ids to riff.h audio codec list
20601         * gst/asfdemux/gstasfdemux.c:
20602         (gst_asf_demux_process_ext_content_desc),
20603         (gst_asf_demux_process_object):
20604           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20605
20606 2005-01-05  Martin Eikermann  <meiker@upb.de>
20607
20608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20609
20610         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20611         (gst_dvd_demux_handle_discont):
20612         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20613         (gst_mpeg_demux_handle_discont):
20614           Recreate pads on new-media (#160730).
20615         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20616           Send discont even if manager changes timestamps (#161929).
20617
20618 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20619
20620         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20621
20622         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20623           Fix invalid memory access (#159211).
20624
20625 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20626
20627         * examples/gstplay/player.c: (main):
20628           Don't iterate.
20629         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20630           Add visualizations.
20631         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20632         (gst_a52dec_handle_frame):
20633           Set duration.
20634         * ext/dvdnav/gst-dvd:
20635           Add audioconvert. Fixes #161325.
20636         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20637           Explicitely case to gint64. Possible valgrind error.
20638         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20639         (gst_play_tick_callback), (gst_play_change_state),
20640         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20641         (gst_play_set_location), (gst_play_get_location),
20642         (gst_play_seek_to_time), (gst_play_set_data_src),
20643         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20644         (gst_play_set_visualization), (gst_play_connect_visualization),
20645         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20646         (gst_play_new):
20647           Use playbin. Fixes #139749 and #147744.
20648         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20649           Add genre tag.
20650         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20651         (audioscale_get_type), (gst_audioscale_base_init),
20652         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20653         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20654         (gst_audioscale_link), (gst_audioscale_get_buffer),
20655         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20656         (gst_audioscale_init), (gst_audioscale_dispose),
20657         (gst_audioscale_chain), (gst_audioscale_set_property),
20658         (gst_audioscale_get_property), (plugin_init):
20659           Indent properly.
20660         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20661           Fix LPCM.
20662         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20663         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20664         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20665           Add more metadata (fixes #162656).
20666
20667 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20668
20669         * configure.ac:
20670           back to cvs
20671
20672 === release 0.8.7 ===
20673
20674 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20675
20676         * NEWS:
20677         * RELEASE:
20678         * configure.ac:
20679           releasing 0.8.7, "Hyperspace"
20680
20681 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20682
20683         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20684
20685         * gst/playback/gstplaybasebin.c:
20686          Fix for #162924 - free caps after use, not before
20687
20688 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20689
20690         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20691
20692         * gst/playback/gstplaybasebin.c:
20693         * gst/wavparse/gstwavparse.c:
20694           Fix for #154773 - fixes playback of small .wav files
20695
20696 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20699
20700         * gst/audioscale/gstaudioscale.c:
20701           Fix for #162819 - make audioscale reusable
20702           Fixes playback of more than one file with playbin/totem
20703
20704 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20705
20706         * gst/ffmpegcolorspace/avcodec.h:
20707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20708         * gst/ffmpegcolorspace/imgconvert.c:
20709           clean up the mess that made me cry and avoid needless duplication
20710
20711 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20712
20713         * gst/ffmpegcolorspace/imgconvert.c:
20714           give some indication of why we're segfaulting
20715
20716 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20717
20718         * configure.ac:
20719           Fix indentation, fix v4l2 plugin detection.
20720         * ext/Makefile.am:
20721           Fix libmms location (Maciej, use diff -u!).
20722         * ext/alsa/gstalsa.c: (gst_alsa_init):
20723           Initialize caps cache to NULL.
20724         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20725           Only change state on audiosink if it exists.
20726
20727 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20728
20729         * gst/matroska/matroska-demux.c:
20730         * gst/matroska/matroska-ids.h:
20731         * gst/matroska/matroska-demux.h:
20732         Fix Vorbis streams failing to decode in some files, where cluster_time
20733         isn't 0, because then it doesn't send codec_priv before actual data.
20734         Remove time-based test and replace it with marker set on beginning of
20735         new stream
20736
20737 2004-12-28  David Schleef  <ds@schleef.org>
20738
20739         Merge patch from Ronald fixing problems with streaming
20740         text.
20741         * ext/cairo/gstcairo.c: (plugin_init):
20742         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20743         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20744         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20745         (gst_textoverlay_font_init), (gst_textoverlay_init),
20746         (gst_textoverlay_set_property):
20747         * ext/cairo/gsttextoverlay.h:
20748
20749 2004-12-27  David Schleef  <ds@schleef.org>
20750
20751         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20752         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20753         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20754         (gst_textoverlay_font_init), (gst_textoverlay_init),
20755         (gst_textoverlay_set_property): Improvements to actually
20756         render text as white on black outline on video, including
20757         font selection and horizontal/vertical alignment.  (Ronald's
20758         christmas present)
20759         * ext/cairo/gsttextoverlay.h:
20760
20761 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20762
20763         * ext/ogg/gstogg.c:
20764         * ext/ogg/gstogmparse.c:
20765           fix ogm[audio/video]parse plugin registration
20766           (riff won't load if bytestream is already loaded)
20767
20768 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20769
20770         * gst/audioconvert/gstchannelmix.c:
20771           fix for GLIB < 2.4
20772
20773 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20774
20775         * Makefile.am:
20776         * configure.ac:
20777           disable docs again until it actually passes make distcheck.
20778
20779 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20782         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20783         (plugin_init):
20784           Add 3GP (variables name Q3GP because they can't start with a
20785           number). Add samr audio fourcc (used in .3gp files), decoder
20786           is work in progress. Also do a GST_WARNING instead of ERROR
20787           in case of unknown nodes, to decrease output.
20788
20789 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20790
20791         * Makefile.am:
20792           really fix dist
20793
20794 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20795
20796         * configure.ac:
20797         * ext/speex/gstspeexdec.h:
20798         * ext/speex/gstspeexenc.h:
20799           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20800           Fix detection code in configure.ac
20801
20802 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * gst/matroska/matroska-demux.c:
20805         (gst_matroska_demux_parse_blockgroup):
20806           Save position, so that queries give proper return values. Don't
20807           know how this could ever have worked before...
20808
20809 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20810
20811         * configure.ac:
20812           Put additional LAME check inside the conditional.  Fixes #152339
20813
20814 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20817         (gst_avi_demux_stream_scan):
20818           Add some more debug. Fix logic error when setting movi offset
20819           while reading index.
20820
20821 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20822
20823         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20824         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20825         (gst_avi_demux_process_next_entry):
20826           Add some debugging. Better detection of broken indexes and the
20827           accompanying index recovery. No infinite loops on state changes
20828           when we're still in our loopfunction.
20829
20830 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * configure.ac:
20833           Fix up.
20834
20835 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20836
20837         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20838
20839         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20840           Normalizing the value before setting
20841         (gst_sunaudiomixer_get_volume):
20842           Normalizing the value after getting. Fixes bug# 161980
20843
20844 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20845
20846         * Makefile.am: Make sure docs gets disted
20847         * docs/Makefile.am: Make sure all needed files get disted
20848         * gst-plugins.spec.in: latest updates
20849
20850 2004-12-22  Wim Taymans  <wim@fluendo.com>
20851
20852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20853         Revert patch 1.38 as clock distribution over schedulers does
20854         not work correcly in the core yet.
20855
20856 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20857
20858         * sys/oss/README: remove this file, which predates my birth
20859           (and which content is by far outdated)
20860
20861 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20862
20863         * Makefile.am:
20864         * configure.ac:
20865         * docs/Makefile.am:
20866         * docs/libs/Makefile.am:
20867         * docs/libs/gst-plugins-libs-docs.sgml:
20868         * docs/libs/gst-plugins-libs-sections.txt:
20869         * docs/libs/tmpl/gstgconf.sgml:
20870         * docs/upload.mak:
20871         * docs/version.entities.in:
20872           Added boilerplate gtk-doc files for plugin-libs documentation.
20873
20874 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20875
20876         * gst/auparse/gstauparse.c: fix int and float audio caps
20877
20878 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20879
20880         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20881         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20882           g_assert() can be a macro, don't use #ifdef inside it.
20883
20884 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20885
20886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20887
20888         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20889         (gst_videorate_init), (gst_videorate_chain),
20890         (gst_videorate_change_state):
20891           Event handling (fixes #159986).
20892
20893 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * gst-libs/gst/riff/riff-media.c:
20896         (gst_riff_create_video_caps_with_data):
20897           Add BLZ0 (Blizzard's version of DivX) fourcc.
20898
20899 2004-12-18  David Schleef  <ds@schleef.org>
20900
20901         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20902         portability fix.
20903
20904 2004-12-18  David Schleef  <ds@schleef.org>
20905
20906         * gst/tta/ttadec.h: Disable some header code that isn't used
20907         and clearly isn't portable.
20908
20909 2004-12-18  David Schleef  <ds@schleef.org>
20910
20911         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20912         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20913         (avcodec_get_pix_fmt), (avpicture_layout),
20914         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20915         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20916         Fix code to not use GCC extensions (and c99 extensions that
20917         Forte does not like.)
20918
20919 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20920
20921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20922
20923         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20924         (gst_deinterlace_chain):
20925           Rowstride fixes. Fixes #161039.
20926         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20927         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20928         (gst_video_crop_getcaps), (gst_video_crop_link),
20929         (gst_video_crop_i420), (gst_video_crop_chain),
20930         (gst_video_crop_change_state):
20931           Rework of negotiation. Actually works now. Fixes #158650.
20932
20933 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20934
20935         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20936           That was very stupid.
20937
20938 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20939
20940         * gst/matroska/matroska-demux.c:
20941         (gst_matroska_demux_parse_blockgroup):
20942           Fix possible crasher.
20943
20944 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20947         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20948           Lace sizes can be zero.
20949
20950 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20951
20952         * ext/musepack/gstmusepackdec.cpp:
20953           Fetch error return values. Fixes #161624.
20954         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20955           Really EOS.
20956
20957 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20958
20959         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20960           Work for truncated (unfinished download etc.) files. Fixes #160514.
20961
20962 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20963
20964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20965           Fix for integer overflow. Makes #156001 not crash. Probably masks
20966           the real bug.
20967
20968 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20969
20970         * gst/ac3parse/gstac3parse.c: (plugin_init):
20971           Parsers never have ranks. Fixes #159651.
20972
20973 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20974
20975         * gst/playback/gstdecodebin.c: (compare_ranks):
20976           make sure the facotries are ordered the same every time even if they
20977           have the same rank by using the name
20978         * gst/playback/gstdecodebin.c: (find_compatibles):
20979           make sure we don't add factories to the list twice
20980
20981 2004-12-16  David Schleef  <ds@schleef.org>
20982
20983         * configure.ac: look for musepack headers as musepack/*.h
20984         (fixes #159847)
20985         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20986         * ext/musepack/gstmusepackreader.h: same
20987
20988 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * gst-libs/gst/riff/riff-read.c:
20991         (gst_riff_read_strf_auds_with_data):
20992           Read extradata correctly (fixes #155879).
20993
20994 2004-12-16  David Schleef  <ds@schleef.org>
20995
20996         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20997         audio.  does _not_ attempt or allow conversion unless channels
20998         is 1 or 2.
20999
21000 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21001
21002         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21003
21004 2004-12-16  David Schleef  <ds@schleef.org>
21005
21006         * gst/audioscale/gstaudioscale.c: the resample library only
21007         handles 1 or 2 channels.  Change caps to compensate.
21008
21009 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21012         (gst_matroska_demux_audio_caps):
21013           Some MPEG-AAC hacks, because else it doesn't work...
21014
21015 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * gst-libs/gst/riff/riff-media.c:
21018         (gst_riff_create_video_caps_with_data),
21019         (gst_riff_create_video_template_caps):
21020           Add h264.
21021
21022 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst-libs/gst/audio/Makefile.am:
21025           Try to fix buildbot.
21026
21027 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * gst/tcp/gstmultifdsink.c:
21030           Clean up and uniformize debugging.
21031
21032 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21033
21034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21037         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21038         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21039         (gst_mpeg_demux_change_state):
21040           Reset on ready. Fixes 160276.
21041
21042 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21043
21044         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21045
21046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21047         (gst_ffmpegcsp_pad_link):
21048           Fix memleak (#154815).
21049
21050 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21051
21052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21055         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21056         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21057         * ext/musicbrainz/gsttrm.h:
21058           Add support for using a proxy server when getting a trm id from
21059           the MusicBrainz database (#149613).
21060
21061 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21062
21063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21064
21065         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21066         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21067           Fix memleaks (#157233).
21068
21069 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21070
21071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21072
21073         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21074         * gst-libs/gst/resample/resample.h:
21075         * gst/audioscale/gstaudioscale.c:
21076           Fix memleak (#159215).
21077
21078 2004-12-16  Toni Willberg  <toniw@iki.fi>
21079
21080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21081
21082         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21083         * sys/oss/oss_probe.c: (main):
21084           Check for mono/stereo support (similar to samplerate probing),
21085           fixes #159433. Also add missing copyright header to oss_probe.c.
21086
21087 2004-12-15  David Schleef  <ds@schleef.org>
21088
21089         * configure.ac: add audioresample and cairo plugins.  Remove
21090         HAVE_MMX stuff, because it's not used.
21091         * ext/Makefile.am: same
21092         * ext/audioresample/Makefile.am: You are not ready for an
21093         audio resampling element based on audioresample.
21094         * ext/audioresample/gstaudioresample.c:
21095         * ext/audioresample/gstaudioresample.h:
21096         * ext/cairo/Makefile.am: You are not ready for overlay elements
21097         based on cairo.  Don't look too closely, these elements kinda
21098         suck right now.
21099         * ext/cairo/gstcairo.c: new
21100         * ext/cairo/gsttextoverlay.c: new
21101         * ext/cairo/gsttextoverlay.h: new
21102         * ext/cairo/gsttimeoverlay.c: new
21103         * ext/cairo/gsttimeoverlay.h: new
21104         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21105         problem with compilers that don't support variadic macros.
21106
21107 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21108
21109         Reviewed by:  David Schleef  <ds@schleef.org>
21110
21111         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21112         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21113         bit.  Also ran indent-gst.
21114         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21115         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21116         (gst_sunaudiosrc_setparams):
21117
21118 2004-12-14  David Schleef  <ds@schleef.org>
21119
21120         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21121         output rate to 16000.  Should fix #160235.
21122
21123 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21124
21125         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21126         Add typefinding for mpeg2 pes streams
21127
21128 2004-12-13  David Schleef  <ds@schleef.org>
21129
21130         * configure.ac:  Applied patch from bug #143659, making default
21131         sources and sinks OS-dependent (for Solaris), and added code
21132         for OS/X.
21133         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21134
21135 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21136
21137         * gst-libs/gst/riff/riff-media.c:
21138           forgot to add h2.64 to avidemux template caps
21139
21140 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21141
21142         * gst/wavenc/riff.h:
21143         * gst-libs/gst/riff/riff-media.c:
21144         * gst-libs/gst/riff/riff-ids.h:
21145         * gst/avi/gstavimux.c
21146         add 4CC code for VideoSoft h264 in AVI (VSSH)
21147           fixes bug #160655
21148         remove s323 from riff, it's quicktime specific :(
21149
21150 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21151
21152         * gst/asfdemux/README
21153         * gst/wavenc/riff.h
21154         * gst-libs/gst/riff/riff-ids.h
21155         * gst-libs/gst/riff/riff-media.c
21156         * gst/qtdemux/qtdemux.c:
21157           add new 4CC codes for h263 related codecs
21158           fixes partially bug #155163
21159
21160 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21161
21162         * configure.ac: Update polyaudio requirement to 0.7
21163         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21164
21165 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21166
21167         * gst/interleave/deinterleave.c:
21168         fix my name's spelling! :)
21169
21170 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21171
21172         * AUTHORS ChangeLog
21173         * gst/auparse/gstauparse.c
21174         * gst/interleave/deinterleave.c
21175         * gst/law/:
21176                 alaw-decode.c alaw-encode.c
21177                 mulaw-decode.c mulaw-encode.c
21178         * gst/oneton/gstoneton.c
21179         * sys/osxaudio/:
21180                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21181         * sys/osxvideo/:
21182                 cocoawindow.h cocoawindow.m
21183                 osxvideosink.h osxvideosink.m
21184
21185         put the same mail address for Zaheer Abbas Merali everywhere
21186
21187 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21188
21189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21190           Align by packetsize, and assert that we a packet available before
21191           playing. The first makes webstreams work (they often include
21192           trailing padding data in a packet), the second allows pausing a
21193           ASF stream in totem without getting demux errors afterwards.
21194
21195 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21196
21197         * ext/ogg/gstoggdemux.c: (get_relative):
21198           Check for non-NULL before accessing member (end-of-chain).
21199
21200 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21203         (cdparanoia_set_property), (cdparanoia_get_property):
21204         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21205         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21206         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21207         (dvdreadsrc_init), (dvdreadsrc_set_property),
21208         (dvdreadsrc_get_property):
21209         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21210         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21211           Synchronize property names where not yet the case. Devices are
21212           now device=X, other versions are deprecated (but still exist).
21213           Also use g_free() unconditionally.
21214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21215         (setup_source), (gst_play_base_bin_get_property):
21216           Expose source.
21217
21218 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * configure.ac: move GCONF macro outside conditional for the am
21221           conditional. Fixes #160439
21222
21223 2004-12-08  David Schleef  <ds@schleef.org>
21224
21225         * tools/gst-visualise-m.m: Switch to elements that currently
21226         exist.
21227
21228 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21231           We love wrong commas.
21232
21233 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21234
21235         * gst/matroska/matroska-demux.c:
21236         (gst_matroska_demux_handle_src_query):
21237           Don't set DEFAULT, unsupported - makes length display incorrectly
21238           in some cases.
21239
21240 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21241
21242         * gst/monoscope/README: remove blurb about files being GPL
21243         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21244         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21245           monoscope is now effectively LGPL licensed
21246
21247 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21248
21249         * gst/monoscope/README: Update information to be more correct
21250         * gst/monoscope/convolve.c: Relicense to LGPL
21251         * gst/monoscope/convolve.h: Relicense to LGPL
21252
21253 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21254
21255         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21256           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21257         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21258           set default_duration for mpeg1 audio
21259
21260 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21261
21262         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21263         * ext/alsa/gstalsa.h:
21264           refactor big chunks of the core caps negotiation code to make it
21265           a lot faster, because people claim it's really slow
21266           (actually, just cache the getcaps when the device is opened)
21267
21268 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21269
21270         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21271         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21272         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21273         (gst_a52dec_change_state), (plugin_init):
21274         * ext/a52dec/gsta52dec.h:
21275           Do something useful with timestamps. Make chain-based (since
21276           there's really no reason to be loopbased).
21277         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21278           Update current_byte/frame correctly.
21279
21280 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21283         (gst_ape_demux_stream_init):
21284           Forward tags, too.
21285
21286 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21287
21288         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21289           Let's make sure we're done typefinding when detecting tags.
21290
21291 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21294         (gst_ebml_read_init), (gst_ebml_read_use_event),
21295         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21296         (gst_ebml_read_seek), (gst_ebml_read_skip),
21297         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21298         (gst_ebml_read_master):
21299         * gst/matroska/ebml-read.h:
21300         * gst/matroska/matroska-demux.c:
21301         (gst_matroska_demux_parse_contents),
21302         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21303           Disgustingly evil hack for working around INTERRUPT events and
21304           their extremely annoying habit of being a pain in the ass. We
21305           simply peek a cluster before reading any of it.
21306
21307 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21308
21309         * ext/musepack/gstmusepackdec.cpp:
21310           There's also floating point libmusepacks.
21311
21312 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21313
21314         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21315         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21316           Set DURATION even if source buffer didn't. Also use increasing
21317           timestamps.
21318         * gst-libs/gst/riff/riff-media.c:
21319         (gst_riff_create_audio_caps_with_data):
21320           Block_align can have larger values than 8192.
21321
21322 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21323
21324         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21325         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21326         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21327         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21328           Fix caps.
21329
21330 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21333           Fix logic bug.
21334
21335 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21336
21337         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21338           Yay, another one.
21339
21340 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21341
21342         * ext/esd/esdsink.c: (gst_esdsink_chain):
21343           Make error actually say something useful (fixes #156798).
21344         * gst-libs/gst/riff/riff-media.c:
21345         (gst_riff_create_video_caps_with_data),
21346         (gst_riff_create_video_template_caps):
21347           Add Intel Video 5.0 fourcc (IV50).
21348
21349 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21350
21351         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21352         detection on mono and stereo mp3 files.
21353
21354 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21355
21356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21357           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21358           the contained stream).
21359
21360 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21361
21362         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21363           Oops, remove debug.
21364
21365 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21366
21367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21368
21369         * gst/law/alaw-decode.c: (alawdec_getcaps):
21370         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21371           Prevent warnings when negotiating caps (fixes #159338).
21372
21373 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21374
21375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21376         (gst_ffmpegcsp_chain):
21377           Remove old leftover that shouldn't be there...
21378
21379 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21380
21381         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21382
21383         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21384           Don't forward DISCONT events (fixes #159684).
21385
21386 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21389           Unlink manually since sometimes bin disposal (and therefore
21390           pad unlinking) is delayed, which will cause a new media file
21391           to not be able to start playing instantly.
21392
21393 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21396           On mute of an unlinked stream, check for pad availability so
21397           we don't crash on unlinked pad.
21398
21399 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21402         (gst_avi_demux_massage_index):
21403           Fix quite humiliating bug in omitting 0-sized index chunks but
21404           forgetting to count them for timestamps.
21405
21406 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21407
21408         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21409           Actually leave the loop if we failed to sync. Don't crash.
21410
21411 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21414         (gst_dvd_demux_process_private):
21415         * gst/mpegstream/gstdvddemux.h:
21416           Fix crash (#159759). Doesn't work, though. :-(.
21417
21418 2004-11-28  Benjamin Otte  <otte@gnome.org>
21419
21420         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21421           more overwriting protection due to modifying channels one by one
21422           instead of all at once
21423
21424 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21425
21426         * gst/audioconvert/gstchannelmix.c:
21427         (gst_audio_convert_fill_normalize):
21428           Normalize using absolute values.
21429
21430 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21431
21432         * configure.ac:
21433         * ext/Makefile.am:
21434         * ext/directfb/Makefile.am:
21435         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21436         (gst_directfbvideosink_get_pixel_format),
21437         (gst_directfbvideosink_get_format_from_fourcc),
21438         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21439         (gst_directfbvideosink_sink_link),
21440         (gst_directfbvideosink_change_state),
21441         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21442         (gst_directfbvideosink_buffer_alloc),
21443         (gst_directfbvideosink_interface_supported),
21444         (gst_directfbvideosink_interface_init),
21445         (gst_directfbvideosink_navigation_send_event),
21446         (gst_directfbvideosink_navigation_init),
21447         (gst_directfbvideosink_set_property),
21448         (gst_directfbvideosink_get_property),
21449         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21450         (gst_directfbvideosink_base_init),
21451         (gst_directfbvideosink_class_init),
21452         (gst_directfbvideosink_get_type), (plugin_init):
21453         * ext/directfb/directfbvideosink.h: Adding a first version of
21454         directfbvideosink.
21455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21456         more.
21457
21458 2004-11-28  Benjamin Otte  <otte@gnome.org>
21459
21460         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21461           walk the samples backwards if out_channels > in_channels so we don't
21462           overwrite data
21463
21464 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * gst/audioconvert/Makefile.am:
21467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21468         (gst_audio_convert_link), (gst_audio_convert_change_state),
21469         (gst_audio_convert_channels):
21470         * gst/audioconvert/gstchannelmix.c:
21471         (gst_audio_convert_unset_matrix),
21472         (gst_audio_convert_fill_identical),
21473         (gst_audio_convert_fill_compatible),
21474         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21475         (gst_audio_convert_fill_others),
21476         (gst_audio_convert_fill_normalize),
21477         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21478         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21479         * gst/audioconvert/gstchannelmix.h:
21480           Implement a channel mixer.
21481
21482 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21483
21484         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21485         * ext/alsa/gstalsa.h:
21486         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21487         Make alsasink actually honor gst_element_set_clock and use that
21488         clock instead of its internal one.
21489
21490 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21491
21492         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21493         (gst_play_base_bin_change_state): nullify source and decoder when
21494         going from READY to NULL so that we don't try to do weird stuff with
21495         them when going from NULL to READY
21496         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21497         instead of g_object_unref
21498         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21499         it should be correct
21500         (gst_play_bin_change_state): don't call remove_sinks if we are
21501         currently disposing the object
21502
21503 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21506           Don't forget bass if it's there. Else left channel is silent...
21507
21508 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21511         (gst_a52dec_change_state):
21512           Don't do sample adjusting anymore, we use float audio now.
21513         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21514           Don't fixate to non-existing properties.
21515
21516 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21517
21518         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21519         (gst_a52dec_change_state):
21520           Advertise that we can do surround sound.
21521
21522 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21523
21524         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21525           Add buffer-frames=0.
21526         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21527         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21528         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21529         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21530         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21531         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21532         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21533         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21534         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21535         * ext/dvdread/dvdreadsrc.h:
21536           Add seeking, querying for bytes, sectors, title, angle and
21537           chapter. Handle multiple chapters. Relicense to LGPL because
21538           Billy agreed on that (thanks Billy!).
21539
21540 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21541
21542         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21543         call parent dispose method
21544
21545 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21546
21547         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21548         (gst_audio_clock_get_internal_time):
21549         Fix active <-> inactive transitions: ensure time value always
21550         grows and avoid abrupt value changes.
21551
21552 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21553
21554         * configure.ac:
21555         * gst/tta/Makefile.am:
21556         * gst/tta/crc32.h:
21557         * gst/tta/filters.h:
21558         * gst/tta/gsttta.c:
21559         * gst/tta/gstttadec.c:
21560         * gst/tta/gstttadec.h:
21561         * gst/tta/gstttaparse.c:
21562         * gst/tta/gstttaparse.h:
21563         * gst/tta/ttadec.h:
21564           added TTA parser and decoder
21565
21566 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21567
21568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21569         (probe_triggered), (check_queue), (buffer_underrun),
21570         (buffer_running), (buffer_overrun), (gen_source_element),
21571         (setup_source):
21572         * gst/playback/gstplaybasebin.h:
21573           Implement buffering. Needs some more work.
21574
21575 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21576
21577         * ext/theora/theoradec.c: (theora_dec_chain):
21578           Fix ilog mask range overflow.
21579
21580 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21581
21582         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21583           Don't omit the last (which in case of dmix is the only :) )
21584           channel count. Don't set channels if <= 2.
21585
21586 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21587
21588         * gst/playback/gstplaybin.c: (gen_video_element),
21589         (gen_audio_element): Removed 2 obsolete comments
21590
21591 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21592
21593         * ext/vorbis/oggvorbisenc.c
21594         * ext/vorbis/vorbisenc.c :
21595           change description fields of those plugins to differentiate them
21596           (pitivi show Encoders by description, they had the same one)
21597
21598 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21599
21600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21601
21602         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21603         (gst_play_bin_set_property), (gen_video_element),
21604         (gen_audio_element):
21605           Refcounting fixes for provided audio-/videosinks.
21606
21607 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * gst/playback/gstplaybin.c: (gen_video_element),
21610         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21611           Don't reference all sinks, but only the video- and audiosinks.
21612           The vis. element should be disposed when we're done with it.
21613           We don't have any reason to keep it around. This fixes warnings
21614           when reusing playbin for playing multiple audio files with
21615           vis. enabled. Also release audio device on pause - idea stolen
21616           from Rhythmbox.
21617
21618 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21621         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21622         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21623         * ext/alsa/gstalsaplugin.c: (plugin_init):
21624         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21625         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21626         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21627         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21628         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21629         (gst_faad_change_state), (plugin_init):
21630         * ext/faad/gstfaad.h:
21631         * ext/vorbis/vorbis.c: (plugin_init):
21632         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21633         * gst-libs/gst/audio/Makefile.am:
21634         * gst-libs/gst/audio/audio.c: (plugin_init):
21635         * gst-libs/gst/audio/multichannel.c:
21636         (gst_audio_check_channel_positions),
21637         (gst_audio_get_channel_positions),
21638         (gst_audio_set_channel_positions),
21639         (gst_audio_set_structure_channel_positions_list),
21640         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21641         (gst_audio_fixate_channel_positions):
21642         * gst-libs/gst/audio/multichannel.h:
21643         * gst-libs/gst/audio/testchannels.c: (main):
21644         * gst/audioconvert/gstaudioconvert.c:
21645         (gst_audio_convert_class_init), (gst_audio_convert_init),
21646         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21647         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21648         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21649         * gst/audioconvert/plugin.c: (plugin_init):
21650           Surround sound support.
21651
21652 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21655           Fix position for discont if we're close as well. Nitpicking, but
21656           saves a few milliseconds of extra waiting or skipping.
21657
21658 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21659
21660         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21661           We sometimes need parsers for playback, so add those too.
21662
21663 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21664
21665         * configure.ac:
21666         * gst/apetag/Makefile.am:
21667         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21668         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21669         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21670         (gst_ape_demux_get_src_query_types),
21671         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21672         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21673         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21674         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21675         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21676         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21677         (gst_ape_demux_change_state):
21678         * gst/apetag/apedemux.h:
21679         * gst/apetag/apetag.c: (plugin_init):
21680         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21681         (plugin_init):
21682           APE v1/2 tag reader plus typefind function.
21683
21684 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21685
21686         * configure.ac:
21687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21688         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21689           Remove hacks for older core. Require newer core version
21690           accordingly.
21691
21692 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21693
21694         * gst/cdxaparse/Makefile.am:
21695         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21696         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21697         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21698         * gst/cdxaparse/gstcdxaparse.h:
21699         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21700         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21701         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21702         (gst_cdxastrip_get_src_query_types),
21703         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21704         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21705         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21706         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21707         * gst/cdxaparse/gstcdxastrip.h:
21708           SVCD/VCD header stripping separated from CDXA image parsing.
21709         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21710         (plugin_init):
21711           Add VCD/SVCD header typefinding for VCD/SVCD.
21712         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21713         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21714         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21715         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21716         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21717         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21718         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21719         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21720         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21721         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21722         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21723         * sys/vcd/vcdsrc.h:
21724           Fix up, add seeking, querying, URI interface. Works in totem now.
21725
21726 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * configure.ac:
21729           back to CVS
21730
21731 === release 0.8.6 ===
21732
21733 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * NEWS:
21736         * RELEASE:
21737         * configure.ac:
21738         * po/af.po:
21739         * po/az.po:
21740         * po/cs.po:
21741         * po/en_GB.po:
21742         * po/hu.po:
21743         * po/it.po:
21744         * po/nb.po:
21745         * po/nl.po:
21746         * po/or.po:
21747         * po/sq.po:
21748         * po/sr.po:
21749         * po/sv.po:
21750         * po/uk.po:
21751           releasing 0.8.6, "IOU Love"
21752
21753 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21754
21755         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21756
21757         * gst/playback/gstplaybasebin.c:
21758           Fix unplayable files error handling.  Fixes #158365
21759
21760 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21761
21762         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21763
21764         * gst/typefind/gsttypefindfunctions.c:
21765           Fix broken mp3 typefinding.  Fixes #158375
21766
21767 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21768
21769         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21770
21771         * ext/ogg/gstoggdemux.c:
21772           Fix sync on broken files.  Fixes #158976
21773
21774 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         patch by: Edward Hervey <bilboed@bilboed.com>
21777
21778         * ext/libpng/gstpngenc.c:
21779           Copy over buffer properties.  Fixes #158832
21780
21781 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21782
21783         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21784
21785         * ext/dvdread/dvdreadsrc.c:
21786           Fixes invalid reads (#158462)
21787
21788 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21789
21790         * sys/v4l/gstv4lsrc.c:
21791         * sys/v4l/gstv4lsrc.h:
21792         * sys/v4l/v4lsrc_calls.c:
21793           Probe less and cache it.  Fixes #159187.
21794
21795 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * gst/videorate/gstvideorate.c:
21798           Handle all video formats. Fixes #159186.
21799
21800 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21801         * gst/synaesthesia/gstsynaesthesia.c:
21802         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21803         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21804         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21805         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21806         (gst_synaesthesia_change_state), (plugin_init):
21807         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21808         Force 320x200 output, as that's the only thing the underlying
21809         synaesthesia implementation supports. Still needs to be made
21810         re-entrant.
21811
21812 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21813
21814         * configure.ac:
21815           Fix mpeg2enc configure check (similar to mplex check below).
21816
21817 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21818
21819         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21820
21821         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21822           Fix for gcc-2.95 (fixes #158221).
21823
21824 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21825
21826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21827           Re-add clock distribution hack (until new core is released).
21828           Fixes #158125.
21829
21830 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21831         * configure.ac:
21832           fix mplex configure check segfaulting on some systems (bug #140994)
21833
21834 2004-11-13  Benjamin Otte  <otte@gnome.org>
21835
21836         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21837           add debugging
21838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21839           do a wait when we enter the loop func with no data available to
21840           write instead of getting into an 100% CPU loop by just returning and
21841           being called again by the scheduler
21842
21843 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21844
21845         * configure.ac:
21846         * ext/libvisual/visual.c: (gst_visual_get_type),
21847         (libvisual_log_handler), (gst_visual_getcaps),
21848         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21849         (plugin_init):
21850           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21851         * ext/smoothwave/Makefile.am:
21852         * ext/smoothwave/demo-osssrc.c: (main):
21853         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21854         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21855         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21856         (plugin_init):
21857         * ext/smoothwave/gstsmoothwave.h:
21858           Make gstsmoothwave a working element in the 20th century.
21859
21860         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21861           Fix incorrect link function
21862
21863 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21864
21865         * gst/volume/gstvolume.c:
21866           Allow buffer-frames=0.
21867
21868 2004-11-12 Iain <iaingnome@gmail.com>
21869
21870         * configure.ac: Check for polypaudio
21871
21872         * ext/Makefile.am: Build the polyp dir
21873
21874         * ext/polyp: The polypsink sources.
21875
21876 2004-10-30 Iain <iaingnome@gmail.com>
21877
21878         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21879         caps to reflect the new number of channels.
21880
21881 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21882
21883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21884           Fix for negotiation order problem. This would show when the
21885           ALSA loopfuction was called before any other function. ALSA
21886           wouldn't do anything because we're not negotiated yet, leading
21887           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21888
21889 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21890
21891         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21892
21893         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21894           No warnings (#157986).
21895
21896 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21897
21898         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21899           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21900
21901 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21902
21903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21904           Signal no-more-pads (so it works in playbin).
21905
21906 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21907
21908         * ext/musepack/gstmusepackreader.cpp:
21909           Workaround for older core.
21910
21911 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21912
21913         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21914           Actually test for odd width/height rather than testing whether
21915           a temporary variable that was 0 before we subtracted 1 is now
21916           not equal to zero (which it always is).
21917
21918 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21919
21920         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21921         Fix compilation if HAVE_XVIDEO is not defined
21922
21923 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21924
21925         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21926         Fix compilation if HAVE_XVIDEO is not defined
21927
21928 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21929
21930         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21931         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21932         (gst_goom_change_state), (plugin_init):
21933         Use the bytestream adapter so goom doesn't depend on the input
21934         buffer size.
21935         Add a debug category
21936
21937 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21938
21939         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21940           Only set hardware parameters *after* negotiation. Before
21941           negotiation, it will set ANY and that seems to cause crashes
21942           (see e.g. #151288, #153227).
21943
21944 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21945
21946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21947           This seems to be antique leftover. It needs to pass error
21948           checking.
21949         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21950         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21951         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21952         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21953           Fix GstXOverlay implementation (#151059).
21954
21955 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21956
21957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21958           Don't assert (#157853).
21959
21960 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21961
21962         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21963           Fix bytes/samples confustion.
21964         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21965           Fix for underrun (#144389).
21966
21967 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21968
21969         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21970           Disable halfway-seek for pending release (since it needs a new
21971           core release).
21972
21973 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21974
21975         * sys/v4l/gstv4lsrc.c:
21976         * sys/v4l/gstv4lsrc.h:
21977         * sys/v4l/v4lsrc_calls.c:
21978           add autoprobe-fps property so we can separate autoprobing parts
21979
21980 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21981
21982         * sys/v4l/gstv4lsrc.c:
21983         * sys/v4l/v4lsrc_calls.c:
21984         initialise fourcc to catch unset fourcc's, and debug
21985
21986 2004-11-09  Wim Taymans  <wim@fluendo.com>
21987
21988         * gst/playback/README:
21989         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21990         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21991         (gst_play_bin_dispose), (gst_play_bin_set_property),
21992         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21993         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21994         (gst_play_bin_get_formats), (gst_play_bin_convert),
21995         (gst_play_bin_get_query_types), (gst_play_bin_query):
21996         Cleanups and some more documentation.
21997
21998 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21999
22000         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22001         (gst_cacasink_init), (gst_cacasink_chain):
22002         * ext/libcaca/gstcacasink.h:
22003         Cacasink inherits from VideoSink, so let that store the clock.
22004
22005 2004-11-09  Wim Taymans  <wim@fluendo.com>
22006
22007         * gst/playback/README:
22008         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22009         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22010         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22011         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22012         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22013         (setup_sinks):
22014         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22015         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22016         * gst/playback/gststreaminfo.h:
22017         Updated README.
22018         Only switch groups if all streams have muted (EOSed).
22019         Send Tags in sync with the stream playback instead of in
22020         the playback/preroll phase.
22021         Some cleanups, free the fakesrc elements.
22022
22023 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22024
22025         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22026           buffer-frames property was missing
22027         * ext/arts/gst_arts.c:
22028           rate missing from sinkcaps
22029         * ext/audiofile/gstafparse.c:
22030         * ext/audiofile/gstafsink.c:
22031         * ext/audiofile/gstafsrc.c:
22032         * ext/swfdec/gstswfdec.c:
22033           int audio doesn't know buffer-frames
22034         * ext/cdparanoia/gstcdparanoia.c:
22035           int audio doesn't know chunksize either
22036         * ext/nas/nassink.c:
22037           it's endianness, not endianess
22038         * gst-libs/gst/audio/audio.h:
22039           make float standard pad template caps really describe float
22040         * gst/law/mulaw.c: (linear_factory):
22041           signed only, please
22042         * gst/mpegstream/gstdvddemux.c:
22043           widths of 20 are not valid
22044
22045 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22046
22047         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22048
22049         * po/LINGUAS:
22050         * po/it.po:
22051           Add Italian
22052
22053 2004-11-08  Wim Taymans  <wim@fluendo.com>
22054
22055         * gst/playback/README:
22056         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22057         * gst/playback/gstplaybasebin.c: (probe_triggered),
22058         (gst_play_base_bin_change_state):
22059         Updated README, added more comments for fixmes etc..
22060
22061 2004-11-08  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22064         We can remove this hack now.
22065
22066 2004-11-08  Wim Taymans  <wim@fluendo.com>
22067
22068         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22069         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22070         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22071         Only mix AYUV for maximum quality.
22072
22073 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22074
22075         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22076         (gst_ogg_demux_push), (gst_ogg_pad_push):
22077           Let's act as if we're synchronized now! :).
22078         * ext/theora/theoradec.c: (theora_dec_chain):
22079           Add some debug.
22080
22081 2004-11-08  Wim Taymans  <wim@fluendo.com>
22082
22083         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22084         (gst_alpha_set_property), (gst_alpha_sink_link),
22085         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22086         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22087         (gst_alpha_init_params), (gst_alpha_chain):
22088         Implement alpha functions for AYUV too, this increases
22089         accuracy quite a bit.
22090
22091 2004-11-08  Wim Taymans  <wim@fluendo.com>
22092
22093         * gst/ffmpegcolorspace/avcodec.h:
22094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22095         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22096         (gst_ffmpegcsp_avpicture_fill):
22097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22098         (gst_ffmpegcsp_caps_remove_format_info):
22099         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22100         (shrink12), (img_get_alpha_info), (deinterlace_line),
22101         (deinterlace_line_inplace):
22102         * gst/ffmpegcolorspace/imgconvert_template.h:
22103         Added AYUV colorspace and handle RGBA a bit more respectful.
22104
22105 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22106
22107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22108           Actually always send a discont (cornercase when resending the
22109           same serial-tagged chain twice).
22110
22111 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22112
22113         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22114         (gst_ximagesink_finalize):
22115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22116         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22117
22118 2004-11-08  Wim Taymans  <wim@fluendo.com>
22119
22120         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22121         Don't segfault on NULL data.
22122
22123 2004-11-08  Wim Taymans  <wim@fluendo.com>
22124
22125         * gst/playback/gstdecodebin.c: (unlinked):
22126         * gst/playback/gstplay-marshal.list:
22127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22128         (gst_play_base_bin_init), (group_create), (get_active_group),
22129         (get_building_group), (group_destroy), (group_commit),
22130         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22131         (add_element_stream), (no_more_pads), (probe_triggered),
22132         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22133         (state_change), (setup_source), (gst_play_base_bin_get_property),
22134         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22135         (gst_play_base_bin_link_stream),
22136         (gst_play_base_bin_get_streaminfo):
22137         * gst/playback/gstplaybasebin.h:
22138         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22139         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22140         Add support for chained ogg files. Prepare for playlist
22141         support. This patch introduces the concept of pad groups, which
22142         together compose one playable media file.
22143
22144 2004-11-07  David Schleef  <ds@schleef.org>
22145
22146         * testsuite/gst-lint: Check for pad templates that aren't statically
22147         scoped.
22148
22149 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22150
22151         * configure.ac:
22152         * ext/Makefile.am:
22153         * ext/musepack/Makefile.am:
22154         * ext/musepack/gstmusepackdec.cpp:
22155         * ext/musepack/gstmusepackdec.h:
22156         * ext/musepack/gstmusepackreader.cpp:
22157         * ext/musepack/gstmusepackreader.h:
22158           Add musepack decoder.
22159         * ext/faad/gstfaad.c: (gst_faad_base_init):
22160           Make pad templates static.
22161         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22162         (plugin_init):
22163           Add musepack typefinder, make mp3 typefinding work halfway stream,
22164           which doesn't actually work yet because id3demux doesn't implement
22165           _get_length().
22166
22167 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22168
22169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22170         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22171           Fix interrupt event handling (#144436).
22172
22173 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22174
22175         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22176           Hide unused glory.
22177
22178 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22179
22180         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22181
22182         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22183           Fix weird caps (#157548).
22184
22185 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22186
22187         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22188
22189         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22190           Add missing NULL terminator (#157543).
22191
22192 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22193
22194         * gst/tcp/gsttcp.h:
22195         * gst/tcp/gsttcpclientsink.c:
22196         * gst/tcp/gsttcpclientsrc.c:
22197         * gst/tcp/gsttcpserversink.c:
22198         * gst/tcp/gsttcpserversrc.c:
22199           ports can go up to 65535.  Move common defines to gsttcp.h
22200
22201 2004-11-05  Wim Taymans  <wim@fluendo.com>
22202
22203         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22204         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22205         Added two more colorspaces.
22206
22207 2004-11-05  Wim Taymans  <wim@fluendo.com>
22208
22209         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22210         (gst_ffmpegcsp_avpicture_fill):
22211         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22212         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22213         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22214         More stride fixes.
22215
22216 2004-11-05  Wim Taymans  <wim@fluendo.com>
22217
22218         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22219         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22220         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22221         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22222         (gst_videomixer_loop):
22223         More stride fixes.
22224
22225 2004-11-05  Benjamin Otte  <otte@gnome.org>
22226
22227         * ext/mad/gstmad.c: (gst_mad_chain):
22228           don't overflow data buffer. Flush not needed sync data when syncing
22229           failed.
22230
22231 2004-11-04  Wim Taymans  <wim@fluendo.com>
22232
22233         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22234         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22235         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22236         (gst_alpha_init_params), (gst_alpha_chain),
22237         (gst_alpha_change_state):
22238         Updated the chroma keying algorithm with something more
22239         sophisticated.
22240
22241 2004-11-03  Wim Taymans  <wim@fluendo.com>
22242
22243         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22244         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22245         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22246         Fix stride issues. Does not completely work for odd
22247         heights.
22248
22249 2004-11-03  Wim Taymans  <wim@fluendo.com>
22250
22251         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22252         (gst_alpha_chroma_key), (gst_alpha_chain):
22253         Fix stride issues. Does not completely work for odd
22254         heights.
22255
22256 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22257
22258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22259         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22260         leak fixes
22261
22262 2004-11-03  Wim Taymans  <wim@fluendo.com>
22263
22264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22265         (gst_ffmpegcsp_avpicture_fill):
22266         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22267         (avpicture_alloc):
22268         * gst/ffmpegcolorspace/imgconvert_template.h:
22269         Use correct _fill function to get correct strides.
22270
22271 2004-11-02  David Schleef  <ds@schleef.org>
22272
22273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22274         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22275         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22276         Change all g_print()s to debugging.  Add a bunch of consistency
22277         checks.
22278
22279 2004-11-02  Wim Taymans  <wim@fluendo.com>
22280
22281         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22282         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22283         (unlinked), (no_more_pads), (close_link):
22284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22285         (unknown_type), (add_element_stream), (new_decoded_pad),
22286         (removed_decoded_pad), (setup_source):
22287         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22288         (gst_stream_info_class_init), (gst_stream_info_init),
22289         (gst_stream_info_new), (gst_stream_info_dispose),
22290         (stream_info_mute_pad), (gst_stream_info_set_property),
22291         (gst_stream_info_get_property):
22292         * gst/playback/gststreaminfo.h:
22293         Fix playback of multiple files.
22294         a slightly different approach to handling dynamic pad removals.
22295         This one only looks at pads that we have linked.
22296
22297 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22298
22299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22300         free" warning from libc.
22301
22302 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22303
22304         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22305         (get_unconnected_element), (remove_starting_from), (pad_removed),
22306         (close_link):
22307           Implement support for dynamic pad changing. We listen to "live"
22308           pad removals (i.e. while playing) and re-setup autoplugging
22309           after that. Playbasebin/playbin need some more work for this
22310           to finally work, but decodebin supports (and replugs) chained
22311           ogg now.
22312
22313 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22314
22315         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22316         (gst_alsa_finalize):
22317         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22318         (gst_cdaudio_finalize):
22319         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22320         (cdparanoia_finalize):
22321         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22322         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22323         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22324         (dvdreadsrc_finalize):
22325         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22326         (gst_flacdec_finalize):
22327         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22328         (gst_flacenc_finalize):
22329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22330         (gst_gnomevfssink_finalize):
22331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22332         (gst_gnomevfssrc_finalize):
22333         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22334         (gst_fameenc_finalize):
22335         * ext/nas/nassink.c: (gst_nassink_class_init),
22336         (gst_nassink_finalize):
22337         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22338         (gst_sdlvideosink_class_init):
22339         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22340         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22341         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22342         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22343         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22344         (gst_x_window_listener_dispose):
22345         * gst/audioscale/gstaudioscale.c:
22346         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22347         (play_on_demand_finalize):
22348         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22350         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22351         (cdplayer_finalize):
22352         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22353         (gst_glimagesink_class_init):
22354         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22355         (gst_osselement_finalize):
22356         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22357         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22358         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22359           Fixes a bunch of problems with finalize and dispose functions,
22360           either assumptions that dispose is only called once, or not calling
22361           the parent class dispose/finalize function
22362
22363 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22364
22365         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22366           added two api precondition guards
22367           use g_strdup with getenv to fix crash when using ENVVAR
22368
22369 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22370         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22371         (gst_esdsink_finalize):
22372         Use a finalize function, not dispose, and more importantly,
22373         call the parent class finalize function too
22374
22375 2004-11-01  Johan Dahlin  <johan@gnome.org>
22376
22377         * ext/ogg/gstoggdemux.c:
22378         * gst/tags/gstvorbistag.c:
22379         Plug leaks.
22380
22381 2004-10-31  Benjamin Otte  <otte@gnome.org>
22382
22383         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22384           lotsa memleaks today. But they're all small...
22385
22386 2004-10-31  Benjamin Otte  <otte@gnome.org>
22387
22388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22389           another memleak crushed
22390
22391 2004-10-31  Benjamin Otte  <otte@gnome.org>
22392
22393         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22394           fix memleak
22395
22396 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22399           Hack to prevent crash when going to READY inside signal handler
22400           while this function is active.
22401
22402 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22403
22404         * gst/ffmpegcolorspace/Makefile.am:
22405         * gst/ffmpegcolorspace/avcodec.h:
22406         * gst/ffmpegcolorspace/common.h:
22407         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22408         * gst/ffmpegcolorspace/dsputil.h:
22409         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22411         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22412         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22413         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22414         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22415         (gst_ffmpegcsp_avpicture_fill):
22416         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22418         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22419         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22420         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22421         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22422         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22423         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22424         * gst/ffmpegcolorspace/imgconvert.c:
22425         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22426         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22427         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22428         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22429         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22430         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22431         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22432         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22433         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22434         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22435         (grow21), (grow22), (grow41), (grow44), (conv411),
22436         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22437         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22438         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22439         (avpicture_free), (is_yuv_planar), (img_convert),
22440         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22441         (deinterlace_line_inplace), (deinterlace_bottom_field),
22442         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22443         * gst/ffmpegcolorspace/imgconvert_template.h:
22444         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22445         * gst/ffmpegcolorspace/mmx.h:
22446         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22447         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22448         (av_freep), (avcodec_get_context_defaults),
22449         (avcodec_alloc_context), (avcodec_init):
22450           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22451           handling plus update from ffmpeg CVS. Large clean-up.
22452
22453 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22454
22455         * gst/playback/Makefile.am:
22456           We need the marshallers for decodebin, too.
22457
22458 2004-10-30  David Schleef  <ds@schleef.org>
22459
22460         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22461           quicktime typefinding work with 64-bit offsets.
22462
22463 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22464
22465         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22466           Set EOS on the element when processing an EOS event.
22467         * ext/speex/gstspeexdec.h:
22468         * ext/speex/gstspeexenc.h:
22469           Only keep a const ptr to the mode
22470         * gst-libs/gst/riff/riff-media.c:
22471         (gst_riff_create_audio_caps_with_data),
22472         (gst_riff_create_audio_template_caps):
22473           Allow WMAV3, with up to 6 channels.
22474         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22475           Don't call gst_pad_set_event_function on a sink pad.
22476         * gst/mpegstream/gstdvddemux.c:
22477         (gst_dvd_demux_get_subpicture_stream),
22478         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22479           Copy the explicit caps that were set across to the cur_* pads,
22480           instead of trying to use a possibly non-existent negotiated caps.
22481           Reset the type of subpicture pads to UNKNOWN after calling
22482           init_stream, so that the caps get set.
22483
22484 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22485
22486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22487
22488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22489           Don't touch buffer if it is of size 0 (fixes #151064).
22490
22491 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22492
22493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22494           Synchronized discont handling.
22495
22496 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22497
22498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22499         (gst_ogg_demux_push):
22500           Make seeking sort-of exact again (fixes #156387).
22501
22502 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22503
22504         * gst/playback/gstplaybasebin.c: (unknown_type),
22505         (add_element_stream), (new_decoded_pad),
22506         (gst_play_base_bin_change_state):
22507         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22508         (gst_stream_info_init), (gst_stream_info_new),
22509         (gst_stream_info_dispose), (gst_stream_info_get_property):
22510         * gst/playback/gststreaminfo.h:
22511           Make caps explicitely available. Makes testing for unsupported
22512           types possible. Improves error reporting.
22513
22514 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22515
22516         * gst/audioconvert/gstaudioconvert.c:
22517         (gst_audio_convert_buffer_to_default_format):
22518           Really don't touch read-only buffers (#156563).
22519
22520 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22521
22522         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22523
22524         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22525           Fix memleak (#155223).
22526
22527 2004-10-29  Wim Taymans  <wim@fluendo.com>
22528
22529         * gst/tcp/.cvsignore:
22530         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22531         (gst_multifdsink_class_init), (gst_multifdsink_init),
22532         (gst_multifdsink_add), (gst_multifdsink_remove),
22533         (gst_multifdsink_remove_client_link), (is_sync_frame),
22534         (gst_multifdsink_new_client),
22535         (gst_multifdsink_handle_client_write),
22536         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22537         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22538         (gst_multifdsink_get_property):
22539         * gst/tcp/gstmultifdsink.h:
22540         Added burst on connect sync_method, deprecated sync_clients,
22541         streamlined the sync code some more.
22542
22543 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22544
22545         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22546         (gst_play_base_bin_change_state):
22547           Improve error reporting.
22548
22549 2004-10-28  Wim Taymans  <wim@fluendo.com>
22550
22551         * gst/tcp/Makefile.am:
22552         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22553         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22554         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22555         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22556         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22557         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22558         (gst_fdset_wait):
22559         Added more locks around fdset structures. Fixed/reworked
22560         the poll array resizing code.
22561         Added stress test for fdset.
22562
22563 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22564
22565         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22566         fix build
22567
22568 2004-10-28  Benjamin Otte  <otte@gnome.org>
22569
22570         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22571           fix link function to always query channels and query width for
22572           floats
22573         * configure.ac:
22574           add equalizer dir
22575         * gst/equalizer/Makefile.am:
22576         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22577         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22578         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22579         (arg_to_scale), (setup_filter),
22580         (gst_iir_equalizer_compute_frequencies),
22581         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22582         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22583         (plugin_init):
22584           add an equalizer
22585
22586 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22587
22588         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22589
22590         * po/LINGUAS:
22591         * po/nb.po:
22592           Added Norwegian Bokmaal translation
22593
22594 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22595
22596         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22597           Don't break on options (fixes #156488).
22598
22599 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * configure.ac:
22602         * ext/cdaudio/Makefile.am:
22603         * sys/Makefile.am:
22604           fix build on older automake
22605
22606 2004-10-26  Wim Taymans  <wim@fluendo.com>
22607
22608         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22609         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22610         Allow a little margin when negotiating the framerate.
22611
22612 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22613
22614         * gst/level/gstlevel.c:
22615           synchonised naming of pads and pad-templates
22616
22617 2004-10-26  Wim Taymans  <wim@fluendo.com>
22618
22619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22620         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22621         (_find_streams_check), (gst_ogg_demux_push):
22622         Fix EOS again. Needs to be done in a better way. We should not
22623         remove the pad if there is no new chained stream.
22624
22625 2004-10-26 Iain <iaingnome@gmail.com>
22626
22627         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22628         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22629         of the caps.
22630         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22631         pad.
22632         (interleave_release_pad): Remove the pad.
22633         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22634         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22635         the set device.
22636         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22637         attrs
22638         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22639         (gst_xvimagesink_finalize): Free the par.
22640
22641 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22642
22643         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22644         (gst_avimux_stop_file):
22645           First calculate the rate, and only then use it. Hdr.rate is a
22646           multiple and not a derivative of hdr.scale. Scale is not the
22647           same as blockalign but is solely related to rate.
22648
22649 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22650
22651         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22652         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22653           Implement seeking.
22654
22655 2004-10-25  James Henstridge  <james@jamesh.id.au>
22656
22657         Reviewed by:  David Schleef  <ds@schleef.org>
22658
22659         * examples/gstplay/player.c: (got_stream_length), (main):
22660         * examples/seeking/cdplayer.c: (update_scale):
22661         * examples/seeking/seek.c: (format_value), (update_scale):
22662         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22663         (stop_seek):
22664         Build fixes on AMD64.
22665
22666 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22667
22668         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22669
22670         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22671         Fix for some v4l cards which hang in v4lsrc
22672
22673 2004-10-25  Wim Taymans  <wim@fluendo.com>
22674
22675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22676         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22677         Make sure to remove the pad when a new chain is
22678         encountered. Set some vars to NULL so we don't try
22679         to reference freed memory.
22680
22681 2004-10-25  Wim Taymans  <wim@fluendo.com>
22682
22683         * examples/seeking/Makefile.am:
22684         * examples/seeking/cdplayer.c: (update_scale):
22685         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22686         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22687         (format_value), (update_scale), (iterate), (start_seek),
22688         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22689         (print_usage), (main):
22690         Added some more examples, update others.
22691
22692 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22693
22694         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22695         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22696         * ext/theora/theoradec.c: (theora_dec_chain):
22697         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22698           Add codec-name metadata.
22699
22700 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22701
22702         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22705         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22706         * ext/alsa/gstalsamixertrack.h:
22707         * po/POTFILES.in:
22708           ALSA mixer track label internationalization (#154054).
22709
22710 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22711
22712         * ext/theora/theoradec.c: (theora_dec_chain):
22713           Export bitrate as metadata.
22714
22715 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22716
22717         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22718         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22719         * ext/alsa/gstalsamixertrack.h:
22720           Fix names, fix loop.
22721
22722 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22723
22724         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22725         (speex_dec_convert):
22726           sinkconvert function so oggdemux can get the file length (totem).
22727
22728 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22729
22730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22731
22732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22733           Don't push incomplete packets.
22734         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22735           Fix MPEG-4 audio typefinding.
22736
22737 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22738
22739         * sys/v4l/Makefile.am:
22740         * sys/v4l/gstv4l.c: (plugin_init):
22741         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22742         (gst_v4lelement_init), (gst_v4lelement_dispose),
22743         (gst_v4lelement_change_state):
22744         * sys/v4l/gstv4lelement.h:
22745         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22746         (gst_v4l_xoverlay_close), (idle_refresh),
22747         (gst_v4l_xoverlay_set_xwindow_id):
22748         * sys/v4l/gstv4lxoverlay.h:
22749         * sys/v4l/v4l-overlay_calls.c:
22750         * sys/v4l/v4l_calls.h:
22751         * sys/v4l2/Makefile.am:
22752         * sys/v4l2/gstv4l2.c: (plugin_init):
22753         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22754         (gst_v4l2element_init), (gst_v4l2element_dispose),
22755         (gst_v4l2element_change_state):
22756         * sys/v4l2/gstv4l2element.h:
22757         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22758         (gst_v4l2_xoverlay_close), (idle_refresh),
22759         (gst_v4l2_xoverlay_set_xwindow_id):
22760         * sys/v4l2/gstv4l2xoverlay.h:
22761         * sys/v4l2/v4l2-overlay_calls.c:
22762         * sys/v4l2/v4l2_calls.h:
22763           Remove client-side overlay handling, use the X-server v4l plugin
22764           for that. Nicer overlay, less code. Also make the plugin
22765           compileable without X (but then without overlay, obviously).
22766           Makes xwindowlistener obsolete, should we remove that?
22767
22768 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22769
22770         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22771         (gst_osssrc_src_query):
22772         * sys/oss/gstosssrc.h:
22773           OK, so people want offset in DEFAULT. This time, actually fix all
22774           cases.
22775         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22776           Add FPS properly.
22777
22778 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22779
22780         * gst/asfdemux/gstasfmux.c:
22781         * gst/avi/gstavimux.c:
22782           Framerate.
22783
22784 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22785
22786         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22787           Fix properties (channel, norm, frequency).
22788
22789 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22790
22791         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22792           Flag typo.
22793         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22794           No warnings.
22795
22796 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22797
22798         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22799           Fix hang.
22800
22801 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22802
22803         * sys/v4l2/gstv4l2element.h:
22804           Yet Another Hack (tm) for kernel header borkedness.
22805         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22806         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22807         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22808         (gst_v4l2src_change_state):
22809         * sys/v4l2/gstv4l2src.h:
22810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22811         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22812           Fix caps, keep track of state, work.
22813
22814 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22815
22816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22817           Quiet.
22818
22819 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22820
22821         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22822           Don't mix bytes and samples.
22823
22824 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22825
22826         * ext/ogg/gstoggmux.c:
22827           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22828           and theora. Any is incorrect.
22829         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22830           Fix caps.
22831         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22832         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22833         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22834         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22835         * sys/v4l/gstv4lmjpegsrc.h:
22836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22837         (gst_v4lsrc_change_state):
22838         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22839         (gst_v4lmjpegsrc_capture_stop):
22840           Fix caps. Keep track of internal state. Work.
22841
22842 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * ext/Makefile.am:
22845           Fix the build fixes.
22846
22847 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22848
22849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22850         (gst_ogg_demux_src_event), (_find_chain_seek),
22851         (gst_ogg_pad_push):
22852           Check for pad availability before using it.
22853         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22854           Fix parsing of chained ogg. Needs more work on the decoder side.
22855
22856 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22857
22858         * gst/spectrum/Makefile.am:
22859         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22860         (idle_func):
22861           Fix demo and reenable it. Yes, I'm currently playing with audio
22862           analysis tools
22863
22864 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22865
22866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22867           We love it if files that start at zero work too...
22868
22869 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22870
22871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22872           Handle files with missing EOS headers.
22873
22874 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22875
22876         * gst/tcp/gsttcpserversink.c:
22877         (gst_tcpserversink_handle_server_read),
22878         (gst_tcpserversink_init_send):
22879         Zero some variables first (need for accept not to return EINVAL)
22880
22881 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22884         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22885         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22886         (theora_dec_chain):
22887         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22888         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22889           Seeking and querying finetune.
22890
22891 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22892
22893         * configure.ac:
22894         * ext/Makefile.am:
22895         * ext/raw1394/Makefile.am:
22896           fix the build
22897
22898 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22899
22900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22901           Wrong return.
22902         * gst/playback/Makefile.am:
22903         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22904         * gst/playback/gstplay-marshal.list:
22905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22906           Fix marshallers.
22907
22908 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22909
22910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22911           Silence.
22912
22913 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22914
22915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22916         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22917         (gst_ogg_pad_push):
22918           Yay for non-lineair granulepos in theora.
22919
22920 2004-10-18  Wim Taymans  <wim@fluendo.com>
22921
22922         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22923         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22924         * ext/dv/gstdvdec.h:
22925         Make sure we renegotiate aspect ratio when the camera switches.
22926
22927 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22928
22929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22930         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22931           Start at zero.
22932         * ext/theora/theoradec.c: (theora_dec_chain):
22933           Skip headers. Bad idea for chained ogg, but fixes seeking.
22934
22935 2004-10-18  Wim Taymans  <wim@fluendo.com>
22936
22937         * configure.ac:
22938         I swear, this is the last time I touch this.
22939
22940 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22941
22942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22943         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22944         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22945           Faster seeking.
22946         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22947           Time-to-default conversion.
22948         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22949           Don't error on unknown packets, just skip. We should probably
22950           read them if we want to support chained ogg.
22951
22952 2004-10-18  Wim Taymans  <wim@fluendo.com>
22953
22954         * configure.ac:
22955         Added cdaudio to wrong list.
22956
22957 2004-10-18  Wim Taymans  <wim@fluendo.com>
22958
22959         * configure.ac:
22960         Revive cdaudio.
22961
22962 2004-10-18  Wim Taymans  <wim@fluendo.com>
22963
22964         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22965         (gst_dvdec_video_link), (gst_dvdec_push):
22966         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22967         (gst_smokeenc_resync), (gst_smokeenc_chain):
22968         Fix mimetype on smoke encoder.
22969         Add aspect ratio to dvdec. Not sure if these
22970         values are correct though....
22971
22972 2004-10-18  Wim Taymans  <wim@fluendo.com>
22973
22974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22975         Fix vorbis property descriptions and ranges.
22976
22977 2004-10-18  Wim Taymans  <wim@fluendo.com>
22978
22979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22980         Really do nothing when no data is available.
22981         Go to the playing state when the stream is not seekable
22982         instead of failing.
22983
22984 2004-10-18  Wim Taymans  <wim@fluendo.com>
22985
22986         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22987         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22988         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22989         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22990         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22991         Added uri handler for cd://
22992         Port to new API.
22993
22994 2004-10-18  Wim Taymans  <wim@fluendo.com>
22995
22996         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22997         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22998         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22999         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23000         (remove_prerolls), (unknown_type), (add_element_stream),
23001         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23002         (gst_play_base_bin_remove_element),
23003         (gst_play_base_bin_link_stream):
23004         * gst/playback/gstplaybin.c: (gen_video_element),
23005         (gen_vis_element), (remove_sinks), (setup_sinks):
23006         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23007         (gst_stream_info_get_type), (gst_stream_info_class_init),
23008         (gst_stream_info_init), (gst_stream_info_new),
23009         (gst_stream_info_dispose), (stream_info_mute_pad),
23010         (gst_stream_info_set_property), (gst_stream_info_get_property):
23011         * gst/playback/gststreaminfo.h:
23012         Add sink padtemplate to decodebin.
23013         Added some more comments.
23014         Make queue size configurable in playbasebin.
23015         Added possibility to use elements as sinks (ex cdaudio).
23016
23017 2004-10-15  Wim Taymans  <wim@fluendo.com>
23018
23019         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23020         (gst_speexenc_chain):
23021         Fix speex timestamps so that it gets muxed properly.
23022
23023 2004-10-15  Wim Taymans  <wim@fluendo.com>
23024
23025         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23026         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23027         (gst_dv1394src_init), (gst_dv1394src_dispose),
23028         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23029         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23030         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23031         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23032         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23033         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23034         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23035         * ext/raw1394/gstdv1394src.h:
23036         Added conversion/query functions.
23037         Update buffer timestamps,
23038         Added signals.
23039         Added uri dv:// so it might play from the firewire in playbin.
23040         Fix a possible leak.
23041         Added debugging.
23042
23043 2004-10-15  Wim Taymans  <wim@fluendo.com>
23044
23045         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23046         (gst_dv1394src_init), (gst_dv1394src_set_property),
23047         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23048         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23049         * ext/raw1394/gstdv1394src.h:
23050         Added AV/C VTR control support needed for some cameras.
23051         Added automatic port detection.
23052         Added properties for selecting the channel.
23053         The configure.ac script is not yet updated to reflect the
23054         new libavc1394 and librom1394 dependencies.
23055
23056 2004-10-15  Wim Taymans  <wim@fluendo.com>
23057
23058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23059         (qtdemux_parse), (gst_qtdemux_handle_esds):
23060         An esds box is not a container.
23061         Fix parsing of mp4v boxes.
23062         Do not try to renegotiate fps for each frame. Need to
23063         find a better method. This should fix mp4 playback.
23064
23065 2004-10-14  David Schleef  <ds@schleef.org>
23066
23067         * configure.ac: update for swfdec-0.3 and liboil-0.2
23068         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23069         * ext/swfdec/gstswfdec.h: same
23070         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23071         * gst/videotestsrc/videotestsrc.c: same
23072
23073 2004-10-14  Wim Taymans  <wim@fluendo.com>
23074
23075         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23076         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23077         (is_sync_frame), (gst_multifdsink_new_client),
23078         (gst_multifdsink_handle_client_write),
23079         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23080         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23081         Turn warnings into info.
23082         Don't allow a state change in the streaming thread.
23083
23084 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23085
23086         * ext/vorbis/oggvorbisenc.c:
23087         * ext/vorbis/vorbisdec.c:
23088           fix template sample rate
23089
23090 2004-10-13  Wim Taymans  <wim@fluendo.com>
23091
23092         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23093         Decoding the header first fixes some problems in resyncing
23094         in more mp3s.
23095
23096 2004-10-12  Wim Taymans  <wim@fluendo.com>
23097
23098         * gst/playback/gstplaybin.c: (gen_video_element),
23099         (gen_vis_element), (remove_sinks), (setup_sinks):
23100         Added vis plugin support, need to configure the vis
23101         element to activate it.
23102
23103 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23104
23105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23106         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23107           Some debug.
23108         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23109         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23110         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23111         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23112         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23113         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23114         * gst/avi/gstavidemux.h:
23115           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23116           recovery (where, if part of the index is broken, we will still read
23117           the rest of the index and recover the broken part by stream
23118           scanning). More broken media support. EOS workarounds. General AVI
23119           braindamage headache recovery. Aspirin included.
23120
23121 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23124         (cdparanoia_event), (cdparanoia_query):
23125           Get rid of hideous lead-in.
23126
23127 2004-10-11  Wim Taymans  <wim@fluendo.com>
23128
23129         * gst/playback/gstplaybasebin.c: (setup_source):
23130         Wrong var used to get g_list_next.
23131
23132 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23135         (cdparanoia_get), (cdparanoia_open):
23136           Report discid as metadata, add duration.
23137
23138 2004-10-11  Wim Taymans  <wim@fluendo.com>
23139
23140         * gst/playback/gstplaybasebin.c: (setup_source):
23141         Cleanup the previous pipeline a little earlier for the
23142         case that a source element provides raw data.
23143
23144 2004-10-11  Benjamin Otte  <otte@gnome.org>
23145
23146         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23147           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23148           consuming the last 128 bytes, even though it was valid mp3 data.
23149
23150 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23151
23152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23153         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23154         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23155         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23156
23157 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23158
23159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23160         Fix for webcams that support only specific width or height
23161
23162 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23163
23164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23165
23166         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23167           Fix wrong discont event setup (fixes #154967).
23168
23169 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23170
23171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23174           Error out on invalid data (fixes #154807).
23175
23176 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23177
23178         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23179
23180         * ext/dvdread/dvdreadsrc.c: (_read):
23181           Make titles > 0 work again (fixes #154834).
23182
23183 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23184
23185         * gst-libs/gst/riff/riff-media.c:
23186         (gst_riff_create_video_template_caps):
23187           WMV3 missing in template caps.
23188
23189 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23190
23191         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23192           OK, so the original code was too strict. It makes random AVI files
23193           hang for seconds upon opening, which is unacceptable and is far
23194           beyond the original goal of getting multiple chunks for one-chunk
23195           sounc stream files. So now do just that.
23196
23197 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * gst/playback/gstplaybasebin.c: (setup_source),
23200         (gst_play_base_bin_change_state):
23201           Actually clean up streaminfo if output fails. This would trigger
23202           if, for example, there was no CD in the drive. No preroll, so
23203           a streaminfo structure is created, but the subsequent state change
23204           of the thread fails.
23205         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23206           Don't change state if parent failed.
23207
23208 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23209
23210         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23211         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23212         (gen_video_element), (remove_sinks):
23213           Add small bits of code for screenshot handling.
23214
23215 2004-10-08  Wim Taymans  <wim@fluendo.com>
23216
23217         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23218         (gen_video_element), (gen_audio_element), (setup_sinks):
23219         Don't assume the user provided sinks are named "sink"...
23220
23221 2004-10-08  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23224         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23225         (gst_play_base_bin_link_stream):
23226         Do not try to autoplug sources that generate raw streams like
23227         cdparanoia.
23228         disconnect the preroll overrun signal when we don't need it anymore.
23229
23230 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23231
23232         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23233         Added reworked patch from #154903 from milosz derezynski (deadchip).
23234
23235 2004-10-08  Wim Taymans  <wim@fluendo.com>
23236
23237         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23238         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23239         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23240         (cdparanoia_convert), (cdparanoia_uri_get_type),
23241         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23242         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23243         * ext/cdparanoia/gstcdparanoia.h:
23244         This adds the cdda://<tracknum> uri.
23245
23246 2004-10-08  Wim Taymans  <wim@fluendo.com>
23247
23248         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23249         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23250         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23252         (unknown_type), (gst_play_base_bin_remove_element),
23253         (gst_play_base_bin_link_stream):
23254         * gst/playback/gstplaybasebin.h:
23255         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23256         (gst_play_bin_set_property), (gen_video_element),
23257         (gen_audio_element), (setup_sinks):
23258         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23259         (gst_stream_info_get_type), (gst_stream_info_class_init),
23260         (gst_stream_info_init), (gst_stream_info_new),
23261         (gst_stream_info_dispose), (stream_info_mute_pad),
23262         (gst_stream_info_set_property), (gst_stream_info_get_property):
23263         * gst/playback/gststreaminfo.h:
23264         Reuse the audio and video bins.
23265         Some internal cleanups in the stream selection code.
23266
23267 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23268
23269         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23270         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23271         * sys/ximage/ximagesink.h:
23272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23273         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23274         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23275         not coming from those elements. Moreover these elements should not keep
23276         the xid they have been given when in NULL state.
23277
23278 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23279
23280         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23281         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23282         * sys/ximage/ximagesink.h:
23283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23284         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23285         * sys/xvimage/xvimagesink.h:
23286           Actually only create a new toplevel window if we're not gonna
23287           embed it right after.
23288
23289 2004-10-07  Wim Taymans  <wim@fluendo.com>
23290
23291         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23292         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23293         * gst/playback/gstplaybin.c: (setup_sinks):
23294         Implement muting/unmuting of streams, mute streams that are not
23295         used.
23296
23297 2004-10-07  Wim Taymans  <wim@fluendo.com>
23298
23299         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23300         (plugin_init):
23301         Added lame audio/x-ac3 typefind function.
23302
23303 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23304
23305         * configure.ac:
23306           bump nano to cvs
23307
23308 === release 0.8.5 ===
23309
23310 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23311
23312         * NEWS:
23313         * RELEASE:
23314         * configure.ac:
23315           releasing 0.8.5, "Take You On"
23316
23317 2004-10-06  Wim Taymans  <wim@fluendo.com>
23318
23319         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23320         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23321         (no_more_pads), (close_link), (type_found):
23322         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23323         * gst/playback/gstplaybin.c: (gen_video_element):
23324         Do not signal the no_more_pads after the first pad when
23325         we are plugging a non dynamic element with multiple
23326         output pads (like swfdec, dvdec, ...).
23327
23328 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23329
23330         * configure.ac:
23331           bump for prerelease
23332
23333 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23334
23335         * gst/wavparse/gstwavparse.c:
23336           add ATRAC3 to STATIC CAPS to fix a warning
23337
23338         * gst/matroska/ebml-read.c:
23339         * gst-libs/gst/riff/riff-read.c:
23340           fix typos
23341
23342 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23343
23344         * gst-libs/gst/riff/riff-media.c:
23345           generate caps for ATRAC3 audio streams
23346
23347         * gst/realmedia/rmdemux.c:
23348           generate caps for ATRAC3 audio streams
23349
23350 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23351
23352         * gst/wavparse/Makefile.am
23353         * gst/wavparse/riff.h
23354         * gst/wavparse/wavparse.vcproj
23355           riff.h removal (unused and duplication with riff-ids.h)
23356
23357 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23358
23359         * gst/wavparse/gstwavparse.h
23360           remove duplicated defines for audio codec codes
23361
23362         * gst-libs/gst/riff/riff-ids.h
23363         * gst/wavenc/riff.h:
23364           add "4CC" code for ATRAC3 audio streams
23365           add "4CC" code for ITU_G721_ADPCM (unused for now)
23366
23367 2004-10-06  Wim Taymans  <wim@fluendo.com>
23368
23369         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23370         Actually _do_ negotiation. Pass gdouble as arg instead
23371         of guint64 for the framerate.
23372
23373 2004-10-06  Wim Taymans  <wim@fluendo.com>
23374
23375         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23376         (find_compatibles), (close_pad_link), (try_to_link_1),
23377         (no_more_pads), (close_link), (type_found):
23378         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23379         * gst/playback/gstplaybin.c: (gen_video_element),
23380         (gen_audio_element):
23381         Set state on newly added element to READY so that negotiation
23382         can happen ASAP.
23383         Addes some more debug info.
23384         Do not try to plug pads with multiple caps structures or ANY
23385         because it is too dangerous since we do not do dynamic
23386         replugging.
23387
23388 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23389
23390         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23391
23392         * po/LINGUAS:
23393         * po/or.po:
23394           add Oriya translation
23395
23396 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23397
23398         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23399           Prevent overwrite of size member. Makes audio sound crappy.
23400
23401 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23402
23403         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23404         Add rmvb to the list of known RealMedia extensions
23405
23406 2004-10-05  Wim Taymans  <wim@fluendo.com>
23407
23408         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23409         (mngdec_openstream), (mngdec_closestream),
23410         (mngdec_handle_sink_event), (mngdec_readdata),
23411         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23412         (mngdec_getcanvasline), (mngdec_refresh),
23413         (gst_mngdec_change_state):
23414         Set the framerate correctly.
23415
23416 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23417
23418         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23419           There was something wrong with the index massaging.
23420
23421 2004-10-04  Wim Taymans  <wim@fluendo.com>
23422
23423         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23424         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23425         (gst_smokedec_chain):
23426         * ext/jpeg/gstsmokedec.h:
23427         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23428         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23429         * ext/jpeg/gstsmokeenc.h:
23430         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23431         (smokecodec_decode_new), (smokecodec_info_free),
23432         (smokecodec_set_quality), (smokecodec_get_quality),
23433         (smokecodec_set_threshold), (smokecodec_get_threshold),
23434         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23435         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23436         (smokecodec_encode), (smokecodec_parse_id),
23437         (smokecodec_parse_header), (smokecodec_decode):
23438         * ext/jpeg/smokecodec.h:
23439         * ext/jpeg/smokeformat.h:
23440         Updated smoke, new bitstream, allows embedding in ogg.
23441
23442 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23443
23444         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23445           Fix seeking in some files. All this code is no longer needed (and
23446           actually breaks stuff) because we now synchronize the full index
23447           right when reading the header.
23448
23449 2004-10-04  Wim Taymans  <wim@fluendo.com>
23450
23451         * configure.ac:
23452         configure update for libmng.
23453
23454 2004-10-04  Wim Taymans  <wim@fluendo.com>
23455
23456         * ext/libmng/Makefile.am:
23457         * ext/libmng/gstmng.c: (plugin_init):
23458         * ext/libmng/gstmng.h:
23459         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23460         (gst_mngdec_base_init), (gst_mngdec_class_init),
23461         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23462         (gst_mngdec_loop), (gst_mngdec_get_property),
23463         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23464         (mngdec_closestream), (mngdec_handle_sink_event),
23465         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23466         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23467         (gst_mngdec_change_state):
23468         * ext/libmng/gstmngdec.h:
23469         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23470         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23471         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23472         (gst_mngenc_chain), (gst_mngenc_get_property),
23473         (gst_mngenc_set_property):
23474         * ext/libmng/gstmngenc.h:
23475         Added basic MNG decoder. Needs more work. The encoder does
23476         not work yet.
23477
23478 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23479
23480         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23481         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23482         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23483           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23484           no-more-pads.
23485
23486 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23487
23488         * configure.ac:
23489           you need at least 1.0.4 of speex
23490
23491 2004-10-04 Iain <iaingnome@gmail.com>
23492
23493         * ext/speex/gstspeexdec.h: Revert the includes changes.
23494
23495         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23496
23497 2004-09-30 Iain <iaingnome@gmail.com>
23498
23499         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23500         found during init or set as a property instead of hardcoding /dev/audio
23501
23502 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23503
23504         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23505         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23506         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23507         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23508         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23509         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23510         (gst_rmdemux_dump_data):
23511           Use debug category, fix EOS handling. filesrc ! rmdemux now
23512           works.
23513
23514 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23515
23516         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23517         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23518         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23519           Improve allocation, cutting and sorting of the index. How takes a
23520           few seconds instead of minutes.
23521
23522 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23523
23524         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23525           fixed compilation
23526
23527 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23528
23529         * gst-libs/gst/riff/riff-media.c:
23530         (gst_riff_create_video_caps_with_data),
23531         (gst_riff_create_video_template_caps):
23532           Add wing commander format mimetype/fourccs.
23533         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23534           Don't crash if some value is 0.
23535
23536 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23537
23538         * gst-libs/gst/riff/riff-media.c:
23539         (gst_riff_create_video_caps_with_data),
23540         (gst_riff_create_video_template_caps):
23541           Add DIB fourcc (raw, palettized 8-bit RGB).
23542         * gst-libs/gst/riff/riff-read.c:
23543         (gst_riff_read_strf_vids_with_data):
23544           Oops, fix strf_data reading bug.
23545         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23546           Use a non-NULL tag.
23547         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23548           Time for hacks. Sorry Dave. At least one quicktime movie (a
23549           trailer) that I've encountered contains multiple video tracks.
23550           One of those is the actual video track, the other are one-frame
23551           tracks (images). Unfortunately, the number of frames according
23552           to the trak header is 1 for each, so that doesn't help. So
23553           instead, I look at the duration and discard tracks with a
23554           duration shorter than 20% of the length of the stream. Better
23555           than nothing.
23556
23557 2004-10-01  Christian Schaller <christian@fluendo.com>
23558
23559         * ext/ivorbis/vorbis.c:
23560           Patch from Phil Blundell (Bug 152341)
23561
23562 2004-10-01  Wim Taymans  <wim@fluendo.com>
23563
23564         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23565         (speex_dec_get_formats), (speex_dec_convert),
23566         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23567         (speex_dec_chain), (gst_speexdec_get_property),
23568         (gst_speexdec_set_property):
23569         Small cleanups.
23570
23571 2004-10-01  Wim Taymans  <wim@fluendo.com>
23572
23573         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23574         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23575         (gst_wavparse_other), (gst_wavparse_loop),
23576         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23577         (gst_wavparse_srcpad_event):
23578         * gst/wavparse/gstwavparse.h:
23579         Added some more debugging info.
23580         Fix the case where the length of the file is 0.
23581         Make sure we seek to sample borders.
23582
23583 2004-10-01  Wim Taymans  <wim@fluendo.com>
23584
23585         * gst/playback/README:
23586         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23587         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23588         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23589         Add some debug info to decodebin, update README
23590
23591 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23592
23593         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23594           Don't use g_print(); use GST_DEBUG().
23595
23596 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23597
23598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23599         (gst_ogg_mux_queue_pads):
23600           Handle EOS properly.
23601
23602 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23603
23604         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23605
23606         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23607         (gst_faad_chain), (gst_faad_change_state):
23608         * ext/faad/gstfaad.h:
23609           Allow playback of raw (unframed) MPEG AAC files (#148993).
23610
23611 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23612
23613         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23614
23615         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23616           Throw error if we didn't recognize the stream. Fixes #152289.
23617
23618 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23619
23620         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23621           Fix negotiation.
23622
23623 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23624
23625         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23626
23627         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23628           Fix memleak.
23629
23630 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23631
23632         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23633
23634         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23635           Solve #152805.
23636         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23637           Solve 152806.
23638
23639 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23640
23641         * gst-libs/gst/riff/riff-media.c:
23642         (gst_riff_create_video_caps_with_data),
23643         (gst_riff_create_audio_caps_with_data):
23644           Add codec_data handling (like asfdemux used to do).
23645         * gst/asfdemux/gstasf.c: (plugin_init):
23646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23647         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23648           Use riff-media for caps creation instead of our own (mostly
23649           broken) copy of its functions.
23650
23651 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23652
23653         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23654           Don't actually error out if we get another return value than
23655           -EINVAL. Opposite to what I first thought, drivers have random
23656           return values for this, although -EINVAL is the expected return
23657           value. Since this is not fatal, we shouldn't use
23658           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23659
23660 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23661
23662         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23663         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23664         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23665         (dvdreadsrc_get), (dvdreadsrc_open_file),
23666         (dvdreadsrc_change_state):
23667           Fix. Don't do one big huge loop around the whole DVD, that will
23668           cache all data and thus eat sizeof(dvd) (several GB) before we
23669           see something.
23670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23671           Actually NULL'ify event after using it.
23672         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23673         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23674         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23675         (gst_ebml_read_seek), (gst_ebml_read_skip):
23676           Handle events.
23677         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23678         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23679         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23680           Fix timing (this will probably break if I seek using menus, but
23681           I didn't get there yet). VOBs and normal DVDs should now work.
23682           Add a mpeg2-only pad with high rank so this get autoplugged for
23683           MPEG-2 movies.
23684         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23685         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23686         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23687         (gst_mpeg_demux_get_audio_stream),
23688         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23689         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23690           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23691           MPEG-1 but use dvddemux for MPEG-2.
23692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23693         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23694         (gst_mpeg_parse_parse_packhead):
23695           Timing. Only add pad template if it exists. Add sink template from
23696           class and not from ourselves. This means we will always use the
23697           correct sink template even if it is not the one defined in this
23698           file.
23699
23700 2004-09-29  Wim Taymans  <wim@fluendo.com>
23701
23702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23703         (gst_mpeg_demux_parse_pes):
23704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23705         Fix playback of mpeg again, timestamps where screwed up by
23706         patch 1.61.
23707
23708 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23709
23710         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23711           Only return true if we actually filled something in. Prevents
23712           player applications from showing a random length for flac files.
23713         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23714         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23715         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23716         (gst_riff_read_strf_vids_with_data),
23717         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23718           OK, ok, so I implemented event handling. Apparently it's normal
23719           that we receive random events at random points without asking
23720           for it.
23721         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23722         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23723         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23724         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23725         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23726         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23727         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23728         * gst/avi/gstavidemux.h:
23729           Implement non-lineair chunk handling and subchunk processing.
23730           The first solves playback of AVI files where the audio and video
23731           data of individual buffers that we read are not synchronized.
23732           This should not happen according to the wonderful AVI specs, but
23733           of course it does happen in reality. It is also a prerequisite for
23734           the second. Subchunk processing allows us to cut chunks in small
23735           pieces and process each of these pieces separately. This is
23736           required because I've seen several AVI files with incredibly large
23737           audio chunks, even some files with only one audio chunk for the
23738           whole file. This allows for proper playback including seeking.
23739           This patch is supposed to fix all AVI A/V sync issues.
23740         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23741         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23742           Work.
23743         * gst/modplug/gstmodplug.cc:
23744           Proper return value setting for the query() function.
23745         * gst/playback/gstplaybasebin.c: (setup_source):
23746           Being in non-playing state (after, e.g., EOS) is not necessarily
23747           a bad thing. Allow for that. This fixes playback of short files.
23748           They don't actually playback fully now, because the clock already
23749           runs. This means that small files (<500kB) with a small length
23750           (<2sec) will still not or barely play. Other files, such as mod
23751           or flx, will work correctly, however.
23752
23753 2004-09-28  Wim Taymans  <wim@fluendo.com>
23754
23755         * ext/speex/gstspeex.c: (plugin_init):
23756         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23757         (gst_speex_dec_class_init), (speex_dec_get_formats),
23758         (speex_get_event_masks), (speex_get_query_types),
23759         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23760         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23761         (gst_speexdec_get_property), (gst_speexdec_set_property),
23762         (speex_dec_change_state):
23763         * ext/speex/gstspeexdec.h:
23764         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23765         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23766         (gst_speexenc_base_init), (gst_speexenc_class_init),
23767         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23768         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23769         (gst_speexenc_src_query), (gst_speexenc_init),
23770         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23771         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23772         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23773         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23774         (gst_speexenc_chain), (gst_speexenc_get_property),
23775         (gst_speexenc_set_property), (gst_speexenc_change_state):
23776         * ext/speex/gstspeexenc.h:
23777         Rewrote speex encoder, make sure it can be embedded in ogg.
23778         Implemented speex decoder.
23779
23780 2004-09-28  Christian Schaller <christian@fluendo.com>
23781
23782         * configure.ac:
23783         Remove kioslave plugin. Markey is brewing a new working one
23784         * ext/Makefile.am: Remove kioslave plugin
23785         * ext/kio: remove
23786         * gst-plugins.spec.in: remove kio plugin from spec
23787
23788 2004-09-27  Wim Taymans  <wim@fluendo.com>
23789
23790         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23791         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23792         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23793         (gst_multifdsink_new_client),
23794         (gst_multifdsink_handle_client_write),
23795         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23796         (gst_multifdsink_handle_clients):
23797         * gst/tcp/gstmultifdsink.h:
23798         Make syncing to keyframes actually work for new clients and lagging
23799         clients.
23800
23801 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23802
23803         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23804         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23805         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23806         * gst/debug/gstnavigationtest.h:
23807           make navigationtest display button-press and button-release events
23808
23809 2004-09-26 Iain <iaingnome@gmail.com>
23810
23811         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23812         the channels have received a new media event.
23813         (interleave_buffered_loop): Compresses a new media event on all
23814         channels into one.
23815
23816 2004-09-26 Iain <iaingnome@gmail.com>
23817
23818         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23819         call the sinkpad's default event handler and not the srcpads. He also
23820         says this is confusing :)
23821         (gst_wavenc_stop_file): Company says that seek events only go upstream
23822         we should send a discontinuous downstream instead.
23823
23824 2004-09-25  Christian Schaller <christian@fluendo.com>
23825
23826         * Update SPEC file to be usable in conjunction with Fedora Core,
23827           Fedora.us and freshrpms packages
23828         * Fix typo in multifilesrc test Makefile
23829
23830 2004-09-24  Wim Taymans  <wim@fluendo.com>
23831
23832         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23833         Only signal the no_more_pads signal when we have
23834         added the stream to our list.
23835
23836 2004-09-24  Wim Taymans  <wim@fluendo.com>
23837
23838         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23839         (new_decoded_pad):
23840         * gst/playback/gstplaybasebin.h:
23841         * gst/playback/gstplaybin.c: (setup_sinks):
23842         Don't try to preroll or decode more than one audio/video
23843         track.
23844
23845 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23846
23847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23848           Throw error if we failed to find a suitable output. This should
23849           throw an error if we successfully set up a pipeline (e.g. because
23850           we recognized a media file) but found no decodable streams in it
23851           (e.g. because it contains only media stream types for which we
23852           have no decoders, or because it's not a media type).
23853
23854 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23855
23856         * ext/dirac/Makefile.am:
23857         * ext/dirac/gstdirac.cc:
23858         * ext/dirac/gstdiracdec.cc:
23859         * ext/dirac/gstdiracdec.h:
23860           Do something. Don't actually know if this works because I don't
23861           have a demuxer yet.
23862         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23863           Add channels=1 to caps returned from _getcaps().
23864         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23865         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23866         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23867         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23868         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23869         (gst_ogm_parse_change_state):
23870           Separate between audio/video so ogmaudioparse actually uses the
23871           audio pad templates. Both audio and video work now, including
23872           autoplugging. Also use sometimes-srcpad hack.
23873         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23874           Handle events better. Don't hang on infinite loops.
23875         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23876         (gst_avi_demux_init), (gst_avi_demux_reset),
23877         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23878         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23879         (gst_avi_demux_change_state):
23880         * gst/avi/gstavidemux.h:
23881           Improve A/V sync. Still not perfect.
23882         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23883         (gst_ebml_read_skip):
23884           Handle events better.
23885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23886         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23887         (qtdemux_audio_caps):
23888           Add IMA4. Improve event handling. Save offset after a seek when
23889           the headers are at the end of the file so that we don't end up in
23890           an infinite loop.
23891         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23892           Add low-priority typefind support for files with no length.
23893
23894 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23895
23896         * testsuite/multifilesink/Makefile.am:
23897         fix typo
23898
23899 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23900
23901         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23903         mistakes from thaytan's patches.
23904
23905 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23906
23907         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23908           For completeness, XSync in the destroy function as xvimage does.
23909
23910 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23911
23912         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23913            Correct caps negotiation
23914         * gst/volume/gstvolume.c: (volume_chain_float),
23915         (volume_chain_int16):
23916            Modify debug output to be little more informative
23917         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23919         (gst_xvimagesink_xvimage_destroy):
23920           Add XSync calls after detaching from the shared memory segment to
23921           avoid a crash.
23922
23923 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23924
23925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23926         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23927         * ext/vorbis/vorbis.c: (plugin_init):
23928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23929         (gst_vorbisenc_chain):
23930         * ext/vorbis/vorbisenc.h:
23931         remove explicit newmedia support from oggmux and vorbisenc
23932         add debug category to vorbisenc
23933         * gst/multifilesink/gstmultifilesink.c:
23934         (gst_multifilesink_class_init), (gst_multifilesink_init),
23935         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23936         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23937         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23938         (plugin_init):
23939         * gst/multifilesink/gstmultifilesink.h:
23940         add support for streamheader in multifilesink
23941
23942 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23943
23944         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23945         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23946         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23947           Prevent infinite loops. More correct error reporting.
23948         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23949           Error out if negotiation fails.
23950         * gst/playback/gstplaybasebin.c: (setup_source),
23951         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23952         (gst_play_base_bin_found_tag):
23953           Error/tag forwarding. Pre-roll fixes for source errors on state
23954           changes (e.g. "file does not exist") to prevent hangs.
23955
23956 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23957
23958         * testsuite/multifilesink/Makefile.am:
23959         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23960         (gst_newmedia_class_init), (gst_newmedia_init),
23961         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23962         (newfile_signal), (test_signal), (main):
23963         * testsuite/multifilesink/multifilesrc_test.c: (main):
23964         * testsuite/multifilesink/oggtheora_test.c:
23965         (gst_newmedia_base_init), (gst_newmedia_class_init),
23966         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23967         (test_format), (newfile_signal), (test_signal), (main):
23968         * testsuite/multifilesink/oggvorbis_test.c:
23969         (gst_newmedia_base_init), (gst_newmedia_class_init),
23970         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23971         (test_format), (newfile_signal), (test_signal), (main):
23972         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23973         (gst_newmedia_class_init), (gst_newmedia_init),
23974         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23975         (newfile_signal), (test_signal), (main):
23976         New media tests
23977
23978 2004-09-20  Christian Schaller <christian@fluendo.com>
23979
23980         * Fix mikmod license to LGPL as they have relicensed
23981         * Move Dirac and Effectv into LGPL section of README_license
23982
23983 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23984
23985         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23986         (gst_mad_change_state):
23987           Allow for mp3 rate/channels changes. However, only very
23988           conservatively. Reason that we *have* to enable this is smiply
23989           because the mad find_sync() function is not good enough, it will
23990           regularly sync on random data as valid frames and therefore make
23991           us provide random caps as *final* caps of the stream. The best fix
23992           I could think of is to simply require several of the same stream
23993           changes in a row before we change caps.
23994           The actual testcase that works now is #
23995         * ext/ogg/Makefile.am:
23996         * ext/ogg/gstogg.c: (plugin_init):
23997         * ext/ogg/gstogmparse.c:
23998           OGM support (video only for now; I need an audio sample file).
23999         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24000         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24001         (gst_asf_demux_add_video_stream):
24002           WMV extradata.
24003         * gst/playback/gstplaybasebin.c: (unknown_type):
24004           Don't error out on single unknown-types after all. It's wrong.
24005           If we found type of video and audio but not of a subtitle stream,
24006           it will still error out (which is unwanted). Will find a better fix
24007           later on.
24008         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24009         (ogmaudio_type_find), (plugin_init):
24010           OGM support.
24011
24012 2004-09-20  Johan Dahlin  <johan@gnome.org>
24013
24014         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24015         after setting caps.
24016
24017 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24018
24019         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24020         * gst/wavenc/gstwavenc.h:
24021         Added newmedia support to wavenc
24022
24023 2004-09-17  Wim Taymans  <wim@fluendo.com>
24024
24025         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24026         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24027         (gst_fdset_fd_can_write), (gst_fdset_wait):
24028         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24029         (gst_multifdsink_init), (gst_multifdsink_add),
24030         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24031         (gst_multifdsink_remove_client_link),
24032         (gst_multifdsink_client_queue_buffer),
24033         (gst_multifdsink_handle_client_write),
24034         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24035         (gst_multifdsink_close), (gst_multifdsink_change_state):
24036         * gst/tcp/gstmultifdsink.h:
24037         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24038         (gst_tcpserversink_removed):
24039         Small cleanups in fdset.c
24040         Use a hastable to map fd to the client structure for faster
24041         lookup in _remove and get_stats.
24042         Added virtual function to close the fds.
24043         Handle clients even when the select/poll call was unblocked because
24044         of a command.
24045         Implement syncing to keyframe in the recovery procedure.
24046
24047 2004-09-16 Iain <iaingnome@gmail.com>
24048
24049         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24050         try caps.
24051
24052 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24053
24054         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24055           Caps are only set if the type of the stream is unknown, but this
24056           is initialized in ->init_stream(), so set to UNKNOWN after calling
24057           ->init_stream() so that capsnego starts.
24058
24059 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24060
24061         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24062         (gst_avi_demux_stream_data):
24063           Just hardcode for raw audio then. AVI audio sucks.
24064
24065 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24066
24067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24068         * gst/matroska/matroska-mux.c: (audiosink_templ),
24069         (gst_matroska_mux_audio_pad_link):
24070         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24071         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24072
24073 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24074
24075         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24076         (gst_avi_demux_stream_data):
24077           Try to fix a/v sync issues.
24078
24079 2004-09-15  David Schleef  <ds@schleef.org>
24080
24081         * configure.ac: remove NASM check, since we don't use it.  Update
24082         dirac check to 0.4
24083         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24085         Initialized variables.
24086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24087         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24088         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24089         SVQ3 format
24090
24091 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24092
24093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24094         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24095         * gst/avi/gstavidemux.h:
24096           Fix for compressed audio (mp3) timestamp generation. How did this
24097           ever work?
24098
24099 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24100
24101         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24102           Volume is a double not a float.
24103
24104 2004-09-15  Wim Taymans  <wim@fluendo.com>
24105
24106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24107         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24108         Don't close the fd in multifdsink as we didn't open it in the
24109         first place. Some cleanups.
24110
24111 2004-09-15  Wim Taymans  <wim@fluendo.com>
24112
24113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24115         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24116         Fix the case where the muxer would mark pages as delta
24117         frames when they are not (vorbis only ogg).
24118
24119 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24120
24121         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24122         (gst_play_base_bin_change_state):
24123           Handle the case where we failed to setup a clear pipeline. This
24124           will throw an error (or EOS, another nice case) and if you don't
24125           catch that, the app will wait for the signal forever (and thus
24126           hang).
24127
24128 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24129
24130         * ext/gnomevfs/gstgnomevfssink.c:
24131         (gst_gnomevfssink_uri_get_protocols):
24132         * ext/gnomevfs/gstgnomevfssrc.c:
24133         (gst_gnomevfssrc_uri_get_protocols):
24134         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24135         * ext/gnomevfs/gstgnomevfsuri.h:
24136           Use _uri_new() instead of _open(), so it doesn't take as long and
24137           Christophe's computer won't hang.
24138         * gst/playback/gstplaybasebin.c: (unknown_type):
24139           Throw error on unknown media type, so apps actually display it.
24140
24141 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24142
24143         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24144           this script to work on Solaris since bash shell handles echo
24145           differenly than bash.
24146
24147 2004-09-17  Wim Taymans  <wim@fluendo.com>
24148
24149         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24150         (setup_source), (gst_play_base_bin_set_property),
24151         (gst_play_base_bin_add_element):
24152         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24153         Some more work on making sure seeking pauses the pipeline and
24154         that changing the uri actually does something.
24155
24156 2004-09-17  Wim Taymans  <wim@fluendo.com>
24157
24158         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24160         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24161         (gst_tcpserversink_close):
24162         Be a bit more paranoid when freeing memory.
24163
24164 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24165
24166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24167         (qtdemux_parse_trak):
24168           Don't crash by dividing by zero (see sample movie in #126922).
24169
24170 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24173           Don't touch non-existing data (fixes crash on file in #140147).
24174
24175 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24176
24177         * gst/playback/gstplaybasebin.c:
24178         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24179           Handle double disposals, and proper change of URIs.
24180
24181 2004-09-13  Martin Eikermann <meiker@upb.de>
24182
24183         * gst/mpegstream/gstmpegparse.c:
24184           fix synchronistation for streams recorded from digital PCR
24185           fixes bug #119376
24186
24187 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24188
24189         * ext/gnomevfs/Makefile.am:
24190         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24191         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24192         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24193         (gst_gnomevfssink_uri_get_type),
24194         (gst_gnomevfssink_uri_get_protocols),
24195         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24196         (gst_gnomevfssink_uri_handler_init),
24197         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24198         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24199         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24200         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24201         (gst_gnomevfssrc_uri_get_type),
24202         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24203         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24204         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24205         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24206         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24207         * ext/gnomevfs/gstgnomevfsuri.h:
24208           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24209           of fake URIs to see which this version of Gnome-VFS likes, and
24210           uses that for the Gst-URI interface. Makes playbin support http://
24211           streams. Also fix up some stupid behaviour in gnomevfssrc.
24212
24213 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24216         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24217         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24218         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24219           Update mixer (to sync with other sessions) if we try to obtain
24220           a new value. This makes alsamixer work accross applications.
24221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24222           Only call sync functions if we're running, else alsalib asserts.
24223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24224           Sometimes fails to compile. Possibly a gcc bug.
24225         * gst/playback/gstplaybin.c: (gen_video_element),
24226         (gen_audio_element):
24227           Add a reference to an application-provided object, because we lose
24228           this same reference if we add it to the bin. If we don't do this,
24229           we can only use this object once and thus crash if we go from
24230           ready to playing, back to ready and back to playing again.
24231           Also add an audioscale element because several cheap soundcards -
24232           like mine - don't support all samplerates.
24233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24234         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24235           Fix wrong order or PAR calls. Makes automatically obtained PAR
24236           from the X server atually being used.
24237
24238 2004-09-12  David Schleef  <ds@schleef.org>
24239
24240         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24241         #151887, #152102, #152247.
24242         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24243         * examples/seeking/cdparanoia.c: same
24244         * examples/seeking/cdplayer.c: same
24245         * examples/seeking/seek.c: same
24246         * examples/seeking/spider_seek.c: same
24247         * examples/seeking/vorbisfile.c: same
24248         * examples/stats/mp2ogg.c: same
24249         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24250         (gst_esdsink_dispose): Dispose of element properly.
24251         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24252         fixes.
24253         * ext/nas/nassink.c: (gst_nassink_class_init),
24254         (gst_nassink_dispose): Dispose of element correctly.
24255         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24256         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24257         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24258         Fix 64-bit warning.
24259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24260         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24261         Fix 64-bit warning.
24262
24263 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24264
24265         * configure.ac : change speex detection as 1.1.6 now uses
24266           .pc/pkg-config and they changed their headers location.
24267
24268 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24269
24270         * gst/matroska/matroska-mux.h:
24271         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24272         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24273         (gst_matroska_mux_write_data):
24274           Write multiple blocks/frames per cluster.
24275                 Write meta-seek information (seek heads).
24276
24277 2004-09-09  Scott Wheeler <wheeler@kde.org>
24278
24279         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24280         (gst_play_bin_set_property), (gst_play_bin_get_property),
24281         (gen_audio_element), (gen_audio_element):
24282           Add a volume element / property to the pipeline.
24283
24284 2004-09-07  Wim Taymans  <wim@fluendo.com>
24285
24286         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24287         Copy timestamps from the master pad to the output buffers.
24288
24289 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24290
24291         * ext/raw1394/gstdv1394src.c:
24292           throw errors when applicable
24293
24294 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24295
24296         * gst/matroska/ebml-ids.h:
24297         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24298         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24300           automatically convert unix time <-> ebml time when reading/writing
24301           a date, use gst_ebml_write_uint to write CUETIME,
24302           not gst_ebml_write_date.
24303         * gst/matroska/matroska-ids.h:
24304         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24305         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24306         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24307         (gst_matroska_mux_write_data):
24308           Write track and segment UIDs, write muxing date, write
24309           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24310           Create cues for audio only files.
24311
24312 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24313
24314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24315         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24316           Re-commit ALSA switches.
24317         * gst/adder/gstadder.c: (gst_adder_loop):
24318           64-bit fix (#151416).
24319         * gst/debug/progressreport.c: (gst_progressreport_report):
24320           64-bit fix (#151419).
24321         * gst/matroska/matroska-demux.c:
24322         (gst_matroska_demux_parse_contents):
24323           64-bit fix (#151420).
24324         * gst/playback/test3.c: (update_scale):
24325           64-bit fix (#151421).
24326
24327 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24328
24329         * configure.ac:
24330           bump nano to cvs
24331
24332 === release 0.8.4 ===
24333
24334 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24335
24336         * configure.ac: releasing 0.8.4, "Alias"
24337
24338 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24339
24340         * ext/theora/Makefile.am:
24341           fix makefile.  Fixes #151462.
24342
24343 2004-08-30  Wim Taymans  <wim@fluendo.com>
24344
24345         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24346         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24347         (gst_multifdsink_remove_client_link),
24348         (gst_multifdsink_client_queue_buffer),
24349         (gst_multifdsink_handle_client_write):
24350         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24351         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24352         Fix some memory leaks.
24353
24354 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24355
24356         Patch by: David Schleef
24357
24358         * configure.ac:
24359         * sys/Makefile.am:
24360           rename our detection macro for V4L2.  Fixes #151236.
24361
24362 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24363
24364         Patch by: David Schleef
24365
24366         * configure.ac:
24367           check to define LAMEPRESET.  Fixes #151232.
24368
24369 2004-08-27  David Schleef  <ds@schleef.org>
24370
24371         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24372         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24373         (gst_glimagesink_fixate):  Move local variable declarations to
24374         make gcc-2.95 happy.
24375
24376 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24377
24378         * configure.ac:
24379           bump nano for prerelease
24380
24381 2004-08-27  David Schleef  <ds@schleef.org>
24382
24383         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24384         * sys/sunaudio/gstsunaudiosrc.c:
24385         * sys/sunaudio/gstsunaudiosrc.h:
24386
24387 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24388
24389         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24390         handle EOS correctly
24391         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24392         * gst/matroska/matroska-mux.h:
24393         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24394         VFW compatibility mode
24395
24396 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24397
24398         patch by: Zaheer Abbas Merali
24399
24400         * ext/ogg/gstoggmux.c:
24401         * ext/vorbis/vorbisenc.c:
24402         * ext/vorbis/vorbisenc.h:
24403           handle NEWMEDIA
24404
24405 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24406
24407         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24408         fix byte order reversion on little endian machines.
24409         * gst/matroska/matroska-mux.c: (audiosink_templ),
24410         (gst_matroska_mux_audio_pad_link):
24411         add TTA codec to the list of supported codecs.
24412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24413         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24414         (gst_matroska_mux_write_data):
24415         * gst/matroska/matroska-mux.h:
24416         write segment duration correctly, write muxing app string, fixes bugs
24417         #140897 and #140898.
24418         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24419         wait for all pads to be negotiated before starting to mux.
24420
24421 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24422
24423         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24424         * ext/lame/gstlame.h:
24425         Added new media support to lame
24426
24427 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24428
24429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24430         send vorbis headers at the beginning of a stream, fixes bug #141554.
24431         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24432         bug #148950.
24433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24434         (gst_matroska_demux_plugin_init):
24435         * gst/matroska/matroska-ids.h:
24436         enable demuxing of TTA audio streams, fixes bug #148951.
24437         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24438         enable typefinding for TTA audio files, fixes bug #148711.
24439         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24440         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24441         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24442
24443 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24444
24445         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24446         (gst_riff_read_element_data), (gst_riff_read_seek),
24447         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24448         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24449         <teuf@gnome.org>
24450
24451 2004-08-23 Iain <iaingnome@gmail.com>
24452
24453         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24454         tags. They appear to be handled differently to normal.
24455         (tag_list_to_id3_tag_foreach): Ditto.
24456
24457 2004-08-22  Wim Taymans  <wim@fluendo.com>
24458
24459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24460         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24461         Make sure we never send -1 granulepos.
24462
24463 2004-08-20  Wim Taymans  <wim@fluendo.com>
24464
24465         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24466         (gst_ogg_mux_loop):
24467         I will accept bitchslappings with non sharp objects.
24468
24469 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24470
24471         * configure.ac:
24472         Clean up the test for lame presets
24473
24474 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24475
24476         * configure.ac:
24477         * ext/lame/Makefile.am:
24478         * ext/lame/gstlame.c: (gst_lame_class_init),
24479         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24480         Only enable lame presets if version of lame has presets in API
24481
24482 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24483         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24484         * gst/udp/gstudpsrc.h:
24485           Don't call gst_pad_push in a get function. Fixes #150449
24486
24487 2004-08-18  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24490         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24491         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24492         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24493         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24494         (gst_fdset_wait):
24495         * gst/tcp/gstfdset.h:
24496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24497         (gst_multifdsink_client_queue_buffer),
24498         (gst_multifdsink_handle_client_write):
24499         * gst/tcp/gstmultifdsink.h:
24500         Some extra checks in gstfdset.
24501         Only use send() when the fd is a socket. Don't try to
24502         read from write only fds.
24503
24504 2004-08-18  Wim Taymans  <wim@fluendo.com>
24505
24506         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24507         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24508         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24509         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24510         (gst_fdset_wait):
24511         Add more locking and bounds checking.
24512
24513 2004-08-18  Wim Taymans  <wim@fluendo.com>
24514
24515         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24516         Realloc test fdset in the lock and right before starting
24517         the poll call. Bump the limit to 4096.
24518
24519 2004-08-17  David Schleef  <ds@schleef.org>
24520
24521         * sys/sunaudio/Makefile.am:
24522         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24523         of rates and channels.  Make debugging less obnoxious.
24524
24525         Patch from Balamurali Viswanathan implementing a mixer for
24526         Sun audio.  (bug #144091):
24527         * sys/sunaudio/gstsunelement.c:
24528         * sys/sunaudio/gstsunelement.h:
24529         * sys/sunaudio/gstsunmixer.c:
24530         * sys/sunaudio/gstsunmixer.h:
24531
24532 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24533
24534         * gst/audioscale/gstaudioscale.c:
24535         * gst/audioscale/gstaudioscale.h:
24536         made audioscale resample from any sample rate to any sample rate
24537
24538 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24539
24540         * ext/libpng/gstpngdec.c:
24541           error out on unsupported types
24542
24543 2004-08-17  Iain <iaingnome@gmail.com>
24544
24545         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24546         mid_side and loose_mid_side properties if its a stereo stream.
24547
24548 2004-08-17  Wim Taymans  <wim@fluendo.com>
24549
24550         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24551         (theora_get_formats), (theora_dec_src_convert),
24552         (theora_dec_sink_convert), (theora_dec_src_query),
24553         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24554         Add a debug line.
24555
24556 2004-08-17  Wim Taymans  <wim@fluendo.com>
24557
24558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24559         (gst_ogg_pad_push):
24560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24561         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24562         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24563         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24564         Mark delta units in the muxer.
24565         Try to decode the packet after an out-of-sync error from
24566         libogg.
24567
24568 2004-08-17  Wim Taymans  <wim@fluendo.com>
24569
24570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24571         (gst_multifdsink_init), (gst_multifdsink_add),
24572         (gst_multifdsink_client_queue_buffer),
24573         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24574         * gst/tcp/gstmultifdsink.h:
24575         Added option to send a keyframe to clients as the first buffer.
24576         Make timeout property writable.
24577
24578 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24579
24580         patch by: Wim Taymans
24581
24582         * gst/tcp/gstfdset.c:
24583         * gst/tcp/gstmultifdsink.c:
24584           fix index comparison, should include 0
24585
24586 2004-08-16  Wim Taymans  <wim@fluendo.com>
24587
24588         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24589         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24590         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24591         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24592         (gst_fdset_wait):
24593           copy when reallocing for poll so the select arguments don't get
24594           changed during the call
24595
24596 2004-08-16  Wim Taymans  <wim@fluendo.com>
24597
24598         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24599         (gst_theora_enc_class_init), (theora_enc_sink_link),
24600         (theora_buffer_from_packet), (theora_enc_chain):
24601         Fix bug where buffers were not marked as keyframes
24602         correctly.
24603
24604 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24605
24606         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24607         (gst_lame_preset_get_type), (gst_lame_class_init):
24608         describe the enum values for vbr mode and presets more verbosely
24609
24610 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24611
24612         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24613         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24614         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24615         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24616         * ext/lame/gstlame.h:
24617         add preset property to lame so it can use lame presets
24618
24619 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24620
24621         * ext/lame/gstlame.c: (gst_lame_get_property):
24622         whoops forgot break, thanks teuf
24623
24624 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24625
24626         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24627         (gst_lame_class_init), (gst_lame_src_getcaps),
24628         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24629         (gst_lame_get_property), (gst_lame_setup):
24630         * ext/lame/gstlame.h:
24631         fix lame's broken vbr stuff, allow it to resample if need be, and also
24632         make xing header optional
24633
24634 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24635
24636         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24637         added getcaps function so samplerate doesnt get fixated to silly values
24638
24639 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24640
24641         * ext/lame/gstlame.c: (gst_lame_src_link):
24642         revert previous fix
24643
24644 2004-08-12  Johan Dahlin  <johan@gnome.org>
24645
24646         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24647         checks. Doesn't matter what state we are in. Interfaces are a
24648         compile time thing, not runtime. It also broke the python bindings.
24649
24650 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24651
24652         * ext/lame/gstlame.c: (gst_lame_src_link):
24653         made source pad link function check if sinkpad is ok..fixes the problem
24654         where core fixates the output rate of lame stupidly
24655
24656 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24657
24658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24659         * sys/v4l/v4l_calls.c:
24660         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24661           fix fixate function to handle nonsimple caps.
24662           remove bogus check in _link
24663           cleanups
24664
24665 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24666
24667         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24668         set default compression ratio parameter to 0.0 so bitrate parameter
24669         works :)
24670
24671 2004-08-11  David Schleef  <ds@schleef.org>
24672
24673         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24674
24675 2004-08-11  David Schleef  <ds@schleef.org>
24676
24677         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24678         before.
24679
24680 2004-08-11  David Schleef  <ds@schleef.org>
24681
24682         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24683
24684 2004-08-11  David Schleef  <ds@schleef.org>
24685
24686         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24687           license field
24688         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24689         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24690           LGPL.
24691         * gst/auparse/gstauparse.c: Fix plugin license field.
24692         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24693         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24694         * gst/rtp/gstrtp.c: Fix plugin license field.
24695
24696 2004-08-11  Wim Taymans  <wim@fluendo.com>
24697
24698         * gst/tcp/Makefile.am:
24699         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24700         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24701         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24702         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24703         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24704         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24705         (gst_fdset_fd_can_write), (gst_fdset_wait):
24706         * gst/tcp/gstfdset.h:
24707         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24708         (gst_multifdsink_class_init), (gst_multifdsink_init),
24709         (gst_multifdsink_add), (gst_multifdsink_remove),
24710         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24711         (gst_multifdsink_remove_client_link),
24712         (gst_multifdsink_handle_client_read),
24713         (gst_multifdsink_client_queue_data),
24714         (gst_multifdsink_client_queue_caps),
24715         (gst_multifdsink_client_queue_buffer),
24716         (gst_multifdsink_handle_client_write),
24717         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24718         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24719         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24720         (gst_multifdsink_close):
24721         * gst/tcp/gstmultifdsink.h:
24722         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24723         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24724         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24725         (gst_tcpserversink_close):
24726         * gst/tcp/gsttcpserversink.h:
24727         Abstracted away the select call, implemented poll (yes we ran into
24728         the 1024 limit in production).
24729
24730 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24731
24732         * gst/tcp/gsttcp.c:
24733         * gst/tcp/gsttcpplugin.c:
24734           improve debuggging, remove assert
24735
24736 2004-08-10  Wim Taymans  <wim@fluendo.com>
24737
24738         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24739         (gst_client_status_get_type), (gst_multifdsink_class_init),
24740         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24741         (gst_multifdsink_handle_client_read),
24742         (gst_multifdsink_handle_client_write),
24743         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24744         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24745         (gst_multifdsink_get_property):
24746         * gst/tcp/gstmultifdsink.h:
24747         * gst/tcp/gsttcp-marshal.list:
24748         Starting to prepare for specifying buffer time in other units
24749         than buffers. Expose remove reason in signal.
24750
24751 2004-08-10  Wim Taymans  <wim@fluendo.com>
24752
24753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24754         (gst_multifdsink_remove), (gst_multifdsink_clear),
24755         (gst_multifdsink_remove_client_link),
24756         (gst_multifdsink_handle_client_read),
24757         (gst_multifdsink_client_queue_data),
24758         (gst_multifdsink_client_queue_buffer),
24759         (gst_multifdsink_handle_client_write),
24760         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24761         (gst_multifdsink_chain), (gst_multifdsink_close):
24762         * gst/tcp/gstmultifdsink.h:
24763         Added more debugging info. Changed the way clients are
24764         removed from the lists. Fixed a bug where a bad file descriptor
24765         could cause many clients to be removed.
24766
24767 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24768
24769         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24770           allow all pixel-aspect-ratios, not just 1:1
24771
24772 2004-08-09  David Schleef  <ds@schleef.org>
24773
24774         * sys/glsink/ARB_multitexture.h:  Remove old files.
24775         * sys/glsink/EXT_paletted_texture.h:
24776         * sys/glsink/NV_register_combiners.h:
24777         * sys/glsink/gstgl_nvimage.c:
24778         * sys/glsink/gstgl_pdrimage.c:
24779         * sys/glsink/gstgl_rgbimage.c:
24780         * sys/glsink/gstglsink.c:
24781         * sys/glsink/gstglsink.h:
24782         * sys/glsink/gstglxwindow.c:
24783         * sys/glsink/regcomb_yuvrgb.c:
24784
24785 2004-08-09  David Schleef  <ds@schleef.org>
24786
24787         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24788         GL sink plugin.  (Bug #147302)
24789
24790         * configure.ac: Test for OpenGL
24791         * sys/Makefile.am: Use test for OpenGL
24792         * sys/glsink/Makefile.am:
24793         * sys/glsink/glimagesink.c: rewrite
24794         * sys/glsink/glimagesink.h: rewrite
24795
24796 2004-08-09  David Schleef  <ds@schleef.org>
24797
24798         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24799         sane framerates.
24800         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24802         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24803
24804 2004-08-09  Wim Taymans  <wim@fluendo.com>
24805
24806         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24807         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24808         (gst_multifdsink_client_remove),
24809         (gst_multifdsink_handle_client_read),
24810         (gst_multifdsink_handle_client_write),
24811         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24812         Do a bit more logging, make the client_read code more robust.
24813
24814 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24815
24816         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24817         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24818         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24819         (gst_jpegdec_init), (gst_jpegdec_chain):
24820         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24821         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24822           cleanups, debugging fixes and memleak plugging
24823
24824 2004-08-09  Wim Taymans  <wim@fluendo.com>
24825
24826         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24827         (theora_get_formats), (theora_dec_src_convert),
24828         (theora_dec_sink_convert), (theora_dec_src_query),
24829         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24830         (theora_dec_change_state):
24831         Don't crash on missing header packets.
24832
24833 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24834
24835         * po/LINGUAS:
24836         * po/sq.po:
24837           Added Albanian translation (Laurent Dhima)
24838         * po/cs.po:
24839           updated
24840
24841 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24842
24843         * ext/lame/gstlame.c:
24844           fix/add debugging
24845
24846 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24847
24848         * sys/ximage/ximagesink.c:
24849         * sys/xvimage/xvimagesink.c:
24850           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24851
24852 2004-08-06  Wim Taymans  <wim@fluendo.com>
24853
24854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24855         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24856         (gst_multifdsink_client_remove),
24857         (gst_multifdsink_handle_client_read),
24858         (gst_multifdsink_handle_client_write),
24859         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24860         Make sure we don't try to read more from a client that what
24861         ioctl says us or we deadlock.
24862
24863 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24864
24865         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24866         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24867         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24868           decouple running_time and n_frames so it can handle changing
24869           framerate while running
24870
24871 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24872
24873         * po/nl.po:
24874         * po/sv.po:
24875           updated translations
24876
24877 2004-08-04  Benjamin Otte  <otte@gnome.org>
24878
24879         * gst/videotestsrc/gstvideotestsrc.c:
24880         (gst_videotestsrc_get_capslist), (generate_capslist),
24881         (plugin_init):
24882           generate the list of supported caps at startup and reuse it instead
24883           of always generating it
24884
24885 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24886
24887         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24888           whoops, last checkin broke normal build
24889
24890 2004-08-03  Benjamin Otte  <otte@gnome.org>
24891
24892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24893         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24894         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24895         (gst_alsa_mixer_get_option):
24896         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24897         (dvdnavsrc_print_event):
24898         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24900         (gst_ogg_mux_pad_unlink):
24901         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24902         (gst_multipart_mux_pad_unlink):
24903         * gst/videofilter/gstvideobalance.c:
24904         (gst_videobalance_colorbalance_set_value):
24905         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24906         (gst_videomixer_pad_unlink):
24907         * po/uk.po:
24908         * sys/oss/gstossmixer.c:
24909         * sys/v4l/gstv4lcolorbalance.c:
24910         * sys/v4l/gstv4ltuner.c:
24911         * sys/v4l/v4lsrc_calls.c:
24912         * sys/v4l2/gstv4l2colorbalance.c:
24913         * sys/v4l2/gstv4l2tuner.c:
24914           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24915
24916 2004-08-03  Benjamin Otte  <otte@gnome.org>
24917
24918         * examples/dynparams/filter.c: (ui_control_create):
24919         * examples/gstplay/player.c: (print_tag):
24920         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24921         * ext/gdk_pixbuf/gstgdkanimation.c:
24922         (gst_gdk_animation_iter_may_advance):
24923         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24924         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24925         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24926         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24928         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24929         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24930         * gst/sine/demo-dparams.c: (main):
24931         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24932         * testsuite/alsa/formats.c: (create_pipeline):
24933         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24934           fixes for G_DISABLE_ASSERT and friends
24935         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24936         (mp3_type_frame_length_from_header), (mp3_type_find),
24937         (plugin_init):
24938           require mp3 typefinding to have at least MIN_HEADERS valid headers
24939           add typefinding for AAC adts files
24940
24941 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24942
24943         * sys/ximage/ximagesink.c:
24944         (gst_ximagesink_calculate_pixel_aspect_ratio):
24945         * sys/xvimage/xvimagesink.c:
24946         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24947         Make sure we calculate pixel-aspect-ratio using floating point maths
24948
24949 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24950
24951         * po/uk.po:
24952           updated translation
24953
24954 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24955
24956         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24958           add debugging for display PAR calculation
24959
24960 2004-08-02  David Schleef  <ds@schleef.org>
24961
24962         * configure.ac: Fix mikmod CFLAGS.
24963
24964 2004-07-27  Benjamin Otte  <otte@gnome.org>
24965
24966         * gst/audioscale/gstaudioscale.c:
24967         - fix templates to only support S16, it's the only format that works
24968         - make caps nego code use try_set_caps_nonfixed and fixation instead
24969         of try_set_caps twice, which is not nice for autopluggers
24970         - change rank to secondary, so autopluggers can pick it up after
24971         audioconvert
24972
24973 2004-08-02  Iain <iain@prettypeople.org>
24974
24975         * gst/interleave/interleave.c (interleave_init),
24976         (interleave_request_new_pad),
24977         (interleave_pad_removed),
24978         (interleave_buffered_loop): Use the real pad count, not the artificial
24979         one.
24980
24981 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24982
24983         * configure.ac: bump nano back to development
24984
24985 === release 0.8.3 ===
24986
24987 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24988
24989         * configure.ac: releasing 0.8.3, "Water"
24990
24991 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24992
24993         * sys/xvimage/xvimagesink.c:
24994         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24995         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24996         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24997         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24998         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24999         * sys/xvimage/xvimagesink.h:
25000           apply similar PAR fixes as to ximagesink
25001
25002 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25003
25004         patch from: Benjamin Otte
25005
25006         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25007           add link function to lame.  Fixes #148986.
25008
25009 2004-08-02  Johan Dahlin  <johan@gnome.org>
25010
25011         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25012         fix debugging log
25013
25014 2004-07-30  David Schleef  <ds@schleef.org>
25015
25016         * gst/videomixer/Makefile.am: Fix things that should have been
25017         fixed in the last checkin.
25018
25019 2004-07-30  David Schleef  <ds@schleef.org>
25020
25021         * gst/multipart/Makefile.am: Fix things that should have been
25022         fixed in the last checkin.
25023
25024 2004-07-30  David Schleef  <ds@schleef.org>
25025
25026         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25027
25028 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25029
25030         * configure.ac:
25031           bump nano for prerelease
25032         * po/af.po:
25033         * po/az.po:
25034         * po/cs.po:
25035         * po/en_GB.po:
25036         * po/hu.po:
25037         * po/nl.po:
25038         * po/sr.po:
25039         * po/sv.po:
25040         * po/uk.po:
25041           updates
25042
25043 2004-07-30  Wim Taymans  <wim@fluendo.com>
25044
25045         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25046         (gst_multifdsink_add), (gst_multifdsink_remove),
25047         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25048         (gst_multifdsink_client_remove),
25049         (gst_multifdsink_handle_client_write),
25050         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25051         * gst/tcp/gstmultifdsink.h:
25052         Recover from a select with a bad file descriptor by removing
25053         the client.
25054
25055 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25056
25057         * configure.ac:
25058           fix requirement of core
25059         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25060         (gst_play_pipeline_setup):
25061           don't use colorspace element.  do use hermescolorspace element.
25062           make macro to get a colorspace element.
25063           mark strings for translation.
25064         * po/POTFILES.in:
25065           add play.c
25066         * po/af.po:
25067         * po/az.po:
25068         * po/cs.po:
25069         * po/en_GB.po:
25070         * po/hu.po:
25071         * po/nl.po:
25072         * po/sr.po:
25073         * po/sv.po:
25074         * po/uk.po:
25075           update translations
25076
25077 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25078
25079         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25080         fix default for newmedia flag
25081
25082 2004-07-30  Wim Taymans  <wim@fluendo.com>
25083
25084         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25085         (gst_theora_dec_init), (theora_get_formats),
25086         (theora_dec_src_convert), (theora_dec_sink_convert),
25087         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25088         (theora_dec_chain), (theora_dec_set_property),
25089         (theora_dec_get_property):
25090         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25091         (gst_theora_enc_class_init), (gst_theora_enc_init),
25092         (theora_enc_sink_link), (theora_enc_chain),
25093         (theora_enc_set_property), (theora_enc_get_property):
25094         Added cropping option to theora decoder.
25095         Added border option to theora encoder.
25096
25097 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25098
25099         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25100         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25101         (gst_pngenc_set_property):
25102         * ext/libpng/gstpngenc.h:
25103         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
25104
25105 2004-07-30  Wim Taymans  <wim@fluendo.com>
25106
25107         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25108         (theora_enc_sink_link), (theora_enc_chain),
25109         (theora_enc_set_property), (theora_enc_get_property):
25110         Fix encoding of non-multiple-of-16 video.
25111
25112 2004-07-29  David Schleef  <ds@schleef.org>
25113
25114         * configure.ac: make test for audiofile more strict
25115
25116 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25117
25118         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25119           give different names to typefind functions
25120
25121 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25122
25123         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25124         (gst_ximagesink_calculate_pixel_aspect_ratio),
25125         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25126         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25127         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25128         (gst_ximagesink_get_property), (gst_ximagesink_init):
25129         * sys/ximage/ximagesink.h:
25130           allocate PAR's dynamically.
25131           use autodetected PAR if no object-set PAR is given.
25132           add workaround for directfb's X not setting physical size.
25133           fix to xvimagesink will follow tomorrow.
25134
25135 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25136
25137         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25138         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25139         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25140         (gst_shout2send_class_init), (gst_shout2send_init),
25141         (set_shout_metadata), (gst_shout2send_set_metadata),
25142         (gst_shout2send_chain), (gst_shout2send_set_property),
25143         (gst_shout2send_get_property), (gst_shout2send_connect),
25144         (gst_shout2send_change_state):
25145         * ext/shout2/gstshout2.h:
25146         - fix for sending mp3 audio to icecast2 server, if pad link function not
25147         called before PAUSED state
25148         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25149         - added tagging support for mp3 audio broadcasted
25150         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25151         debug info
25152
25153 2004-07-28  Wim Taymans  <wim@fluendo.com>
25154
25155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25156         (gst_ogg_demux_push):
25157         Return query failure when we don't know the length of
25158         an ogg stream insteda of returning TRUE with a bogus value.
25159
25160 2004-07-28  Wim Taymans  <wim@fluendo.com>
25161
25162         * ext/theora/theoradec.c: (theora_get_formats),
25163         (theora_dec_src_convert), (theora_dec_sink_convert),
25164         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25165         (theora_dec_chain):
25166         Don't screw up the 1 Chroma for 1 luma sample situation when we
25167         have an odd offset/width by adding a black border in those cases.
25168
25169 2004-07-28  Wim Taymans  <wim@fluendo.com>
25170
25171         * ext/theora/theoradec.c: (theora_get_formats),
25172         (theora_dec_src_convert), (theora_dec_sink_convert),
25173         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25174         (theora_dec_chain):
25175         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25176         Added first attempt at cropping of the image as required by the
25177         theora spec. We need more properties in the caps (offset_x,
25178         offset_y,stride) to implement this correctly.
25179
25180 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25181
25182         * ext/dvdnav/README:
25183           Update the README to use dvddemux
25184         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25185           Ensure getcaps returns a subset of the template caps
25186         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25187         (gst_mpeg2subt_init):
25188           Ensure getcaps returns a subset of the template caps
25189         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25190         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25191         (gst_dvd_demux_get_subpicture_stream),
25192         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25193         * gst/mpegstream/gstdvddemux.h:
25194           Set the explicit caps on the current_video pad before pushing
25195           anything
25196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25197         (gst_mpeg_demux_get_audio_stream):
25198           Free caps used to gst_pad_set_explicit_caps, which takes a const
25199           GstCaps *
25200
25201 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25202
25203         * configure.ac: update GStreamer requirement to 0.8.4 because of
25204           GstFraction.
25205
25206 2004-07-28  Wim Taymans  <wim@fluendo.com>
25207
25208         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25209         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25210         Add the pad to the element after setting up the caps. This
25211         makes it a lot easier to autoplug.
25212
25213 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25214
25215         * gst/median/gstmedian.c:
25216         * gst/mpeg2subt/gstmpeg2subt.c:
25217         * gst/mpegaudioparse/gstmpegaudioparse.c:
25218         * gst/mpegstream/gstdvddemux.c:
25219         * gst/mpegstream/gstmpegdemux.c:
25220         * gst/mpegstream/gstmpegpacketize.c:
25221         * gst/rtjpeg/gstrtjpeg.c:
25222         * gst/rtjpeg/gstrtjpegdec.c:
25223         * gst/rtjpeg/gstrtjpegenc.c:
25224         * gst/sine/gstsinesrc.c:
25225         * gst/smooth/gstsmooth.c:
25226         * gst/smpte/gstsmpte.c:
25227         * gst/smpte/gstsmpte.h:
25228         * gst/stereo/gststereo.c:
25229         * gst/videofilter/gstgamma.c:
25230         * gst/videofilter/gstvideobalance.c:
25231         * gst/videofilter/gstvideofilter.c:
25232         * gst/videofilter/gstvideoflip.c:
25233         * gst/videoscale/gstvideoscale.c:
25234         * gst/videoscale/videoscale.c:
25235         * gst/videotestsrc/gstvideotestsrc.c:
25236         * gst/videotestsrc/videotestsrc.c:
25237         * gst/wavenc/gstwavenc.c:
25238         * gst/wavparse/gstwavparse.c:
25239           fix local includes and 64 bits constants
25240
25241 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25242
25243         * win32/gst.sln:
25244         * gst-libs/gst/*/*.vcproj:
25245         * gst/*/*.vcproj:
25246           more working plugins
25247
25248 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25249
25250         * testsuite/alsa/Makefile.am:
25251         * testsuite/alsa/srcstate.c:
25252         add test for alsasrc changing state
25253
25254 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25255
25256         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25257         (gst_silence_get):
25258         * gst/silence/gstsilence.h:
25259         fix silence generation for 16bit raw audio
25260
25261 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25262
25263         * gst/matroska/matroska-demux.c:
25264         (gst_matroska_demux_parse_metadata),
25265         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25266         * gst/mpegaudio/common.c:
25267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25268         (gst_videoscale_getcaps), (gst_videoscale_link),
25269         (gst_videoscale_src_fixate), (gst_videoscale_init),
25270         (gst_videoscale_finalize):
25271         * gst/videoscale/gstvideoscale.h:
25272         * gst/videotestsrc/gstvideotestsrc.c:
25273         (gst_videotestsrc_get_capslist):
25274         * gst/wavenc/gstwavenc.c:
25275         * sys/oss/gstossmixer.c: (fill_labels):
25276         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25277         (gst_ximagesink_handle_xevents),
25278         (gst_ximagesink_calculate_pixel_aspect_ratio),
25279         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25280         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25281         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25282         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25283         (gst_ximagesink_init), (gst_ximagesink_class_init):
25284         * sys/ximage/ximagesink.h:
25285         * sys/xvimage/xvimagesink.c:
25286         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25287         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25288         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25289         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25290         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25291         * sys/xvimage/xvimagesink.h:
25292           first batch of pixel aspect ratio commits.
25293
25294 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25295
25296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25297         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25298         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25299           handle stride, needs work if we want to move stride handling
25300           upstream, but works correctly for our purposes.
25301
25302 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25303
25304         * gst/videoscale/README:
25305           add testing examples
25306         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25307         (gst_videoscale_chain):
25308         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25309         (gst_videoscale_get_size):
25310           add get_size function that handles stride like videotestsrc.
25311           fixes conversion for YUV formats for as much as I can test them.
25312
25313 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25314
25315         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25316         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25318         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25319         (gst_xvimagesink_xvimage_put):
25320           further cleanups, logging, error handling and synchronizing
25321
25322 2004-07-27  Wim Taymans  <wim@fluendo.com>
25323
25324         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25325         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25326         (gst_videomixer_pad_set_property),
25327         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25328         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25329         (gst_videomixer_class_init), (gst_videomixer_init),
25330         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25331         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25332         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25333         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25334         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25335         (gst_videomixer_loop), (plugin_init):
25336         Be a nicer negotiation citizen and provide a getcaps function on
25337         the srcpad. This also fixes a crash when resizing.
25338
25339 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25340
25341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25342         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25343
25344 2004-07-27  Wim Taymans  <wim@fluendo.com>
25345
25346         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25347         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25348         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25349         (gst_pngenc_set_property):
25350         * ext/libpng/gstpngenc.h:
25351         Added snapshot property to pngenc.
25352         removed g_print from pngdec
25353
25354 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25355
25356         * gst/ac3parse/ac3parse.vcproj
25357         * gst/adder/adder.vcproj
25358         * gst/alpha/alpha.vcproj
25359         * gst/alpha/alphacolor.vcproj
25360         * gst/asfdemux/asf.vcproj
25361         * gst/audioconvert/audioconvert.vcproj
25362         * gst/audiorate/audiorate.vcproj
25363         * gst/audioscale/audioscale.vcproj
25364         * gst/auparse/auparse.vcproj
25365         * gst/avi/avi.vcproj
25366         * gst/cdxaparse/cdxaparse.vcproj
25367         * gst/chart/chart.vcproj
25368         * gst/colorspace/colorspace.vcproj
25369         * gst/cutter/cutter.vcproj
25370         * gst/debug/debug.vcproj
25371         * gst/debug/efence.vcproj
25372         * gst/debug/navigationtest.vcproj
25373         * gst/deinterlace/deinterlace.vcproj
25374         * gst/effectv/effectv.vcproj
25375         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25376         * gst/filter/filter.vcproj
25377         * gst/flx/flxdec.vcproj
25378         * gst/goom/goom.vcproj
25379         * gst/interleave/interleave.vcproj
25380         * gst/law/alaw.vcproj
25381         * gst/law/mulaw.vcproj
25382         * gst/matroska/matroska.vcproj
25383         * gst/median/median.vcproj
25384         * gst/mixmatrix/mixmatrix.vcproj
25385         * gst/mpeg1sys/mpeg1systemencode.vcproj
25386         * gst/mpeg1videoparse/mp1videoparse.vcproj
25387         * gst/mpeg2sub/mpeg2subt.vcproj
25388         * gst/mpegaudio/mpegaudio.vcproj
25389         * gst/mpegaudioparse/mpegaudioparse.vcproj
25390         * gst/mpegstream/mpegstream.vcproj
25391         * gst/multifilesink/multifilesink.vcproj
25392         * gst/multipart/multipart.vcproj
25393         * gst/oneton/oneton.vcproj
25394         * gst/overlay/overlay.vcproj
25395         * gst/passthrough/passthrough.vcproj
25396         * gst/qtdemux/qtdemux.vcproj
25397         * gst/realmedia/rmdemux.vcproj
25398         * gst/rtjpeg/rtjpeg.vcproj
25399         * gst/rtp/rtp.vcproj
25400         * gst/silence/silence.vcproj
25401         * gst/sine/sinesrc.vcproj
25402         * gst/smooth/smooth.vcproj
25403         * gst/smpte/smpte.vcproj
25404         * gst/spectrum/spectrum.vcproj
25405         * gst/speed/speed.vcproj
25406         * gst/stereo/stereo.vcproj
25407         * gst/switch/switch.vcproj
25408         * gst/tags/tagedit.vcproj
25409         * gst/tcp/tcp.vcproj
25410         * gst/typefind/typefindfunctions.vcproj
25411         * gst/udp/udp.vcproj
25412         * gst/videobox/videobox.vcproj
25413         * gst/videocrop/videocrop.vcproj
25414         * gst/videodrop/videodrop.vcproj
25415         * gst/videofilter/gamma.vcproj
25416         * gst/videofilter/videobalance.vcproj
25417         * gst/videofilter/videofilter.vcproj
25418         * gst/videofilter/videoflip.vcproj
25419         * gst/videoflip/videoflip.vcproj
25420         * gst/videomixer/videomixer.vcproj
25421         * gst/videorate/videorate.vcproj
25422         * gst/videoscale/videoscale.vcproj
25423         * gst/videotestsrc/videotestsrc.vcproj
25424         * gst/virtualdub/virtualdub.vcproj
25425         * gst/volenv/volenv.vcproj
25426         * gst/volume/volume.vcproj
25427         * gst/wavenc/wavenc.vcproj
25428         * gst/wavparse/wavparse.vcproj
25429         * gst/y4m/y4menc.vcproj
25430         * gst-libs/gst/audio/audio.vcproj
25431         * gst-libs/gst/audio/audiofilter.vcproj
25432         * gst-libs/gst/colorbalance/colorbalance.vcproj
25433         * gst-libs/gst/idct/idtc.vcproj
25434         * gst-libs/gst/media-info/media-info.vcproj
25435         * gst-libs/gst/mixer/mixer.vcproj
25436         * gst-libs/gst/navigation/navigation.vcproj
25437         * gst-libs/gst/play/play.vcproj
25438         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25439         * gst-libs/gst/resample/resample.vcproj
25440         * gst-libs/gst/riff/riff.vcproj
25441         * gst-libs/gst/tuner/tuner.vcproj
25442         * gst-libs/gst/video/video.vcproj
25443         * gst-libs/gst/xoverlay/xoverlay.vcproj
25444           avoid problems with math.h, fix release dependancy
25445           rename GStreamer-0.8.lib to libgstreamer.lib
25446
25447 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25448
25449         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25451         the atom is not available we have to unlock the mutex. Fixes #148023
25452
25453 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25454
25455         * gst-libs/gst/media-info/media-info.h:
25456           issue for a vararg macro with MSVC
25457
25458 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25459
25460         * gst/effectv/effectv.vcproj
25461         * gst-libs/gst/idct/idct.vcproj:
25462         * gst-libs/gst/media-info/media-info.vcproj:
25463         * gst-libs/gst/navigation/navigation.vcproj:
25464         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25465         * gst-libs/gst/video/video.vcproj:
25466         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25467           fixes for build problems
25468
25469 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25470
25471         * gst-libs/gst/audio/audio.def:
25472         * gst-libs/gst/audio/riff.def:
25473           add some definitions needed by plugins
25474
25475 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25476
25477         * gst/asfdemux/gstasfmux.c
25478           Fix some 64 bits constants to be glib friendly
25479
25480 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25481
25482         * gst/ac3parse/gstac3parse.c
25483         * gst/audioscale/gstaudioscale.c
25484         * gst/auparse/gstauparse.c
25485         * gst/colorspace/gstcolorspace.c
25486         * gst/colorspace/yuv2rgb.h
25487           local include fixes
25488
25489 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25490
25491         * win32/gst.sln
25492           add more plugins to the build
25493
25494 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25495
25496         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25497         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25498
25499 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25500
25501         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25502         (gst_level_set_property), (gst_level_get_property),
25503         (gst_level_base_init), (gst_level_class_init):
25504           add debugging categories.  cleanups.
25505
25506 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25507
25508         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25509         (gst_videoscale_planar411), (gst_videoscale_planar400),
25510         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25511         (gst_videoscale_scale_nearest_str1),
25512         (gst_videoscale_scale_nearest_str2),
25513         (gst_videoscale_scale_nearest_str4),
25514         (gst_videoscale_scale_nearest_16bit),
25515         (gst_videoscale_scale_nearest_24bit):
25516           fixed stride issues
25517           tested with 320x240 -> 321, 322, 324 x240
25518           tested with YV12, I420, YUY2, UYVY
25519           fixed packed422rev (don't think it could have worked before)
25520           by testing with UYVY
25521
25522 2004-07-26  Benjamin Otte  <otte@gnome.org>
25523
25524         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25525         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25526         (plugin_init):
25527           add debugging category, add error checks like checking return values
25528           of setup calls, make sure it still works after
25529           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25530
25531 2004-07-26  Wim Taymans  <wim@fluendo.com>
25532
25533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25534         (gst_mpeg_demux_get_audio_stream),
25535         (gst_mpeg_demux_process_private):
25536         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25537         Check for error codes from the negotiation functions. Make sure
25538         we really set the pad caps when a new pad is created.
25539
25540 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25541
25542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25543         (gst_ffmpeg_caps_to_pix_fmt):
25544         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25546         (gst_ffmpegcolorspace_pad_link):
25547           don't make function do two things at the same time without reason.
25548
25549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25550
25551         * gst/ac3parse/ac3parse.vcproj
25552         * gst/adder/adder.vcproj
25553         * gst/alpha/alpha.vcproj
25554         * gst/alpha/alphacolor.vcproj
25555         * gst/asfdemux/asf.vcproj
25556         * gst/audioconvert/audioconvert.vcproj
25557         * gst/audiorate/audiorate.vcproj
25558         * gst/audioscale/audioscale.vcproj
25559         * gst/auparse/auparse.vcproj
25560         * gst/avi/avi.vcproj
25561         * gst/cdxaparse/cdxaparse.vcproj
25562         * gst/chart/chart.vcproj
25563         * gst/colorspace/colorspace.vcproj
25564         * gst/cutter/cutter.vcproj
25565         * gst/debug/debug.vcproj
25566         * gst/debug/efence.vcproj
25567         * gst/debug/navigationtest.vcproj
25568         * gst/deinterlace/deinterlace.vcproj
25569         * gst/effectv/effectv.vcproj
25570         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25571         * gst/filter/filter.vcproj
25572         * gst/flx/flxdec.vcproj
25573         * gst/goom/goom.vcproj
25574         * gst/interleave/interleave.vcproj
25575         * gst/law/alaw.vcproj
25576         * gst/law/mulaw.vcproj
25577         * gst/matroska/matroska.vcproj
25578         * gst/median/median.vcproj
25579         * gst/mixmatrix/mixmatrix.vcproj
25580         * gst/mpeg1sys/mpeg1systemencode.vcproj
25581         * gst/mpeg1videoparse/mp1videoparse.vcproj
25582         * gst/mpeg2sub/mpeg2subt.vcproj
25583         * gst/mpegaudio/mpegaudio.vcproj
25584         * gst/mpegaudioparse/mpegaudioparse.vcproj
25585         * gst/mpegstream/mpegstream.vcproj
25586         * gst/multifilesink/multifilesink.vcproj
25587         * gst/multipart/multipart.vcproj
25588         * gst/oneton/oneton.vcproj
25589         * gst/overlay/overlay.vcproj
25590         * gst/passthrough/passthrough.vcproj
25591         * gst/qtdemux/qtdemux.vcproj
25592         * gst/realmedia/rmdemux.vcproj
25593         * gst/rtjpeg/rtjpeg.vcproj
25594         * gst/rtp/rtp.vcproj
25595         * gst/silence/silence.vcproj
25596         * gst/sine/sinesrc.vcproj
25597         * gst/smooth/smooth.vcproj
25598         * gst/smpte/smpte.vcproj
25599         * gst/spectrum/spectrum.vcproj
25600         * gst/speed/speed.vcproj
25601         * gst/stereo/stereo.vcproj
25602         * gst/switch/switch.vcproj
25603         * gst/tags/tagedit.vcproj
25604         * gst/tcp/tcp.vcproj
25605         * gst/typefind/typefindfunctions.vcproj
25606         * gst/udp/udp.vcproj
25607         * gst/videobox/videobox.vcproj
25608         * gst/videocrop/videocrop.vcproj
25609         * gst/videodrop/videodrop.vcproj
25610         * gst/videofilter/gamma.vcproj
25611         * gst/videofilter/videobalance.vcproj
25612         * gst/videofilter/videofilter.vcproj
25613         * gst/videofilter/videoflip.vcproj
25614         * gst/videoflip/videoflip.vcproj
25615         * gst/videomixer/videomixer.vcproj
25616         * gst/videorate/videorate.vcproj
25617         * gst/videoscale/videoscale.vcproj
25618         * gst/videotestsrc/videotestsrc.vcproj
25619         * gst/virtualdub/virtualdub.vcproj
25620         * gst/volenv/volenv.vcproj
25621         * gst/volume/volume.vcproj
25622         * gst/wavenc/wavenc.vcproj
25623         * gst/wavparse/wavparse.vcproj
25624         * gst/y4m/y4menc.vcproj
25625           more plugins supported under windows
25626
25627 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25628
25629         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25630         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25631         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25633         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25634           Add debugging statements.  Use the sizes as returned by the
25635           *CreateImage calls.
25636
25637 2004-07-26  Johan Dahlin  <johan@gnome.org>
25638
25639         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25640         the pad is negotiated.
25641
25642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25643
25644 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25645
25646         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25647         * gst-libs/gst/idct/idct.vcproj:
25648         * gst-libs/gst/media-info/media-info.vcproj:
25649         * gst-libs/gst/mixer/mixer.vcproj:
25650         * gst-libs/gst/navigation/navigation.vcproj:
25651         * gst-libs/gst/play/play.vcproj:
25652         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25653         * gst-libs/gst/resample/resample.vcproj:
25654         * gst-libs/gst/tuner/tuner.vcproj:
25655         * gst-libs/gst/video/video.vcproj:
25656         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25657           more plugins supported under windows
25658
25659 2004-07-25 Iain <iain@prettypeople.org>
25660
25661         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25662         pad now rather than when the pad is created because state changes wipe
25663         explicit caps (fixes #148043).
25664
25665 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25666
25667         reviewed by Benjamin Otte  <otte@gnome.org>
25668
25669         * ext/mad/gstmad.c:
25670           fix mad plugin crashing on Sun (fixes #148289)
25671
25672 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25673
25674         * gst/avi/avi.def:
25675         * gst/avi/avi.vcproj:
25676         * gst/matroska/matroska.def:
25677         * gst/matroska/matroska.vcproj:
25678           remove unused .def files
25679
25680 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25681
25682         * gst-libs/gst/audio/gstaudiofilter.c:
25683           Clean the local include
25684
25685 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25686
25687         * win32/gst.sln:
25688         * gst-libs/gst/audio/audio.def:
25689         * gst-libs/gst/audio/audio.vcproj:
25690         * gst-libs/gst/audio/audiofilter.vcproj:
25691         * gst-libs/gst/audio/riff.def:
25692         * gst-libs/gst/audio/riff.vcproj:
25693         * gst-libs/gst/gst-libs.def:
25694         * gst-libs/gst/gst-libs.vcproj:
25695         * gst/avi/avi.vcproj:
25696         * gst/avi/avi.vcproj:
25697           Copy the files where needed after building, cleaner projects
25698
25699 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25700
25701         * gst/matroska/ebml-write.c:
25702           Fix some 64 bits constants to be glib friendly
25703
25704 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25705
25706         * win32/gst.sln:
25707         * gst-libs/gst/gst-libs.def:
25708         * gst-libs/gst/gst-libs.vcproj:
25709         * gst/matroska/matroska.def:
25710         * gst/matroska/matroska.vcproj:
25711           Add the preliminary canvas to build plugins on Win32
25712
25713 2004-07-23  Benjamin Otte  <otte@gnome.org>
25714
25715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25716           don't enfore negotiation from source side, it breaks
25717           sinesrc ! audioconvert ! osssink
25718
25719 2004-07-22  David Schleef  <ds@schleef.org>
25720
25721         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25722         for ELF files, since they can easily be recognized as audio/mpeg.
25723         (bug #147441)
25724
25725 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25726
25727         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25728         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25729         (gst_videoscale_scale_nearest_24bit),
25730         (gst_videoscale_scale_nearest_16bit):
25731           fix 16bit and 24bit for stride (24bit might need testing)
25732           don't pretend we do more than one algorithm
25733
25734 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25735
25736         * configure.ac:
25737         * gst/Makefile.am:
25738         * gst/multifilesink/Makefile.am:
25739         * gst/multifilesink/gstmultifilesink.c:
25740         (gst_multifilesink_get_formats),
25741         (gst_multifilesink_get_query_types), (_do_init),
25742         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25743         (gst_multifilesink_init), (gst_multifilesink_dispose),
25744         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25745         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25746         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25747         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25748         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25749         (gst_multifilesink_uri_get_type),
25750         (gst_multifilesink_uri_get_protocols),
25751         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25752         (gst_multifilesink_uri_handler_init), (plugin_init):
25753         * gst/multifilesink/gstmultifilesink.h:
25754         * testsuite/Makefile.am:
25755         * testsuite/multifilesink/Makefile.am:
25756         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25757         (gst_newmedia_class_init), (gst_newmedia_init),
25758         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25759         (newfile_signal), (test_signal), (main):
25760         multifilesink plugin for creating new files every time a new media
25761         discontinuity event occurs
25762
25763 2004-07-22  Wim Taymans  <wim@fluendo.com>
25764
25765         * gst/alpha/Makefile.am:
25766         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25767         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25768         (gst_alpha_color_init), (gst_alpha_color_set_property),
25769         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25770         (transform), (gst_alpha_color_chain),
25771         (gst_alpha_color_change_state), (plugin_init):
25772         Stupid plugin to to RGBA to AYUV conversion because none of
25773         the colorspace plugins can handle that yet.
25774
25775 2004-07-22  Wim Taymans  <wim@fluendo.com>
25776
25777         * examples/seeking/seek.c: (update_scale), (main):
25778         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25779         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25780         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25781         (gst_decode_bin_init), (gst_decode_bin_dispose),
25782         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25783         (no_more_pads), (close_link), (type_found),
25784         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25785         (plugin_init):
25786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25787         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25788         (gst_play_base_bin_dispose), (queue_overrun),
25789         (gen_preroll_element), (remove_prerolls), (unknown_type),
25790         (no_more_pads), (new_stream), (setup_source),
25791         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25792         (play_base_eos), (gst_play_base_bin_change_state),
25793         (gst_play_base_bin_add_element),
25794         (gst_play_base_bin_remove_element),
25795         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25796         (gst_play_base_bin_unlink_stream),
25797         (gst_play_base_bin_get_streaminfo):
25798         * gst/playback/gstplaybin.c: (gen_video_element),
25799         (gen_audio_element):
25800         * gst/playback/gststreaminfo.h:
25801         More playback updates, attempt to fix things after the state change
25802         breakage.
25803
25804 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25805
25806         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25807         (gst_videoscale_scale_nearest_16bit):
25808           comment algorithm
25809
25810 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25811
25812         * gst/videotestsrc/gstvideotestsrc.c:
25813         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25814         (gst_videotestsrc_init), (gst_videotestsrc_get),
25815         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25816         (gst_videotestsrc_get_property):
25817         * gst/videotestsrc/gstvideotestsrc.h:
25818         * gst/videotestsrc/videotestsrc.c:
25819         * gst/videotestsrc/videotestsrc.h:
25820           cleanup and commenting
25821
25822 2004-07-21  Wim Taymans  <wim@fluendo.com>
25823
25824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25825         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25826         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25827         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25828         (_find_chain_get_unknown_part), (_find_streams_check),
25829         (gst_ogg_demux_push), (gst_ogg_pad_push):
25830         * ext/theora/theoradec.c: (theora_get_formats),
25831         (theora_dec_src_convert), (theora_dec_sink_convert),
25832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25833         (theora_dec_chain):
25834         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25835         (vorbis_dec_convert), (vorbis_dec_src_query),
25836         (vorbis_dec_src_event), (vorbis_dec_event):
25837         More seeking fixes, oggdemux now supports seeking to time and
25838         uses the downstream element to convert granulepos to time.
25839         Seeking in theora-only ogg files now works.
25840
25841 2004-07-21  Wim Taymans  <wim@fluendo.com>
25842
25843         * ext/theora/theoradec.c: (gst_theora_dec_init),
25844         (theora_get_formats), (theora_get_event_masks),
25845         (theora_get_query_types), (theora_dec_src_convert),
25846         (theora_dec_sink_convert), (theora_dec_src_query),
25847         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25848         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25849         (vorbis_get_event_masks), (vorbis_get_query_types),
25850         (gst_vorbis_dec_init), (vorbis_dec_convert),
25851         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25852         Added query/convert/formats functions to vorbis and theora decoders
25853         so that the outside world can use them too. Fixed seeking on an
25854         ogg/theora/vorbis file by disabling the seeking seeking on the
25855         theora srcpad.
25856
25857 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25858
25859         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25860         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25861         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25862         images creation for both elements. We don't create the image on caps
25863         nego or renego, we just destroy the internal one if present if it does
25864         not match the needs. The chain function takes care of creating a new
25865         image when needed.
25866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25867         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25868         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25869         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25870         the image format information. The buffer pool checks for the context
25871         image format and discard images with different formats.
25872         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25873
25874 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25875
25876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25877         (gst_ffmpegcolorspace_chain):
25878           no point in doing any chaining if the pad we want to push from
25879           isn't usable.
25880
25881 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * gst-libs/gst/riff/riff-media.c:
25884         (gst_riff_create_audio_caps_with_data):
25885           Fix double end-to-native symbol conversion (#148021).
25886
25887 2004-07-20  David Schleef  <ds@schleef.org>
25888
25889         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25890         Don't use an Atom that doesn't exist.
25891
25892 2004-07-20  Wim Taymans  <wim@fluendo.com>
25893
25894         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25895         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25896         (gst_multifdsink_client_remove),
25897         (gst_multifdsink_handle_client_write),
25898         (gst_multifdsink_queue_buffer):
25899         * gst/tcp/gstmultifdsink.h:
25900         More multifdsink stats. Avoid deadlock by releasing locks
25901         before sending out a signal.
25902
25903 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25904
25905         * po/LINGUAS:
25906         * po/hu.po:
25907           added Hungarian translation (Laszlo Dvornik)
25908
25909 2004-07-20  Wim Taymans  <wim@fluendo.com>
25910
25911         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25912         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25913         (gst_multifdsink_handle_client_write),
25914         (gst_multifdsink_queue_buffer):
25915         * gst/tcp/gsttcp-marshal.list:
25916         Fixed the stupid marshal definition.
25917
25918 2004-07-20  Wim Taymans  <wim@fluendo.com>
25919
25920         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25921         (gst_multifdsink_init), (gst_multifdsink_add),
25922         (gst_multifdsink_client_remove),
25923         (gst_multifdsink_handle_client_write),
25924         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25925         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25926         (gst_multifdsink_init_send):
25927         * gst/tcp/gstmultifdsink.h:
25928         Added more stats, added timeout for a client, fixed some typos
25929         and added some comments.
25930
25931 2004-07-20  Wim Taymans  <wim@fluendo.com>
25932
25933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25934         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25935         (gst_multifdsink_client_remove),
25936         (gst_multifdsink_handle_client_write):
25937         * gst/tcp/gstmultifdsink.h:
25938         * gst/tcp/gsttcp-marshal.list:
25939         Added get_stats method that returns a GValueArray of
25940         stats values.
25941
25942 2004-07-19  Benjamin Otte  <otte@gnome.org>
25943
25944         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25945           make sure longname, description and author are valid UTF-8
25946
25947 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25948
25949         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25950         (gst_ximagesink_set_property):
25951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25952         (gst_xvimagesink_set_property):
25953           make sure SYNCHRONOUS is respected after getting the X context
25954
25955 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25956
25957         * gst/matroska/matroska-demux.c:
25958         (gst_matroska_demux_handle_src_event),
25959         (gst_matroska_demux_parse_blockgroup):
25960         * gst/matroska/matroska-ids.h:
25961           add BlockReference tag and ignore it to clear out log.
25962           ignore NAVIGATION events to clear out log.
25963
25964 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25967         (gst_matroska_demux_add_stream):
25968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25969           add debug categories
25970
25971 2004-07-16  Wim Taymans  <wim@fluendo.com>
25972
25973         * ext/libpng/Makefile.am:
25974         * ext/libpng/gstpng.c: (plugin_init):
25975         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25976         (gst_pngdec_get_type), (gst_pngdec_base_init),
25977         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25978         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25979         * ext/libpng/gstpngdec.h:
25980         Added png decoder.
25981
25982 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25983
25984         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25985         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25986         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25987         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25988         (gst_ximagesink_buffer_alloc):
25989         * sys/ximage/ximagesink.h:
25990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25991         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25992         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25993         (gst_xvimagesink_buffer_alloc):
25994         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25995         again. Using internal data pointer of the x(v)image to store image's
25996         data to be coherent with the buffer alloc mechanism. Investigated the
25997         image destruction code to be sure that everything gets freed correctly.
25998
25999 2004-07-16  Wim Taymans  <wim@fluendo.com>
26000
26001         * gst-libs/gst/riff/riff-read.c:
26002         (gst_riff_read_strf_vids_with_data),
26003         (gst_riff_read_strf_auds_with_data):
26004         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26005         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26006         Make sure we don't create 0 sized subbuffers in riff-read.
26007         Signal the no more pads signal after reading the avi header.
26008
26009 2004-07-16  Wim Taymans  <wim@fluendo.com>
26010
26011         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26012         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26013         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26014         (gst_decode_bin_init), (gst_decode_bin_dispose),
26015         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26016         (no_more_pads), (close_link), (type_found),
26017         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26018         (gst_decode_bin_change_state), (plugin_init):
26019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26020         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26021         (gst_play_base_bin_dispose), (queue_overrun),
26022         (gen_preroll_element), (remove_prerolls), (unknown_type),
26023         (no_more_pads), (new_stream), (setup_source),
26024         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26025         (play_base_eos), (gst_play_base_bin_change_state),
26026         (gst_play_base_bin_add_element),
26027         (gst_play_base_bin_remove_element),
26028         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26029         (gst_play_base_bin_unlink_stream),
26030         (gst_play_base_bin_get_streaminfo):
26031         * gst/playback/gstplaybasebin.h:
26032         Better error recovery. Added configurable preroll queue size. Faster
26033         detection of no-more-pads.
26034
26035 2004-07-16  Wim Taymans  <wim@fluendo.com>
26036
26037         * gst-libs/gst/video/video.h:
26038         Added 32 bits RGBA. Not sure if we should use another mime-type
26039         for alpha rgb. Currently the presence of the alpha_mask property
26040         signals an alpha channel.
26041
26042 2004-07-16  Wim Taymans  <wim@fluendo.com>
26043
26044         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26046         FPS seems to be 0.0 to MAX everywhere else.
26047
26048 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * gst-libs/gst/riff/riff-media.c:
26051         (gst_riff_create_video_caps_with_data):
26052           mp42/mp43 (no caps) exist too.
26053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26054           Set pixel_width/height; we've got them in-caps.
26055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26056         * gst/wavparse/gstwavparse.c: (plugin_init):
26057           Both are valid primary.
26058         * sys/oss/gstossmixer.c:
26059           Remove i18n hack and enable translations.
26060
26061 2004-07-15  Benjamin Otte  <otte@gnome.org>
26062
26063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26064         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26065           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26066
26067 2004-07-15  Benjamin Otte  <otte@gnome.org>
26068
26069         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26070         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26071         (gst_alsa_close_audio):
26072           disable some of the debugging code for now. Writing debugging to a
26073           buffer is broken in current alsalib releases.
26074
26075 2004-07-12  Benjamin Otte  <otte@gnome.org>
26076
26077         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26078           use bufferpools
26079
26080 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26081
26082         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26083         (theora_dec_src_query), (theora_dec_event):
26084         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26085           add debugging categories.  Remove \n's.
26086
26087 2004-07-13  Johan Dahlin  <johan@gnome.org>
26088
26089         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26090         (gst_play_bin_get_property): Impl.
26091
26092 2004-07-13  Wim Taymans  <wim@fluendo.com>
26093
26094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26095         When trying to find the stream length, seek back N pages
26096         instead of just one, where N is the number of streams in
26097         the current chain.
26098
26099 2004-07-13  Wim Taymans  <wim@fluendo.com>
26100
26101         * gst-libs/gst/riff/riff-media.c:
26102         (gst_riff_create_audio_caps_with_data),
26103         (gst_riff_create_audio_caps),
26104         (gst_riff_create_audio_template_caps):
26105         * gst-libs/gst/riff/riff-media.h:
26106         * gst-libs/gst/riff/riff-read.c:
26107         (gst_riff_read_strf_vids_with_data),
26108         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26109         * gst-libs/gst/riff/riff-read.h:
26110         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26111         (gst_avi_demux_add_stream):
26112         Set codec_data on caps for avidemuxer.
26113
26114 2004-07-12  David Schleef  <ds@schleef.org>
26115
26116         * configure.ac: Fix test for Objective C
26117
26118 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26119         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26120         (gst_gdk_pixbuf_chain):
26121           Add svg and pcx to template caps, and ensure that getcaps returns a
26122           subset of the template caps.
26123           Copy each row manually for output, as gdkpixbuf may pad the
26124           rowstride to a 32-bit word boundary.
26125
26126 2004-07-12  Wim Taymans  <wim@fluendo.com>
26127
26128         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26129         (gst_riff_create_video_template_caps):
26130         Fix the template caps to include some more media types.
26131
26132 2004-07-12  Wim Taymans  <wim@fluendo.com>
26133
26134         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26135         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26136         (compare_ranks), (print_feature), (gst_decode_bin_init),
26137         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26138         (try_to_link_1), (new_pad), (close_link), (type_found),
26139         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26140         (gst_decode_bin_change_state), (plugin_init):
26141         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26142         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26143         (gst_play_base_bin_dispose), (queue_overrun),
26144         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26145         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26146         (gst_play_base_bin_get_property), (play_base_eos),
26147         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26148         (gst_play_base_bin_remove_element),
26149         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26150         (gst_play_base_bin_unlink_stream),
26151         (gst_play_base_bin_get_streaminfo):
26152         * gst/playback/gstplaybasebin.h:
26153         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26154         (gst_play_bin_class_init), (gst_play_bin_init),
26155         (gst_play_bin_dispose), (gst_play_bin_set_property),
26156         (gst_play_bin_get_property), (gen_video_element),
26157         (gen_audio_element), (remove_sinks), (setup_sinks),
26158         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26159         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26160         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26161         (gst_play_bin_query), (plugin_init):
26162         * gst/playback/test4.c: (main):
26163         More fixes on reusing of the element.
26164
26165 2004-07-11  Benjamin Otte  <otte@gnome.org>
26166
26167         * ext/mad/gstmad.c: (normal_seek):
26168           allow seeking for other methods than just SET
26169
26170 2004-07-11  Andy Wingo  <wingo@pobox.com>
26171
26172         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26173         float, "any" caps -> buffer_frames=[0,MAX].
26174
26175         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26176         doesn't intersect our caps with the template any more. Do it
26177         ourselves.
26178         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26179
26180 2004-07-09  Wim Taymans  <wim@fluendo.com>
26181
26182         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26183         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26184         (compare_ranks), (print_feature), (gst_decode_bin_init),
26185         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26186         (try_to_link_1), (new_pad), (close_link), (type_found),
26187         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26188         (gst_decode_bin_change_state), (plugin_init):
26189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26190         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26191         (gst_play_base_bin_dispose), (queue_overrun),
26192         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26193         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26194         (gst_play_base_bin_get_property), (play_base_eos),
26195         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26196         (gst_play_base_bin_remove_element),
26197         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26198         (gst_play_base_bin_unlink_stream),
26199         (gst_play_base_bin_get_streaminfo):
26200         * gst/playback/gstplaybasebin.h:
26201         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26202         (gst_play_bin_class_init), (gst_play_bin_init),
26203         (gst_play_bin_dispose), (gst_play_bin_set_property),
26204         (gst_play_bin_get_property), (gen_video_element),
26205         (gen_audio_element), (remove_sinks), (setup_sinks),
26206         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26207         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26208         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26209         (gst_play_bin_query), (plugin_init):
26210         * gst/playback/test4.c: (main):
26211         Work on object reuse and seeking.
26212
26213 2004-07-09  Wim Taymans  <wim@fluendo.com>
26214
26215         * examples/seeking/seek.c: (iterate):
26216         Don't consume all CPU in the idle loop.
26217
26218 2004-07-09  Wim Taymans  <wim@fluendo.com>
26219
26220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26221         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26222         Add pad to element *after* setting the pad functions so that
26223         the scheduler can use the correct ones.
26224
26225 2004-07-09  Wim Taymans  <wim@fluendo.com>
26226
26227         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26228         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26229         Sync to keyframe after seek
26230
26231 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26232
26233         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26235         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26236         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26237         * ext/libvisual/visual.c: (gst_visual_change_state):
26238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26239         * ext/theora/theoradec.c: (theora_dec_change_state):
26240         * ext/theora/theoraenc.c: (theora_enc_change_state):
26241         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26242         * gst-libs/gst/navigation/navigation.c:
26243         * gst/adder/gstadder.c: (gst_adder_change_state):
26244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26245         (gst_audio_convert_get_buffer):
26246         * gst/multipart/multipartdemux.c:
26247         (gst_multipart_demux_change_state):
26248         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26249         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26250         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26251         * gst/videoscale/gstvideoscale.c:
26252         (gst_videoscale_handle_src_event):
26253         * gst/volume/gstvolume.c: (volume_chain_int16):
26254           don't assert in state change, this should be done by the base
26255           GstElement class.
26256           various debugging fixes.
26257
26258 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26259
26260         * configure.ac:
26261         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26262         (gst_play_dispose), (gst_play_set_location),
26263         (gst_play_set_data_src), (gst_play_set_video_sink),
26264         (gst_play_set_audio_sink), (gst_play_set_visualization),
26265         (gst_play_connect_visualization), (gst_play_get_sink_element),
26266         (gst_play_get_all_by_interface):
26267         * gst-libs/gst/play/play.h:
26268           add new method to get elements implementing an interface.
26269           add various error logging
26270
26271 2004-07-08  Wim Taymans  <wim@fluendo.com>
26272
26273         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26274         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26275         (make_playerbin_pipeline), (query_durations_elems),
26276         (query_durations_pads), (query_positions_elems),
26277         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26278         (main):
26279         Added playbin seeking example.
26280
26281 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26282
26283         * gst-libs/gst/play/play.c: (gst_play_set_location),
26284         (gst_play_set_data_src), (gst_play_set_video_sink),
26285         (gst_play_set_audio_sink), (gst_play_set_visualization),
26286         (gst_play_connect_visualization), (gst_play_get_framerate):
26287           use a macro to look up elements from hash table
26288
26289 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26290
26291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26292         (gst_play_get_length_callback), (gst_play_set_location),
26293         (gst_play_seek_to_time), (gst_play_set_data_src),
26294         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26295         (gst_play_set_visualization), (gst_play_connect_visualization),
26296         (gst_play_get_sink_element):
26297         - add debugging info
26298         - fix looking up sink elements by iterating over complete caps
26299         - put everything except for source and autoplugger in a complete bin
26300
26301 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26302
26303         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26305         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26306         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26307         * ext/alsa/gstalsasink.h:
26308         - add debugging info
26309         - clean up schizophrenia of data/buffer/event
26310         - fix double event unref error
26311
26312 2004-07-08  Wim Taymans  <wim@fluendo.com>
26313
26314         * gst/playback/Makefile.am:
26315         Add headers to noinst
26316
26317 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26318
26319         * tools/gst-launch-ext-m.m:
26320         * tools/gst-launch-ext.1.in:
26321           convert to the third millenium
26322
26323 2004-07-07  David Schleef  <ds@schleef.org>
26324
26325         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26326
26327 2004-07-07  Wim Taymans  <wim@fluendo.com>
26328
26329         * gst/playback/Makefile.am:
26330         * gst/playback/README:
26331         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26332         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26333         (compare_ranks), (print_feature), (gst_decode_bin_init),
26334         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26335         (try_to_link_1), (new_pad), (close_link), (type_found),
26336         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26337         (plugin_init):
26338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26339         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26340         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26341         (gen_preroll_element), (no_more_pads), (new_stream),
26342         (setup_source), (gst_play_base_bin_set_property),
26343         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26344         (gst_play_base_bin_add_element),
26345         (gst_play_base_bin_remove_element),
26346         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26347         (gst_play_base_bin_unlink_stream),
26348         (gst_play_base_bin_get_streaminfo):
26349         * gst/playback/gstplaybasebin.h:
26350         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26351         (gst_play_bin_class_init), (gst_play_bin_init),
26352         (gst_play_bin_dispose), (gst_play_bin_set_property),
26353         (gst_play_bin_get_property), (gen_video_element),
26354         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26355         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26356         (gst_play_bin_get_formats), (gst_play_bin_convert),
26357         (gst_play_bin_get_query_types), (gst_play_bin_query),
26358         (plugin_init):
26359         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26360         (gst_stream_info_get_type), (gst_stream_info_class_init),
26361         (gst_stream_info_init), (gst_stream_info_new),
26362         (gst_stream_info_dispose), (gst_stream_info_set_property),
26363         (gst_stream_info_get_property):
26364         * gst/playback/gststreaminfo.h:
26365         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26366         (main):
26367         * gst/playback/test2.c: (main):
26368         * gst/playback/test3.c: (update_scale), (main):
26369         More playbin fixes. Added README. Do better element filtering.
26370         Added base class to preroll media. Added test apps.
26371
26372 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26373
26374         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26375         * ext/mpeg2dec/gstmpeg2dec.h:
26376           various debugging improvements.  Reset stream to next picture
26377           instead of sequence header, otherwise seeks cannot work.
26378
26379 2004-07-07  Wim Taymans  <wim@fluendo.com>
26380
26381         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26382         (gst_video_box_class_init), (gst_video_box_set_property),
26383         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26384         Use pad_alloc where possible.
26385
26386 2004-07-07  Wim Taymans  <wim@fluendo.com>
26387
26388         * sys/oss/gstosselement.c: (gst_osselement_reset),
26389         (gst_osselement_parse_caps):
26390         * sys/oss/gstosselement.h:
26391         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26392         Fix offset on osssrc.
26393
26394 2004-07-07  Wim Taymans  <wim@fluendo.com>
26395
26396         * ext/theora/theora.c: (plugin_init):
26397         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26398         (theora_dec_src_query), (theora_dec_chain):
26399         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26400         (theora_enc_sink_link), (theora_buffer_from_packet),
26401         (theora_push_packet), (theora_enc_chain):
26402         Fix theora granulepos calculation.
26403         Fix overflow in duration/position calculation.
26404         Bump rank to PRIMARY for theoradec.
26405         Use granulepos of last packet to calculate position.
26406         Set keyframe flag on buffers when needed.
26407
26408 2004-07-06  David Schleef  <ds@schleef.org>
26409
26410         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26411         serious?  (Fixed, obviously.)
26412
26413 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26414
26415         * po/LINGUAS:
26416         * po/cs.po:
26417           added Czech translation (Miloslav Trmac)
26418
26419 2004-07-05  Wim Taymans  <wim@fluendo.com>
26420
26421         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26422         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26423         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26424         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26425         (close_link), (type_found), (gst_decode_bin_set_property),
26426         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26427         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26428         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26429         (gst_decode_bin_query), (plugin_init):
26430         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26431         (gst_play_bin_class_init), (gst_play_bin_init),
26432         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26433         (get_video_element), (new_pad), (setup_source),
26434         (gst_play_bin_set_property), (gst_play_bin_get_property),
26435         (gst_play_bin_change_state), (gst_play_bin_add_element),
26436         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26437         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26438         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26439         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26440         * gst/playback/test.c: (main):
26441         More fixes, cleaned up playbin, make it use decodebin. Added
26442         threaded property to playbin.
26443
26444 2004-07-05  Wim Taymans  <wim@fluendo.com>
26445
26446         * configure.ac:
26447         * gst/playback/Makefile.am:
26448         * gst/playback/decodetest.c: (main):
26449         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26450         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26451         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26452         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26453         (close_link), (type_found), (gst_decode_bin_set_property),
26454         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26455         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26456         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26457         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26458         (plugin_init):
26459         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26460         (gst_play_bin_class_init), (gst_play_bin_init),
26461         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26462         (collect_sink_pads), (find_compatibles), (close_pad_link),
26463         (try_to_link_1), (new_pad), (close_link), (type_found),
26464         (setup_source), (gst_play_bin_set_property),
26465         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26466         (compare_ranks), (gst_play_bin_collect_factories),
26467         (gst_play_bin_change_state), (gst_play_bin_add_element),
26468         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26469         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26470         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26471         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26472         * gst/playback/test.c: (main):
26473         Added some playback helper elements and some test apps, very alpha
26474         still.
26475
26476 2004-07-04  Benjamin Otte  <otte@gnome.org>
26477
26478         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26479           only restart audio when we indeed have an xrun to fix repeated
26480           xruns. Fix suggested by Giuliano Pochini.
26481
26482 2004-07-03  David Schleef  <ds@schleef.org>
26483
26484         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26485         call to gst_debug_log() if debugging is disabled (bug #145118)
26486
26487 2004-07-03  Benjamin Otte  <otte@gnome.org>
26488
26489         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26490           use our own functions for restarting the alsa device.
26491         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26492           I should apply patches myself - use MIN for the third argument, not
26493           the second, this fixes seeking
26494
26495 2004-07-02  David Schleef  <ds@schleef.org>
26496
26497         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26498         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26499         do with the logic.
26500
26501 2004-07-02  David Schleef  <ds@schleef.org>
26502
26503         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26504         output buffers.  Fix logic mistake.  (bug #144866)
26505
26506 2004-07-02  David Schleef  <ds@schleef.org>
26507
26508         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26509         on X.  (bug #144753)
26510
26511 2004-07-02  David Schleef  <ds@schleef.org>
26512
26513         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26514         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26515         (bug #144624)
26516         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26517         (gst_osselement_rate_probe_check): Add another workaround for
26518         buggy drivers (bug #145336)
26519
26520 2004-07-02  David Schleef  <ds@schleef.org>
26521
26522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26523         Most systems don't have MSG_NOSIGNAL.
26524
26525 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26526
26527         * Makefile.am:
26528         * gst-libs/gst/colorbalance/Makefile.am:
26529         * gst-libs/gst/mixer/Makefile.am:
26530         * gst-libs/gst/play/Makefile.am:
26531         * gst-libs/gst/tuner/Makefile.am:
26532           (hopefully) fix both install and dist and make error message useful.
26533           needs testing across automakes.
26534
26535 2004-07-02  Benjamin Otte  <otte@gnome.org>
26536
26537         * ext/ogg/gstogg.c: (plugin_init):
26538           we require bytestream now
26539         * ext/ogg/gstoggdemux.c:
26540           huge diff to implement chain setup in a fast and generic way. This
26541           improves tag reading and startup of huge files (read: Theora videos)
26542           quite a bit. It probably contains bugs, too, so please test.
26543           Seeking is not improved to the fast method.
26544
26545 2004-06-29  Wim Taymans  <wim@fluendo.com>
26546
26547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26548         * ext/ogg/gstoggmux.c:
26549         Fix memleak in oggdemux when running unconnected pads.
26550         doc update in mux, start working on keyframe mode.
26551
26552 2004-06-29  Benjamin Otte  <otte@gnome.org>
26553
26554         * sys/oss/gstosssink.c:
26555         * sys/oss/gstosssrc.c:
26556           advertise correct template caps - we indeed do non-native endianness
26557           and 8bit audio has no endianness
26558         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26560           avoid (wrong) duplications in getcaps function and return
26561           template caps
26562
26563 2004-06-29  Wim Taymans  <wim@fluendo.com>
26564
26565         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26566         (gst_multifdsink_class_init), (gst_multifdsink_add),
26567         (gst_multifdsink_remove), (gst_multifdsink_clear),
26568         (gst_multifdsink_client_remove),
26569         (gst_multifdsink_handle_client_read),
26570         (gst_multifdsink_client_queue_data),
26571         (gst_multifdsink_client_queue_caps),
26572         (gst_multifdsink_client_queue_buffer),
26573         (gst_multifdsink_handle_client_write),
26574         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26575         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26576         (gst_multifdsink_init_send), (gst_multifdsink_close):
26577         Fix wrong GList iteration that could crash the server when
26578         more then 2 clients disconnect at the same time. Read all the
26579         pending commands in one batch to recover from command storms under
26580         very heavy load.
26581
26582 2004-06-28  Wim Taymans  <wim@fluendo.com>
26583
26584         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26585         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26586         (gst_videomixer_pad_set_property),
26587         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26588         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26589         (gst_videomixer_class_init), (gst_videomixer_init),
26590         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26591         (pad_zorder_compare), (gst_videomixer_sort_pads),
26592         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26593         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26594         (gst_videomixer_update_queues), (gst_videomixer_loop),
26595         (plugin_init):
26596         Avoid divide by zero, choose masterpad as the pad with the highest
26597         framerate.
26598
26599 2004-06-27  Julien Moutte  <julien@moutte.net>
26600
26601         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26602         (gst_ximagesink_xwindow_new):
26603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26604         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26605         function directly. We might want to call it from somewhere else one day.
26606
26607 2004-06-27  Julien Moutte  <julien@moutte.net>
26608
26609         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26610         (gst_ximagesink_xwindow_new):
26611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26612         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26613         window decorations.
26614
26615 2004-06-27  Wim Taymans  <wim@fluendo.com>
26616
26617         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26618         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26619         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26620         (gst_dvdec_set_property), (gst_dvdec_get_property):
26621         * ext/dv/gstdvdec.h:
26622         Implement drop_factor property to lower the framerate with
26623         a factor.
26624
26625 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26626
26627         * gst-libs/gst/colorbalance/Makefile.am:
26628         * gst-libs/gst/mixer/Makefile.am:
26629         * gst-libs/gst/play/Makefile.am:
26630         * gst-libs/gst/tuner/Makefile.am:
26631           unbreak Company's fix that didn't install the -enum.h files
26632
26633 2004-06-27  Wim Taymans  <wim@fluendo.com>
26634
26635         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26636         (gst_dvdec_change_state):
26637         * ext/dv/gstdvdec.h:
26638         Fix timestamp, duration and offset of the buffers.
26639
26640 2004-06-27  Wim Taymans  <wim@fluendo.com>
26641
26642         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26643         (gst_multifdsink_class_init), (gst_multifdsink_add),
26644         (gst_multifdsink_remove), (gst_multifdsink_clear),
26645         (gst_multifdsink_client_remove),
26646         (gst_multifdsink_handle_client_read),
26647         (gst_multifdsink_client_queue_data),
26648         (gst_multifdsink_client_queue_caps),
26649         (gst_multifdsink_client_queue_buffer),
26650         (gst_multifdsink_handle_client_write),
26651         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26652         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26653         (gst_multifdsink_init_send), (gst_multifdsink_close):
26654         * gst/tcp/gstmultifdsink.h:
26655         * gst/tcp/gsttcpserversink.c:
26656         (gst_tcpserversink_handle_server_read),
26657         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26658         More multifdsink fixes, more recovery policy fixes.
26659         Removed stupid g_print
26660
26661 2004-06-26  Wim Taymans  <wim@fluendo.com>
26662
26663         * gst/tcp/Makefile.am:
26664         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26665         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26666         (gst_multifdsink_class_init), (gst_multifdsink_init),
26667         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26668         (gst_multifdsink_handle_client_read),
26669         (gst_multifdsink_client_queue_data),
26670         (gst_multifdsink_client_queue_caps),
26671         (gst_multifdsink_client_queue_buffer),
26672         (gst_multifdsink_handle_client_write),
26673         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26674         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26675         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26676         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26677         (gst_multifdsink_close), (gst_multifdsink_change_state):
26678         * gst/tcp/gstmultifdsink.h:
26679         * gst/tcp/gsttcpplugin.c: (plugin_init):
26680         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26681         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26682         (gst_tcpserversink_handle_server_read),
26683         (gst_tcpserversink_handle_select),
26684         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26685         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26686         * gst/tcp/gsttcpserversink.h:
26687         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26688         one of the locks, added recovery policy to multifdsink.
26689
26690 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26691
26692         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26693           fix decision for when getting frames with same timestamp
26694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26695         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26696         (gst_v4lsrc_get_property):
26697         * sys/v4l/gstv4lsrc.h:
26698           add latency offset property
26699
26700 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26701
26702         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26703         (plugin_init):
26704           fix debugging. add category.
26705
26706 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26707
26708         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26709           fix wrong offsets
26710
26711 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26712
26713         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26714         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26715         (gst_alsa_src_change_state):
26716           return a time that is in sync with the element's processing
26717
26718 2004-06-25  Wim Taymans  <wim@fluendo.com>
26719
26720         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26721         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26722         (gst_tcpserversink_client_remove),
26723         (gst_tcpserversink_handle_client_read),
26724         (gst_tcpserversink_client_queue_data),
26725         (gst_tcpserversink_client_queue_caps),
26726         (gst_tcpserversink_client_queue_buffer),
26727         (gst_tcpserversink_handle_client_write),
26728         (gst_tcpserversink_queue_buffer),
26729         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26730         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26731         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26732         (gst_tcpserversink_close):
26733         * gst/tcp/gsttcpserversink.h:
26734         Serversink rewrite. Really do non blocking writes to clients and
26735         maintain an internal queue to handle slower clients while not
26736         disturbing fast clients.
26737
26738 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26739
26740         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26741           better debug, don't override OFFSET and OFFSET_END
26742
26743 2004-06-25  Iain <iain@prettypeople.org>
26744
26745         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26746         name=source for the wavparse pipeline.
26747
26748 2004-06-24  Johan Dahlin  <johan@gnome.org>
26749
26750         * ext/theora/theoraenc.c (theora_enc_chain): Call
26751         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26752         streamheader caps are set correctly.
26753
26754 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26755
26756         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26757         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26758           respect minimum bitrate; same could be done for max bitrate
26759
26760 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26761
26762         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26763         (gst_vorbisenc_setup):
26764           fix sample rate range
26765
26766 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26767
26768         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26769         (gst_oggvorbisenc_setup):
26770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26771         (gst_vorbisenc_setup):
26772           resolve ambiguities in code and description
26773
26774 2004-06-24  Wim Taymans  <wim@fluendo.com>
26775
26776         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26777         * ext/alsa/gstalsa.h:
26778         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26779         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26780         Use alsa trigger_tstamp to get the timestamp of the first
26781         sample in the buffer for more precise sync. Some cleanups.
26782
26783 2004-06-24  Wim Taymans  <wim@fluendo.com>
26784
26785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26786         (gst_audiorate_init), (gst_audiorate_chain),
26787         (gst_audiorate_set_property), (gst_audiorate_get_property):
26788         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26789         (gst_videorate_chain):
26790         Added some logging, fixed an overflow bug in videorate.
26791
26792 2004-06-24  Benjamin Otte  <otte@gnome.org>
26793
26794         * ext/kio/Makefile.am:
26795           fix for builddir != srcdir and distcheck
26796
26797 2004-06-24  Benjamin Otte  <otte@gnome.org>
26798
26799         * gst-libs/gst/colorbalance/Makefile.am:
26800         * gst-libs/gst/mixer/Makefile.am:
26801         * gst-libs/gst/play/Makefile.am:
26802         * gst-libs/gst/tuner/Makefile.am:
26803         * gst/tcp/Makefile.am:
26804         * sys/dxr3/Makefile.am:
26805           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26806           tarball.
26807           Also add all *.list files that were missing.
26808         * Makefile.am:
26809           add a distcheck hook to ensure the above doesn't happen again.
26810
26811 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26812
26813         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26814
26815 2004-06-23  Colin Walters  <walters@redhat.com>
26816
26817         * m4/Makefile.am: Distribute gst-fionread.m4.
26818
26819 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26820
26821         * configure.ac: back to dev
26822
26823 2004-06-23  Wim Taymans  <wim@fluendo.com>
26824
26825         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26826         (gst_alsa_xrun_recovery):
26827         * ext/alsa/gstalsa.h:
26828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26829         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26830         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26831         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26832         (gst_alsa_src_loop):
26833         Add clock to alsasrc. Take new capture timestamp when
26834         restarting after an overrun. Split up some functions between
26835         alsasrc and alsasink.
26836
26837 === release 0.8.2 ===
26838
26839 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26840
26841         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26842         (gst_alsa_change_state), (gst_alsa_update_avail),
26843         (gst_alsa_xrun_recovery):
26844         * ext/alsa/gstalsa.h:
26845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26846           merge back changes from release
26847
26848 2004-06-23  Wim Taymans  <wim@fluendo.com>
26849
26850         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26851         (gst_audiorate_init), (gst_audiorate_chain),
26852         (gst_audiorate_set_property), (gst_audiorate_get_property):
26853         Implement sample dropping and notify
26854
26855 2004-06-22  Wim Taymans  <wim@fluendo.com>
26856
26857         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26858         (theora_enc_sink_link), (theora_buffer_from_packet),
26859         (theora_push_packet), (theora_enc_chain):
26860         Some cleanups, make sure the timestamps are correct.
26861
26862 2004-06-22  Wim Taymans  <wim@fluendo.com>
26863
26864         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26865         (gst_alsa_change_state), (gst_alsa_update_avail),
26866         (gst_alsa_xrun_recovery):
26867         * ext/alsa/gstalsa.h:
26868         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26869         Cleanups, take queued samples into account when reporting
26870         the time.
26871
26872 2004-06-22  Wim Taymans  <wim@fluendo.com>
26873
26874         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26875         (gst_videorate_init):
26876         Initialize the property as well.
26877
26878 2004-06-22  Wim Taymans  <wim@fluendo.com>
26879
26880         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26881         (gst_videorate_init), (gst_videorate_chain),
26882         (gst_videorate_set_property), (gst_videorate_get_property):
26883         Add property to make videorate silent.
26884         Add property to prefer new frames over old ones.
26885
26886 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26887
26888         * sys/osxvideo/Makefile.am:
26889         Workaround so that the osxvideo .so file gets linked with the
26890         Cocoa, OpenGL and QuickTime frameworks
26891
26892 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26893
26894         * sys/osxaudio/Makefile.am:
26895         Workaround so that the osxaudio .so file gets linked with the
26896         CoreAudio framework
26897
26898 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26899
26900         * configure.ac:
26901         Whoops, my fault...fixed build issues
26902
26903 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26904
26905         * configure.ac:
26906         Add objective-c support if running in Darwin/Mac OS X
26907         * sys/Makefile.am:
26908         * sys/osxvideo:
26909         * sys/osxvideo/Makefile.am:
26910         * sys/osxvideo/osxvideosink.h:
26911         * sys/osxvideo/osxvideosink.m:
26912         * sys/osxvideo/cocoawindow.h:
26913         * sys/osxvideo/cocoawindow.m:
26914         Add osxvideosink, a cocoa-based osx video sink
26915
26916
26917 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26918         * ext/dvdnav/gst-dvd:
26919         Grab the gconf key from the right spot
26920         * gst/debug/gstnavseek.c: (gst_navseek_init),
26921         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26922         (gst_navseek_chain):
26923         * gst/debug/gstnavseek.h:
26924           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26925           and loop parameters of a segment seek.
26926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26927         (gst_videotestsrc_get_event_masks),
26928         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26929         * gst/videotestsrc/gstvideotestsrc.h:
26930           Add seeking support to videotestsrc
26931           Initialise the timestamp_offset variable.
26932
26933 2004-06-18  Wim Taymans  <wim@fluendo.com>
26934
26935         * ext/sidplay/gstsiddec.cc:
26936         Fix negotiation and set correct end offset.
26937
26938 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * configure.ac: branch and prerelease
26941
26942 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26943
26944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26945         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26946         (gst_tcpclientsrc_init_receive):
26947         * gst/tcp/gsttcpclientsrc.h:
26948           read caps when connecting to server for GDP so we set them correctly
26949
26950 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26951
26952         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26953           notify drops and duplicates
26954         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26955           no good reason to limit ourselves to 100x100
26956
26957 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26958
26959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26960         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26961         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26962         (gst_v4lsrc_get_property):
26963         * sys/v4l/gstv4lsrc.h:
26964         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26965         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26966         (gst_v4l_set_audio):
26967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26968         (gst_v4lsrc_try_capture):
26969         * sys/v4l/v4lsrc_calls.h:
26970           change try_palette to more general try_capture
26971           add autoprobe option so we can turn off autoprobing
26972           various fixes
26973
26974 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26975
26976         * configure.ac:
26977           add videorate
26978         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26979         (gst_ximagesink_class_init):
26980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26981         (gst_xvimagesink_class_init):
26982           run them as finalize, not dispose, since dispose can be invoked
26983           multiple times
26984
26985 2004-06-17  Wim Taymans  <wim@fluendo.com>
26986
26987         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26988         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26989         * ext/alsa/gstalsa.h:
26990         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26992         (gst_alsa_src_change_state):
26993         * ext/alsa/gstalsasrc.h:
26994         Make the xrun code timestamp and offset the buffers correctly.
26995         moved the clock to the base class, use alsa methods to get time.
26996         Do correct timestamping on outgoing buffers.
26997
26998 2004-06-17  Wim Taymans  <wim@fluendo.com>
26999
27000         * gst/audiorate/Makefile.am:
27001         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27002         (gst_audiorate_base_init), (gst_audiorate_class_init),
27003         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27004         (gst_audiorate_set_property), (gst_audiorate_get_property),
27005         (gst_audiorate_change_state), (plugin_init):
27006         Added an audiorate converter that fills in gaps.
27007
27008 2004-06-17  Johan Dahlin  <johan@gnome.org>
27009
27010         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27011
27012 2004-06-16  Wim Taymans  <wim@fluendo.com>
27013
27014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27016         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27017         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27018         (gst_v4lsrc_get_property):
27019         * sys/v4l/gstv4lsrc.h:
27020         Added a copy mode to v4lsrc where it will output a copied version
27021         of its internal hardware buffer.
27022         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27023         can't | them.
27024
27025 2004-06-16  Wim Taymans  <wim@fluendo.com>
27026
27027         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27028         Timestamp fixes.
27029
27030 2004-06-16  Wim Taymans  <wim@fluendo.com>
27031
27032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27033         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27034         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27035         (gst_v4lsrc_get_property):
27036         * sys/v4l/gstv4lsrc.h:
27037         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27038         Added a sync mode enum property to control v4lsrc timestamp method
27039         Removed the use-fixed-fps property and moved functionality in
27040         the enum.
27041         Don't error on an error value from v4l-conf, it might not always
27042         be a real error.
27043
27044 2004-06-16  Wim Taymans  <wim@fluendo.com>
27045
27046         * gst/videorate/Makefile.am:
27047         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27048         (gst_videorate_base_init), (gst_videorate_class_init),
27049         (gst_videorate_getcaps), (gst_videorate_link),
27050         (gst_videorate_init), (gst_videorate_chain),
27051         (gst_videorate_set_property), (gst_videorate_get_property),
27052         (gst_videorate_change_state), (plugin_init):
27053         Added a video timestamp corrector.
27054
27055 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27056
27057         fixed a potential leak with previous commit
27058
27059         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27060
27061 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27062
27063         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27064         Added missing refcount, fixes bug #144425
27065         Cheers Tim for finding the bug
27066
27067 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * sys/v4l/gstv4l.c: (plugin_init):
27070         * sys/v4l/gstv4lcolorbalance.c:
27071         * sys/v4l/gstv4lcolorbalance.h:
27072         * sys/v4l/gstv4lelement.c:
27073         * sys/v4l/gstv4lelement.h:
27074         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27075         * sys/v4l/gstv4lmjpegsink.h:
27076         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27077         * sys/v4l/gstv4lmjpegsrc.h:
27078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27079         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27080         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27081         * sys/v4l/gstv4lsrc.h:
27082         * sys/v4l/gstv4ltuner.c:
27083         * sys/v4l/gstv4ltuner.h:
27084         * sys/v4l/gstv4lxoverlay.c:
27085         * sys/v4l/gstv4lxoverlay.h:
27086         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27087         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27088         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27089         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27090         (gst_v4l_set_audio):
27091         * sys/v4l/v4l_calls.h:
27092         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27093         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27094         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27095         (gst_v4lmjpegsink_playback_init),
27096         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27097         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27098         (gst_v4lmjpegsink_playback_stop),
27099         (gst_v4lmjpegsink_playback_deinit):
27100         * sys/v4l/v4lmjpegsink_calls.h:
27101         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27102         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27103         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27104         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27105         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27106         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27107         * sys/v4l/v4lmjpegsrc_calls.h:
27108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27109         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27110         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27111         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27112         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27113         (gst_v4lsrc_try_palette):
27114         * sys/v4l/v4lsrc_calls.h:
27115           bunch of paranoia cleanups
27116
27117 2004-06-14  David Schleef  <ds@schleef.org>
27118
27119         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27120         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27121         Send discont events and change timestamps appropriately when
27122         we get a seek event.  (bug #144240)
27123         * ext/cdparanoia/gstcdparanoia.h:
27124
27125 2004-06-14  Benjamin Otte  <otte@gnome.org>
27126
27127         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27128           snd_pcm_hw_params_set_rate  since the latter fails for no good
27129           reason on some setups.
27130
27131 2004-06-14  David Schleef  <ds@schleef.org>
27132
27133         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27134         standard.  Thank you for playing.
27135
27136 2004-06-14  Wim Taymans  <wim@fluendo.com>
27137
27138         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27139         Patch 1.3 broke the ordering of the colorspace info and
27140         made the plugin basically work by coincidence, reordered
27141         the info.
27142
27143 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27144
27145         * ext/lame/gstlame.c:
27146         * ext/mad/gstmad.c:
27147           sync caps.  Make sure mad can only output a list of rates, not
27148           a full range.  In the future, have three caps lists for each of the
27149           mpeg versions.  Change mpegversion to a double as well.
27150
27151 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27152
27153         * gst/volume/.cvsignore:
27154         * gst/volume/Makefile.am:
27155         * gst/volume/demo.c: (value_changed_callback), (idler),
27156         (setup_gui), (main):
27157           added small demo app
27158
27159 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27160         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27161         * ext/esd/esdsink.h:
27162         Close the esd connection on pause, because esd will just wait -
27163         blocking all other esd clients indefinitely.
27164
27165 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27166
27167         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27168           previous commit with GST_DEBUG
27169
27170 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * configure.ac:
27173           add a header check for a dvdread header in dvdnav.  Fixes #133002
27174
27175 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27176
27177         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27178         * gst/tcp/gsttcpclientsink.h:
27179         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27180         * gst/tcp/gsttcpclientsrc.h:
27181         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27182         (gst_tcpserversink_handle_server_read),
27183         (gst_tcpserversink_init_send):
27184         * gst/tcp/gsttcpserversink.h:
27185         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27186         * gst/tcp/gsttcpserversrc.h:
27187         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27188         version of IP)
27189
27190 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27191
27192         * configure.ac:
27193         Added ogg library so that OSX detects libtheora properly
27194
27195 2004-06-11  Wim Taymans  <wim@fluendo.com>
27196
27197         * ext/theora/theoradec.c: (theora_dec_chain),
27198         (theora_dec_change_state):
27199         Don't try to decode frames before we received a keyframe.
27200
27201 2004-06-11  Wim Taymans  <wim@fluendo.com>
27202
27203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27204         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27205         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27206         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27207         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27208         Added property to set the maximum delay of a page.
27209
27210 2004-06-10  Wim Taymans  <wim@fluendo.com>
27211
27212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27213         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27214         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27215         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27216         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27217         Added max-delay property to control the maximum amount
27218         of data to put in one page.
27219
27220 2004-06-10  Wim Taymans  <wim@fluendo.com>
27221
27222         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27223         (gst_theora_enc_init), (theora_enc_sink_link),
27224         (theora_buffer_from_packet), (theora_enc_set_property),
27225         (theora_enc_get_property):
27226         Set duration on encoded buffer, added some more properties
27227
27228 2004-06-10  Wim Taymans  <wim@fluendo.com>
27229
27230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27231         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27232         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27233         * ext/theora/theoraenc.c: (theora_enc_chain):
27234         Fix refcounting bugs
27235
27236 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27239         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27240         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27241         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27242         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27243         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27244         (gst_asf_demux_change_state):
27245         * gst/asfdemux/gstasfdemux.h:
27246           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27247           feels like. I think we should set a new requirement for demuxers
27248           from now on to implement sane loop functions, data loops, query
27249           and seek functions before first commit into CVS. And this commit
27250           fixes all of the above.
27251
27252 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27253
27254         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27255           vorbis comments are properly encoded in UTF-8 before adding them
27256           to a GstTagList
27257
27258 2004-06-09  Benjamin Otte  <otte@gnome.org>
27259
27260         * ext/alsa/gstalsa.c: (add_channels):
27261           handle min <= max correctly
27262         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27263         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27264           add fixation functions so we fixate correctly. No preferring of alaw
27265           anymore because it's the first structure.
27266         * ext/alsa/gstalsa.h:
27267         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27268         (gst_alsa_hw_params_dump):
27269           add functions to ease debugging in alsalib
27270         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27271         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27272         (gst_alsa_start_audio):
27273           only specify hw params if we really setup a format (fixes #134007 -
27274           or at least works around it)
27275
27276 2004-06-09  Wim Taymans  <wim@fluendo.com>
27277
27278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27279         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27280         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27281         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27282         (gst_ogg_mux_loop):
27283         Use stream caps to setup the initial pages in the ogg stream.
27284         Correctly set the streamheader caps on the srcpad.
27285
27286 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27287
27288         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27289         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27290         (gst_v4lsrc_getcaps):
27291         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27292         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27293           add querying of fps lists for webcams.  Negotiating to a framerate
27294           now works.
27295
27296 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27297
27298         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27299         (theora_push_buffer), (theora_push_packet),
27300         (theora_set_header_on_caps), (theora_enc_chain):
27301           mark buffers and put on streamheader, raw theora streaming
27302           now works too, whee
27303
27304 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27305
27306         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27307         (gst_tcp_gdp_read_caps):
27308           do a looping read for caps and GDP headers too
27309
27310 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27311
27312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27313         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27314           return EOS instead of NULL in _get
27315
27316 2004-06-08  Wim Taymans  <wim@fluendo.com>
27317
27318         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27319         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27320         (gst_tcp_gdp_write_caps):
27321         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27322         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27323         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27324         Memory leak fixes
27325
27326 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27327
27328         * ext/vorbis/Makefile.am:
27329         * ext/vorbis/vorbis.c: (plugin_init):
27330         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27331         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27332         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27333         (vorbis_parse_change_state):
27334         * ext/vorbis/vorbisparse.h:
27335           adding a vorbisparse element that marks the buffers, streaming
27336           raw vorbis using GDP now works, whee
27337
27338 2004-06-08  Wim Taymans  <wim@fluendo.com>
27339
27340         * ext/jpeg/Makefile.am:
27341         * ext/jpeg/README:
27342         * ext/jpeg/gstjpeg.c: (plugin_init):
27343         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27344         (gst_smokedec_base_init), (gst_smokedec_class_init),
27345         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27346         * ext/jpeg/gstsmokedec.h:
27347         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27348         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27349         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27350         (gst_smokeenc_resync), (gst_smokeenc_chain),
27351         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27352         * ext/jpeg/gstsmokeenc.h:
27353         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27354         (smokecodec_flush_destination), (smokecodec_term_destination),
27355         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27356         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27357         (smokecodec_term_source), (smokecodec_encode_new),
27358         (smokecodec_decode_new), (smokecodec_info_free),
27359         (smokecodec_set_quality), (smokecodec_get_quality),
27360         (smokecodec_set_threshold), (smokecodec_get_threshold),
27361         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27362         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27363         (smokecodec_parse_header), (smokecodec_decode):
27364         * ext/jpeg/smokecodec.h:
27365         Added a new simple jpeg based codec
27366
27367 2004-06-08  Wim Taymans  <wim@fluendo.com>
27368
27369         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27370         (gst_multipart_mux_loop):
27371         Fix memory leak
27372
27373 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27376         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27377         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27378         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27379         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27380         * gst/tcp/gsttcpserversink.h:
27381           take streamheader into account
27382
27383 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27384
27385         * gst/level/Makefile.am:
27386         * gst/level/gstlevel.c: (gst_level_class_init):
27387           clean up marshal generation
27388
27389 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * gst/tcp/Makefile.am:
27392         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27393         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27394         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27395         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27396         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27397         (gst_tcpclientsrc_get_property):
27398         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27399         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27400         (gst_tcpserversink_handle_client_read),
27401         (gst_tcpserversink_handle_client_write),
27402         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27403         * gst/tcp/gsttcpserversink.h:
27404           add signals client-added and client-removed
27405         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27406         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27407         (gst_tcpserversrc_get_property):
27408         uniformized, change default protocol to NONE
27409         * gst/tcp/gsttcp-marshal.list: added
27410 2004-06-07  Benjamin Otte  <otte@gnome.org>
27411
27412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27413           handle discont events if they happen before caps nego
27414
27415 2004-06-07  Wim Taymans  <wim@fluendo.com>
27416
27417         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27418         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27419         (gst_multipart_demux_plugin_init):
27420         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27421         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27422         (gst_multipart_mux_change_state):
27423         Small updates, fix a memleak
27424
27425 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27426
27427         * configure.ac: OSS portability
27428         * ext/arts/gst_arts.c: idem
27429         * sys/oss/gstosselement.c: idem
27430         * sys/oss/gstossmixer.c: idem
27431         * sys/oss/gstosssink.c: idem
27432         * sys/oss/gstosssrc.c: idem
27433         * sys/oss/oss_probe.c: idem
27434           - check for soundcard.h in different places for some BSD
27435
27436 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27437
27438         * AUTHORS:
27439         Add me to the authors file
27440         * configure.ac:
27441         Increase the libdv requirement to >= version 0.100
27442         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27443         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27444         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27445         * ext/dv/gstdvdec.h:
27446         Add support for the new_media flag when sending DISCONT events
27447         Make the querying work when video pad is not linked
27448
27449 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27450
27451         reviewed by Benjamin Otte  <otte@gnome.org>
27452
27453         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27454           create a NULL-initialized array of pads, so we don't think they
27455           exist already. (fixes #143130)
27456
27457 2004-06-07  Benjamin Otte  <otte@gnome.org>
27458
27459         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27460         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27461         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27462           don't use // coments
27463
27464 2004-06-07  Benjamin Otte  <otte@gnome.org>
27465
27466         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27467           cast to GstClockTime to get higher granularity
27468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27469           use gst_element_set_time_delay to get the exact time
27470         * ext/mad/gstmad.c: (gst_mad_chain):
27471           use the negotiated rate instead of the current frame's rate which
27472           might be wrong because of bit errors. This avoids emitting totally
27473           bogus timestamps and screwing sync.
27474         (fixes #143454)
27475
27476 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27477
27478         reviewed by Benjamin Otte  <otte@gnome.org>
27479
27480         * gst/adder/gstadder.c: (gst_adder_loop):
27481           properly error out when no negotiation has happened yet. (fixes
27482           #143032)
27483
27484 2004-06-06  Benjamin Otte  <otte@gnome.org>
27485
27486         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27487           forward correctly transformed offset in discont events. Based on
27488           patch by Arwed v. Merkatz. (fixes #142851)
27489
27490 2004-06-06  David Schleef  <ds@schleef.org>
27491
27492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27493         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27494         problems on several systems.
27495
27496 2004-06-06  Benjamin Otte  <otte@gnome.org>
27497
27498         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27499           use explicit caps on the srcpad
27500         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27501           properly error out if caps couldn't be set (fixes #142764)
27502
27503 2004-06-06  Benjamin Otte  <otte@gnome.org>
27504
27505         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27506         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27507         (gst_alsa_start_audio):
27508           - don't call set_periods_integer anymore, it breaks the
27509           configuration randomly
27510           - call snd_pcm_hw_params_set_access directly instead of using masks
27511           - don't fail if the sw_params can't be set, just use the default
27512           params and hope it works. Alsalib has weird issues when you touch
27513           sw_params and does no proper error reporting about what failed.
27514         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27515         (gst_alsa_close_audio):
27516           make our alsa debugging go via gst debugging and not conditionally
27517           defined
27518         * ext/alsa/gstalsa.h:
27519           add ALSA_DEBUG_FLUSH macro
27520         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27521         (plugin_init):
27522           wrap alsa errors to be printed via the gst debugging system and not
27523           spammed to stderr
27524
27525 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27528         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27529         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27530         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27531         (qtdemux_parse_trak):
27532         * gst/qtdemux/qtdemux.h:
27533           Bitch. Also known as seeking, querying & co.
27534         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27535         (gst_osssink_change_state):
27536         * sys/oss/gstosssink.h:
27537           Resyncing is for weenies, this hack is no longer needed and was
27538           broken anyway (since it - unintendedly - always leaves resync to
27539           TRUE).
27540
27541 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27542
27543         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27544         * gst/tcp/gsttcpclientsrc.h: idem
27545           - define MSG_NOSIGNAL if not done
27546           - include unistd.h for off_t
27547           (fixes #143749)
27548
27549 2004-06-05  Benjamin Otte  <otte@gnome.org>
27550
27551         * configure.ac:
27552         * ext/kio/Makefile.am:
27553           check for qt's moc preprocessor explicitly and use it
27554
27555 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27556
27557         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27558           don't get a signal for EPIPE on socket writes
27559           (somebody check if this works on other platforms)
27560
27561 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27562
27563         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27564         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27565           check error condition on available samples correctly
27566
27567 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27570           avoid a segfault
27571         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27572         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27574         (gst_tcpserversrc_gdp_read_header):
27575          use ssize_t over size_t since the former is signed and thus the
27576          check for error codes can work
27577
27578 2004-06-02  Wim Taymans  <wim@fluendo.com>
27579
27580         reviewed by: Johan
27581
27582         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27583         (gst_multipart_mux_loop):
27584         Oops
27585
27586 2004-06-02  Wim Taymans  <wim@fluendo.com>
27587
27588         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27589         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27590         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27591         (gst_multipart_mux_change_state):
27592         Added configurable boundary specifier, added the value as a
27593         caps field as well.
27594
27595 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27596
27597         * gst/tcp/gsttcp.c:
27598         * gst/tcp/gsttcpclientsrc.c:
27599         * gst/tcp/gsttcpclientsrc.h:
27600         * gst/tcp/gsttcpserversrc.c:
27601           - portability fix, to compile on OSX
27602             (fixes #143146)
27603
27604         * sys/osxaudio/gstosxaudioelement.c:
27605         * sys/osxaudio/gstosxaudiosink.c:
27606         * sys/osxaudio/gstosxaudiosrc.c:
27607           - compilation warnings on OSX
27608             (fixes #143153)
27609
27610 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27611
27612         * ext/vorbis/vorbisdec.c : sign warning fixes
27613
27614         * gst-libs/gst/mixer/mixertrack.c :
27615           do no use defines which are glib 2.4 specific
27616
27617 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27618
27619         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27620           buffer since libflac doesn't expect it (reports a sync error when
27621           it encounters that)
27622
27623
27624 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27625
27626         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27627         * gst-libs/gst/mixer/mixertrack.c:
27628         (gst_mixer_track_get_property), (get_mixer_track_init),
27629         (get_mixer_track_get_property): Added property accessors
27630         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27631         * gst-libs/gst/mixer/mixeroptions.c:
27632         (gst_mixer_options_get_values): Added
27633         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27634         * gst-libs/gst/mixer/mixer.c: Fixed comment
27635
27636
27637 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27638
27639         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27640           improve error messages on open
27641
27642
27643 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27644
27645         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27646           check if v4l-conf is in path
27647
27648 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27651           change assert to a more readable error message
27652
27653 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27654
27655         * gst-libs/gst/tuner/tunerchannel.h:
27656           - add a freq_multiplicator field to make the conversion
27657             between internal frequency unit and Hz
27658         * sys/v4l/gstv4lelement.c:
27659         * sys/v4l2/gstv4l2element.c:
27660           - change default video device to /dev/video0
27661         * sys/v4l/v4l_calls.c:
27662         * sys/v4l2/v4l2_calls.c:
27663           - we only expose frequency to the user in Hz instead of
27664             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27665
27666 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27667         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27668           Initialise b_o_s and e_o_s variables
27669         * gst-libs/gst/riff/riff-media.c:
27670         (gst_riff_create_video_caps_with_data):
27671           Add some unusual fourcc's from mplayer avi's
27672         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27673           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27674           autoplugging.
27675
27676 2004-05-28  Wim Taymans  <wim@fluendo.com>
27677
27678         * configure.ac:
27679         * gst/alpha/Makefile.am:
27680         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27681         (gst_alpha_get_type), (gst_alpha_base_init),
27682         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27683         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27684         (gst_alpha_chroma_key), (gst_alpha_chain),
27685         (gst_alpha_change_state), (plugin_init):
27686         A plugin to add an alpha channel to I420 video. Can optionally do
27687         chroma keying.
27688         * gst/multipart/Makefile.am:
27689         * gst/multipart/multipart.c: (plugin_init):
27690         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27691         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27692         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27693         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27694         (gst_multipart_demux_change_state),
27695         (gst_multipart_demux_plugin_init):
27696         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27697         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27698         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27699         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27700         (gst_multipart_mux_pad_unlink),
27701         (gst_multipart_mux_request_new_pad),
27702         (gst_multipart_mux_handle_src_event),
27703         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27704         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27705         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27706         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27707         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27708         send multipart jpeg images to a browser.
27709         * gst/videobox/Makefile.am:
27710         * gst/videobox/README:
27711         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27712         (gst_video_box_get_type), (gst_video_box_base_init),
27713         (gst_video_box_class_init), (gst_video_box_init),
27714         (gst_video_box_set_property), (gst_video_box_get_property),
27715         (gst_video_box_sink_link), (gst_video_box_i420),
27716         (gst_video_box_ayuv), (gst_video_box_chain),
27717         (gst_video_box_change_state), (plugin_init):
27718         Crops or adds borders around an image. can do alpha channel
27719         borders as well.
27720         * gst/videomixer/Makefile.am:
27721         * gst/videomixer/README:
27722         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27723         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27724         (gst_videomixer_pad_get_sink_event_masks),
27725         (gst_videomixer_pad_get_property),
27726         (gst_videomixer_pad_set_property),
27727         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27728         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27729         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27730         (gst_videomixer_base_init), (gst_videomixer_class_init),
27731         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27732         (gst_videomixer_handle_src_event),
27733         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27734         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27735         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27736         (gst_videomixer_loop), (gst_videomixer_get_property),
27737         (gst_videomixer_set_property), (gst_videomixer_change_state),
27738         (plugin_init):
27739         Generic video mixer plugin, can handle multiple inputs all with
27740         different framerates and video sizes. Is fully alpha channel
27741         aware.
27742
27743 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27746           Select first track as master track. Not sure how else to handle
27747           that...
27748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27749           Discard discont events. Should fix #142962.
27750
27751 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * ext/alsa/Makefile.am:
27754         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27755         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27756         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27757         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27758         (gst_alsa_mixer_get_option):
27759         * ext/alsa/gstalsamixer.h:
27760         * ext/alsa/gstalsamixeroptions.c:
27761         (gst_alsa_mixer_options_get_type),
27762         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27763         (gst_alsa_mixer_options_new):
27764         * ext/alsa/gstalsamixeroptions.h:
27765         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27766         * ext/alsa/gstalsamixertrack.h:
27767           Add enumerations (as GstMixerOptions). Make correct distinction
27768           between input/output tracks. Add capture/playback private flag.
27769           Use flag to decide on whether to set capture or playback volumes
27770           or switches. Use playback and record switches.
27771         * gst-libs/gst/mixer/Makefile.am:
27772         * gst-libs/gst/mixer/mixer-marshal.list:
27773         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27774         (gst_mixer_set_option), (gst_mixer_get_option),
27775         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27776         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27777         * gst-libs/gst/mixer/mixer.h:
27778         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27779         (gst_mixer_options_class_init), (gst_mixer_options_init),
27780         (gst_mixer_options_dispose):
27781         * gst-libs/gst/mixer/mixeroptions.h:
27782           Add GstMixerOptions.
27783         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27784           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27785           broken device detection on computers with multiple OSS sound
27786           cards.
27787
27788 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27789
27790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27791           fixate nicely even when the peer is not negotiating
27792
27793 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27794
27795         * gst/audioconvert/gstaudioconvert.c:
27796         (gst_audio_convert_parse_caps):
27797           make sure we don't allow depth > width
27798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27799           fixate endianness to G_BYTE_ORDER as default
27800         * gst/audioscale/gstaudioscale.c:
27801           we don't handle another endianness as host-endianness
27802
27803 2004-05-25  David Schleef  <ds@schleef.org>
27804
27805         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27806
27807 2004-05-24  Benjamin Otte  <otte@gnome.org>
27808
27809         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27810         (gst_oggvorbisenc_setup):
27811           properly fail when we can't setup the vorbis encoder due to
27812           unsupported settings
27813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27814         (gst_vorbisenc_setup):
27815           same
27816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27817           fix case where warnings occured when one pad was unlinked while the
27818           other's link function was called
27819
27820 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         * gst/tcp/Makefile.am:
27823           use GST_ENABLE_NEW
27824
27825 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27826
27827         * gst-libs/gst/resample/private.h:
27828           don't use optimizations that are #if 0'ed
27829
27830 2004-05-24  Wim Taymans  <wim@fluendo.com>
27831
27832         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27833         Fix potential division by zero error and hopefully get
27834         the position query right to get correct timestamps on avi
27835         audio.
27836
27837 2004-05-24  Wim Taymans  <wim@fluendo.com>
27838
27839         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27840         (gst_videoscale_scale_nearest_str2),
27841         (gst_videoscale_scale_nearest_str4),
27842         (gst_videoscale_scale_nearest_32bit),
27843         (gst_videoscale_scale_nearest_24bit),
27844         (gst_videoscale_scale_nearest_16bit):
27845         Fix the scaling algorithm and avoid a buffer overflow.
27846         removed the while loop in the scaling function as it
27847         was used for point sampling only.
27848
27849 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27850
27851         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27852         (gst_id3_tag_class_init), (gst_id3_tag_init),
27853         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27854         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27855         (gst_id3_tag_send_tag_event):
27856           lots of fixes to make id3mux work and id3demux work correctly
27857
27858 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27859
27860         * ext/Makefile.am:
27861           add rules to build shout2send (was removed by accident
27862           when this module was no more marked experimental/broken)
27863
27864 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27865
27866         * ext/shout2/gstshout2.c:
27867         * ext/shout2/gstshout2.h:
27868           adding a "connection problem" signal to shout2send
27869           (fixes #142954)
27870
27871 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27872
27873         * ext/kio/kioreceiver.cpp:
27874         * ext/kio/kioreceiver.h:
27875           fix sign comparison issues
27876
27877 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27878
27879         * gst/cdxaparse/gstcdxaparse.c:
27880         * gst/cdxaparse/gstcdxaparse.h:
27881           some renaming
27882           add some checks/sanity
27883           prepare for seek addition
27884
27885         * sys/sunaudio/gstsunaudio.c:
27886           remove exported dupe init function
27887
27888 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27889
27890         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27891         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27892           Fix format conversion and position querying.
27893         * gst/debug/progressreport.c: (gst_progressreport_report):
27894           Don't output a bogus total value that we didn't query.
27895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27896           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27897           only a blank window after xine has been used.
27898
27899 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27900
27901         * m4/as-arts.m4:
27902           sync with upstream version to fix test on FC2
27903           readd with -ko to preserve Id header
27904
27905 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27906
27907         * configure.ac:
27908           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27909         * gst/tcp/gsttcpclientsrc.c: idem
27910         * gst/tcp/gsttcpserversink.c: idem
27911         * gst/tcp/gsttcpserversrc.c: idem
27912         * m4/gst-fionread.m4: idem
27913
27914         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27915
27916         * configure.ac: enable speex plugin for speex 1.1.5+
27917         * ext/speex/gstspeexenc.c: fix cast warning
27918
27919         * ext/esd/README: fix typo
27920
27921 2004-05-20  David Schleef  <ds@schleef.org>
27922
27923         * configure.ac: Minor cosmetic change to convince the buildbot to
27924         reautogen.
27925         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27926         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27927         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27928         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27929         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27930         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27931         More hacking.  Plays audio now.
27932
27933 2004-05-20  David Schleef  <ds@schleef.org>
27934
27935         * configure.ac:
27936         * sys/Makefile.am:
27937
27938 2004-05-20  David Schleef  <ds@schleef.org>
27939
27940         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27941         * sys/osxaudio/gstosxaudio.c:
27942         * sys/osxaudio/gstosxaudioelement.c:
27943         * sys/osxaudio/gstosxaudioelement.h:
27944         * sys/osxaudio/gstosxaudiosink.c:
27945         * sys/osxaudio/gstosxaudiosink.h:
27946         * sys/osxaudio/gstosxaudiosrc.c:
27947         * sys/osxaudio/gstosxaudiosrc.h:
27948
27949 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27950
27951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27952         (gst_vorbisenc_chain):
27953           put the codec headers on the caps as streamheader as well as
27954           pushing them out
27955
27956 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27959         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27960         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27961         split up push_packet into two functions
27962
27963 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27964
27965         * gst/tcp/.cvsignore:
27966           ignore enums
27967         * gst/tcp/Makefile.am:
27968         * gst/tcp/README:
27969         * gst/tcp/gsttcp.c:
27970         * gst/tcp/gsttcp.h:
27971         * gst/tcp/gsttcpclientsink.c:
27972         * gst/tcp/gsttcpclientsink.h:
27973         * gst/tcp/gsttcpclientsrc.c:
27974         * gst/tcp/gsttcpclientsrc.h:
27975         * gst/tcp/gsttcpplugin.c:
27976         * gst/tcp/gsttcpserversink.c:
27977         * gst/tcp/gsttcpserversink.h:
27978         * gst/tcp/gsttcpserversrc.c:
27979         * gst/tcp/gsttcpserversrc.h:
27980           add new tcp elements
27981
27982 2004-05-19  Wim Taymans  <wim@fluendo.com>
27983
27984         * gst/law/mulaw-conversion.c: (mulaw_encode):
27985         Fix overflow bug in ulaw encoding.
27986
27987 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27988
27989         * ext/mad/gstmad.c: (gst_mad_handle_event):
27990           don't unref the event twice
27991
27992 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27993
27994         * configure.ac:
27995           remove -Wno-sign-compare
27996
27997 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27998
27999         * configure.ac:
28000           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28001           if you want to work against glib 2.2 and 2.4
28002
28003 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28004
28005         * gst/tcp/Makefile.am:
28006         * gst/tcp/gsttcp.c:
28007         * gst/tcp/gsttcp.h:
28008         * gst/tcp/gsttcpsink.h:
28009         * gst/tcp/gsttcpsrc.h:
28010           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28011
28012 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28013
28014         * gst/debug/tests.c: (md5_get_value):
28015           fix segfault on gst-inspect
28016
28017 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28018
28019         * gst/debug/testplugin.c:
28020         * gst/debug/tests.c:
28021         * gst/debug/tests.h:
28022           add new extensible and configurable testing element. Current tests
28023           include buffer count, stream length, timestamp/duration matching and
28024           md5.
28025         * gst/debug/Makefile.am:
28026         * gst/debug/gstdebug.c: (plugin_init):
28027           add infrastructure for new element
28028
28029 2004-05-19  Johan Dahlin  <johan@gnome.org>
28030
28031         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28032         ending of the array. Fixes gst-inspect segfault on ppc.
28033
28034 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28035
28036         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28037
28038         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28039
28040 2004-05-18  David Schleef  <ds@schleef.org>
28041
28042         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28043         warnings (bugs, actually) noticed by gcc but not forte.
28044
28045 2004-05-18  David Schleef  <ds@schleef.org>
28046
28047         * sys/sunaudio/Makefile.am:
28048         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28049
28050 2004-05-18  David Schleef  <ds@schleef.org>
28051
28052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28053         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28054         to allow qtdemux to use non-seekable streams. (bug #142272)
28055
28056 2004-05-18  David Schleef  <ds@schleef.org>
28057
28058         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28059         (gst_resample_sinc_ft_float): Remove use of static temporary
28060         buffer.  This code was obviously not supposed to last long, but
28061         it's stuck in our ABI, so it required a little hack to make it
28062         ABI-compatible.  Fixes #142585.
28063         * gst-libs/gst/resample/resample.h: same.
28064
28065 2004-05-18  David Schleef  <ds@schleef.org>
28066
28067         * configure.ac: Add sunaudio
28068         * examples/Makefile.am: make gstplay depend on gconf
28069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28070         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28071         (convert_table_lookup), (img_convert): remove c99-isms
28072         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28073           unsigned, to fix a warning on Solaris
28074         * gst/mpeg1sys/systems.c: bcopy->memcpy
28075         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28076         * sys/Makefile.am: Add sunaudio
28077
28078 2004-05-18  Wim Taymans  <wim@fluendo.com>
28079
28080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28081         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28082         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28083         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28084         (gst_ogg_mux_loop):
28085         Fix an ugly memleak where the muxer didn't flush enough ogg
28086         pages. This also resulted in badly muxed ogg files.
28087
28088 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28089
28090         * gst/asfdemux/asfheaders.c :
28091         * gst/asfdemux/asfheaders.h :
28092         * gst/asfdemux/gstasfdemux.c :
28093           - fix ASF_OBJ_PADDING guid
28094           - add 3 new object guids (language list, metadata,
28095             extended stream properties)
28096           - add a function to parse extended header objects
28097
28098 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28099
28100         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28101           remove leftover debugging g_print
28102
28103 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28104
28105         * ext/mad/gstmad.c: (gst_mad_handle_event):
28106           Fix for when the first format in a discont event is not a
28107           byte-based one. Should fix #137710.
28108
28109 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28110
28111         * m4/a52.m4 : fix compilation with -Wall -Werror
28112         * m4/libfame.m4 : idem
28113         * m4/libmikmod.m4 : idem
28114
28115 2004-05-17  Benjamin Otte  <otte@gnome.org>
28116
28117         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28118           signal the new tags before giving up the reference
28119
28120 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28121
28122         * ext/shout2/gstshout2.c:
28123           use application/ogg instead of application/x-ogg (patch by Patrick
28124           Guimond, fixes #142432)
28125         * sys/oss/gstosselement.c: (gst_osselement_reset),
28126         (gst_osselement_sync_parms):
28127           don't set fragment size unless specified (fixes #142493)
28128
28129 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28130
28131         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28132           fixes #142664
28133
28134 2004-05-17  Benjamin Otte  <otte@gnome.org>
28135
28136         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28137           compute offsets correctly for internal buffers so timestamps are set
28138           correctly when we can't seek. Also handle cases where there are no
28139           offsets. (based on a patch by David Moore, fixes #142507)
28140
28141 2004-05-17  Benjamin Otte  <otte@gnome.org>
28142
28143         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28144           use correct variable when determining amount of data to skip so we
28145           don't skip into the void and segfault
28146
28147 2004-05-16  Benjamin Otte  <otte@gnome.org>
28148
28149         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28150           Hi, I'm a memleak
28151
28152 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28153
28154         * gst/asfdemux/gstasfdemux.c:
28155           - fix a mem leak and always propagate tags
28156           - add WMV3 to known video codecs (but no decoder yet)
28157           - replace "surplus data" at end of audio header for what
28158             it is : codec specific data
28159           - fix a typo
28160
28161 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28162
28163         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * gst-libs/gst/audio/audioclock.c:
28166           Fix wrong return type (#142205).
28167
28168 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28171           Ignore CRCs by default (fixes #142566).
28172
28173 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28174
28175         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28176         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28177         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28178         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28179         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28180         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28181           Fix for cases where we fail to attach to a mixer.
28182
28183 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28184
28185         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28186           Don't touch events after not owning them anymore.
28187         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28188         (gst_wavparse_fmt), (gst_wavparse_other),
28189         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28190         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28191         (gst_wavparse_srcpad_event):
28192         * gst/wavparse/gstwavparse.h:
28193           Add seeking, fix querying.
28194
28195 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28196
28197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28198           - process comments even if they don't end with \0\0
28199             g_convert would ignore them if present and works well without them
28200
28201 2004-05-16  Benjamin Otte  <otte@gnome.org>
28202
28203         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28204           simplify caps
28205
28206 2004-05-16  Benjamin Otte  <otte@gnome.org>
28207
28208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28209           don't write to memory we might not write to - g_convert does that
28210           for us anyway (fixes #142613)
28211         (gst_asf_demux_audio_caps):
28212           comment out gst_util_dump_mem
28213
28214 2004-05-16  Benjamin Otte  <otte@gnome.org>
28215
28216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28217           compute correct expected timestamps after seek (broken since
28218           last commit)
28219         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28220           rename element and debugging category to gdkpixbufscale
28221
28222 2004-05-16  Benjamin Otte  <otte@gnome.org>
28223
28224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28225           add error checking to snd_pcm_delay and remove duplicate call to
28226           snd_pcm_delay that caused issues (see inline code comments)
28227         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28228           make more readable and fix return value when snd_pcm_delay fails
28229         (fixes #142586)
28230
28231 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28232         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28233         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28234         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28235         (gst_pixbufscale_link), (gst_pixbufscale_init),
28236         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28237         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28238         (gst_pixbufscale_get_property), (pixbufscale_init):
28239         * ext/gdk_pixbuf/pixbufscale.h:
28240         Add these files I forgot earlier
28241
28242 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28243         * ext/gdk_pixbuf/Makefile.am:
28244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28245         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28246         Add new pixbufscale element to scale RGB video
28247         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28248         and HYPER interpolation correctly.
28249         * ext/theora/theoraenc.c: (theora_enc_chain),
28250         Discard buffer and return if explicit caps could not be set
28251         (theora_enc_get_property):
28252         Make _get return kbps for the bitrate consistent with
28253         the _set function.
28254
28255
28256 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28257
28258         * ext/libvisual/visual.c: (gst_visual_chain):
28259           add missing visual_audio_analyze
28260
28261 2004-05-14  David Schleef  <ds@schleef.org>
28262
28263         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28264         is killed while we're playing.
28265         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28266         gst_element_no_more_pads().
28267
28268 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28269
28270         * gst-libs/gst/riff/riff-read.c :
28271           - fix INFO tag extraction in RIFF/AVI files
28272             because gst_event_unref (event) also freed taglist
28273           - avoid a mem leak
28274
28275 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28276
28277         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28278         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28279
28280         * gst/auparse/gstauparse.c :
28281           - add code (commented for now) to support audio/x-adpcm on src pad
28282             (we have no decoder for those layout yet)
28283
28284         * gst/cdxaparse/gstcdxaparse.c :
28285         * gst/cdxaparse/gstcdxaparse.h :
28286           - partial rewrite using RiffRead (ripped iain's wavparse code)
28287
28288         * gst/rtp/gstrtpL16enc.c : typo
28289         * gst/rtp/gstrtpgsmenc.c : typo
28290
28291 2004-05-13  Benjamin Otte  <otte@gnome.org>
28292
28293         * configure.ac:
28294           check for exact version of libvisual, it's not supposed to be
28295           API/ABI stable yet
28296
28297 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28298
28299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28300           signal no-more-pads
28301
28302 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28303
28304         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28305         Report which format was used for GST_FORMAT_DEFAULT
28306         * gst/debug/Makefile.am:
28307         * gst/debug/gstdebug.c: (plugin_init):
28308         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28309         (gst_progressreport_class_init), (gst_progressreport_init),
28310         (gst_progressreport_report), (gst_progressreport_set_property),
28311         (gst_progressreport_get_property), (gst_progressreport_chain),
28312         (gst_progressreport_plugin_init):
28313         Add progressreport element for testing.
28314
28315 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28316
28317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28318         * sys/v4l/gstv4lsrc.h:
28319         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28320         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28321         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28322         (gst_v4lsrc_grab_frame):
28323           add more debugging
28324           send a discont at start
28325
28326 2004-05-12  Colin Walters  <walters@redhat.com>
28327
28328         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28329         inflooping if we can't find a chunk.  Or in other words, don't blow
28330         chunks if we don't have a chunk to blow.
28331
28332 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28333         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28334         Remove old debug output
28335         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28336         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28337         (gst_dvdec_set_property), (gst_dvdec_get_property):
28338         Change the quality setting to an enum, so it works from gst-launch
28339         Don't renegotiate a non-linked pad. Allows audio only decoding.
28340         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28341         (gst_deinterlace_link), (gst_deinterlace_init):
28342         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28343         (gst_videodrop_link):
28344         Some caps negotiation fixes
28345
28346 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28347
28348         * ext/tarkin/gsttarkin.c :
28349           - Change RANK from NONE to PRIMARY
28350         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28351           - Change RANK from NONE to MARGINAL
28352         * ext/divx/gstdivxenc.c :
28353           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28354
28355 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28356
28357         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28358         (gst_vorbisenc_push_packet):
28359           copy a function that was added between 1.0 and 1.0.1 until we
28360           depend on worthwhile features of post-1.0
28361
28362 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28363
28364         * configure.ac:
28365           enable shout2 by default
28366         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28367         (gst_shout2send_base_init), (gst_shout2send_init),
28368         (gst_shout2send_connect), (gst_shout2send_change_state):
28369         * ext/shout2/gstshout2.h:
28370           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28371           #142262)
28372         * ext/theora/theora.c: (plugin_init):
28373           don't set rank on encoders
28374
28375 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28376
28377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28378           Use codec_data property instead of flag1 and flag2 for wma
28379
28380 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28381
28382         * gst/cdxaparse/gstcdxaparse.c :
28383           - Add mpegversion to CAPS to make it link
28384           - Rank is as GST_RANK_SECONDARY instead of NONE
28385         * gst/auparse/gstauparse.c :
28386           - Document all audio encoding we can encounter from Solaris 9
28387             headers and libsndfile information.
28388           - Increase max. rate from 48000 to 192000 (to match other elements)
28389           - Don't try to play junk data between header and samples
28390
28391 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28392
28393         * ext/libvisual/visual.c: (gst_visual_getcaps):
28394           use the right caps depending on endianness (I hope)
28395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28396           use GST_RANK_NONE for all non-decoding elements or spider gets
28397           mighty confused
28398
28399 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28402           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28403
28404 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28405
28406         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28407         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28408         (gst_switch_loop), (gst_switch_get_type):
28409           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28410           HEADERS. Had to be said.
28411
28412 2004-05-10  David Schleef  <ds@schleef.org>
28413
28414         * configure.ac: Add prototype Dirac support.
28415         * ext/Makefile.am:
28416         * ext/dirac/Makefile.am:
28417         * ext/dirac/gstdirac.cc:
28418         * ext/dirac/gstdiracdec.cc:
28419
28420 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28421
28422         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28423         (gst_auparse_init), (gst_auparse_chain),
28424         (gst_auparse_change_state):
28425           Hack around spider. Remove me some day please.
28426
28427 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28428
28429         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28430           Fix for some uninitialized variables in previous patch, also
28431           makes it work. Fixes #142286 while we're at it.
28432
28433 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28434
28435         * gst/auparse/gstauparse.c:
28436                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28437                 only unsupported formats are ADPCM/CCITT G.72x
28438                 reviewed by Ronald
28439         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28440
28441 2004-05-10  Wim Taymans  <wim@fluendo.com>
28442
28443         * ext/vorbis/Makefile.am:
28444         * ext/vorbis/README:
28445         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28446         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28447         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28448         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28449         (gst_oggvorbisenc_convert_sink),
28450         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28451         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28452         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28453         (get_constraints_string), (update_start_message),
28454         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28455         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28456         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28457         * ext/vorbis/oggvorbisenc.h:
28458         * ext/vorbis/vorbis.c: (plugin_init):
28459         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28460         (raw_caps_factory), (gst_vorbisenc_class_init),
28461         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28462         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28463         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28464         * ext/vorbis/vorbisenc.h:
28465         Added a raw vorbis encoder to be used with the oggmuxer.
28466         We still need the old encoder for some gnome applications,
28467         read the README to find out how that works.
28468         The raw encoder is called "rawvorbisenc" until 0.9.
28469
28470 2004-05-10  Wim Taymans  <wim@fluendo.com>
28471
28472         * ext/ogg/gstogg.c: (plugin_init):
28473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28474         (gst_ogg_print):
28475         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28476         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28477         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28478         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28479         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28480         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28481         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28482         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28483         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28484         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28485         Added an ogg muxer.
28486         Small typo fixes in the demuxer.
28487
28488 2004-05-10  Wim Taymans  <wim@fluendo.com>
28489
28490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28491         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28492         (theora_enc_change_state), (theora_enc_set_property),
28493         (theora_enc_get_property):
28494         Mark the last packet with an EOS flag which is not really needed
28495         in gstreamer.
28496         Do some better video framerate initialisation.
28497         Update the buffer timestamp.
28498
28499 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28500
28501         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28502         Return the result of the parent state change call
28503
28504 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28505
28506         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28507         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28508         * gst/law/alaw-encode.c : (idem)
28509         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28510         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28511         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28512
28513 2004-05-09  Benjamin Otte  <otte@gnome.org>
28514
28515         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28516           don't use a fixed buffer size when writing variable length data to
28517           it. Fixes memory corruption and makes alsasrc work
28518
28519 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28520
28521         * ext/gnomevfs/gstgnomevfssink.c:
28522         (_gst_boolean_allow_overwrite_accumulator),
28523         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28524           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28525           RUN_LAST, and don't use that to set the accumulator value because
28526           then it's always FALSE.
28527
28528 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28529
28530         * gst-libs/gst/riff/riff-media.c:
28531         (gst_riff_create_video_caps_with_data),
28532         (gst_riff_create_audio_caps),
28533         (gst_riff_create_audio_template_caps):
28534         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28535           Fix for unaligned RIFF files (i.e. where all the chunks together
28536           in a LIST chunk are not of the same size as the size given in
28537           the LIST chunk header). Fixes several odd WAVE files. Also fix
28538           ADPCM (block_align property) in audio, so that wavparse based
28539           on this works now as it used to stand-alone.
28540
28541 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28542
28543         reviewed by Benjamin Otte  <otte@gnome.org>
28544
28545         * ext/a52dec/gsta52dec.c:
28546         * ext/divx/gstdivxdec.c:
28547         * ext/divx/gstdivxenc.c:
28548         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28549         * ext/faac/gstfaac.c: (gst_faac_base_init):
28550         * ext/faad/gstfaad.c: (gst_faad_base_init):
28551         * ext/ivorbis/vorbisfile.c:
28552         * ext/lame/gstlame.c:
28553         * ext/libfame/gstlibfame.c:
28554         * ext/mpeg2enc/gstmpeg2enc.cc:
28555         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28556         * ext/sidplay/gstsiddec.cc:
28557         * ext/speex/gstspeexdec.c:
28558         * ext/speex/gstspeexenc.c:
28559         * ext/xvid/gstxviddec.c:
28560         * ext/xvid/gstxvidenc.c:
28561           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28562           (fixes #142193)
28563
28564 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28565
28566         * ext/alsa/gstalsa.c: (device_list),
28567         (gst_alsa_class_probe_devices):
28568         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28569           Fix alsa oddness in mixer after the combination of using mixer
28570           in source/sink elements and using hw:x,y instead of just hw:x.
28571
28572 2004-05-09  Benjamin Otte  <otte@gnome.org>
28573
28574         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28575         (gst_wavparse_create_sourcepad):
28576           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28577           sourcepads
28578
28579 2004-05-09  Benjamin Otte  <otte@gnome.org>
28580
28581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28582           allow discont events before caps nego
28583
28584 2004-05-08  Benjamin Otte  <otte@gnome.org>
28585
28586         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28587           don't leak events
28588
28589 2004-05-08  Benjamin Otte  <otte@gnome.org>
28590
28591         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28592         (gst_level_change_state), (gst_level_init):
28593         * gst/level/gstlevel.h:
28594           figure out if we're initialized directly instead of keeping a
28595           variable that's wrong in 90% of cases
28596           don't initialize pads and then leak them and use a new unitialized
28597           pad. (fixes #142084)
28598           these were bugs so n00bish I didn't find them for an hour :/
28599
28600 2004-05-08 Iain <iain@prettypeople.org>
28601
28602         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28603         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28604         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28605         return the length that was read.
28606         (gst_riff_read_strf_auds): Allow fmt tags as well.
28607
28608 2004-05-07  David Schleef  <ds@schleef.org>
28609
28610         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28611         signed char assumption in faad.h.
28612
28613 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28616           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28617
28618 2004-05-07  Colin Walters  <walters@redhat.com>
28619
28620         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28621         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28622         function.
28623         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28624         Add dispose function.
28625
28626 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28627         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28628           Fix caps nego and pad templates. RGB mode caps should
28629           work now.
28630         * ext/dvdnav/gst-dvd:
28631           Move mpeg2dec inside the thread because otherwise the
28632           queue rejects cap changes mid-stream
28633         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28634         (gst_mpeg2dec_flush_decoder):
28635           For mpeg2dec > 0.4.0, call the flush function instead of
28636           manually extracting all in-flight frames.
28637         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28638         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28639           Change mime type video/dv go video/x-dv to match the
28640           rest of gst-plugins
28641
28642 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28643
28644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28646         (gst_alsa_sink_class_init):
28647         * ext/alsa/gstalsasink.h:
28648         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28649         (gst_alsa_src_class_init):
28650         * ext/alsa/gstalsasrc.h:
28651           Make alsasink/src a subclass of alsamixer so that mixer stuff
28652           shows up in gst-rec. Needs some finetuning.
28653
28654 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28655
28656         * ext/lame/gstlame.c: (gst_lame_chain):
28657           simplify
28658         * ext/mad/gstmad.c: (gst_mad_handle_event):
28659           fix event leak
28660         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28661           be able to detect mp3 files < 4096 bytes
28662
28663 2004-05-06  Wim Taymans  <wim@fluendo.com>
28664
28665         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28666         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28667         (theora_enc_set_property), (theora_enc_get_property):
28668         Also encode the first frame, cleanup some code.
28669
28670 2004-05-06  Wim Taymans  <wim@fluendo.com>
28671
28672         * ext/mpeg2enc/gstmpeg2enc.cc:
28673         Forward events first before deciding that negotiation was
28674         not performed.
28675
28676 2004-05-06  Wim Taymans  <wim@fluendo.com>
28677
28678         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28679         First process the events before deciding that negotiation
28680         was not performed.
28681
28682 2004-05-06  Wim Taymans  <wim@fluendo.com>
28683
28684         * ext/theora/Makefile.am:
28685         * ext/theora/theora.c: (plugin_init):
28686         * ext/theora/theoradec.c: (theora_dec_change_state):
28687         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28688         (gst_theora_enc_class_init), (gst_theora_enc_init),
28689         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28690         (theora_enc_chain), (theora_enc_change_state),
28691         (theora_enc_set_property), (theora_enc_get_property):
28692         Added a theora encoder, grouped the encoder and decoder into the
28693         same plugin.
28694
28695 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28696
28697         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28698         (gst_jpegenc_chain):
28699         fix DURATION on outgoing buffers
28700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28701         debug using time formats
28702         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28704         (gst_xvimagesink_sink_link):
28705         windows with width/height 0 generate X errors, so don't allow them
28706
28707 2004-05-05  Wim Taymans  <wim@fluendo.com>
28708
28709         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28710         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28711         (gst_mpeg2dec_negotiate_format):
28712         * ext/mpeg2dec/gstmpeg2dec.h:
28713           removed the static pad template so that we can add the
28714           more accurate framerate value to the caps.
28715
28716
28717 2004-05-04  Benjamin Otte  <otte@gnome.org>
28718
28719         * configure.ac:
28720           check for kdemacros.h, too (should fix #141821)
28721         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28722           don't crash if no header was sent, but nicely error out (fixes part
28723           of #141554)
28724
28725 2004-05-04  Wim Taymans  <wim@fluendo.com>
28726
28727         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28728         parent dispose function to avoid segfault on destroy.
28729
28730 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28731
28732         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28733         (plugin_init):
28734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28735         (gst_xvimagesink_sink_link):
28736         clean up debugging caps
28737         also recreate xvimage when format has changed
28738
28739 2004-05-04  Benjamin Otte  <otte@gnome.org>
28740
28741         * ext/libvisual/Makefile.am:
28742         * ext/libvisual/visual.c: (gst_visual_class_init),
28743         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28744         (gst_visual_srclink), (gst_visual_chain),
28745         (gst_visual_change_state), (plugin_init):
28746           use a GstAdapter to correctly adapt buffer sizes - allows using a
28747           framerate
28748
28749 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28750
28751         * sys/v4l/gstv4lelement.h:
28752         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28753         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28754         (gst_v4lsrc_buffer_free):
28755         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28756         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28757         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28758         (gst_v4lsrc_requeue_frame):
28759         move some debugging categories around
28760         query for fps index and set accordingly if found
28761
28762 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28763
28764         * ext/lame/gstlame.c:
28765         correct defaults that lame_init puts out of range
28766
28767 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28768
28769         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28770         (gst_divxenc_class_init):
28771         fix range since -1 is the default
28772         * gst/mpeg1sys/gstmpeg1systemencode.c:
28773         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28774         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28775         (gst_rtjpegdec_chain):
28776         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28777         (gst_rtjpegenc_chain):
28778         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28779         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28780         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28781         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28782         * sys/v4l/gstv4lsrc.c:
28783         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28784         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28785         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28787         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28788           remove gst_info calls
28789
28790 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * Makefile.am:
28793         * po/af.po:
28794         * po/az.po:
28795         * po/en_GB.po:
28796         * po/nl.po:
28797         * po/sr.po:
28798         * po/sv.po:
28799           Updated translations
28800
28801 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28802
28803         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28804           refactor/comment code
28805
28806 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/asfdemux/Makefile.am:
28809         * gst/asfdemux/asfheaders.c:
28810         * gst/asfdemux/asfheaders.h:
28811         * gst/asfdemux/gstasf.c: (plugin_init):
28812         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28813         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28814         (gst_asf_demux_setup_pad):
28815         * gst/asfdemux/gstasfdemux.h:
28816         * gst/asfdemux/gstasfmux.c:
28817         * gst/asfdemux/gstasfmux.h:
28818           Add tagging support to demuxer, split out registration in its own
28819           file instead of in demux (hacky), and prevent having some tables
28820           in our memory multiple times (in asfheaders.h).
28821
28822 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * gst/matroska/matroska-demux.c:
28825         (gst_matroska_demux_parse_metadata):
28826         * gst/matroska/matroska-ids.h:
28827           Basic tag reading support.
28828
28829 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28830
28831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28832           Really detect ac-3 audio.
28833         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28834           really detect matroska files (off-by-1).
28835
28836 2004-04-30  David Schleef  <ds@schleef.org>
28837
28838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28839         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28840         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28841         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28842         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28843         hackage -- parse a lot more atoms, extract a few tags.  One might even
28844         mistake this for tag support.  Maybe it is.
28845         * gst/qtdemux/qtdemux.h:
28846
28847 2004-04-30  Colin Walters  <walters@verbum.org>
28848
28849         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28850
28851 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28852
28853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28854         (gst_ffmpegcolorspace_getcaps):
28855           remove broken nego fix
28856
28857 2004-04-30  Benjamin Otte  <otte@gnome.org>
28858
28859         * configure.ac:
28860         * ext/Makefile.am:
28861         * ext/libvisual/Makefile.am:
28862         * ext/libvisual/visual.c:
28863           add initial support for libvisual (http://libvisual.sourceforge.net)
28864           libvisual is still quite alpha, so expect crashes in there :)
28865
28866 2004-04-29  David Schleef  <ds@schleef.org>
28867
28868         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28869         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28870         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28871         code; you will no longer respect me.
28872
28873 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28874
28875         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28876         * ext/alsa/gstalsa.h :
28877         change alsa pcm device discovery to find more than 1 device
28878         per card. code review by Ronald.
28879
28880 2004-04-29  David Schleef  <ds@schleef.org>
28881
28882         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28883         Add a check for a driver bug on FreeBSD.  (bug #140565)
28884
28885 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28886
28887         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28888         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28889         (gst_jpegenc_getcaps):
28890           move format setting to inner loop
28891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28892         (gst_ffmpegcolorspace_getcaps):
28893           use GST_PAD_CAPS if available so that we use already negotiated
28894           caps
28895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28896         (qtdemux_parse_moov), (qtdemux_parse):
28897           extra debugging
28898         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28899         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28900           move hardcoded path to DEFINE
28901
28902 2004-04-28  David Schleef  <ds@schleef.org>
28903
28904         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28905         (bug #140064)
28906
28907 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28908
28909         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28910           Don't probe for playback device if we're a source element. Fixes
28911           #139658.
28912
28913 2004-04-29  Benjamin Otte  <otte@gnome.org>
28914
28915         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28916         (gst_id3_tag_chain):
28917           rewrite buffer offset
28918
28919 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28920
28921         * configure.ac:
28922         * ext/Makefile.am:
28923         * ext/dts/Makefile.am:
28924         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28925         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28926         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28927         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28928         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28929         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28930         (plugin_init):
28931         * ext/dts/gstdtsdec.h:
28932           New DTS decoder.
28933         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28934         (gst_faad_srcconnect):
28935           Add ESDS atom handling (.m4a).
28936
28937 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28938
28939         * ext/divx/gstdivxdec.c: (plugin_init):
28940           Remove comment that makes no sense.
28941         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28942           Fix for obvious typo that resulted in warnings during gst-register.
28943         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28944         (gst_xviddec_sink_link):
28945           Fix caps negotiation a bit better.
28946         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28947           We call this 'codec_data', not 'esds'.
28948
28949 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28950
28951         * gst/monoscope/gstmonoscope.c:
28952           make sure we only provide 256x128
28953         * gst/monoscope/monoscope.c: (monoscope_init):
28954           assert size of 256x128
28955
28956 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28957
28958         * Makefile.am:
28959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28960         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28961           fixate to max width and height of device
28962
28963 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28964
28965         * Makefile.am:
28966         * sys/v4l/gstv4l.c:
28967         * sys/v4l/gstv4lsrc.c:
28968         * sys/v4l/v4l_calls.c:
28969         * sys/v4l/v4lsrc_calls.c:
28970           fix for qc-usb driver which fakes having more than one buffer
28971           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28972           buffer_free override
28973           add debugging
28974
28975 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * Makefile.am:
28978         * gst/videotestsrc/gstvideotestsrc.c:
28979         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28980         (gst_videotestsrc_init), (gst_videotestsrc_get),
28981         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28982         * gst/videotestsrc/gstvideotestsrc.h:
28983           add num-buffers property
28984
28985         2004-04-26  Benjamin Otte  <otte@gnome.org>
28986
28987         * ext/mad/gstid3tag.c: (plugin_init):
28988           set id3mux rank to NONE so it doesn't confuse spider
28989           require audio/mpeg,mpegversion=1 in id3mux
28990
28991 2004-04-26  Benjamin Otte  <otte@gnome.org>
28992
28993         * configure.ac:
28994           detect faad correctly as non-working if it's indeed non-working
28995
28996 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28997
28998         * Makefile.am:
28999         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29000         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29001         fix _getcaps so it only negotiates to its supported format
29002
29003 2004-04-25  Benjamin Otte  <otte@gnome.org>
29004
29005         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29006           fix memleak
29007
29008 2004-04-23  Benjamin Otte  <otte@gnome.org>
29009
29010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29011           audio/x-raw-int with height rules! not. Now it's depth.
29012
29013 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29014
29015         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29016         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29017         (gst_wavparse_loop):
29018           Missing variable initialization. Add handling of DVI ADPCM. Fix
29019           mis-parsing of LIST chunks. This works around a bug where we mis-
29020           parse non-aligning LIST chunks (so LIST chunks where the contents
29021           don't align with the actual LIST size). The correct fix is to use
29022           rifflib, I'm not going to fix wavparse - too much work. All this
29023           fixes #104878.
29024
29025 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29026
29027         reviewed by Benjamin Otte  <otte@gnome.org>
29028
29029         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29030           fix shoutcast not working (fixes #140844)
29031
29032 2004-04-22  Benjamin Otte  <otte@gnome.org>
29033
29034         * ext/hermes/gsthermescolorspace.c:
29035         (gst_hermes_colorspace_caps_remove_format_info):
29036         * gst/colorspace/gstcolorspace.c:
29037         (gst_colorspace_caps_remove_format_info):
29038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29039         (gst_ffmpegcolorspace_caps_remove_format_info):
29040           s/gst_caps_simplify/gst_caps_do_simplify/
29041
29042 2004-04-22  Benjamin Otte  <otte@gnome.org>
29043
29044         * gst-libs/gst/riff/riff-media.c:
29045         (gst_riff_create_video_caps_with_data):
29046           mpegversion is an int
29047         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29048           don't try to create pad templates with NULL caps, use any caps
29049           instead.
29050
29051 2004-04-20  David Schleef  <ds@schleef.org>
29052
29053         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29054         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29055         (bug #140384)
29056
29057 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29058
29059         reviewed by David Schleef
29060
29061         * ext/mad/gstid3tag.c: Add stdlib.h
29062         * gst/rtp/gstrtpgsmenc.c: same
29063         * gst/tags/gstid3tag.c: same
29064         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29065         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29066         GST_DISABLE_LOADSAVE use.
29067         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29068         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29069         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29070         atol(3)).
29071         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29072         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29073         strtoul(3)).
29074         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29075         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29076         $(ID3_CFLAGS).
29077         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29078         $(LIBFAME_CFLAGS).
29079
29080 2004-04-20  David Schleef  <ds@schleef.org>
29081
29082         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29083         last checkin.  Same idea.
29084
29085 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29086
29087         reviewed by David Schleef
29088
29089         * configure.ac: bump required gstreamer version to 0.8.1.1
29090         because of following changes [--ds]
29091
29092         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29093         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29094         (gst_riff_read_header):  Use GST_READ_UINT*
29095         macros to access possibly unaligned memory.
29096
29097         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29098         (mp3_type_find):  Use GST_READ_UINT*
29099         macros to access possibly unaligned memory.
29100         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29101         (speex_type_find): Likewise
29102
29103         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29104
29105         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29106         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29107         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29108         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29109         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29110         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29111         macros to access possibly unaligned memory.
29112
29113         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29114         Likewise.
29115
29116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29117         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29118
29119         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29120         Likewise.
29121
29122         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29123         (gst_mpeg2subt_chain_subtitle): Likewise.
29124
29125         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29126         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29127         Likewise.
29128
29129         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29130         Likewise.
29131
29132         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29133         Likewise.
29134
29135         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29136         Likewise.
29137
29138 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29139
29140         * configure.ac:
29141           update required version of GStreamer because of GST_TIME_FORMAT
29142
29143 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29144
29145         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29146           remove leftover g_print
29147         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29148           don't try setting only a subset of the caps. We don't want to kill
29149           autoplugging on purpose
29150
29151 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29152
29153         * sys/ximage/ximagesink.c: (plugin_init):
29154         * sys/xvimage/xvimagesink.c: (plugin_init):
29155           add debugging categories
29156
29157 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29158
29159         * po/en_GB.po:
29160         * po/LINGUAS:
29161           Adding en_GB translation (Gareth Owen)
29162
29163 2004-04-20  David Schleef  <ds@schleef.org>
29164
29165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29166         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29167         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29168         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29169         A number of new features and hacks to extract the esds atom and
29170         put it into the caps.  (bug #137724)
29171
29172 2004-04-19  David Schleef  <ds@schleef.org>
29173
29174         * gconf/Makefile.am: Fix for non-GNU make
29175         * gst-libs/gst/Makefile.am: Change directory order to handle
29176         GstPlay linking with gstinterfaces
29177         * gst-libs/gst/audio/make_filter: make use of tr portable
29178         * gst-libs/gst/play/Makefile.am: Add intended \
29179         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29180         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29181         function prototype instead of void *.
29182         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29183         macro.
29184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29185         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29186         * gst/videofilter/make_filter: make use of tr portable
29187         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29188
29189 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29190
29191         * po/LINGUAS:
29192         * po/uk.po:
29193           Added Ukrainian translation (Maxim V. Dziumanenko)
29194
29195 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29196
29197         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29198         (gst_gsmdec_link), (gst_gsmdec_chain):
29199           Fix capsnego, simplify chain function slightly.
29200         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29201           Add GSM.
29202
29203 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29206         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29207         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29208           Hack to make wavparse work with spider (always -> sometimes pad).
29209           Fixes #135862 && #140411.
29210
29211 2004-04-18  Benjamin Otte  <otte@gnome.org>
29212
29213         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29214         (gst_osselement_rate_probe_check),
29215         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29216           get rid of \n in debug output
29217
29218 2004-04-17  Iain <iain@prettypeople.org>
29219
29220         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29221         not just EOS.
29222
29223 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29224
29225         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29226         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29227         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29228         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29229         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29230         (gst_id3_tag_change_state), (plugin_init):
29231           deprecate id3tag element and replace with id3demux/id3mux.
29232           great side effect: this ugly file is now even uglier, yay!
29233         * ext/mad/gstmad.h:
29234           remove non-available function
29235           update for new get_type
29236
29237 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29238
29239         * configure.ac:
29240           require mpeg2dec >= 0.4.0
29241
29242 2004-04-17  Benjamin Otte  <otte@gnome.org>
29243
29244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29245         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29246         (gst_xvimagesink_set_xwindow_id):
29247           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29248           assorted cleanup fixes.
29249
29250 2004-04-16  David Schleef  <ds@schleef.org>
29251
29252         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29253         * sys/xvimage/xvimagesink.h: same
29254
29255 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29256
29257         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29258           Fix GST_ELEMENT_ERROR with (NULL)
29259
29260 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * gst-libs/gst/riff/riff-media.c:
29263         (gst_riff_create_video_caps_with_data):
29264           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29265
29266 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29267
29268         * gst-libs/gst/riff/riff-media.c:
29269         (gst_riff_create_video_caps_with_data),
29270         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29271         (gst_riff_create_video_template_caps),
29272         (gst_riff_create_audio_template_caps):
29273         * gst-libs/gst/riff/riff-media.h:
29274         * gst-libs/gst/riff/riff-read.c:
29275         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29276         * gst-libs/gst/riff/riff-read.h:
29277         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29278           Add MS RLE support. I added some functions to read out strf chunks
29279           into strf chunks and the data behind it. This is usually color
29280           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29281           caps creation. Lastly, add ADPCM (similar to wavparse - which
29282           should eventually be rifflib based).
29283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29284         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29285         * gst/matroska/matroska-demux.h:
29286           Remove placeholders for some prehistoric tagging system. Didn't add
29287           support for any tag system really anyway.
29288         * gst/qtdemux/qtdemux.c:
29289           Add support for audio/x-m4a (MPEG-4) through spider.
29290         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29291         (gst_wavparse_loop):
29292           ADPCM support (#135862). Increase max. buffer size because we
29293           cannot split buffers for ADPCM (screws references) and I've seen
29294           files with 2048 byte chunks. 4096 seems safe for now.
29295
29296 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29297
29298         * configure.ac: bump nano to 1
29299
29300 === release 0.8.1 ===
29301
29302 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29303
29304         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29305
29306 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29307
29308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29309           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29310           Fixes #140058
29311
29312 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29313
29314         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29315           lower rank of dvddemux so that it's not used for mpeg playback.
29316
29317 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29318
29319         * configure.ac:
29320           save libs correctly when checking mad
29321
29322 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29323
29324         * ext/mad/gstid3tag.c: (plugin_init):
29325           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29326
29327 2004-04-13  David Schleef  <ds@schleef.org>
29328
29329         * common/m4/gst-feature.m4: Call -config scripts with
29330         --plugin-libs if it is supported.
29331         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29332         JPEG images are image/jpeg.
29333         * gst/debug/Makefile.am:
29334         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29335         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29336         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29337         (gst_negotiation_plugin_init): Add a property that acts like
29338         filter caps.
29339         * testsuite/gst-lint:  Move license checking to be a standard
29340         test.
29341
29342 2004-04-13  David Schleef  <ds@schleef.org>
29343
29344         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29345         patch from Sebastien Cote (bug #139958)
29346
29347 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29348
29349         * examples/gstplay/Makefile.am:
29350         * examples/gstplay/player.c: (main):
29351           make the commandline player example use gconf settings
29352
29353 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29356         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29357         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29358           init/end library during state transition, not object
29359           creation/disposal.  get rid of custom dispose handler.
29360
29361
29362 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29363
29364         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29365         be a symlink
29366
29367 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29368
29369         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29370           Handle JUNK chunks inside data section. Prevents warnings.
29371
29372 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29373
29374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29375         (gst_riff_create_video_template_caps):
29376           Add MS video v1.
29377         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29378         (gst_avi_demux_stream_data):
29379           Add support for "rec-list" chunks.
29380
29381 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29384           Fix another codecname mismatch.
29385
29386 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29387
29388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29389           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29390           so that MJPEG plays back.
29391
29392 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29393
29394         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29395         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29396         * gst/mpeg1videoparse/gstmp1videoparse.h:
29397           Fix for some slight mis-cuts in buffer parsing, and for some
29398           potential overflows or faults-causers. Adds disconts. Also fixes
29399           #139105 while we're at it.
29400
29401 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * configure.ac:
29404         * sys/v4l2/gstv4l2element.h:
29405           Workaround for missing struct v4l2_buffer declaration in Suse 9
29406           and Mandrake 10 linux/videodev2.h header file (#135919).
29407
29408 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29411           Bail out if no filename was given.
29412
29413 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29414
29415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29416         (gst_v4l2_fourcc_from_structure):
29417           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29418           Y41B somewhere).
29419
29420 2004-04-09  Benjamin Otte  <otte@gnome.org>
29421
29422         * ext/gnomevfs/gstgnomevfssink.c:
29423         (_gst_boolean_allow_overwrite_accumulator),
29424         (gst_gnomevfssink_class_init):
29425           fix erase signal - if any handler returns false the file will not be
29426           overwritten. If no handler is connected, the file will not be
29427           overwritten either.
29428           renamed signal to "allow-overwrite"
29429         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29430           free string when adding it to ID3 failed
29431         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29432           unref event when done
29433         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29434           free caps
29435         * gst/typefind/gsttypefindfunctions.c:
29436         (mpeg_video_stream_type_find):
29437           fix invalid read
29438
29439 2004-04-08  David Schleef  <ds@schleef.org>
29440
29441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29442         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29443
29444 2004-04-08  David Schleef  <ds@schleef.org>
29445
29446         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29447         we don't support (bug #139532)
29448
29449 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29450
29451         * ext/mad/gstmad.c: (gst_mad_handle_event),
29452         (gst_mad_check_caps_reset), (gst_mad_chain),
29453         (gst_mad_change_state):
29454           only set explicit caps if they haven't been set before for
29455           this stream.  MPEG-audio sample rate/channels aren't allowed
29456           to change in-stream.
29457           Fixes #139382
29458
29459 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29462         (_gst_boolean_did_something_accumulator),
29463         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29464         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29465         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29466         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29467         (gst_gnomevfssink_change_state):
29468           Fix erase signal. Don't erase by default. Remove handoff signal.
29469           Remove erase property. Don't segfault. General cleanup.
29470
29471 2004-04-07  Benjamin Otte  <otte@gnome.org>
29472
29473         * gst-libs/gst/gconf/test-gconf.c: (main):
29474           add missing gst_init
29475
29476 2004-04-07  Benjamin Otte  <otte@gnome.org>
29477
29478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29479           free the mutexes, too
29480
29481 2004-04-07  Benjamin Otte  <otte@gnome.org>
29482
29483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29484           actually free the URI string
29485         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29486           compute offset correctly when passing discont events
29487         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29488           don't leak discont events
29489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29490           add some missing breaks so caps aren't copied randomly
29491         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29492           if we realloc memory, we better use it
29493
29494 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29495
29496         * ext/mad/gstmad.c: (normal_seek):
29497           fix GST_FORMAT_TIME usage
29498
29499 2004-04-05  David Schleef  <ds@schleef.org>
29500
29501         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29502         a deprecated function (hack!)
29503
29504 2004-04-05  Benjamin Otte  <otte@gnome.org>
29505
29506         * ext/esd/esdmon.c: (gst_esdmon_get):
29507           fix nonterminated vararg and memleak
29508
29509 2004-04-05  Benjamin Otte  <otte@gnome.org>
29510
29511         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29512         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29513         (gst_ladspa_set_property), (gst_ladspa_get_property),
29514         (gst_ladspa_instantiate), (gst_ladspa_activate),
29515         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29516           clean up debugging
29517
29518 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29519
29520         reviewed by Benjamin Otte  <otte@gnome.org>
29521
29522         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29523           check for broken LADSPA parameters (fixes #138635)
29524
29525 2004-04-05  Benjamin Otte  <otte@gnome.org>
29526
29527         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29528           advertise buffer-frames correctly on sinkpads
29529
29530 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29531
29532         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29533         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29534         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29535         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29536         (gst_mad_check_caps_reset), (gst_mad_chain):
29537         add more debugging, only reset caps when we're not in error state
29538
29539 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29540
29541         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29542
29543 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29544
29545         reviewed by Benjamin Otte  <otte@gnome.org>
29546
29547         * configure.ac:
29548           fix == in test(1) operator
29549
29550 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29551
29552         reviewed by Benjamin Otte  <otte@gnome.org>
29553
29554         * configure.ac:
29555           fix --export-symblos-regex to a working regex.
29556
29557 2004-04-04  Benjamin Otte  <otte@gnome.org>
29558
29559         * sys/oss/.cvsignore:
29560           add for oss_probe
29561
29562 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29563
29564         reviewed by Benjamin Otte  <otte@gnome.org>
29565
29566         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29567           add missing 'new_media' argument (fixes #138168)
29568         * gst/matroska/matroska-demux.c:
29569         (gst_matroska_demux_handle_seek_event):
29570           add vararg terminator (fixes #138169)
29571
29572 2004-04-02  David Schleef  <ds@schleef.org>
29573
29574         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29575         disted (bug #138914)
29576
29577 2004-04-01  Benjamin Otte  <otte@gnome.org>
29578
29579         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29580         (gst_alsa_close_audio):
29581           handle case better where a soundcard can't pause
29582         * ext/ogg/gstoggdemux.c:
29583           don't crash when we get events but don't have pads yet
29584
29585 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29586
29587         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29588           throw an error if we couldn't probe any caps.
29589
29590 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29591
29592         * ext/dvdnav/gst-dvd:
29593         Add a really simple sample DVD player
29594
29595 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29596
29597         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29598         (gst_a52dec_push), (gst_a52dec_handle_event),
29599         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29600         (gst_a52dec_change_state):
29601         * ext/a52dec/gsta52dec.h:
29602           Use a debug category, Output timestamps correctly
29603           Emit tag info, Handle events, tell liba52dec about cpu
29604           capabilities so it can use MMX etc.
29605         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29606           Fix a crasher accessing invalid memory
29607         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29608         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29609         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29610         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29611         (dvdnavsrc_query):
29612           Some support for byte-format seeking.
29613           Small fixes for still frames and menu button overlays
29614         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29615         (gst_mpeg2dec_alloc_buffer):
29616           Use a debug category. Adjust the report level of several items to
29617           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29618           so it doesn't lose the GstBuffer pointer
29619         * gst/debug/Makefile.am:
29620         * gst/debug/gstdebug.c: (plugin_init):
29621         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29622         (gst_navseek_base_init), (gst_navseek_class_init),
29623         (gst_navseek_init), (gst_navseek_seek),
29624         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29625         (gst_navseek_get_property), (gst_navseek_chain),
29626         (gst_navseek_plugin_init):
29627         * gst/debug/gstnavseek.h:
29628           Add the navseek debug element for seeking back and forth in a
29629           video stream using arrow keys.
29630         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29631         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29632         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29633         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29634         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29635         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29636         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29637         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29638         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29639         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29640         * gst/mpeg2sub/gstmpeg2subt.h:
29641           Pretty much a complete rewrite. Now a loopbased element. May still
29642           require work to properly synchronise subtitle buffers.
29643         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29644         (gst_dvd_demux_send_subbuffer):
29645         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29646           Don't attempt to create subbuffers of size 0
29647           Reduce a couple of error outputs to warnings.
29648         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29649         (gst_y4mencode_chain):
29650         Output the y4m frame header correctly.
29651
29652 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29653
29654         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29655           throw errors instead of allowing SIGFPE
29656
29657 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29658
29659         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29660         (gst_gconf_render_bin_from_key):
29661           leak plugging and style fixing
29662
29663 2004-03-31  David Schleef  <ds@schleef.org>
29664
29665         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29666         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29667         (bug #138225)
29668         * gst/debug/Makefile.am:
29669         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29670         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29671         plugin.
29672         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29673         (gst_negotiation_base_init), (gst_negotiation_class_init),
29674         (gst_negotiation_init), (gst_negotiation_getcaps),
29675         (gst_negotiation_pad_link), (gst_negotiation_chain),
29676         (gst_negotiation_set_property), (gst_negotiation_get_property),
29677         (gst_negotiation_plugin_init):  New element to talk about random
29678         negotiation things happening in a pipeline.
29679
29680 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29681
29682         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29683           fix integer addition with help of Stefan Kost
29684
29685 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29686
29687         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29688
29689 2004-03-30  David Schleef  <ds@schleef.org>
29690
29691         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29692         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29693         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29694         (bug #137504)
29695         * ext/mpeg2dec/gstmpeg2dec.h:
29696
29697 2004-03-30  David Schleef  <ds@schleef.org>
29698
29699         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29700
29701 2004-03-30  David Schleef  <ds@schleef.org>
29702
29703         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29704         Michael Petullo) to handle .mov
29705
29706 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29707
29708         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29709         (gst_osselement_rate_check_rate):
29710           probe caps correctly for sound cards that only support one format
29711
29712 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29713
29714         * ext/kio/kiosrc.cpp: (process_events):
29715           update handling event processing if inside KDE - untested
29716
29717 2004-03-29  David Schleef  <ds@schleef.org>
29718
29719         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29720         by 2 to not interfere with other colorspaces.
29721         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29722         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29723         one to not interfere with ffmpeg_colorspace.
29724
29725 2004-03-29  David Schleef  <ds@schleef.org>
29726
29727         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29728         aren't in the caps.
29729         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29730         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29731
29732 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29733
29734         * gst-libs/gst/riff/riff-media.c:
29735           fail on error, don't try to set stuff on NULL caps
29736
29737 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29738
29739         * configure.ac:
29740         * ext/Makefile.am:
29741         * ext/kio/Makefile.am:
29742         * ext/kio/kioreceiver.cpp:
29743         * ext/kio/kioreceiver.h:
29744         * ext/kio/kiosrc.cpp:
29745         * ext/kio/kiosrc.h:
29746           add experimental kiosrc plugin
29747         * ext/alsa/gstalsaplugin.c: (plugin_init):
29748           initialize debugging category only when we're sure registering the
29749           plugins worked.
29750
29751 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29752
29753         * examples/gstplay/player.c: (main):
29754         * gst-libs/gst/play/play.c: (gst_play_class_init),
29755         (gst_play_set_location), (gst_play_set_data_src),
29756         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29757         (gst_play_set_visualization), (gst_play_connect_visualization):
29758           check return values of element_set_state and return FALSE where
29759           failed
29760
29761 2004-03-29  Benjamin Otte  <otte@gnome.org>
29762
29763         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29764           try harder to check if an event is really a discont
29765
29766 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29767
29768         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29769         * po/az.po:
29770
29771 2004-03-28  Benjamin Otte  <otte@gnome.org>
29772
29773         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29774         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29775         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29776           get rid of non-standard "..." ranges in case statements.
29777
29778 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29779
29780         * gst/mpegstream/gstmpegdemux.c:
29781         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29782         specific functionality split to the new dvddemux element.
29783         * gst/mpegstream/gstdvddemux.c:
29784         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29785         streams, derived from mpegdemux.
29786         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29787         up. SCR based timestamp rewriting can be turned off (will probably
29788         completely disappear soon).
29789         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29790         hacking. General cleanup. All printf statements replaced by
29791         debugging messages. Almost complete libdvdnav support.
29792         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29793         by events. New properties for audio and subpicture languages.
29794         (dvdnavsrc_update_highlight): Now uses events.
29795         (dvdnavsrc_user_op): Cleaned up.
29796         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29797         based). Lots of cleanup, and propper support for most libdvdnav
29798         events.
29799         (dvdnavsrc_make_dvd_event): New function.
29800         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29801         (dvdnavsrc_make_clut_change_event): New function.
29802
29803 2004-03-26  Benjamin Otte  <otte@gnome.org>
29804
29805         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29806           fix bug where typefinding would claim it's theora whenever less then
29807           7 bytes of data were available
29808
29809 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29812         (gst_alawdec_base_init), (gst_alawdec_class_init),
29813         (gst_alawdec_init), (gst_alawdec_chain):
29814         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29815         (gst_alawenc_base_init), (gst_alawenc_class_init),
29816         (gst_alawenc_init), (gst_alawenc_chain):
29817         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29818         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29819         (gst_mulawdec_init), (gst_mulawdec_chain):
29820         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29821         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29822         (gst_mulawenc_init), (gst_mulawenc_chain):
29823           Fix capsnego in all four, remove the unused property functions and
29824           simplify the chain functions slightly. I guess we could use macros
29825           or something similar for those, since the code is so similar, but
29826           I'm currently too lazy...
29827
29828 2004-03-24  David Schleef  <ds@schleef.org>
29829
29830         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29831         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29832         (gst_osselement_get_format_structure),
29833         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29834         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29835         (gst_osselement_rate_int_compare): Add code to handle rate probing
29836         (bug #120883)
29837         * sys/oss/gstosselement.h: same
29838         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29839         Use rate probing provided by osselement.
29840         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29841
29842 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29845         (gst_xvidenc_get_property):
29846           ulong/int mess-up.
29847
29848 2004-03-24  David Schleef  <ds@schleef.org>
29849
29850         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29851         (gst_speexdec_init):
29852         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29853         (gst_speexenc_init):  Create the pad template correctly (from
29854         the static pad template, not a NULL pointer.)
29855
29856 2004-03-25  Benjamin Otte  <otte@gnome.org>
29857
29858         * gst/debug/Makefile.am:
29859         * gst/debug/breakmydata.c:
29860           add element that quasi-randomly changes bytes in the stream.
29861           Intended use is robustness checking of demuxers and decoders in
29862           media tests.
29863
29864 2004-03-24  Benjamin Otte  <otte@gnome.org>
29865
29866         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29867         (gst_alsa_probe_hw_params):
29868         * ext/alsa/gstalsa.h:
29869           debugging output fixes
29870
29871 2004-03-24  Benjamin Otte  <otte@gnome.org>
29872
29873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29874           don't g_return_if_fail if element is PLAYING, fail silently as every
29875           other element.
29876         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29877           only fix needed for cast lvalue issues in gst-plugins
29878         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29879           add proxy_getcaps
29880
29881 2004-03-24  Benjamin Otte  <otte@gnome.org>
29882
29883         * gst/level/gstlevel.c: (gst_level_init):
29884           add proxying getcaps function, so level doesn't advertise impossible
29885           caps
29886
29887 2004-03-24  David Schleef  <ds@schleef.org>
29888
29889         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29890         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29891         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29892         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29893         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29894         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29895         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29896         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29897         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29898         messages.  Divide the chunk size by the compression ratio
29899         (needed for MACE audio)
29900
29901 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29902
29903         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29904           Fix buffer overflow read error.
29905
29906 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29907
29908         * ext/alsa/gstalsa.h:
29909           Remove unused entry.
29910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29911           Add cinepak.
29912         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29913         (gst_videodrop_link), (gst_videodrop_chain):
29914           Fix, sort of. Was horribly broken with new capsnego. Bah...
29915
29916 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29917
29918         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29919         (plugin_init):
29920         Add a monkeysaudio typefind function
29921
29922 2004-03-23  Johan Dahlin  <johan@gnome.org>
29923
29924         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29925         (gst_play_video_fixate): Check so the structure has the field
29926         before trying to fixate them, this makes it possible to have
29927         fakesinks for video and audio output without printing errors on
29928         the output console.
29929
29930 2004-03-22  David Schleef  <ds@schleef.org>
29931
29932         * sys/oss/Makefile.am:
29933         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29934         (check_rate), (add_rate):  Rate probing test app.
29935
29936 2004-03-21  Benjamin Otte  <otte@gnome.org>
29937
29938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29939         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29940           add a fixation function that pretty much does the right thing (fixes
29941           #137556)
29942
29943 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29944
29945         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29946
29947 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29948
29949         reviewed by: Benjamin Otte  <otte@gnome.org>
29950
29951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29952           terminate gst_event_new_discontinuous correctly (fixes parts of
29953           #137711)
29954
29955 2004-03-19  David Schleef  <ds@schleef.org>
29956
29957         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29958         since it doesn't depend on X, and it's part of our ABI.
29959
29960 2004-03-19  Iain <iain@prettypeople.org>
29961
29962         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29963         is_int in the structure, not the local variable.
29964
29965 2004-03-19  David Schleef  <ds@schleef.org>
29966
29967         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29968         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29969         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29970         Improvements in caps negotiation.
29971
29972 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29973
29974         * po/LINGUAS:
29975         * po/af.po:
29976           adding Afrikaans (Petri Jooste)
29977
29978 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29979
29980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29981         (gst_ffmpegcolorspace_chain):
29982         throw error instead of g_critical (#137588)
29983
29984 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29985
29986         * Makefile.am:
29987         * configure.ac:
29988           dist common and m4 correctly
29989         * po/sv.po:
29990
29991 2004-03-17  David Schleef  <ds@schleef.org>
29992
29993         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29994         (bug #137348)
29995
29996 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29997
29998         * po/LINGUAS:
29999         * po/sv.po:
30000           adding Swedish translation (Christian Rose)
30001
30002 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30003
30004         * Makefile.am: use release.mak
30005
30006 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30007
30008         * common/ChangeLog:
30009         * common/gst-autogen.sh:
30010           add some explanation about the version detection
30011         * configure.ac:
30012           fix X check
30013
30014 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30015
30016         * configure.ac: bump nano to 1
30017
30018 === release 0.8.0 ===
30019
30020 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30021
30022         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30023
30024 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * configure.ac:
30027           update libtool version
30028         * gst-libs/gst/media-info/Makefile.am:
30029           actually use libtool version
30030
30031 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30032
30033         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30034
30035 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30036
30037         * configure.ac:
30038         * gst-plugins.spec.in:
30039         * pkgconfig/Makefile.am:
30040         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30041         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30042         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30043         * pkgconfig/gstreamer-libs.pc.in:
30044         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30045         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30046         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30047         * pkgconfig/gstreamer-plugins.pc.in:
30048           remove @VERSION@ from some of the pc files since core and plugins
30049           are decoupled.
30050           created gstreamer-plugins.pc as it's a better name, but keeping
30051           -libs around for now to get fixes upstream done first.
30052
30053 2004-03-15  Julien MOUTTE <julien@moutte.net>
30054
30055         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30056         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30057         * gst-libs/gst/play/play.h:
30058
30059 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30060
30061         * *.c, *.cc: don't mix tabs and spaces
30062
30063 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30064
30065         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30066           use the new ffmpegcolorspace
30067         * gst-plugins.spec.in:
30068           package new colorspace and media-info
30069         * configure.ac:
30070         * pkgconfig/Makefile.am:
30071           fix some more disting issues
30072         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30073         * pkgconfig/gstreamer-media-info.pc.in:
30074           generate media-info pc files
30075
30076 2004-03-15  Johan Dahlin  <johan@gnome.org>
30077
30078         * *.h: Revert indenting
30079
30080 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30081
30082         * configure.ac:
30083           adding ffmpegcolorspace element
30084         * gst/ffmpegcolorspace/Makefile.am:
30085         * gst/ffmpegcolorspace/avcodec.h:
30086         * gst/ffmpegcolorspace/common.h:
30087         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30088         * gst/ffmpegcolorspace/dsputil.h:
30089         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30090         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30091         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30092         (gst_ffmpeg_caps_to_pix_fmt):
30093         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30095         (gst_ffmpegcolorspace_caps_remove_format_info),
30096         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30097         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30098         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30099         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30100         (gst_ffmpegcolorspace_set_property),
30101         (gst_ffmpegcolorspace_get_property),
30102         (gst_ffmpegcolorspace_register):
30103         * gst/ffmpegcolorspace/imgconvert.c:
30104         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30105         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30106         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30107         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30108         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30109         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30110         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30111         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30112         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30113         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30114         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30115         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30116         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30117         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30118         (img_get_alpha_info), (deinterlace_line),
30119         (deinterlace_line_inplace), (deinterlace_bottom_field),
30120         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30121         * gst/ffmpegcolorspace/imgconvert_template.h:
30122         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30123         * gst/ffmpegcolorspace/mmx.h:
30124         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30125           adding ffmpegcolorspace element supplied by Ronald after cleaning
30126           up and pulling in the right bits of upstream source.
30127           I'm sure a better C/compiler wizard could do some cleaning up (for
30128           example use GLIB's malloc stuff), but as a first pass this
30129           works very well
30130
30131 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30132
30133         * ext/alsa/gstalsa.h:
30134           I assume Ronald forgot to commit the change to have cardname
30135           as a struct member.  Expect some public spanking at the next
30136           opportunity.
30137
30138 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30141         (gst_alsa_open_audio), (gst_alsa_close_audio):
30142         * ext/alsa/gstalsa.c:
30143           Don't open the device if we're a mixer (= padless).
30144         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30145         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30146         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30147           Open mixer during state change rather than during object
30148           initialization. Also, get a device name. Currently in a somewhat
30149           hackish fashion, but I didn't really find something better.
30150
30151 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30152
30153         * *.c, *.h: run gst-indent
30154
30155 2004-03-14  Benjamin Otte  <otte@gnome.org>
30156
30157         * gst/modplug/gstmodplug.cc:
30158         * gst/modplug/gstmodplug.h:
30159           set correct timestamps on outgoing buffers
30160
30161 2004-03-14  Benjamin Otte  <otte@gnome.org>
30162
30163         * gst/modplug/gstmodplug.cc:
30164           handle events - don't do crap when a discont arrives that's not
30165           necessary
30166           This allows correct loading and playback of mods in Rhythmbox
30167
30168 2004-03-14  Benjamin Otte  <otte@gnome.org>
30169
30170         * configure.ac:
30171         * gst-libs/gst/gconf/Makefile.am:
30172         * pkgconfig/Makefile.am:
30173           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30174           they get rebuilt properly
30175         * configure.ac:
30176           when checking for vorbis, try pkgconfig first.
30177         * gst/modplug/gstmodplug.cc:
30178           add fixate function
30179
30180 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30181
30182         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30183           Fix for obvious mistake, where we first shift the offset and then
30184           read a samplesize element assuming the old offset. Note that this
30185           part still has something weird, i.e. my movies containing those
30186           don't actually play well, but at least there's something that looks
30187           like sound now.
30188
30189 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30190         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30191         (plugin_init):
30192         Add a typefind function for speex format
30193
30194 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30195
30196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30197         (gst_asf_demux_setup_pad):
30198           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30199           instead of 0. Reason is simple: some elements have a fps range
30200           of 1-max instead of 0-max. So now ASF video actually works.
30201
30202 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * po/LINGUAS:
30205         * po/sr.po:
30206           adding serbian as a language
30207
30208 2004-03-13  Benjamin Otte  <otte@gnome.org>
30209
30210         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30211           return taglist correctly from _get function, don't gst_pad_push it.
30212           (fixes #137042)
30213
30214 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30215         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30216
30217 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30218
30219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30220         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30221         (gst_alsa_mixer_track_new):
30222         * ext/alsa/gstalsamixertrack.h:
30223           Fix ancient leftovers... MixerTrack is a GObject.
30224
30225 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30226
30227         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30228         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30229           Don't block during probing...
30230
30231 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30232
30233         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30234         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30235         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30236         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30237         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30238         (gst_alsa_open_audio), (gst_alsa_close_audio):
30239         * ext/alsa/gstalsa.h:
30240           Add propertyprobe interface implementation, add some device-name
30241           property, all this so that it looks good in gnome-volume-control.
30242
30243 2004-03-12  David Schleef  <ds@schleef.org>
30244
30245         * configure.ac: the Hermes library controls hermescolorspace, not
30246         colorspace.
30247         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30248         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30249         not /* */
30250         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30251         * ext/sdl/sdlvideosink.h: ditto.
30252         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30253
30254 2004-03-12  Benjamin Otte  <otte@gnome.org>
30255
30256         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30257         (gst_x_overlay_got_xwindow_id):
30258         * gst-libs/gst/xoverlay/xoverlay.h:
30259           replace XID with unsigned long to get rid of the xlibs dependency in
30260           XOverlay (fixes #137004)
30261
30262 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30263         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30264         (gst_agingtv_setup):
30265         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30266         (gst_dicetv_base_init), (gst_dicetv_class_init),
30267         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30268         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30269         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30270         (gst_edgetv_setup), (gst_edgetv_rgb32):
30271         * gst/effectv/gsteffectv.c:
30272         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30273         (gst_quarktv_set_property):
30274         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30275         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30276         (gst_revtv_setup), (gst_revtv_rgb32):
30277         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30278         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30279         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30280         (gst_shagadelictv_rgb32):
30281         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30282         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30283         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30284         * gst/effectv/gstwarp.c:
30285         Port everything that can be ported to videofilter and fix up the caps.
30286         Can someone with a big-endian machine please check these?
30287
30288 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30289
30290         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30291         (gst_osssink_chain), (gst_osssink_change_state):
30292           Latest fixes for A/V sync, audio playback and such. This is about
30293           all... MPEG playback issues are mostly related to the async build-
30294           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30295
30296 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30297
30298         patch from: Stephane Loeuillet
30299
30300         * configure.ac:
30301           use pkg-config for some libraries, falling back to the old .m4 way
30302           (fixes #131270)
30303         * m4/libdv.m4:
30304           removed
30305
30306 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30307
30308         * configure.ac:
30309         * tools/Makefile.am:
30310         * tools/Makefile.in:
30311         * tools/gst-launch-ext-m.m:
30312         * tools/gst-launch-ext.1.in:
30313         * tools/gst-visualise-m.m:
30314         * tools/gst-visualise.1:
30315         * tools/gst-visualise.1.in:
30316           reorganizing generation of script tools
30317
30318 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30319
30320         * ext/divx/gstdivxdec.c:
30321           Downgrade priority. We prefer ffdec_mpeg4.
30322         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30323         (gst_faad_chain), (gst_faad_change_state):
30324           Fix capsnego. Doesn't work for some sounds because we don't have
30325           a 5:1 to stereo element.
30326         * ext/xvid/gstxvid.c: (plugin_init):
30327           Add priority.
30328         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30329         (gst_osssink_change_state):
30330           Add discont handling.
30331
30332 2004-03-09  Colin Walters  <walters@verbum.org>
30333
30334         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30335         conversion.
30336
30337 2004-03-09  Benjamin Otte  <otte@gnome.org>
30338
30339         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30340           the signals take 2 arguments
30341
30342 2004-03-09  David Schleef  <ds@schleef.org>
30343
30344         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30345         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30346         * ext/alsa/gstalsa.h:
30347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30348
30349 2004-03-09  Benjamin Otte  <otte@gnome.org>
30350
30351         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30352         (gst_mikmod_change_state):
30353         * ext/mikmod/gstmikmod.h:
30354           make mikmod's loop function not loop infinitely and call
30355           gst_element_yield anymore
30356         * gst/modplug/gstmodplug.cc:
30357           fix pad negotiation (fixes #136590)
30358
30359 2004-03-09  David Schleef  <ds@schleef.org>
30360
30361         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30362         doesn't conflict with the internal colorspace plugin.
30363         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30364         satisfy the crappy-ass shell shipped by a certain vendor.
30365         * gst/videofilter/make_filter: same (bug #135299)
30366
30367 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30368
30369         * configure.ac: bump nano to 1
30370
30371 === release 0.7.6 ===
30372
30373 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30374
30375         * configure.in: releasing 0.7.6, "There"
30376
30377 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30378
30379         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30380         * pkgconfig/gstreamer-play.pc.in:
30381           synchronize the two
30382
30383 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30384
30385         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30386         (cdparanoia_open), (cdparanoia_event):
30387           fix/add error handling
30388         * po/POTFILES.in:
30389           add cdparanoia source
30390         * tools/Makefile.am:
30391           make scripts executable
30392
30393 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30394
30395         * configure.ac:
30396         * ext/vorbis/Makefile.am:
30397         * sys/Makefile.am:
30398           remove id3types, vorbisfile and xvideosink from the build (#133783)
30399
30400 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30401
30402         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30403           Fix metadata read crash (#136537).
30404
30405 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30406
30407         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30408         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30409           adding mime types, fixing the one-stop function
30410
30411 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30412
30413         * ext/nas/nassink.c and /ext/nas/nassink.h:
30414         More NAS love from Arwed von Merkatz
30415         So lets all sing 'Can you feel the NAS tonight'
30416
30417 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30418
30419         * tools/gst-launch-ext.in:
30420         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30421
30422 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30423
30424         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30425         (gst_mpeg2dec_init):
30426         remove the user_data pad for now, because it is being used in
30427         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30428         If someone knows how to fix this properly, please do.
30429
30430 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30431
30432         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30433         (gst_osssink_get_time):
30434         add a warning, IMO this won't get triggered anymore, remove later
30435
30436 2004-03-07  David Schleef  <ds@schleef.org>
30437
30438         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30439         format (bug #136470)
30440
30441 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30442
30443         * gst-libs/Makefile.am:
30444         * gst-libs/gst/media-info/Makefile.am:
30445         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30446         (error_callback), (gst_media_info_error_create),
30447         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30448         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30449         * gst-libs/gst/media-info/media-info-priv.h:
30450         * gst-libs/gst/media-info/media-info-test.c: (main):
30451         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30452         (gst_media_info_class_init), (gst_media_info_instance_init),
30453         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30454         (gst_media_info_read_idler), (gst_media_info_read):
30455         * gst-libs/gst/media-info/media-info.h:
30456         fixed, should work now
30457
30458 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30459
30460         * ext/nas/nassink.c:
30461         A bunch of NAS fixes from Arwed von Merkatz
30462
30463 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30464
30465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30466         (qtdemux_parse_trak):
30467           Fix crash (j might be greater than n_samples, in which case we're
30468           writing outside the allocated space for the array) and memleak.
30469
30470 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * sys/oss/gstosssink.c: (gst_osssink_chain):
30473           And another caller that couldn't handle delay < 0 (unsigned
30474           integer overflow). Video now continues playing on an audio
30475           buffer underrun, and the clock continues working. Audio still
30476           stalls.
30477
30478 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30481         (gst_osssink_get_time):
30482           get_delay() may return values lower than 0. In those cases, we
30483           should not actually cast to *unsigned* int64, that will break
30484           stuff horribly. In my case, it screwed up A/V sync in movies
30485           in totem rather badly.
30486
30487 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30488
30489         * ext/faac/gstfaac.c: (gst_faac_chain):
30490         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30491         * ext/libpng/gstpngenc.c: (user_write_data):
30492         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30493         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30494         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30495         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30496         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30497         of any buffer), should fix some leaks. I hope I didn't unref buffers
30498         that shouldn't be...
30499
30500 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30501
30502         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30503         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30504         (error_callback), (gmi_reset), (gmi_seek_to_track),
30505         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30506         (gmip_find_type_post), (gmip_find_stream_post),
30507         (gmip_find_track_streaminfo_post):
30508         * gst-libs/gst/media-info/media-info-priv.h:
30509         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30510         (info_print), (main):
30511         * gst-libs/gst/media-info/media-info.c:
30512         (gst_media_info_error_create), (gst_media_info_error_element),
30513         (gst_media_info_instance_init), (gst_media_info_get_property),
30514         (gst_media_info_new), (gst_media_info_set_source),
30515         (gst_media_info_read_idler), (gst_media_info_read):
30516         * gst-libs/gst/media-info/media-info.h:
30517           first pass at making this work again.  This seems to work on
30518           tagged ogg/vorbis and mp3 files.
30519
30520 2004-03-06  Benjamin Otte  <otte@gnome.org>
30521
30522         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30523           fix huge leak: gst_buffer_merge doesn't unref the first argument
30524           itself.
30525
30526 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30527
30528         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30529           report layer/mode/emphasis
30530
30531 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30532
30533         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30534
30535 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30536
30537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30538           signal serial
30539
30540 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30541
30542         * ext/vorbis/vorbis.c: (plugin_init):
30543         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30544         (gst_vorbis_dec_init), (vorbis_dec_event):
30545         add debug category
30546         make vorbisdec handle _BYTE and _TIME queries
30547
30548 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30549
30550         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30551           from the xing header
30552
30553 2004-03-06  Benjamin Otte  <otte@gnome.org>
30554
30555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30556         (gst_audio_convert_link), (gst_audio_convert_change_state),
30557         (gst_audio_convert_buffer_from_default_format):
30558           do conversions from/to float correctly, fix some caps nego errors,
30559           export correct supported caps in template and getcaps, use correct
30560           caps in try_set_caps functions
30561
30562 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30563
30564         For some reason, I only committed a ChangeLog entry yesterday and
30565         not the corresponding code...
30566         * ext/mad/gstmad.c: Fix detection of Xing headers
30567         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30568
30569 2004-03-06  Benjamin Otte  <otte@gnome.org>
30570
30571         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30572         (gst_ogg_demux_src_query):
30573           make sure to handle the case where there's no current chain
30574           gracefully.
30575
30576 2004-03-05  David Schleef  <ds@schleef.org>
30577
30578         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30579         Add fixate function. (bug #131128)
30580         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30581         (gst_sdlvideosink_fixate):  Add fixate function.
30582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30583         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30584         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30585         Fix missing break that was causing ulaw to be interpreted as
30586         raw int.
30587
30588 2004-03-05  David Schleef  <ds@schleef.org>
30589
30590         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30591         Fix code that ignores return value of gst_buffer_merge().
30592         (bug #114560)
30593         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30594         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30595         * testsuite/gst-lint:  Check for above.
30596
30597 2004-03-05  David Schleef  <ds@schleef.org>
30598
30599         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30600         caps and throw an element error.  (bug #136334)
30601
30602 2004-03-05  David Schleef  <ds@schleef.org>
30603
30604         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30605         (gst_faad_chain): Fix negotiation.
30606         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30607         key and button events.
30608         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30609         dung heap of code.
30610         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30611         depends on gconf
30612         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30613         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30614         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30615         function to encourage better negotiation, particularly between
30616         audioconvert and osssink.
30617         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30618         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30619         more important.
30620         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30621         typefinding.
30622         * gst/vbidec/vbiscreen.c:  Add glib header
30623         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30624
30625 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30626
30627         * ext/mad/gstmad.c: Fix detection of Xing headers
30628         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30629
30630 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30631
30632         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30633         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30634           debug updates
30635
30636 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30637
30638         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30639         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30640         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30641         files, and report the parsed length as a GST_TAG_DURATION tag.
30642         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30643
30644 2004-03-05  Benjamin Otte  <otte@gnome.org>
30645
30646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30647           convert channels correctly. convert correctly to unsigned.
30648
30649 2004-03-05  Julien MOUTTE <julien@moutte.net>
30650
30651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30652         we have a window before clearing it.
30653
30654 2004-03-05  Julien MOUTTE <julien@moutte.net>
30655
30656         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30657         have a window before clearing it.
30658
30659 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30660
30661         * gconf/gstreamer.schemas.in:
30662         * gst-libs/gst/gconf/Makefile.am:
30663           version installation path the same way as for 0.6
30664         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30665         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30666         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30667           remove comment that was fixed
30668
30669 2004-03-05  David Schleef  <ds@schleef.org>
30670
30671         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30672         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30673         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30674         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30675         Add prototype code for handling seeking and querying.
30676
30677 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30678
30679         * examples/gstplay/player.c: (main):
30680           Initialize variables to NULL. Prevents a segfault because the
30681           (uninitialized) variable is not NULL, resulting in a crash on
30682           trying to reach error->message.
30683
30684 2004-03-05  Benjamin Otte  <otte@gnome.org>
30685
30686         * gst/audioconvert/gstaudioconvert.c:
30687         (gst_audio_convert_buffer_to_default_format):
30688         make float=>int conversion work correctly even in cornercases.
30689
30690 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30691
30692         * debian/README.Debian:
30693         * debian/build-deps:
30694         * debian/changelog:
30695         * debian/control:
30696         * debian/control.in:
30697         * debian/copyright:
30698         * debian/gstreamer-a52dec.files:
30699         * debian/gstreamer-aa.files:
30700         * debian/gstreamer-alsa.files:
30701         * debian/gstreamer-alsa.manpages:
30702         * debian/gstreamer-arts.files:
30703         * debian/gstreamer-artsd.files:
30704         * debian/gstreamer-audiofile.files:
30705         * debian/gstreamer-avifile.files:
30706         * debian/gstreamer-cdparanoia.files:
30707         * debian/gstreamer-colorspace.files:
30708         * debian/gstreamer-doc.files:
30709         * debian/gstreamer-dv.files:
30710         * debian/gstreamer-dvd.files:
30711         * debian/gstreamer-esd.files:
30712         * debian/gstreamer-festival.files:
30713         * debian/gstreamer-flac.files:
30714         * debian/gstreamer-gconf.conffiles:
30715         * debian/gstreamer-gconf.files:
30716         * debian/gstreamer-gconf.postinst:
30717         * debian/gstreamer-gnomevfs.files:
30718         * debian/gstreamer-gsm.files:
30719         * debian/gstreamer-http.files:
30720         * debian/gstreamer-jack.files:
30721         * debian/gstreamer-jpeg.files:
30722         * debian/gstreamer-mad.files:
30723         * debian/gstreamer-mikmod.files:
30724         * debian/gstreamer-misc.files:
30725         * debian/gstreamer-mpeg2dec.files:
30726         * debian/gstreamer-oss.files:
30727         * debian/gstreamer-plugin-apps.files:
30728         * debian/gstreamer-plugin-apps.manpages:
30729         * debian/gstreamer-plugin-libs-dev.files:
30730         * debian/gstreamer-plugin-libs.files:
30731         * debian/gstreamer-plugin-template.postinst:
30732         * debian/gstreamer-plugin-template.postrm:
30733         * debian/gstreamer-sdl.files:
30734         * debian/gstreamer-sid.files:
30735         * debian/gstreamer-vorbis.files:
30736         * debian/gstreamer-x.files:
30737         * debian/mk.control:
30738         * debian/rules:
30739         Debian package info not maintained here.
30740
30741 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30742
30743         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30744         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30745         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30746         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30747         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30748         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30749         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30750         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30751         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30752         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30753         * gst-libs/gst/colorbalance/colorbalance.c:
30754         (gst_color_balance_class_init):
30755         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30756         (gst_color_balance_channel_class_init):
30757         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30758         * gst-libs/gst/play/play.c: (gst_play_class_init):
30759         * gst-libs/gst/propertyprobe/propertyprobe.c:
30760         (gst_property_probe_iface_init):
30761         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30762         * gst-libs/gst/tuner/tunerchannel.c:
30763         (gst_tuner_channel_class_init):
30764         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30765         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30766         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30767         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30768         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30769         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30772         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30773           fix signals to use - instead of _
30774         * ext/libcaca/gstcacasink.h:
30775         * ext/sdl/sdlvideosink.h:
30776           fix header rename
30777
30778 2004-03-04  David Schleef  <ds@schleef.org>
30779
30780         * testsuite/gst-lint:  Add a check for bad signal names.
30781
30782 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30783
30784         reviewed by David Schleef
30785
30786         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30787         modified the alpha channel and caused a warning. (bug #136192)
30788
30789 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30790
30791         * gst-plugins.spec.in:
30792         Change names of plugins to actually be correct. Try to keep things
30793         alphabetical to avoid getting beat up by Thomas
30794
30795 2004-03-03  Julien MOUTTE <julien@moutte.net>
30796
30797         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30798         Using ximagesink as a default if no gconf key found. We should
30799         probably consider using alsasink instead of osssink for the audio
30800         part.
30801
30802 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30803
30804         * configure.ac:
30805           fix --with-plugins, don't think it ever worked before
30806         * gst-plugins.spec.in:
30807           even more updates
30808
30809 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30810
30811         * ext/sdl/sdlvideosink.h:
30812         * sys/ximage/ximagesink.h:
30813         * sys/xvideo/xvideosink.h:
30814         * sys/xvimage/xvimagesink.h:
30815           Fix for move of gstvideosink.h -> videosink.h.
30816
30817 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30818
30819         * gst-libs/gst/xwindowlistener/Makefile.am:
30820           this is a plugin library, not a library
30821
30822 2004-03-01  David Schleef  <ds@schleef.org>
30823
30824         * AUTHORS:  Added some names.  Add yourself if you're still
30825         missing.
30826
30827 2004-03-01  David Schleef  <ds@schleef.org>
30828
30829         * MAINTAINERS: Add
30830
30831 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30832
30833         * gst-plugins.spec.in: clean up spec file
30834
30835 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30836
30837         * gst-libs/gst/video/Makefile.am:
30838         * gst-libs/gst/video/gstvideosink.c:
30839         * gst-libs/gst/video/gstvideosink.h:
30840           rename gstvideosink.h to videosink.h to match other headers
30841         * gst/mixmatrix/Makefile.am:
30842           fix plugin filename
30843         * gst/tags/Makefile.am: fix plugin filename
30844
30845 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30846
30847         * gst/tags/Makefile.am: fix plugin filename
30848
30849 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30850
30851         * examples/gstplay/player.c: (got_time_tick), (main):
30852           add error handler
30853           display time_tick more readably
30854         * gst/mixmatrix/Makefile.am:
30855           fix plugin file name
30856
30857 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30858
30859         * sys/oss/gstosselement.c: (gst_osselement_probe),
30860         (device_combination_append), (gst_osselement_class_probe_devices):
30861         * sys/oss/gstosselement.h:
30862           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30863           on my system using alsa oss emulation, fixes bug #135597
30864
30865 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30866
30867         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30868         (gst_videodrop_chain), (gst_videodrop_change_state):
30869         * gst/videodrop/gstvideodrop.h:
30870           Work based on timestamp of input data, not based on the expected
30871           framerate from the input. The consequence is that this element now
30872           not only scales framerates, but also functions as a framerate
30873           corrector or framerate stabilizer/constantizer.
30874
30875 2004-02-27  David Schleef  <ds@schleef.org>
30876
30877         patches from jmmv@menta.net (Julio M. Merino Vidal)
30878
30879         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30880         GST_ELEMENT_ERROR call (bug #135634)
30881         * gst/interleave/interleave.c: (interleave_buffered_loop),
30882         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30883         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30884         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30885         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30887         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30888         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30889         Fix GST_ELEMENT_ERROR call.
30890         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30891         GST_ELEMENT_ERROR call.
30892
30893 2004-02-27  Benjamin Otte  <otte@gnome.org>
30894
30895         * gst-libs/gst/audio/audio.h:
30896           add macro to make sure header isn't included twice
30897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30898           don't use gst_buffer_free
30899         * gst/playondemand/filter.func:
30900           don't use gst_data_free. Free data only once.
30901
30902 2004-02-26  David Schleef  <ds@schleef.org>
30903
30904         * gst-libs/gst/colorbalance/Makefile.am:
30905         * gst-libs/gst/mixer/Makefile.am:
30906         * gst-libs/gst/tuner/Makefile.am:
30907         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30908         should not be disted, -marshal.h files should not be installed,
30909         and -enum.h files _should_ be installed.  Fix to make this the
30910         case.
30911
30912 === release 0.7.5 ===
30913
30914 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30915
30916         * configure.ac: release 0.7.5, "Under The Sea"
30917
30918 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30919
30920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30921         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30922         * gst/videoscale/gstvideoscale.c:
30923         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30924           assorted debug/warning fixes
30925
30926 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30927
30928         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30929         (gst_videoscale_init), (gst_videoscale_chain),
30930         (gst_videoscale_set_property), (plugin_init):
30931         * gst/videoscale/gstvideoscale.h:
30932         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30933         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30934         (gst_videoscale_planar400), (gst_videoscale_packed422),
30935         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30936         (gst_videoscale_24bit), (gst_videoscale_16bit),
30937         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30938         (gst_videoscale_scale_plane_slow),
30939         (gst_videoscale_scale_point_sample),
30940         (gst_videoscale_scale_nearest),
30941         (gst_videoscale_scale_nearest_str2),
30942         (gst_videoscale_scale_nearest_str4),
30943         (gst_videoscale_scale_nearest_32bit),
30944         (gst_videoscale_scale_nearest_24bit),
30945         (gst_videoscale_scale_nearest_16bit):
30946         add debugging category and use it properly
30947         fix use of GST_PTR_FORMAT
30948
30949 2004-02-25  Andy Wingo  <wingo@pobox.com>
30950
30951         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30952         push only when channel->buffer is NULL. Prevents segfaults doing
30953         the state change after a nonlocal exit, like a scheme exception.
30954
30955         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30956         Handle the case where the intersected caps is empty.
30957
30958 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30959
30960         * gst/law/mulaw-decode.c: (mulawdec_link):
30961         * gst/law/mulaw.c: (plugin_init):
30962           fix mulawdec so it actually works again
30963
30964 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30965
30966         reviewed by: David Schleef  <ds@schleef.org>
30967
30968         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30969         (gst_gamma_init), (gst_gamma_set_property),
30970         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30971         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30972         for RGB, with separate r g and b correction factors. (#131167)
30973
30974 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30975
30976         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30977           only signal tags for bitrate if they're > 0 (#134894)
30978
30979 2004-02-24  David Schleef  <ds@schleef.org>
30980
30981         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30982         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30983         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30984         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30985         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30986         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30987         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30988         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30989         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30990         category.  Attempt to fix timestamp calculation.
30991
30992 2004-02-24  Johan Dahlin  <johan@gnome.org>
30993
30994         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30995
30996 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30997
30998         * configure.ac:
30999         * gconf/Makefile.am:
31000         * gconf/gstreamer.schemas:
31001         * gst-libs/gst/gconf/Makefile.am:
31002         * gst-libs/gst/gconf/gconf.c:
31003           version gconf schemas and install locations
31004
31005 2004-02-23  Benjamin Otte  <otte@gnome.org>
31006
31007         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31008         (gst_xine_input_subclass_init):
31009           call parent dispose.
31010           change pad template for CD reader correctly
31011         * ext/xine/Makefile.am:
31012         * ext/xine/gstxine.h:
31013         * ext/xine/xine.c: (plugin_init):
31014         * ext/xine/xineaudiosink.c:
31015           wrap audio sinks, too
31016         * gst-libs/gst/resample/private.h:
31017         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31018         (gst_resample_reinit), (gst_resample_scale),
31019         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31020         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31021         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31022         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31023         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31024         * gst-libs/gst/resample/resample.h:
31025         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31026         (gst_audioscale_class_init), (gst_audioscale_link),
31027         (gst_audioscale_get_buffer), (gst_audioscale_init),
31028         (gst_audioscale_chain), (gst_audioscale_set_property),
31029         (gst_audioscale_get_property):
31030         * gst/audioscale/gstaudioscale.h:
31031           s/resample_*/gst_resample_*/i to not clobber namespaces
31032
31033 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31034
31035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31036         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31037         (gst_riff_create_video_template_caps),
31038         (gst_riff_create_audio_template_caps),
31039         (gst_riff_create_iavs_template_caps):
31040         * gst-libs/gst/riff/riff-media.h:
31041         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31042         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31043         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31044         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31046         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31047         (gst_matroska_demux_plugin_init): First batch implementing audio and
31048         video codec tags in demuxers.
31049
31050 2004-02-22  Benjamin Otte  <otte@gnome.org>
31051
31052         * ext/xine/Makefile.am:
31053         * ext/xine/gstxine.h:
31054         * ext/xine/xine.c: (plugin_init):
31055         * ext/xine/xineinput.c:
31056           add input plugin wrapper. Playback from files, http, mms and cdda
31057           works.
31058         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31059           remove leftover G_GNUC_UNUSED
31060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31061         (gst_asf_demux_identify_guid):
31062           improve debugging output
31063
31064 2004-02-22  Benjamin Otte  <otte@gnome.org>
31065
31066         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31067
31068         * autogen.sh:
31069           replace test -e with test -x for mkinstalldirs to be more portable.
31070           (fixes #134816)
31071
31072 2004-02-22  Benjamin Otte  <otte@gnome.org>
31073
31074         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31075
31076         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31077           set rank to PRIMARY
31078         * gst/volume/gstvolume.c: (plugin_init):
31079           set rank to NONE
31080         fixes #134960
31081
31082 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31083
31084         reviewed by Benjamin Otte  <otte@gnome.org>
31085
31086         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31087           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31088
31089 2004-02-22  Benjamin Otte  <otte@gnome.org>
31090
31091         * configure.ac:
31092           export [_]*{gst,Gst,GST}.* symbols from plugins
31093
31094 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31095
31096         reviewed by: Benjamin Otte  <otte@gnome.org>
31097
31098         * ext/lame/gstlame.c: (add_one_tag):
31099         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31101         (gst_vorbisenc_metadata_set1):
31102         * gst/tags/gstid3tag.c:
31103         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31104           apply fixes from bugs #135042 (lame can't write tags) and #133817
31105           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31106
31107 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31108
31109         * configure.ac: Export only gst_plugin_desc from plugins.
31110          Note that this change only makes any effect with Linux using libtool
31111          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31112          fine. And don't try to have several versions of libtool in different
31113          directories.
31114
31115 2004-02-20  Andy Wingo  <wingo@pobox.com>
31116
31117         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31118         interleave respectively.
31119
31120         * gst/interleave/deinterleave.c: New plugin: deinterleave
31121         (replaces on oneton).
31122         * gst/interleave/interleave.c: New plugin: interleave.
31123         * gst/interleave/plugin.h: Support file.
31124         * gst/interleave/plugin.c: Support file.
31125
31126         * configure.ac: Remove intfloat and oneton, add interleave.
31127
31128         * ext/sndfile/gstsf.c: Handle events better.
31129
31130         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31131         and float2int operation. int2float has scheduling problems as
31132         noted in in2float_chain.
31133
31134 2004-02-20  Benjamin Otte  <otte@gnome.org>
31135
31136         * ext/xine/Makefile.am:
31137         * ext/xine/gstxine.h:
31138         * ext/xine/xine.c:
31139         * ext/xine/xineaudiodec.c:
31140         * ext/xine/xinecaps.c:
31141           add first version of xine plugin wrapper. Currently only wraps the
31142           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31143         * configure.ac:
31144         * ext/Makefile.am:
31145           add xine plugin wrapper, disabled by default. Use --enable-xine to
31146           build. Note that it'll segfault on gst-register if you don't remove
31147           the goom and tvtime post plugins from xine.
31148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31149         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31150           add extradata parsing for QDM2.
31151           change around debugging prints.
31152
31153 2004-02-19  Benjamin Otte  <otte@gnome.org>
31154
31155         * ext/lame/gstlame.c: (gst_lame_chain):
31156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31157           use gst_tag_list_insert when you want to insert tags
31158
31159 2004-02-18  David Schleef  <ds@schleef.org>
31160
31161         * configure.ac:  Move massink to gst-rotten
31162         * ext/Makefile.am:
31163         * ext/mas/Makefile.am:
31164         * ext/mas/massink.c:
31165         * ext/mas/massink.h:
31166
31167 2004-02-18  David Schleef  <ds@schleef.org>
31168
31169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31170         typefinding, since it seems to be worse than nothing.
31171         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31172         atom to recognize .mp4 and .m4a files as video/quicktime.
31173
31174 2004-02-18  David Schleef  <ds@schleef.org>
31175
31176         * gst/sine/demo-dparams.c: (quit_live),
31177         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31178         Use double dparams, not float.
31179         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31180         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31181         sync'd elements don't really work correctly.
31182         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31183         (volume_update_volume), (volume_get_property):  Change dparam
31184         to double.
31185
31186 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31187
31188         * sys/ximage/ximagesink.c:
31189         (gst_ximagesink_xwindow_update_geometry),
31190         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31191         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31192         (gst_ximagesink_init): Rework the way software video scaling works. So
31193         now we check on each chain call if the video frames are feeling the
31194         window. If not we try to renegotiate caps. On failure we memorize that
31195         and we won't try again for that PLAYING sessions.
31196         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31197         failure.
31198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31199         synchronous flag.
31200
31201 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31202
31203         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31204           break up _link so we can give a better debug message for errors
31205
31206 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31209           set up debug category
31210
31211 2004-02-18  Julien MOUTTE <julien@moutte.net>
31212
31213         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31214         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31215         the way renegotiation work. The event handling function is not taking
31216         care of external windows and renegotiate method check for pad flags
31217         NEGOTIATING. Should fix : #133209
31218
31219 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31220
31221         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31222         pad is negotiating before trying renegotiation.
31223
31224 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31227           pass on all possible mime types as typefind hints
31228
31229 2004-02-17  Julien MOUTTE <julien@moutte.net>
31230
31231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31233         possible SHM leak if we crash. All other apps using XShm are doing
31234         that.
31235
31236 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31237
31238         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31239         (gst_ximagesink_expose): Renegotiate size on expose.
31240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31241         size on expose.
31242
31243 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31244
31245         * testsuite/alsa/sinesrc.c:
31246           cosmetic fix to fix compile issue with gcc 2.95.4
31247
31248 2004-02-16  Julien MOUTTE <julien@moutte.net>
31249
31250         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31251         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31252         failed opening the audio device.
31253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31254         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31255         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31256         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31257         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31258         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31259         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31260         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31261         Removing some useless g_return_if_fail like wingo suggested.
31262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31263         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31264         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31265         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31266         (gst_xvimagesink_update_colorbalance),
31267         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31268         (gst_xvimagesink_xcontext_clear),
31269         (gst_xvimagesink_get_fourcc_from_caps),
31270         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31271         (gst_xvimagesink_set_xwindow_id),
31272         (gst_xvimagesink_colorbalance_list_channels),
31273         (gst_xvimagesink_colorbalance_set_value),
31274         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31275         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31276
31277 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31278
31279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31280           throw error when not negotiated instead of asserting
31281
31282 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31283
31284         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31285         correct data refcounting.
31286
31287 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31288
31289         * gst/switch/gstswitch.c: (gst_switch_change_state),
31290         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31291         change, mostly the EOS flag.
31292
31293 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31294
31295         * examples/gstplay/player.c: (got_eos), (main): Adding some
31296         output for debugging.
31297         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31298         timeouts if we go to any state different from PLAYING.
31299         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31300         more EOS bugs in riff lib.
31301
31302 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31303
31304         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31305         visualization until i find a way to fix switch correctly.
31306         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31307         EOS arrives.
31308         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31309         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31310         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31311         Reworked switch to get a more correct behaviour with events and refing
31312         of data stored in sinkpads.
31313         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31314         we don't pull from a pad in EOS.
31315
31316 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31317
31318         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31319           remove v1 tag even if we can't read it (makes sure we don't detect
31320           it again)
31321
31322 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31323
31324         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31325         (gst_alsa_xrun_recovery):
31326         * ext/alsa/gstalsa.h:
31327           try xrun recovery when wait failed. Make xrun recovery function
31328           return TRUE/FALSE to indicate success. (might fix #134354)
31329
31330 2004-02-13  David Schleef  <ds@schleef.org>
31331
31332         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31333         (dynparm_value_changed), (main): Convert from float to double.
31334         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31335
31336 2004-02-13  David Schleef  <ds@schleef.org>
31337
31338         * gst/silence/gstsilence.c: (gst_silence_class_init),
31339         (gst_silence_set_clock), (gst_silence_get),
31340         (gst_silence_set_property), (gst_silence_get_property):
31341         * gst/silence/gstsilence.h: Add sync property.
31342         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31343         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31344         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31345         * gst/sine/gstsinesrc.h: Add sync property.
31346
31347 2004-02-13  David Schleef  <ds@schleef.org>
31348
31349         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31350         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31351
31352 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31353
31354         * configure.ac:
31355         * ext/Makefile.am:
31356         * gst-libs/ext/Makefile.am:
31357           move ffmpeg plugin to gst-ffmpeg module
31358
31359 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31360
31361         * configure.ac: use GST_ARCH to detect architecture
31362
31363 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31364
31365         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31366
31367 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31368
31369         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31370           classify LADSPA plugins based on number of src/sink pads
31371           (#133663, Stefan Kost)
31372         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31373           fix dparams registration
31374           (#133528, Stefan Kost)
31375         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31376           fix use of isprint and use g_ascii_isprint instead
31377           (#133316, Stefan Kost)
31378
31379 2004-02-11  David Schleef  <ds@schleef.org>
31380
31381         Convert a few inner loops to use liboil.  This is currently
31382         optional, and is only enabled if liboil is present (duh!).
31383         * configure.ac: Check for liboil-0.1
31384         * gst/intfloat/Makefile.am:
31385         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31386         (gst_int2float_chain_gint16):
31387         * gst/videofilter/Makefile.am:
31388         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31389         (tablelookup_u8), (gst_videobalance_planar411):
31390         * gst/videotestsrc/Makefile.am:
31391         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31392         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31393         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31394         (paint_hline_RGB565), (paint_hline_xRGB1555):
31395
31396 2004-02-11  David Schleef  <ds@schleef.org>
31397
31398         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31399         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31400         (gst_colorspace_getcaps), (gst_colorspace_link),
31401         (gst_colorspace_base_init), (gst_colorspace_init),
31402         (gst_colorspace_chain), (gst_colorspace_change_state),
31403         (plugin_init): Merge Ronald's patch (bug #117897) and update
31404         for new caps and negotiation.  Seems to work, although it
31405         shows off bugs in lcs.
31406
31407 2004-02-11  David Schleef  <ds@schleef.org>
31408
31409         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31410         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31411
31412 2004-02-11  David Schleef  <ds@schleef.org>
31413
31414         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31415         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31416         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31417         Add server and port properties
31418
31419 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31420
31421         * m4/a52.m4:
31422         * m4/aalib.m4:
31423         * m4/as-ffmpeg.m4:
31424         * m4/as-liblame.m4:
31425         * m4/as-slurp-ffmpeg.m4:
31426         * m4/check-libheader.m4:
31427         * m4/esd.m4:
31428         * m4/freetype2.m4:
31429         * m4/gconf-2.m4:
31430         * m4/glib.m4:
31431         * m4/gst-alsa.m4:
31432         * m4/gst-artsc.m4:
31433         * m4/gst-ivorbis.m4:
31434         * m4/gst-matroska.m4:
31435         * m4/gst-sdl.m4:
31436         * m4/gst-shout2.m4:
31437         * m4/gst-sid.m4:
31438         * m4/gtk.m4:
31439         * m4/libdv.m4:
31440         * m4/libfame.m4:
31441         * m4/libmikmod.m4:
31442         * m4/ogg.m4:
31443         * m4/vorbis.m4:
31444           fix underquotedness of macros (#133800)
31445         * m4/as-avifile.m4:
31446         * m4/xmms.m4:
31447           removed because no longer used
31448
31449 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31450
31451         * configure.ac:
31452           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31453           by autopoint (fixes #132996)
31454
31455 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31456
31457         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31458         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31459         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31460         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31461           fix memleaks
31462
31463 2004-02-11  David Schleef  <ds@schleef.org>
31464
31465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31466         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31467         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31468         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31469         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31470         (gst_jpegenc_class_init), (gst_jpegenc_init),
31471         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31472         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31473         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31474         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31475
31476 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31477
31478         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31479         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31480         * ext/mikmod/gstmikmod.h:
31481           fix caps negotiation in mikmod
31482         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31483           output debug information
31484
31485 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31486
31487         * gst-libs/gst/colorbalance/Makefile.am:
31488         * gst-libs/gst/navigation/Makefile.am:
31489         * gst-libs/gst/xoverlay/Makefile.am:
31490           remove unused GST_OPT_CFLAGS from Makefiles
31491           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31492
31493 2004-02-07  David Schleef  <ds@schleef.org>
31494
31495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31496         push events to pads that haven't been created (#133508)
31497
31498 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31499
31500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31501         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31502         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31503         (gst_dvdec_loop), (gst_dvdec_change_state):
31504         Second attempt at committing a working dvdec element.
31505
31506 2004-02-06  David Schleef  <ds@schleef.org>
31507
31508         Build fixes for OS X: (see #129600)
31509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31510         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31511         (gst_riff_read_strf_iavs):
31512         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31513         (gst_avi_demux_stream_odml):
31514         * gst/playondemand/Makefile.am:
31515         * gst/rtp/rtp-packet.c:
31516
31517 2004-02-05  David Schleef  <ds@schleef.org>
31518
31519         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31520         last change, because it Just Doesn't Compile.
31521
31522 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31523
31524         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31525           skip undecodable id3v2 tag instead of keeping it
31526
31527 2004-02-05  David Schleef  <ds@schleef.org>
31528
31529         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31530         Unref leaked buffer.  (Noticed by Ronald)
31531
31532 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31533
31534         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31535         Sync requires with other checks.  >= vs =.
31536
31537 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31538
31539         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31540         (gst_dvdec_video_link), (gst_dvdec_loop):
31541         * ext/dv/gstdvdec.h:
31542           rework the caps negotiation so that dvdec works again instead
31543           of just segfaulting.
31544
31545 === release 0.7.4 ===
31546
31547 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31548
31549         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31550         * configure.ac: changed for release
31551
31552 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31553
31554         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31555         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31556         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31557         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31558           reworked patch by David Lehn to fix libdir and includedir for
31559           uninstalled libraries
31560           removed play and gconf from gstreamer-libs since they have their
31561           own pkgconfig files
31562
31563 2004-02-04  David Schleef  <ds@schleef.org>
31564
31565         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31566         memleak.
31567
31568 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31569
31570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31571           use correct GST_TAG_ENCODER tag
31572
31573 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31574
31575         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31576           be sure to stop the clock when going to paused
31577         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31578           reset number of transmitted when going to ready.
31579         fixes #132935
31580
31581 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31582
31583         reviewed by Benjamin Otte
31584
31585         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31586           extract track count (fixes #133410)
31587
31588 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31589
31590         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31591           that should be !=, not == (fixes #132519)
31592
31593 2004-02-04  David Schleef  <ds@schleef.org>
31594
31595         Make sure set_explicit_caps() is called before adding pad.
31596         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31597         * gst/id3/gstid3types.c: (gst_id3types_loop):
31598         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31599         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31600
31601 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31602
31603         * configure.ac:
31604           bump nano to 2, first prerelease
31605           put back AM_PROG_LIBTOOL
31606
31607 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31608
31609         * testsuite/alsa/Makefile.am:
31610           these are user test apps, not automatic testsuite tests
31611
31612 2004-02-04  David Schleef  <ds@schleef.org>
31613
31614         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31615         * gst/mpeg1videoparse/gstmp1videoparse.c:
31616         (mp1videoparse_parse_seq):
31617         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31618         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31619         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31620         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31621         (gst_xvideosink_getcaps):
31622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31623         * testsuite/gst-lint: more tests
31624
31625 2004-02-04  David Schleef  <ds@schleef.org>
31626
31627         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31628         with the code that they would expand to.
31629         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31630         (gst_flacdec_get_src_query_types),
31631         (gst_flacdec_get_src_event_masks):
31632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31633         (gst_gnomevfssrc_get_query_types),
31634         (gst_gnomevfssrc_get_event_mask):
31635
31636 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31637
31638         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31639         (gst_sinesrc_dispose):
31640           fix memleak by properly disposing sinesrc
31641
31642 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31643
31644         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31645         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31646         an overlay to redraw the image because it has been exposed.
31647         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31648         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31649         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31650         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31651         interface
31652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31653         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31654         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31655         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31656         interface
31657
31658 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31659
31660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31661           more memleak fixage
31662
31663 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31664
31665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31666         * gst/typefind/gsttypefindfunctions.c:
31667           fix memleaks shown by gst-typefind
31668
31669 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31670
31671         * common/glib-gen.mak:
31672           add hack rule to touch .Plo files
31673         * gst-libs/gst/colorbalance/Makefile.am:
31674         * gst-libs/gst/mixer/Makefile.am:
31675         * gst-libs/gst/play/Makefile.am:
31676         * gst-libs/gst/tuner/Makefile.am:
31677           remove glib_root variable
31678
31679 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31680
31681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31682           set explicit caps before adding the element, so the autopluggers can
31683           plug correctly.
31684         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31685         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31686         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31687         (dv_type_find):
31688           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31689           argument.
31690
31691 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31692
31693         * gst-libs/gst/colorbalance/Makefile.am:
31694         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31695         * gst-libs/gst/colorbalance/colorbalance.c:
31696         * gst-libs/gst/colorbalance/colorbalance.h:
31697         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31698         * gst-libs/gst/mixer/Makefile.am:
31699         * gst-libs/gst/mixer/mixer-marshal.list:
31700         * gst-libs/gst/mixer/mixer.c:
31701         * gst-libs/gst/mixer/mixer.h:
31702         * gst-libs/gst/mixer/mixermarshal.list:
31703         * gst-libs/gst/play/Makefile.am:
31704         * gst-libs/gst/play/play.h:
31705         * gst-libs/gst/tuner/Makefile.am:
31706         * gst-libs/gst/tuner/tuner-marshal.list:
31707         * gst-libs/gst/tuner/tuner.c:
31708         * gst-libs/gst/tuner/tuner.h:
31709         * gst-libs/gst/tuner/tunermarshal.list:
31710           use new glib-gen.mak snippet to clean up Makefile.am
31711           fix various bugs in Makefile.am's
31712
31713 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31714
31715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31716           handle chain parsing correctly in the multichain case
31717         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31718         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31719         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31720         (theora_dec_chain):
31721           handle events and queries correctly
31722
31723 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31724
31725         * .cvsignore:
31726         Ignore generated file _stdint.h.
31727
31728 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31729
31730         * gst-libs/gst/colorbalance/Makefile.am:
31731         * gst-libs/gst/colorbalance/colorbalance.h:
31732         * gst-libs/gst/mixer/Makefile.am:
31733         * gst-libs/gst/mixer/mixer.h:
31734         * gst-libs/gst/play/Makefile.am:
31735         * gst-libs/gst/play/play.h:
31736         * gst-libs/gst/tuner/Makefile.am:
31737         * gst-libs/gst/tuner/tuner.h:
31738         Generate enum type code with glib-mkenums.
31739         * gst-libs/gst/colorbalance/.cvsignore:
31740         * gst-libs/gst/mixer/.cvsignore:
31741         * gst-libs/gst/play/.cvsignore:
31742         * gst-libs/gst/tuner/.cvsignore:
31743         Ignore generated files.
31744
31745 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31746
31747         * gst-libs/gst/audio/.cvsignore:
31748         Ignore generated file.
31749         * gst-libs/gst/audio/Makefile.am:
31750         Do not install example filter.
31751
31752 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31753
31754         * examples/switch/.cvsignore:
31755         Ignore generated file.
31756
31757 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31758
31759         * common/m4/ax_create_stdint_h.m4:
31760         * configure.ac:
31761           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31762           _stdint.h.
31763         * Makefile.am:
31764           remove generated _stdint.h in DISTCLEANFILES
31765         * ext/a52dec/gsta52dec.c:
31766           include _stdint.h for a52dec. (should fix #133064)
31767
31768 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31769
31770         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31771         (gst_tag_to_vorbis_comments):
31772         Add replaygain support to vorbistag
31773
31774 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31775         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31776         (gst_ffmpeg_caps_to_extradata):
31777           Fix SVQ3 caps flag properties
31778           Use glib macro for bytes swap
31779
31780 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31781
31782         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31783         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31784         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31785         * ext/sndfile/gstsf.c: (plugin_init):
31786         * gst/avi/gstavi.c: (plugin_init):
31787         * sys/dxr3/dxr3init.c: (plugin_init):
31788         * sys/oss/gstossaudio.c: (plugin_init):
31789         * sys/v4l/gstv4l.c: (plugin_init):
31790         * sys/v4l2/gstv4l2.c: (plugin_init):
31791           remove textdomain calls
31792         * po/nl.po:
31793           update Dutch translation
31794
31795 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31796
31797         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31798         (gst_play_set_audio_sink): Moving volume in the audio thread for
31799         instantaneous volume change. Maybe i will add another volume in front
31800         of visualization later, not sure yet though.
31801
31802 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31803
31804         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31805         (gst_ximagesink_handle_xevents): Better X events handling, only take
31806         the latest events for configure and motion.
31807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31808
31809 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31810
31811         reviewed by: David Schleef  <ds@schleef.org>
31812
31813         Fix memory leaks:
31814         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31815         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31816
31817 2004-02-02  David Schleef  <ds@schleef.org>
31818
31819         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31820         of lines.
31821         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31822         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31823         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31824         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31825         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31826         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31827         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31828         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31829         (gst_float2_2_int_link):
31830         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31831         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31832         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31833         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31834         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31835         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31836         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31837         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31838         * testsuite/gst-lint: Add tests for bzero and ;;
31839
31840 2004-02-02  David Schleef  <ds@schleef.org>
31841
31842         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31843
31844 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31845
31846         * ext/aalib/gstaasink.c: (gst_aasink_open):
31847         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31849         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31850         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31851         (gst_afsink_close_file):
31852         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31853         (gst_afsrc_close_file):
31854         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31855         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31856         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31857         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31858         * ext/esd/esdmon.c: (gst_esdmon_get):
31859         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31860         * ext/faac/gstfaac.c: (gst_faac_chain):
31861         * ext/faad/gstfaad.c: (gst_faad_chain):
31862         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31863         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31864         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31865         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31866         (gst_flacdec_loop):
31867         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31868         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31869         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31870         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31871         (gst_gnomevfssink_close_file):
31872         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31873         (gst_gnomevfssrc_open_file):
31874         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31875         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31876         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31877         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31878         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31879         * ext/mad/gstmad.c: (gst_mad_chain):
31880         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31881         * ext/mpeg2dec/gstmpeg2dec.c:
31882         * ext/mpeg2enc/gstmpeg2enc.cc:
31883         * ext/mplex/gstmplex.cc:
31884         * ext/mplex/gstmplexibitstream.cc:
31885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31886         (gst_ogg_demux_push):
31887         * ext/raw1394/gstdv1394src.c:
31888         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31889         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31890         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31891         (gst_sf_loop):
31892         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31893         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31894         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31895         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31897         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31898         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31899         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31900         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31901         (gst_riff_read_element_data), (gst_riff_read_seek),
31902         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31903         * gst/adder/gstadder.c: (gst_adder_loop):
31904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31905         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31906         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31907         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31908         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31909         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31910         * gst/goom/gstgoom.c: (gst_goom_chain):
31911         * gst/id3/gstid3types.c: (gst_id3types_loop):
31912         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31913         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31914         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31915         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31916         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31917         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31918         (gst_ebml_read_float), (gst_ebml_read_header):
31919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31920         (gst_matroska_demux_parse_blockgroup):
31921         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31923         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31924         * gst/silence/gstsilence.c: (gst_silence_get):
31925         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31926         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31927         * gst/speed/gstspeed.c: (speed_loop):
31928         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31929         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31930         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31931         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31932         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31933         (gst_wavparse_loop):
31934         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31935         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31936         (dxr3audiosink_close):
31937         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31938         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31939         (dxr3videosink_close), (dxr3videosink_write_data):
31940         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31941         * sys/oss/gstosssink.c: (gst_osssink_chain):
31942         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31946         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31947         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31948         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31949         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31950         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31951         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31952         (gst_v4l_set_audio):
31953         * sys/v4l/v4l_calls.h:
31954         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31955         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31956         (gst_v4lmjpegsink_playback_init),
31957         (gst_v4lmjpegsink_playback_start):
31958         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31959         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31960         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31961         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31963         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31964         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31965         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31966         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31967         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31968         (gst_v4l2_get_output), (gst_v4l2_set_output),
31969         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31970         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31971         (gst_v4l2_set_attribute):
31972         * sys/v4l2/v4l2_calls.h:
31973         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31974         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31975         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31976         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31977         (gst_v4l2src_capture_stop):
31978         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31979         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31980         (gst_ximagesink_chain):
31981         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31982         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31983         (gst_xvideosink_xwindow_new):
31984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31985         (gst_xvimagesink_chain):
31986
31987 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31988
31989         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31990         (gst_volume_get_volume), (volume_class_init), (volume_init),
31991         (volume_chain_int16), (volume_update_volume):
31992         * gst/volume/gstvolume.h:
31993           make code more readable by removing magic numbers
31994           make mixer interface export 0-100 range
31995           make it internally map to 0.0-1.0 range so users don't distort
31996           output by putting the sliders at full volume
31997
31998 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31999
32000         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32001         (gst_play_state_change), (gst_play_seek_to_time):
32002         block the tick callback for 0.5 secs after doing a seek
32003
32004 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32005
32006         * gst-libs/gst/play/play.c: (gst_play_new):
32007           check for GError
32008
32009 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32010
32011         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32012         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32013         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32014         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32016         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32017
32018 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32019
32020         * configure.ac:
32021         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32022           check for a function added in vorbis 1.1
32023
32024 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32025
32026         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32027         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32028           really start/stop clock only on PLAYING <=> PAUSED
32029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32030           remove \n from debugging lines
32031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32032           make it work when seeking does not
32033         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32034           reset on DISCONT
32035
32036 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32037
32038         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32039           start clock on PAUSED=>PLAYING, not later
32040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32041           extract correct time for different discont formats
32042         (gst_alsa_sink_get_time):
32043           don't segfault when no format is negotiated yet, just return 0
32044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32045         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32046         (gst_ogg_pad_push):
32047           handle flush and discont events correctly
32048         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32049           handle discont events correctly
32050
32051 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32054         (gst_play_error_create), (gst_play_error_plugin),
32055         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32056         * gst-libs/gst/play/play.h:
32057           add error handling during creation
32058         * examples/gstplay/player.c: (main):
32059           use new gst_play_new
32060
32061
32062 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32063
32064         * ext/theora/theoradec.c: (theora_dec_chain):
32065           make comments work
32066         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32067         (vorbis_dec_src_event), (vorbis_dec_chain):
32068           add encoder tag, fix tag reading to be more error tolerant, change
32069           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32070           gst_pad_event_default.
32071         * gst/tags/gstvorbistag.c:
32072         (gst_tag_list_from_vorbiscomment_buffer):
32073           undefine function specific define at end of function
32074
32075 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32076
32077         * ext/flac/gstflac.c: (plugin_init):
32078         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32079         * ext/flac/gstflacdec.h:
32080         * ext/flac/gstflacenc.h:
32081           Fix typos
32082
32083 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32084
32085         * examples/gstplay/player.c: s/gstplay.h/play.h/
32086
32087 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32088
32089         * gst-libs/gst/play/Makefile.am:
32090         * gst-libs/gst/play/gstplay.c:
32091         * gst-libs/gst/play/gstplay.h:
32092         * gst-libs/gst/play/play.c:
32093           more surgery, operation complete
32094
32095 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32096
32097         * gst-libs/gst/play/play.old.c:
32098         * gst-libs/gst/play/play.old.h:
32099           after CVS surgery by moving, remove
32100         * gst-libs/gst/play/playpipelines.c:
32101           remove
32102
32103         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32104           add negotiation error
32105
32106 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32107
32108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32109         (gst_ogg_demux_push):
32110           add some seeking debug info
32111           send a flush when seeking
32112
32113 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32114
32115         * configure.ac:
32116           use AC_C_INLINE
32117         * configure.ac:
32118         * ext/Makefile.am:
32119         * ext/theora/Makefile.am:
32120         * ext/theora/theoradec.c:
32121           add theora video decoder. Does just do simple decoding for now and
32122           has been tested against Theora cvs only. It only works when theora
32123           is compiled with --enable-static.
32124         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32125           always reset packetno on DISCONT
32126
32127 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32128
32129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32130           Fix audio.
32131
32132 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32133
32134         * gst/mpegaudioparse/gstmpegaudioparse.c:
32135         (mp3_type_frame_length_from_header):
32136           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32137
32138 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32139
32140         * ext/esd/esdsink.c: (gst_esdsink_init):
32141           Since we have static pad template caps, we don't need to negotiate;
32142           either the core errors out or we know the format.
32143
32144 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32145
32146         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32147         (gst_riff_read_seek):
32148         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32149         (gst_ebml_read_seek):
32150           Fix event handling.
32151
32152 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32153
32154         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32155           removee video/x-theora from vp3 decoder, it doesn't handle raw
32156           theora streams
32157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32158           fix bug with finalizing element that never went to PAUSED
32159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32160           length and position queries were swapped
32161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32162         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32163         (vorbis_dec_src_event):
32164           implement querying time and bytes
32165
32166 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32167
32168         * just about every source file:
32169           gst_element_error -> GST_ELEMENT_ERROR
32170
32171 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32172
32173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32174         emiting FLUSH and even before DISCONT.
32175         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32176         get the best instant seeking as possible yay!
32177
32178 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32179
32180         * gst/mpeg1videoparse/gstmp1videoparse.c:
32181         (gst_mp1videoparse_real_chain):
32182           Committed wrong version last week... Grr... Didn't notice until now.
32183
32184 2004-01-29  Julien MOUTTE <julien@moutte.net>
32185
32186         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32188         have_xwindow_id signal in xwindow_create.
32189
32190 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32191
32192         * ext/ogg/gstoggdemux.c:
32193           lots of changes - mainly support for chained bitstreams, seeking,
32194           querying and bugfixes of course
32195         * ext/vorbis/Makefile.am:
32196         * ext/vorbis/vorbisdec.c:
32197         * ext/vorbis/vorbisdec.h:
32198           add vorbisdec raw vorbis decoder
32199         * ext/vorbis/vorbis.c: (plugin_init):
32200           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32201         * gst/intfloat/Makefile.am:
32202         * gst/intfloat/float22int.c:
32203         * gst/intfloat/float22int.h:
32204         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32205           add float2intnew plugin. It converts multichannel interleaved float to
32206           multichannel interleaved int. The name should probably be changed.
32207         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32208         (plugin_init):
32209           add typefinding for raw theora video so oggdemux can detect it.
32210
32211 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32212
32213         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32214         sink element first.
32215         * gst/videoscale/gstvideoscale.c:
32216         (gst_videoscale_handle_src_event): Fixing src event handler.
32217
32218 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32219
32220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32221         (gst_v4lsrc_open), (gst_v4lsrc_close),
32222         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32223         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32224         * sys/v4l/gstv4lsrc.h:
32225         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32226         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32227           Implement resizing... Hack. But that's why v4l is b0rked...
32228
32229 2004-01-28  Julien MOUTTE <julien@moutte.net>
32230
32231         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32232         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32233         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32234         (gst_ximagesink_xwindow_destroy):
32235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32236         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32237         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32238         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32239         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32240         correctly cleaning the image created to check xshm calls on succes,
32241         added a lot of XSync calls in X11 functions, and fixed a segfault when
32242         no image format was defined before negotiation happened.
32243
32244 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32245
32246         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32247           use gst_element_get_time to get correct time
32248
32249 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32250
32251         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32252         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32253         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32255         (gst_xvimagesink_check_xshm_calls),
32256         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32257         X plugins are now able to detect that XShm calls will fail even if the
32258         server claims that it has XShm support (remote displays most of the
32259         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32260         so that we use non XShm functions. This feature is almost useless for
32261         xvimagesink as Xv is not supported on remote displays anyway, but
32262         it might happen than even on the local display XShm calls fail.
32263
32264 2004-01-27  David Schleef  <ds@schleef.org>
32265
32266         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32267         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32268         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32269         changed esdsink to only use 44100,16,2, since esd sucks at rate
32270         conversion and esdsink has had difficulty negotiating.
32271
32272 2004-01-27  Julien MOUTTE <julien@moutte.net>
32273
32274         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32275         (gst_play_seek_to_time): Fixing the way to get current position.
32276
32277 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32278
32279         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32280           use gst_element_get_time to get correct time
32281
32282 2004-01-27  Julien MOUTTE <julien@moutte.net>
32283
32284         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32285         fix ever... Inverting 2 lines of code make spider autoplug correctly
32286         tagged mp3 !
32287
32288 2004-01-27  David Schleef  <ds@schleef.org>
32289
32290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32291         Use gst_pad_try_set_caps_nonfixed().
32292
32293 2004-01-27  David Schleef  <ds@schleef.org>
32294
32295         * gst/ac3parse/gstac3parse.c: update to checklist 5
32296         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32297         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32298         * gst/audioscale/gstaudioscale.c: same
32299         * gst/auparse/gstauparse.c: same
32300         * gst/avi/gstavidemux.c: same
32301
32302 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32303
32304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32305           stop processing after EOS
32306
32307 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32308
32309         * gst/asfdemux/asfheaders.h:
32310         * gst/asfdemux/gstasfdemux.c:
32311         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32312         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32313         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32314           lot's of fixes to make data extraction simpler and get the code
32315           architecture and compiler independant. Add debugging category
32316         * gst/goom/gstgoom.c: (gst_goom_change_state):
32317           reset channel count on PAUSED=>READY, not READY=>PAUSED
32318
32319 2004-01-26  Colin Walters  <walters@verbum.org>
32320
32321         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32322         code to pull a bigger buffer in iradio mode.  This as a side effect
32323         makes typefinding work.
32324
32325 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32326
32327         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32328         Fix SVQ3 decoding on PPC
32329
32330 2004-01-26  Julien MOUTTE <julien@moutte.net>
32331
32332         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32333         that one managed to stay there... Fixed.
32334
32335 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32336
32337         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32338         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32339         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32340         (qtdemux_video_caps):
32341         * gst/qtdemux/qtdemux.h:
32342         Add SVQ3 specific flags to qtdemux and ffmpeg
32343
32344 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32345
32346         * gst-libs/gst/audio/audio.h:
32347           remove buffer-frames from audio caps
32348         * gst/audioconvert/gstaudioconvert.c:
32349           fix plugin to really work.
32350
32351 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32352
32353         * gst-libs/gst/mixer/mixer.c:
32354         * gst-libs/gst/propertyprobe/propertyprobe.c:
32355         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32356         (gst_tuner_find_channel_by_name):
32357         * gst-libs/gst/tuner/tuner.h:
32358           Add gtk-doc style comments. Also fix a function name.
32359
32360 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32361
32362         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32363         (gst_divxdec_negotiate):
32364           Fix for new capsnego - also fixes gst-player with divxdec.
32365
32366 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32367
32368         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32369         (gst_play_identity_handoff), (gst_play_set_location),
32370         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32371         try in visualization implementation. Still have an issue with switch
32372         blocking when pulling from video_queue and only audio comes out of
32373         spider.
32374         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32375         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32376         release method. And check if the pad is usable before pulling.
32377
32378 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32379
32380         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32381         (gst_videobalance_init),
32382         (gst_videobalance_colorbalance_list_channels),
32383         (gst_videobalance_colorbalance_set_value),
32384         (gst_videobalance_colorbalance_get_value),
32385         (gst_videobalance_update_properties),
32386         (gst_videobalance_update_tables_planar411),
32387         (gst_videobalance_planar411):
32388         * gst/videofilter/gstvideobalance.h:
32389           Implement lookup-tables. +/- 10x faster.
32390
32391 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32392
32393         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32394         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32395           The index reading was broken. The rest worked fine, but the whole
32396           goal of my rewrite was to make avidemux readable, and this was
32397           not at all readable. Please use typed variables.
32398
32399 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32400
32401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32402           Additional pad usability check.
32403         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32404         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32405         (gst_mp1videoparse_real_chain):
32406           Fix MPEG video stream parsing. The original plugin had several
32407           issues, including not timestamping streams where the source was
32408           not timestamped (this happens with PTS values in mpeg system
32409           streams, but MPEG video is also a valid stream on its own so
32410           that needs timestamps too). We use the display time code for that
32411           for now. Also, if one incoming buffer contains multiple valid
32412           frames, we push them all on correctly now, including proper EOS
32413           handling. Lastly, several potential segfaults were fixed, and we
32414           properly sync on new sequence/gop headers to include them in next,
32415           not previous frames (since they're header for the next frame, not
32416           the previous). Also see #119206.
32417         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32418         (bpf_from_header):
32419           Move caps setting so we only do it after finding several valid
32420           MPEG-1 fraes sequentially, not right after the first one (which
32421           might be coincidental).
32422         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32423         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32424         (plugin_init):
32425           Add unsynced MPEG video stream typefinding, and change some
32426           probability values so we detect streams rightly. The idea is as
32427           follows: I can have an unsynced system stream which contains
32428           video. In the current code, I would randomly get a type for either
32429           system or video stream type found, because the probabilities are
32430           being calculated rather randomly. I now use fixed values, so we
32431           always prefer system stream if that was found (and that is how it
32432           should be). If no system stream was found, we can still identity                the stream as video-only.
32433
32434 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32435
32436         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32437         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32438           don't write to buffer. Extract data without the need of
32439           __attribute__ ((packed))
32440
32441 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32442
32443         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32444         (mpeg1_sys_type_find):
32445           Fix MPEG-1 stream typefinding.
32446
32447 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32448
32449         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32450           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32451
32452 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32453
32454         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32455         * ext/esd/gstesd.c: (plugin_init):
32456           private debugging, better error reporting
32457
32458 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32459
32460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32461         (gst_riff_read_init), (gst_riff_read_change_state):
32462         * gst-libs/gst/riff/riff-read.h:
32463           Remove stuff fromold metadata system.
32464
32465 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32466
32467         * ext/ogg/gstoggdemux.c:
32468           Fix wrong file comment.
32469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32471           Add metadata reading properly.
32472
32473 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32474
32475         * ext/Makefile.am:
32476           Fix nas DIST_SUBDIRS
32477           Uraeus:
32478           Fix bug where make distcheck doesn't get run on adding stuff to
32479           the build.
32480
32481 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32482
32483         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32484         * ext/divx/gstdivxdec.h:
32485           Fix divx3 ("msmpeg4") playback using divxdec.
32486
32487 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32488
32489         * gst/typefind/gsttypefindfunctions.c:
32490         (mp3_type_frame_length_from_header): fix bug in length computation
32491         (mp3_type_find): improve debugging output
32492
32493 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32494
32495         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32496         (gst_play_set_location), (gst_play_seek_to_time),
32497         (gst_play_set_audio_sink), (gst_play_set_visualization),
32498         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32499         the pipeline from scratch. Visualization is back and switch went out as
32500         i realized it was not possible to use the way i wanted.
32501         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32502         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32503         clearing in state change from READY to NULL. So that one can clean the
32504         X ressources keeping the element.
32505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32506         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32507         (gst_xvimagesink_colorbalance_set_value),
32508         (gst_xvimagesink_colorbalance_get_value),
32509         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32510         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32511         change from READY to NULL and fixed some stupid bugs in colorbalance
32512         get/set values. Also added the following feature : when nobody tries to
32513         set some values to the colorbalance levels before the xcontext is
32514         grabbed, then when creating channels list from Xv attributes we set the
32515         internal values to the Xv defaults. This way we handle buggy Xv drivers
32516         that set default hue values far from the middle of the range (Thanks
32517         to Jon Trowbridge for pointing that issue).
32518         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32519         colorbalance levels have been set before xcontext is grabbed.
32520
32521 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32522
32523         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32524           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32525           it might block operations (which is bad for a mixer).
32526
32527 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32530         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32531         (gmip_find_type_pre):
32532         * gst-libs/gst/media-info/media-info-priv.h:
32533         * gst-libs/gst/media-info/media-info.c:
32534         (gst_media_info_instance_init), (gst_media_info_read_idler):
32535         add fakesink to get caps on decoder src pad again
32536         fix callback prototype to match new have_type signal signature
32537
32538 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32539
32540         * gst/adder/gstadder.c: (gst_adder_link):
32541           fix non-compile and cut-n-paste code
32542
32543 2004-01-21  David Schleef  <ds@schleef.org>
32544
32545         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32546         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32547         (gst_swfdec_init), (gst_swfdec_change_state):
32548         * ext/swfdec/gstswfdec.h:
32549         Fix negotiation.
32550         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32551         (gst_adder_request_new_pad): Fix negotiation.
32552         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32553         Add a fixate function.
32554         * gst/intfloat/gstfloat2int.c:
32555         * gst/intfloat/gstfloat2int.h:
32556         * gst/intfloat/gstint2float.c:
32557         * gst/intfloat/gstint2float.h:
32558         Completely rewrite the negotiation.  Doesn't quite work yet,
32559         due to some buffer-frames problem.
32560
32561 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32562
32563         * ext/gnomevfs/gstgnomevfssrc.c:
32564         * sys/v4l2/v4l2_calls.h:
32565           fix includes for distcheck
32566
32567 2004-01-21  Christian Schaller <uraeus@gnome.org>
32568
32569         * ext/nas/
32570         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32571         based on earlier patch from Laurent Vivier
32572
32573 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32574
32575         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32576         Fix wma caps property
32577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32578         Fix typo (flags1 and flags2)
32579
32580 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32581
32582         * gst-libs/gst/media-info/media-info-priv.c:
32583         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32584         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32585         (gmip_find_stream), (gmip_find_track_metadata),
32586         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32587         (gmip_find_track_format):
32588         * gst-libs/gst/media-info/media-info-priv.h:
32589         * gst-libs/gst/media-info/media-info-test.c: (main):
32590         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32591         (gst_media_info_read_idler), (gst_media_info_read):
32592         * gst-libs/gst/media-info/media-info.h:
32593           register debugging category and use it for debugging
32594
32595 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32596
32597         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32598         (gst_vorbisfile_new_link):
32599           signal streaminfo through tags
32600
32601 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32602
32603         * ext/mplex/gstmplex.cc:
32604         * ext/mplex/gstmplexibitstream.cc:
32605           g++ doesn't like NULL in our i18n/error macros, should be
32606           either (NULL) or ("").
32607
32608 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32609
32610         * sys/dxr3/dxr3audiosink.c:
32611         * sys/dxr3/dxr3init.c:
32612         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32613         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32614           Fix more error error error errors (missing includes here).
32615
32616 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32617
32618         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32619           fix thomas' error errors.
32620
32621 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32622
32623         * ext/mpeg2enc/gstmpeg2enc.cc:
32624           fix error errors.
32625
32626 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32627
32628         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32629         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32630           Fix for new error system.
32631
32632 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32633
32634         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32635           fix for new error reporting
32636
32637 2004-01-20  David Schleef  <ds@schleef.org>
32638
32639         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32640         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32641         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32642         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32643         and neither is 100+, most likely.
32644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32645         (gst_xvimagesink_getcaps): same
32646
32647 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32648
32649         * configure.ac:
32650           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32651           clashes with ffmpeg.
32652
32653 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32654
32655         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32656         (gst_switch_init): Fixed switch element : proxying link and setting
32657         caps from src to sink on request.
32658
32659 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32660
32661         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32662         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32663         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32664         fix element_error
32665
32666 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32667
32668         * sys/v4l/v4l_calls.h:
32669         * sys/v4l2/v4l2_calls.h:
32670           element_error fixes
32671
32672 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32673
32674         * gst-libs/gst/gst-i18n-plugin.h:
32675           add locale.h
32676           remove config.h inclusion
32677
32678 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32679
32680         * autogen.sh:
32681           adding autopoint invocation
32682         * Makefile.am:
32683         * configure.ac:
32684         * gst-libs/gst/gettext.h:
32685           adding gettext bits
32686         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32687         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32688         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32689         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32690         (gst_gnomevfssink_close_file):
32691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32692         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32693         * gst-libs/gst/gst-i18n-plugin.h:
32694         * gst/avi/gstavi.c: (plugin_init):
32695         * sys/dxr3/dxr3init.c: (plugin_init):
32696         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32697         * sys/oss/gstossaudio.c: (plugin_init):
32698         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32699         * sys/v4l/gstv4l.c: (plugin_init):
32700         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32701         * sys/v4l2/gstv4l2.c: (plugin_init):
32702         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32703         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32704         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32705         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32706         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32707         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32708           make sure locale and translation domain are set
32709           fix translated strings
32710         * po/.cvsignore:
32711         * po/LINGUAS:
32712         * po/Makevars:
32713         * po/POTFILES.in:
32714         * po/nl.po:
32715           put translation files into place
32716         * sys/xvideo/imagetest.c: (main):
32717         * ext/dv/demo-play.c: (main):
32718           fix unnecessary translations
32719
32720 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32721
32722         * ext/sndfile/gstsf.c:
32723         * gst/avi/gstavimux.c:
32724         * ext/audiofile/gstafsink.c:
32725         * ext/audiofile/gstafsrc.c:
32726         * ext/gnomevfs/gstgnomevfssink.c:
32727         * ext/gnomevfs/gstgnomevfssrc.c:
32728         * sys/oss/gstosselement.c:
32729         * sys/v4l/v4l_calls.h:
32730           fix i18n include
32731
32732 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32733
32734         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32735         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32736         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32737         (gst_v4l2_get_output), (gst_v4l2_set_output),
32738         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32739         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32740         (gst_v4l2_set_attribute):
32741         update to new error handling
32742
32743 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32744
32745         * ext/sidplay/gstsiddec.cc:
32746         * gst/modplug/gstmodplug.cc:
32747           parenthese NULL because C++ seems angry about it
32748
32749 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32750
32751         * gst-libs/gst/gst-i18n-plugin.h:
32752           add skeleton i18n stuff, but needs to be further implemented
32753
32754 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32755
32756         * examples/gstplay/player.c: (main):
32757         * ext/aalib/gstaasink.c: (gst_aasink_open):
32758         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32759         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32760         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32761         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32762         (gst_afsink_close_file):
32763         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32764         (gst_afsrc_close_file):
32765         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32766         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32767         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32768         * ext/esd/esdmon.c: (gst_esdmon_get):
32769         * ext/esd/esdsink.c: (gst_esdsink_chain):
32770         * ext/faac/gstfaac.c: (gst_faac_chain):
32771         * ext/faad/gstfaad.c: (gst_faad_chain):
32772         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32773         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32774         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32775         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32776         (gst_flacdec_loop):
32777         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32778         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32780         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32781         (gst_gnomevfssink_close_file):
32782         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32783         (gst_gnomevfssrc_open_file):
32784         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32785         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32786         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32787         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32788         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32789         * ext/mad/gstmad.c: (gst_mad_chain):
32790         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32791         * ext/mpeg2dec/gstmpeg2dec.c:
32792         * ext/mpeg2enc/gstmpeg2enc.cc:
32793         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32794         * ext/mplex/gstmplex.cc:
32795         * ext/mplex/gstmplexibitstream.cc:
32796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32797         (gst_ogg_demux_push), (gst_ogg_pad_push):
32798         * ext/raw1394/gstdv1394src.c:
32799         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32800         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32801         * ext/sidplay/gstsiddec.cc:
32802         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32803         (gst_sf_loop):
32804         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32805         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32806         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32808         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32809         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32810         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32811         * gst-libs/gst/Makefile.am:
32812         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32813         (gst_riff_read_element_data), (gst_riff_read_seek),
32814         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32815         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32817         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32819         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32820         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32821         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32822         * gst/goom/gstgoom.c: (gst_goom_chain):
32823         * gst/id3/gstid3types.c: (gst_id3types_loop):
32824         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32825         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32826         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32827         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32828         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32829         (gst_ebml_read_float), (gst_ebml_read_header):
32830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32831         (gst_matroska_demux_parse_blockgroup):
32832         * gst/modplug/gstmodplug.cc:
32833         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32834         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32835         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32836         * gst/silence/gstsilence.c: (gst_silence_get):
32837         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32838         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32839         * gst/speed/gstspeed.c: (speed_loop):
32840         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32841         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32842         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32843         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32844         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32845         (gst_wavparse_loop):
32846         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32847         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32848         (dxr3audiosink_close):
32849         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32850         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32851         (dxr3videosink_close), (dxr3videosink_write_data):
32852         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32853         * sys/oss/gstosselement.h:
32854         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32855         (gst_osssink_chain):
32856         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32857         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32858         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32859         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32860         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32861         (gst_v4l_enable_overlay):
32862         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32863         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32864         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32865         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32866         (gst_v4l_set_audio):
32867         * sys/v4l/v4l_calls.h:
32868         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32869         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32870         (gst_v4lmjpegsink_playback_init),
32871         (gst_v4lmjpegsink_playback_start):
32872         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32873         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32874         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32875         (gst_v4lmjpegsrc_requeue_frame):
32876         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32877         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32878         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32879         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32881         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32882         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32883         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32884         (gst_v4l2src_capture_stop):
32885         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32887         (gst_ximagesink_chain):
32888         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32889         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32890         (gst_xvideosink_xwindow_new):
32891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32892         (gst_xvimagesink_chain):
32893         use new error signal, function and categories
32894
32895 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32896
32897         * configure.ac:
32898         * ext/Makefile.am:
32899         * ext/musicbrainz/gsttrm.c:
32900         * ext/musicbrainz/gsttrm.h:
32901         * ext/musicbrainz/Makefile.am:
32902         Add a trm plugin
32903
32904 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32905
32906         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32907         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32908         synchronous property for debugging.
32909         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32911         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32912         smaller block, fixing indent.
32913
32914 2004-01-16  David Schleef  <ds@schleef.org>
32915
32916         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32917         property affects the video stream.
32918         * sys/xvimage/xvimagesink.c:
32919         * sys/xvimage/xvimagesink.h:
32920         Add synchronous property for debugging.  Should probably be
32921         disabled in non-CVS builds.  Make sure that the Xv attribute
32922         exists before we set it (crash!).  Fix a silly float bug that
32923         caused colorbalance to just not work.
32924
32925 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32926
32927         * tools/gst-launch-ext.in - update for new plugins
32928
32929 2004-01-16  David Schleef  <ds@schleef.org>
32930
32931         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32932         already-freed caps.
32933
32934 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32935
32936         * Update spec for new colorspace plugin and libcaca plugin
32937         * Fix compilation of libcaca plugin (clock -> id)
32938
32939 2004-01-16  Julien MOUTTE <julien@moutte.net>
32940
32941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32942         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32943         (gst_xvimagesink_set_xwindow_id),
32944         (gst_xvimagesink_colorbalance_set_value),
32945         (gst_xvimagesink_colorbalance_get_value),
32946         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32947         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32948         correct colorbalance properties. They can now be set when the element
32949         is still in NULL state. The values will be committed to the Xv Port
32950         when xcontext is initialized.
32951         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32952         brightness int values in the GstXvImagesink structure.
32953
32954 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32955
32956         * gst-libs/gst/Makefile.am:
32957           restructure so having local patches works easier.
32958
32959 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32960
32961         * ext/mpeg2enc/Makefile.am:
32962         * ext/mpeg2enc/gstmpeg2enc.cc:
32963         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32964           Bugfix with respect to EOS handling.
32965
32966 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32967
32968         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32969           Link with right caps (else, it segfaults).
32970         * ext/mplex/gstmplexjob.cc:
32971           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32972
32973 2004-01-15  David Schleef  <ds@schleef.org>
32974
32975         * gst-libs/gst/audio/Makefile.am:
32976         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32977         from the template.
32978         * gst-libs/gst/audio/gstaudiofilter.c:
32979         * gst-libs/gst/audio/gstaudiofilter.h:
32980         Add bytes_per_sample and size and n_samples calculation.
32981         * gst-libs/gst/audio/gstaudiofilterexample.c:
32982         Remove, now autogenerated.
32983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32984         Moved from gstaudiofilterexample, object name changed, code added
32985         so that it actually works.
32986         * gst-libs/gst/audio/make_filter:
32987         Script to build an audiofilter subclass from the template.
32988         * gst/colorspace/Makefile.am:
32989         * gst/colorspace/yuv2yuv.c:
32990         Remove file, since it's GPL, and we don't use it.
32991
32992 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32993
32994         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32996         them use the buffer free function to test how the buffer was allocated.
32997
32998 2004-01-15  David Schleef  <ds@schleef.org>
32999
33000         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33001         that handles osssink fallback.
33002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33003         (gst_audio_convert_getcaps):
33004         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33005         Add audio/x-qdm2 for QDM2 audio.
33006         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33007         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33009         Decrease minimum size to 16x16.
33010         * gst/wavparse/gstwavparse.c:
33011         Convert disabled pad template caps to new caps.
33012         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33014         (gst_xvimagesink_chain): Throw element error when display cannot
33015         be opened.  Increase minimum framerate to 1.0.  Check the data
33016         free function on a buffer to make sure it is the type we expect
33017         before manipulating it.
33018
33019 2004-01-15  Julien MOUTTE <julien@moutte.net>
33020
33021         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33022         (gst_videobalance_colorbalance_set_value): Implement passthru if
33023         settings are in the middle.
33024         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33025
33026 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33027
33028         * gst/videofilter/Makefile.am:
33029         * gst/volume/Makefile.am:
33030           Since we use videofilter symbols, link to it.
33031
33032 2004-01-15  Julien MOUTTE <julien@moutte.net>
33033
33034         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33035         mixer interface type to HARDWARE.
33036         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33037         type to SOFTWARE.
33038         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33039         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33040         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33041         (gst_volume_interface_init), (gst_volume_list_tracks),
33042         (gst_volume_set_volume), (gst_volume_get_volume),
33043         (gst_volume_set_mute), (gst_volume_mixer_init),
33044         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33045         (volume_init): Implementing mixer interface.
33046         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33047         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33048         (gst_osselement_change_state): Removing some trailing commas in
33049         structures.
33050         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33051         interface type to HARDWARE.
33052         * sys/v4l/gstv4lcolorbalance.c:
33053         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33054         type to HARDWARE.
33055         * sys/v4l2/gstv4l2colorbalance.c:
33056         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33057         interface type to HARDWARE.
33058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33059         same code than ximagesink for event handling.
33060
33061 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33062
33063         * ext/snapshot/Makefile.am:
33064         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33065         (gst_snapshot_chain):
33066         * ext/snapshot/gstsnapshot.h:
33067           This has to be a joke... Snapshot should be connected to a tee,
33068           colorspace element before it and EOS after that, where the other
33069           src of the tee receives normal data.
33070           The current way is *wrong*.
33071
33072 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33073
33074         * ext/hermes/gsthermescolorspace.c:
33075           Fix another compile error. Same as below.
33076
33077 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33078
33079         * gst/colorspace/gstcolorspace.c:
33080         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33081         (gst_colorspace_i420_to_yv12):
33082           Fix compiling... Didn't test if it actually works.
33083
33084 2004-01-15  David Schleef  <ds@schleef.org>
33085
33086         * configure.ac:
33087         * gst/colorspace/Makefile.am:
33088         * gst/colorspace/gstcolorspace.c:
33089         * gst/colorspace/gstcolorspace.h:
33090         * gst/colorspace/yuv2rgb.c:
33091         * gst/colorspace/yuv2rgb.h:
33092         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33093         code and GPL code.  Fix for new caps negotiation.  Rewrite
33094         much of the format handling code, and some of the conversion
33095         code.  Basically, rewrote almost everything.  This element
33096         handles I420, YV12 to RGB conversions.
33097         * ext/hermes/Makefile.am:
33098         * ext/hermes/gsthermescolorspace.c:
33099         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33100         Remove non-Hermes related code.  This element handles lots of
33101         RGB to RGB conversions, but no YUV.
33102         * ext/hermes/gstcolorspace.c:
33103         * ext/hermes/gstcolorspace.h:
33104         * ext/hermes/rgb2yuv.c:
33105         * ext/hermes/yuv2rgb.c:
33106         * ext/hermes/yuv2rgb.h:
33107         * ext/hermes/yuv2rgb_mmx16.s:
33108         * ext/hermes/yuv2yuv.c:
33109         * ext/hermes/yuv2yuv.h:
33110         Remove old code.
33111
33112 2004-01-14  Colin Walters  <walters@verbum.org>
33113
33114         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33115         they've already been.
33116
33117 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33118
33119         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33120           assume tag mode when pad is not connected
33121
33122 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33123
33124         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33125           Don't update the time of the clock
33126         (gst_alsa_sink_loop):
33127           sync to the clock given to alsasink, not the own clock
33128         * sys/oss/gstosssink.c: (gst_osssink_chain):
33129           sync to the clock
33130         (gst_osssink_change_state):
33131           activate the clock
33132         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33134           remove bogus code that made DISCONT events unhandled
33135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33136           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33137           #131502)
33138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33139         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33140         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33141           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33142           2nd warning in bug #131502)
33143
33144 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33145
33146         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33147         (gst_videobalance_colorbalance_set_value),
33148         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33149         for colorbalance interface implementation.
33150         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33151         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33152         (gst_ximagesink_dispose), (gst_ximagesink_init),
33153         (gst_ximagesink_class_init): Adding DISPLAY property.
33154         * sys/ximage/ximagesink.h: Adding display_name to store display.
33155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33156         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33157         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33158         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33159         properties (they still need polishing though for gst-launch use : no
33160         xcontext yet, i ll do that tomorrow).
33161         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33162
33163 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33164
33165         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33166         (gst_play_set_location), (gst_play_set_visualization): Preparing
33167         switch integration, adding videobalance in the pipeline.
33168
33169 2004-01-14  Julien MOUTTE <julien@moutte.net>
33170
33171         * gst-libs/gst/colorbalance/colorbalance.c:
33172         (gst_color_balance_class_init): Adding a default type.
33173         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33174         the type.
33175         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33176         (gst_videobalance_dispose), (gst_videobalance_class_init),
33177         (gst_videobalance_init), (gst_videobalance_interface_supported),
33178         (gst_videobalance_interface_init),
33179         (gst_videobalance_colorbalance_list_channels),
33180         (gst_videobalance_colorbalance_set_value),
33181         (gst_videobalance_colorbalance_get_value),
33182         (gst_videobalance_colorbalance_init): Implementing colorbalance
33183         interface.
33184         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33185         list.
33186         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33187         bug which was triggering a BadAccess X error when setting an overlay
33188         before pad was really negotiated.
33189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33190         Using the colorbalance type macro.
33191
33192 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33193
33194         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33195         (gst_flacenc_chain):
33196           handle tags correctly
33197         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33198           extract ID3v1 tags correctly
33199
33200 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33201
33202         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33203         (plugin_init):
33204           Improve matroska typefinding for odd-typed headers...
33205
33206 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33207
33208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33209           Fix for using incremental number on padnames.
33210
33211 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33212
33213         * ext/divx/gstdivxdec.c:
33214         * ext/divx/gstdivxenc.c:
33215           Set category to divx4linux instead of divx (too generic).
33216         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33217         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33218         (gst_wavparse_loop), (gst_wavparse_change_state):
33219         * gst/wavparse/gstwavparse.h:
33220           fix parsing of WAV files with non-standard fmt-tag size and fix
33221           skipping of unrecognized chunks... Someone please fix this thing
33222           to use rifflib so all this is automated.
33223         * sys/v4l/Makefile.am:
33224         * sys/v4l2/Makefile.am:
33225           Add X_CFLAGS because we depend on X (for overlay).
33226
33227 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33228
33229         * ext/mpeg2dec/gstmpeg2dec.c:
33230           Don't issue a timestamp unless we tagged the frame
33231           with a PTS.
33232
33233 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33234
33235         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33236           Query the audio element to get the time, not the clock. We're
33237           interested in the element's time here.
33238
33239 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33240
33241         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33243         * ext/esd/esdsink.c: (gst_esdsink_chain):
33244         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33245         * ext/mas/massink.c: (gst_massink_chain):
33246         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33248         (gst_matroska_demux_parse_metadata):
33249         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33250         (gst_mpeg_parse_release_locks):
33251         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33252         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33253         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33254         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33255         (gst_osssink_change_state):
33256         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33257         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33258         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33259         (gst_xvideosink_release_locks):
33260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33261           use element time.
33262         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33263         (gst_alsa_clock_stop):
33264         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33265         (gst_audio_clock_get_internal_time):
33266           simplify for use with new clocking code.
33267         * testsuite/alsa/Makefile.am:
33268         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33269           fix testsuite for new caps system
33270
33271 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33272
33273         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33274         * ext/flac/gstflacenc.c: (add_one_tag):
33275           length is already host endian, no need to convert. Fixes playback of
33276           tagged files on PPC. (bug #128384)
33277
33278 2004-01-13  Julien MOUTTE <julien@moutte.net>
33279
33280         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33281         colorbalance interface stating if it is hardware based or software
33282         based.
33283         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33284         Removing a trailing comma.
33285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33286         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33287         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33288         the documentation seems to be wrong on the -1000 to 1000 interval.
33289
33290 2004-01-12  David Schleef  <ds@schleef.org>
33291
33292         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33293         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33294         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33295         Fix negotiation.  Add a bufferalloc function for the sink pad,
33296         and generally clean up some of the code.
33297
33298 2004-01-12  Julien MOUTTE <julien@moutte.net>
33299
33300         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33301         (gst_color_balance_channel_dispose): Adding safety check in dispose
33302         method.
33303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33304         (gst_xvimagesink_xcontext_clear),
33305         (gst_xvimagesink_interface_supported),
33306         (gst_xvimagesink_colorbalance_list_channels),
33307         (gst_xvimagesink_colorbalance_set_value),
33308         (gst_xvimagesink_colorbalance_get_value),
33309         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33310         Adding colorbalance interface support to set XV parameters such as
33311         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33312         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33313         interface.
33314
33315 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33316
33317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33318         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33319         (gst_audio_convert_init), (gst_audio_convert_set_property),
33320         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33321         (gst_audio_convert_link),
33322         (gst_audio_convert_buffer_to_default_format),
33323         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33324           - implement _getcaps and use it
33325           - improve linking
33326           - remove float caps since no float conversion is actually done
33327           - remove properties and arguments that were to be used for rate
33328             conversion
33329
33330 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33331
33332         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33333         (gst_audio_structure_set_int):
33334         * gst-libs/gst/audio/audio.h:
33335           add helper functions for _getcaps matching the standard audio
33336           templates
33337
33338 2004-01-12  David Schleef  <ds@schleef.org>
33339
33340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33341         Test that pad is negotiated before getting its caps.
33342
33343 2004-01-12  Julien MOUTTE <julien@moutte.net>
33344
33345         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33346         analyzing the pads of an element the bin is mostly in READY state so
33347         no caps were negotiated. This helper function needs to work with
33348         _get_caps directly then. I was not freeing them though, added that to
33349         fix the mem leak.
33350
33351 2004-01-12  Julien MOUTTE <julien@moutte.net>
33352
33353         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33355         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33356         than the free_func.
33357
33358 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33359
33360         * sys/oss/gstossaudio.c: (plugin_init):
33361         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33362         * sys/oss/gstosselement.h:
33363           make an oss debugging category
33364           make failure more descriptive
33365
33366 2004-01-11  David Schleef  <ds@schleef.org>
33367
33368         * ext/ffmpeg/gstffmpeg.c:
33369         * ext/ffmpeg/gstffmpegcodecmap.c:
33370         * ext/ffmpeg/gstffmpegdec.c:
33371         * ext/ffmpeg/gstffmpegenc.c:
33372         * ext/ffmpeg/gstffmpegprotocol.c:
33373         * ext/gdk_pixbuf/gstgdkanimation.c:
33374         * ext/jpeg/gstjpeg.c:
33375         * ext/libpng/gstpng.c:
33376         * ext/mpeg2dec/perftest.c:
33377         * ext/speex/gstspeex.c:
33378         * gst-libs/gst/resample/dtos.c:
33379         * gst/intfloat/gstintfloatconvert.c:
33380         * gst/oneton/gstoneton.c:
33381         * gst/rtjpeg/RTjpeg.c:
33382         * gst/rtp/gstrtp.c:
33383         * sys/dxr3/dxr3init.c:
33384         * sys/glsink/gstgl_nvimage.c:
33385         * sys/glsink/gstgl_pdrimage.c:
33386         * sys/glsink/gstglsink.c:
33387         * testsuite/gst-lint:
33388         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33389
33390 2004-01-11  David Schleef  <ds@schleef.org>
33391
33392         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33393         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33394         * ext/gdk_pixbuf/gstgdkanimation.c:
33395         (gst_gdk_animation_iter_create_pixbuf):
33396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33397         (gst_gdk_pixbuf_chain):
33398         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33399         * ext/jack/gstjack.c: (gst_jack_change_state):
33400         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33401         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33402         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33403         * gst/videofilter/gstvideofilter.c:
33404         (gst_videofilter_set_output_size):
33405         Remove all usage of gst_pad_get_caps(), and replace it with
33406         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33407
33408 2004-01-11  David Schleef  <ds@schleef.org>
33409
33410         * configure.ac:
33411         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33412         * ext/divx/gstdivxdec.c:
33413         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33414         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33415         handle images that span multiple buffers.  Now work with both
33416         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33417         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33418         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33419         video/video.h changes
33420         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33421         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33422         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33423         of GstData free function.
33424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33425         same.
33426
33427 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33428
33429         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33430         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33431         (gst_v4l2element_get_property):
33432         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33433           add norm, channel and frequency properties.
33434         * sys/v4l2/gstv4l2tuner.c:
33435           fixes for tuner interface changes
33436         * sys/v4l2/gstv4l2element.h:
33437         * sys/v4l2/gstv4l2src.c:
33438         * sys/v4l2/gstv4l2src.h:
33439         * sys/v4l2/v4l2src_calls.c:
33440         * sys/v4l2/v4l2src_calls.h:
33441           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33442
33443 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33444
33445         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33446         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33447         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33448         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33449         * gst-libs/gst/tuner/tuner.h:
33450           GObjects aren't const.
33451           Add find_by_name functions.
33452           Add checks to _changed functions.
33453         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33454         (gst_v4l_tuner_get_norm):
33455           Fixes for above.
33456
33457 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33458
33459         * gst-libs/gst/video/video.h:
33460           Fix caps template names to be understandable.
33461           Prefix everything with GST_VIDEO.
33462         * ext/aalib/gstaasink.c:
33463         * ext/divx/gstdivxdec.c:
33464         * ext/divx/gstdivxenc.c:
33465         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33466         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33467         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33468         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33469         * ext/libcaca/gstcacasink.c:
33470         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33471         * ext/snapshot/gstsnapshot.c:
33472         * ext/swfdec/gstswfdec.c:
33473         * ext/xvid/gstxviddec.c:
33474         * ext/xvid/gstxvidenc.c:
33475         * gst/chart/gstchart.c:
33476         * gst/deinterlace/gstdeinterlace.c:
33477         * gst/effectv/gsteffectv.c:
33478         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33479         * gst/goom/gstgoom.c:
33480         * gst/median/gstmedian.c:
33481         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33482         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33483         * gst/overlay/gstoverlay.c:
33484         * gst/smooth/gstsmooth.c:
33485         * gst/smpte/gstsmpte.c:
33486         * gst/synaesthesia/gstsynaesthesia.c:
33487         * gst/videocrop/gstvideocrop.c:
33488         * gst/videodrop/gstvideodrop.c:
33489         * gst/y4m/gsty4mencode.c:
33490         * sys/qcam/gstqcamsrc.c:
33491         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33492           Make them work with new video.h file.
33493         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33494         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33496         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33497           Make it work with new buffer allocation system.
33498
33499 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33500
33501         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33502         pad_alloc_buffer implementation to use ->srcpad
33503         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33504         pad_alloc_buffer implementation to use ->srcpad
33505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33506         pad_alloc_buffer implementation to use ->srcpad
33507         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33508         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33509         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33510         a reference to everything we need.
33511         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33513         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33514         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33515         a reference to everything we need.
33516         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33517
33518 2004-01-11  David Schleef  <ds@schleef.org>
33519
33520         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33521         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33522         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33523         structure members.
33524         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33525         value during a resize/renegotiation.
33526         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33527         gst_pad_alloc_buffer();
33528         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33529         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33530         structure members.
33531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33532         Fix for rename of buffer private structure members.
33533         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33534         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33535         Fix for rename of buffer private structure members.
33536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33537         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33538         Fix for rename of buffer private structure members.
33539
33540 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33541
33542         reviewed by: David Schleef <ds@schleef.org>
33543
33544         * gst/videofilter/Makefile.am:
33545         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33546         from the patch by ds to fit in with recent make_filter changes.
33547
33548 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33549
33550         * configure.ac: Adding examples/switch/Makefile
33551         * examples/Makefile.am: Adding examples/switch
33552         * examples/switch/Makefile.am: Adding switcher example.
33553         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33554         (switch_timer), (main): Adding an example demonstrating switch usage
33555         with 2 videotestsrc showing different patterns.
33556         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33557         (gst_switch_init): Fixing switch with the new caps system.
33558
33559 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33560
33561         * gst-libs/gst/video/video.h:
33562           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33563           They should probably be like
33564           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33565
33566 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33567
33568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33569         (qtdemux_parse_trak):
33570           fix audio chunk size/timestamp calculation
33571
33572 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33573
33574         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33575           fix SVQ3 caps
33576
33577 2004-01-11  Steve Baker  <steve@stevebaker.org>
33578
33579         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33580         (gst_agingtv_base_init), (gst_agingtv_class_init),
33581         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33582         (gst_agingtv_set_property), (gst_agingtv_get_property):
33583         Port agingTV to videofilter
33584
33585 2004-01-09  Julien MOUTTE <julien@moutte.net>
33586
33587         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33588         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33589
33590 2004-01-09  Julien MOUTTE <julien@moutte.net>
33591
33592         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33593         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33594         * gst-libs/gst/xoverlay/xoverlay.c:
33595         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33597         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33599         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33600         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33601         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33602         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33603         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33604         interface implementation to handle xid being 0 and fix some bugs
33605         triggered by Benjamin's testcase.
33606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33607         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33608         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33609         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33610         interface implementation to handle xid being 0 and fix some bugs
33611         triggered by Benjamin's testcase.
33612
33613 2004-01-09  David Schleef  <ds@schleef.org>
33614
33615         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33616         mouse pointer events.  It works.
33617
33618 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33619
33620         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33621           Use explicit caps - fix capsnego.
33622         * ext/xvid/gstxviddec.c:
33623         * ext/xvid/gstxvidenc.c:
33624           Remove macro-inside-macro which caused compile errors.
33625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33626           Error out if it's not a RIFF file. Else we error out without
33627           gst_element_error() which is not good...
33628
33629 2004-01-08  David Schleef  <ds@schleef.org>
33630
33631         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33632         Fix pad_link function to handle formats that ffmpeg returns
33633         as multiple caps structures.
33634         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33635         Only complain if source buffer is _smaller_ than expected.
33636         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33637         (gst_videoscale_handle_src_event): Resize navigation events
33638         when passing them upstream.
33639         * gst/videotestsrc/gstvideotestsrc.c:
33640         * gst/videotestsrc/gstvideotestsrc.h:
33641         * gst/videotestsrc/videotestsrc.c:
33642         * gst/videotestsrc/videotestsrc.h:
33643         Rewrite many of the buffer painting functions to handle odd
33644         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33645         been verified to work with my video card.
33646         * testsuite/gst-lint:  Add check for elements calling
33647         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33648
33649 2004-01-08  David Schleef  <ds@schleef.org>
33650
33651         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33652         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33653
33654 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33655
33656         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33657         configure event is not emiting the desired size signal. That fixes
33658         aspect ratio issues with gst-player.
33659
33660 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33661
33662         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33663           Fix capsnego.
33664
33665 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33666
33667         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33668         public method to fire size signal.
33669
33670 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33671
33672         * examples/gstplay/Makefile.am: Adding the interface library.
33673         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33674         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33675         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33676         GST_IS_X_OVERLAY before signal connect.
33677         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33678         Removing the have_video_size signal.
33679         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33680         and associated public method.
33681         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33682         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33683         signal.
33684         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33685         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33686         signal.
33687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33688         Using XOverlay public method to fire size signal.
33689
33690 2004-01-07  David Schleef  <ds@schleef.org>
33691
33692         * gst/videofilter/Makefile.am:
33693         * gst/videofilter/gstvideotemplate.c:
33694         * gst/videofilter/make_filter:
33695         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33696         Convert make_filter to /bin/sh script.
33697
33698 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33699
33700         * gst/modplug/gstmodplug.cc: fix element description
33701
33702 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33703
33704         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33705         (got_video_size): Adding some new lines in g_print calls.
33706         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33707         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33708         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33709         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33710         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33711         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33712         Complete code review, reverting some stuff i disagree with, adding
33713         some fixes : time synchronization on invalid timestamps, renegotiation
33714         of private window.
33715         * sys/ximage/ximagesink.h:
33716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33717         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33718         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33719         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33720         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33721         (gst_xvimagesink_buffer_new),
33722         (gst_xvimagesink_navigation_send_event),
33723         (gst_xvimagesink_set_xwindow_id),
33724         (gst_xvimagesink_get_desired_size),
33725         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33726         stuff i disagree with, adding some fixes : Renegotiation of private
33727         window, implementing get_desired_size.
33728
33729 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33730
33731         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33732         (gst_afsink_handle_event):
33733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33734         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33735         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33736         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33737         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33738           Fix for instantiate-test (see core). Also remove dead code from
33739           jpegenc (which still needs fixing, but that's lower on my TODO
33740           list...).
33741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33742           Never return NULL as caps.
33743
33744 2004-01-07  David Schleef  <ds@schleef.org>
33745
33746         * configure.ac:
33747         * ext/Makefile.am:
33748         * ext/librfb/Makefile.am:
33749         * ext/librfb/gstrfbsrc.c:
33750         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33751         is the protocol used by VNC.
33752
33753 2004-01-07  David Schleef  <ds@schleef.org>
33754
33755         * gst/videofilter/gstvideotemplate.c:
33756         * gst/videofilter/gstvideotemplate.h:
33757         * gst/videofilter/make_filter:
33758         Merge videotemplate header into source file.
33759         * gst/effectv/Makefile.am:
33760         * gst/effectv/gsteffectv.c: (plugin_init):
33761         * gst/effectv/gstwarp.c:
33762         Make warpTV a subclass of videofilter.
33763
33764 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33765
33766         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33767           Add guard against invalid utf-8 conversions in mad. Just in case.
33768
33769 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33770
33771         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33772           Fix for bug shown by poisoning
33773
33774 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33775
33776         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33777         (gst_v4lmjpegsrc_buffer_free):
33778         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33779         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33780         (gst_v4lsrc_buffer_free):
33781           Fix for removed bufferpools.
33782
33783 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33784
33785         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33786         Fix caps negotiation.
33787
33788         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33789         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33790         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33791         (dvdnavsrc_event):
33792         * ext/mpeg2dec/gstmpeg2dec.c:
33793         * gst-libs/gst/navigation/navigation.c:
33794         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33795         * gst-libs/gst/navigation/navigation.h:
33796         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33797         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33799         Super-simple first version of mouse and keyboard events. Clicking
33800         on a DVD menu now works, although it may not take you where you
33801         expected.
33802
33803         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33804         * gst/videotestsrc/gstvideotestsrc.c:
33805         (gst_videotestsrc_src_fixate):
33806         These fixate functions were broken - they never actually
33807         fixated :)
33808
33809 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33810
33811         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33812         (gst_icecastsend_init):
33813           fix for new caps system.
33814         * gst-libs/gst/mixer/mixertrack.h:
33815         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33816           Add 'master track' flag (for tools like ACME that only want to
33817           change the main volume).
33818
33819 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33820
33821         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33822         (gst_xvid_csp_to_caps):
33823         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33824         * ext/xvid/gstxvidenc.c:
33825         ifdef out ARGB type when it isn't available
33826         in xvidcore 1.0.0beta2
33827
33828 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33829
33830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33831           When we have received a new SCR right in the first buffer after
33832           a seek (so in the same cycle that handles the discont), we should
33833           handle the buffer instead of unreffing it, else we lose data.
33834
33835 2004-01-06  Iain <iain@prettypeople.org>
33836
33837         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33838           buffer-frames caps too.
33839
33840         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33841           caps that we need, don't destroy them all and rebuild them. And when
33842           creating src pads, use the src pad template rather than the sink...
33843
33844 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33845
33846         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33847           Add pad to element *after* setting functions such as event handler.
33848           Without this, the scheduler (opt) will link pads, set the event
33849           handler from the default event function (dispatcher in gstpad.c)
33850           and *after* that, we will set our own event function, which will
33851           thus never be used (and thus mpegdemux doesn't handle events).
33852
33853 2004-01-04  David Schleef  <ds@schleef.org>
33854
33855         Fix the fixate functions to handle new prototype:
33856         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33857         * gst/videotestsrc/gstvideotestsrc.c:
33858         (gst_videotestsrc_src_fixate):
33859         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33860         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33862
33863 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33864
33865         * sys/ximage/ximagesink.h:
33866         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33867         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33868         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33869         (gst_ximagesink_xoverlay_init):
33870           assorted fixes to make (re)embedding work
33871         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33872         (gst_ximagesink_get_desired_size):
33873           implement desired size additions to XOverlay
33874
33875 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33876
33877         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33878         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33879         (gst_x_overlay_got_desired_size):
33880         * gst-libs/gst/xoverlay/xoverlay.h:
33881           Add optional "desired size" signal and querying.
33882
33883 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33884
33885         * gst/matroska/matroska-demux.c:
33886         (gst_matroska_demux_parse_blockgroup):
33887           Fix EBML-laced block parsing. Diffs are relative to previous
33888           lace, not the first lace. Thanks to Mosu from the Matroska
33889           team for detecting this.
33890         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33891         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33892         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33893         (gst_wavparse_change_state):
33894         * gst/wavparse/gstwavparse.h:
33895           Quickfix for capsnego.
33896
33897 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33898
33899         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33900           Fix indenting, fix pad creation.
33901
33902 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33903
33904         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33905         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33906         (gst_xviddec_sink_link):
33907           Implement src_getcaps() so proper size caps is negotiated.
33908
33909 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33910
33911         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33912           Finish flac decoder on EOS. See #116178.
33913
33914 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33915
33916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33917         (gst_matroska_demux_add_stream):
33918         * gst/matroska/matroska-ids.h:
33919           Add getcaps() function to fix capsnego...
33920
33921 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33922
33923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33924         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33926           Fix more integer overflows. Again, see #126967.
33927
33928 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33929
33930         * ext/mpeg2dec/gstmpeg2dec.c:
33931           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33932           #130416.
33933
33934 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33935
33936         * configure.ac:
33937         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33938         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33939         * ext/xvid/gstxvid.h:
33940         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33941         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33942         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33943         (gst_xviddec_change_state):
33944         * ext/xvid/gstxviddec.h:
33945         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33946         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33947         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33948         (gst_xvidenc_link), (gst_xvidenc_set_property),
33949         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33950         * ext/xvid/gstxvidenc.h:
33951           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33952
33953 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33954
33955         * gst/rtp/rtp-packet.c:
33956           Add sys/types.h include, since OS X doesn't define in_addr_t
33957           in netinet/in.h, like it does on Linux (see #129600).
33958
33959 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33960
33961         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33962
33963         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33964           Correct logic of dispose function (see #129306).
33965
33966 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33967
33968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33970         (gst_mpeg_parse_init):
33971         * gst/mpegstream/gstmpegparse.h:
33972           Remove clock (which was never provided, i.e. dead code), and
33973           also fix integer overflows at high PTS values (see #126967).
33974
33975 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33976
33977         * ext/flac/gstflacdec.c:
33978         * ext/libpng/gstpngenc.h:
33979         * ext/mikmod/gstmikmod.h:
33980           OS X fixes (see #126628).
33981
33982 2004-01-02  David Schleef  <ds@schleef.org>
33983
33984         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33985         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33986         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33987         (gst_mpeg_parse_class_init): Move pad template registration
33988         to class_init, since the derived class (mpegdemux) doesn't
33989         want them.
33990
33991 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33992
33993         * sys/ximage/Makefile.am:
33994         * sys/xvideo/Makefile.am:
33995         * sys/xvimage/Makefile.am:
33996           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33997           after installation (see #127664).
33998
33999 2004-01-02  David Schleef  <ds@schleef.org>
34000
34001         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34002         (gst_ffmpegenc_connect):  Negotiation fixes.
34003         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34004         Remove inappropriate gst_caps_free().
34005         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34006         Reenable Ronald's internal resize code, since the core handles
34007         it correctly now.
34008
34009 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34010
34011         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34012         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34014           Fix pad template stuff.
34015
34016 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34017
34018         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34019         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34020           fix signed integer reading/writing.
34021
34022 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34023
34024         * ext/alsa/README:
34025           Remove outdated document
34026
34027 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34028
34029         * gst/cutter/gstcutter.c: (gst_cutter_init):
34030           src pad was being created twice - oops.
34031
34032 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34033
34034         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34035           Comment out internal resize. It doesn't handle the resulting
34036           XEvent internally, does another try_set_caps() which leads to
34037           a really nice loop.
34038           Real fix will come when Julien and Dave are awake. ;).
34039
34040 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34041
34042         * ext/mpeg2enc/gstmpeg2enc.cc:
34043           fix const/nonconst compile issue.
34044
34045 2004-01-02  David Schleef  <ds@schleef.org>
34046
34047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34048         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34049         Add fixate function and a check for bad formats.
34050
34051 2004-01-01  David Schleef  <ds@schleef.org>
34052
34053         Negotiation fixes:
34054         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34055         (gst_audiofilter_init):
34056         * gst/debug/efence.c: (gst_efence_init):
34057         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34058         (gst_deinterlace_init):
34059         * gst/volume/gstvolume.c: (volume_connect):
34060
34061 2004-01-01  David Schleef  <ds@schleef.org>
34062
34063         Convert elements to use gst_pad_use_explicit_caps() where
34064         appropriate:
34065         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34066         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34067         (gst_afparse_open_file):
34068         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34069         (gst_afsrc_open_file):
34070         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34071         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34072         (gst_ffmpegdec_chain):
34073         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34074         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34075         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34076         (gst_gdk_pixbuf_chain):
34077         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34078         (gst_jpegdec_chain):
34079         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34080         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34081         (gst_mikmod_negotiate):
34082         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34083         (gst_mpeg2dec_negotiate_format):
34084         * ext/mpeg2enc/gstmpeg2enc.cc:
34085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34086         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34087         (gst_speexdec_sinkconnect):
34088         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34089         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34090         (gst_vorbisfile_new_link):
34091         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34092         (gst_ac3parse_chain):
34093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34094         (gst_asf_demux_setup_pad):
34095         * gst/auparse/gstauparse.c: (gst_auparse_init),
34096         (gst_auparse_chain):
34097         * gst/id3/gstid3types.c: (gst_id3types_loop):
34098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34099         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34100         (mp1videoparse_parse_seq):
34101         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34102         (bpf_from_header):
34103         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34104         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34105         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34106         (gst_mpeg_parse_send_data):
34107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34108         (gst_qtdemux_add_stream):
34109         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34110         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34111         (gst_wavparse_parse_fmt):
34112
34113 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34114
34115         * configure.ac:
34116           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34117           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34118           it therefore uses the wrong include paths. Too bad... Note
34119           that 1.6.1.93 is not release yet. ;).
34120           Also add a check for mplex, which is now using the lib'ified
34121           mplex from mjpegtools, too.
34122         * ext/ffmpeg/gstffmpegcodecmap.c:
34123           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34124           issues. I don't think ffmpeg handles 3ivx correctly, so this
34125           probably won't work. But it won't hurt either.
34126         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34127         (gst_ffmpegdec_chain):
34128         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34129         (gst_ffmpegenc_chain_audio):
34130           Fix memleak in audio encoding. Close codec if open fails, this
34131           calls the cleanup routines so we can re-use the context.
34132         * ext/mpeg2enc/gstmpeg2enc.cc:
34133           Fix pad template names/types, fix memory issue with getcaps().
34134         * ext/mpeg2enc/gstmpeg2encoder.cc:
34135         * ext/mpeg2enc/gstmpeg2encoder.hh:
34136           Fix compile issue with new caps system (const thingy).
34137         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34138         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34139           We read a first frame right on initing, so that we have a caps
34140           when we init the output. This caps is cached in padprivate and
34141           read as first frame.
34142         * ext/mplex/Makefile.am:
34143         * ext/mplex/gstmplex.cc:
34144         * ext/mplex/gstmplex.h:
34145         * ext/mplex/gstmplex.hh:
34146         * ext/mplex/gstmplexibitstream.cc:
34147         * ext/mplex/gstmplexibitstream.hh:
34148         * ext/mplex/gstmplexjob.cc:
34149         * ext/mplex/gstmplexjob.hh:
34150         * ext/mplex/gstmplexoutputstream.cc:
34151         * ext/mplex/gstmplexoutputstream.hh:
34152           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34153           had issues, didn't do capsnego, supported only a subset of the
34154           mplex features and required a mplex fork in our local CVS. Plus
34155           that it worked agaist a very old mplex version. Rewriting was
34156           faster than updating it.
34157         * gst-libs/ext/Makefile.am:
34158         * gst-libs/ext/mplex/INSTRUCT:
34159         * gst-libs/ext/mplex/Makefile.am:
34160         * gst-libs/ext/mplex/README:
34161         * gst-libs/ext/mplex/TODO:
34162         * gst-libs/ext/mplex/ac3strm_in.cc:
34163         * gst-libs/ext/mplex/audiostrm.hh:
34164         * gst-libs/ext/mplex/audiostrm_out.cc:
34165         * gst-libs/ext/mplex/aunit.hh:
34166         * gst-libs/ext/mplex/bits.cc:
34167         * gst-libs/ext/mplex/bits.hh:
34168         * gst-libs/ext/mplex/buffer.cc:
34169         * gst-libs/ext/mplex/buffer.hh:
34170         * gst-libs/ext/mplex/fastintfns.h:
34171         * gst-libs/ext/mplex/format_codes.h:
34172         * gst-libs/ext/mplex/inputstrm.cc:
34173         * gst-libs/ext/mplex/inputstrm.hh:
34174         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34175         * gst-libs/ext/mplex/mjpeg_logging.cc:
34176         * gst-libs/ext/mplex/mjpeg_logging.h:
34177         * gst-libs/ext/mplex/mjpeg_types.h:
34178         * gst-libs/ext/mplex/mpastrm_in.cc:
34179         * gst-libs/ext/mplex/mpegconsts.cc:
34180         * gst-libs/ext/mplex/mpegconsts.h:
34181         * gst-libs/ext/mplex/mplexconsts.hh:
34182         * gst-libs/ext/mplex/multplex.cc:
34183         * gst-libs/ext/mplex/outputstream.hh:
34184         * gst-libs/ext/mplex/padstrm.cc:
34185         * gst-libs/ext/mplex/padstrm.hh:
34186         * gst-libs/ext/mplex/stillsstream.cc:
34187         * gst-libs/ext/mplex/stillsstream.hh:
34188         * gst-libs/ext/mplex/systems.cc:
34189         * gst-libs/ext/mplex/systems.hh:
34190         * gst-libs/ext/mplex/vector.cc:
34191         * gst-libs/ext/mplex/vector.hh:
34192         * gst-libs/ext/mplex/videostrm.hh:
34193         * gst-libs/ext/mplex/videostrm_in.cc:
34194         * gst-libs/ext/mplex/videostrm_out.cc:
34195         * gst-libs/ext/mplex/yuv4mpeg.cc:
34196         * gst-libs/ext/mplex/yuv4mpeg.h:
34197         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34198         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34199           We don't fork mjpegtools' mplex in our CVS anymore.
34200         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34201         (gst_avi_demux_add_stream):
34202         * gst/avi/gstavidemux.h:
34203           Add getcaps() function for proper caps nego. This makes some
34204           parts of AVI playback/reading work.
34205         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34206           Resize window on new capsnego. This is probably wrong, but
34207           I'm still committing it because with current capsnego, the
34208           first successfull capsnego is auto-fixated, therefore rounded
34209           down to the lowest values in the caps. this results in a 16x16
34210           XWindow that is not reized when real capsnego finishes.
34211           Dave, I see more cases of this, do you know a proper solution?
34212         * tools/gst-launch-ext.in:
34213           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34214
34215 2003-12-31  David Schleef  <ds@schleef.org>
34216
34217         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34218         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34219           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34220
34221 2003-12-30  David Schleef  <ds@schleef.org>
34222
34223         * ext/ffmpeg/gstffmpegcolorspace.c:
34224         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34225         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34226         (gst_ffmpegcsp_chain): Negotiation fixes
34227         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34229         (gst_audio_convert_link), (gst_audio_convert_channels):
34230         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34231         (gst_audioscale_link), (gst_audioscale_get_buffer),
34232         (gst_audioscale_chain): Negotiation fixes
34233         * gst/audioscale/gstaudioscale.h:
34234         * gst/videofilter/gstvideofilter.c:
34235         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34236         (gst_videofilter_link), (gst_videofilter_init),
34237         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34238         (gst_videofilter_find_format_by_structure):
34239         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34240         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34241         (gst_videoscale_link):
34242         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34243         (videoscale_find_by_structure), (gst_videoscale_setup):
34244         * gst/videoscale/videoscale.h: Negotiation fixes
34245         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34246         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34247         function, restrict resizing to a multiple of 4 (hack until
34248         everyone supports odd sizes correctly).
34249
34250 2003-12-29  Colin Walters  <walters@verbum.org>
34251
34252         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34253         signed.
34254
34255 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34256
34257         * ext/sndfile/gstsf.c: (gst_sf_loop):
34258           Fix warning about discarding const qualifier
34259
34260 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34261
34262         * gst/cutter/gstcutter.c:
34263         * gst/videoscale/gstvideoscale.c:
34264         * gst/volenv/gstvolenv.c:
34265         * gst-libs/gst/audio/audio.c:
34266         * gst-libs/gst/video/video.c:
34267           Fix warnings
34268
34269 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34270
34271         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34272           Don't send ALSA debugging to stderr.
34273         * ext/alsa/gstalsa.h:
34274           Use GST_WARNING instead of g_warning when ALSA functions fail.
34275
34276 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34277
34278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34279           Free XVAdapterInfo correctly.
34280
34281 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34282
34283         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34284         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34285           Make id3tag use correct caps nego.
34286
34287 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34288
34289         * ext/ivorbis/vorbis.c:
34290         * ext/ivorbis/vorbisenc.h:
34291         * ext/ivorbis/vorbisfile.c:
34292           Modify so that it uses the new caps things
34293
34294 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34295
34296         * testsuite/spider/spider1.c: (main):
34297         * testsuite/spider/spider2.c: (main):
34298         * testsuite/spider/spider3.c: (main):
34299           Make tests compile again. They probably don't work.
34300
34301 2003-12-24  Colin Walters  <walters@verbum.org>
34302
34303         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34304         we can't fixate the caps anymore.
34305
34306 2003-12-23  David Schleef  <ds@schleef.org>
34307
34308         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34309         * sys/oss/gstosssink.c: (gst_osssink_init),
34310         (gst_osssink_sink_fixate): Add fixate function.
34311
34312 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34313
34314         * ext/ffmpeg/gstffmpegcodecmap.c:
34315         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34316         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34317         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34318         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34319         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34320         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34321         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34322           fix typo in RGB masks, and move back to "old" colorspace
34323           capsnego code until whoever wrote this new crap has actually
34324           tested it so that it works.
34325           And yes, this works, keep it that way please.
34326
34327 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34328
34329         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34330         (gst_divxdec_init), (gst_divxdec_negotiate):
34331         * ext/divx/gstdivxdec.h:
34332         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34333         (gst_divxenc_init):
34334         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34335         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34336         * ext/mpeg2enc/gstmpeg2enc.cc:
34337         * ext/mpeg2enc/gstmpeg2encoder.cc:
34338         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34339         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34340         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34341         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34342         (dxr3spusink_init):
34343         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34344         (dxr3videosink_init):
34345           Fix caps breakage after Dave's caps branch merge.
34346
34347 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34348
34349         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34350           Fix for 24bpp display.
34351
34352 2003-12-23  Colin Walters  <walters@verbum.org>
34353
34354         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34355         a GnomeVFSHandle directly.
34356
34357 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34358
34359         * gst/volume/Makefile.am:
34360         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34361         (volume_base_init), (volume_init):
34362           Reenable volume element and fix to work with new caps stuff.
34363           Rhythmbox needs this.
34364
34365 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34366
34367         * gst/qtdemux/qtdemux.c: (plugin_init):
34368           qtdemux requires bytestream
34369
34370 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34371
34372         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34373           Fix remaining caps handling errors due to CAPS merge.
34374
34375 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34376
34377         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34378         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34379         (gst_faad_srcconnect):
34380           Port to new caps system.
34381
34382 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34383
34384         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34385         (got_video_size), (main): using g_print instead of g_message.
34386         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34387         signal which was not emitted because of "switch" element added to the
34388         bin but not connected. (Removing from the bin temporarily)
34389
34390 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34391
34392         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34393         find X development files. I don't understand the previous tests and
34394         they fail on my debian/ppc unstable. This one works.
34395         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34396         exiting.
34397         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34398         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34399         (gst_play_set_visualization): Add some safety checks in set_ methods
34400         and state_change. This was throwing some ugly CRITICAL messages when
34401         pipeline was getting disposed and casts were failing.
34402
34403 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34404
34405         * configure.ac:
34406           Improve mpeg2enc detection. This is for distributions that do
34407           ship mjpegtools, but without mpeg2enc. Also does object check
34408           for might there ever be ABI incompatibility.
34409         * ext/mpeg2enc/gstmpeg2enc.cc:
34410           Add Andrew as second maintainer (he's helping me), and also add
34411           an error if no caps was set. This happens if I pull before capsnego
34412           and that's something I should solve sometime else.
34413         * gst/matroska/matroska-demux.c:
34414         (gst_matroska_demux_parse_blockgroup):
34415           Fix time parsing.
34416         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34417         (gst_matroska_mux_track_header):
34418           Add caps to templates.
34419         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34420           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34421         * gst/mpegstream/gstmpegdemux.c:
34422           Remove layer since it causes warnings about unfixed caps.
34423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34424           Fix obvious typo (we error out if caps were set, we should of
34425           course error out if *no* caps were set).
34426         * sys/oss/gstosselement.c: (gst_osselement_convert):
34427           Fix format conversion, we confused bits/bytes.
34428         * sys/oss/gstosselement.h:
34429           Improve documentation for 'bps'.
34430         * sys/v4l/TODO:
34431           Remove stuff about plugins that need removing - this was done
34432           ages ago.
34433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34434         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34436         (gst_v4lsrc_src_query):
34437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34438         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34439           Add get_query_types(), get_formats() and query() functions.
34440
34441 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34442
34443         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34444           * moved CVS to freedesktop.org